﻿/***** 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;  
} 

/*-------- 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 {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.hero{
    padding-bottom: 40%;
    background: url(/siteart/hero.jpg) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	margin-bottom: -45px;
}

.hero.short{
    padding-bottom: 0%;
	margin-bottom: 0;
}

.header{
	background: rgba( 255, 255, 255, 0.5);
	color: #104f78;
	font-family: bebas-neue-pro, sans-serif;
	font-style: normal;
}
.header .logo{
	position: absolute;
	left: 5%;
	z-index: 401;
	top: 20px;
}
.top-header{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	padding: 30px 10px 20px;
	position: relative;
}
.top-header a{
	color: #104f78 !important;
	font-size: 30px;
	padding-left: 30px;
	position: relative;
	opacity: 1;
	-moz-transition: ease-in all 0.2s;
	-o-transition: ease-in all 0.2s;
	-webkit-transition: ease-in all 0.2s;
	transition: ease-in all 0.2s;
}
.top-header a:hover{
	opacity: 0.7;
}
.top-header h1{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	letter-spacing: 4px;
}

.banner{
	background: #000;
	color: #fff;
	
	font-family: bebas-neue-pro, sans-serif;
	text-transform: uppercase;
	text-align: center;
	
	font-size: 24px;
	line-height: 60px;
	padding: 0 20px;
	display: block;
    font-weight: 700;
    letter-spacing: 4px;
}
/*---BODY--------------------------------*/

.wrapper{
	padding: 0 5%;
	position: relative;
}
.wrapper-inv{
	max-width: 1140px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 10px 0;
	position: relative;
}
.verticalpad{
	padding: 50px 0;
}
.light{font-weight: 300 !important;}

.pattern-dots{
	position: absolute;
	top: calc(100% - 30px);
	bottom: -30px;
	left: 5%;
	right: 5%;
	background: url("/siteart/dots.png") center center repeat;
	background-size: 12px;
	z-index: 100;
}

.bg-white{
	background: #fff;
	color: #000;
	font-family: bebas-neue-pro, sans-serif;
	font-style: normal;
}
.bg-black{
	background: #000;
	color: #fff;
	font-family: bebas-neue-pro, sans-serif;
	font-style: normal;
}
.heading{
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 6px;
	font-weight: 700;
}
.heading-small{
	font-size: 36px;
	letter-spacing: 6px;
	font-weight: 700;
}
.subheading{
	font-size: 36px;
	letter-spacing: 6px;
	font-weight: 300;
}
.bg-black p, .bg-white p{
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 24px;
}
.bg-black a:not(.cta){
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.extra-space{
	letter-spacing: 3px !important;
}
.bg-black ul li a{
	left: 30px;
	position: relative;
	line-height: 30px !important;
	letter-spacing: 3px !important;
	display: block;
    padding-right: 20px;
	
	width: calc(90% - 20px);
}

.bg-black ul li i{
	position: absolute;
	left: -30px;
	text-align: center;
	width: 20px;
	top: 5px;
}

.bg-white p{
	font-weight: 400;
}

.bg-blue{
	background: #104f78;
	color: #fff;
	font-family: bebas-neue-pro, sans-serif;
	font-style: normal;
}

.cta{
	background: #fff;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 4px;
	padding: 15px 60px;
	font-family: bebas-neue-pro, sans-serif;
	font-style: normal;
	-moz-transition: ease-in all 0.2s;
	-o-transition: ease-in all 0.2s;
	-webkit-transition: ease-in all 0.2s;
	transition: ease-in all 0.2s;
}
.cta.blue{
	background: #104f78;
	color: #fff;
}
.cta.blue:hover{
	color: rgba(255,255,255, 0.7);
}
.cta:hover{
	color: rgba(0,0,0, 0.7);
}


.scrolling-wrap {
    display: flex;
}
.scrolling-wrap iframe {
    width: calc(100% - 350px);
}
.scrolling-wrap .cta{
	text-align: center;
    height: 60px;
    line-height: 60px;
	font-size: 30px;
}

.flex{
	display: flex;
}
.flex-wrap{
	flex-wrap: wrap;
}

.col-left{
	width: 55%;
}
.col-right{
	width: 40%;
	margin-left: 5%;
}
.col-img{
	background: url('/siteart/copy-img.jpg') center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.about-img{
	background: url('/siteart/about-img.jpg') center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.location-img{
	background: url('/siteart/trucks-img.jpg') center 80%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.thanks-img{
	background: url('/siteart/thanks-img.jpg') center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

/* CONTACT */

.col-right.bg-black ul li:first-of-type a{
	line-height: 24px !important;
	margin-bottom: 20px;
}

/* Inventory Layout Credit Application Button Styles */
.creditappbtns {
	display:flex;
	flex-direction:row;
	justify-content: flex-end;
	background-color: #000;
	padding: 20px 5% 20px 25%;
}
.creditappbtns a {
	display:flex;
	padding: 10px 25px;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.creditappbtns a:last-of-type {
	margin: 0 0 0 40px;
}

/*--------FORM STYLES--------------------*/

.custom-form{
	font-family: bebas-neue-pro, sans-serif;
	font-style: normal;
}
.custom-form input{
	font-family: bebas-neue-pro, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 0 !important;
	border: none !important;	
	
	background: #eee;
	color: #000;
	margin-bottom: 10px;
	width: 95%;
	font-size: 16px;
	letter-spacing: 3px;
	
	outline: none !important;
}
.custom-form textarea{
	font-family: bebas-neue-pro, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 0 !important;
	border: none !important;
	resize: vertical;
	
	background: #eee;
	color: #000;
	width: 95%;
	font-size: 16px;
	letter-spacing: 3px;
	
	height: 100px;
	
	outline: none !important;
}
.custom-form button{
	outline: none !important;
	border: none !important;
	appearance: none !important;
	cursor: pointer;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
	
}
.CaptchaPanel{
	    text-align: left!important;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{
	padding: 10px;
	font-size: 24px;
	text-transform: uppercase;
}


.footer a{
	letter-spacing: 3px;
	color: #fff !important;
	float: left;
	padding-right: 30px;
	
	-moz-transition: ease-in 0.2s all;
	-o-transition: ease-in 0.2s all;
	-webkit-transition: ease-in 0.2s all;
	transition: ease-in 0.2s all;
	font-size: 24px;
}
.footer a:hover{
	color: rgba(255,255,255,0.7) !important;
}

.footer p{	
	letter-spacing: 3px;
	color: #fff;
	float: right;
	font-size: 24px;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


#inv{padding: 60px 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.fa-solid):not(.material-icons){font-family: bebas-neue-pro, sans-serif!important; letter-spacing: 1px;} /* Reset font, ignore icons */
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#inv h1, #inv h2, #inv h3, #inv h4, #inv h5, #inv h6, #inv h1 *, #inv h2 *, #inv h3 *, #inv h4 *, #inv h5 *, #inv h6 *{
	text-transform: uppercase!important; letter-spacing: 3px !important;
}


.media-buttons {
    margin-top: 0 !important;
}
.lower-detail-data-right {
    font-size: 16px !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;}

span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    left: 6px !important;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#104f78 !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 {background:#104f78 !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{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 {color: rgba(255,255,255,0.7);}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #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 {color: rgba(255,255,255,0.7) !important;}

.list-content .list-title .list-listings-count, .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;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #104f78 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {color: rgba(255,255,255,0.7)!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}






/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 1024px) {	
	.show-sm{
		display: none !important;
	}
	
	.wrapper-lg{
		padding: 0 5%;
		position: relative;
	}
}
@media only screen and (max-width: 1023px) {
	.hide-sm{
		display: none !important;
	}
	.hero{padding-bottom: 440px;}
	
	
	.col-left{
		width: 100%;
	}
	.col-right{
		width: 100%;
		margin: 0;
	}
	
	.footer{
		padding: 30px 10px;
	}
	.footer .wrapper{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.footer .wrapper a{
		padding-bottom: 30px;
	}
	.wrapper-sm{
		padding: 0 5%;
		position: relative;
	}
	
	.creditappbtns {
		display:flex;
		flex-direction:column;
		align-items:flex-end;
	}
	.creditappbtns a {
		width: auto;
		margin: 10px 0;
	}
}

@media only screen and (max-width: 767px) {
	.scrolling-wrap{
		flex-direction: column;
	}
	.scrolling-wrap .cta{
		padding: 15px 0;
		flex-direction: column;
	}
	.scrolling-wrap iframe{width: 100%;}
	
	.top-header a{
		font-size: 24px;
		padding: 0;
	}
	
	.top-header .icons-grp{
		display: flex;
		justify-content: space-between;
		width: 40%;
		max-width: 120px;
	}
	
	
	.heading{
		font-size: 48px;   
		line-height: 48px;
		letter-spacing: 4px;
	}
	
	.subheading{
		font-size: 30px;   
		line-height: 36px;
	}
	

}






