﻿@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600|Raleway:400,600&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: #ff0000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #ff0000;
    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: 'Raleway', sans-serif;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 24px;
	overflow-x: hidden;
}

a:link, a:visited, a:active {text-decoration:none; transition: .3s ease;}
a:hover {text-decoration:none; transition: .3s ease;}


hr{border:#000 1px solid;}

h1, h2, h3, h4, h5{font-family: 'Oswald', sans-serif;}
h1 {line-height: 45px;}

/*--- HEADER STYLES ---------------------*/
.header {}
.logo {background: #fff; width: 100%; max-width: 300px; text-align: center; margin: 0 auto; position: absolute;z-index: 9999;left: 5%;box-shadow: 1px 1px 6px #000;}
.logo img {max-width: 250px; width: 100%; text-align: center;}
.blue-info-header {background:#34314C; width: 100%; color:#fff;padding: 5px 0; text-align: right;}
.blue-info-header h4 {color:#fff; letter-spacing: 2px; display: inline-block; font-weight: 300; font-size: 15px;}
.blue-info-header a {color:#fff; letter-spacing: 1px;}
.blue-info-header a[href^="tel:"] {color:#fff; letter-spacing: 1px;}
.blue-info-header a[href^="tel:"]:hover {color:#ff0000; letter-spacing: 1px;}
.header-btn {background:#242238; padding:10px 25px; text-align: center; color:#fff;font-family: 'Oswald', sans-serif;display: inline-block; margin:0 15px; transition: .3s ease; letter-spacing: 1px;}
.header-btn:hover {background: #fff; color:#242238;}


/*---BODY--------------------------------*/
.width-90 {width: 90%; margin:0 auto;}
.width-70 {width: 70%; margin:0 auto;}
.truck-wrapper {padding: 3% 0;}
.truck-wrapper .fas {color:#ff0000;}
.truck-wrapper p a {color:#ff0000; transition: .2s ease;}
.truck-wrapper p a:hover {text-decoration: underline; transition: .2s ease;}

.ql-container {display: flex; flex-direction: row; align-items: center;  margin-top:15px;}
.ql {width: 15%; align-items: center; justify-content: flex-start; padding: 2.5% 2.5%; border:1px solid #fff; color:#fff; height: 200px;}
.ql#black-box {background: #000;}
.ql#black-box:hover {background: #34314C;}
.ql#blue-box {background: #15122F;}
.ql#blue-box:hover {background: #34314C;}
.ql h2 {margin-bottom: 15px; font-size: 30px; line-height: 35px;letter-spacing: 1px;}
.ql a h2{color:#fff; transition: .3s ease;}
.ql a h2:hover{letter-spacing:1.25px;}
.ql-text {display: flex;}
.arrow img {border:1px solid #ff0000; transition: .3s ease;}
.arrow img:hover {transition: .3s ease;border:1px solid #fff;}
.ql-text p {margin-left:15px;}
.hp-about {width: 45%; align-items: center; justify-content: flex-start; margin:15px 40px;}
.red-text {color:#ff0000;}


.sub-hero img{width: 100%;}
.bl-bg {background: #34314C; padding: 5% 0;}
.bl-bg h1, .bl-bg p  {color:#fff;}
.bl-bg h1 {padding: 10px 0;}
.red-btn {background: #ff0000; padding: 10px 25px; display: inline-block; text-align: center; color:#fff;font-family: 'Oswald', sans-serif; font-weight: 500; letter-spacing: 1px;margin-top:15px;}
.red-btn:hover {background: #15122F; transition: .3s ease;}
.col-2 {width: 29%; display: inline-block; vertical-align: top; margin: 2% 2%; line-height: 30px; text-transform: uppercase;}
.col-2 .align-right {float: right;  font-weight: 600;}
.col-2 h2 {color:#ff0000; border-bottom: 1px solid #000; padding: 10px 0;}
.col-2 a {color:#ff0000; transition: .2s ease;}
.col-2 a:hover {text-decoration: underline; transition: .2s ease;}

/*---SLIDER STYLES-----------------------------*/

.center h3{
  opacity:0.6;
  //transition:all 300ms ease;
}
.center .slick-center h3{
  //-moz-transform:scale(1.08);
  //-ms-transform:scale(1.08);
  //-o-transform:scale(1.08);
  //-webkit-transform:scale(1.08);
  //transform:scale(1.08);

  opacity:1;
}

.slide-title{background: #000; color: #fff;}
.slide-title h1{color: #ba1f2f; padding-bottom: 0;}





/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding: 15px 0; 
	background: #000;
	margin-top:15px;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*---FORM STYLES------------------------*/
#formpage {  margin: 0 auto;  
	font-family: 'Poppins', sans-serif;}
#formpage div {
	vertical-align:top;
	padding:5px 5px 5px 0;
	color: #000;
	font-family: 'Poppins', sans-serif;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #134773;
	font-size:13px;
	background:#fff;
	font-family: 'Raleway', sans-serif;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #134773;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
	font-family: 'Raleway', sans-serif;
}

/* 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 #134773;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:8px 10px;
	width:100%;
	font-family: 'Raleway', sans-serif;
}

.formfield {
	width:47%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.formfield-full {
	width:98%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.message {font-weight: bold;
	font-family: 'Raleway', sans-serif;
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:98%;
    height:85px;
	font-family: 'Raleway', 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 input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:rgba(233,233,233,1.00); 
	color:#000;
	border:1px solid #134773;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
#formpage input[type="radio" ] {float: left; width: 50px;}
#formpage input.button,
#formpage input.button:focus {
    width:200px;
	font-family: 'Oswald', sans-serif;
    margin:0 auto;
    background: #ed1c24; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	font-size:14px;
	padding: 15px 20px;
	font-weight: 800;
	letter-spacing:2px;
	text-align: center;
	display: block;
	border: none;
	transition: .2s ease;
}
#formpage input.button:hover {
    margin:0;
    padding:15px 0px;
    background: #15122F; /* For browsers that do not support gradients */
    color:#fff;
	margin: 0 auto;
	text-align: center;
	display: block;
	transition: .2s ease;
}

/* 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;
} 

.checkbox {text-align: left;}
#formpage input[type="checkbox" ] {
	width:25px; 
	text-align: left;
}

#formpage a#red-border-button  {color:#134773; background:#fff; padding:10px; border:1px solid #134773; transition:.2s ease;}
#formpage a#red-border-button:hover  {color:#fff; background:#134773; padding:10px; border:1px solid #134773;}
/*control the Captcha */

.CaptchaPanel {margin: 0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 70%; text-align:left;}

.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:#5c5d5f;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 






/*-------- FOOTER STYLES ----------------*/
footer {background: #14171E; }
.footer-container {display: flex; flex-direction: row; align-items: center;}
.ql-footer {color:#fff; line-height: 30px; letter-spacing: 2px;width: 18%; border-right: 1px solid #fff;padding: 3% 2%; font-weight: 400; text-transform: uppercase; font-family: 'Raleway', sans-serif;}
.ql-footer p {font-family: 'Raleway', sans-serif;}
.ql-footer p a {color:#fff; transition: .2s ease;}
.ql-footer p a:hover {color:#ff0000}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.faceted-search-content .selected-facets-container .selected-facet, .faceted-search-content .faceted-section-box .faceted-view-more-btn, .list-container-flexrow .view-listing-details-link, .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  {background:#ff0000 !important;  }
.faceted-search-content .faceted-section-box .faceted-show-all-btn{background: #34314C !important;}
.list-container-flexrow .buy-now-link, .list-container-flexrow .check-availability-link, .list-container-flexrow .email-seller-link, .list-container-flexrow .dealer-phone-call, .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 .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content .detail-additional-data .data-row .data-label {background: #34314C !important;}
.detail-content-mobile .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-contact-bar .contact-bar-btn, .detail-content .detail-main-body .main-detail-data .offer-btn {background: #34314C !important; }

.detail-content-mobile .dealer-info .address-and-contact .address, .detail-content-mobile .dealer-info .dealer-title-link h3, .detail-content .dealer-info .dealer-company-header, .detail-content .dealer-info .field-value {color:#ff0000}


/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1500px) {
	.ql-footer {width: 30%;}
	.ql-footer p {font-size: 14px;}
	.ql-container {display: block;}
	.ql {width:27.9%; height: 250px; display: inline-block; vertical-align: top;}
	.hp-about {width: 70%; margin: 0 auto; padding: 3% 0;} 
	
	
}
@media only screen and (max-width: 1200px) {
	.logo {position: relative;box-shadow: 0px 0px 0px #fff; margin:0 auto; left:0;z-index: 99;}
	.blue-info-header {text-align: center; margin: 0 auto;}
	.blue-info-header h4 {text-align: center; font-size: 12px; margin:0 auto;}
	.width-90 {width: 95%;}
	.width-70 {width: 95%;}
	.col-2 {width: 40%; font-size: 14px;}
	.footer-container {display: block;}
	.ql-footer {width: 100%; border:0; border-bottom:1px solid #fff; margin: 0 auto; padding:20px 0;}
	.ql {width: 100%; height: auto; text-align: center; padding: 3% 0;}
	.ql-text {display: block; width: 80%; margin: 0 auto;}
}


@media only screen and (max-width: 767px) {
	h1 {font-size: 25px;}
	h2 {font-size: 20px;}
	.col-2 {width: 80%; font-size: 14px;}
	.formfield {width: 97%;}

	
}
@media only screen and (max-width: 450px) {
	.col-2 {width: 100%; font-size: 14px;}
	
}






