
@media only screen and (max-width:1600px) {
	
}

@media only screen and (max-width:1920px) and (min-width:1200px){
	.float-panel .list-wrap { width:270px;}
	
}
@media only screen and (min-width:991px) and (max-width:1200px) {
	
	
}
 @media only screen and (max-width:767px) {
#menu-main-menu li {
	display: inherit
}
.float-panel.fixed {
	position: inherit !important
}
.banner-bottom:before, .banner-bottom:after {
	display: none
}
.banner-bottom .bx-wrapper .bx-prev {
	left: 0% !important;
}
.banner-bottom .left {
	display: none
}

#menu-main-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 45px;
	background: #0a1a57;
	width: 100%;
}
#menu-main-menu li {
	padding: 10px 20px;
}
.mainmenu-toggler {
	position: absolute;
	right: 0;
	top: 0;
	background: #0a1a57;
	border: none;
	color: #fff;
}
.mainmenu-toggler {
	display: block;
}
.fullscreen-bg  { margin-top:-22%}
}
@media only screen and (max-width:480px) {
}


