body{
 overflow-x: hidden;
 padding-top:90px;
}
 
.menu ul li ul li a {
    padding: 10px 24px;
    border-bottom: 1px dotted rgba(0,0,0, 0.08) !important;
    color: #666 !important;
    font-weight: normal;
    font-size: 12px;
    background-color: #ffffff !important;
}
.menu ul li ul {
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}
.menu ul li ul li a:hover {
    background-color: #f9f9f9;
    color: #ffc400 !important;
}
nav.sticky .logo { margin-top: 17px }
nav.sticky ul li a {
    padding: 21px;
    font-weight: normal;
    font-size: 12px;
}
nav.sticky ul li a:before { content: '' }
.dl-trigger { display: none }
.dl-back { display: none }
.menu ul ul ul {
    top: 0px !important;
    left: 180px;
    margin-top: 0px !important;
}
.menu ul li ul li ul { 
visibility: hidden !important;
transition: all 0.5s ease; 
}
.menu ul li ul li:hover ul { 
	visibility: visible !important
	 }
.menu li.current a{
	font-size: 12px;
	background-color: #252f38;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5) !important;
}

.menu li a:hover, .menu li a:focus{
	/* background-color: #DFC412; */
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.5);
}
.menu li.current a:hover {
	color: #ffffff!important;
	background-color: #252f38 !important;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5) !important;	
}
.menu li.current a ul li :hover {
	background-color: #ffffff;
}
.menu li a ul li a:hover{
	font: bold;
}
.logo img{
	max-height: 100px;
}
#info{
	color: #f2f2f2;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-color: #252f38;
	overflow: hidden;
	animation: flow 2s ease ;
	-webkit-animation-name: flow;
}

.super{
	z-index: 10;
	background-color: #ffcc01;
}
.menu ul li ul {
	background-color: #ffffff	;
	z-index: 100 !important;
	transition: 0.5s ease-in;
}

@keyframes flow{
	from{right: -2000px;}
	to{right: 0px;}
}
@keyframes flowtop{
	from {
		background-color: #ffcc01 !important;
	}
	to{
		background-color: #252f38 !important;
	}
}
