/*---Martin K5 ---*/
/*---Global---*/
html, body {
    overflow-x: hidden;    
}
html.mobile-menu-show, body.mobile-menu-show{
	overflow: hidden;
}
.dropdown .dropdown-menu{
	margin-top: 0;
}
button {    
	box-shadow: none !important;
	outline: none !important    
}
.btn{
	padding:7px 17px!important;
	transition: 0.3s;
}
.overflow-hidden{
	overflow: hidden;
}
.ui-slider .ui-slider-handle{
	cursor: pointer;
}
.btn.btn-search.btn-sm,
.btn.btn-secondary.btn-sm,
.btn.btn-black.btn-sm{
    font-size: 1.1rem;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: relative;
    font-size: 0.94rem!important;
    padding-left: 25px!important;
    padding-right: 25px!important;
    background-color: transparent;
    border: 2px solid #454545;
    color: #454545!important;
}
.btn.btn-secondary.btn-sm:hover,
.btn.btn-secondary.btn-sm:focus {
    padding-left: 15px!important;
    padding-right: 35px!important;
    border: 2px solid transparent;
    background-color: #f25720;
    color: #fff!important;
}
.btn.btn-secondary.btn-sm:after {
    right: 50px!important;
    font-size: 18px!important;
}
.btn.btn-secondary.btn-sm:hover:after,
.btn.btn-secondary.btn-sm:focus:after{
    right: 15px!important;    
}
.btn.btn-secondary.btn-small{
	font-size: 15px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.btn.btn-secondary.btn-small::after{
	font-size: 17px;
}
.btn.btn-action{
	border: 2px solid #f25720;
	background-color: #f25720;
	color: #fff;
	overflow: hidden;
	text-align: center;
	transition: 0.3s;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	position: relative;
	font-size: 0.94rem !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.btn.btn-action:hover, .btn.btn-action:focus{
	padding-left: 15px !important;
	padding-right: 35px !important;
	border: 2px solid #454545;
	background-color: transparent;
	color: #454545  !important;
}
.btn.btn-action::after{
	content: '\f105';
	color: #fff;
	font-family: 'fontawesome';
	right: 50px !important;
	font-size: 18px !important;
	font-weight: 600;
	position: absolute;
	opacity: 0;
	top: calc( 50% - 1px );
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.3s;
}
.btn.btn-action:hover::after,
.btn.btn-action:focus::after{
	right: 15px !important;
	color: #454545  !important;
	opacity: 1;
}
.breadcrumb.breadcrumb-transparent{
	background-color: transparent;
}
.breadcrumb.breadcrumb-transparent .active{
	color: #00aeef;
	font-weight: 600;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before{
	content: '\f105';
	font-family: 'fontawesome';
	color: #fff;
}
.breadcrumb .breadcrumb-item a{
	font-weight: 500;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item span{
	font-size: 16px;
}
.banner-section{
	height: 300px;
	position: relative;
}
.banner-section::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
}
.banner-section .img-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.banner-section .bg-img{
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-position: center top;
	background-size: 100% auto;
}
.banner-section .text-content{
	position: relative;
	z-index: 2;
}
.del{
	position: relative;
}
.del::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	border-top: 3px solid #333333;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page-plugin-content h1,
.page-plugin-content h2,
.page-plugin-content h3,
.page-plugin-content h4,
.page-plugin-content h5,
.page-plugin-content h6
/*,
.page-plugin-content p*/{
	margin-bottom: 1rem !important;
}
.page-plugin-content p{
	padding-left: 1.5rem !important;
}
.page-plugin-content{
	min-height: calc(100vh - 340px);
}
.link{
	color: #00aeef!important;
	font-size: 15px!important;
}
a.link-search{
	font-size: 15px!important;
	color: #fff;
	position: relative;
	padding-right: 0;
	transition: .3s;
	font-weight: 500;
}
a.link-search:hover {
    padding-right: 15px;    
}
.link-search::before{
	content: '\f105';
	font-family: 'fontawesome';
	color: inherit;
	position: absolute;
	right: 10px;
	top: 50%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity 0.3s, right 0.3s;
}
.link-search:hover::before{
	opacity: 1;
	right: 0;
}
#gmap{
	width: 100%;
	height: 500px;
}
.home-map #gmap{
    height: 400px;
}
.have-question .img-wrapper img{
	overflow: hidden;
	width: 95px;
	border: 3px solid #f25720;
}
.hover-blue:hover{
	color: #00aeef;
}
.copyright{
	font-size: 12px;
}
.c-info li i{
	color: #00aeef;
	font-size: 17px;
}
.line-height-0{
	line-height: 0!important;
}
.box-shadow{
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.fancybox-container .fancybox-thumbs{
	background-color: #2e2d2c;
}
.vehicle-wrapper button.close{
	position: absolute;
	top: -15px;
	right: -10px;
	z-index: 99;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	background-color: #00aeef;
	opacity: 0;
	color: #fff;
	transition: 0.3s;
}
.vehicle-wrapper button.close::after{
	content: '';
	background-image: url('../img/icons/close.svg');
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 6;
	background-size: cover;
}
.vehicle-wrapper:hover button.close,
.vehicle-wrapper:focus button.close{
	opacity: 1;
	color: #fff;
}
.vehicle-wrapper button.close:hover,
.vehicle-wrapper button.close:focus{
	opacity: 1!important;
	color: #fff!important;
}
.specifications-sidebar .specifications-wrapper,
.contact-sidebar .contact-wrapper,
.vehicle-preview-section .tab-content{
	padding: 20px 30px;
}
/*---Header---*/
header .dropdown-menu.brand-list-menu{
	background-color: transparent;
	padding-top: 5px !important;
}
header .dropdown-menu ul{
	background-color: #fff;

}
header{
	background: -webkit-linear-gradient(to bottom, rgba(51,51,51,0.9), transparent);
	background: linear-gradient(to bottom, rgba(51,51,51,0.9), transparent);
	padding-top: 10px;
	padding-bottom: 10px;
	transition: padding 0.3s;
}
.scroll header{
	padding-top: 5px;
	padding-bottom: 5px;
}
header::before{
    content: '';
    background-color: #2e2d2c;
    transition: opacity 0.3s, visibility  0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.header-transparent header::before{
	opacity: 0;
	visibility: hidden;
}
.header-transparent header + section{
	margin-top: 0;
}
.scroll.header-transparent header::before{
	content: '';
	background-color: #2e2d2c;
	opacity: 1!important;
	visibility: visible;
}
header .dropdown-menu.brand-list-menu{
	position: relative;
}
header .dropdown-menu.brand-list-menu::after{
	content: '';
	border-left: 1px solid rgba(0,0,0,0.1);
	height: calc( 100% - 17px );
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.scroll header{

}
header .dropdown-menu.brand-list-menu ul{
	column-count: 2;
	column-width: 50%;
}
.navbar-nav .dropdown-toggle{
	position: relative;
}
.navbar-nav .nav-item .dropdown-toggle{
	position: absolute;
	right: 1rem;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .dropdown-menu{
	border: none;
	border-radius: 0;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	min-width: auto;
}
header .search-section{
	border-left: 1px solid #fff;
	padding-left: 10px;
}
header .search-section .nav-item-special .nav-link{
	font-size: 15px;
}
.lang-nav .dropdown-toggle::after{
	display: none;
}
.navbar-nav .nav-item .dropdown-toggle::after{
	content: '\f107';
	font-family: 'fontawesome';
	border: none;
	font-size: 17px;
	color: inherit;
	transition: 0.3s;
	font-weight: bold;
	color: #fff;
}
.navbar-nav .nav-item.active .dropdown-toggle::after {
	color: #00aeef;
}
.navbar-nav .nav-item .dropdown-toggle:hover{
	color: #00aeef;
}
textarea.form-control{
	resize: none;
}
.logo-img{
	transition: width 0.3s;
}
.scroll header .logo-img{
	width: 150px;
}
header .navbar{
	transition: padding 0.3s;
}
.scroll header .navbar{
	padding-top: 5px;
	padding-bottom: 5px;
}
header #navbarSupportedContent .nav-link{
	transition: padding 0.3s, color 0.3s;
}
.scroll header #navbarSupportedContent .nav-link{
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}
.hidden {
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.search-section .nav-item-special .nav-link:hover {
    color: #00aeef;
}
.car-tabs{
	border-bottom: none;
}
.car-tabs .nav-link,
.car-tabs .nav-link.active{
	background-color: transparent;
	border-radius: 0;
	border: none;
	font-weight: 700;
}
@media (max-width: 339px){
    .car-tabs .nav-link:first-child, .car-tabs .nav-link:last-child  {
        margin-left: 5px;
	    margin-right: 5px;
    }
}
@media (max-width: 567px){
    header .mobile-menu {
        width: 25px!important;
    }
}
.car-tabs .nav-link{
	position: relative;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-transform: uppercase;
	font-size: 17px;
	transition: color 0.3s;
	padding-bottom: 2px;
}
.car-tabs .nav-link::after{
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	bottom: -1px;
	border-top: 2px solid #00aeef;
	transition: width 0.3s;
}
.car-tabs .nav-link.active{
	color: #00aeef;
}
.car-tabs .nav-link.active::after{
	width: 100%;
}
.car-tabs .nav-link:hover{
	color: #00aeef;
}
.car-tabs .nav-link:hover::after{
	width: 100%;
}
.vehicle-wrapper{
	border: 1px solid rgba(0,0,0,0.1);
	outline: 2px solid transparent;
	transition: 0.3s;
}
.vehicle-wrapper:hover,
.vehicle-wrapper:focus{
	border-color: #00aeef;
	outline-color: #00aeef;
}
.vehicle-wrapper .card-footer{
	background-color: #fff;
	position: relative;
}
.vehicle-wrapper .vehicle-description li{
	font-size: 14px;
	margin-right: 10px;
	position: relative;
	color: #606060;
}
.vehicle-wrapper .h4{
	transition: 0.3s;
}
.vehicle-wrapper:hover .h4,
.vehicle-wrapper:focus .h4{
	color: #00aeef;
}
.badge-new{
	padding: 10px 20px;
	border-radius: 0;
	font-size: 15px;
	background-color: #f25720;
}
.custom-select{
	border-radius: 0!important;
}
header .search-section .nav-link{
	position: relative;
}
header #garageNumber{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f25720;
	border-radius: 100%;
	height: 17px;
	width: 17px;
	font-weight: 600;
	font-size: 14px;
}
header .search-section .nav-item-special .nav-link:hover,
header .search-section .nav-item-special .nav-link:focus{
	color: #fff;
}
header .garage-item{
	margin-right: 10px;
}
.garage-icon{
	width: 30px;
	height: 30px;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-webkit-transition: 0.2s;
}
header .mobile-menu{
	width: 30px;
}
.navbar-toggler {
    border: 0;
}
/*---Footer---*/
.contact-info-menu{
	position: fixed;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
	transition: all .5s;
}
.contact-info-menu .info-item{
	background-color: #f25720;
	padding: 15px 20px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	white-space: nowrap;
	cursor: pointer;
	transition: transform 0.5s;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);	
}
.contact-info-menu .info-item:hover,
.contact-info-menu .info-item:focus{
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.contact-info-menu .info-item i{
	font-size: 18px;
	margin-right: 17px;
	height: 20px;
	width: 20px;
}
.contact-info-menu .info-item:last-child{
	margin-bottom: 0;
}
/*---Home---*/
.hero-section .hero-text{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	display: inline-block;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	padding: 40px 45px;
}
.slide-title, h1, .h1{
	font-size: 2.8rem;
}
.slide-title2, h2, .h2{
	font-size: 2.6rem;
}
h3, .h3{
	font-size: 2.0rem;
}
.bg-darker-gray .search-filter .custom-select{
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	border-width: 2px;
	background-image: url('../img/icons/down-chevron.svg');
	background-size: 14px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.search-filter .custom-select option{
	color: #333;
}
.search-filter .custom-select:hover,
.search-filter .custom-select:focus{
	outline: none;
	box-shadow: none;
	background-image: url('../img/icons/down-chevron-blue.svg');
	border-color: #00aeef;
	color: #00aeef;
}
.search-filter form{
	background-color: #4c4c4c;
}
.search-filter .search-filter-form{
	padding-top: 24px;
	padding-bottom: 24px;
}
.sp-slider{
	margin-left: -15px;
	margin-right: -15px;
}
.sp-slider .slick-slide{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.hide{
	height: 0!important;
	visibility: hidden!important;
	opacity: 0!important;
}
.search-filter .btn-close-filter{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.hero-slider .hero-text .searchMore.hide{
	opacity: 0;
	visibility: hidden;
}
.search-filter .btn-wrapper{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-filter .bottom-filter{
	background-color: inherit;
	width: 100%;
	overflow: hidden;
}
.search-filter.bottom-open .bottom-filter{
	max-height: 200px;
	transition: max-height 0.3s;
}
.divider{
	position: relative;
	padding-bottom: 7px;
}
.divider::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 3px solid #00aeef;

}
.divider.divider-sm::after{
	border-width: 2px;
}
.divider-w-sm::after{
	width: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.brands-section .brand-card .brand-content p{
	transition: 0.3s;
	background-color: #dddddd;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.brands-section .brand-card .brand-wrapper{
	/*border: 2px solid  transparent;*/
	transition: 0.3s;
}
.brands-section .brand-card:hover .brand-content h3{
	transition: 0.3s;
}
.brands-section .brand-card:hover .brand-content h3,
.brands-section .brand-card:focus .brand-content h3{
	color: #6e788a;
}
.brands-section .brand-card:hover .brand-content p,
.brands-section .brand-card:focus .brand-content p{
	background-color: #222222;
}
.brands-section .brand-card:hover .brand-wrapper,
.brands-section .brand-card:focus .brand-wrapper{
	/*border-color: #222222;*/
}
.home-map{
	line-height: 1px;
}
/*---Vehicles---*/
.row-vehicles{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.row-vehicles .col-vehicle{
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.row-vehicle{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row-vehicle .col-img{
	max-width: 60%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
}
.row-vehicle .col-description{
	max-width: 40%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	padding-left: 25px;
	padding-right: 25px;
}
.vehicle-wrapper .col-description table th,
.vehicle-wrapper .col-description table td{
	padding: .3rem;
}
#advanced-search{
	display: inline-block;
	transition: .3s;
    padding-left: 30px!important;
    padding-right: 30px!important;
}
#advanced-search:hover {
    padding-left: 20px!important;
    padding-right: 40px!important;
}
#advanced-search:after {
    right: 30px;    
}
#advanced-search:hover:after {
    right: 20px;    
}
#advanced-search:focus:after {
    right: 30px;      
    opacity: 0;
}
#advanced-search:focus:hover:after {
    right: 20px;      
    opacity: 1;
}
#advanced-search:active{
	background-color: #f25720;
}
#advanced-search.advanced::after{
	content: '\f107';
}
#advanced-search.simple::after{
	content: '\f106';
}
.row-filter{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.row-filter .col-btn{
	max-width: 200px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
}
.row-filter .col-filters{
	max-width: calc(100% - 200px);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 200px);
	flex: 0 0 calc(100% - 200px);
	padding-right: 20px;
}
.vehicle-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.vehicle-row .col-btn{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 147px;
    flex: 0 0 147px;
	max-width: 147px;
}
.vehicle-row .col-text{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 147px);
    flex: 0 0 calc(100% - 147px);
	max-width: calc(100% - 147px);
	padding-right: 10px;
}
.btn.btn-black.btn-call-us{
	padding-left: 90px!important;
	padding-right: 20px!important;
	background-color: #2e2d2c !important;
}
.btn.btn-black.btn-call-us::after{
	display: none;
}
.btn-call-us::before{
	content: '\f095';
	font-size: 32px;
	font-family: 'fontawesome';
	color: #fff;
	position: absolute;
	top: 50%;
	left: 45px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn.btn-outline-secondary{
	padding-left: 60px !important;
	padding-right: 60px !important;
	border: 2px solid #fff;
	color: #fff;
	transition: 0.3s;
	position: relative;
}
.btn.btn-outline-secondary::after{
	content: '\f105';
	color: #fff;
	font-family: 'fontawesome';
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	right: 70px;
	opacity: 0;
	top: calc( 50% - 1px );
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.3s;
}
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus{
	background-color: #f25720;
	border-color: #f25720;
	padding-left: 50px !important;
	padding-right: 70px !important;
}
.btn.btn-outline-secondary:hover::after,
.btn.btn-outline-secondary:focus::after{
	right: 40px;
	opacity: 1;
}
.vehicles-filter .custom-select{
	background-image: url('../img/icons/down-chevron-gray.svg');
	background-size: 14px;
}
/*---Vehicle---*/
.v-slider-for .slick-arrow{
	opacity: 0.6;
	visibility: visible;
	z-index: 1;
	background-color: #00aeef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	width: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: 0.3s;
}
.v-slider-for .slick-arrow::before{
	font-size: 30px;
	transition: 0.3s;
}
.v-slider-for:hover .slick-arrow{
	opacity: 0.9;
}
.v-slider-for .slick-prev{
	left: 0;
}
.v-slider-for .slick-prev::before{
	content: '\f104';
	font-family: 'fontawesome';
}
.v-slider-for .slick-next{
	right: 0;
}
.v-slider-for .slick-next::before{
	content: '\f105';
	font-family: 'fontawesome';
}
.fancybox-navigation .fancybox-button svg{
	display: none!important;
}
.fancybox-button.fancybox-button--arrow_left::before{
	content: '\f104';
	font-family: 'fontawesome';
	font-size: 25px;
}
.fancybox-button.fancybox-button--arrow_right::before{
	content: '\f105';
	font-family: 'fontawesome';
	font-size: 25px;
}
.slick-slide img{
	cursor: pointer;
}
.vehicle-preview-section .tab-select{
	display: none;
}
.vehicle-preview-section 
.vehicle-preview-section .slick-slider .slick-slide a{
	position: relative;
	display: block;
}
.vehicle-preview-section .slick-slider .slick-slide a::before{
	content: '';
	height: 30px;
	width: 30px;
	background-image: url('../img/icons/full-screen-selector.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0;
	transition: opacity 0.3s 0.1s;
	z-index: 7;
}
.vehicle-preview-section .slick-slider .slick-slide a::after{
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	background-color: rgba(0,0,0,0.5);
	z-index: 5;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: transform 0.3s;
}
.vehicle-preview-section .slick-slider .slick-slide a:hover::before{
	opacity: 1;
	transition-delay: 0s;
}
.vehicle-preview-section .slick-slider .slick-slide a:hover::after{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition-delay: opacity 0.3s;
}
.specifications-sidebar .specifications table tbody tr:first-child th,
.specifications-sidebar .specifications table tbody tr:first-child td{
	border-top: none;
}
.vehicle-preview-section .tab-content ul{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	list-style: none;
	padding-left: 0!important;
}
.vehicle-preview-section .tab-content li{
	padding-left: 20px;
	position: relative;
	margin-bottom: 8px;
}
.vehicle-preview-section .tab-content li::before{
	content: '\f00c';
	font-size: 13px;
	color: #f25720;
	font-family: 'fontawesome';
	position: absolute;
	top: 2px;
	left: 0;
}
.vehicle-preview-section .tab-content p{
	margin-bottom: 0;
}
.vehicle-preview-section .tab-content h1,
.vehicle-preview-section .tab-content h2,
.vehicle-preview-section .tab-content h3,
.vehicle-preview-section .tab-content h4,
.vehicle-preview-section .tab-content h5,
.vehicle-preview-section .tab-content h6{
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 800;	
}
.nav-tabs .box-shadow a{
	position: relative;
}
.nav-tabs .box-shadow a::after{
	position: absolute;
	content: '';
	border-top: 3px solid #fff;
	bottom: -3px;
	width: 100%;
	left: 0;
}
.nav-tabs .box-shadow a:hover::after{
	background-color: #fff;
}
.nav-tabs .box-shadow a.active::after{
	border-color: #fff;
}
.vehicle-wrapper .card{
	position: relative;
	z-index: 1;
}
.vehicle-wrapper .card::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(0,0,0,0.1);
	outline: 2px solid transparent;
	transition: 0.3s;
	z-index: -1;
}
.vehicle-wrapper:hover .car::after,
.vehicle-wrapper:focus .car::after{
    border-color: #00aeef;
    outline-color: #00aeef;
}
.specifications-sidebar .garage-btns .btn{
	font-size: 13px!important;
}
/*---Contact us---*/
.contact-form label{
	font-size: 14px;
}
.contact-info-list a{
	font-size: 15px;
}
.contact-form input[readonly=""]{
	background-color: #f3f3f3!important;
}
/*---My Garage---*/
/*---About page---*/
.about-service-row .service-img{
	width: 80px;
}
.about-section .about-image{
	height: 450px;
	width: calc(100% + 65px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service-title {
    position: relative;
    padding-left: 35px;
}
.service-title::before{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    background-image: url('../img/logo-bullet.gif');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.big-text{
    font-size: 17px;
}
.about-wrapper {
	padding: 160px 45px 160px 30px;
	position: relative;
}
.about-section .about-wrapper.bg-darker-gray::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -100px;
    background-color: #e8e8e8 !important;
    z-index: -1;
}
.faq-accordion .card-header h5{
	position: relative;
	padding-bottom: 4px;
}
.faq-accordion .card-header h5::after{
	content: '\f078';
	font-size: 14px;
	font-family: 'fontawesome';
	position: absolute;
	right: -30px;
	top: 50%;
	transition: 0.3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.video-section.small-video-section{
	height: 400px;
}
.video-section .video-wrapper + .hero-text{
	z-index: 10;
}
ul.member-info li i{
	color: #00aeef;
}
ul.member-info li,
ul.member-info a{
	font-size: 16px;
}
div.modal{
	    z-index: 10001;
}
.modal .modal-content{
	border-radius: 0;
}
.modal .modal-content button.close{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	height: 30px;
	width: 30px;
}
.modal .modal-content button.close::after{
	content: '';
	background-image: url('../img/icons/close.svg');
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 6;
	background-size: cover;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: invert(1);
	filter: invert(1);
}
.modal ul.member-info li, .modal ul.member-info a {
    font-size: 17px;
}
.bg-img-wrapper{
	position: relative;
	height: 500px;
}
.list-services li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
}
.list-services li:last-child{
	margin-bottom: 0;
}
.list-services li::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 3px solid #f25720;
	left: 0;
}
.services-img-1{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -65px;
	background-position: left center;
	background-size: cover;
}
.faq-accordion .card-header h5[aria-expanded="true"]::after{
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 1500px) {
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
.inside-filter form {
    background-color: #e8e8e8!important
}
.inside-filter .ui-widget-content {
    border: 4px solid #cccccc!important;
}
.inside-filter a.link-search {
    color: #000;
}
.service-img {
    width: 30px;
    height: 30px;
}
/*---Read More.js---*/
.read-more-wrapper{
	position: relative;
}
.read-more-wrapper .btn-wrapper{
	padding-bottom: 20px;
}
.read-more-wrapper .btn-wrapper .btn-read-more{
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: none;
}
.read-more{
	position: relative;
	transition: height 0.3s;
}
.read-more .btn-read-more{
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.read-more .btn-read-more.hide{
	height: 0 !important;
	visibility: hidden !important;
	opacity: 0 !important;
}
.slick-dots{
	bottom: -10px;
}
.slick-dots li,
.brand-slider .slick-dots li{
	height: 10px;
	width: 10px;
}

.slick-dots button,
.brand-slider .slick-dots button{
	padding: 0;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	background-color: #333333;
	opacity: .5
}
.slick-dots .slick-active button,
.brand-slider .slick-dots .slick-active button{
	opacity: 1;
}
.slick-dots button::before,
.brand-slider .slick-dots button::before{
	display: none;
}
.brand-slider .slick-dots{
	bottom: -25px;
}
.alert p{
	margin-bottom: 0;
}
.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2e2d2c;
	z-index: 1000000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	transition: 0.3s;
	opacity: 1;
}
.preloader .img-wrapper{
	display: block;
	width: 300px;
	height: auto;
	position: relative;
	transition: 0.3s;
}
.preloader img{
	max-width: 100%;
}
.preloader.done{
	opacity: 0;
	visibility: hidden;
}
.fancybox-container 
/*.preloader .img-wrapper::after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	transition: 0.3s;
	border-top: 2px solid #00aeef;
}
.preloader .img-wrapper.done::after{
	width: 100%;
}*/
.vehicle-wrapper .card a{
	position: relative;
	overflow: hidden;
}
.vehicle-wrapper.coming-soon .card a.position-relative::after{
    content: 'Coming Soon';
    position: absolute;
    top: -25px;
    right: -55px;
    z-index: 10;
    color: #fff;
    transform: rotate(30deg);
    background-color: #f25720;
    text-align: center;
    padding-left: 29px;
    padding-right: 29px;
    width: 225px;
    transform-origin: top left;
    font-size: 18px;
    font-weight: 600;
}
.vehicle-wrapper.sold .card a.position-relative::after{
    content: 'Sold';
    position: absolute;
    top: -25px;
    right: -55px;
    z-index: 10;
    color: #fff;
    transform: rotate(30deg);
    background-color: #00aeef;
    text-align: center;
    padding-left: 29px;
    padding-right: 29px;
    width: 225px;
    transform-origin: top left;
    font-size: 18px;
    font-weight: 600;
}
.vehicle-preview-section .vh-prev-wrapper .coming-soon.big a.position-relative{
	position: relative;
}
.vehicle-preview-section .vh-prev-wrapper .coming-soon.de::after,
.vehicle-wrapper.coming-soon.de .card a.position-relative::after{
	content: 'Kommt bald'!important;
}
.vehicle-preview-section .vh-prev-wrapper .sold.de::after,
.vehicle-wrapper.sold.de .card a.position-relative::after{
	content: 'Schon verkauft'!important;
}
.vehicle-preview-section .vh-prev-wrapper .coming-soon.big::after{
    content: 'Coming Soon';
    position: absolute;
    top: -25px;
    right: -55px;
    z-index: 10;
    color: #fff;
    transform: rotate(30deg);
    background-color: #f25720;
    text-align: center;
    padding-left: 29px;
    padding-right: 29px;
    width: 225px;
    transform-origin: top left;
    font-size: 18px;
    font-weight: 600;
    height: auto;
    z-index: 4;
}
.vehicle-preview-section .vh-prev-wrapper .sold.big::after{
    content: 'Sold';
    position: absolute;
    top: -25px;
    right: -55px;
    z-index: 10;
    color: #fff;
    transform: rotate(30deg);
    background-color: #00aeef;
    text-align: center;
    padding-left: 29px;
    padding-right: 29px;
    width: 225px;
    transform-origin: top left;
    font-size: 18px;
    font-weight: 600;
    height: auto;
}