﻿/***** 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 {}

.header{ 
	padding: 30px;
}
.header > a:nth-child(1){display: block; float: left;}
.header > a:nth-child(1) > img{    
	padding: 0 0 20px;
    margin-top: -10px;
}
.header > a:nth-child(2){
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
	width: 35%;
    margin: 0 auto;
}
.header a .extra-bold{
    font-size: 30px;
	line-height: 36px;
	color: #969185 !important;
}
.header a .display-text{
    font-size: 24px;
	line-height: 20px;
	color: #000 !important;
}
.header .contact-info{
	display: block; 
	float: right;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
}


.contact-info{
	font-family: montserrat, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
}
.contact-info a{
	color: #000;
}


.banner{
	background: #0e5994;
    color: #fff;
    position: absolute;
    width: 445px;
    max-width: 40%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
	
	
	font-family: courgette, serif;
	font-size: 24px;
	line-height: 10px;
	font-weight: 400;
	top: 15px;
}
.banner p{
	position: absolute;
	top: 48px;
	text-align: center;
	left: 50%;
    transform: translateX(-50%);
	font-family: montserrat, sans-serif;
	color: #969185 !important;
	font-size: 30px;
	letter-spacing: 1.5px;
	
}
.banner:before{
	content: '';
    position: absolute;
    border-color: transparent transparent transparent rgba(0,0,0,0.333);
    border-style: solid;
    border-width: 0px 0 20px 40px;
    height: 0px;
    width: 0px;
    right: 0;
    top: 100%;
}
.banner:after{
	content: '';
    position: absolute;
    border-color: transparent rgba(0,0,0,0.333) transparent transparent;
    border-style: solid;
    border-width: 0px 40px 20px 0;
    height: 0px;
    width: 0px;
    left: 0;
    top: 100%;
}
.banner-end{
	position: absolute;
	background: #0e5994;
	top: 20px;
    height: 53px;
	z-index: -1;
}
.banner-end:last-of-type:after{
    content: '';
    position: absolute;
    border-color: transparent #fff transparent #fff;
    border-style: solid;
    border-width: 26px 20px 26px 0;
    height: 0px;
    width: 0px;
    right: -1px;
    top: 0;
}
.banner-end:first-of-type:after{
    content: '';
    position: absolute;
    border-color: transparent #fff transparent #fff;
    border-style: solid;
    border-width: 26px 0 26px 20px;
    height: 0px;
    width: 0px;
    left: -1px;
    top: 0;
}
.banner-end:first-of-type{
	left: -40px;
	right: calc(100% - 40px);
}
.banner-end:last-of-type{
	right: -40px;
	left: calc(100% - 40px);
}

/*---BODY--------------------------------*/

.hero{
	padding: 5% 0; 
	background: url("/siteart/hero.jpg") center top;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;

}
.hero.bottom{
	padding: 5% 0; 
	background: url("/siteart/hero.jpg") center bottom;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.wrapper{padding: 0 5%;}
.vpad{padding: 5% 0;}

.display-text{
	font-family: courgette, serif;
	font-size: 30px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
}
.extra-bold{
	font-weight: 900;
	font-family: montserrat, sans-serif;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
}

.hero-columns{font-family: montserrat, sans-serif; display: flex;}
.hero-columns .col-left{display: inline-block; vertical-align: middle; padding: 3% 30px; background: rgba(255,255,255, 0.8); width: 48%; box-sizing: border-box;}
.hero-columns .cycle-slideshow{margin-left: 2%; border: solid 8px #969185; width: 48%; box-sizing: border-box; display: inline-block; vertical-align: middle;}
.hero-columns .cycle-slideshow .slide:nth-of-type(3){
	background: url("/siteart/slide-1.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}
.hero-columns .cycle-slideshow .slide:nth-of-type(4){
	background: url("/siteart/slide-2.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hero-columns .cycle-slideshow .slide:nth-of-type(5){
	background: url("/siteart/slide-3.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hero-columns .cycle-slideshow .slide:nth-of-type(6){
	background: url("/siteart/slide-4.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-columns .col-left p{	
	font-family: montserrat, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 40px 0 45px;
}
.cta{
	background: #0e5994;
	color: #fff;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 50px;
	display: block;
	width: 255px;
	max-width: 100%;
	text-transform: uppercase;
	text-align: center;
	
}

.bg-white p, .bg-white a{
	font-family: montserrat, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
}
.bg-white a{
	font-weight: 700;
	color: #0e5994;
}

.scrolling-wrap{
	height: 89px;
	border-top: solid 8px #0e5994;
	border-bottom: solid 8px #0e5994;
}

/* BRANDS */

.brands-grid{
	display: flex;
	flex-wrap: wrap;
}
.brands-grid:nth-of-type(1){
	padding-top: 20px;
}
.brands-grid a{
	width: 14.28%;
}
.brands-grid a img{
	max-width: 80%;
	margin: 0 auto;
	display: block;
}


/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}


.footer{
	font-family: montserrat, sans-serif;
	color: #fff;
	padding: 30px;
	background: #0e5994;
	display: flex;
	justify-content: space-between;
    align-items: baseline;
	line-height: 24px;
	font-size: 14px;
}
.footer .extra-bold{font-size: 24px;}
.footer a{
	font-weight: 700;
	color: #fff;
}
.footer .fab{
	font-size: 24px;
	line-height: 4px;
}
.footer p{text-transform: uppercase; font-weight: 400; text-align: right;}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

#inv{padding: 5% 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: montserrat, 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, .list-container-flexrow .view-listing-details-link {background:#0e5994 !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 {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 {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; font-weight: 900  !important;; text-transform: uppercase !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, .list-page-nav {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;}

#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;}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {	

	.brands-grid{
		justify-content: center;
		padding-top: 0 !important;
	}
	.brands-grid a{
		width: 33.3333%;
	}
	
	.banner{
    	width: 100%;
    	max-width: 300px;
		padding: 20px 0;
	}
	.banner h3{
		font-size: 24px;
	}
	.banner p{    
		font-size: 24px;
	}
	.footer .extra-bold{font-size: 18px;}
}

@media only screen and (min-width: 1000px) {
	
	.show-mobile{display: none;}
}

@media only screen and (max-width: 999px) {
	

	.hero .wrapper{padding: 0;}
	.hero-columns{flex-direction: column-reverse;}
	.hero-columns > * {width: 100% !important; margin: 0 0 0 0;}
	.hero-columns .col-left {
		padding: 60px 30px 45px;
	}
	.hero-columns .cycle-slideshow {
		height: 0px;
		padding-bottom: 71%;
		width: 95% !important;
		margin: 0 auto -30px;
	}
	
	#map{height: 250px;}	
	.footer .extra-bold{font-size: 24px;}
	.footer {display: flex; justify-content: center; flex-direction: column; text-align: center; padding-top: 45px;}
	.footer p {text-align: center;}
	.footer > *{width: 100%; margin-bottom: 30px;}
	
	.vpad, .hero{padding: 45px 0;}
	.hero.bottom{padding: 45px 0 0;}

	
	.footer .hide-mobile{display: none !important;}	
}


@media only screen and (max-width: 900px) {
	.hide-mobile{display: none !important;}	
	.header > a:nth-child(1){width: 100%;}
	.header > a:nth-child(1) > img{    
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}
@media only screen and (max-width: 480px) {

	.brands-grid a{
		width: 50%;
	}
}






