#level_1 {
	list-style: none; 
}
#level_1 li {
	float: left;
	display: block;
	z-index: 999;
	margin: 0 0px!important;
	position:relative;
}
#level_1 li a { 
	font-weight:400; 
	display: block;
	text-decoration: none;
	color: #333!important;
	zoom: 1;
	padding: 12px 15px;  
	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;
	font-size:14px; 
	position:relative
}
#level_1 li:last-child a {
	margin-left: 0px;
}
#level_1 li a.has-nav:after {  
	content: "\f0d7    ";
	font: normal normal normal 16px/1 FontAwesome;
	color:#333;
	margin-left:10px;
}
#level_1 li a:hover, #level_1 li a.active {
	color: #ff8700 !important;	 
	background: #fff; 
}
#level_1 li a.has-nav.active:hover:after {
	color: #ff8700 !important; 
}
#level_1 > li > a:before {
	content:'';
	display: block;
	background:#ff8700;
	height:2px;
	position:absolute;
	left:0%;
	top:0px;
	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:hover:before, #level_1 li a:active:before {
	left:0;
	width:100%
}
/*********************************************************************************
level 2 start
***************/
#level_1 #level_2 {
	position: absolute;
	z-index:1;
	visibility:hidden;
	opacity:0;
	top:100px;
	-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::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: transparent;
    border-bottom-color: #210f0f;
	top: -14px;
    left: 30px;
}


#level_1 #level_2 li {
	width: 200px;
	float: none;
	text-align: left;
	position:relative;
}
#level_1 #level_2 a {
	color:#fff!important;
	border-bottom: 1px #414040 solid;
	border-top: 0px;
	background: #210f0f;
	padding-top:15px;
	padding-bottom:15px
}
#level_1 #level_2 li:last-child a {
	border: none;
}
#level_1 #level_2 a:before {
	content: "-";
	font: normal normal normal 12px/1 FontAwesome;
	color:#fff;
	display: inline-block;
	opacity: 0;
	-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:hover:before {
	opacity: 1;
	margin-right:10px;
	width: auto;
}
#level_1 #level_2 li a:hover {

}
/**********************************************************/

#level_1 li:hover #level_2 {
	visibility:visible;
	top:50px;
	opacity:1;
}
/**********************************************************/
  
#level_1 li:last-child:hover #level_2 {
	right:4%;
}

#level_1 li:last-child:hover #level_2::after {
	left:85%;
}

 @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 {
 display:none;
}
 #level_1 li a {
	padding: 6px 10px;
	font-size:13px;
	text-transform:capitalize;
}
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
 #level_1 li a {
	padding: 10px 10px;
	font-size: 14px;
	text-transform: capitalize;
}
.backward #level_1 #level_2 {
    background: #ef5350 none repeat scroll 0 0;
    bottom: 68px;
}
}
