html{font-size: 16px;}
@font-face {
    font-family: 'Prompt-Regular';
    src: url('fonts/Prompt-Regular.eot');
    src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Regular.woff') format('woff'),
         url('fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Bold';
    src: url('fonts/Prompt-Bold.eot');
    src: url('fonts/Prompt-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Bold.woff') format('woff'),
         url('fonts/Prompt-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Medium';
    src: url('fonts/Prompt-Medium.eot');
    src: url('fonts/Prompt-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Medium.woff') format('woff'),
         url('fonts/Prompt-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
    font-family: 'Prompt-Regular';
	cursor: default;
	position: relative;
	line-height:normal;
	font-size: 1rem;
    color: #000000;
}

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}
ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}
#back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    bottom: 10%;
    right: 2%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#013474;
    border: 2px solid #FFF;
    border-radius: 50%;
    font-size: .9rem;
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 30px;
	position: absolute;
    top: 30%;
    right: 0%;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background: #013474;
    border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    position: relative;
    padding: .3rem 0;
    transition: all 0.5s;
    background: #FFF;
}
.slim.headbar-main{box-shadow: 0 2px 3px rgba(0,0,0,.3);}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    width:100%;
    padding: 0;
    margin-right: 0;
    text-align: left;
    transition: all 0.5s;
}
.navbar-brand img{
    width: 6em;
    transition: all 0.5s;
}
.navbar-logo-mobile {
    width: 100%;
    padding: 5% 0;
    display: block;
    text-align: center;
    color: #FFF;
}
.navbar-logo-mobile img{filter: brightness(0) invert(1);}
.navbar-collapse ul li{
	padding: 0;
    transition: all 0.5s;
    font-size: 1rem;
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:10px 15px;
    position: relative;
    display: block;
    text-align: left;
    color: #FFF;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover, .navbar-collapse ul li:hover a{ color: #032c62; }
.navbar-collapse ul li.active, .navbar-collapse ul li:hover{ background:#FFF;}

.navbar-collapse li .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 0;
	margin: 0;
	background: #d3f0ff;
}

.bar-contact{
    width: 100%;
    color: #FFF;
    background: url( "../images/bg-bar.png") right center no-repeat #013474;
    padding: 15px 0;
    transition: all 0.5s;
    position: relative;
}
.slim .bar-contact{padding: 8px 0;}
.contactbar{
    display: flex;
    align-items: center;
}
.contact-box{ display: none;}
.contactbar a:hover{color: #000;}
.language-box {
    display: flex;
    align-items: center;
}
.language-box a{padding: 0 7px;}
.language-box a:hover, .language-box a.active{text-decoration: underline;}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
}
#slide-zone .banner-slide img{
    width: 100%;
}
#slide-zone .owl-dots{
	display: block !important;
	position: absolute;
    bottom:5%;
    left: 50%;
    z-index: 555;
	transform: translate(-50%,0%);
}
#slide-zone .owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #0c2e20;
}
#slide-zone .owl-carousel button.owl-dot.active{
    background-color: #0c2e20;
}
#slide-zone{position: relative;}
/*content--//////////////////////////////////////////////////////////////////////////*/
.text-bold{font-family: 'Prompt-Bold';}
.font-style{font-size: 1rem;}
.font-style1{font-size: 1.2rem;}
.font-style2{font-size: 1.4rem;}
.font-style3{font-size: 1.6rem;}
.font-style4{font-size: 1.8rem;}
.font-style5{font-size: 2rem;}
.content-box{padding: 10% 0;}
.box1{
    background: url("../images/bg-1.png") bottom right no-repeat;
    background-size: 100% !important;
}
.text-box1{
    text-align: center;
    margin-bottom: 2rem;
}
.text-box1 h1{
    margin-bottom: 0;
    font-size: 1.8rem;
    font-family: 'Prompt-Medium';
    color: #013474;
    line-height: normal;
}
.text-box2{
    font-family: 'Prompt-Medium';
    font-size: 2.2rem;
    color: #013474;
}
.detail-box1{margin-bottom: 2rem;}
.about-box{margin-top: 2rem;}
.about-box h1{
    font-size: 1.8rem;
    color: #343434;
    text-align: center;
}
.img-box{
    width: 100%;
    overflow: hidden;
}
.img-box img{
    max-width: 100%;
    transition: all 0.5s;
}
.title-box{
    font-size: 1.8rem;
    text-align: center;
    color: #FFF;
    margin-bottom: 2.3rem;
    font-family: 'Prompt-Medium';
}
.box2{
    background: url("../images/bg-2.png") center center no-repeat ;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.product-box {
    margin-bottom: 2rem;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.5s;
}
.product-box:hover{
    padding: .3rem;
    border-color: #FFF;
}
.product-box img{width: 100%;}
.detail-box2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    align-items: flex-end;
    display: flex;
    z-index: 5;
}
.product-box h1{
    color: #FFF;
    margin: 0 auto 1.7rem;
    font-size: 1.2rem;
    text-align: center;
    font-family: 'Prompt-Bold';
}
.product-box:hover img{transform: scale(1.05);}



.detail-products{margin-bottom: 2rem;}
.detail-products h1{
	font-size: 1.4rem;
	margin-bottom: 0;
    font-family: 'Prompt-Bold';
}
.detail-products p{margin-bottom: 1rem;}
.detail-products ul{list-style: none;}
.detail-products ul li{
	margin-bottom: .75rem;
	font-size: .85rem;
}
.detail-products ul li:last-child{margin-bottom: 0;}



.slide-productsshow{margin-bottom: 2rem;}
.slide-productsshow .owl-carousel{display: block;}
.slide-productsshow .owl-carousel.owl-drag .owl-item{padding: .3rem;}

.slide-productsshow .owl-carousel .item{
	background:#FFF;
	text-align:center;
	box-shadow: 0 0 8px rgba(0,0,0,0.10);
}
#big{
	height:auto;
	overflow:hidden;
} 
#big .item{	
	width: 100%;
	aspect-ratio:3/2;
}
#big .item iframe{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
#big .item img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
#thumbs .item{
	width: 100%;
	overflow:hidden;
	aspect-ratio:3/2;
}
#thumbs .item img{
	height:100%;
	object-fit: cover;
}
.slide-productsshow .owl-carousel#thumbs{padding: 0 5%;}
.slide-productsshow .owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
}
.slide-productsshow .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    color: #1b2b58;
}
.slide-productsshow .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    color:#1b2b58;
}
.slide-productsshow .owl-carousel .owl-nav button.owl-prev, 
.slide-productsshow .owl-carousel .owl-nav button.owl-next{font-size:15px;}
.slide-productsshow .owl-carousel .owl-nav button:focus{box-shadow: none;border: none;outline: none;}

.hispage {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: .5rem;
	padding-left: 1rem;
}
.hispage ul{
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.hispage ul li{
	margin-right: 10px;
	color: #FFF;
}
.hispage li a:hover{text-decoration: underline;}
.hispage li a{padding: 0 10px 0 0;}

.bannerotherpage{
	position: relative;
	height: 280px;
}
.bannerotherpage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerotherpage .title-box{
	margin: 0;
	color: #FFF;
	position: absolute;
	width: auto;
	text-align: right;
	right: 1rem;
	top: 3rem;
}
.bannerotherpage .title-box h1{
	font-size: 1.8rem;
	margin: 0;
    font-family: 'Prompt-Bold';
}
.title-box.subtitle h1{
	font-size: 1.4rem;
	margin: 0;
	color: #000;
    font-family: 'Prompt-Bold';
}

.content-otherpage{padding: 10% 0;}
.content-otherpage.companypage {
    background-color: #FFF;
    background-image: url(../ourcompany/images/bgtop-company.png), url(../ourcompany/images/bgbottom-company.png);
    background-position: left top 5rem, center bottom;
    background-size: 667px, 100% !important;
    background-repeat: no-repeat, no-repeat;
}
.img-box.companyimg{
	margin-bottom: 2rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-box.companyimg img{width: 100%;}
.texttitle-company{
	margin-bottom: .5rem;
	color: #033474;
}
.texttitle-company h1{
	font-size: 2.3rem;
	margin-bottom: 0;
	line-height: 1;
    font-family: 'Prompt-Medium';
	text-shadow: 3px 5px rgb(3 52 116 / 30%);
}
.texttitle-company p{margin: .75rem 0;}
.texttitle-company hr{
	width: 8em;
	margin:.5rem 0;
	border-top: 5px solid #006599;
}
.text-company p{margin: 0;}
.text-company{margin-bottom: .75rem;}
.textcenter-company{
	text-align: center;
	color: #033474;
	margin-bottom: 2rem;
}
.textcenter-company img{
	width: 35px;
	filter: invert(14%) sepia(44%) saturate(3429%) hue-rotate(200deg) brightness(100%) contrast(105%);
}
.textcenter-company p{
	margin:.5rem 0;
	font-size: 1.3rem;
}
.textcenter-company h1{
	font-size: 1.8rem;
	margin: 0;
	line-height: 1;
    font-family: 'Prompt-Medium';
}

.address-box{margin-bottom: 2rem;}
.address-box h1{
	color: #033474;
	font-size: 1.4rem;
	margin-bottom: .5rem;
    font-family: 'Prompt-Medium';
}
.address-box p{margin: 0;}
.address-box ul{
	list-style: none;
	margin: 1rem 0;
}
.address-box ul li{margin-bottom: .5rem;}
.address-box a:hover{
	color: #033474;
	text-decoration: underline;
}
.content-otherpage.contactuspage{padding-bottom: 0;}
.mapbox {
	width: 100%;
	height: 280px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}

.messagebox{
	color: #FFF;
	padding: 1rem;
	font-size: .9rem;
	background: #006599;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.messagebox h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
    font-family: 'Prompt-Medium';
}
.messagebox .fa-paper-plane{font-size: 1.8rem;margin-right: 5px;}
.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #FFF;
	font-size: 1.4rem;
	vertical-align: middle;
}
.detail-form span, .detail-form p.red-text, .control-label span{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 5px;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background: none;
	border: none;
	border-bottom: 1px solid #FFF;
    width: 100%;
	color: #FFF;
	border-radius: 0px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #65b6e1;
}
.form-text::placeholder{color: rgb(255 255 255 / 60%);}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	min-width: 250px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #0000cd;
    color: #FFF;
    background: #0000cd;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 10px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #013474;
	color: #FFF;
	border-color: #013474;
	transform: scale(.98);
}


.text-policy{margin-bottom: 2rem;}
.text-policy h1{
	color: #013474;
	line-height: 1;
	font-size: 1.4rem;
	margin-bottom: .75rem;
    font-family: 'Prompt-Medium';
}
.text-policy p{
	text-indent: 3%;
	margin-bottom: .75rem;
}
.text-policy h2{
	font-size: 1.2rem;
	margin-bottom: .5rem;
    font-family: 'Prompt-Medium';
}


.partners-box{
	text-align: center;
	margin-bottom: 2rem;
}
.partners-box:hover img{transform: scale(1.05);}
.partners-box img{
	aspect-ratio:4/3;
	object-fit: contain;
}
.partners-box .img-box{
	padding: 1rem;
	border-radius: 10px;
	aspect-ratio:4/3;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	border: 1px solid #e4e4e4;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.partners-box p{
	margin: 1rem auto;
	font-size: .8rem;
}
























.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding:.75rem 0;
    color:#000;
    z-index: 2345;
    display: block;
    font-size: .95rem;	
	background:#FFF;
		
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{font-size: 1.1rem !important; margin-bottom: 0rem;}
.policy-box a{color: #013474;text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
	width: 180px;
	padding: 10px;
	transition: all 0.5s;
	cursor: pointer;
	text-align: center;
	color: #FFF ;
	margin: .5rem auto;
	display: flex;
	align-items: center;
	border: none;
	justify-content: center;
	border-radius: 0;
	border-width: 1px;
	border-color: #013474;
	border-style: solid;
	background-color: #013474;
	box-shadow: 1.902px 0.618px 6.32px 1.68px rgba(0, 0, 0, 0.1);
}
.btn-policy:hover{
	transform: scale(.98);
	background: #FFF;
	color: #013474;
}

/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    color: #FFF; 
    padding:10% 0 5%;
    background: url("../images/bg-footer.png") top center no-repeat;
    background-size: cover !important;
}
.footer a:hover{ color: #4b7fff;}
.contact-footer{margin: 1rem auto;}
.contact-footer ul{list-style: none;}
.footer h1{font-size: 1.2rem; }
.logo-footer{text-align: center;margin-bottom: 2rem;}
.copyright-box{
    text-align: center;
    color: #FFF;
    margin-top: .5rem;
}
.social-footer{text-align: center;margin-bottom: 2rem;}
.social-footer img{
    width: auto;
    transition: all 0.5s;
}
.social-footer img:hover{transform: translateY(-5px);}
#wh-widget-send-button.wh-widget-right{bottom: 5% !important;}

.menu-footer ul{list-style: none;}
.br-white{
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 1rem;
    padding-top: 1rem;
}

/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;
	background: #fff;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #2348b8 ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #2348b8;
}
/************************************************/
ul.toolpro {
	list-style: none;
}
.slideproducts{margin-bottom: 2rem;}
.slideproducts .slick-prev, .slideproducts .slick-next{
	top: 0;
    height: 100%;
	z-index: 3;
    transform: translate(0, 0);
}
.slideproducts .slick-prev{left: 0px;}
.slideproducts .slick-next{right: 0px;}
.slideproducts .slick-prev:before, .slideproducts .slick-next:before {
    font-size: 30px;
    opacity: 1;
    color: #223c77;
	z-index: 5;
}
.slideproducts .slider-for .item{padding: 1rem;}
.slideproducts .slider-nav .item{padding: .3rem;}
.slideproducts .slider-nav .products-pic{margin-right: 8px;}

.slide-gallery{margin-bottom: 2rem;}
.slide-gallery .slick-prev, .slide-gallery .slick-next{
	top: 0;
    height: 100%;
    transform: translate(0, 0);
}
.slideproducts .slider-for .gallery-box{
	margin-right: 5px;
	margin-bottom: 0;
}
.slide-gallery .slider-nav .gallery-box{
	margin-right: 5px;
	margin-bottom: 0;
}
.slide-gallery .slick-prev{left: -45px;}
.slide-gallery .slick-prev:before, .slide-gallery .slick-next:before {
    font-size: 35px;
    opacity: 1;
    color: #312d2c;
}
.item .gallery-box{
	cursor: pointer;
}
.gallery-box .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio:3/2;
	transition: all 0.5s;
	
	background: -webkit-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: -o-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(150deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
}
.gallery-box .img-box img{
	object-fit: cover;
	aspect-ratio:3/2;
}
.gallery-box:hover .img-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.gallery-box:hover img{transform: scale(1.05);}
.img-box h1{
	font-size: 1.6rem;
	font-family: 'NotoSansThai-Medium', 'NotoSans-Medium';
	margin-bottom: 0;
	color: #a9a9a9;
	transition: all 0.5s;
}
.img-box p{margin: 0;color: #a9a9a9;}
.gallery-box:hover .img-box h1{transform: scale(1.05);}
/*****************/
.text-title-editor ul{
  margin-left: 40px;
}
/***********/
.contact-box img{
	transition: all 0.5s; 
	width: 2rem;
	margin: auto 5px;
	 
}
.contact-box img:hover{transform: scale(.95);}

/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
        position: fixed;
        width: 250px;
        background: url("../images/bg-2.png") top center no-repeat;
        background-size:  cover !important;
        height: 100% !important;
        max-height: none !important;
        top: 0;
        display: block;
        left: -250px;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-main, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-main.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {
}




