﻿/***** BEGIN RESET *****/

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 --------

*/

/***** 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;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr{border:#000 1px solid;}
html {font-family: 'poppins', sans-serif !important;}

/*--- HEADER STYLES ---------------------*/
.header-top {background: #000;}
.header-top-wrap {width: 95%; margin: 0 auto; display: flex; justify-content: flex-end; padding: 15px 0;}
.header-top-flex {display: flex; gap: 20px; align-items: center;}
.header-top-flex > div {display: flex; gap: 10px; align-items: center;}
.header-top-flex a {font-family: 'poppins', sans-serif; font-size: 15px; line-height: 15px; font-weight: 400; color: #fff;}
.header-top-flex hr {border: 1px rgba(255,255,255,0.50) solid; height: 20px; margin: 0px;}

.header-bottom-wrap {width: 95%; margin: 0 auto; display: flex; justify-content: center; padding: 10px 0 0 0;}

/*---BODY--------------------------------*/
.hero-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover; margin-top: -42px;}
.hero-overlay {background: rgba(0,0,0,0.60);}
.hero-wrap {width: 95%; margin: 0 auto; display: flex; justify-content: center; text-align: center; padding: 100px 0 80px 0;}
.hero-wrap h1 {font-family: 'poppins', sans-serif; font-size: 35px; line-height: 45px; color: #fff; font-weight: 700;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer {background: #000;}
.footer-wrap {width: 95%; margin: 0 auto; padding: 80px 0;}
.footer-wrap p {font-family: 'poppins', sans-serif; font-weight: 700; font-size: 18px; line-height: 28px; color: #fff;}
.footer-wrap ul {margin-top: 20px;}
.footer-wrap li {margin-bottom: 8px;}
.footer-wrap li a {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 15px; line-height: 25px; color: #fff;}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-content, .detail-wrapper {padding: 50px 0 !important;}
.list-top-section .list-listings-count, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #80350E !important;}
.faceted-search-content button.faceted-search {background: #000 !important;}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text, .listing-carousel .recommended-listings-section .view-all-link, .listing-carousel .recommended-auctions-section .view-all-link {background: #80350E !important;}
.ts-disclaimer span {font-size: 15px !important; line-height: 25px !important;}
.detail__specs-value, .detail__specs-value_showroom, .detail__specs-label, .inspection__spec-label, .detail__specs-heading, .listing-carousel .recommended-listings-container .listing .bottom-region .name, .listing-carousel .recommended-auctions-container .listing .bottom-region .name, .listing-carousel .recommended-listings-section .section-title h2, .listing-carousel .recommended-auctions-section .section-title h2 {font-family: 'poppins', sans-serif !important;}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 600px) {
	.header-top {display: none;}
}

@media only screen and (max-width: 450px) {
	.header-bottom img {width: 225px;}
	.hero-bkgrd {margin-top: -38px;}
	.hero-wrap {padding: 90px 0 70px 0;}
	.hero-wrap h1 {font-size: 32px; line-height: 42px;}
}

@media only screen and (max-width: 350px) {
	.header-bottom img {width: 200px;}
	.hero-bkgrd {margin-top: -34px;}
	.hero-wrap {padding: 80px 0 60px 0;}
	.hero-wrap h1 {font-size: 30px; line-height: 40px;}
}





