﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');
/***** 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 {
	margin: 0;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;color:#ED1C24;}


hr{border:#000 1px solid;}
h1, h2, h3, h4, h5 {font-family: 'Roboto Condensed', sans-serif; letter-spacing: 1px;}
/*--- HEADER STYLES ---------------------*/
header { background:url(../siteart/header-bg.jpg) no-repeat; background-attachment: fixed; padding: 10px 0;}
.logo {width: 40%; display: inline-block; vertical-align: middle;}
.logo img {max-width: 300px; width: 100%;}
.header-right {width: 55%; display: inline-block; vertical-align: middle;}
.header-right h4 {color:#000; text-transform: uppercase; letter-spacing: 1px; text-align: right;}
.header-right h4 a  {color:#000;}
.header-right h4 a:hover  {color:#ED1C24;}


.red-text {color:#ED1C24;}

/*---BODY--------------------------------*/
.hero {width: 100%;}
.hero img {width: 100%;}
#padding50 {padding: 50px 0;}
.width-90 {width: 90%; margin: 0 auto;}
.width-80 {width: 90%; margin: 0 auto;}
.width-50 {width: 50%; margin: 0 auto;}
.ql-section {background: url(../siteart/bkg.jpg) no-repeat; background-attachment: fixed; display: inline-block; width: 100%; margin: 0 auto; text-align: center;}
.ql {width: 30%; margin: 1% 1%; display: inline-block; vertical-align: top;}
.ql img {width: 100%;}
.ql-button {background: #fff; color:#000; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 1px; font-size: 20px; text-transform: uppercase; padding: 10px 0;  margin-top:-100px; margin-left:6%; position: absolute; max-width: 250px;width: 100%; transition: .3s ease; font-weight: 600;}
.ql-button:hover {background: #ED1C24;}

.about-sect {border-top:5px solid #000; width: 100%; padding:50px 0; background: rgba(255,255,255,.50)}
.about-sect p {text-align: justify; padding: 25px 0; font-weight: 500;}
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding: 5px 0; 
	background: #000;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*--------FORM STYLES--------------------*/
.hp-flex {padding: 25px 0; display: flex; flex-direction: row; align-items: center; }

.form-left {width: 65%; justify-content: flex-start; align-items: center; }
.form-left h1 {font-size: 40px; letter-spacing: 2px; line-height: 35px; border-bottom: 1px solid #000; padding: 10px 0; margin-bottom: 10px;}
.form-right {width: 35%; justify-content: flex-start; align-items: center;}
.form-right .width-90 p {line-height: 30px;}
.form-right .width-90 p a {color:#FF0F17;}
.form-right .width-90 p a:hover {color:#000;}
/*--------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:31.4%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}

.form-left .formfield {
	width:30.6%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}

.formfield-half {
	width:48%; 
	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;
	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:115px;
    margin:0;
    background: #FF2529; /* 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;
} 

/*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: #000; padding: 10px 0; margin: 0 auto; text-align: center;}
.nav-footer a {display: inline-block; padding: 5px 15px; color:#fff; text-align: center; font-weight: 6600; text-transform: uppercase;font-family: 'Roboto Condensed', sans-serif; letter-spacing: 1px; transition: .3s ease;}
.nav-footer a:hover {color:#ED1C24;}
.copyright h4 {color:#333; text-align: center; font-size: 14px;}






/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.faceted-search-content .selected-facets-container .selected-facet, .list-container-flexrow .view-listing-details-link, .list-container-flexrow .view-listing-details-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-contact-bar .contact-bar-btn, .detail-content-mobile .detail-contact-bar .contact-bar-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 .buy-btn-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, .contact-options a {background: #ED1C24 !important;}
.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #333 !important;}
.detail-content-mobile .dealer-info .address-and-contact .address {color:#000;}

.detail-content-mobile .dealer-info h3 {color:#ED1C24;}
.list-content .list-error-container .info button {background: #ED1C24 !important}
.detail-wrapper .details-fin-calc .detail-btn-calc {padding: 10px 0 !important}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1500px) {
	.width-80 {width: 90%; margin: 0 auto;}
	.ql-button {margin-left:4%;}
	
}

@media only screen and (max-width: 1300px) {
	.width-80 {width: 90%; margin: 0 auto;}
	.ql-button {margin-left:3%;}
	.form-left .formfield {width: 28%;}
}

@media only screen and (max-width: 1050px) {
	.ql {width: 45%;}
	.ql-button {margin-left:7%;}
	.width-50 {width: 80%;}
	.hp-flex {display: block;}
	.form-left, .form-right {width: 100%;}

}

@media only screen and (max-width: 900px) {
	.ql {width: 45%; margin:20px 1%}
	.ql-button {margin-left:7%; position: relative; margin-top:0; margin-left:0; width:100%; max-width: 330px; margin: 0 auto; text-align: center;}
	.header-right h4 {font-size: 14px;}
	.logo img {max-width: 200px;}
}

@media only screen and (max-width: 720px) {
	.logo {width: 100%; text-align: center; margin: 0 auto;}
	.header-right {width: 100%; text-align: center; margin: 0 auto;}
	.header-right h4 {width: 100%; text-align: center; margin: 0 auto;}
	
}
@media only screen and (max-width: 500px) {
	.ql {width: 100%; margin:20px 0}
	.ql-button {font-size: 16px; max-width: 500px;}
	.width-50 {width: 90%;}
	#padding50 {padding: 25px 0;}
	
	.form-left .formfield {width: 96%;}
	.form-left {padding: 25px 0;}
	.form-right {padding: 25px 0; border-top:5px solid #000;}

	
}

	






