﻿@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Roboto+Condensed:300,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 --------

*/


/*---POP-UP -----------------------------------*/

.box {
                width: 50%;
                margin: 0 auto;
                background: rgba(0,0,0,0.2);
                padding: 35px;
                border-radius: 20px/50px;
                background-clip: padding-box;
                text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
                transition: all 0.2s;
                font-size: 39px;
                font-weight: bold;
                text-decoration: none;
                color: #fff;
                padding:0 5px 5px 5px;
}
.popup .close:hover {
  background: #000;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.overlay .popup {
                background: #000;
                border:3px solid #ffffff;
                border-radius: 5px;
                width: 100%;
                max-width: 1300px;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding: 40px 0;
                margin: 0 auto;
                text-align: center !important;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -1800%;
    left: -1000%;
    display: none;
}
.overlay h4{
	color:#000;
	font-size: 28px;
	width:80%;
	margin:auto;
}

/***** 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-size: 16px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
}

a:link, a:visited, a:active {text-decoration:none; color:#dd0007;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
h1, h2, h3, h4 {font-family: 'Roboto Condensed', sans-serif; letter-spacing: 2px;}
h1 {font-size: 35px; line-height: 42px;}
h2 {font-size: 32px; line-height: 40px;}
h3 {font-size: 24px; line-height: 30px;}
h4 {font-size: 16px; line-height: 24px;}
.white-text {color:#fff;}
.blk-text {color:#000;}
.red-text {color:#FF0F17;}
/*--- HEADER STYLES ---------------------*/
header { background: #1C1C1C; width: 100%; display: inline-block; }
.logo {width: 30%;float: left; text-align: left; vertical-align: top; margin-left:5%; padding:10px 0; max-width: 300px;}
.logo img {width: 100%;}
.header-right {width: 65%; float: right; text-align: right; vertical-align: top;}
.header-top {background:#000; width: 80%; padding: 5px 0;text-align: center; float: right;}
.header-top h4 {color:#fff; text-transform: uppercase; font-size: 14px;}
.header-top h4 a{color:#FF0F17; text-transform: uppercase;}


/*---BODY--------------------------------*/
.width-70 {width: 70%; margin: 0 auto;}
.width-90 {width: 90%; margin: 0 auto;}
.hp-container {display: flex; flex-direction: row; align-items: center;}
.cube-1, .cube-2 {padding:1.5% 1.5% 1.5% 1.5%; justify-content: flex-start; width: 46.2%;} 
.cube-1 img {width:100%;}

.cube-1-sub {padding:1.5% 1.5% 1.5% 1.5%; justify-content: flex-start; width: 46.2%;} 
.cube-1-sub img {width:100%;}

.cube-2 {background:url(../siteart/truck-stockphoto.png); background-position: center;height: 100%;height:29.4vw; text-align: center;background-color: #000;;}
.cube-2 h2 {border-bottom:1px solid #fff; padding: 10px 0; font-weight: 400;}
.cube-2 h3 {margin-bottom: 25px;}
.cube-2 h2, .cube-2 h3 {color:#fff;}
.red-btn-border {border:1px solid #FF0F17; text-align: center; color: #fff; font-weight: 600; letter-spacing: 2px; padding: 15px 0; margin:10px 0;font-family: 'Roboto Condensed', sans-serif; font-size: 20px; transition: .3s ease;}
.red-btn-border:hover {background: #FF0F17; color:#fff;}
.align-center {align-items: center; margin-top:6vw;}
.cube-3 {background: #000; width: 47.8%; justify-content: flex-start; align-items: center;height:25vw; padding-top:50px;}
.cube-3 p {color:#fff; letter-spacing: 1px; padding-bottom: 25px; margin-left:10px; margin-top:60px;}
.cube-4 {background:url(../siteart/diagonal-pattern.png); width: 51%; justify-content: flex-start; align-items: center;height:25vw; margin-left:1.5%; padding-top:50px;background-color:#000;}
.cube-4 h1 {font-size: 50px; line-height: 56px; color:#fff; margin-left:10px; margin-top:50px;}
 .contact-pg-h1 {font-size: 35px !important; line-height: 42px !important;}


.red-btn {background:#dd0007 ;padding: 10px 25px; text-align: center; display: inline-block; color:#fff; margin:10px 10px;font-family: 'Roboto Condensed', sans-serif; font-size: 20px; transition: .3s ease;}
.red-btn:hover {background: #fff; color:#FF0F17;}

.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: 50px; letter-spacing: 2px;}
.form-right {width: 35%; justify-content: flex-start; align-items: center;}

/*--------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: #dd0007; /* 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{ padding: 10px 0; border-top:1px solid #000;}
.col-3 {display: inline-block; vertical-align: top; width: 20%;}
.col-3 h3 {font-weight: 600; letter-spacing: 1px; text-transform: uppercase;}
.footer-col {display: inline-block; vertical-align: top; width: 45%; text-align: left;}
.col-3 p {font-family: 'Roboto Condensed', sans-serif; }
.col-3 p a{color:#000; font-weight: 400; }
.col-3 p a:hover{color:#000; font-weight: 600; }
.footer-col-right {display: inline-block; vertical-align: top; width: 45%; text-align: right;}
.footer-col, .footer-col-right {font-family: 'Roboto Condensed', sans-serif;}





/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.faceted-search-content .selected-facets-container .selected-facet, .list-container-flexrow .view-listing-details-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content-mobile .detail-contact-bar .contact-bar-btn {background:#dd0007 !important; }
.list-content .listing-portion-title {letter-spacing: 1px;}
.list-top-section {width: 90%; margin: 0 auto;}
.detail-content .detail-additional-data .data-row .data-label, .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-additional-data .data-row .data-label {background: #333 !important;}



/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1800px) {
	.align-center {margin-top:0;}	
	.cube-3 p {margin-top:0; font-size: 14px; line-height: 22px;}
	.cube-4 h1 {margin-top:0; font-size: 40px; line-height: 45px;}
	.form-left .formfield {width: 28%;}
	
	
}
@media only screen and (max-width: 1400px) {
	.header-top {width: 100%;}
	.cube-2 h3 {font-size: 18px; line-height: 24px;}
	.formfield {width: 29%;}
	.col-3 {width: 31%;}
	.cube-4 h1 {font-size: 30px; line-height: 35px;}
	.red-btn-border {padding: 10px 0;}
	.formfield-half{width: 97%;}
}

@media only screen and (max-width: 1250px) {
	header {text-align: center;}
	.logo {width: 100%; text-align: center; margin: 0 auto; float: none;}
	.logo img {text-align: center; margin: 0 auto;}
	.header-right {width: 100%;}
	.align-center {margin-top:0;}
	h2 {font-size: 25px; line-height: 35px;}
	h3 {font-size: 20px; line-height:26px;}
}

@media only screen and (max-width: 1100px) {
	.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 20px;}
	.formfield {width: 97%;}
	.detail-content .dealer-info .contact-information, .detail-content .dealer-info .dealer-company-header, .detail-content .dealer-info .dealer-company-header {color:#333 !important;}
	.hp-container {display: block; width: 100%;}
	.cube-1 {display: none;}
	.cube-1-sub{width: 100%; padding: 1.5% 0;}
	.cube-2, .cube-3, .cube-4 {width: 100%; padding: 25px 0; height: auto; margin: 0 auto;}
	.hp-flex {display: block;}
	.form-left, .form-right {width: 100%;}
}

@media only screen and (max-width: 1020px) {
	.promotion img {max-width:500px; width:100%;}
	.promotion {padding-top:30px;}
}


@media only screen and (max-width: 900px) {
	.form-left h1 {font-size: 40px; line-height: 46px;}	
	.col-3 {width: 100%;}
	.form-left .formfield {width: 28%;}
}


@media only screen and (max-width: 767px) {
	.logo img {max-width: 200px;}
	.red-btn {width: 100%; padding: 10px 0; margin: 5px 0;}
	.formfield {width: 95%;}
	.form-left h1 {font-size: 25px; line-height: 22px; text-align: center;}
	.form-left .formfield {width: 95%;}
	#displaynone {display: none;}
	
	
}






