@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: 0 0px!important;
	position: relative;
    border-right: 1px solid #eee;
}
#level_1 li a {
	position:relative;
	display: block;
	text-decoration: none; 
	zoom: 1;
	padding: 34px 30px;
	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:600;
    color: #000 !important;
}
#level_1 li a.has-nav span:after { 
	content: "\f0d7    ";
	font: normal normal normal 16px/1 FontAwesome;
	color:#241f61;
	margin-left:10px;
}
 
#level_1 > li > a:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	height: 2px;
	bottom: 0px;
	text-align: center;
	width: 0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: rgba(233,237,0,1);
	background: -moz-linear-gradient(left, rgba(233,237,0,1) 0%, rgba(0, 93, 123) 73%, rgba(219,42,29,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 93, 123)), color-stop(73%, rgba(219,42,29,1)), color-stop(100%, rgba(219,42,29,1)));
	background: -webkit-linear-gradient(left, rgba(233,237,0,1) 0%, rgba(0, 93, 123) 73%, rgba(219,42,29,1) 100%);
	background: -o-linear-gradient(left, rgba(233,237,0,1) 0%, rgba(0, 93, 123) 73%, rgba(219,42,29,1) 100%);
	background: -ms-linear-gradient(left, rgba(233,237,0,1) 0%, rgba(0, 93, 123) 73%, rgba(219,42,29,1) 100%);
	background: linear-gradient(to right, rgba(233,237,0,1) 0%, rgba(0, 93, 123) 73%, rgba(219,42,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ed00', endColorstr='#db2a1d', GradientType=1 );
}
#level_1 li a:hover:after, #level_1 li a.active:after {
	left:0;
	width:100%
}
#level_1 li a:hover, #level_1 li a.active {
	color:#21c87a   !important
}
/*********************************************************************************
level 2 start
***************/
#level_1 #level_2 {
	position: absolute;
	z-index:99;
	visibility:hidden ;
	opacity:0;
	background:#fff; 
	top:84px;
	-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;
}
#level_1 #level_2 a {
	color:#777;
	text-transform:capitalize;
	border-bottom: 1px #ddd solid;
	padding:10px 10px;
}
#level_1 #level_2 li:last-child a {
	border-bottom: 0px
}
#level_1 #level_2 li a:hover {
	color:#000;
}
/**********************************************************/
#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: 31px 9px;
font-size: 12px; 
text-transform: capitalize;
}
 
}
