.logo {width:200px; height: auto;}
.rev_slider {background-color: #bbb;}

.main-inner::after {
	display:none;
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	/* background-color: #171717; */
	opacity: 0.6;
}

@media (min-height: 850px){
    .cols2 {
          -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        gap: 80px
    }
}


.bg-default {
  background: url(img/bg3.jpg) no-repeat; background-size: cover;
}  

.bg-color {
	background: linear-gradient(to right bottom, #777, #999, #666)
;
}

.navbar-desctop-menu {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.brand {padding-top: 4px;}

h1, .h1 {
	font-size: 60px;
	line-height: 1.2;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #3d3d3d;
}
.mr-2 {margin: 0px 10px 5px 0px;}

.brand-name {
		left: 0.37em;
		right:auto;
}
.mobil_banner {display:none;}

@media (max-width: 767px){
.vertical-panel{display: none;}
 .home .vertical-panel{display: block;}

	.logo {width:70px; height: auto;}
	.brand-name {
			bottom: .3em;
			right:auto;
			left: 0.37em;
			font-size: 1.75em;
	}
	h1, .h1 {	font-size: 20px;}
	/*.home .vertical-panel{display: none;} */
	.rev_slider_wrapper, #rev_slider_forcefullwidth {display:none!important}
	.home .vertical-panel {display:none}
	.mobil_banner {background: linear-gradient(to right bottom, #777, #999, #666); width:100%; height: 100vh; min-height: 100%;
		display:block; padding: 20px 25px; text-align: center; color:white} 
	.arrow-left, .arrow-right {display: none;;}
	
	.mobil_banner h1 {	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-top: 180px;;
	color:#fff;
	line-height: 1.4!important;
}

	.slide-subtitle.tp-caption {font-size: 12px!important; line-height: 1.3!important; max-width:350px!important;
		white-space:wrap!important; max-height:300px!important; display:none;
}
}

hr {margin: 30px 0px;}
.btn {  font-size: 0.775em; border-radius: 5px;}
.btn:hover {background-color:#12499a;}