#level_1 {
	list-style: none;float:right;
}
#level_1 li {
	float: left;
	display: block;
	position: relative;
	z-index: 999;
	margin: 0 0px!important;
}
#level_1 li a {
	display: block;
	text-decoration: none;
	color: #555!important;
	font-weight:400;
	font-size:14px !important;
	zoom: 1;
	background:#fff;
	padding: 24px 12px;
	border-radius:0px;
	margin-left:0px;
	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;
	border-bottom: 1px solid #fff;
}
#level_1 li a .fa-2x {
	font-size:1.2em;
	margin-right:3px;
}
#level_1 li a:hover, #level_1 li a.active {
	/*background:#FFC726;*/
	
	border-bottom: 1px solid #000;
	
}
/**********************************************************/
 
#level_1 #level_2 {
	position: absolute;
	visibility:hidden;
	-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; 
	top: 74px;
}
#level_1 #level_2 li {
	min-width: 150px;
	width:100%;
	float: left;
	text-align: left;
	position:relative;white-space: nowrap;
}
#level_1 #level_2 a {
	color:#333!important;
	border: 1px #ddd solid;
	border-bottom:0px;
	background:#fff;
	opacity:0;
	padding:0px 10px;
	border-radius:0px;
	/*margin-left:-1px;*/
}
#level_1 #level_2 li:last-child a {
	border-bottom:1px solid #ccc;
}
#level_1 #level_2 li a:hover {	
	color:#069eed!important;
}
/**********************************************************/

#level_1 #level_2 #level_3 {
	position: absolute;
	visibility:hidden;
	-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;
	left:100%;
	top:0;
}
#level_1 #level_2 #level_3 li {
	 
}

#level_1 #level_2 #level_3 a {
	opacity:0;
 	 padding:0px 10px;

}
 
/**********************************************************/
 
#level_1 li:hover #level_2 {
	visibility:visible;
}
#level_1 li:hover #level_2 li a {
	padding:8px 10px;
	opacity:1;
}

#level_1 #level_2 li:hover #level_3 {
	visibility:visible;
		 
}
#level_1 #level_2 li:hover #level_3 li a {
 padding:6px 10px;
	opacity: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 6px !important;
	font-size: 12px !important;
 }
 #level_1 #level_2 {
 	top:47px;
 }
}
 @media only screen and (min-width:992px) and (max-width:1024px) {
 #level_1 li a { 
	padding: 19px 10px;
}
#level_1 #level_2 {
    top:71px;
}
}

 @media only screen and (min-width:1025px) and (max-width:1199px) {
 #level_1 li a { 
	padding: 22px 10px; 
}
#level_1 #level_2 {
    top: 79px;
}
}
