@media screen and (max-width:769px){	
#headSe .nav .menu{width:78%; padding-top:39px;  }
#headSe .nav .menu ul{list-style:none; padding:0px; margin:0px; display: inline-block;}
#headSe .nav .menu ul li{display:inline; }
#headSe .nav .menu ul li a, #headSe .nav .menu ul li span{ font-size:14px; color:#20409a;font-weight:400; text-transform:uppercase; padding:0px 25px;}
/*#headSe .nav .menu ul li a:hover, #headSe .nav .menu ul li a.active{color:#ffcb1f;}*/
#headSe .nav .menu ul li span.icon{color:#ffcb1f; background-image:url(../images/arrow.svg); background-repeat:no-repeat; background-position: center right; background-size:20px auto; cursor:pointer  }
#headSe .nav .menu ul li:first-child{padding-left:0px;}
#headSe .nav .menu ul li:last-child{padding-right:0px;}
}



@media screen and (max-width:768px){
#header .nav .menu{ display:block}
#header .nav .menu { display:none;}
.fm-button {box-sizing: border-box; margin: 0px; padding: 15px ;	float:left; border-right:1px solid #ccc;}
.fm-button:hover {cursor: pointer;}
.fm-button:hover .fm-bar {background-color: #666666}
.fm-button .fm-bar {display: block;width: 24px;height: 2px;border-radius: 1px;	background-color: #666666}
.fm-button .fm-bar+.fm-bar {margin-top: 4px}
.flexmenu:before, .flexmenu:after {display: table;content: " "}
.flexmenu:after {clear: both}
.fm-outer {position: relative;height: 100%;width: 100%}
.fm-inner {	position: relative;	height: 100%;	width: 100%;	left: 0}
.fm-inner.open {left: 250px}
.fm-inner.open .flexmenu.fm-sm {left: 0}
.flexmenu.fm-offcanvas.fm-sm {z-index: 100;overflow-y: auto;overflow-x: hidden;	position: fixed;	top: 0;	left: -250px;	width: 250px;	height: 100%;	-webkit-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);	-moz-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);	box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);	background: #333332}
.flexmenu.fm-lg {max-width: 960px;margin: auto}	
.flexmenu.fm-sm ul li {position: relative}
.flexmenu.fm-sm  li { border-bottom: 1px solid rgba(0, 0, 0, .1); border-top: 1px solid rgba(255, 255, 255, .1); }
.flexmenu.fm-sm li a {padding: 14px 15px; font-size: 13px; text-align:left;	color:#fff;   text-decoration:none;   font-family: "gotham_lgt",  Arial, Helvetica, sans-serif; font-weight:600; display:block; }
.flexmenu.fm-sm li:hover{ background:#000;}

