﻿/***** 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;  
} 
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400&display=swap');
/*-------- 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 {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Roboto Condensed', sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}

h1, h2, h3, h4, h5 {font-family: 'Roboto Condensed', sans-serif;}
hr{border:#000 1px solid;}

.red-text {color:#af1009;}
/*--- HEADER STYLES ---------------------*/
header {}
.red-bar {background: #af1009; padding: 10px 0; text-align: right;}
.red-bar a {display: inline-block; margin: 0 10px; color:#fff !important;}
.red-bar .fas {color:rgba(255,0,4,1.00)}
.logo {width: 30%; display: inline-block; vertical-align: middle; padding: 15px 0;}
.logo img {max-width: 400px; width: 100%;}
.header-right {width: 68%; display: inline-block; vertical-align: middle; text-align: right;}
.header-address {display: inline-block; text-align: right; width: 70%; vertical-align: middle}
.case-logo {display: inline-block; width: 28%; vertical-align: middle;}
.case-logo img {max-width: 150px; width: 100%; }




/*---BODY--------------------------------*/
.width-90 {width: 90%; margin: 0 auto;}
.width-70 {width: 70%; margin: 0 auto;}
.ql-container {background: #131313; width: 100%; padding: 25px 0; margin: 0 auto; padding-bottom: 50px;}
.ql-container a{display: inline-block; width: 18%; vertical-align: middle; margin: 0 .5%; }
.ql img {width: 100%; transition: .3s ease; }
.ql-text { margin-top:-70px; margin-left:15px;}
.ql-text h3 {font-size: 22px; color:#fff; letter-spacing: 1px;}
.ql-text h4 {font-size: 18px; color:#fff; letter-spacing: 1px;}
.ql img:hover {opacity: .2; transition: .2s ease;}
.hp-flex {flex-direction: row; display: flex; padding: 50px 0;}
.case-img-left img {width: 100%;}
.case-img-left {width: 10.3%; align-items: center; margin-right: 1%;}
.hp-about h1 {margin-top:2vw; font-size: 35px; line-height: 42px; color:#af1009; letter-spacing: 1px; padding: 15px 0; }
.hp-about { width: 50%; background: #fff; box-shadow: 2px 3px 4px #333; align-items: center;}
.case-img-right {width: 38%; margin-left:1%;}
.case-img-right img {width: 100%;}
.hp-about p {padding: 10px 0;}
.red-btn {padding: 10px 25px; text-align: center; color:#fff; letter-spacing: 1px;background: #af1009; transition: .3s ease;}
.red-btn:hover {background: #212121;}

.gray-quote {background: #262626; padding: 35px 0; text-align: center; margin:  0 auto;}
.gray-quote h2 {color:#b3b3b3; font-size: 30px; letter-spacing: 1px; line-height: 35px;}
.gray-quote h3 {color:#b3b3b3; font-size: 30px; letter-spacing: 1px; line-height: 35px;}
.gray-quote h4 {color:#fff; font-size: 22px; letter-spacing: 1px;}

.location-quote {background: #e6e6e6; padding: 35px 0; text-align: center; margin:  0 auto;}
.location-quote h3 {color:#af1009; font-size: 30px; letter-spacing: 1px; line-height: 35px;}
.location-quote img {width:100%; max-width:150px; padding-top:7px;}

.inventory-new {background: #e6e6e6; padding: 35px 0; text-align: center; margin:  0 auto;}
.inventory-new h2 {color:#af1009; font-size: 25px; letter-spacing: 1px; line-height: 35px; text-transform: uppercase;}
.inventory-new a {color:#000; font-size: 25px; letter-spacing: 1px; line-height: 35px; text-transform: uppercase;}
.inventory-new a:hover {color:#af1009;}

.inventory-used {background: #e6e6e6; padding: 35px 0; text-align: center; margin:  0 auto;}
.inventory-used h2 {color:#af1009; font-size: 25px; letter-spacing: 1px; line-height: 35px; text-transform: uppercase;}
.inventory-used a {color:#000; font-size: 25px; letter-spacing: 1px; line-height: 35px; text-transform: uppercase;}
.inventory-used a:hover {color:#af1009;}


/*---FORM PAGES---------------------*/
.sub-wrapper {padding: 3% 0; margin: 0 auto;}
.sub-wrapper a {color:#af1009}

/*---PROMO---------------------------*/
.promo {width: 30%; display: inline-block; vertical-align: middle; padding: 25px 0; text-align: center; border:1px solid #000; transition: .3s ease; margin:2% 1%}
.promo:hover { border:1px solid #af1009;}
.promo img {max-width: 120px; width: 100%; margin: 0 auto; text-align: center;}

.col-2 {display: inline-block; vertical-align: top; width: 47%; margin: 1%;}
.col-2 img {padding: 10px 0; width: 100%;}
.col-2 h3 {font-size: 20px; font-weight: bold; letter-spacing: 1px; line-height: 26px;}
.col-2 p {padding: 10px 0;}


/*---PARTS & SERVICE-------------------*/
.column-count {column-count: 2; column-gap: 25px;}

/*---COMMUNITY----------------------*/
.image-left {width: 48%; display: inline-block; vertical-align: middle;}
.image-left img {width: 100%;}
.text-right {width: 50%; margin-left:1%; display: inline-block; vertical-align: middle;}

.videos {width: 30%; display: inline-block; margin:1% .5%; vertical-align: top;}

.team {width: 30%; padding: 15px 10px; display: inline-block; vertical-align: top;}
.team h3 {font-size: 18px; color:#af1009;}
.team h4 {font-size: 14px; color:#000; line-height: 18px;}
.team p {font-size: 14px; padding: 10px 0; border-top:1px solid #000; margin-top:10px; line-height: 20px;}
.team-members {padding: 3% 0; border-top:1px solid #000;}
/*---SHOWROOMS-----------------------*/
.showrooms {padding: 3% 0; margin: 0 auto;}
.showrooms h1 {color:#af1009;}
.showroom-full {width: 100%; margin: 0 auto; padding: 25px 0; border-bottom: 1px solid #000;}
.showroom-full img {width: 100%;z-index: 99;}
.showroom-text {font-size: 25px; font-weight: bold; letter-spacing: 1px; color:#fff;  padding: 25px 0;margin-top:-250px; text-align: center; margin-left:25px;z-index: 99999; position: absolute; background: #000; width: 350px;border:1px solid #000; transition: .3s ease;z-index: 1;}
.showroom-text:hover {border:1px solid #fff; transition: .3s ease;}
.showroom-text img {max-width: 150px; width: 100%; padding: 25px 0; border-bottom: 1px solid #333; margin-bottom: 10px;}
.showroom-text h4 {font-size: 16px; letter-spacing: 1px; color:#FF2118;}

.showroom-third {width: 31%; display: inline-block; margin: 15px .5%; padding: 10px 0;}
.showroom-third img {width: 100%;border-bottom:5px solid #000; transition: .3s ease;background-color:#000;}
.showroom-third img:hover {width: 100%;border-bottom:5px solid #af1009;}
.show-text {margin-top:-100px; margin-left:25px; padding: 10px; color:#fff; text-transform: uppercase; letter-spacing: 1px; font-size: 20px; font-weight: bold;}
.show-text h4 {font-size: 16px; color:#ddd; letter-spacing: 1px;}
/*--------FORM STYLES--------------------*/
#formpage { vertical-align:top; margin: 0 auto;  text-align:left;}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;	
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px; text-align: left;

}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
}

/* 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:8px 5px;
	margin-top:4px;
	width:100%;
}

.formfield {
	width:47%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}

.form-left .formfield {
	width:47%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}

.formfield-half {
	width:47%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	margin-left: 0;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:98.5%;
    height:85px;
	font-family: 'Roboto Condensed', sans-serif;}

#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 a {color:#000; font-weight: bold; letter-spacing: 1px; display: block; text-align: center;}
#formpage a:hover {color:#000;  font-weight: bold; letter-spacing: 1px; text-decoration: underline}
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#F4F4F4; 
	color:#000;
	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:115px;
    margin:0;
    background: #af1009; /* For browsers that do not support gradients */
    line-height:22px;
    color:#fff;
	padding: 10px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	letter-spacing:1px;
}
#formpage input.button:hover {
	width:115px;
    margin:0;
    background: #000; /* For browsers that do not support gradients */
    color:#fff;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label{
	color:#212121;
    font-size:16px;
    text-align:left;font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	
}
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
	padding:10px 10px;
} 

.checkbox-fields input{width: 40px !important; display: inline-block;}

/*control the Captcha */

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 70%; text-align:center;}

.CaptchaImagePanel {
text-align: center	;
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 !important;
}

.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;text-align: center !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

.CaptchaImagePanel {text-align: center !important; margin: 0 auto !important;}






/*-------- FOOTER STYLES ----------------*/
footer{background: #131313; width: 100%; padding: 25px 0;}
.footer-container {display: flex; flex-direction: row;}
.footer-col {width: 25%; padding: 10px; justify-content: flex-start;}
.footer-col h3 {color:#F4251A; letter-spacing: 1px; font-size: 18px; line-height: 24px;}
.footer-col .red-btn {width: 120px; margin-top:10px;}
.footer-col p {color:#fff; font-size: 16px; line-height: 24px;}
.footer-col h3 a {color:#F4251A; transition:.3s ease;}
.footer-col p a {color:#fff; transition:.3s ease;}
.footer-col h3 a:hover {color:#fff;}
.footer-col p a:hover {color:#F4251A;}
.footer-col .fab {font-size: 30px; color:#fff;}






/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.faceted-search-content .faceted-section-box .show-all-modal {z-index: 9999999 !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, .list-container-flexrow .view-listing-details-link, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .contact-options a, .fin-calc-mobile>a {background:#af1009 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #af1009 !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}
.modal-content .modal-top .modal-title, .listing-description, .list-content .listing-portion-title, .list-content .list-title .list-title-text, .detail-content .dealer-info h3, .dealer-info, .detail-content-mobile .dealer-info h3, .fin-calc p, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {color:#000 !important;}



/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1500px) {
	.ql-container .width-70 {width: 95%;}
	.ql-text h3 {font-size: 18px;}
	.ql-text h4 {font-size: 15px;}
	.hp-about h1 {font-size: 28px; line-height: 30px; margin-top:0;}
	.hp-about h3 {font-size:16px; }
	.hp-about p {font-size: 14px; line-height: 18px;}
	
}

@media only screen and (max-width: 1200px) {
	.case-img-left {width: 20%;}
	.hp-about {width: 79%;}
	.hp-about h1 {margin-top:3vw;}
	.hp-about p {padding:15px 0;}
	.case-img-right {display: none;}
	.width-70 {width: 90%;}
	.show-text {font-size: 18px;}
	.show-text h4 {font-size: 15px;}
	
}
@media only screen and (max-width: 1050px) {
	.logo {width: 50%;}
	.header-right {width: 49%;}
	.header-address {width: 80%;}
	.header-address p {font-size: 14px; line-height: 18px;}
	.case-logo {width: 39%;}
	.ql-container a {width: 30.5%; margin:20px 9px;}
	.ql {width: 100%; display: inline-block;}
	.gray-quote h1 {font-size: 22px;}
	.gray-quote h3 {font-size: 16px;}
	.footer-col p {font-size: 14px;}
	.showroom-third {width: 48%;}
	.showroom-full img {display: none;}
	.showroom-text {position: relative; margin-top:0; margin: 0 auto; padding: 25px 0; border:0; transition: .3s ease; width: 100%;}
	.showroom-text:hover {background: #212121;}
	.location-quote h3{font-size:22px;}
	.location-quote img{max-width:120px;}
	
	
}


@media only screen and (max-width:900px) {
	.footer-container {display: block;}
	.footer-col {width: 48%; display: inline-block; padding: 15px 0; vertical-align: top}
	.showroom-third {margin: 0 .5%;}
	.show-text {margin-left:8px; margin-top:-75px; font-size: 16px;}
	.show-text h4 {font-size: 13px;}
	.formfield {width:98%;}
	.col-2 {width: 100%; margin:1% auto;}
	.column-count {column-count: 1;}
	.videos {width: 48%;}
	.team {width: 47%; padding: 15px 0;}
}
@media only screen and (max-width: 780px) {
	.red-bar {text-align: center;}
	.hp-flex {display: block;}
	.case-img-left {display: none;}
	.hp-about {width: 90%; margin: 0 auto; padding: 25px 0;}
	.hp-about h1 {margin-top:0;}
	.hp-about h3 {font-size: 16px;}
	.ql-container a {width: 29%; margin:20px 9px;}
	.team {width: 100%;}
	.image-left {width: 100%;}
	.text-right {width: 100%;}
	
}

@media only screen and (max-width: 650px) {
	.ql-container a {width: 45%; margin:20px 9px;}
	.width-70 {width: 95%;}
	.footer-col {width: 100%; display: inline-block; padding: 15px 0;}
	.sub-wrapper h1 {font-size: 22px;}
	.formfield {width:95%;}
	
}

@media only screen and (max-width: 500px) {
	.ql-container a {width: 44%; margin:20px 9px;}
	.ql-text h3 {font-size: 16px;}
	.ql-text h4 {font-size: 13px;}
	.videos {width: 100%;}
	.logo {width: 49%;}
	.header-right {padding: 5px 0;}
	.red-bar a {font-size: 14px;}
}


@media only screen and (max-width:450px) {
	.show-text {font-size: 14px; line-height: 18px;}
	.gray-quote h1 {font-size: 15px;}
	.location-quote h3 {font-size:15px;}
	
}






