﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&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;
}
:root{
	--red: #d54101;
	--darkred: #9d0000;
	--text: 'Roboto', sans-serif;
}
/*-------- BODY STYLES --------*/

body {
	font-family:var(--text);
}
a{text-decoration:none;}

.red-btn{width:180px; font-size:14px; transition:.3s ease; text-transform:uppercase; padding:14px; box-sizing:border-box; color:#fff; background:var(--darkred); text-align:center; display:block;}
.red-btn:hover{background:var(--red);}
.trans-btn{width:180px; font-size:14px; transition:.3s ease; text-transform:uppercase; border:solid 1px var(--darkred); padding:14px; box-sizing:border-box; color:var(--darkred); background:transparent; text-align:center; display:block;}
.trans-btn:hover{background:var(--darkred); color:#fff;}

.black-btn{width:auto; transition:.3s ease; display:inline-flex; font-size:14px; justify-content: center; margin:20px auto; background:#000; color:#fff; padding:15px 30px; box-sizing:border-box; text-align:center;}
.black-btn:hover{background:#333;}
/*--- HEADER STYLES ---------------------*/
header{width:100%; box-shadow:0px 4px 6px 2px rgba(0,0,0,.10); z-index:100; position:relative;}
.header{width:100%; padding:0 10px; box-sizing:border-box; max-width:1700px; margin:0 auto; display:flex; flex-direction:row;}
.logo{max-width:220px; width:100%;}
.logo img{width:100%;}
.header-red{width:180px;font-family:'Roboto', sans-serif; font-size:14px; text-transform:uppercase; margin-top:24px; height:45px; padding:13px; box-sizing:border-box; color:#fff; background:var(--darkred); transition:.3s ease; text-align:center; display:block;}
.header-red:hover{background:var(--red);}
.header a i{font-size:22px; margin:36px 15px 0 10px; transition:.3s ease; text-align:left;-webkit-text-fill-color: transparent; width:100%; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #000;}
.header a:hover i{-webkit-text-fill-color: #000;}

/*---BODY--------------------------------*/
.hero{width:100%; height:750px; position:relative;}
.hero img{width:100%; height:100%; opacity:.2;}
.hero-text{position:absolute; margin:0 auto; left:0; right:0; bottom:35%; max-width:1300px;}
.hero-text h1{font-size:70px; line-height:75px; text-transform:uppercase; color:var(--red); text-align:center; font-weight:600;}
.hero-text h1 span{font-size:22px; letter-spacing:1px; color:#000; font-weight:400;}
.btn-row{display:flex; flex-direction:row; justify-content: center; margin-top:40px;}
.btn-row a{margin:3px;}


/*-----Auctions Service---------*/
.red-back{width:100%; background:var(--red); padding:40px 0; text-align:center;}
.wrap{max-width:1500px; margin:0 auto; width:100%; padding:0 10px; box-sizing:border-box;}
.auction-ser{width:100%; max-width:600px; margin:0 auto; padding:20px 0; text-align:center;}
.auction-ser h2{font-size:30px; color:#fff; text-transform:uppercase; padding-bottom:15px;}
.auction-ser p{font-size:14px; color:#fff; line-height:22px; }

.services{width:100%; display:flex; flex-wrap:wrap; flex-direction:row;}
.services a:hover img{filter: brightness(.8);}
.card{width:calc(50% - 20px); margin:10px; background:#fff; border-radius:10px;}
.card img{width:100%; transition:.3s ease; height:250px; object-fit:cover; border-radius:10px 10px 0 0;}
.card-text{padding:20px; border-radius:0 0 10px 10px; box-sizing:border-box; background:#fff; color:#000;}
.card-text h3{font-size:25px; font-weight:600; color:#000; padding-bottom:15px;}
.card-text p{font-size:14px; line-height:22px; color:#333;}

/*-----Upcoming Auctions--------*/
.auction-info{max-width:1500px; margin:0 auto; padding:0 10px; box-sizing:border-box; width:100%;}
.header-text{width:100%; text-align:center; padding:50px 0;}
.header-text h2 {font-size:30px; font-weight:700; text-transform:uppercase; color:var(--red);}
.header-text hr{margin:25px auto; width:80px; background:var(--red); border:0; height:5px;}
.header-text p{font-size:14px; color:#333; text-align:center; max-width:600px; margin:0 auto;}

.top-auction{width:100%; padding:30px; margin:20px 0; box-sizing:border-box; background:#F4F4F4; border-top:solid 5px var(--red); border-radius:10px;}
.auc-row{display:flex; flex-direction:row; justify-content: space-between;}
.auction-info h2{font-size:24px; font-weight:600; padding-bottom:10px;}
.info-row{display:flex; flex-direction:row; gap:20px; padding:20px 0;}
.info-row p{font-size:14px; display:block; color:#555!important; }
.auction-info p{font-size:14px; color:#000;}
.auction-info p i{-webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #333;}
.auc-btn{display:flex; align-self:center; height:45px; justify-content: center}

.auctions{width:100%; gap:20px; display:flex; flex-direction:row;}
.auction{width:50%; background:#f4f4f4; padding:30px; box-sizing:border-box; border-radius:10px;}
.auc-info{padding:20px 0;}
.auc-info p{font-size:14px; padding:5px 0; color:#555!important; }
.auctions a{color:var(--red); display:block; font-size:16px; margin-top:10px;}
.auctions a i{padding-left:10px;}


/*-----FAQ---------*/
.faq-row{width:100%; display:flex; flex-direction:row; gap:20px;}
.faq{width:50%;}

.accordion { background-color: #f4f4f4; font-weight: 600; color: #000; cursor: pointer;margin:0 4px; padding: 20px;box-sizing:border-box; width: 100%;font-size:16px; text-align: left; border: none; outline: none; transition: 0.4s;}
.active, .accordion:hover { background-color: var(--red);}
.panel {padding: 10px;  background-color: #fff; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out;}

/*--------Contact---------*/
.gray-back{width:100%; background:#f4f4f4;}
.contact{width:100%; max-width:1700px; padding:60px 10px; box-sizing:border-box; margin:0 auto; display:flex; flex-direction:row;}
.contact-left{width:500px; padding-right:20px; box-sizing:border-box;}
.contact-left h1{font-size:24px; padding-bottom:15px; font-weight:700; text-transform:uppercase;}
.contact-left p{font-size:14px; color:#444; line-height:24px;}
.contact-right{width:calc(100% - 500px);}
.icon-row{display:flex; flex-direction:row; padding:10px 0;}
.icon-row i{font-size:30px; width:35px; object-fit:contain; padding-right:15px; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: var(--red);}
.icon-text p{font-size:15px; font-weight:500; color:#000;}
.icon-text a{color:#333; font-size:14px; font-weight:400;}
.icon-text a:hover{color:var(--red);}

.contact-left h2{font-size:20px; font-weight:600; padding-bottom:15px; text-transform:uppercase;}
.contact-left ul li{line-height:26px; font-size:14px; color:#333;}

.contact-right h2{font-size:20px; font-weight:600; padding-bottom:10px; text-transform:uppercase;}
.contact-right h3{font-size:20px; font-weight:600; padding-bottom:10px; text-transform:uppercase;}

/*--------FORM STYLES--------------------*/
.contact-right{ padding:40px; box-sizing:border-box; background:#fff; border-radius:3px; box-shadow:1px 1px 3px 2px rgba(0,0,0,.10);}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;}
#formpage label{font-size:16px; font-weight:400; padding:10px 0 5px 0;}
#formpage input, select {padding:14px;border: 1px solid #ccc;color: #777!important;font-size: 14px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
.form-third{width:calc(33.33% - 10px);display:block;vertical-align:middle;margin:5px;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;padding-bottom: 24px!important;}
input[type="text"]{height:50px!important;}

#formpage textarea {font-family:'Arial', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border: 1px solid #ccc!important;color: #000;background: #fff;width: 100%;height: 100px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 


#formpage input.submit-button, #submit-btn button{width:180px; display:block;  padding:12px; height:42px; text-align:center; font-size:16px; margin:0 3px; box-sizing:border-box; color:#fff; background:var(--red); border:none;}

#formpage input.submit-button:hover, #submit-btn button:hover{background:var(--darkred); cursor:pointer;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:180px;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}
.CaptchaPanel{text-align:left!important;}


/*-------- FOOTER STYLES ----------------*/
footer{width:100%; padding-top:40px;}
.footer{width:100%; max-width:1700px; margin:0 auto; padding:10px; box-sizing:border-box; color:#fff; display:flex; flex-direction:row; justify-content: space-between;}
.foot-col{width:33.33%; max-width:350px; padding:30px 10px; box-sizing:border-box; text-align:left!important;}
.large{font-size:18px!important; font-weight:700; color:#fff; padding-bottom:15px;}
.foot-col p{font-size:14px; color:#fff; line-height:24px;}
.foot-col ul li a{color:#fff;font-family:'Roboto', sans-serif; line-height:30px; font-size:14px;}
.foot-col ul li a i{-webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; font-size:16px; -webkit-text-stroke-color: #fff;}
.foot-col ul li a:hover{text-decoration:underline;}
.footer-bottom{width:100%; max-width:1700px; margin:0 auto; border-top:solid 1px #fff; padding:20px 10px 0 10px; box-sizing:border-box; text-align:left;}
.footer-bottom p{color:#fff; opacity:.9; font-size:14px;}

.sub a i{font-size:22px; transition:.3s ease; text-align:left;-webkit-text-fill-color: transparent; width:100%; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff;}
.sub a:hover i{-webkit-text-fill-color: #fff;}

.search-row{display:flex; flex-direction:row;}
.search-row .formfield{width:calc(100% - 120px); background:#fff; border:none;border-radius:5px 0 0 5px!important;}
.search-row input{background:#fff; border:none; border-radius:5px 0 0 5px!important; padding:12px;}
.search-row button{width:120px; border:none; transition:.3s ease; border-radius:0 5px 5px 0; background:#000; padding:12px; color:#fff; }
.search-row button:hover{cursor:pointer; background:#333;}

/*----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: #d54101 !important;
    color: #fff !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: #d54101 !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:  #9d0000 !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: 1500px) {
	.hero-text h1{font-size:60px; line-height:65px;}
	.hero{height:600px;}
}
@media only screen and (max-width: 1200px) {	
	.hero-text h1{font-size:50px; line-height:55px;}
	.hero{height:500px;}
	.hero-text{bottom:30%; padding:0 10px; box-sizing:border-box;}
	.card img{height:200px;}
}
@media only screen and (max-width: 1000px) {	
	.card{width:calc(50% - 20px);}
	.services{flex-wrap:wrap;}
	.faq-row{flex-direction:column; gap:0;}
	.faq{width:100%;}
	.footer{flex-wrap:wrap;}
	.foot-col{width:50%;}
	.contact{flex-direction:column; gap:20px;}
	.contact-left, .contact-right{width:100%;}
}
@media only screen and (max-width: 800px) {	
	.hero-text h1{font-size:40px; line-height:45px;}
	.auctions{flex-direction:column;}
	.auction{width:100%;}
}
@media only screen and (max-width: 650px) {	
	.hero-text h1{font-size:32px; line-height:35px;}
	.hero-text h1 span{font-size:20px;}
	.hero{height:400px;}
	.card{width:calc(100% - 20px);}
	.header-red{display:none;}
	#menu-button{width:calc(100% - 120px)!important;}
	.auc-row{flex-direction:column;}
	.auc-btn{justify-content: center; align-self:auto; margin-top:10px;}
	.header-text h2{font-size:25px;}
	.header-text{padding:35px 0;}
	.header-text hr{margin:15px auto;}
	.foot-col{width:100%;}
}
@media only screen and (max-width: 450px) {
	.hero-text{bottom:20%;}
	.hero-text h1{font-size:24px; line-height:26px;}
	.btn-row{flex-direction:column;}
	.btn-row a{margin:2px auto;}
	.red-btn, .trans-btn, .auc-btn{font-size:13px; padding:12px; width:160px; height:auto;}
	.card img{height:180px;}
	.card-text{padding:15px;}
	.info-row{flex-direction:column; gap:8px;}
	.accordion{font-size:14px; font-weight:500; padding:15px;}
	.panel{padding:5px;}
}
@media only screen and (max-width: 380px) {
	.card-text h3{padding-bottom:10px; font-size:20px;}
	.card img{height:150px;}
	.logo{max-width:180px;}
	#menu-button a{ box-sizing:border-box; padding:14px 20px 0 10px!important;}
	.top-auction, .auction{padding:15px;}
	.search-row button{width:100px; padding:11px; font-size:14px;}
	.search-row .formfield{width:calc(100% - 100px);}
	.search-row input{padding:11px;}
	.contact-right{padding:25px;}
    .header a i{margin:25px 10px 0 10px;}
}





