#level_1 {
	list-style: none;
}
#level_1 li {
	float: left;
	display: block;
	z-index: 999;
	margin: 0px!important;
	position:relative;
}
#level_1 li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #FFF !important;
	zoom: 1;
	padding: 8px 14px;
	font-size: 14px;
	font-weight:600;
	letter-spacing:0.9px;
	font-family: 'Saira Condensed', sans-serif;
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#level_1 > li > a:before {
    content: '';
    display: block;
    border-bottom: 2px solid #ee7d13;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0px;
    bottom: -5px;
    width: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-out;
}
#level_1 li a.has-nav {
	position: relative;
}
#level_1 li a.has-nav::after {
 font-family: 'FontAwesome';
 color: #fff;
 margin-left: 10px;
 text-align: center;
 -webkit-transition: all 0.4s ease-out;
 -moz-transition: all 0.4s ease-out;
 -ms-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 transition: all 0.4s ease-out;
 content: "\f0d7    ";
 font-weight: normal;
}
#level_1 li a:hover:after, #level_1 li a.active:after {
	color:#fff!important
}
#level_1 li a:hover, #level_1 li a.active {
	/* background:#60bb52; */
	color:#ee7d13 !important
}
/*********************************************************************************
level 2 start
***************/
#level_1 #level_2 {
	position: absolute;
	z-index:1;
	top:47px;
	display: block;
	max-height: 0px;
	max-width: 0px;
	opacity: 0;
	overflow: hidden;
	webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: perspective( 600px ) rotateX( 40deg );
	-moz-transform: perspective( 600px ) rotateX( 40deg );
	-ms-transform: perspective( 600px ) rotateX( 40deg );
	-o-transform: perspective( 600px ) rotateX( 40deg );
	transform: perspective( 600px ) rotateX( 40deg );
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	-webkit-box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.1);
}
#level_1 #level_2 li {
	width: 230px;
	float: none;
	text-align: left;
	position:relative;
	white-space:nowrap;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#level_1 #level_2 a {
	border-bottom: 1px #f0f0f0 solid;
	border-top:0px;
	background:#fff;
	color:#666!important;
	padding-top:12px;
	padding-bottom:12px;
	text-transform:uppercase;
	font-size:12px !important;
	letter-spacing:1px;
}
#level_1 #level_2 li a.has-nav::after {
 font-family: 'FontAwesome';
 color: #000;
 margin-left: 10px;
 text-align: center;
 -webkit-transition: all 0.4s ease-out;
 -moz-transition: all 0.4s ease-out;
 -ms-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 transition: all 0.4s ease-out;
 content: "\f0d7    ";
 font-weight: normal;
 position:absolute;
 right:15px;
}
#level_1 li #level_2 a:hover:after, #level_1 #level_2 li a.active:after {
    color: #000!important;
}
#level_1 #level_2 li:last-child a {
	border: none;
}
#level_1 #level_2 li a:hover {
	background:#f5f5f5;
	color:#666!important;
}
/**********************************************************/
#level_1 li:hover #level_2 {
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	opacity: 1;
	-webkit-transform: perspective( 600px ) rotateX( 0deg );
	-moz-transform: perspective( 600px ) rotateX( 0deg );
	-ms-transform: perspective( 600px ) rotateX( 0deg );
	-o-transform: perspective( 600px ) rotateX( 0deg );
	ransform: perspective( 600px ) rotateX( 0deg );
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
}
#level_1 li:hover #level_2 li {
	width: 200px;
	float: none;
	text-align: left;
	position:relative;
}
/**********************************************************/
/*********************************************************************************
level 3 start
***************/
#level_1 #level_2 #level_3 {
	position: absolute;
	opacity: 0;
	top:0;
	left:100%;
	overflow:hidden;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	/* -webkit-box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.2); */
	/* -moz-box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.2); */
	/* box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.2); */
	-moz-transform: scale(0);
	transform: scale(0);
	transform-origin: top left;
}
#level_1 #level_2 #level_3 li {
}
/**********************************************************/
#level_1 li:hover #level_2 {
	opacity: 1;
	overflow:visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
#level_1 #level_2 li:hover #level_3 {
	opacity: 1;
	overflow:visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
/**********************************************************/



 @media only screen and (min-width:320px) and (max-width:767px) {
 #level_1 {
 display:none;
}
}
 @media only screen and (min-width:768px) and (max-width:991px) {
	#level_1 li a {
		 padding: 8px 4px;
		font-size:10px !important;
	}
}
 @media only screen and (min-width:992px) and (max-width:1169px) {
	 #level_1 li a {
		padding: 6px 8px;
		font-size:12px;
	}
}
@media only screen and (min-width:1280px) and (max-width:1366px){ 
	#level_1 li a {
		padding: 8px 13px;
   }
}