#MenuStyle3 {
	height: var( --ItemBar2H ); display: none; 
}
#bar2 {
	position: absolute; height: var( --ItemBar-Title )!important; top: calc( -1*var( --ItemBar-Title ) ); width: 100% !important; right: 0; text-align: right!important;  
}
#bar2.d2-1{
	margin-right: 30px; 
}
#bar2.d2-4{
	margin-right: calc( ( 100% - 1300px) / 2 ); 
}
#bar2{
	width: 75% !important; 
}
#bar2 ul {
	width: 100%; 
}
#bar2 > ul {
	position: absolute;
	left:0;
	bottom: 0 !important;
	
}
#bar2 ul {
	height: var( --ItemBar-Title ); 
}
#bar2 ul li.focuses {
	cursor: pointer; 
}
#bar2 > ul li .Menu {
	line-height: var( --ItemBar-Title )!important; 
}
#bar2 ul li.focuses, #bar2 .Menu .nav1 {
	*background: none!important; 
}
#bar2 .Menu .nav, #bar2 .Menu .nav1 {
	line-height: var( --ItemBar-Title )!important; 
}
#bar2 ul li.icon {
	top: none !important; 
}
#topsearch {
	top: none !important; 
}
#bar2 .Menu .nav , #bar2 .Menu .nav1 {
	padding: 0 15px!important; 
} 
#bar3 {
	position: absolute; width: 100%; height: 100%; margin: 0 auto; padding: 0; text-align: center; line-height: var( --ItemBar-Title ); 
}
.ItemTitle .Menu {
	min-width: auto!important; 
}
.ItemTitle:hover:after {
	width: 0px!important; 
}
.ItemTitle .Menu {
	 webkittransform: translateY(calc( -1*var( --ItemBar-Title ) )); moztransform: translateY(calc( -1*var( --ItemBar-Title ) )); mstransform: translateY(calc( -1*var( --ItemBar-Title ) )); otransform: translateY(calc( -1*var( --ItemBar-Title ) )); transform: translateY(calc( -1*var( --ItemBar-Title ) )); -webkit-transition: -webkit-transform 0.3s ease; -moz-transition: -moz-transform 0.3s ease; -ms-transition: -ms-transform 0.3s ease; -o-transition: -o-transform 0.3s ease; transition: transform 0.3s ease; 
}
@media only screen and (max-width: 992px) 
{
	#bar3 {
		display: none
	}
	#bar2 {
		text-align: left !important;  height: var( --ItemBar-Title )!important; top: 0; 
	}
	#bar2 ul {
		height: var( --ItemBar-Title )!important; 
	}
}
@media (max-width: 575.98px) 
{
	
	#LOGO1 .logo {
		*display: none !important; 
	}
}