nav { 
	position:relative; 
	z-index: 11;
	text-align: center;
	margin-top: 40px; 
	background: url(../images/bg-3.png) 0 0 repeat;
}

.sf-menu {display: inline-block; text-align: center;}
.sf-menu ul {position:absolute;top:-999px; display:none;/* left offset of submenus need to match (see below) */}
.sf-menu li { 
	position:relative;
}
.sf-menu > li {float: left; }
	.sf-menu a {
		display: block;
		text-decoration: none;
		-moz-transition: all 0.4s ease-out;
	    -o-transition: all 0.4s ease-out;
	    -webkit-transition: all 0.4s ease-out;
	}
		.sf-menu a:hover {text-decoration: none;}

/*================================>> 1 Level <<========================================*/

.sf-menu > li > a {
	display: inline-block;
	font-size: 14px;
    line-height: 30px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 12px 18px;
}
.sf-menu > li > a:before {
	position: absolute;
	left: -4px;
	content: "•";
	font-size: 14px;
	line-height: 30px; 
	color: #e7ad07;
}
.sf-menu > li:first-child > a:before { content:"";}
.sf-menu > li {
	display: inline-block;
	position: relative;
}

	.sf-menu > li > a:hover, 
	.sf-menu > li.current > a, 
	.sf-menu > li.sfHover > a {
		color: #e7ad07;
	}
	.sf-menu > li > a.sf-with-ul:after {
		position: absolute;
		display: block;
		content: "\f107";
		left: 0px;
		right: 0;
		text-align: center;
		margin-left: -1px;
		bottom: 10px;
		-moz-transition: top 0.3s ease-out;
		-o-transition: top 0.3s ease-out;
		-webkit-transition: top 0.3s ease-out;
		overflow: hidden;
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 15px;
	}
	.sf-menu > li > a.sf-with-ul:hover:after {color: #e7ad07;}

/*================================>> 2 Level <<========================================*/

.sf-menu > li > ul, 
.sf-menu > li.sfHover > ul {
	left: 0px;
	top: 57px;
	width:172px;
	z-index:99;
	text-align: center;
	padding-top: 6px;
	background: url(../images/bg-2.gif) 0 0 repeat;
	border: 1px solid #cdc8c6;
}
.sf-menu > li > ul > li { 
	padding: 0px 0 0px 22px; 
	text-align: left; 
	background: url(../images/bg-2.gif) 0 0 repeat;
	border-bottom: 1px solid #cdc8c6;
}

.sf-menu > li > ul > li > a {
	display: inline;
	font-size:14px;
	line-height: 36px;
	text-align: left;
}
.sf-menu li li a:hover, 
.sf-menu li.sfHover li.sfHover>a,
.sf-menu li li:hover span,
.sf-menu li.sfHover li.sfHover span { 
	text-decoration: none;
	color: #e46905;
}
/*.sf-menu li li:hover, */
.sf-menu > li > ul > li > a.sf-with-ul:after {
	position: absolute;
	display: block;
	content: "\f107";
	right: 8px;
	text-align: center;
	margin-left: -10px;
	top: 11px;
	-moz-transition: top 0.3s ease-out;
	-o-transition: top 0.3s ease-out;
	-webkit-transition: top 0.3s ease-out;
	overflow: hidden;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
}

/*================================>> 3 Level <<========================================*/

.sf-menu li li ul {
	left: 174px;
	top: -1px;
	width: 172px;
	z-index:99;
	text-align: left;
	padding-top: 6px;
	background: url(../images/bg-2.gif) 0 0 repeat;
	border: 1px solid #cdc8c6;
}

.sf-menu li li li {
	padding: 0px 0 0px 22px; 
	text-align: left; 
	background: url(../images/bg-2.gif) 0 0 repeat;
	border-bottom: 1px solid #cdc8c6;
}
.sf-menu li li li a {
	display: inline;
	font-size:14px;
	line-height: 36px;
	text-align: left;
}
.sf-menu li li li:first-child a { border-top: 0px;}
.sf-menu li li li:hover {}
	.sf-menu li li li a:hover {	color: #e46905;}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
	.sf-menu { margin-left: 0;}
	.sf-menu > li > a { padding-left:10px; padding-right: 10px; }
}

@media only screen and (max-width: 767px) {
	.sf-menu { display:none; }

	nav select {
		height: 32px;
		border: 1px solid #e16d00;
		font-size: 14px;
		line-height: 24px;
		color: #fff;
		background-color: #e16d00;
		width:100%;
	    outline: none;
		padding: 4px 0px 4px;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	nav select option:first-child {
		color:#ffffff;
	}
	header nav,	header h1 {	float: none;	margin-top: 30px;}
	header nav { margin-top: 10px;}
	header h1 {	width: 50%; }
	header h1 img {	width: 100%; }
}

@media only screen and (max-width: 479px) {
	header nav { margin-top: 10px;	}
}
