﻿/***** BEGIN RESET *****/

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;  
} 

html {
  scroll-behavior: smooth;
}
/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
textarea:focus, input:focus{
    outline: none;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/
body {font-family: "cofo-sans-variable", sans-serif;font-variation-settings: "slnt" 0, "wght" 400;overflow-x: hidden; }

h1,h2,h3,h4,h5,h6 {font-family: "roboto-condensed", sans-serif;}

p {font-family: "cofo-sans-variable", sans-serif; font-variation-settings: "slnt" 0, "wght" 400;font-size: 18px;line-height: 1.25;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}

hr {
    border: none;
    background: #000;
    opacity: .1;
    height: 15px;
    width: 75px;
    margin: 0px 0 15px 0;
}

hr.long-border {
    border: none !important;
    background: #000 !important;
    opacity: .05 !important;
    height: 1px !important;
    width: 100% !important;
}

/*--- HEADER STYLES ---------------------*/
header {}
.logo a {
    display: flex;
}
.logo img{max-width: 100%;width: 220px;}
.flex-head {justify-content: space-between;}
.navwrap,.flex-head {align-items: center;}
.social-icon a {background: #781214;color: #fff;height: 40px;width: 40px;display: flex;align-items: center;justify-content: center;transition: .3s all;}

.social-icon a:hover{background: #fff;color: #781214}
.navwrap {
    gap: 20px;
}

/* slideDown */
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: none; } }
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translate3d(0, -100%, 0); }
  100% {
    -moz-transform: none; } }
@-o-keyframes slideDown {
  0% {
    -o-transform: translate3d(0, -100%, 0); }
  100% {
    -o-transform: none; } }
@keyframes slideDown {
  0% {
    transform: translate3d(0, -100%, 0); }
  100% {
    transform: none; } }

.u--slideDown {
  -webkit-animation: slideDown 1s;
  -moz-animation: slideDown 1s;
  -o-animation: slideDown 1s;
  animation: slideDown 1s; }
/* fadeIn */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.u--fadeIn {
  -webkit-animation: fadeIn 1s ease-in;
  -moz-animation: fadeIn 1s ease-in;
  -o-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in; }

/*---BODY--------------------------------*/
.black-bg {background: #000;}
.red-txt {color: #781214 !important;}
.wid90{width: 90%; margin: 0 auto;}
.wid80{width: 80%; margin: 0 auto;}
.flex-container {display: flex;}
.grid-container {display: grid;}
.center {text-align: center;}
#pad-l, .pad-l {padding-top: clamp(15px, 5%, 30px);padding-bottom: clamp(15px, 5%, 30px);}
#pad-xl, .pad-xl {padding-top: clamp(30px, 5%, 60px);padding-bottom: clamp(30px, 5%, 60px);}
.page-wid {max-width: 1400px;width: 90%;margin: 0 auto;}
/*--------HERO STYLES--------------------*/
.hero{margin-bottom: 5px;margin-top: 5px;}
.hero-txt {
    display: flex;
    align-items: center;
}
.hero-img, .hero-txt {flex-basis: 50%;}
.hero-img {display: flex;}
.hero-img img {width: 100%;height: 100%;object-fit: cover;}
.hero-txt h1 {
    font-weight: 900;
    font-size: 48px;
    line-height: 1.25;text-transform: uppercase;
}
.hero-txt h1 span {
    font-weight:500;
    font-size: 32px;
    line-height: 1.25;display: block;
}



.inventory-banner {
    background-image: linear-gradient(0deg, rgba(120,18,20,.85) 0%, rgba(120,18,20,.85) 100%),url(/siteart/background-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	margin-bottom: 5px;
      }

.inventory-banner .flex-container {align-items: center;width: 90%;margin: 0 auto;}
.banner-txt {flex-basis: 50%;}
.banner-txt h2 {
   font-weight: 800;text-transform: uppercase;
    font-size: 48px;
    line-height: 1.25;
    color: #ffff;
}


.banner-txt h2 span {    font-weight:500;
    font-size: 32px;
    line-height: 1.25;display: block;}

.banner-txt p {color: #fff;}
.truck-cutout {
   flex-basis: 50%;
}
.truck-cutout img {
    max-width: 100%;
    width: 100%;
}

.truck-search {color: #fff;}
.truck-search h2 {   font-weight: 600;
    font-size: 36px;
    line-height: 1;
    color: #ffff;}

.truck-search .flex-container {
    align-items: center;
    justify-content: space-between;gap: 15%;
}
.search-form, .search-txt {
    flex: 1;
}
.search-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 3px;
    padding: 0 10px;
}
.search-wrap input[type="text"] {
	padding: 10px;
	font-family: "cofo-sans-variable", sans-serif;
	color: #aaa;
	font-size: 16px;
	background:#fff;
	line-height: 1.25;
	box-sizing: border-box;border: none;
	flex: 1;
}

.search-wrap input[type="text"]:focus {
	border: 1px solid #eaeaea;
	border-radius:2px
}

.search-wrap button {
    background: transparent;
    border: none;
    font-size: 18px;
    opacity: .5;transition:.3s all;cursor: pointer;
}
.search-wrap button:hover {opacity: 1;}

.grid-cats {grid-template-columns: repeat(3, 1fr);gap: 40px;grid-auto-rows: minmax(100px, auto);text-align: center;}
.cat img {max-width: 220px; width: 100%;}
.cat-wrap {padding: 10px;border: 1px solid #e8e8e8;position: relative;}
.cat h3 {margin-top: 10px;font-weight: 900;font-size: 22px;color: #781214;transition: .3s all;text-transform: uppercase;}
.cat a .cat-wrap {transition: .4s ease;}
.cat a:hover .cat-wrap {box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;}
.cat a:hover .cat h3 {color: #000 !important;}
.cat h3 span {display: block;font-weight:500;font-size: 18px;}
.red-box {background:#781214;height: 40px;width: 40px;color: #fff; font-size: 16px;display: flex;align-items: center;justify-content: center;position: absolute; top:0; right: 0; transition: .3s all;}
.cat a:hover .red-box {background: #111 !important;}
.center.wid90.all-trucks {padding-top: clamp(30px, 5%, 60px);text-transform: uppercase;font-size: 22px;font-family: "roboto-condensed", sans-serif;font--weight: 600}
.all-trucks a {color: #000;}
.all-trucks a i {opacity: .25;}

.half-flex {flex: 1; flex-basis: 50%;}
.map {position: relative}
.map iframe {position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;}
.contact-half {background: #f2f2f2}
.contact-half h2,.contact-page h1 {margin-bottom: 20px;text-transform: uppercase;font-size: 36px;line-height: 1.25;}
.contact-half h2 span,.contact-page h1 span {text-transform: uppercase;font-weight: 500;font-size: 26px;line-height: 1.25; display: block; }
.contact-wrap {width: fit-content;color: #000;display: flex;gap: 10px;align-items: center;margin-bottom: 20px;}
.red-icon {background: #781214;color: #fff;height: 40px;width: 40px;min-width: 40px;display: flex;align-items: center;justify-content: center;transition: .3s all;}

.contact-wrap:last-child {margin-bottom: 0 !important}
/*--_CONTACT PAGE----*/
.sub-page .flex-container {gap: 5%;}
.sub-page .flex-container .contact-info, .sub-page .flex-container .mapwrap {
    flex: 1;
}
.maphold {position: relative;height: 200px;}
.maphold iframe {
    height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/*--------BUTTONS STYLES--------------------*/
.red-btn {padding:15px 30px;border: none;margin-left: 8px;    border-radius: 3px;background: #781214;color: #fff;font-family: "roboto-condensed", sans-serif;font-weight: 900;text-transform: uppercase;font-size: 16px;cursor: pointer;}
.black-btn {padding:15px 30px;border: none;margin-left: 8px;    border-radius: 3px;background: #000;color: #fff;font-family: "roboto-condensed", sans-serif;font-weight: 900;text-transform: uppercase;font-size: 16px;cursor: pointer;}
.white-btn {padding:15px 30px;border: none;margin-left: 8px;    border-radius: 3px;background: rgba(255,255,255,0.50);color: #fff;font-family: "roboto-condensed", sans-serif;font-weight: 900;text-transform: uppercase;font-size: 16px;cursor: pointer;}
/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border:#721011 solid 2px;
	 top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
     border-radius: 3px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.red-btn.hvr-outline-out:before {border:#781214 solid 2px;}
.white-btn.hvr-outline-out:before {border:rgba(255,255,255,0.50) solid 2px;}
.black-btn.hvr-outline-out:before {border:#000 solid 2px;}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*-------- FOOTER STYLES ----------------*/
footer{}


footer .flex-container {justify-content: space-between;color: #fff;}
.foot-logo img {
    max-width: 200px;
    width: 100%;
}
.foot-col {
    flex-basis: 25%;
}
footer .flex-container a {color: #fff;}
.flex-container.flex-socials {gap: 10px;justify-content: flex-start;}
span.foot-title {
    margin-bottom: 18px;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.25;text-transform: uppercase;
    font-family: "roboto-condensed", sans-serif;margin-bottom: 10px;display: block;
}
.foot-nav ul {
    line-height: 2;
    font-size: 16px;
}

.flex-list {display: flex; justify-content: space-between;}
.flex-list span {flex: 1;}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inventory-pg,.faceted-search-content .faceted-section-head,.list-content .listing-description,.faceted-search-content .selected-facets-container .selected-facet,.list-content .list-error-container .info button:not(.login-button) {font-family: "cofo-sans-variable", sans-serif !important; font-weight: 400 !important;}
.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.list-top-section .list-title .list-title-text,.list-content .list-listing-title-link,.list-content .list-listing .dealer-name,.list-content .price-container .price,.list-content .listing-portion-title,.list-top-section .list-title .list-listings-count,.detail__title{
    font-family: "roboto-condensed", sans-serif !important;
    font-weight: 800 !important;
	}
.list-top-section .list-title .list-listings-count {color: #781214 !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i,.list-top-section .list-title .list-listings-count{color:#781214 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a,.list-content .list-error-container .info button:not(.login-button) {background:#781214 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #781214 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #781214 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
.list-content .list-error-container .info .selected-facet {background: transparent !important;border: none !important;}
.list-content .list-error-container .info .selected-facet button {
    padding: 5px !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 14px !important;
}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1400px) {
	.banner-txt h2,.hero-txt h1{font-size: 40px;}
	.hero-txt h1 span,.banner-txt h2 span {font-size: 28px;}
	.hero-txt .wid80,.half-flex .wid80 {width: 90%;}
}
@media only screen and (max-width: 1200px) {
	.truck-search .flex-container,.inventory-banner .flex-container {gap: 20px;}
}
@media only screen and (max-width: 1145px) {
	p{font-size: 16px;}
	.truck-cutout{display: none;}
	
	.banner-txt {flex-basis: 100% !important;}
	.banner-txt h2, .hero-txt h1,.contact-half h2, .contact-page h1 {
    font-size: 32px;
}
	
	.hero-txt h1 span,.banner-txt h2 span,.contact-half h2 span, .contact-page h1 span {font-size: 24px;}
	
	.contact-home .flex-container {flex-wrap:wrap;}
	.half-flex {flex-basis: 100%;}
	
	.contact-half {order: -1;}
	.map {height: 300px;}
	.truck-search h2 {font-size: 28px;}
	.foot-col {
    flex-grow: 1;
}
	#pad-l.inventory-banner{padding-top: clamp(30px, 5%, 60px) !important;padding-bottom: clamp(30px, 5%, 60px) !important;}
}


@media only screen and (max-width: 1100px) {
	.grid-cats {gap: 20px;}
	.sub-page .flex-container {flex-wrap:wrap;gap: 30px;}
	.sub-page .flex-container .contact-info, .sub-page .flex-container .mapwrap {flex-basis: 100%;}
}

@media only screen and (max-width: 900px) {
	footer .flex-container {flex-wrap:wrap;gap: 30px;}
	.foot-col {flex-basis: 100%;}
	.foot-col:first-of-type {order: 3;}
	.hero,.truck-search .flex-container {flex-wrap:wrap;}
	.hero-img,.hero-txt,.search-form, .search-txt {flex-basis: 100%;}
	.hero-txt {order: -1;}
}

@media only screen and (max-width: 830px) {
	.grid-cats {grid-template-columns: repeat(2, 1fr);}
	.flex-head {padding: 10px 0;gap: 5%}
	.logo img {width: 200px;}
}

@media only screen and (max-width: 500px) {
	.grid-cats {grid-template-columns: repeat(1, 1fr);}
	
	.truck-search h2 {font-size: 22px !important;text-align: center;}
}
@media only screen and (max-width: 420px) {
	.foot-nav ul {flex-wrap:wrap;}
	.foot-nav ul span {flex-basis: 100%;}
	.banner-txt h2, .hero-txt h1, .contact-half h2, .contact-page h1{font-size: 28px;}
	.hero-txt h1 span, .banner-txt h2 span, .contact-half h2 span, .contact-page h1 span {font-size: 18px;}
	.flex-container.flex-socials {justify-content: center;}
	.foot-col {text-align: center;}
}






