﻿/***** 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:#555 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.header{background: #000; padding: 30px;}

.logo {
    padding-right: 40px;
    vertical-align: middle;
}
.logo.lg {
    margin: -10px 0;
}

.logo:last-of-type {
	padding-right: 0 !important;
}
.logo img{max-width: 100%;}
.logo-grp{
	display: inline;
}
/*---BODY--------------------------------*/

.right{float: right;}
.left{float: left;}

.top {padding: 10px; background: #ff7c00; position: relative;}
.top.blue {background: #1d89e4;}
.top a{text-transform: uppercase; font-family: epilogue, sans-serif; color: #000; font-size: 14px; font-weight: 500;}

.heading{font-family: epilogue, sans-serif; font-size: 36px; line-height: 48px; text-transform: uppercase; font-weight: 900;}
.heading .lg{font-family: epilogue, sans-serif; font-size: 48px; line-height: 44px;}
.hero .heading .lg{font-family: epilogue, sans-serif; font-size: 72px; line-height: auto;}

.banner-img{
	max-height: 300px;
	overflow: hidden;
	position: relative;
	padding-bottom: 20%;
}

.banner-img img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.orange-underline{
	padding-bottom: 30px;
	position: relative;
}
.orange-underline:after{
    content: '';
    bottom: 0;
    max-width: 200px;
    width: 80%;
    height: 4px;
    background: #ff7c00;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.wrapper{
	padding: 0 5%;
}
.vpad{padding: 7% 0; position: relative;}

.hero{
	background: url("/siteart/hero.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 7% 0;
	position: relative;
}
.bg-gradient{
    background: linear-gradient(to right, rgba(0,0,0,0.85), transparent);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.hero-text{max-width: 500px; width: 100%; font-family: epilogue, sans-serif; font-size: 14px; line-height: 24px; color: #fff; position: relative;}
.hero-text .heading{ color: #ff7c00;}
.hero-text p{ margin: 40px 0;}


.cta{
	color: #000; 
	border-color: #000;
	font-family: epilogue, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px; 
	padding: 15px;
	text-align: center;
	display: block;
	max-width: 220px;
	width: 100%;
	border: solid 1px !important;
    line-height: 14px;
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
	appearance: none !important;
	border-radius: 0 !important;
	background: none !important;
	cursor: pointer;
}
.cta:hover{
	color: #ff7c00 !important; 
	border-color: #ff7c00 !important;
}

.bg-white{font-family: epilogue, sans-serif; position: relative;}

.bg-white p{font-size: 14px; line-height: 30px;}

.bg-state{
    background: url("/siteart/state.jpg") top right;
    position: absolute;
    top: 12%;
    right: 10%;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    padding: 5%;
    background-size: 300px;
}

.hero .cta{color: #fff; border-color: #fff;}

.center{text-align: center;}

.center .cta{margin: 0 auto;}

/* CATEGORIES */

.categories{
	border-top: solid 10px #ff7c00;
	border-bottom: solid 10px #ff7c00;
	display: flex;
}
.categories a{
	padding: 5%;
	width: 50%;
	box-sizing: border-box;
	border: solid 1px #000;
	position: relative;
	background: #000;
}
.categories a:hover > div{
	opacity: 0.66;
	background-size: 105% auto;
}
.bg-new{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("/siteart/new-trucks.jpg") center left;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	
	opacity: 0.5;
	transition: ease all 0.4s;
}
.bg-used{	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("/siteart/used-trucks.jpg") center left;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	opacity: 0.5;
	transition: ease all 0.4s;
}
.categories h3{
	color: #ff7c00;
	font-family: epilogue, sans-serif;
	text-transform: uppercase;
	font-size: 72px;
	line-height: 60px;
	font-weight: 900;
	position: relative;
	transition: ease all 0.33s;
}
.categories a:hover h3{
	color: #fff;
	
}
/*--------FORM STYLES--------------------*/

.custom-form .flex{display: flex; margin: -1%; justify-content: center;}
.custom-form input{width: 100%; font-family: epilogue, sans-serif; margin: 1%; padding: 10px; box-sizing: border-box;}
.custom-form textarea{resize: vertical; height: 200px; width: 98%; font-family: epilogue, sans-serif; margin: 1%; padding: 10px; box-sizing: border-box;}


.CaptchaAnswerPanel, .CaptchaPanel {padding-left: 0!important; padding-right: 0!important;}


/* HAMMERSMITH BELGIANS */

.belgian-gallery{
	display: flex;
	flex-wrap: wrap;
}
.belgian-gallery img{
	width: 46%;
	margin: 2%;
	filter: grayscale(1);
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.belgian-gallery img:last-of-type{
	width: 96%;
	margin: 2%;
	filter: grayscale(1);
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.belgian-gallery img:hover{
	filter: grayscale(0);
}
/*-------- FOOTER STYLES ----------------*/
footer{}


.footer{
	background: #000;
	font-family: epilogue, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	padding: 35px 0;
}
.footernav ul{
	display: flex;
	justify-content: space-between;
	line-height: 30px;
}
.footernav ul li a{
	padding: 20px;
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
}
.footernav ul li a:hover{
	color: #ff7c00;
}
.footer a{color: #fff;}

.footerlogos{
	display: flex;
	justify-content: space-around;
	padding: 70px 0 30px;
	align-content: center;
	align-items: center;
}
.footerlogos a img{
	vertical-align: middle;
	padding: 20px;   
    margin: 0 auto;
    display: block;
}

.footertext{
	background: #2a2a2a;
	color: #fff;
	font-family: epilogue, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	padding: 35px 0;
}
.footertext a{
	color: #fff;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.scrolling-wrap{height: 89px; overflow: hidden;}

#inv{padding: 7% 0;}
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: epilogue, sans-serif!important;} /* Reset font, ignore icons */


.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;}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, .g-recaptcha.button, #parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details, .list-error-container button {background:#ff7c00 !important;}

.part-list-price, #part-detail-content .part-detail-body .part-body-data .part-main-data .detail-price .detail-price-value, .search-results-link {color:#ff7c00 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .contact-btn, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat, .list-content .list-main-section .list-container .list-listing .listing-top-right .facebook-messenger, .list-content .list-main-section .list-container .list-listing .listing-top-right .whatsapp, .list-content .list-main-section .list-container .list-listing .listing-top-right .text {background: #000 !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, .part-name-value-large {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; text-transform: uppercase !important; font-weight: 900 !important;}

.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: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .page-nav, .contact-options a, .cs-btns a {background: #000 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #000!important; color: #000!important;}

.material-icons {color:#fff!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;}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 1024px) {
	.show-mobile{display: none;}
}

@media only screen and (max-width:1023px) {
	.hide-mobile{display: none;}
	.logo-grp {
		margin: 0 auto;
		display: block;
		max-width: 306px;
		padding-left: 3%;
		width: 100%;
	}
	.logo {
		padding-right: 3%;
	}
	.logo img {
		max-width: 70%;
	}
	
	
	.categories{
		flex-wrap: wrap;
	}
	.categories a{
		width: 100%;
		padding: 10% 5%;
	}
	.categories a:first-child{
		border-bottom: solid 10px #ff7c00;

	}
	
	
	.footer{
		padding: 7% 0 35px;
	}
	
	.footernav ul{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.footerlogos{
		flex-wrap: wrap;
	}
	.footerlogos a{
		width: 50%;
		padding: 20px 0;
	}
	
	
	.custom-form .flex{flex-direction: column; margin-right: 0;}
	.custom-form input {
   		width: 98%;
	}
	
}
@media only screen and (max-width:480px) {
	
	
	.wrapper{padding: 0 30px;}
	
	.bg-gradient {
		background: rgba(0,0,0,0.66);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.hero {
		padding: 20% 0;
	}
	.vpad {
		padding: 20% 0;
		position: relative;
	}
	
	.bg-state {
		top: 12%;
		right: 5%;
		left: 5%;
		bottom: 0;
		background-repeat: no-repeat;
		padding: 5%;
		background-size: 300px;
	}
	
	.heading {
		font-size: 30px;
		line-height: 48px;
	}
	.hero .heading {
		font-size: 30px;
		line-height: 40px;
	}
	.hero .heading .lg {
		font-size: 56px;
		line-height: 56px;
	}
	.hero-text p {
		margin: 25px 0 40px;
	}

	a.cta{
		max-width: 100%;
    	width: auto;
	}	
	
	.categories h3{
		font-size: 60px;
		line-height: 50px;
	}
	
	.footer{
		padding: 20% 0 35px;
	}

	.footerlogos{
		flex-direction: column;
		padding-top: 50px;
	}
	.footerlogos a{
		width: 100%;
	}
}







