﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/wol0owk.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------*/
:root {
  --dark-grey: #282828;
  --dark-red: #850A16;
  --red: #D21E24;
  --light-grey: #FAFAFA;
  --grey: #343434;
}

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

h1, h2, h3 {
	font-family: 'transducer', sans-serif;
}

#home p, #thankyou p, header a, #consign p, #contact p {
	font-family: 'neulis-sans', sans-serif;
	font-size: 20px;
	line-height: 35px;
	color: var(--dark-grey);
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HERO STYLES ---------------------*/

.home-header .slide-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 1090px;
	width: 100%;
	padding-top: 200px!important;
	padding-bottom: 200px!important;
	box-sizing: border-box;
}

.home-header .h1-span {font-weight: 700!important;}
.home-header .slide-content .btn-top {justify-content: center; gap: 15px; flex-wrap: wrap;}

.home-header .hero-slide-wrap {position: relative;overflow: hidden;background: var(--dark-grey);}
.home-header .slide-hero div {height: 100%; opacity: .7;}
.home-header .hero-image > a > img {display: block;width: 100%;height: 100%;object-position: center;object-fit: cover;}
.home-header .slick-slide img {width: 100%;height: 100%;object-fit: cover;object-position: center;}

.home-header .slide-hero {position: absolute!important;width: 100%;height: 100%;z-index: 1;}

#contact .inner-hero {
	background: url("/siteart/contact.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	background-color: var(--dark-grey);
}

#consign .inner-hero {
	background: url("/siteart/consign-hero.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	background-color: var(--dark-grey);
	height: auto;
}

.inner-hero > div {background-color: rgba(40, 40, 40, 0.6);}

.inner-hero .wrapper {padding-top: 130px!important; padding-bottom: 130px!important;}
.inner-hero .heading-lg {margin-bottom: 20px; text-align: center;}
.inner-hero .wrapper div {justify-content: center;align-items: center;}
.inner-hero a {
	font-size: 20px; 
	font-weight: 700; 
	color: #fff;  
	font-family: 'transducer', sans-serif;
	transition: all .4s ease-out;
}
.inner-hero a:hover {color: var(--red);}
.inner-hero a i {margin-right: 20px; margin-bottom: -1px;}

/*---BODY--------------------------------*/
/*---img-left---*/
.img-left {padding-top: 100px!important; background: linear-gradient(to top, #282828 12%, #fff 12%);}
.img-left .img-height {height: 900px; max-width: 870px; width: 100%;}
.img-left .img-height img {width: 100%; height: 100%; object-fit: cover;border-radius: 10px;min-width: 400px;}

.img-left .content-right {max-width: 790px; margin-left: 100px; margin-top: 80px;}

/*---col-3---*/
.col-3 {padding-top: 100px; padding-bottom: 90px; background: var(--dark-grey);}
.col-3 .heading-md {color: #fff!important; text-align: center; margin-bottom: 50px!important;}
.col-3 .flex {justify-content: center; align-items: center; gap: 50px;}
.col-3 .card {background: var(--grey); padding: 50px 30px 40px; border-radius: 10px;}
.col-3 .card .img-height img {max-width: 380px; height: auto; width: 100%;}
.col-3 .card .btn-top {display: flex; justify-content: center; margin-top: 70px!important;}

/*---center-section---*/
.center-section {padding-top: 100px!important; padding-bottom: 100px!important;}
.center-section .heading-md {text-align: center;}
.center-section p {text-align: center; max-width: 1200px; margin: 0 auto;}
.center-section .flex {justify-content: center; align-items: center; flex-wrap: wrap; gap: 15px;}

/*---img-right---*/
.img-right {padding-top: 100px!important; padding-bottom: 100px!important; background: var(--light-grey);}
.img-right .flex {gap: 20px;}
.img-right .content-left {width: 100%; max-width: calc(50% - 140px); background: #fff; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); padding: 80px 70px;}
.img-right .content-left li {margin-top: 40px;}
.img-right .content-left i {margin-right: 20px;}
.img-right .content-left li > a {font-size: 20px; color: var(--dark-grey); font-family: 'neulis-sans', sans-serif;transition: all .4s ease-out;}
.img-right .content-left li > a:hover {color: var(--red);}
.img-right .img-height {width: 100%; max-width: 50%; height: auto; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}

/*---bg-img---*/
.bg-img {background: linear-gradient(to top, #282828 50%, #FAFAFA 50%);}
.bg-img .img-height {position: relative; background: var(--red); max-width: 100%; height: 260px; border-radius: 10px;transition: all .4s ease-out;}
.bg-img .img-height:hover {background: var(--dark-red);}
.bg-img .img-height img {opacity: .2; object-fit: cover; width: 100%; height: 100%; border-radius: 10px;}
.bg-img .heading-md {color: #fff!important; margin-bottom: 0!important; font-weight: 400!important; margin-right: 20px;}
.bg-img .heading-md span {font-weight: 700!important;}
.bg-img i {font-size: 60px; color: #fff;}
.bg-img .flex {justify-content: space-between; align-items: center; position: absolute; top: 35%; padding: 0 80px; left: 0; right: 0;}

/*--------PAGE STYLES--------------------*/
/*---thankyou---*/
.color-bg {background: var(--light-grey); padding-top: 100px; padding-bottom: 100px;}
.color-bg .heading-lg {color: var(--dark-grey)!important; margin-bottom: 30px; text-align: center;}
.color-bg p {text-align: center; margin: 0 auto; max-width: 700px;}

/*--------FORM STYLES--------------------*/
/*---consign---*/
.img-right-inner {justify-content: space-between; align-items: center; padding-top: 100px!important;}
.img-right-inner li > a {font-size: 20px; color: var(--dark-grey); font-family: 'neulis-sans', sans-serif;transition: all .4s ease-out;}
.img-right-inner li:hover > a, .img-right-inner li:hover {color: var(--red);}
.img-right-inner li i {font-size: 20px;}
.img-right-inner li {display: flex; gap: 20px; align-items: center; margin-top: 40px; color: var(--dark-grey); transition: all .4s ease-out;}
.img-right-inner .flex {gap: 40px;}
.img-right-inner .content-left {max-width: 790px; margin-right: 40px;}
.img-right-inner .img-height {width: 100%; max-width: 870px; height: 690px; min-width: 400px;}
.img-right-inner .img-height img {width: 100%; height: 100%; object-fit: cover; border-radius: 10px;}

/*---contact---*/

.form-all .heading-md {margin-bottom: 10px;}
.form-all p {max-width: 750px; margin: 15px auto 40px;}
.form-all .heading-mdsm {margin-bottom: 40px; margin-top: 60px; text-align: left;}

.form-all {
	box-sizing: border-box;
	max-width: 1200px!important; 
	width: 100%;
	margin: 0 auto 100px!important;
	text-align: center;
	padding-top: 100px!important;padding-bottom: 100px!important;
}

 .label {
	font-family: 'neulis-sans', sans-serif;
	text-align: left!important;
	font-weight: 500;
	font-size: 19px;
}

.label-row {margin-bottom: 15px;color: var(--dark-grey);}

.flex-form {
	width: 100%;
	max-width: 1205px;
	padding: 15px;
	margin: 52px auto;
}

.flex-row {display: flex;width: 100%;}

.form-half {display: inline-block;width: calc(50% - 8px);margin: 15px 15px 15px 0;}

.form-half input {
	padding: 15px;
	width: 100%;
	font-family: 'neulis-sans', sans-serif;
	box-sizing: border-box;
	background: transparent;
	font-size: 20px;
	color: var(--dark-grey);
	border-top: 0; border-left: 0; border-right: 0;
	border-bottom: 2px;
	border-bottom-color: var(--dark-grey);
	border-bottom-style: solid;
}

.form-2nd-row {margin-right: 0;}

.form-full textarea {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'neulis-sans', sans-serif;
	background: transparent;
	font-size: 20px;
	color: var(--dark-grey);
	border-top: 0; border-left: 0; border-right: 0;
	border-bottom: 2px;
	border-bottom-color: var(--dark-grey);
	border-bottom-style: solid;
}

.form-full {margin: 15px 0 30px 0;}

input::placeholder, textarea::placeholder {color: var(--dark-blue);}
select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/*--------Captcha--------------------*/

.include-captcha{display:none;}
#submit-btn {float: right;}
.CaptchaWhatsThisPanel > a:hover {text-decoration: underline;}
.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {color: var(--dark-grey);font-family: 'neulis-sans', sans-serif;}
.CaptchaPanel {text-align: right!important;}
.captcha-button {float: right;}


/*-------- FOOTER STYLES ----------------*/
.my-site-footer {background: var(--dark-grey); padding-top: 80px; padding-bottom: 80px;}
.my-site-footer .wrapper {justify-content: space-between;}
.my-site-footer .img-height img {max-width: 430px; width: 100%;}

.my-site-footer .wrapper .flex {gap: 130px;}
.my-site-footer .footer-heading {font-size: 20px; color: #fff; font-family: 'transducer', sans-serif; font-weight: 700; margin-bottom: 50px;}
.my-site-footer a {font-size: 20px; color: #fff; font-weight: 400; font-family: 'neulis-sans', sans-serif;transition: all .4s ease-out;}
.my-site-footer a:hover {color: var(--red);}
.my-site-footer ul li {margin-top: 25px;}
.my-site-footer ul li i {margin-right: 20px; color: #fff; font-size: 20px;}

/*-------- UNIVERSAL STYLES ----------------*/
.wrapper {
	padding: 0 15px; 
	margin: 0 auto;
	max-width: 1830px;
}

.flex {display: flex;}

.btn-top {margin-top: 60px;}

/*---Headings---*/
.heading-lg {font-size: 95px; color: #fff; font-weight: 400;}
.heading-md {font-size: 70px; color: var(--dark-grey); font-weight: 500; margin-bottom: 30px;}
.heading-mdsm {font-size: 40px; color: var(--dark-grey); font-weight: 500;}
.span-h2 {font-size: 30px; font-weight: 500; color: var(--red);}

/*---Buttons---*/

.btn-red {
	display: inline-block;
	width: 220px;
	color: #fff;
	background: var(--red);
	padding: 18px 0;
	font-weight: 700;
	font-size: 20px;
	font-family: 'transducer', sans-serif;
	border-radius: 10px;
	border: 3px solid var(--red);
	text-align: center;
	transition: all .4s ease-out;
}

.btn-red:hover {background: var(--dark-red); border: 3px solid var(--dark-red);}

.btn-white {
	display: inline-block;
	width: 220px;
	color: var(--dark-grey);
	background: #fff;
	padding: 18px 0;
	font-weight: 700;
	font-size: 20px;
	font-family: 'transducer', sans-serif;
	border-radius: 10px;
	border: 3px solid #fff;
	text-align: center;
	transition: all .4s ease-out;
}

.btn-white:hover {background: var(--red); border: 3px solid var(--red); color: #fff!important;}

.btn-outline, .btn-outline-dark {
	display: inline-block;
	width: 220px;
	color: #fff;
	background: transparent;
	padding: 18px 0;
	font-weight: 700;
	font-size: 20px;
	font-family: 'transducer', sans-serif;
	border-radius: 10px;
	border: 3px solid #fff;
	text-align: center;
	transition: all .4s ease-out;
}

.btn-outline:hover {background: #fff; color: var(--dark-grey);}

.btn-outline-dark {
	color: var(--dark-grey)!important;
	border: 3px solid var(--dark-grey)!important;
}

.btn-outline-dark:hover {background: var(--red); color: #fff!important; border: 3px solid var(--red)!important;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-top-section .list-listings-count {color: var(--red)!important;}
.listing-prices__retail-price {color: var(--dark-grey)!important;}

.contact-options a {background: var(--dark-grey)!important; transition: all .4s ease-out;}

.view-listing-details-link, .list-content .list-error-container .info button:not(.login-button), .faceted-search-content .selected-facets-container .selected-facet {background: var(--red)!important; transition: all .4s ease-out;}

.dealer-contact__button:hover, .view-listing-details-link:hover, .contact-options a:hover, .list-content .list-error-container .info button:not(.login-button):hover {background: var(--dark-red)!important;}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1260px) {
	.bg-img .img-height {height: 360px;}
	#home .bg-img .flex {top: 25%;}
	.bg-img .flex {top: 35%;}
}

@media only screen and (max-width: 1230px) {
	.img-left .content-right {margin-left: 30px;}
	.col-3 .flex {gap: 15px;}
}

@media only screen and (max-width: 1200px) {
	.img-left .content-right {margin-top: 30px;}
	.my-site-footer .wrapper {flex-direction: column}
	.my-site-footer .img-height {margin-bottom: 50px;}
}

@media only screen and (max-width: 1100px) {
	.img-left .content-right {margin-top: 0px;}
	.img-right .content-left {padding: 80px 30px; max-width: calc(50% - 60px);}
	.img-right .content-left i {margin-right: 15px;}
	.img-right-inner .flex {flex-direction: column; gap: 0;}
	.img-right-inner .img-height {height: 800px;}
}

@media only screen and (max-width: 1030px) {
	.img-right .flex {flex-wrap: wrap;}
	.img-right .content-left, .img-right .img-height {max-width: 100%;}
	.img-right .img-height {height: 200px;}
	
	.img-left .flex {flex-direction: column-reverse;}
	.img-left .content-right {margin-left: 0; margin-bottom: 45px;}
	.img-left .img-height {height: 270px;max-width: 1000px;}
	.img-left .img-height img {min-width: 200px;}
}

@media only screen and (max-width: 1000px) {
	.col-3 .flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 941px) {
	.bg-img .flex {top: 25%;}
	.img-right-inner {flex-wrap: wrap;}
	.img-right-inner .content-left {margin-right: 0; margin-bottom: 40px;}
	.img-right-inner .img-height {max-width: 1000px; min-width: 200px; height: 300px;}
}

@media only screen and (max-width: 890px) {
	.bg-img .img-height {height: 400px;}
	#home .bg-img .flex {top: 16%;}
}

@media only screen and (max-width: 830px) {
	.heading-lg {font-size: 45px;}
	.heading-md {font-size: 40px;}
	.heading-mdsm {font-size: 30px;}
	.home-header .slide-content {padding-top: 150px !important; padding-bottom: 150px !important;}
	.bg-img .img-height {height: 260px;}
	.bg-img .flex, #home .bg-img .flex {top: 37%; padding: 0 50px;}
}
@media only screen and (max-width: 771px) {
	#home .bg-img .flex {top: 30%;}
	.my-site-footer .wrapper .flex {gap: 80px;}
}

@media only screen and (max-width: 620px) {
	.bg-img .flex, #home .bg-img .flex {padding: 0 20px;}
	.my-site-footer .wrapper .flex {flex-direction: column; gap: 60px;}
	.my-site-footer .footer-heading {margin-bottom: 40px;}
	.form-half {margin: 15px 0;width: 100%;}
	.flex-row {flex-direction: column;}
	.img-right-inner li {flex-wrap: wrap; gap: 15px;}
}

@media only screen and (max-width: 530px) {
	.bg-img .flex {top: 30%;}
	.img-left, .img-right-inner {padding-top: 80px!important;}
	.col-3, .center-section, .img-right, .form-all, .color-bg {padding-top: 80px!important; padding-bottom: 80px!important;}
}

@media only screen and (max-width: 501px) {
	.home-header .slide-content {padding-top: 60px !important; padding-bottom: 60px !important;}
	.col-3 .card .btn-top {margin-top: 30px!important;}
	.col-3 .card {padding: 35px 30px 30px;}
	#home .bg-img .flex {top: 20%;}
	.my-site-footer .footer-contact ul li {display: flex; flex-direction: column; justify-content: center;align-items: center;}
	.my-site-footer ul li i {margin-right: 0; margin-bottom: 15px;}
	.my-site-footer li, .my-site-footer .footer-heading {text-align: center;}
	.my-site-footer .img-height {margin: 0 auto 50px;}
}

@media only screen and (max-width: 415px) {
	.img-right .content-left {padding: 30px 10px;}
}

@media only screen and (max-width: 390px) {
	.heading-lg {font-size: 40px;}
}

@media only screen and (max-width: 360px) {
	.img-right .content-left li > a {font-size: 17px;}
	.bg-img .heading-md {font-size: 35px!important;}
	.bg-img i {font-size: 50px;}
	#home .bg-img .flex {top: 25%;}
	.my-site-footer a {font-size: 19px;}
	.img-right-inner li > a, .img-right-inner li i {font-size: 18px;}
}

@media only screen and (max-width: 345px) {
	.heading-lg {font-size: 36px;}
}