@font-face {
	font-family: 'MyriadProBlack';
	src: url('../fonts/MyriadProBlack.html');
	src: url('../fonts/MyriadProBlack.html') format('embedded-opentype'), url('../fonts/MyriadProBlack-2.html#MyriadProBlack') format('svg');
}
#level_1 {
	list-style: none;  
	float:right;
}
#level_1 li {
	float: left;
	display: block;
	z-index: 999;
	margin: 10px 10px!important;
	position: relative; 
}
#level_1 li a {
	position:relative;
	display: block;
	text-decoration: none; 
	zoom: 1;
	padding: 12px 20px;
	text-transform: uppercase;
	font-size:14px;
	-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-weight:500;
    color: #777;
    border-radius: 50px;
    border:1px solid #ddd;
}
#level_1 li a.has-nav span:after { 
	content: "\f0d7    ";
	font: normal normal normal 16px/1 FontAwesome;
	color:#d40500;
	margin-left:10px;
}
 
 
#level_1 li a:hover, #level_1 li a.active {
	color:#d40500   !important
}
/*********************************************************************************
level 2 start
***************/
#level_1 #level_2 {
	position: absolute;
	z-index:99;
	visibility:hidden ;
	opacity:0;
	background:#fff; 
	top:46px;
	-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 li {
	width: 280px;	
	float: none;
	text-align: left;
	position:relative;
    margin-bottom:0 !important;
    margin-top:0 !important;
}
#level_1 #level_2 a {
	color:#777;
	text-transform:capitalize;
	border-bottom: 1px #ddd solid !important;
padding: 10px 10px;
border-radius: 0;
border: 0;

}
#level_1 #level_2 li:last-child a {
	border-bottom: 0px;
}
#level_1 #level_2 li a:hover {
	color:#000;
    background:#f8f8f8;
}
/**********************************************************/
#level_1 #level_2 #level_3 {
	position: absolute;
	opacity: 0;
	visibility:hidden;
	background:#fff; 
	top:-2px;
 	left:95%;  
	-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 #level_3 li {
	width: 280px;   
	position:relative
}

#level_1 #level_2 #level_3 a { 
	border-bottom: 1px #ddd solid!important;
	  
}
 
#level_1 #level_2 #level_3 li:last-child a {
	border: none!important;
}

#level_1 #level_2 #level_3   li a:hover {
	 
}
/**********************************************************/

#level_1 li:hover #level_2 {
	visibility:visible;
	 
	opacity:1;
}
#level_1 #level_2 li:hover #level_3 {
	left:100%;
	opacity: 1;visibility:visible;
}
/**********************************************************/



 @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: 10px 10px;
}
}
 @media only screen and (min-width:992px) and (max-width:1169px) {
 #level_1 li a {
	 padding: 22.5px 7px;
font-size: 12px; 
text-transform: capitalize;
}
 
}
