#level_1 {
	list-style: none; 
}
#level_1 li {
	float: left;
	display: block;
	z-index: 999;
	margin: 0 0px!important;
}
#level_1 li a { 
	font-weight:500; 
	display: block;
	text-decoration: none;
	color: #333!important;
	zoom: 1;
	padding: 20px 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;
	font-size:14px; 
}
#level_1 li:last-child a {
	margin-left: 0px;
}
#level_1 li a.has-nav:after {  
	content: "\f0d7    ";
	font: normal normal normal 16px/1 FontAwesome;
	color:#fff;
	margin-left:10px;
}
#level_1 li a:hover, #level_1 li a.active {
	color: #d2bd7f !important;
	 
	 
}
#level_1 li a.has-nav.active:hover:after {
	color: #d2bd7f !important;
	 
}
/*********************************************************************************
level 2 start
***************/
#level_1 #level_2 {
	position: absolute;
	z-index:999;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
	overflow: hidden;
	webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: perspective( 600px ) rotateX( -90deg );
    -moz-transform: perspective( 600px ) rotateX( -90deg );
    -ms-transform: perspective( 600px ) rotateX( -90deg );
    -o-transform: perspective( 600px ) rotateX( -90deg );
    transform: perspective( 600px ) rotateX( -90deg );
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	/*box-shadow: 0px 10px 15px rgba(0,0,0,.2);*/
}
#level_1 #level_2 li {
	width: 250px;
	float: none;
	text-align: left;
	position:relative;
}
#level_1 #level_2 a {
	color:#fff!important;
	border:0px;
	border-bottom: 0px #eee solid;
	background:#d82b05;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:0;
	border-radius:0;
	font-size:13px;
} 
#level_1 #level_2 a:before {
	content: "-";
	color:#d82b05;
	display: inline-block;
	opacity: 0;
	-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 a:hover:before {
	opacity: 1;
	margin-right:10px;
}
#level_1 #level_2 li a:hover {	 
	color:#d82b05 !important;
	background:#fff;
}
/**********************************************************/

#level_1 li:hover #level_2 {
	   overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective( 600px ) rotateX( 0deg );
    -moz-transform: perspective( 600px ) rotateX( 0deg );
    -ms-transform: perspective( 600px ) rotateX( 0deg );
    -o-transform: perspective( 600px ) rotateX( 0deg );
    ransform: perspective( 600px ) rotateX( 0deg ); 
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; 
}
/**********************************************************/
.backward #level_1 #level_2 {
	-webkit-transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform: scaleY(0);
	transform-origin: bottom;
}
.backward #level_1 #level_2 {
    background: #ef5350 none repeat scroll 0 0;
    bottom: 90px;
    position: absolute;
    top: initial;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform: scaleY(0);
    transform-origin: bottom;
    width: 178px;    
}

.backward #level_1 li:hover #level_2 {
	-webkit-transform: scaleY(1);
	transform: scaleY(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:1199px) {
 #level_1 li a {
	padding: 20px 14px;
	font-size:14px;
}
.backward #level_1 #level_2 {
    background: #ef5350 none repeat scroll 0 0;
    bottom: 68px;
}
}
