#level_1 {
	list-style: none;margin-top: 7px!important;
}
#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: #333!important;
	zoom: 1;
	padding: 18px 17px;
	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 a.enquiry {
	margin-top:8px;
	display: block;
	border: 2px solid #00a85a;
	padding: 10px 15px;
	background: #fff;
	color: #00a85a !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	text-transform: uppercase;
}
#level_1 > li > a:before {
	content:'';
	display: block;
	/*background:#7ade0e;*/
	border-top:2px solid #ff6600;
	position:absolute;
	z-index:-1;
	left:50%;
	top:-2px;
	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:before, #level_1 li a:active:after {
	left:0;
	width:100%
}
#level_1 li a.has-nav {
	position:relative
}
#level_1 li > a.has-nav:after {
	font-family: 'FontAwesome';
	color: #333;
	margin-left:10px;
	text-align: center;
	-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;
	content: "\f078     ";
	font-size: 10px;
	vertical-align: 2px;
}
#level_1 li a:hover, #level_1 li a.active {
	color:#333!important; background:#fcfaef
}
/*********************************************************************************
level 2 start
***************/
#level_1 #level_2 {
	position: absolute;
	z-index:99;
	visibility:hidden;
	opacity:0;
	top:45px;
	-webkit-box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.2);
	-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: auto;
	float: none;
	text-align: left;
	position:relative;
	white-space:nowrap
}
#level_1 #level_2 a {
	color:#666!important;
	border-bottom: 1px #eee solid;
	border-top: none;
	background:#fff;
	padding:10px 15px; 
}
#level_1 #level_2 li:first-child a {
	border-bottom: 1px #eee solid;
}
#level_1 #level_2 li a:hover {
	background:#fcfaef;
}
/**********************************************************/

#level_1 li:hover #level_2 {
	visibility:visible;
	top:55px;
	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: 18px 7px;
text-transform:capitalize
}
}
 @media only screen and (min-width:992px) and (max-width:1169px) {
 #level_1 li a {
 padding: 18px 12px;text-transform:capitalize
}
#level_1 li a.enquiry {
	margin-top: 5px; 
}
}
