      

/* wpml frontpage switcher */
#menu-wrap #lang_sel {
    position: absolute;
    top: 1px;
    right: 57px;
    z-index: 1000;

}
      
/*	6.	Navigation Menu
/*-----------------------------------------------------------------------------------*/
#menu-wrap {
	width: 266px;
	position: absolute;
	top: 0;
	left: 80px;
	padding: 50px 0 10px;
	background: rgba(0, 0, 0, .7) url("sec_highlight.png") no-repeat;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	z-index: 999;
}
#menum {
    width: 215px;
    margin: 0 auto;
}
  
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

    #menu-wrap  {
        background-size: 261px 261px;
        background-image: url('sec_highlight%402x.png');
    }
}
      

@media screen and (max-width: 1224px){
    #menu-wrap {
        left: 20px;
    }
   
 
}

@media screen and (max-width: 998px){
     
    #menum {
        width: 100%;
    }
    #menu-wrap {
        position: relative;
        margin: 0 auto;
        left: 0;
        width: 708px;
    }
     
    #menu-wrap #lang_sel {
        position: absolute;
        top: 1px;
        right: 50%;
        margin-right: -75px;
        z-index: 1000;
    }
    
}

@media screen and (max-width: 830px){
     
    #menu-wrap {
        position: relative;
        margin: 0 auto;
        left: 0;
        width: 650px;
    }
     

}

@media screen and (max-width:768px){
    
  
    #menu-wrap {
        position: relative;
        margin: 0 auto;
        left: 0;
        width: 550px;
    }
    
        #menu-wrap #lang_sel {
        position: absolute;
        top: 1px;
        right: 50%;
        margin-right: -75px;
        z-index: 1000;
    }
 
}

@media screen and (max-width:650px){
    
    #menu-wrap {
        position: relative;
        margin: 0 auto;
        left: 0;
        width: 404px;
        padding: 20px 0;
    }
     
    #menu-wrap #lang_sel {
        position: absolute;
        top: 1px;
        right: 50%;
        margin-right: -75px;
        z-index: 1000;
    }
    
    
}


 
@media screen and (max-width: 480px){
    
    #menu-wrap {
        position: relative;
        margin: 0 auto;
        left: 0;
        width: 250px;
        padding-top:30px;
        padding-bottom: 30px;
    }
     

}

