﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,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:'Titillium web', sans-serif;
}
a{text-decoration:none;}
.white-btn{color:#fff; text-transform:uppercase; font-weight:600; font-size:18px; text-shadow:0px 0px 2px rgba(0,0,0,.9); display:block;}
.white-btn i{padding-left:30px; transition:.3s ease;}
.white-btn:hover i{padding-left:50px;}

.black-btn{color:#000; text-transform:uppercase; font-weight:600; font-size:18px; display:block;}
.black-btn i{padding-left:30px; transition:.3s ease;}
.black-btn:hover i{padding-left:50px;}
/*--- HEADER STYLES ---------------------*/
.top-wrapper{width:100%; background:#004b8e;}
.top-header{max-width:1600px; width:100%; margin:0 auto; padding:0 10px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between;}
.left-top{display:flex; flex-direction:row; }
.left-top a{color:#fff; padding:15px; box-sizing:border-box; font-size:16px;font-family:'Titillium web', sans-serif;}
.left-top a i{padding-right:10px;}
.left-top a:hover{text-decoration:underline;}

.right-top{display:flex; flex-direction:row;}
.lang p{color:#fff; font-size:16px; padding-right:25px; padding-top:14px;}
.lang p a{font-size:18px; color:#fff;font-family:'Titillium web', sans-serif; transition:.3s ease; padding:0 2px;}
.lang p a:hover{background:#e6403b;}
.search-row{display:flex; flex-direction:row; width:300px; padding:8px 0;}
.formfield{width:calc(100% - 50px); height:40px;}
.formfield2{width:50px; height:40px;}
.formfield2 button{width:100%; transition:.3s ease; height:40px; border:solid 1px #fff; padding:5px; box-sizing:border-box; background:transparent;}
.formfield2 button i{color:#fff; font-size:18px;}
.formfield input[type="text"]{width:100%; height:40px!important;border:solid 1px #fff; background:transparent!important;  box-sizing:border-box; padding:10px;}
.formfield input[type="text"]::placeholder{color:#fff!important;}
.formfield2 button:hover{background:#e6403b; cursor:pointer;}

header{width:100%; background:rgba(255,255,255,.7); position:absolute; top:56px; z-index:100; box-shadow:2px 2px 4px 4px rgba(0,0,0,.1);}
.header{max-width:1600px; width:100%; margin:0 auto; padding:0px 10px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between;}
.logo{width:100%; max-width:250px; padding:20px 0;}
.logo img{width:100%;}
header .red-btn{margin:28px 0 20px 0;}
.red-btn{width:220px; display:block; color:#fff; padding:12px; box-sizing:border-box; text-align:center; font-weight:600; text-transform:uppercase; background:#e6403b; height:48px;font-family:'Titillium web', sans-serif; border:solid 1px #e6403b; transition:.3s ease;}
.red-btn:hover{background:transparent; color:#e6403b;}



/*---BODY--------------------------------*/

.hero{width:100%; position:relative; height:900px;}
.hero img{width:100%; height:900px; object-fit:cover;}
.hero-gradient{position:absolute; top:0; left:0; height:100%; width:100%; background:linear-gradient(to right, rgba(0,0,0,.5), transparent);}
.hero-text{position:absolute; bottom:35%; left:10%;}
.hero-text h1{border-left:solid 8px #e6403b; padding-left:20px; padding-bottom:25px; font-size:80px; color:#fff; line-height:60px; text-shadow:1px 1px 3px rgba(0,0,0,.8); text-transform:uppercase;}
.hero-text h1 span{font-size:45px; }
.hero-text a{margin-top:40px!important; }

/*---------About Home-------------*/
.flex-100{max-width:1600px; width:100%; margin:0 auto; padding:0 10px; box-sizing:border-box; display:flex; flex-direction:row;}
.flex-50{width:50%; box-sizing:border-box;}
.about-home{padding:150px 40px;}
.about-images{width:100%; position:relative; height:620px; margin:80px 0; box-sizing:border-box;}
.about-images img:first-of-type{position:absolute; width:80%; top:0; height:350px; object-fit:cover; left:0;}
.about-images img:last-of-type{position:absolute; width:80%; bottom:0; right:0; height:350px; object-fit:cover;}
.about-home h2{font-size:50px; text-transform:uppercase; font-weight:700; line-height:40px;}
.about-home h2 span{font-weight:400; font-size:25px;}
.about-home p{font-size:18px; line-height:26px; padding-top:30px;}
.about-home table{max-width:400px; padding:30px 0; display:block;}
.about-home table tr td{padding:15px; box-sizing:border-box; text-transform:uppercase; font-weight:600; }
.about-home table tr td i{color:#fff; background:#e6403b; border-radius:50%; padding:7px 8px; margin-right:10px;}


/*-----------Quick LInks--------------*/
.shop-text{max-width:1600px; width:100%; margin:0 auto; padding:60px 10px; box-sizing:border-box; text-align:center;}
.shop-text h2{font-size:50px; text-transform:uppercase; font-weight:700; line-height:40px;}
.shop-text h2 span{font-weight:400; font-size:25px;}
.qls{max-width:1600px; width:100%; margin:0 auto; padding:0 10px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between;}
.qls a{width:calc(33.33% - 30px); height:600px; margin:15px; position:relative; overflow:hidden;}
.qls a img{width:100%; height:100%; transition:.3s ease; object-fit:cover;}
.gradient{position:absolute; transition:.3s ease; top:0; left:0; width:100%; height:100%; background:linear-gradient(to bottom, transparent 50%, rgba(0,0,0,.8));}
.link-text{position:absolute; bottom:30px; left:30px;}
.link-text h3{font-size:32px; text-transform:uppercase; color:#fff; font-weight:700; line-height:30px;}
.link-text h3 span{font-weight:400; font-size:22px;}
.qls a:hover img{transform:scale(1.1);}
.qls a:hover .gradient{background:rgba(1,69,130,.70);}



.logos{max-width:1600px; width:100%; margin:0 auto; padding:100px 10px 40px 10px; box-sizing:border-box; display:flex; flex-direction:row;}
.logos img{max-width:220px; padding:0 20px; object-fit:contain;}
.logos img:last-of-type{max-width:260px;}


/*-----Contact------*/
.page-top{padding:140px 10px 40px 10px; box-sizing:border-box; max-width:1600px; width:100%; margin:0 auto;}
.page-top h1{font-size:50px; font-weight:700; text-transform:uppercase;}

.contact-info{padding-top:30px}
.contact-info a{font-weight:600; font-size:18px; color:#000; line-height:30px;}
.contact-info a i{padding-right:10px; color:#e6403b;}




/*--------FORM STYLES--------------------*/

.flex-form{width:100%;max-width:1600px; padding-bottom:40px; text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
#formpage label{font-size:18px; font-weight:600; padding-top:15px; padding-left:5px;}

#formpage input, select {padding:14px;border: 1px solid #ccc;color: #777!important;font-size: 14px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;}
.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;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}


#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, #formpage input.submit-button:focus, #submit-btn button{background:#e6403b; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 200px;border:none;height:auto; text-transform:uppercase; font-size:16px; font-weight:600; margin: 0 auto;}

#formpage input.submit-button:hover, #submit-btn button:hover{ cursor:pointer; transition:ease-out .3s; background:#004b8e;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:200px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}


/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background:#004b8e; padding:80px 10px; box-sizing:border-box;}
.footer{max-width:1600px; width:100%; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.footer-left{display:flex; flex-direction:row;}
.foot-col{padding:0 30px; box-sizing:border-box;}
.foot-col p{font-size:22px; text-transform:uppercase; color:#fff; font-weight:700; padding-bottom:30px;}
.foot-col ul li a{color:#fff; font-size:16px; line-height:34px;font-family:'Titillium web', sans-serif;}
.foot-col ul li a:hover{text-decoration:underline;}


/*--------Auction-----------*/
.auctions-page{max-width:1600px; margin:0 auto; width:100%; padding:120px 10px 40px 10px; box-sizing:border-box;}




/*----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: 1250px) {
	.hero-text{left:2%;}
	.flex-100{flex-direction:column-reverse;}
	.flex-50{width:100%;}
	.about-home{padding:40px;}
	.about-images{margin:40px 0;}
	.qls{flex-direction:column;}
	.qls a{height:250px; width:calc(100% - 20px); margin:10px;}
}
@media only screen and (max-width: 1050px) {	
	header .red-btn{display:none;}
}
@media only screen and (max-width: 800px) {	
	.left-top{display:none;}
	
}
@media only screen and (max-width: 650px) {	
	.hero, .hero img{height:700px;}
	.hero-text h1{font-size:50px; line-height:55px;}
	.hero-text h1 span{font-size:30px;}
	.hero-text{bottom:20%;}
	.about-images{height:500px;}
	.about-images img:first-of-type{height:250px;}
	.about-images img:last-of-type{height:250px;}
	.about-home{padding:40px 10px;}
	.about-home h2, .shop-text h2{font-size:30px; line-height:30px;}
	.logos{flex-direction:column; justify-content: center;}
	.logos img{padding:10px 0;}
	.footer{flex-direction:column;}
	.footer-right{padding-top:20px;}
	.page-top h1{font-size:32px; line-height:35px;}
	.about-images img{width:100%!important;}
}


@media only screen and (max-width: 450px) {
	.link-text h3{font-size:28px; }
	.footer-left{flex-direction:column;}
	.foot-col{padding-top:20px; text-align:center;}
	.footer-right a{margin:0 auto;}
	.search-wrapper{display:none;}
	.lang{padding-bottom:17px;}
	.logos img{width:100%;}
	.hero-text h1{font-size:38px; line-height:42px;}
	.hero-text h1 span{font-size:25px;}
	.about-home table tr td{padding:15px 5px; font-size:14px;}
}





