/*** 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: 100%;
	left: 0;
	z-index: 999;
}
.sf-menu > li {
	float: none;
	display:inline-block;
	padding:0 30px 0 0;
	margin: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: 2px 2px 6px rgba(0,0,0,.2);
	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:#354e64;
	padding:15px 15px;
	border-radius:0 0 4px 4px;
}
.sf-menu a {
	width:210px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px; 
	color:#000;
	line-height:20px;
	font-weight:700;
	padding:18px 20px 18px 84px; 
	margin:0;
	text-decoration: none;
	border-radius:12px 12px 0 0;
	transition: all 300ms ease-in-out;
	background:#fd6b57;
	position:relative;
}
.sf-menu a:after{ content:""; position:absolute; right:-22px; top:0; width:40px; height:100%; background:#fd6b57; border-radius:0 7px 0 0; transform: skew(22deg); transition: all 300ms ease-in-out; }
.sf-menu li:nth-child(1) a{ background:url(../images/nav-icon1.png) no-repeat 40px center #fd6b57; }
.sf-menu li:nth-child(2) a{ background:url(../images/nav-icon2.png) no-repeat 40px center #fd6b57; }
.sf-menu li:nth-child(3) a{ background:url(../images/nav-icon3.png) no-repeat 40px center #fd6b57; }
.sf-menu li:nth-child(4) a{ color:#fff; background:url(../images/nav-icon4.png) no-repeat 40px center #000000; }
.sf-menu li:nth-child(5) a{ color:#fff; background:url(../images/nav-icon5.png) no-repeat 40px center #000000; }

.sf-menu li:nth-child(4) a:after{ background:#000; }
.sf-menu li:nth-child(5) a:after{ background:#000; }



.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{ background-color:#fff; }
.sf-menu li a:hover:after{ background:#fff; }
.sf-menu li:nth-child(4) a:hover, .sf-menu li:nth-child(5) a:hover{ background-color:#fe472e; }
.sf-menu li:nth-child(4) a:hover:after, .sf-menu li:nth-child(5) a:hover:after{ background:#fe472e; }
.sf-menu li a.active{ background-color:#fff; }
.sf-menu li a.active:after{ background:#fff; }
.sf-menu li:nth-child(4) a.active, .sf-menu li:nth-child(5) a.active{ background-color:#fe472e; }
.sf-menu li:nth-child(4) a.active:after, .sf-menu li:nth-child(5) a.active:after{ background:#fe472e; }

.sf-menu ul li{ padding:10px 0 !important; margin:0; border-bottom:1px solid rgba(255,255,255,.15); }
.sf-menu ul li:last-child{ border:none; }
.sf-menu ul li a{ color:#fff; padding:0 10px 0 24px; background:url(../images/nav-arrow-icon.png) no-repeat 0 3px; }



/************************************************************************************
MOBILE
*************************************************************************************/
@media screen and (max-width: 1199px) {
	.sf-menu a{ width:153px; font-size:15px; padding:18px 15px 18px 55px; background-position:15px center !important; }

}

@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; background:none !important; }
	.sf-menu > li > a:after{ 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:10px; left:0;  
        }
		
.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:50px;
                width:166px;
                z-index: 10000;
                padding: 0 0 0 0;
                background: #ff6e55;        
                display: none; /* visibility will be toggled with jquery */
				font-weight:400;
				left:0;
                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 #dd4502; 
        }
        .sf-menu li {
                clear: both;
                float: none;
                margin:0;
				background:none;
				border:none;
				border-bottom: 1px solid #dd4502;
        }
        .sf-menu li:after{ display:none; }
		.sf-menu li ul{ background:none; box-shadow:none;}
		.sf-menu li a:hover{ color: #fff; margin-left: 5px;  }
		.sf-menu li:hover{ background:#fe492a; 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:8px 10px 4px;
                display: block;
				width:100%;
                color: #fff;
                border: none;
				font-size:18px;
				line-height:20px;
				height:inherit;
				font-family: 'Raleway', sans-serif; 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; } 
}


