﻿/***** 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 { overflow-x: hidden;

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover, button:hover {text-decoration:none; cursor: pointer !important;}


hr{border:#000 1px solid;}
html {font-family: 'inter-variable', sans-serif;}

/*--- HEADER STYLES ---------------------*/
.header-bkgrd {background: #F5F5F5;}
header {background: #303030; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.header-wrapper {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; padding: 8px 0; align-items: center;}
.header-contact {display: flex; gap: 35px;}
.header-contact a {color: #fff; font-size: 14px; line-height: 14px;}
.header-search .keyword-wrapper {border-radius: 40px !important; border: none; padding: 6px 0 5px 20px !important;}
.header-search .keyword-wrapper::placeholder {font-size: 14px !important; color: #A1A1A1 !important; line-height: 14px !important; font-family: 'inter-variable', sans-serif !important;}
.header-search button {border: none; background: none; padding: 0px; margin-left: 15px;}
.header-search button i {color: #fff; font-size: 20px;}
.header-search form {display: flex;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
.hero-content {background: #303030; width: 450px;}
.hero-content-wrapper {width: 100%; padding: 60px 0; margin-left: 50px;}
.hero-content-wrapper h1 {color: #fff; font-family: 'oswald', sans-serif; font-weight: bold; font-size: 45px; text-transform: uppercase; line-height: 45px;}
.hero-content-wrapper p {color: #fff; font-weight: 500; font-size: 18px; line-height: 25px; margin: 25px 0; font-family: 'inter-variable', sans-serif;}
.hero-content-buttons {display: flex; gap: 15px;}
.hero-content-buttons button {font-size: 14px; font-weight: 600; color: #fff; width: 210px; padding: 10px 0; border-radius: 40px; border: 2px #8D1212 solid; background: #8D1212; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; font-family: 'inter-variable', sans-serif;}
.hero-content-buttons a:last-child button {background: transparent; border: 2px #fff solid;}
.hero-section {background: #303030; display: flex; align-items: center; justify-content: space-between;}
.hero-image {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover; width: 63%;}
.hero-image div {padding: 240px 0px;}
.mobile-hero {display: none;}

.inventory {background: url("/siteart/inventory.jpg") no-repeat; background-position: center; background-size: cover;}
.auctions {background: url("/siteart/auctions.jpg") no-repeat; background-position: center; background-size: cover;}
.financing-home {background: url("/siteart/financing.jpg") no-repeat; background-position: center; background-size: cover;}
.inventory div, .financing-home div, .auctions div {background: linear-gradient(to right, rgba(123,11,11,0.81), rgba(141,18,18,0.81), rgba(217,48,48,0.81));}
.call-to {display: flex; justify-content: space-between; width: 95%; margin: 0 auto; margin-top: 40px; gap: 10px;}
.call-to a {width: 100%; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.call-to a h2 {color: #fff; text-transform: uppercase; font-size: 25px; font-weight: 600; padding: 180px 20px 20px 20px;}
.inventory div:hover, .financing-home div:hover, .auctions div:hover {background: rgba(48,48,48,0.81);}
.inventory div:hover i, .financing-home div:hover i, .auctions div:hover i {padding-left: 10px; transition: .5s;}

.about-bkgrd {background: url("/siteart/about-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.about-overlay {background: rgba(255,255,255,0.85); padding: 60px 0; margin-top: 80px;}
.about-wrapper {width: 90%; margin: 0 auto; background: #fff; display: flex; justify-content: space-between; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; padding: 60px 40px 80px 40px; align-items: center;}
.about-wrapper .large-h {font-size: 22px; line-height: 32px;}
.about-wrapper .small-span {margin-bottom: 3px;}
.about-wrapper .small-span span {font-size: 18px; font-weight: 500; line-height: 26px;}
.about-wrapper p {font-size: 16px; line-height: 24px; margin-top: 10px; font-family: 'inter-variable', sans-serif;}
.about-wrapper button {background: #8D1212; border: none; border-radius: 40px; width: 210px; padding: 12px 0; font-size: 14px; color: #fff; text-transform: uppercase; font-weight: 600; margin-top: 25px; line-height: 16px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; font-family: 'inter-variable', sans-serif;}
.about-wrapper button:hover {background: #303030; transition: .5s;}
.about-wrapper div {width: 55%;}
.about-wrapper img {width: 90%;}
.about-wrapper a:last-child {text-align: center;}

.get-in-touch {display: flex; margin-top: -64px;}
.get-in-touch-bkgrd {background: url("/siteart/get-in-touch.jpg") no-repeat; background-position: center; background-size: cover;}
.get-in-touch-overlay {background: linear-gradient(to right,rgba(123,11,11,0.89),rgba(141,18,18,0.89),rgba(217,48,48,0.89)); width: 100% !important;}
.get-in-touch div {width: 50%;}
.get-in-touch-content {width: 90% !important; padding: 60px 0 80px 0; margin: 0 auto;}
.get-in-touch-content h4 {color: #fff; font-family: 'oswald', sans-serif; font-size: 40px; line-height: 40px; text-transform: uppercase; margin-bottom: 23px;}
.get-in-touch-content li {font-size: 18px; color: #fff; line-height: 34px;}
.get-in-touch-content li a {color: #fff;}
.get-in-touch-content button {background: transparent; border-radius: 40px; width: 210px; padding: 12px 0 10px 0; font-size: 14px; color: #fff; text-transform: uppercase; font-weight: 600; margin-top: 25px; line-height: 16px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: 2px #fff solid; font-family: 'inter-variable', sans-serif;}
.get-in-touch-content button:hover {background: #fff; color: #8D1212;}

/*---PARTS---*/
.parts-hero {background: url("/siteart/parts-hero.jpg") no-repeat; background-position: center; background-size: cover;}

/*---CONTACT---*/
.contact-hero {background: url("/siteart/contact-hero.jpg") no-repeat; background-position: center; background-size: cover;}
.consign-form {width: 95%; margin: 0 auto; margin-top: 70px; border-radius: 5px; position: relative; margin-bottom: 85px;}
.consign-form p {color: #CCC; font-size: 15px; margin-bottom: 20px;}
.consign-form form input {background: #EFEFEF; border: none; width: 100%; padding: 13px 0 13px 17px; font-family: 'inter-variable', sans-serif; font-size: 14px;}
.consign-form td {width: 100%;}
.consign-form form {width: 99%;}
.consign-form form textarea {width: 100%; background: #E9E9E9; border: none; padding: 13px 0 13px 17px; font-family: 'inter-variable', sans-serif; font-size: 14px;}
.consign-form form tr {display: flex; gap: 25px; margin-bottom: 12px;}
.consign-form form table {width: 100%;}
.consign-form form .submitselect {background: #8D1212; color: #fff; border: none; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 220px; padding: 16px 0 12px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 14px; display: flex; justify-content: center;}
.consign-form form .submitselect:hover {color: #fff; background: #303030; transition: .5s;}
.consign-form form .CaptchaMessagePanel {color: #fff; font-weight: normal; font-size: 14px;}
.consign-form form .CaptchaWhatsThisPanel a {color: #212121; border-bottom: 1px transparent solid;}
.consign-form form .CaptchaWhatsThisPanel a:hover {border-bottom: 1px #212121 solid; transition: .5s;}
.consign-form form .submit {background: #8D1212; color: #fff; border: none; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 220px; padding: 16px 0 12px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 14px;}
.consign-form form .submit:hover {color: #fff; background: #303030; transition: .5s; cursor: pointer !important;}
.form-wrapper h2 {color: #303030; font-family: 'inter-variable', sans-serif; font-size: 30px; margin-bottom: 10px; line-height: 30px; font-weight: bold;}
.form-wrapper p {color: #303030; font-family: 'inter-variable', sans-serif; font-size: 16px; line-height: 24px;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
.footer {background: #303030;}
.footer ul {display: flex; justify-content: center; gap: 35px;}
.footer ul li a {color: #fff; font-size: 15px;}
.footer div {width: 95%; margin: 0 auto; padding: 40px 0;}
.footer hr {border: #818181 1px solid; margin: 40px 0 30px 0;}
.footer p {font-family: 'poppins', sans-serif; font-size: 14px; color: #818181; font-weight: 300; line-height: 24px; text-align: center; width: 80%; margin: 0 auto;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inventory-hero {background: url("/siteart/inventory-hero.jpg") no-repeat; background-position: center; backgorund-size: cover;}
.inventory-overlay {background: rgba(48,48,48,0.88);}
.inventory-content {width: 500px; margin: 0 auto; text-align: center; padding: 75px 0 80px 0;}
.inventory-content h1 {font-family: 'oswald', sans-serif; font-size: 45px; color: #fff; line-height: 45px; text-transform: uppercase;}
.inventory-content p {font-size: 18px; line-height: 30px; color: #fff; padding: 20px 0 25px 0; font-family: 'inter-variable', sans-serif;}
.inv-buttons {display: flex; gap: 15px; justify-content: center;}
.inv-buttons button {color: #fff; text-transform: uppercase; font-size: 14px; width: 200px; border: 2px #fff solid; background: transparent; border-radius: 40px; padding: 10px 0; font-weight: 600; font-family: 'inter-variable', sans-serif;}
.inv-buttons button:hover {border: 2px #7B0B0B solid; background: #7B0B0B; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}

.list-top-section .list-title {padding-left: 0px !important;}
.list-content {margin-top: 50px !important; margin-bottom: 100px !important;}
.list-top-section .list-listings-count, .list-content .price-container .price, .mobile-option-bar .mobile-option-bar-filter {color: #7B0B0B !important;}
.view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button) {background: #7B0B0B !important;}
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text, .list-content .list-container .request-a-quote-btn, .faceted-search-content button.faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {background: #303030 !important;}
.disclaimer span {font-size: 16px !important; line-height: 24px !important;}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1550px) {
	.hero-image {width: 61%;}
}
@media only screen and (max-width: 1450px) {
	.hero-image {width: 59%;}
}
@media only screen and (max-width: 1400px) {
	.hero-image {width: 57%;}
}
@media only screen and (max-width: 1350px) {
	.hero-content-wrapper {margin-left: 40px;}
}
@media only screen and (max-width: 1250px) {
	.hero-image {width: 55%;}
}
@media only screen and (max-width: 1240px) {
	.call-to a h2 {padding: 150px 15px 15px 20px; font-size: 20px;}
	.hero-image {width: 55%;}
	.about-wrapper img {width: 80%;}
	.about-wrapper div {width: 65%;}
	.hero-image {background-position: 31% 0%;}
	.about-wrapper {gap: 50px;}
}
@media only screen and (max-width: 1200px) {
	.hero-content-wrapper {margin-left: 30px;}
}
@media only screen and (max-width: 1150px) {
	.hero-image {width: 51%;}
}
@media only screen and (max-width: 1050px) {
	.hero-content-wrapper {margin-left: 20px;}
	.hero-image {width: 47%;}
}
@media only screen and (max-width: 1000px) {
	.call-to a h2 {padding: 130px 15px 15px 20px;}
}
@media only screen and (max-width: 950px) {
	.hero-image {width: 43%;}
}
@media only screen and (max-width: 900px) {
	.get-in-touch {flex-wrap: wrap;}
	.get-in-touch div {width: 100%;}
	.get-in-touch iframe {height: 350px;}
	.consign-form form {width: 98%;}
	.hero-content-wrapper {width: 95%; margin-left: 0px; margin: 0 auto;}
	.hero-content {width: 100%;}
	.hero-section {flex-wrap: wrap;}
	.hero-image {display: none;}
	.mobile-hero {display: contents;}
	.mobile-hero img {width: 100%;}
}
@media only screen and (max-width: 800px) {
	.header-contact {display: none;}
	.header-wrapper {justify-content: flex-end;}
	.hero-content-buttons button, .hero-content-buttons a {width: 100%;}
	.hero-content-buttons button {padding: 13px 0;}
	.call-to {flex-wrap: wrap;}
	.about-wrapper {flex-wrap: wrap; padding: 60px 0 80px 0; width: 95%;}
	.about-wrapper div {width: 90%; margin: 0 auto;}
	.about-wrapper a:last-child {width: 100%; margin-top: 65px;}
	.about-wrapper img {width: 65%;}
	.get-in-touch-content {width: 95% !important;}
	.footer p {width: 100%;}
}
@media only screen and (max-width: 700px) {
	.consign-form form {width: 97%;}
}
@media only screen and (max-width: 600px) {
	.hero-content-buttons {flex-wrap: wrap;}
	.about-wrapper button {width: 100%; padding: 15px 0;}
	.get-in-touch-content button {width: 100%; padding: 15px 0;}
	.footer ul {flex-wrap: wrap;}
	.inventory-content {width: 95%;}
	.inv-buttons {flex-wrap: wrap;}
	.inv-buttons a, .inv-buttons button {width: 100%;}
	.inv-buttons button {padding: 15px 0;}
	.consign-form form tr {flex-wrap: wrap; gap: 12px; margin-bottom: 12px;}
	.consign-form form input, .consign-form form textarea {padding: 16px 0 14px 17px;}
	.consign-form form .submitselect {width: 100%; padding: 18px 0 14px 0;}
	.consign-form form {width: 100%;}
	.consign-form form input, .consign-form form textarea {width: 97%;}
}
@media only screen and (max-width: 450px) {
	.header-search, .header-search .keyword-wrapper {width: 100%;}
	.call-to a h2 {padding: 110px 15px 15px 20px;}
	.consign-form form input, .consign-form form textarea {width: 96%;}
}
@media only screen and (max-width: 350px) {
	.call-to a h2 {font-size: 18px; padding: 90px 15px 15px 20px;}
	.consign-form form input, .consign-form form textarea {width: 95%;}
	.about-wrapper img {width: 70%;}
}
@media only screen and (max-width: 300px) {
	.consign-form form input, .consign-form form textarea {width: 94%;}
}



