﻿/***** 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 --------
maroon: #c3262e;
gray: #eee;
*/

/***** 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 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px; 
	line-height: 28px; 
	color: #000; 
	font-weight:500;	
	height:100%;

}

.bullet-list { list-style: disc; }

h1, .h1 {font-size:25px; font-weight:700; line-height:32px; letter-spacing: 1px; }
h2, .h2 {color:#fff; font-size:18px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; } 
h3, .h3 {font-size:25px; letter-spacing: 1px; text-transform: uppercase; color:#fd1722; padding: 1% 0;}
h4, .h4 {font-size:20px; line-height: 27px; letter-spacing: 1px; font-weight:400; text-transform: uppercase;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
strong { font-size:16px;}

.right{float: right; text-align:right;}
.left{text-align:left;}

.pad{padding: 2% 0;}

hr{border:#000 1px solid;}

/*--- HEADER STYLES --------------------------*/
.header {border-bottom: 5px solid #b80a0f; width: 100%;display: block; background:#fff;}
.header-width {width:96%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; } 
.header-content { width: 350px; display:inline-block; float:right; padding: 1% 0;}
.contact-header {text-transform: uppercase; font-size:15px; letter-spacing: 1px; text-align: center; margin: 0 auto;}
.contact-header a{color:#424242;}
.contact-header a:hover{color:#767676;}

.header-left { width: calc(100% - 350px); display: flex; justify-content: flex-start; align-items: center; }

.header-logo {width: 200px; margin-right: 12px; display: flex; justify-content: center; align-items: center;}
.header-logo img { width: min(100%, 200px); height: auto; object-fit: contain; object-position: center; }

/*-- Header Search --*/
.quick-search {display:inline-block; margin: 5px 0; float:right; }
.quick-button {width:50px; height: 36px; display:inline-block;color:#c30208; vertical-align: top; float:left; background:none; border:2px solid #000;}
.fa, .fas {font-size:16px ; }
.quick-search input, select {
	width: unset!important; 
	padding: 10px 20px 10px 10px;
	height: 36px;
	box-sizing: border-box;
	float:left;
	background:none;
	border: 2px solid #000;
}
.detailed-search-1 input {

	padding: 4px 8px;
	font-size: 12px;
	background-color: #ddd;
	border: 2px solid #fff;
	box-sizing: border-box;
	vertical-align:middle;
	border-radius:0px;
}
.quick-search .quick-button {display: inline-block;}
.detailed-row-1 {
	margin: 2px 0;
	font-size: 14px;
}
.column3-4 {
	width: 60%;
	padding-right: 50px;
	box-sizing: border-box;
	position: static;
	display: inline-block;
}
.detailed-search-1 input[type='submit'] {
	vertical-align:middle;
	font-size: 18px;
	background: #ddd;
	width: 35px;
	height: 35px;
	color: #ff7300;
	border: 2px solid #fff;
	display: inline-block;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	font-family: 'icon-worksregular';
	-webkit-appearance: none;

}

.detailed-search-1 input[type='submit']:hover {
	color:#fff;
	text-shadow:1px 1px 3px #000000;
	background:#c30208;
}

/*---BODY--------------------------------*/
.hero-img {text-align: center; margin: 0 auto; }
.hero-img img {background-attachment: fixed; max-width:2500px; width:100%;}
.quicklinks {width: 100%; background:rgba(184,10,15,.70); position:absolute; top:29.2vw; text-align: center; margin: 0 auto; }
.quicklink-btn {width: 450px; background:rgba(184,10,15,1.00); padding: 15px 0; font-size:20px; text-align: center; color:#fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin: 2% 5px;}
.quicklink-btn:hover {background:#000;}
.manu-logos {width: 100%; text-align: center;}
.width {width: 80%; margin: 0 auto;}
.manu-logos .width img {max-width:22%; width: 100%; padding: 1% 10px;}
.wrapper {width: 100%;
display: flex; flex-direction: row; align-items: stretch; }
.img-left {width: 50%; background:url(../siteart/bg-logo.jpg?v=1.1); background-attachment: fixed; text-align: center;
display: flex; justify-content: center; align-items: center; }
.img-left img {max-width: 700px; width: 100%; background: rgba(255,255,255,.50); border:5px solid #fff; padding: 10% 5%; box-sizing: border-box; }
.text-right {
	background:#000; width: 50%;
	padding: 3.9vw 5%; box-sizing: border-box; 
}
.text-right h1, .text-right .h1 { color: #fff; }
.text-right p {width:100%; margin: 0 auto; color:#fff; font-size:20px; line-height:32px; font-weight: 400; margin-top:12px;}

.redbar {width: 100%; background: rgba(184,10,15,1.00); padding: 2% 0; text-align: center;}
.col-1-4 {display: inline-block; width: 22%; padding: 1% 5px; text-align: center; border-right:3px solid rgba(115,0,1,.60); margin-top:2%;}
.col-1-4 p {color:#fff; font-style:italic; font-weight: 400; font-size:20px; line-height: 30px;}
.col-1-4 p a {color:#fff;}
.col-1-4 p a:hover {color:#ddd;}
.col-1-4 a p:hover {color:#ddd;}


/*---OTHER PAGES---------------------------*/
.croppedimg img{width: 100%; max-width:2200px;}
.pic-bg {background: url(../siteart/bg-img.jpg) no-repeat; background-attachment: fixed; width: 100%; text-align: center; margin: 0 auto;}
.showroom-bg {background:url(../siteart/showroom-bg.jpg) no-repeat; background-attachment: fixed; width: 100%; max-width: 2200px; text-align: center; margin: 0 auto;}
.showroom-cat {display: inline-block; background:#fff; width: 23%;margin: 3% 10px;  border: 2px solid #212121; opacity:.8;}
.showroom-cat:hover {border:2px solid rgba(184,10,15,1.00); opacity:1.00;}
.showroom-cat img {max-width: 400px; width: 100%; text-align: center; margin: 0 auto; padding-top:9px;}
.showroom-cat h4, .showroom-cat .h4 {background:#000; color:#fff; width: 100%; text-transform: uppercase; letter-spacing: 1px; padding:5px 0;}
.showroom-cat h4:hover, .showroom-cat .h4:hover {background:rgba(184,10,15,1.00); color:#fff; width: 100%; text-transform: uppercase; letter-spacing: 1px; padding:5px 0;}
.pic-bg .width h1 {color:#212121;  padding-top:3%; font-size:30px;}
.gray-bg {background:#212121; padding:3% 0;}
.gray-bg .width h1 {color:#fff; font-size:30px; padding: 2% 0; text-align: center;}
.gray-bg .width p {color:#fff; font-weight: 400; }

/*--------FORM STYLES----------------------*/
.form-bg {background:url(../siteart/bg-contact.jpg); background-attachment: fixed; padding:10px 0;}
.form-full {width:100%; }
.form-right {width:60%; float:right;}
#formpage { vertical-align:top; margin: 0 auto;  text-align:left; width:90%; padding:3% 0;}

#formpage div {
	vertical-align:top;
	padding:0px 5px;
	color: #fff;
	font-weight:800;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:11px;
}

#formpage input {
	padding:10px 0px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:rgba(255,255,255,.70);
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	margin-top: 5px;
	background:rgba(255,255,255,.70);
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {
	width:31.5%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Open Sans', sans-serif; 

	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
	font-family: 'Open Sans', sans-serif; 
	text-align: left;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#fff; 
	color:#000;
	border:1px solid #abacac;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:250px;
    margin:0;
    background: #fff; 
    line-height:18px;
    color:#fd1722;
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 600;
	letter-spacing:1px;
	text-transform: uppercase;
	border:1px solid #000;
}
#formpage input.button:hover {

    margin:0;
    padding:10px 0px;
    background: #000; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	border:1px solid #000;}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
	padding:10px 10px;
} 

/*control the Captcha */

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 100%; text-align:center;}

.CaptchaImagePanel {
	
margin-top: 10px;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*-------- FOOTER STYLES ------------------*/
footer {background:#000; width: 100%; padding: 1% 0;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#FFF;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; line-height: 22px;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#fff; line-height: 22px;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#fff}

.divfooter {max-width:750px; width: 100%; text-align:center; margin:0 auto;}


/*----Inventory Styles - Stays at bottom of css----*/

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #b80a0f !important;
    color: #fff!important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #b80a0f !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    
}
.dealer-contact__header h2{color:#000!important;}

/*-------- RESPONSIVE STYLES --------*/
@media screen and (max-width:1700px){
	.showroom-cat {width: 21%;}
	.formfield {width:30.3%;}
}
@media screen and (max-width:1500px){
	.img-left img {max-width:350px;}
	.text-right p {font-size:16px;}
	.col-1-4 p {font-size:16px;}
	.showroom-cat {width: 20%;}
}
@media screen and (max-width:1300px){
	.width {width:95%;}
}
@media screen and (max-width:1170px){
	.quicklinks {top:26.2vw;}
	.quicklink-btn {width:300px;}
	.showroom-cat {width: 44%;}
	.formfield {width:98%;}
}
@media screen and (max-width:900px){
	.img-left {width: 100%;height:auto;}
	.img-left img {}
	.text-right {width: 100%; height: auto; padding: 3%; margin-top: 0vw;}
	.col-1-4 {width:47%; border:none;}
	.col-1-4 p {font-size:14px; line-height:22px;}
}
@media screen and (max-width:800px){
	.wrapper { flex-direction: column; }
	.img-left, .text-right { width: 100%; }
}
@media screen and (max-width:700px){
	.header-width { flex-direction: column; row-gap: 8px; }
	.header-left, .header-content { width: 100%; }
	.header-left { justify-content: space-between; padding-top: 12px; }
	.header-logo, .header-logo img { width: min(200px, 65vw); }
	.header-content { float: none; display: flex; flex-direction: column; align-items: center; }
}
@media screen and (max-width:649px){
	.quicklinks {top:32.2vw;}
	.quicklink-btn {padding:5px 0; width:300px; font-size:18px;}
	.manu-logos .width img {max-width: 42%;}
}
@media screen and (max-width:420px){
	.quicklinks {position:relative; top: 0vw !important;}
	.contact-header {font-size:11px;}
	.img-left img {max-width:250px;}
	.manu-logos .width img {max-width: 90%;}
	.quicklinks {top:38.2vw;}
	.col-1-4 {width: 90%; padding: 3% 0;}
	.showroom-cat {width: 90%;}
}
