/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top:44px;
	left: 0;
	z-index: 999; transition: all ease-in-out 600ms;
}
.sf-menu > li {
	float: left;
	display:block;
	padding:0 58px 0 0;
	margin:0;
    border-right: none;
}

.sf-menu > li:last-child{ margin:0; padding:0; }


.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: none;
}
.sf-menu ul {
	box-shadow: 0px 10px 15px rgba(75,77,82,0.24),0px 4px 8px rgba(75,77,82,0.1);
	min-width: 195px; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	background:rgba(0,0,0,.98);
	padding:8px 0 10px;
	border-radius:0 0 5px 5px;
}
.sf-menu a {
font-family: 'Montserrat', sans-serif;
font-size:14px;
color:#fff;
line-height:16px;
letter-spacing:0.08em;
padding:0;
margin:0;
text-transform:uppercase;
text-decoration:none;
transition:all 600ms ease-in-out;
font-weight:400;
}


.sf-menu li a span {
	display: block;
	padding-top: 12px;
}

.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition:all .2s;
	transition: all .2s;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu li a:hover{ color:#F8AD13; }
.sf-menu li.active a{ color:#F8AD13; }
.sf-menu ul li{ padding:6px 0 !important; margin:0; }
.sf-menu ul li:last-child{ border:none; }
.sf-menu ul li a{ font-family: 'Montserrat', sans-serif; color:#fff !important; letter-spacing:.01em; padding:0 15px !important; background:url(../images/nav-arrow-icon.png) no-repeat 0 3px; }
.sf-menu ul li a:hover{ color:#F8AD13 !important; }

.sf-menu li.active a, .sf-menu li.active ul li a:hover, .sf-menu li.current-menu-ancestor a, .sf-menu li.current-menu-ancestor li.active a{ color:#F8AD13; }
.sf-menu ul li.active a, .sf-menu li.current-menu-ancestor ul li.current-menu-ancestor a, .sf-menu li.current-menu-ancestor ul li.current-menu-ancestor li.active a, .sf-menu li.current-menu-ancestor ul li.current-menu-ancestor a:hover, .sf-menu li.current-menu-ancestor ul li.current-menu-ancestor li.active a:hover{ color:#F8AD13 !important; }
.sf-menu ul li.active a:hover, .sf-menu li.current-menu-ancestor ul li.active li a:hover{ color:#F8AD13 !important; }
.sf-menu li.current-menu-ancestor ul li.active li a, .sf-menu li.current-menu-ancestor ul li.current-menu-ancestor li a{ color:#414042 !important; }


@media screen and (min-width:992px){
.navbar-default.navbar-shrink .sf-menu a{padding:0 0 23px;transition: all ease-in-out 600ms; }
.navbar-default.navbar-shrink .sf-menu ul{top:40px;transition: all ease-in-out 600ms;}
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width:1500px){
.sf-menu > li{ padding:0 30px 0 0; }
}

@media screen and (max-width:1350px){
.sf-menu > li{ padding:0 20px 0 0; }
.sf-menu a{ font-size:12px; }

}

@media screen and (max-width:1199px){
.sf-menu > li{ padding:0 10px 0 0; }
.sf-menu a{ font-size:11px; }
}

@media screen and (max-width:991px){
 	.sf-menu > li{ width:100%; padding:2px 0 2px 0 ; }
	.sf-menu > li > a { font-size:15px; color:#fff; line-height:17px; font-weight:400;  }
    .sf-menu > li > a > img { display: none; }
	
/* nav-wrap */
        #nav-wrap {
                position: relative;
				border:none;
				box-shadow:none;
				border-radius:3px;
				bottom:0px;
        }
 
/* menu icon */
        #menu-icon {
			background:url(../images/menu-icon.png) 50% 50% no-repeat; display:block; width:31px; height:31px; text-indent:-9999999em; padding:0; overflow:hidden; cursor:pointer; z-index:1000; position:absolute; top:-5px; left:20px;  
        }
		
.sf-menu > li:hover,
.sf-menu > li.sfHover {}
        #menu-icon.active {
                background:url(../images/menu-close.png) 50% 50% no-repeat;
        }
 
/* main nav */
		.sf-menu ul{display:block!important; visibility:visible!important; background:#2c58a8;}
        .sf-menu {
                clear: both;
                position:absolute;
                top:35px;
                width:166px;
                z-index: 10000;
                padding: 0 0 0 0;
                background: #223750;        
                display: none; /* visibility will be toggled with jquery */
				font-weight:400;
				left:12px;
                border-radius: 0 0 3px 3px;
                -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
                -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
                box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
                border-bottom: 2px solid #dcdcdc; 
        }
        .sf-menu li {
                clear: both;
                float: none;
                margin: 2px 0;
				background:none;
				border:none;
				border-bottom: 1px solid #0c2338;
        }
        .sf-menu li a span { padding-top: 0; }
		.sf-menu li ul{ background:none; box-shadow:none;}
		.sf-menu li a:hover{ color: #f22f59; margin-left: 5px;  }
		.sf-menu li:hover{ box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3); -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3); -moz-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3); box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3); -o-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3); } /* optional */
	
		.sf-menu li ul li a{ background:none !important; }
		.sf-menu li ul li a:hover{ background:none; text-decoration:underline;}
        .sf-menu a,
        .sf-menu ul a {
                font: inherit;
                background: none;
				transition: all 300ms ease-in-out;
				margin:0 0 1px 0;
				padding:6px 5% !important;
                display: block;
				width:100%;
                color: #fff;
                border: none;
				font-size:16px;
				line-height:18px;
				height:inherit;
				font-weight:400;
				text-align: left;
				
        }
		.sf-menu a:hover{ text-decoration:none; }
        .sf-menu a:hover,
        .sf-menu > li > a:hover{ text-decoration:none; }
		.sf-menu a.active {
               background: none;
               color: #fff;
               
        }
 
        /* dropdown */
        .sf-menu ul {
                width: auto;
                position: static;
                display: block;
                border: none;
                background: inherit;
				
        }
        .sf-menu ul li {
                margin: 3px 0 3px 15px;
        }
		.sf-menu li ul li a{ background:none; font-size:15px; line-height:17px; padding:3px 10px; } 
}


@media screen and (max-width:500px){
#menu-icon { top: -4px; }
.sf-menu { top: 27px; }
}

