@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Marcellus+SC&family=Montserrat:wght@200;300;400;500;600;700&display=swap');

html {
	margin: 0 auto;
	width: 100%;
}
body {
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size: 120%;
	line-height: 1;
	letter-spacing: 1px;
	color: #000 !important;
	background: #eee !important;
	text-align: left !important;
	cursor: default;
}
.container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 4%;
}
a {
	color: #5f504d;
	text-decoration: none;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
a:hover, a:focus {
	color: #b3a16c;
	text-decoration: none;
	outline: 0;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
a[href^=tel] {
	background: none !important;
	padding: 0 !important;
	color: #a2834b;
}
#footer a[href^=tel] {
	color: #fff;	
}

a img {
	border: 0;
}
img {
	max-width:100%;
	max-height:100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px;
	line-height: 1.2;
}
h1, h2 {
	font-size: 150%;
	font-family: 'Marcellus SC', serif;	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h3 {
	font-size: 110%;
}
p {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.4;
}
.p p {
	margin: 0;
	line-height: 0;
}
strong {
	font-weight: 600;
}
ul.ul, .ul ul, .ol ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.li li {
	display: inline-block;
	vertical-align: top;
}
dl {
	margin: 0 0 15px;
	font-size: 100%;
	color: #000;
	font-weight: 400;
}
dd {
	margin-left: 0;
}
div.grid {
	display: inline-block;
	vertical-align: top;
}
figure {
	margin: 0;
}
hr {
	border: 0;
	border-bottom: 1px solid #2D9B46;
}

/* FORMS */
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea {
	border: 2px solid #cabb9f;
	outline: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 90%;
	font-weight: 300;
	padding: 9px 10px;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	color: #000;
	border-radius: 5px;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus {
	border: 2px solid #b8a47f;
}
input[type='text'].invalid,
input[type='tel'].invalid,
input[type='email'].invalid {
	border: 2px solid #936b29;
}
input[type='submit'],
input[type='button'],
button {
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background: #cabb9f;
	padding: 12px 25px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
input[type='submit']:hover,
input[type='button']:hover,
button:hover {
	background: #b8a47f;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
select {
	font-family: 'Montserrat', sans-serif; 
	padding: 8px 10px;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.4;
	background-color: #f4f1eb;
	color:#434343;
	font-size: 93%;
	-webkit-appearance: none;
	-moz-appearance: inherit;
	outline: none;
	border: 0;
	border-radius: 5px;
}
select:hover {
	color: #5b052f;
}
p.formRed {
	font-weight: 400 !important;
	font-size: 90%;
	margin-bottom: 10px;
}
.formError {
	color: #ff0000 !important;
	font-weight: 400 !important;
	padding-left: 11px;
	display: block;
	font-size: 11px;
	margin-top: 2px;
}


/* MEDIA */
#media {
	text-align: center;
	position: relative;
}
#media .logo {
	position: relative;
	z-index: 9999;
	margin-top: 16%;
}
#media .media {
	margin-top: -36%;
	position: relative;
	z-index: 999;
}
#media .click-here {
	position: relative;
	text-align: center;
	z-index: 9999;
	margin-top: 7%;
	text-transform: uppercase;
}
#media .click-here a {
	background: url(../images/scroll_dwn.svg) no-repeat center bottom / 100px;
	padding-bottom: 60px;
}
#media .media .fullscreen-video {
	width: 100vw;
	height: 106vh;
	object-fit: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}


/* HEADER */
#header {
	background: #fff;
	padding: 20px 0 20px;
	overflow: hidden;
	text-align: center;
}
#header .call {
	float: right;
	text-align: right;
	font-size: 85%;
}
#header .call h4 {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #a99b80;
	font-weight: 500;
	margin-bottom: 20px;
}
#header .call h4:first-of-type {
	color: #000;
}
#header .call a.links {
	display: inline-block;
	border: 2px solid #c9bba0;
	color: #a99b80;
	padding: 4px 20px;
	text-transform: uppercase;
	font-weight: 500;
}
#header .call a.links:hover,
#contact #header .call a.links {
	border: 2px solid #b7a381;
	background: #b7a381;
	color: #fff;
}

#header .logo {
	float: left;
}
#header .logo h1 {
	margin-bottom: 0;
	line-height: 0;
}
#media .logo a,
#header .logo a,
#footer .logo a {
	text-indent: -99999px;
	display: inline-block;
	width: 150px;
	padding-top: 75px;
	background: url(../images/Adivo.svg) no-repeat 0 0 / 150px;
}
#media .logo a {
	width: 300px;
	background-size: 300px;
	padding-top: 214px;
}
#header .mainmenu {
	clear: both;
	margin-top: 48px;
	margin-right: -12%;
	font-size: 92%;
}
#header .mainmenu a {
	margin-left: 20px;
	margin-right: 20px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
	color: #5f504d;
}
#header .mainmenu a:last-child {
	margin-right: 0;
}
#header .mainmenu a:hover {
	color: #b3a16c;
}
#header .mainmenu li.active a {
	font-weight: 600;
	color: #b3a16c;
}
#header .burger {
	float: right;
}
.sm-full-101 .sm-overlay-win #off-menu_101 {
	margin-top: -22%;
}
.menu-icon-cont .menu-icon3 {
	margin: .05em !important;
	height: .5em !important;
}
.sm-full-101 .sm-overlay-win #off-menu_104 {
	vertical-align: top !important;
	margin-top: 8%;
}
.sm-btn-101::before {
	padding: 2px 0 4px !important;
	font-weight: 400;
	width: 90% !important;
}
.sm-btn-101.sm-close::before {
	content: "CLOSE";
	padding-top: 5px !important;	
}
.off-menu_101 .sm-logo {
	width: 210px;
	margin: 0 auto;
}
#off-menu_101 dt .link a::before,
#off-menu_101 dt .link a::after {
	content: "" !important;
}
dt.off-nav-143 .link::before {
	content: "For Sales Call";
	text-transform: uppercase;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 17px;
}
.menu-icon-cont .menu-icon3 {
	margin-right: 10px !important;
}
.sm-btn-101.sm-close::before {
	margin-left: -3px !important;
}

#banner .cars-inventory,
#contact #banner {
	background: #cabba0;
	color: #fff;
	text-align: center;
	padding: 6% 1%;
	font-size: 170%;
	font-weight: 200;
	font-family: 'Marcellus SC', serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#banner .cars-inventory {
	background: url(../images/testimonial-bg.jpg) no-repeat center top / cover;
}
#banner .cars-inventory h3 {
	font-size: 190%;
	margin-bottom: 10px;	
}
#banner .cars-inventory a {
	display: inline-block;
	font-size: 50%;
	background: #2a2e30;
	padding: 12px 23px;
	color: #fff;
}
#banner .cars-inventory a:hover {
	background: #000;
	color: #cabe9f;
}

#banner .adivo-cars {
	padding: 5% 4%;
	background: #cabba0 url(../images/about-bg.jpg) no-repeat center top / cover;
	text-align: center;
}
#banner .adivo-cars h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 230%;
}

#banner .links {
	text-align: center;
	background: #eee;
	padding: 5% 0;
}
#banner .links li {
	margin: 0 1.3%;
	display: inline-block;
	width: 45%;
	padding: 10% 0;
	font-weight: 400;
	border: 7px solid #fff;
}
#banner .links li:first-child {
	background: url(../images/cars-for-sale.jpg) no-repeat center top /110%;
	margin-left: 0;
}
#banner .links li:last-child {
	background: url(../images/sold-cars.jpg) no-repeat center top /110%;
	margin-right: 0;
}
#banner .links a {
	color: #fff;
	font-size: 120%;
	text-transform: uppercase;
	padding: 10px 25px;
	border: 2px solid #fff;
	background: #000;
}
#banner .links a:hover {
	background: #a99b80;
	border: 2px solid #a99b80;
}


.car_search {
	background: #fff;
	padding: 20px 5px 10px;
	margin-bottom: 40px;
}
.car_search label {
	display: block;
	font-size: 85%;
	margin-bottom: 5px;
}
form.mod_search div.grid {
	width: 19.5%;
	margin-bottom: 10px;
}
.car_search .submit {
	margin-top: 21px;
}
.car_search .submit input[type="submit"] {
	padding: 10px 5px;
	background: #5f504d;
	min-width: 56%;
	font-size: 85%;
}
.car_search .submit input[type="submit"]:hover {
	background: #b3a16c;
}
.car_search .reset_button {
	padding: 11px 5px;
	min-width: 40%;
	font-size: 80%;
	float: right;
}

#home #content .container {
	padding: 0;
}

#content .group .item-0 {
	width: 100%;
	text-align: center;
}
#brand-logos img {
	transform: scale(1.015);
	filter: grayscale(100%);
}
#brand-logos img:hover {
	transition: transform .2s, filter 1.5s ease-in-out;
	filter: grayscale(0%);
}
#brand-logos {
	margin: 3% 0 9%;
	padding: 0 3%;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
	width: auto;
}
#brand-logos ul {
	margin: 0 auto;
	width: 1410px;
}
#brand-logos li {
	padding: 1.5% 0;
	vertical-align: middle;
	margin: 5px 10px;
}
#brand-logos li.cir {
	width: 140px;
}
#brand-logos li.shi {
	width: 115px;
}
#brand-logos li.oval {
	width: 160px;
}
#brand-logos li.wide {
	width: 170px;
}

/* TESTIMONIAL */
.testimonial {
	background: /* #cabba0 */ url(../images/testimonial-bg.jpg) no-repeat center top / cover;
	text-align: center;
	margin: 1% 0 0;
	font-size: 110%;
	padding: 7% 10%;
}
.testimonial h3 {
	font-family: 'Marcellus SC', serif;
	font-size: 160%;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.testimonial h4 {
	font-weight: 400;
	font-size: 80%;
}


form#contactForm div.rsform-block {
	margin-bottom: 15px;
}

/* CONTACT */
body#contact {
	background: #fff;
}
#contact #banner {
	background: url(../images/testimonial.jpg) no-repeat center top / cover;
}
#contact #banner .breadcrumbs {
	font-size: 45%;
	text-transform: none;
}

#contact .group {
	text-align: center;
	margin: 5% auto;
}
#contact-us {
	margin: 7% 0;
}
#contact .group div.grid.item-0 {
	display: block;
}
#contact-us h3 {
	font-weight: 400;
	text-transform: uppercase;
	color: #a99b80;
	font-size: 90%;
	margin-bottom: 10px;
	padding-top: 60px;
}
#contact-us li {
	width: 400px;
	margin: 0 1%;
	font-size: 95%;
}
#contact-us li:first-child {
	margin-left: 0;
}
#contact-us li:last-child {
	margin-right: 0;
}
#contact-us li.call {
	background: url(../images/phome.svg) no-repeat center top / 50px;
}
#contact-us li.add {
	background: url(../images/location.svg) no-repeat center top / 35px;
}
#contact-us li.showroom {
	background: url(../images/showroom.svg) no-repeat center top / 70px;
}
#contact-us li.email {
	background: url(../images/email.svg) no-repeat center 5px / 50px;
}

#send-us-a-message {
	width: 1000px;
	margin: 10% auto;
}
#send-us-a-message h2 {
	color: #a99b80;
	text-transform: uppercase;
	font-weight: 400;
}
#send-us-a-message input,
#send-us-a-message textarea {
	text-align: center;
}


/* FOOTER */
#home #footer {
	margin-top: 0;
}
#footer {
	clear: both;
	margin-top: 3%;
	background: linear-gradient(180deg, #404448 0%, #1E1F21 100%);
	color: #fff;
	padding: 4% 0 6%;
	font-size: 80%;
	overflow: hidden;
}
#footer .logo a {
	background: url(../images/Adivo_GS.svg) no-repeat 0 0 / 150px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;
}
#footer .logo a:hover {
	background: url(../images/Adivo_GS.svg) no-repeat 0 0 / 150px;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;
}
#footer .logo {
	width: 150px;
	margin: 0 auto 70px;
	opacity: 0.4;
}
#footer h3 {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 125%;
	font-family: 'Cormorant Garamond', serif;
	color: #CABB9F;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #b3a16c;
}
#footer .showroom {
	width: 34%;
}
#footer .links {
	width: 25%;
}
#footer .links li a {
	margin-bottom: 15px;
	display: inline-block;
}
#footer .links li.active a {
	font-weight: 600;
}
#footer div.grid.subscribe {
	margin-right: 0;
	float: right;
	width: 28%;
}
#footer .subscribe input,
#footer .subscribe textarea {
	background: rgba(40, 40, 40, 0.8);
	border: 2px solid rgba(202, 187, 160, 0.7);
	color: #fff;
}
#footer .subscribe input.rsform-error,
#footer .subscribe textarea.rsform-error {
	border: 2px solid rgba(255, 0, 0, 0.4);
}
#footer .subscribe .rsform-block {
	margin-bottom: 10px;
}
#footer .subscribe button[type="submit"] {
	background: #8a7b5f;
}
#footer .subscribe button[type="submit"]:hover {
	background: #7a6b4f;
}

#footerend {
	background: #eee;
	clear: both;
	padding: 30px 0 20px;
	font-size: 65%;
	color: #000;
	text-align: center;
}
#footerend .cm a {
	color: #000;
	text-transform: uppercase;
	font-size: 7px;
}
#footerend .cm a:hover {
	color: #a0a0a0;
}

#footerend .socialmedia {
	margin-bottom: 15px;
}
#footerend .socialmedia li {
	margin: 0 5px;
}
#footerend .socialmedia li a {
	display: block;
	width: 45px;
	height: 45px;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;
}
#footerend .socialmedia li a:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;
}
#footerend .socialmedia li a.fb {
	background: url(../images/facebook.svg);
}
#footerend .socialmedia li a.in {
	background: url(../images/instagram.svg);
}
#footerend .socialmedia li a.lk {
	background: url(../images/linkedin.svg);
}



/* CAR LISTING */
.featured_cars {
	padding: 0 3.5% 5%;
	text-align: center;
}
.header h3,
.featured_cars h3,
.car_detail_info h3 {
	text-align: center;
	margin-top: 60px;
	font-size: 210%;
	margin-bottom: 70px;
	font-weight: 300;
	text-transform: uppercase;
}
.car_list_group {
	text-align: center;
	overflow: hidden;
}
.car_list_group .car_list {
	width: 31.6%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.car_list_group .car_list:nth-child(3n) {
	margin-right: 0;
}
.car_list_group .car_image {
	background: #fff;
	border: 10px solid #fff;
	margin-bottom: 8px;
}
.car_list_group .car_detail {
	background: #fff;
	padding: 5%;
	text-align: center;
	box-sizing: border-box;
	height: 200px;
}
.car_list_group .car_detail h2,
.car_list_group .car_detail h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	line-height: 1;
}
.car_list_group .car_detail h2 a {
	font-weight: 500;
	font-size: 80%;
	color: #000;
}
.car_list_group .car_detail h2 a:hover {
	color: #b3a16c;
}
.car_list_group .car_detail h4 {
	font-weight: 700;
	font-size: 135%;
	margin-bottom: 18px;
}
.car_list_group .cat_overview {
	font-size: 85%;
}
.car_list_group .cat_overview span {
	display: inline-block;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 5px;
}
.car_list_group .cat_overview span:first-child {
	border-left: 0;
}

div.price-request {
	font-weight: 600;
	margin-bottom: 15px;
	color: #aa9b7f;
	font-size: 80%;
	text-transform: uppercase;
}

.label-sold {
	width: 70px;
    background: #ff0000;
    display: inline-block;
    text-align: center;
    padding: 6px 5px;
    color: #fff;
    position: relative;
    font-weight: 600;
    margin-bottom: 10px;
}

.pagination {
	text-align: center;
	margin: 6% 0 8%;
}
.pagination li a {
	display: inline-block;
	margin: 0 5px;
	padding: 10px 15px;
	font-weight: 500;
	font-size: 120%;
}
.pagination li a:hover {
	background: #e5dfd4;
	color: #000;
}
.pagination li.active a {
	background: #a3854e;
	color: #fff;
}
.pagination li:first-child,
.pagination li:last-child {
	display: none;
}
.pagination li:nth-child(2).disabled a {
	background: #d9d9d9 url(../images/prev.svg) no-repeat center center / 14px;
	padding: 21px 18px;
}
.pagination li:nth-last-of-type(2).disabled a {
	background: #d9d9d9 url(../images/next.svg) no-repeat center center / 14px;
	padding: 21px 18px;
}
.pagination li:nth-child(2) a.pagenav {
	background: #000 url(../images/prev.svg) no-repeat center center / 14px;
	padding: 21px 18px;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
.pagination li:nth-last-of-type(2) a.pagenav {
	background: #000 url(../images/next.svg) no-repeat center center / 14px;
	padding: 21px 18px;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
.pagination li:nth-child(2) a.pagenav:hover,
.pagination li:nth-last-of-type(2) a.pagenav:hover {
	filter:alpha(opacity=60);
	opacity: 0.6;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}


/* CAR DETAILS */
.car_detail_info {
	margin-top: 50px;
}
.car_detail_info button {
	background: url(../images/arrow.svg) no-repeat 6px center / 12px;
	border: 2px solid #e5dfd4;
	margin-bottom: 20px;
	color: #000;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
}
.car_detail_info button:hover {
	background: #b8a47f url(../images/arrow.svg) no-repeat 6px center / 12px;
	border: 2px solid #b8a47f;
}
.car_detail_info .grid.gallery {
	width: 50%;
	margin-right: 20px;
}
.car_detail_info .gallery .bx-caption {
	display: none;
}
.car_detail_info .bx-wrapper {
	border: 10px solid #fff;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: none !important;
}
.car_detail_info #bx-pager .bx-wrapper {
	background: none !important;
	border: 0 !important;
}
.car_detail_info .top-detail {
	background: #fff;
	width: 48.4%;
	font-weight: 400;
	box-sizing: border-box;	
}
.car_detail_info .top-detail h1 {
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.car_detail_info .top-padding {
	padding: 30px 30px 15px;;
}
.car_detail_info .price {
	font-weight: 600;
	font-size: 190%;
	margin: 30px 0 40px;
}
.car_detail_info div.price-request {
	font-weight: 700;
	font-size: 100%;
	margin-bottom: 20px;
	color: #aa9b7f;
}
.car_detail_info .overview h4 {
	text-transform: uppercase;
	margin-bottom: 13px;
	font-size: 100%;
}
.car_detail_info .overview h5 {
	font-size: 106%;
	font-weight: 600;
	margin-bottom: 20px;
}
.car_detail_info .overview span {
	margin-right: 25px;
	margin-bottom: 18px;
	display: inline-block;
}
.car_detail_info .contact-details h4 {
	margin-top: 20px;
	background: #5f504d;
	color: #fff;
	padding: 13px 10px 13px 30px;
	text-transform: uppercase;
}

.car_detail_info .contact-details {
	padding-bottom: 6.4%;
	overflow: hidden;
}
.car_detail_info .contact-details div.info {
	margin-left: 30px;
}
.car_detail_info .contact-details div.icon {
	height: 30px;
	padding-top: 8px;
	padding-left: 40px;
	padding-bottom: 4px;
	display: block;
}
.car_detail_info .contact-details div.icon.tel {
	background: url(../images/car_tel.svg) no-repeat left center / 26px;
}
.car_detail_info .contact-details div.icon.whatsapp {
	background: url(../images/car_chat.svg) no-repeat left center / 26px;
}
.car_detail_info .contact-details div.icon.email {
	background: url(../images/car_email.svg) no-repeat left center / 26px;
}
.car_detail_info div.share {
	float: right;
	padding-right: 20px;
	margin-left: 0;
}
.car_detail_info #vehicle-specs ul.list {
	padding-left: 20px;
	font-size: 92%;
}
.car_detail_info #vehicle-specs ul.list li {
	margin-bottom: 10px;
}
.car_detail_info #vehicle-specs ul.list li b {
	font-weight: 300;
}
#previously-sold-cars .car_detail_info div.price-request,
#previously-sold-cars div.price-request {
	display: none;
}

/* YOUTUBE VIDEO */
.video-container {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
  height: 0;
  width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TABS */
div.tabs li a.tab.d:before {
	content: "Description";
}
div.tabs li a.tab.s:before {
	content: "Specifications";
}
div.tabs li a.tab.v:before {
	content: "Video";
}
	

/* SCROLL TO TOP */
#scrollToTop {
	background: #5f504d url(../images/scrollup.svg) no-repeat center center / 68% !important;
}
#scrollToTop:hover {
	background: #b3a16c url(../images/scrollup.svg) no-repeat center center / 68% !important;
}


/* OVERRIDES */
.whatsappchat .popup-section .help-you-btn {
	margin-right: 50px !important;
	margin-bottom: 5px !important;
	border-radius: 5px !important;
	padding: 9px 10px !important;
}
.whatsappchat .popup-section .help-you-btn:hover {
	background: #b3a16c !important;
}
.whatsappchat .popup-section .help-you-btn .title {
	margin-top: 6px !important;
	font-weight: 400 !important;
}
.whatsappchat img.is-analytics {
	padding-right: 3px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc {
	float: right;
	position: relative;
	top: -80px;
	right: -8px;
}
.popup-top p {
	margin-bottom: 6px;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top {
	padding-bottom: 2px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message {
	padding: 10px 14px !important;
	font-size: 14px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content {
	margin: 15px !important;
}
.is-bottom_right {
	bottom: 5px !important;
	z-index: 99999 !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message::before {
	top: auto !important;
	right: auto !important;
	left: 24px !important;
	bottom: -6px !important;
}
.whatsappchat_113.is-bottom_right .popup-section .popup .myPopup_113::after {
	border-color: #ffffff transparent transparent transparent !important;
	right: 55px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content {
	height: 30px;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .response input {
	padding: 20px 40px 20px 15px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .response .send_btn {
	right: 20px !important;
}


/* RESPONSIVE ELEMENTS */
@media (max-width:2000px) {
	#media .media {
		margin-top: -40%;
	}
	
	.container {
		padding: 0 2%;
	}
	
	.featured_cars {
		padding-left: 3%;
		padding-right: 3%
	}
}

@media (max-width:1800px) {
	#contact-us li {
		width: 330px;
	}
}

@media (max-width:1660px) {
	.car_search .submit input[type="submit"] {
		min-width: 55%;
	}
}

@media (max-width:1690px) {
	.car_detail_info .top-detail {
		width: 48.2%;
	}
}

@media (max-width:1550px) {
	#media .media {
		margin-top: -38%;
	}
	#media .logo {
		margin-top: 13%;
	}
	#media .logo a {
		width: 250px;
		background-size: 250px;
		padding-top: 180px;
	}
	#media .click-here a {
		font-size: 90%;
		background-size: 90px;
	}
}

@media (max-width:1500px) {
	#brand-logos li {
		margin-top: 0;
		margin-bottom: 0;
	}
	#brand-logos li.cir {
		width: 120px;
	}
	#brand-logos li.shi {
		width: 100px;
	}
	#brand-logos li.oval {
		width: 170px;
	}
	#brand-logos li.wide {
		width: 150px;
	}
	
	.car_detail_info .top-detail {
		width: 48%;
	}
}

@media (max-width:1490px) {
	#contact-us li {
		width: 300px;
	}
}

@media (max-width:1480px) {
	#footer div.grid.subscribe {
		width: 32%;
	}
}

@media (max-width:1440px) {
	#brand-logos ul {
		width: 100%;
	}
	#brand-logos li {
		width: 11%;
	}
	#brand-logos li.wide {
		width: 15%;
	}
	
	.header h3,
	.featured_cars h3 {
		margin-bottom: 50px;
	}
	.car_list_group .car_detail h2, .car_detail h3 {
		margin-bottom: 15px;
	}
	.car_list_group .car_detail h2 a {
		font-size: 70%;
	}
	.car_list_group .car_detail h4 {
		font-size: 110%;
	}
}

@media (max-width:1350px) {
	#contact-us li {
		width: 23%;
	}
	
	.car_detail_info .grid.gallery {
		width: 100%;
		margin-right: 0;
	}
	.car_detail_info .top-padding {
		padding: 30px 20px 15px;
	}
	.car_detail_info .top-detail {
		width: 100%;
		margin-top: 20px;
	}
	.car_detail_info .contact-details {
		padding-bottom: 20px;
	}
	.car_detail_info .contact-details h4 {
		padding-left: 20px;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.car_detail_info .contact-details div.info {
	  margin-left: 20px;
	}
}

@media (max-width:1300px) {
	#media .logo {
		margin-top: 25%;
	}
	#media .click-here {
		margin-top: 12%;
	}
	#media .media {
		margin-top: -57%;
	}
}

@media (max-width:1200px) {
	#header .mainmenu {
		margin-right: -18%;
	}
	#banner .links a {
		font-size: 100%;
	}
	
	.car_list_group .car_list {
		width: 32.25%;
		margin-right: 1%;
	}
	.car_list_group .car_detail h2 a {
		font-size: 70%;
	}
	.car_list_group .car_detail h4 {
		font-size: 115%;
	}
}

@media (max-width:1140px) {
	#media .media {
		margin-top: -60%;
	}
	
	.featured_cars {
		padding-left: 2.3%;
		padding-right: 2.3%;
	}
	.car_list_group .car_list {
		width: 48.65%;
		margin-right: 2%;
	}
	.car_list_group .car_list:nth-child(3n) {
		margin-right: 2%;
	}
	.car_list_group .car_list:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width:1110px) {
	#brand-logos li.cir {
	  width: 10%;
	}
	#brand-logos li.shi {
		width: 9%;
	}
	#brand-logos li.oval {
	  width: 16%;
	}
	#brand-logos li.wide {
		width: 18%;
	}
	
	#send-us-a-message {
		width: 100%;
	}
	
	.car_search .submit input[type="submit"] {
		min-width: 54%;
		font-size: 80%;
		padding: 11px 5px;
	}
}

@media (max-width:1060px) {
	#header .mainmenu {
		margin-right: -20%;
	}
	form.mod_search div.grid {
		width: 19.3%;
	}
}

@media (max-width:1030px) {
	.car_list_group .car_list {
		width: 48.5%;
	}
}

@media (max-width:1020px) {
	#contact-us li {
		width: 30%;
		margin-bottom: 3%;
	}
}

@media (max-width:1000px) {
	#media .logo {
		margin-top: 30%;
	}
	#media .logo a {
		width: 200px;
		background-size: 200px;
		padding-top: 145px;
	}
	#media .media {
		margin-top: -64%;
	}
	
	#header .mainmenu {
		margin-right: -25%;
	}
	#header .mainmenu a {
		margin-left: 10px;
		margin-right: 10px;
	}
	#banner .cars-inventory {
		background-size: 130%;
	}
	.header h3, .featured_cars h3, .car_detail_info h3 {
		margin-top: 7%;
		margin-bottom: 7%;
	}
	.car_detail_info button {
		margin-bottom: 15px;
	}
	.car_detail_info button {
		font-size: 75%;
	}
	.car_detail_info button {
		padding-top: 9px;
		padding-bottom: 9px;
		padding-left: 21px;
		background-size: 10px;
	}
}

@media (max-width:900px) {
	.container {
		padding: 0 15px;
	}
	
	#banner .cars-inventory {
		font-size: 160%;
	}
	#banner .cars-inventory h3 {
		font-size: 130%;
		font-weight: 300;
	}
	
	#brand-logos li.cir {
		width: 10%;
	}
	#brand-logos li.shi {
		width: 8%;
	}
	#brand-logos li.oval {
		width: 16%;
	}
	#brand-logos li.wide {
		width: 18%;
	}
	
	#footer {
		padding-top: 35px;
	}
	#footer .showroom {
		width: 60%;
		margin-bottom: 30px;
	}
	#footer .links {
		width: 40%;
		margin-bottom: 30px;
	}
	#footer div.grid.subscribe {
		float: none;
		width: 100%;
	}
	
	.header h3,
	.featured_cars h3 {
		font-size: 160%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width:880px) {
	#media .media {
		margin-top: -67%;
	}

	#header .mainmenu,
	#header .call {
		display: none;
	}
	#header .burger {
		margin-top: 10px;
	}
	#banner .cars-inventory {
		background-size: 180%;
	}
}

@media (max-width: 850px) {
	.car_search .submit input[type="submit"] {
		min-width: 52%;
		font-size: 75%;
	}
	.car_search .reset_button {
		font-size: 70%;
		padding: 11.5px 5px;
	}
}

@media (max-width: 800px) {
  	#banner .links a {
  		font-size: 80%;
	}
	#banner .adivo-cars h2 {
		font-size: 180%;
	}
	#contact-us li {
		width: 48%;
	}
}

@media (max-width: 770px) {
	#media .logo a {
		width: 180px;
  		background-size: 180px;
  		padding-top: 130px;
	}
	#media .click-here a {
		font-size: 70%;
		background-size: 70px;
		padding-bottom: 45px;
	}
	#media .media {
		margin-top: -70%;
	}
}

@media (max-width: 750px) {
	form.mod_search div.grid {
		width: 49.3%;
	}
	.car_search .submit input[type="submit"] {
		min-width: 56%;
	}
}

@media (max-width: 700px) {
	.container {
		padding: 0 10px;	
	}
	
	#banner .links li {
		width: 93%;
		padding: 15% 0;
		margin: 1% 0;
	}
	#banner .links a {
		font-size: 90%;
	}

	#brand-logos li.cir {
		width: 18%;
	}
	#brand-logos li.shi {
		width: 16%;
	}
	#brand-logos li.oval {
		width: 25%;
	}
	#brand-logos li.wide {
		width: 29%;
	}
	
	.testimonial {
		background-size: 270%;
	}
	
	.car_list_group .car_list {
		width: 48.7%;
		margin-bottom: 4%;
	}
	.car_list_group .car_list,
	.car_list_group .car_list:nth-child(3n) {
		margin-right: 1% !important;
	}
	.car_list_group .car_list:nth-child(2n) {
		margin-right: 0 !important;
	}
	.car_list_group .car_image {
		border: 5px solid #fff;
		border-bottom: 2px solid #fff;
	}
	.car_list_group .car_detail {
		padding: 5% 3% 6%;
	}
	.car_list_group .car_image {
		margin-bottom: 4px;
	}
	.car_list_group .car_detail h2 {
		line-height: 0.8;
		margin-bottom: 25px;
	}
	.car_list_group .car_detail h2 a {
		font-size: 75%;
	}
	.car_list_group .car_detail h4 {
		font-size: 105%;
	}
	
	#footerend {
		padding-bottom: 50px;
	}
}

@media (max-width:630px) {
	#media .media {
		margin-top: -75%;
	}
}

@media (max-width:600px) {
	#media .logo {
		margin-top: 45%;
	}
	#media .click-here {
		margin-top: 20%;
	}
	#media .media {
		margin-top: -100%;
	}
	
	#banner .cars-inventory {
		font-size: 130%;
	}
	#banner .cars-inventory a {
		font-size: 60%;
	}
	
	#header .call {
		font-size: 72%;
	}
	#banner .cars-inventory {
		background-size: 290%;
	}
	#brand-logos li.cir {
	  width: 16%;
	}
	#brand-logos li.shi {
	  width: 15%;
	}
	#brand-logos li.oval {
	  width: 25%;
	}
	#brand-logos li.wide {
	  width: 27%;
	}
	
	#footer .showroom,
	#footer .links {
		width: 100%;
	}
	
	.car_detail_info .contact-details div.info {
		width: 90%;
	}
	.car_detail_info div.share {
		float: none;
		width: 90%;
		padding-right: 0;
		margin-left: 20px;
		margin-top: 20px;
	}	
}

@media (max-width:599px) {
	.header h3, .featured_cars h3 {
		font-size: 140%;
	}
	#contact-us li {
		margin: 0 0 20px;
		width: 100%;
	}
	#contact-us li:last-child {
		margin-bottom: 0;
	}
	.car_detail_info .grid.gallery .bx-wrapper {
		display: none;
	}
	.car_detail_info .top-detail {
		margin-top: 0;
	}
	.car_detail_info .price {
		margin-bottom: 30px;
		font-size: 170%;
	}
	.car_detail_info .overview span {
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.vehicle-details-tabs {
		margin-top: 30px !important;
	}
	.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
		font-size: 85% !important;
		font-weight: 600 !important; 
	}
}

@media (max-width:500px) {
	#media .media {
		margin-top: -105%;
	}
	
	#header .logo a {
		width: 120px;
		padding-top: 69px;
		background-size: 120px;
	}
	#header .burger {
		margin-top: 5px;
	}
	#banner .cars-inventory {
		background-size: 370%;
	}
	#banner .adivo-cars h2 {
		font-size: 160%;
	}
	#brand-logos li {
		margin: 5px;
	}
	#brand-logos li.cir {
		width: 15%;
	}
	#brand-logos li.shi {
		width: 13%;
	}
	#brand-logos li.oval {
	  	width: 26%;
	}
	#brand-logos li.wide {
	  	width: 30%;
	}
	.testimonial {
		background-size: 350%;
		padding: 7% 5%;
	}
	.testimonial h3 {
		font-size: 140%;
		margin-bottom: 30px;
	}
	
	form.mod_search div.grid {
		width: 49%;
	}
	.car_list_group .car_list {
		width: 100%;
		margin-right: 0 !important;
	}
	.car_list_group .car_detail {
		height: auto;
	}
	.car_detail_info div.share {
		margin-left: 16px;
	}
}

@media (max-width:460px) {
	.car_search .submit input[type="submit"] {
		min-width: 54%;
	}
}

@media (max-width:450px) {
	#media .logo {
		margin-top: 50%;
	}
	#media .click-here {
		margin-top: 40%;
	}
	#media .media {
		margin-top: -145%;
	}
	
	#header .logo a {
		width: 110px;
		background-size: 110px;
		padding-top: 62px;
	}
	#header .call {
		width: 100%;
	}
	#header .call h4 {
		margin-bottom: 5px;
	}
	#header .call h4:first-of-type {
		font-size: 90%;
	}
	#header .call a.links {
		margin-top: 8px;
		padding: 4px 10px;
	}
	#header .call p {
		margin-bottom: 5px;
	}
	
/* TABS */
	div.tabs li a.tab.d:before {
		content: "Desc...";
	}
	div.tabs li a.tab.s:before {
		content: "Spec...";
	}
	div.tabs li a.tab.v:before {
		content: "Vid...";
	}
}

@media (max-width:370px) {
	#banner .links a {
		font-size: 75%;
		padding: 10px 15px;
		display: inline-block;
	}
	
	#brand-logos li.cir {
	  width: 17%;
	}
	#brand-logos li.shi {
	  width: 17%;
	}
	#brand-logos li.oval {
	  width: 29%;
	}
	#brand-logos li.wide {
	  width: 42%;
	}
	
	form.mod_search div.grid {
		width: 100%;
	}
	.car_search .submit {
		margin-top: 5px;
	}
	
	.car_search .submit input[type="submit"] {
		min-width: 57%;
	}
}

@media (max-width:340px) {
	.car_detail_info .top-padding {
		padding: 15px;
	}
	.car_detail_info .top-detail h1 {
		font-size: 130%;
	}
	.car_detail_info .price {
		font-size: 155%;
	}
	.car_detail_info .contact-details div.info {
		margin-left: 17px;
	}
	.car_detail_info div.share {
		margin-left: 14px;
	}
	.car_detail_info .contact-details h4 {
		padding-left: 15px;
	}
	.car_detail_info .overview span {
		margin-right: 12px;
		margin-bottom: 10px;
	}
	.car_detail_info .contact-details div.icon {
		padding-top: 6px;
		padding-bottom: 1px;
	}
	.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
		padding: 10px 10px 6px !important
	}
}

@media (max-width:330px) {
	#media .media {
		margin-top: -150%;
	}
}

@media (max-width:313px) {
	#media .media {
		margin-top: -180%;
	}
	
	#header .call a.links {
		margin-top: 5px;
	}
	#header .logo a {
		width: 100px;
		background-size: 100px;
		padding-top: 58px;
	}
	#header .burger {
		margin-top: 0;
	}
	.sm-btn-101::before {
		padding-top: 2px !important;
	}
	
	#brand-logos li.wide {
		width: 38%;
	}
	
	.car_search .submit input[type="submit"],
	.car_search .reset_button {
		min-width: 100%;
	}
	.car_search .reset_button {
		margin-top: 5px;
		float: none;
	}
}
