﻿/***** 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%;}
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 -------- */

.bg-white{background:#fff;}
.bg-black{background:#000; color:#fff;}

/***** 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;
}

/* SMOOTH SCROLL */

html {
  scroll-behavior: smooth;
}

/*-------- 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: 2% 2% 1% 2%; 
	position: relative;
	z-index: 80;
}
.social-icon-grp .fab{color:#fff; font-size: 22px;}
.social-icon-grp ul li{float:left; letter-spacing: 20px;}
.social-icon-grp ul li:last-of-type{letter-spacing: 0px;}

.search-bar{
	margin-top: 40px;
}
.header * {box-sizing: border-box!important;}
.search-bar form input{
	height: 24px!important;
	width: 230px!important;
	padding-left: 6px!important;
	-o-appearance: none!important;
	-moz-appearance: none!important;
	-webkit-appearance: none!important;
	appearance: none!important;
	font-family: 'Roboto', sans-serif!important; 
	font-weight: 400!important;
	font-size: 12px!important;
	line-height: 24px!important;
	
	-o-border-radius: 0!important;	
	-moz-border-radius: 0!important;	
	-webkit-border-radius: 0!important;	
	border-radius: 0!important;
	border: none!important;
}
.search-bar form button{
	text-align: center;
	height: 24px;
	line-height: 24px!important;
	background: none; 
	color:#ffcc11; 
	-o-appearance: none!important;
	-moz-appearance: none!important;
	-webkit-appearance: none!important;
	appearance: none!important;
	border: none;
	margin-right: -8px;
}
.search-bar form button .fa{
	font-size: 20px;
	margin-top: 3px;
	vertical-align: middle;
}

/*---GENERIC MODIFIERS--------------------------------*/
.wrapper{width: 70%;margin:0 auto;}
.vpad{padding: 5.5% 0;}
.vpad-bottom0{padding-bottom: 0;}
.col25{width:25%;}
.col33{width:33.3333%; position: relative;}
.col50{width:50%;}
.col66{width:66.6666%;}

.left{float:left;}
.right{float:right;}
.flex{display:flex; flex-wrap: wrap;}

.valign-middle{margin: auto 0;}
.valign-bottom{  
  position: absolute;
  bottom: 14.5px;
  left: 0;
}

/* HERO */
.hero.vpad{padding: 10% 0;}
.hero{background: url("/siteart/hero-bg.jpg") left center no-repeat;background-size:cover;}
.hero-locations{background: url("../siteart/hero-alt-bg.jpg") left center no-repeat;background-size:cover;}
.hero-special{background: url("../siteart/hero-special-bg.jpg") left center no-repeat;background-size:cover;}
.hero .heading{font-size:28px; color:#fff;}
.hero p{color:#fff; max-width: 600px; width: 100%;}


/* CATEGORY BUTTONS */
#category-btn-grp{
	background: #000;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#category-btn-grp a img{
	width: 100%;
	height: auto;
	align-self: flex-start;
}

#category-btn-grp a {
	width: calc(25% - 4px);
	height: auto;
	position: relative;
	overflow: hidden;
	border: 2px solid #000;
	display: flex;
}
#category-btn-grp a .cat-text-backdrop {
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.5;
	height: 48px;
	padding: 0 12px;
	transition: all 0.2s ease;
}
#category-btn-grp a .cat-text {
	position:absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	height: 48px;
	padding: 0 12px;
	
	font-family: 'Oswald', sans-serif; 
	font-weight: 400;
	font-size: 24px; 
	color: #ffcc11;
	line-height: 2;
	border-bottom: 4px solid #ffcc11;
	transition: all 0.1s ease;
}

#category-btn-grp a:hover > .cat-text {
	height: 52px;
	font-size: 26px;
	color:#000;
}


#category-btn-grp a:hover > .cat-text-backdrop {
	height: 56px;
	background: #ffcc11;
	opacity: 1;
}

/* BODY */
.heading{
	font-family: 'Oswald', sans-serif; 
	font-weight: 700;
	font-size: 24px; 
	line-height: 2;
}
.subheading{
	font-family: 'Oswald', sans-serif; 
	font-weight: 400;
	font-size: 20px; 
	line-height: 2; margin-top: -20px; 
	color:#ffcc11;
}
.text-icon{font-size: 10px!important;padding-left: 6px; vertical-align: top;}
.br-yellow{border-top: #ffcc11 solid 4px; margin-bottom: 12px;}
.br-yellow-thin{border-top: #ffcc11 solid 1px;}
.wrapper p{font-family: 'Roboto', sans-serif; font-weight: 400;font-size: 12px; line-height: 2;}
.copy-list{list-style: disc; margin-left: 20px; font-family: 'Roboto', sans-serif; font-weight: 400;font-size: 12px; line-height: 2;}
.cta-btn {
	font-family: 'Oswald', sans-serif; 
	font-weight: 400;
	font-size: 20px; 
	text-align: center;
	line-height: 2.3; 
	background: #ffcc11; 
	color: #000; 
	width: calc(33.3333% - 48px); 
	min-width: 180px;
	max-width: 320px;
	height: 48px;
	display: block;
}
.hover-icon{vertical-align: top; opacity: 0; transition: all 0.2s ease;	margin-left: -12px;line-height: 42px;}
.cta-btn:hover > .hover-icon, .cta-btn-black:hover > .hover-icon{
	opacity: 1;
	margin-left: 4px;
}

/* CONTACT US */

#contact-form, #contact-form .col33, #contact-form .col66 {height: 550px;}
.col33.left p{width:calc(100% - 24px);}
#contact-form input:not(.cta-btn), #contact-form textarea{
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-o-border-radius: 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	width: calc(100% - 48px); 
	margin: 10px auto 20px auto; 
	height: 24px; 
	padding-left: 6px;
	font-family: 'Roboto', sans-serif; font-weight: 400;
	
}
#contact-form textarea{
	appearance: none;
	resize: vertical; 
	height:128px; 
	width:calc(100% - 24px); 
	padding: 4px 6px;
}
#contact-form label{font-family: 'Roboto', sans-serif; font-weight: 400;font-size: 12px; line-height: 2;}
#contact-form a:not(.cta-btn-black){
	color: #fff;
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
	font-size: 12px; 
	line-height: 2;
}
.bg-black .fa {color: #ffcc11;}
.col50 .info{padding-left: 0px;}
.info .fa{width: 20px;}
.info .fa:not(.valign-middle){margin-top: 4px;}
.info .flex {margin-bottom: 30px;}
.info .flex ul{margin-left: 20px;}
.bg-white .info a{color: #000;}
.info a {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
}

#contact-info{margin-left: 5%;}

#contact-form .CaptchaPanel{margin-top: 32px; padding:0;}
#contact-form .CaptchaImagePanel{padding:0;}
#contact-form .CaptchaMessagePanel{font-family: 'Roboto', sans-serif; font-weight: 400;font-size: 12px; line-height: 2; margin: 12px 0 -6px;display:block; height: 48px;}
#contact-form #CaptchaAnswer{margin-bottom:5px;}
#contact-form .CaptchaAnswerPanel{padding-left:0; padding-right:0;}
#contact-form .CaptchaWhatsThisPanel a{color: #ffcc11; text-decoration: underline;}
#contact-form #message-box{margin-bottom: 20px;}

#contact-form button.cta-btn{
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	width: calc(50% - 72px);
	min-width: 180px;
	cursor: pointer;
}

.col33 .cta-btn{
	width: calc(100% - 72px); 
	min-width: 180px;
	margin-bottom: 20px;
}

.cta-btn-black{
	font-family: 'Oswald', sans-serif; 
	font-weight: 400;
	font-size: 20px; 
	text-align: center;
	line-height: 2.3; 
	width: calc(100% - 60px); 
	min-width: 180px;
	max-width: 320px;
	height: 48px;
	display: block;
	color:#ffcc11;
	border: solid 1px #ffcc11; 
	background: none;
	box-sizing: border-box;
	margin-top: 20px;
}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}


.footer ul li a{
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
	font-size: 14px;
	line-height: 2.5;
	color: #ffcc11; 
	text-decoration: underline;
}

.footer .col25{display:inline-block; vertical-align: top;}

.footer .right{height: 120px;}
.footer .right img{margin-top: 15px;}
.footer .social-icon-grp{margin-top: 20px;}

.footer .social-icon-grp .fab{font-size: 30px;}
.footer .social-icon-grp ul li{letter-spacing: 30px;}
.footer .social-icon-grp ul li:last-of-type{letter-spacing: 0px;}

.footer-text{
	text-align: center;
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
	font-size: 10px; 
	line-height: 1;
	padding: 20px;
	background: #1f2022;
	color: #656565;
}


/* ABOUT PAGE */
.cta-btn.left:last-of-type{margin-left: 20px;}

/* GALLERY */

.gallery-row {display: flex; flex-wrap: wrap; padding: 0 4px;}

.gallery-column {
  flex: calc(33.3333% - 8px);
  max-width: calc(33.3333% - 8px);
  padding: 0 4px;
}
.gallery-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.gallery-column a{
	opacity: 0.5;
	transition: all 0.1s ease;
	cursor: pointer;
}
.gallery-column a:hover{
	opacity:1;
}

.position-relative{position: relative;}
#modal-bg{
	background: #000;
	opacity: 0.5;
	position: fixed;	
	left: 0;
	top: 0; 	
	right: 0; 	
	bottom: 0; 
	z-index: 70;
	display: none;
}
#modal{
	background: #000;
	width: 90%;
	max-height: 600px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 10%; 
	
	margin-left: -45%;
	display: none;
	z-index: 71;
	overflow: hidden;
	border-bottom: 1px solid #000;
}
#modal-img{
	max-width: 100%; 
	max-height: 720px;
	margin: auto auto;
	display:block;
	border: 1px solid #000;
	box-sizing: border-box;
}
#modal-close{
	color:#fff;
	z-index: 73;
	float: right;
	padding: 12px;
}
#modal-title{
    top: 0;
    left: 0;
    color: #fff;
    position: absolute;
	
	background: #000;
	padding: 6px 12px;
	
	font-family: 'Oswald', sans-serif; 
	font-weight: 400;
	z-index: 72;
	pointer-events: none;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.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 {background:#000 !important;}
.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 {	
	font-family: 'Oswald', sans-serif!important; 
	font-weight: 400!important;
	text-transform: uppercase;
}

.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 {background: #000 !important;}

.material-icons{color:#000!important;}

.list-title-text, .parts-title-text{margin-left: 12px;}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 920px) {
	.cta-btn, .cta-btn-black{padding: 0 12px;}
}

@media only screen and (max-width: 920px) {
	
	.hide-mobile{display:none;}
	.header{padding: 20px 20px;}
	#logo img{width: 50%; max-width: 180px; min-width: 120px; margin-top: 10px;}
	.header .right{float:none; margin-top: -20px;}
	.header .fa:not(.valign-middle) {
    margin: 0px 2px 0 0;		
	}
	.header .search-bar form input{width: calc(100% - 48px)!important;}
	.header .search-bar button{width: auto; padding: 0 0 0 8px;}
	.header .fas{font-size: 30px;}
	
	.cta-btn, .cta-btn-black{max-width: none;}
	
	#category-btn-grp a {
		width: calc(50% - 4px);
	}
	
	#contact-form .left, #contact-form .right{float:none;}
	.vpad {padding: 5.5% 0 10%!important;}	
	.vpad-bottom0{padding-bottom: 0!important;}
	.col33, .col50, .col66 {width: 100%; height: auto!important;}
	#contact-form{height: auto;}
	#contact-form input:not(.cta-btn){width: calc(100% - 12px)}
	#contact-form textarea {width: calc(100% - 13px)}
	
	.valign-bottom{position: relative; margin-top: 60px; padding-bottom: 30px;}
	#contact-form button.cta-btn, .col33 .cta-btn, .cta-btn-black, .cta-btn{width: 100%;}
	
	#contact-form {height: auto!important;}
	.flex-reverse{margin: 30px auto; display:flex; flex-direction: column-reverse;}
	.flex-wrap-reverse{flex-flow: wrap-reverse;}
	.flex-wrap-reverse .info{margin-top: 20px;}
	#contact-form #message-box{margin-bottom: 0px;}
	.gallery-column {
	  flex: calc(50% - 8px);
	  max-width: calc(50% - 8px);
	}
	.gallery-column:last-of-type {
		max-width: calc(100% - 8px);
		display: flex;
		justify-content: space-between;
	}	
	.gallery-column:last-of-type a:last-of-type {
		margin-left: 8px;
	}
	
	.col50 .info{padding-top: 20px; padding-left: 0;}
	
	
	.footer .col25{width: calc(50% - 2px)}
	
	.footer .right{
		float: none;
		margin: 48px 0;
	}
	
	.footer .right img{
		margin: 0 auto;
		display: block;
	}
	
	.footer .social-icon-grp{
		text-align:center;
	}
	.footer .social-icon-grp ul{
		margin: 0 auto;
    	display: inline-block;
	}
	
}


@media only screen and (max-width: 450px) {
	.wrapper{width: 90%;}
	.vpad{padding: 6% 0 10%!important;}
	.vpad-bottom0{ padding-bottom: 0!important;}
	#category-btn-grp a {
		width: calc(100% - 4px);
	}
	
	.footer .col25{width:100%;}
	.footer .right{height: auto; margin-bottom:0;}
	.footer .right img{width: 100%; max-width: 230px;}
	.footer .social-icon-grp ul li {letter-spacing: 20px;}
	
	#modal-title{
		font-size: 14px;
		line-height: 26px;
		pointer-events: none;
	}
	
}






