﻿/***** BEGIN RESET *****/
  @import url("https://use.typekit.net/fsv3dvn.css");

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:'Arial', sans-serif;
	overflow-x:hidden;

}
a{text-decoration:none;}
.white-btn{width:140px; display:block; background-color:#fff; color:#000; font-size:15px; font-weight:400; text-align:center; padding:11px; float:right; margin-top:30px; transition:.5s ease-in-out;}
.white-btn span{font-weight:800;}
/*--- HEADER STYLES ---------------------*/
header{width:100%; background-color:#c10230; position:relative;}
.header{width:90%; margin:0 auto; display:flex; flex-direction:row; justify-content:space-between;}
.header-right{width:85%; padding-top:40px;}
.header-top{box-sizing:border-box; width:80%; padding:10px 5% 10px 0px; background-color:#000; position:absolute; top:0; right:0; display:flex; flex-direction:row; justify-content:flex-end;transform:skewX(-15deg); margin-right:-18px;}
.header-top-links{transform:skewX(15deg); padding-right:18px;}
.header-top a{padding: 0 15px; color:#fff; font-size:14px; font-weight:400;}
.header-top a:hover{color:#c10230;}
.logo {width:17%;}
.logo img{max-width:200px; width:100%; padding:10px 0;}
.white-bar{background-color:#fff; padding:10px 0; margin-left:-35%; transform:skewX(-15deg);}



/*---BODY--------------------------------*/
/*----------Hero----------------*/
.hero{width:100%; display:flex; flex-direction:row; box-sizing:border-box; height:620px; justify-content: space-between;}
.hero-left{width:calc(50% - 6px); height:100%; position:relative;}

.hero-large-top-wrapper{width:100%; display:block; height:50%; box-sizing:border-box; margin:8px; background: url("/siteart/daycab-back2.jpg") center center no-repeat; background-size:cover; position:relative;}
a.hero-large-top{width:100%; display:block; height:100%;}
.daycab img{position:absolute; bottom:0px; left:6%; max-width:500px; width:100%; transition:.5s ease-in-out;}
.sleeper img{position:absolute; bottom:0px; left:6%; max-width:500px; width:100%; transition:.5s ease-in-out;}
.truck-img img{position:absolute; bottom:0px; left:0; max-width:330px; width:100%; transition:.5s ease-in-out;}
.large-text{position:absolute; top:7%; right:5%;}
.large-text h1, .large-text h2{font-size:45px; color:#fff; font-weight:800; text-align:right; text-shadow:3px 3px 5px rgba(0,0,0,.8);}

.hero-large-bottom-wrapper{position:relative; width:100%; height:50%;  box-sizing:border-box; margin:8px; background: url("/siteart/sleeper-back.jpg") center center no-repeat;background-size:cover; display:block;}
a.hero-large-bottom{position:relative; width:100%; height:100%; display:block;}


.hero-right{width:50%; height:100%; display:block;}
.hero-right-top, .hero-right-bottom{width:calc(100% - 16px); height:50%; display:flex; flex-direction:row; margin:8px; }

.hero-small-box{width:50%; height:100%; background: url("/siteart/road.png") center center no-repeat; background-size:cover; display:block; margin:0 5px; box-sizing:border-box; position:relative; }

a.hero-small-box{width:100%; height:100%; display:block;}

a.hero-small-box:hover .truck-img img{transform:scale(110%);}
a.hero-small-box:hover .white-btn{background-color:#c10230; color:#fff;}
a.hero-large-top:hover .daycab img{transform:scale(110%);}
a.hero-large-bottom:hover .sleeper img{transform:scale(110%);}
a.hero-large-bottom:hover .white-btn{background-color:#c10230; color:#fff;}
a.hero-large-top:hover .white-btn{background-color:#c10230; color:#fff;}


.scroll-left {height: 100px;	overflow: hidden;position: relative;background: #2e2e2e;width:99.2%; margin:23px auto;}
.scroll-left p {position: absolute;width: 100%;height: 100%;margin: 0;color:#fff;font-size:28px; font-weight:600; text-transform:uppercase;line-height: 100px; text-align: center;transform:translateX(100%);animation: scroll-left 25s linear infinite;}

@keyframes scroll-left {
 0%   {
 transform: translateX(100%); 		
 }
 100% {
 transform: translateX(-100%); 
 }
}



/*--------FORM STYLES--------------------*/
.form-width{width:70%; margin: 0 auto; padding:40px 0;}
.flex-form{width:100%;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:14px 7px;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: 6px 5px;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:#4b4b4b; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 120px;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{ box-shadow:3px 3px 3px #848484;transition:ease-out .3s;}
.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;}


/*-------- FOOTER STYLES ----------------*/
a.top-footer{width:100%; background-color:#000; padding:15px 0; text-align:center; position:relative; display:block; transition:.3s ease; margin-top:20px;}
a.top-footer img{max-width:120px; width:100%; margin:0 auto; }
.careers-text{position:absolute; margin:0 auto; max-width:1400px; width:100%; left:0px; right:0px; bottom:30%; text-align:center;}
.careers-text p{color:#fff;}
.careers-text p.bold{font-size:32px; font-weight:1000;}
a.top-footer:hover{background-color:#c10230;}

footer{width:100%; background-color:#2e2e2e; border-top: 3px solid #c10230; padding:40px 0;}
.footer-wrapper{max-width:1400px; width:100%; display:flex; flex-direction:row; margin:0 auto;}
.foot-col{width:25%; box-sizing:border-box;}
.foot-col p{font-size:18px; text-transform:uppercase; color:#E50339; font-weight:600!important;}
.foot-col ul{padding-top:15px;}
.foot-col ul li a{font-size:14px; color:#fff; font-weight:400; text-transform:uppercase; line-height:24px; transition:.3s ease;}
.foot-col ul li a.location{text-transform:none!important; transition:.3s ease;}
.foot-col ul li{font-size:14px; color:#fff; font-weight:800;text-transform:uppercase;}
.foot-col img{max-width:230px; width:100%;}
.foot-col a:hover{color:#c10230;}

.red-footer{width:100%; text-align:center; background-color:#c10234; padding:10px 0;}
.red-footer p, .red-footer a{color:#fff; transition:.3s ease; font-size:13px;}
.red-footer a:hover{color:#000;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-content{max-width:1400px!important;}

.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: #c1023c!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: #c10230 !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: #000 !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: 1700px) {
	.large-text h1, .large-text h2{font-size:35px;}
}
@media only screen and (max-width: 1350px) {	
	.hero{flex-direction:column; height:1200px;}
	.hero-left{width:calc(100% - 20px); margin-bottom:15px; margin-left:5px;}
	.hero-right{width:100%;}
	.daycab img, .sleeper img{max-width:450px;}
}
@media only screen and (max-width: 1100px) {	
	.logo{width:19%;}
	.header-top{width:78%;}
	.foot-col img{max-width:200px;}
	
}
@media only screen and (max-width: 1000px) {	
	.white-bar, .header-top{display:none;}
	.header{width:100%;}
	.header-right{padding-top:0; width:auto;}
	.logo{margin-left:5%; margin-right:10px; width:auto;}
	.footer-wrapper{flex-wrap:wrap;}
	.foot-col{width:40%; padding:15px 30px; margin:0 auto;}
	
}
@media only screen and (max-width: 800px) {	
	.hero-right-top, .hero-right-bottom{flex-direction:column; margin:2px 8px;}
	.hero{height:1600px;}
	.hero-small-box{width:100%; margin:5px 0;}
	.hero-left{height:60%;}
}

@media only screen and (max-width: 660px) {
	.daycab img, .sleeper img{max-width:350px; left:0%;}
	.foot-col{width:50%;}
	.footer-wrapper{padding-bottom:80px;}
	a.top-footer{padding:25px 0;}
	.careers-text p.bold{font-size:24px;}
	.careers-text p{font-size:14px;}
}

@media only screen and (max-width: 480px) {
	.daycab img, .sleeper img{max-width:300px; left:0%;}
	.large-text h1, .large-text h2{font-size:28px;}
	.hero{height:1750px;}
	.truck-img img{max-width:260px;}
	.white-btn{margin-top:10px;}
	#menu-button{width:120px!important;}
	.scroll-left p{font-size:22px;}
	.foot-col{width:100%; text-align:center;}
	.foot-col .logo{margin:0 auto;}
	.scroll-left p {;animation: scroll-left 15s linear infinite; width:1000px;}
	
	
}
@media only screen and (max-width: 320px) {
	#menu-button{width:100px!important;}
	#menu-button a{padding-top:15px;}
	a.top-footer{padding:45px 0;}
	
	
	
}


