﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;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;
}

/*-------- BODY STYLES --------*/

body {
	font-family:'Roboto', sans-serif;

}
a{text-decoration:none;}

 a.red-btn{ margin-top:40px; color:#fff; display:block; padding:10px; text-align:center; width:140px;background: #000; border:solid 1px #000; transition: .3s ease;}
a.red-btn:hover{background-color:transparent; border:solid 1px #d22630; color:#d22630;}
/*--- HEADER STYLES ---------------------*/
.top-wrapper{width:100%; padding:10px 0; background-color:#E4E4E4;}
.top-header{width:90%; margin:0 auto; display:flex; flex-direction:row; justify-content:flex-end;}
.top-header a{color:#000; padding:0 15px; box-sizing:border-box; font-size:15px; }
.top-header a span{font-weight:500;}
.top-header a:hover{color:#d22630;}

header{width:90%; display:flex; flex-direction:row; justify-content:space-between; margin:0 auto;}
.logo{max-width:220px; }
.logo img{width:100%;}
/*---BODY--------------------------------*/

/*-------------Slideshow------------------*/
.cycle-slideshow{max-width:100%; position:relative;}
.slider-back{position:relative;}
.slider-back img{height:100%; width:100%;z-index:-10;}
.cycle-slide{position:relative; width:100%;}
.slide-cap-back{position:absolute;top:0%;left:0%;width:35%; background-color:rgba(21,21,21,0.65);color:#fff;height:99.5%;z-index:120;}
.slide-caption{position:absolute; bottom:35%; left:15%;}
.slide-caption h1{font-size:65px;text-transform:uppercase;font-weight:800; line-height:55px; text-shadow:3px 3px 6px rgba(0,0,0,.8);}


/*--------Quick Links-------------*/
.browse{width:100%; text-align:center; background-color:#888b8d; padding:10px 0; margin-top:-5px;}
.browse h2{font-size:30px; font-weight:800; color:#fff;}

.qls{width:100%; margin:0 auto; display:flex; flex-direction:row;}
.qls a{width:33.33%; box-sizing:border-box; margin: 0 2px; position:relative; height:330px; background-color:#ff1a03;}
.ql{width:100%; height:100%;}
.ql img{width:100%; filter: brightness(40%); height:100%; object-fit:cover; transition:.3s ease;}
.ql p{text-transform:uppercase; position:absolute; text-align:center; width:100%; bottom:40%; color:#fff; font-weight:800; font-size:30px;}
.qls a:hover .ql img{opacity:.4; filter:brightness(100%);}

/*-----------About -----------------*/
.about{width:90%; display:flex; flex-direction:row; margin:100px auto; background:#e4e4e4; padding:50px; border-radius:15px; box-sizing:border-box;}
.about-left{width:50%; padding:20px; box-sizing:border-box;}
.about-right{width:50%;}
.about-left h3{font-size:40px; font-weight:800; color:#000; line-height:35px; padding-top:40px; padding-bottom:20px;}
.about-left p{width:80%; line-height:24px; font-size:17px;}
.about-left h3 span{font-size:18px; font-weight:600;}

.about-img{width:100%; margin:0 auto; height:550px;}
.about-img img{width:100%; box-sizing:border-box; border-radius:15px; height:100%; object-fit:cover;}


.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*-------Contact-----------*/
.width{width:90%; margin:0 auto; padding:40px 20px; box-sizing:border-box;}
.width a.red-btn{display:block;}
.width h2{font-size:26px; font-weight:600; text-transform:uppercase;}


.page-top{width:100%; text-align:center; padding:120px 0; background:url("/siteart/row-of-trucks.jpg") no-repeat center; }
.page-top h1{font-size:45px; color:#fff; font-weight:800; text-transform:uppercase; text-shadow:3px 3px 6px rgba(0,0,0,.8);}
.contact{width:90%; margin:0 auto; display:flex; flex-direction:row; padding:40px 0;}
.contact-left{width:70%;}
.contact-right{width:30%; padding-top:50px;}
.contact-right h3{font-size:25px; font-weight:700; padding-bottom:20px; text-transform:uppercase; color:#000;}
.contact-right a{font-size:16px; color:#000; padding:5px 0; display:block; transition:.3s ease;}
.contact-right a span{font-weight:600;}
.contact-right a:hover{color:#ff1a03;}

/*--------Warranty-----------*/
.warranty-page .warranty-logo {filter: drop-shadow(0px 0px 5px #000000); width: 90%; max-width: 250px;}
.warranty-page a.red-btn {width: 200px;}

/*--------Thank you-----------*/
.thankyou {width:90%; margin:0 auto; padding:100px 0;}
/*--------FORM STYLES--------------------*/
.flex-form h2{padding-bottom:15px; color:#000; text-transform:uppercase;}
.flex-form{width:90%;text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
.form-background{width:100%;margin: 0 auto;}
#formpage input, select {padding:20px 15px;border: 1px solid #ccc;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: 10px 15px;border: 1px solid #ccc!important;color: #000;font-size: 16px;background: #fff;width: 100%;height: 100px;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:#000; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 140px;border:solid 1px #000;height:auto; font-size:16px; font-weight:500; margin: 0 auto;}
#formpage input.submit-button:hover, #submit-btn button:hover{background-color:transparent; cursor:pointer; border:solid 1px #d22630; color:#d22630!important;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:140px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}


/*-------- FOOTER STYLES ----------------*/
footer{width:90%; margin:0 auto; display:flex; flex-direction:row; justify-content:flex-start; padding:80px 0; flex-wrap:wrap;}
.footer-col{width:350px; padding:10px 0;}
.footer-col a img{max-width:240px; padding-bottom:20px;}
footer a{color:#000; transition:.3s ease;}
footer a:hover{color:#ff1a03;}
.footer-col p{font-size:16px; font-weight:700; padding-bottom:15px;}
.footer-col ul li{line-height:28px;}
p.truck-paper{font-weight:400;}



.cf{border-top:1px solid #000; padding-top:40px!important;}
.body-content{margin-top:40px!important;}
/*----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: #000 !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: #000 !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: #d22630 !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: 1650px) {
	.slide-caption h1{font-size:55px; line-height:50px;}
	.slide-caption{bottom:25%;}
}
@media only screen and (max-width: 1350px) {
	.slide-cap-back{width:45%;}
	.slide-caption h1{font-size:50px; line-height:45px;}
	.slide-caption{bottom:18%;}
}
@media only screen and (max-width: 1250px) {
	.about{flex-direction:column;}
	.about-left{width:100%;}
	.about-right{width:100%; margin:20px auto;}
	.about-img{height:400px;}
	.about-left h3{padding-top:0;}
	.about-left{padding-bottom:50px;}
}
@media only screen and (max-width: 1000px) {	
	.slide-cap-back{width:100%;}
	.cycle-slideshow{height:350px;}
	.cycle-slide{height:100%;}
	.slider-back{height:100%;}
	.slider-back img{height:100%; object-fit:cover;}
	.slide-caption{left:5%;}
	.contact{flex-direction:column;}
	.contact-left, .contact-right{width:100%;}
	.flex-form{width:100%;}
}

@media only screen and (max-width: 900px) {
	.qls{flex-direction:column; height:auto;}
	.qls a{width:100%; height:150px; margin:2px 0;}
	.about-left p{width:100%;}
	.page-top h1{font-size:30px;}
}

@media only screen and (max-width: 650px) {	
	.slide-caption h1{font-size:40px; line-height:38px;}
	.top-wrapper{display:none;}
	.about-right{width:100%;}
	.about-img {height:330px;}
	.browse h2{font-size:25px;}
	.flex-row{flex-direction:column;}
	.form-half{width:100%;}
	.about{padding:25px;}
	.about-left{padding:0 0 20px 0; }
	.about-left h3{font-size:30px;}
}

@media only screen and (max-width: 380px) {
	.footer-col{max-width:250px; padding:10px 0;}
	.slide-caption h1, .page-top h1{font-size:30px; line-height:28px;}
	.about-img{height:280px;}
}





