﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

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 {
	font-family:'Oswald', sans-serif;
}
a{text-decoration:none;}

.red-btn{font-size:16px; transition:.3s ease; font-weight:500; display:inline-block; width:140px; padding:12px; text-align:center; color:#fff; background:#ba222d; border-radius:10px; margin:0 5px;}
.white-btn{font-size:16px; font-weight:500; transition:.3s ease; display:inline-block; width:140px; padding:12px; text-align:center; color:#000; background:#fff; border-radius:10px; margin:0 5px;}
.red-btn:hover, .white-btn:hover{background:#000; color:#fff;}

/*--- HEADER STYLES ---------------------*/
.top-wrapper{width:100%; background:#000;}
.top-header{max-width:1600px; width:100%; padding:0 50px; box-sizing:border-box;margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.logo{max-width:300px; width:100%;}
.logo img{width:100%;}
.header-icons{display:flex; flex-direction:row; padding-top:30px;}
.header-icons a{background:#ba222d; height:40px; width:40px; border-radius:50%; margin:0 5px; border: solid 1px #ba222d; transition:.3s ease;}
.header-icons a i{color:#fff; font-size:16px; justify-content: center; display:flex; padding-top:11px;}
.header-icons a:hover{background:#000;}


/*---BODY--------------------------------*/
/*-------------Slideshow------------------*/
.slideshow{max-width:100%; position:relative;}
.slider-back{position:relative;}
.slider-back img{height:100%; width:100%;z-index:-10; filter:brightness(.5);}

.slide-caption{position:absolute; bottom:40%; left:8%; z-index:100;}
.slide-caption h1{font-size:65px;text-transform:uppercase;font-weight:700; color:#fff;}
.slide-caption p{font-size:18px;line-height:24px;font-weight:400;padding: 0 0 40px 0; color:#fff; max-width:600px;}

.cycle-pager{position:absolute; color:#fff; bottom: 5px; margin: 0 auto; left:0px; right:0px; z-index:200; font-size:50px;width:120px;}
.cycle-pager-active{color:#4b4b4b;}
.cycle-pager:hover{cursor: pointer;}


.home-middle{width:100%; max-width:1600px; margin:0 auto; display:flex; flex-direction:row; padding:50px 0;}
.home-left, .home-right{width:50%;}
.home-left-back{width:100%; background:linear-gradient(to right, transparent 50%, #ba222d 50%); padding:50px; box-sizing:border-box;}
.home-left-image{width:100%; margin:0 auto; position:relative;}
.home-left-image img{width:100%; object-fit:cover; filter:brightness(.4);}
.home-left-text{position:absolute; bottom:20%; left:5%; max-width:500px;}
.home-left-text h2{font-size:42px; font-weight:800; color:#fff; line-height:40px;}
.home-left-text p{font-size:18px; font-weight:400; color:#fff; line-height:22px; padding:20px 0 60px 0;}
.home-right{padding-left:50px; box-sizing:border-box;}
.home-right section{padding:20px 0; height:210px;}
.home-right-red{width:100%; background:linear-gradient(to left, transparent 50%, #ba222d 50%); padding:40px; box-sizing:border-box; height:130px;}
.home-right-black{padding:30px; box-sizing:border-box; background:#000; position:relative;}
.home-right-text{width:calc(100% - 180px);}
.home-right-text h3{font-size:30px; font-weight:800; color:#fff; }
.home-right-text p{color:#fff; font-size:16; font-weight:400; padding-bottom:20px;}
.home-right-black a{position:absolute; bottom:0; right:0; display:block; width:160px; padding:12px; background:#ba222d; color:#fff; text-align:center; border:solid 1px #ba222d;  transition:.3s ease;}
.home-right-black a:hover{background:#000;}

/*------------Auction Buttons------------*/
.auction-buttons{width:100%; display:flex; flex-direction:row;}
.auction-buttons a{ border:solid 1px #fff;}
.auction-buttons a img{position:relative; width:100%; object-fit:cover; height:100%; filter:brightness(.3); transition:.3s ease;}
.auction-text{position:absolute; bottom:35%; left:0; right:0; text-align:center; z-index:200;}
.auction-text p{color:#fff; font-size:30px; font-weight:800; padding-bottom:15px;}
.auction-text a{margin:0 auto; height:auto; width:140px; border:none; transition:.3s ease;}

.auction-link{position:relative; width:100%; height:100%; height:450px; overflow:hidden;}
.auction-link:hover img{transform:scale(110%);}

#main3{max-width:1600px; width:100%; padding:60px 10px; box-sizing:border-box;margin:0 auto;}
/*----------Questoins------------------*/
.questions-background{width:100%; background:linear-gradient(to top, #000 50%, #fff 50%); padding-top:80px;}
.questions{width:95%; max-width:1600px; margin:0 auto; padding:45px; box-sizing:border-box; box-shadow:1px 1px 2px 3px rgba(0,0,0,.2); display:flex; flex-direction:row; background:#fff;}
.questions-left, .questions-right{width:50%;}
.questions-left img{width:80%; margin:0 auto; display:block;}
.questions-right hr{border:solid 4px #ba222d; width:100px; float:left;}
.questions-right h4{font-size:30px; font-weight:800; clear:both;}
/*--------FORM STYLES--------------------*/
.form-width{width:100%; max-width:1600px; margin: 0 auto; }
.flex-form{width:100%;text-align: left;margin: 0 auto; margin-top:-20px; flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
#formpage input, select {padding:14px 7px;border-bottom: 1px solid #ccc; border-top:none!important; border-left:none!important; border-right:none!important;color: #777!important;font-size: 14px;margin-top: 5px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:50%;display: inline-block;vertical-align: middle;margin:0 5px;}
.form-whole{width:100%;display:block;vertical-align:middle;margin: 0 5px;}
.row-input{display:flex; flex-direction:row;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
#formpage textarea {box-sizing:border-box;padding: 6px 5px;border-bottom: 1px solid #ccc!important; border-top:none; border-left:none; border-right:none; color: #000;font-size: 16px;background: #fff;width: 100%;height: 80px;border-radius:2px;margin-top:10px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#ba222d; color:#ffffff;padding:14px 20px;text-decoration:none;transition:ease-in .3s;width: 140px;border:none;height:auto; font-size:16px; font-weight:600; margin: 0 auto; border-radius:15px;}
#formpage input.submit-button:hover, #submit-btn button:hover{ background:#000; transition:ease-out .3s; cursor:pointer;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:120px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}

/*-------------Contact-----------------*/

.contact-form{width:60%; max-width:1600px; box-shadow:1px 1px 2px 3px rgba(0,0,0,.2); margin:80px auto; position:relative; padding:40px 40px 40px 320px; box-sizing:border-box; }
.contact-box{position:absolute; background:#ba222d; padding:50px; box-sizing:border-box; left:-120px; top:30px; min-width:400px; max-width:400px;}
.contact-box h1{font-size:33px; color:#fff; font-weight:800; line-height:30px; padding-bottom:35px;}
.contact-box h1 span{font-weight:400; font-size:22px;}
.contact-box p{font-size:18px; color:#fff; font-weight:600;}
.contact-box a{font-size:16px; color:#fff;}
.contact-box a:hover{text-decoration:underline;}

/*---------Finance---------------*/
.page-wrapper{max-width:1600px; width:100%; margin:0 auto; padding:40px 10px; box-sizing:border-box;}
.page-wrapper h1{font-size:40px; font-weight:800; color:#ba222d;}
.page-wrapper p{padding-bottom:40px;}


/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background:#000;}
.footer{max-width:100%; width:1600px; padding:80px 15px 100px 15px; box-sizing:border-box;  margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.footer-left{max-width:600px; width:100%; display:flex; flex-direction:row; justify-content: space-between;}
.foot-col p{color:#D41624; font-weight:800; font-size:22px; padding-bottom:10px;}
.foot-col ul li a{font-size:16px; font-weight:400; color:#fff;}
.footer-bottom{width:100%; padding:10px 0; background:#ba222d; text-align:center;}
.footer-bottom p, .footer-bottom p a{color:#fff;}
.foot-col ul li a:hover{text-decoration:underline;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #c61230 !important;
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #c61230 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #014f30 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1550px) {
	.slide-caption{bottom:20%; left:4%;}
	.slide-caption h1{font-size:55px; line-height:55px;}
	.home-right-text{width:calc(100% - 100px);}
	.contact-form{width:80%;}
	
}

@media only screen and (max-width: 1350px) {
	.home-middle{flex-direction:column;}
	.home-left{width:100%; max-width:800px; margin:0 auto;}
	.home-right{max-width:800px; width:100%; margin: 0 auto;}
}
@media only screen and (max-width: 1200px) {
	.slider-back{height:340px;}
	.slider-back img{height:100%; object-fit:cover;}
	.auction-link{height:400px;}
	.questions{flex-direction:column;}
	.questions-left, .questions-right{width:100%;}
	.questions-left{padding-bottom:20px;}
	.footer{flex-direction:column;}
	.footer-right .logo{margin:0 auto;padding-top:15px;}
	.footer-left{margin:0 auto;}
	.contact-box{position:relative; width:100%; max-width:none;left:0; top:0; }
	.contact-form{padding:0 0 40px 0; width:95%;}
	.contact-form .form-width{padding:30px 40px 0 40px; width:90%;}
}

@media only screen and (max-width: 850px) {	
	.auction-buttons{flex-direction:column;}
	.auction-link{height:300px;}
	.home-left-text h2{font-size:32px; line-height:32px;}
	.home-left-text p{padding:10px 0 30px 0;}
	.home-left-text{padding-right:10px; box-sizing:border-box;}
}

@media only screen and (max-width: 700px) {
	.home-left-image{height:400px;}
	.home-left-image img{height:100%; object-fit:cover;}
	.slide-caption h1{font-size:40px; line-height:40px;}
	
}

@media only screen and (max-width: 520px) {
	.home-left-text h2{font-size:24px; line-height:24px;}
	.home-left-back{padding:30px;}
	.home-right{padding-left:0;}
	.home-right section{margin-bottom:50px;}
	.home-right-black a{width:94.2%; bottom:-25px;}
	.home-right-red{padding:30px;}
	.header-icons{display:none!important;}
	.logo{margin:0 auto;}
	.slide-caption{text-align:center; left:0; padding:0 10px; box-sizing:border-box; bottom:15%;}
	.slider-back{height:400px;}
	.home-right-text{width:100%;}
	.footer-left{flex-direction:column; text-align:center;}
	.contact-box{min-width:0; padding:30px;}
	.contact-form .form-width{width:80%;}
	.home-right-black{padding:20px;}
	.home-right-black a{width:93.4%;}
}
@media only screen and (max-width: 380px) {
	.home-right-black a{width:92%;}
	.questions{padding:25px;}
	.questions-left img{width:100%;}
	
}
@media only screen and (max-width: 330px) {
	.home-right-black a{width:89%;}
	
}

