#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 {
	position:relative;
	display: block;
	text-decoration: none;
	color: #fff!important;
	zoom: 1;
	border-right:1px solid #fff;
	padding: 10px 25px 5px 25px; 
	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:last-child a { border-right:0}
#level_1 > li > a:before {
	background:transparent;
	content:'';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:-1
}
#level_1 > li > a:after {
	content:'';
	display: block;
	background:#facc14;
	position:absolute;
	z-index:-1;
	left:50%;
	top:0px;
	bottom: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:after, #level_1 li a:active:after {
	left:0;
	width:100%
}
#level_1 li a:hover, #level_1 li a.active {
	color:#333!important
}
/*********************************************************************************
level 2 start
***************/
#level_1 #level_2 {
	position: absolute;
	z-index:99;
	visibility:hidden;
	opacity:0;
	top:55px;
	-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: 200px;
	float: none;
	text-align: left;
	position:relative;
}
#level_1 #level_2 a {
	color:#666!important;
	border: 1px #eee solid;
	border-top: none;
	background:#fff;
	padding-top:10px;
	padding-bottom:10px
}
#level_1 #level_2 li:first-child a {
	border-top: 1px #eee solid;
}
#level_1 #level_2 a:before {
	content: "\f061";
	font: normal normal normal 12px/1 FontAwesome;
	color:#666;
	display: inline-block;
	margin-right:5px;
	-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 a:hover {
	background:#eee;
}
/**********************************************************/

#level_1 li:hover #level_2 {
	visibility:visible;
	top:48px;
	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 {
 display:none;
}
}
 @media only screen and (min-width:992px) and (max-width:1169px) {
 #level_1 li a {
 padding: 10px 17px 5px 17px 
}
}
