/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
	padding:0 35px 0 0; 
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu > li:nth-child(3) a{ background:url(../images/dropdown-arrow.png) no-repeat 100% center; background-size:15px; padding-right:20px; } 

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


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 0;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 16em; 
	/* width: 13em;  */
}

.sf-menu a { 
	display:inline-block; 
	font-family: "Poppins", sans-serif;
	font-size:16px; 
	line-height:1; 
	color:#fff;
	font-weight:400;
	margin:0; 
	padding:0; 
	position:relative; 
	transition:all 200ms ease-in-out;
	text-transform:uppercase;
}


.sf-menu a:hover{ color:#E59132; }
/* .sf-menu a:after{ content:""; position:absolute; width:0; height:2px; background:#54d8a3; left:50%; right:50%; bottom:-4px; transition:all 600ms ease-in-out; }
.sf-menu a:hover:after{ width:100%; left:0; right:0; } */
.sf-menu li.current-menu-item a:after{ width:100%; left:0; right:0; }
.sf-menu li.current-menu-item a{ color:#E59132; }

.sf-menu a span{
	padding: 0 20px 0 0;
	position: relative;
	top: -3px;
}
.sf-menu a .dropdown-arrow{ display:inline-block; position:absolute; top:50%; transform:translateY(-50%); right:0; margin:0; padding:0; }
.sf-menu a .dropdown-arrow img{ width:10px; height:auto; }

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

}
.sf-menu li:last-child{ padding-right: 0; }
.sf-menu ul li {
	background:rgba(0,0,0,.65);
}
.sf-menu ul ul li {
	background:rgba(0,0,0,.65);
}
.sf-menu .sub-menu li:hover{ background:rgba(0,0,0,.90); }
.sf-menu .sub-menu a{ padding:11px 15px !important; font-size:15px; line-height:1.5; background:none !important; }
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 25px; /* no CSS arrows for IE7 (lack pseudo-elements) */

/* styling for both css and generated arrows */
/*.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	/* border: 5px solid transparent;
	border-top-color: #dFeEFF; 
	border-top-color: rgba(255,255,255,.5); */
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}



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


@media screen and (max-width:1400px) {
    .sf-menu > li{ padding-right:15px; }
	.sf-menu a{ font-size:15px; }
 
}

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

	
  
}



@media screen and (max-width:991px) {
 	.sf-menu > li{ width:100%; padding:2px 0 2px 0 ; }

/* nav-wrap */
        #nav-wrap {
               
				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:2px; right: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 .sfHover ul{display:block!important; visibility:visible!important; }
		.sf-menu a .dropdown-arrow{ right:20px; }
        .sf-menu {
                clear: both;
                position:absolute;
                top:100%;
                width:100%;
                z-index: 10000;
                padding: 0 0 0 0;
				background: url(../images/footer-bg-img.jpg) no-repeat left top;
				background-size: cover;       
                display: none; /* visibility will be toggled with jquery */
				font-family: 'Bebas';
				right:0;
                border-radius: 0 0 3px 3px;
                
        }
        .sf-menu li {
                clear: both;
                float: none;
                margin:0;
				background:none;
				border:none;
				border-bottom: 1px solid rgba(255,255,255,.2);
        }
        .sf-menu li a span { padding-top: 0; }
		.sf-menu li ul{ background:none; box-shadow:none;}
		.sf-menu li a:hover{ color: #E59132; }
		.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 {
                background: none;
				transition: all 300ms ease-in-out;
				margin:0 0 1px 0;
				padding:7px 20px !important;
                display: block;
				width:100%;
                color: #fff;
                border: none;
				font-size:15px;
				line-height:17px;
				height:inherit;
				text-align: left;
				
        }
		.sf-menu > li:nth-child(3) a{ background: url(../images/dropdown-arrow.png) no-repeat 98% center;
			background-size: 15px; }
			.sf-menu ul li{ background:none !important; }
		.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: #E59132;
               
        }
 
        /* 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; } 


#menu-icon {
	  height: 25px;
	  cursor: pointer;
	  width: 40px;
	  position: relative;
	  overflow: hidden;
	  
	}
	#menu-icon:before, #menu-icon:after {
	  transition-property: all;
	  transition-duration: 0.2s;
	  transition-timing-function: linear;
	  transition-delay: 0s;
	  content: '';
	  display: block;
	  width: 2px;
	  height: 28px;
	  border-radius: 0;
	  transform-origin: center center;
	  background-color: #fff;
	}
	#menu-icon:before {
	  position: absolute;
	  top: 0;
	  left: 20px;
	  transform: rotate(-45deg);
	}
	#menu-icon:after {
	  position: absolute;
	  top: 0;
	  right: 18px;
	  transform: rotate(45deg);
	}
	#menu-icon .bar {
	  transition-property: all;
	  transition-duration: 0.2s;
	  transition-timing-function: linear;
	  transition-delay: 0.2s;
	  width: 100%;
	  height: 2px;
	  background-color: #fff;
	  border-radius:2px !important;
	}
	#menu-icon .bar-1 {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width:25px; 
	}
	#menu-icon .bar-2 {
	  position: absolute;
	  top:7px;
	  left: 0;
	  width:25px; 
	}
	#menu-icon .bar-3 {
	  position: absolute;
	  top:15px;
	  left: 0;
	  width:25px; 
	}
	#menu-icon.opened .bar {
	  transition-property: all;
	  transition-duration: 0.2s;
	  transition-timing-function: linear;
	  transition-delay: 0s;
	}
	#menu-icon.opened:before, #menu-icon.opened:after {
	  transition-property: all;
	  transition-duration: 0.2s;
	  transition-timing-function: linear;
	  transition-delay: 0.2s;
	}

	#menu-icon .bar {
	  transform-origin: left center; position: relative;
	}
	#menu-icon .bar:after{ content: ""; position: absolute; width:3px; height:2px; background:#fff; right:-8px; top:0px;  }

	#menu-icon:before {
	  transform: scale(0, 0) rotate(-45deg);
	}
	#menu-icon:after {
	  transform: scale(0, 0) rotate(45deg);
	}
	#menu-icon:before, #menu-icons:after {
	  opacity: 0;
	}
	#menu-icon.opened:before, #menu-icon.opened:after {
	  transition-delay: 0.2s;
	  opacity: 1;
	}
	#menu-icon.opened:before {
	  transform: scale(1) rotate(-45deg);
	}
	#menu-icon.opened:after {
	  transform: scale(1) rotate(45deg);
	}
	#menu-icon.opened .bar {
	  transform: scale(0, 1);
	}
	#menu-icon.opened .bar-1 {
	  transition-delay: 0s;
	}
	#menu-icon.opened .bar-2 {
	  transition-delay: 0.05s;
	}
	#menu-icon.opened .bar-3 {
	  transition-delay: 0.1s;
	}

}

