﻿/***** 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 --------
red: d90000
*/

/***** END RESET *****/
::-moz-selection {
    background: #edeceb; 
    color: #000;
    text-shadow: none;
}
::selection {
    background: #edeceb;
    color: #000;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Poppins', sans-serif !important;
	font-size:16px; 
	line-height: 30px;  
	background:#fff;
	color: #000; 
	font-weight:400;
	overflow-x:hidden;
	width: 100%;
	
}
h1 { font-size: 45px; color:#d90000; line-height: 40px; text-align:center; text-transform:uppercase;  font-weight: 700; padding:10px 0;}
h2 {font-size: 22px; text-align: left; color:#d90000; font-weight:700;text-transform:uppercase; padding: 5px 0;}
h3 {font-size:22px; color: #d90000; font-weight: 700; text-align: center; text-transform:uppercase;}
h4{font-size: 20px; color:#d90000; text-align:left; text-transform:uppercase; line-height: 30px; font-weight:700;}


a{text-decoration: none;}
strong {font-weight: 700;}

.clear{clear:both;}


#pad{padding: 4% 0;}

/*--- INVENTORY STYLES --------------------------*/

.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:#d90000 !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: #d90000 !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;} .dealer-btns-bottom a {background: #d90000 !important;} .search-results {color:#d90000!important} .page-nav {background:#d90000!important}


/*--- HEADER STYLES --------------------------*/
header {
	width:100%;
	margin: 0 auto;
	font-size:18px;
	background:none;
	position: absolute;
	z-index: 99999;
}

header .wrapper-inner{width: 90%; display: flex; align-items: center}

#topleft {justify-content: flex-start; width: 35%; text-align: left}
#logo img{width:100%; max-width: 230px;	display: inline-block; vertical-align: middle}
#topright {justify-content: flex-start;text-align: right; width: 65%;}



/*---BODY--------------------------------*/
.wrapper-inner{padding: 15px 0px; width:75%; margin: 0 auto; text-align: center;}
.inv-wrapper{padding: 15px 0px; width:90%; margin: 0 auto; text-align: left;}
.inv-wrapper h1{text-align: left!important;}
.gray{background: #7a7a7a;}



#red-button{
	width: 180px;
	color:#fff !important; 
	background: rgba(217, 0, 0, .99); 
	padding: 5px 15px; 
	font-weight: 700;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	display: inline-block;
	text-align: center;
	margin-right:3px;
	border-radius: 6px;
}
#red-button:hover{
	background: rgba(217, 0, 0, .7); }


#white-button{
	width: 180px;
	color:#d90000 !important; 
	background: #fff; 
	padding: 5px 15px; 
	font-weight: 700;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
}
#white-button:hover{background: rgba(255, 255, 255, .7); }

#black-button{
	width: 180px;
	color:#fff !important; 
	background: #000; 
	padding: 5px 15px; 
	font-weight: 700;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
}
#black-button:hover{background: rgba(0, 0, 0, .7); }



#page-image{width:100%; display: block;}


.hero-text{
	text-align:center;
	position:absolute;
	top:18vw;
	color:#fff;
	width:100%;
	z-index:999;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
        /* Opera/IE 8+ */}


.hero-text h1 span{font-weight: 300; color:#fff;  }
.hero-text h1 { font-size: 3.5vw; color:#d90000; line-height: 3.5vw; text-align:center; text-transform:uppercase;  font-weight: 700; padding:10px 0;}

.cycle-slideshow img{width:100%;}



.sub-hero-text{
	text-align:center;
	position:absolute;
	top:12vw;
	color:#fff;
	width:100%;
	z-index:1;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
        /* Opera/IE 8+ */}


.sub-hero-text h1 span{font-weight: 300; color:#fff;  }
.sub-hero-text h1 { font-size: 3.5vw; color:#d90000; line-height: 3.5vw; text-align:center; text-transform:uppercase;  font-weight: 700; padding:10px 0;}


/*---HOME PAGE-----------------*/
.red-bar{
	width: 100%;
	color:#fff; 
	background: #d90000; 
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	padding: 15px 0;
}
.red-bar .wrapper-inner{text-align: left;}
.red-bar .left{ display: inline-block; width: 30%; font-size:20px; line-height: 22px;}
.red-bar .right{float: right; display: inline-block;}


.white-block{background:#fff; height: 200px;}


.about-section{width: 100%; background: #f3f3f3; padding:20px 0; z-index: 999; position: relative;}
.about-section .wrapper-inner{margin-top:-110px; padding: 0;}

.about-section h1{text-align: left; color:#000; font-weight: 700; padding-bottom: 20px;}
.about-section h1 span{font-weight: 300;}
.about-section h2{color:#d90000;}

.quick-links {width:23%; margin: 5px; display: inline-block; background:#fff; text-align:center; border:2px solid #e6e6e6;}
.quick-links a:hover{text-decoration: none;}
.quick-links  img {width:60%; margin: 12px 0px;}
	
.quick-text {background:#e6e6e6; color:#000; text-transform:uppercase; padding:7px 0px; font-size:20px; font-weight:400;}
.quick-text:hover{background: #000; color:#e6e6e6;}

#align-left{padding: 3% 0; text-align: left;}




.feature{background:url(../siteart/feature.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; padding: 3% 0; 
}
.tile{background: #fff; width: 100%; max-width: 270px; height: 325px; display: inline-block; padding:30px 40px; vertical-align: top; text-align: center; margin:5px 10px; box-shadow: 2px 7px 13px -4px rgba(0,0,0,0.45);}
.tile h4{color: #000; text-align: center; padding-bottom: 10px 0;}
.tile .fa{color:#aeb5bb; font-size: 70px; padding-bottom: 30px;}


.black-bar{
	width: 100%;
	color:#fff; 
	background: #000; 
	font-weight: 700;
	font-size:20px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	padding: 25px 0;
}

/*--CONTACT PAGE----------------------------------------*/
.contact-left{float: left;display: inline-block; text-align: left;}
.contact-right{float: right; display: inline-block; width: 55%;}

/*---FOOTER----------------------------------------------*/

footer{background: #f3f3f3; width: 100%; padding:10px 0;}
.footer-col{display: inline-block; vertical-align: top; width: 18%; font-size:14px; margin: 10px 0;}
.footer-col h4{color:#000; font-weight: 700; font-size:16px;}
.footer-col li{color:#000; list-style: none; text-align: left;}
.footer-col p{text-align: left;}
.footer-col a{color:#000;}

#footer-logo{opacity: .5; width: 80%;}

.social-footer{background:#e6e6e6; width: 100%;}
.social-footer .left{float: left; display: inline-block;}
.social-footer .left img{display: inline-block; width: 30px;}
.social-footer .left img:hover{opacity: .7}

.social-footer .right{display: inline-block; font-size: 12px; color:#000 !important; text-align: right; width: 80%;}
.social-footer .right a{color: #000; text-decoration: underline;}

/*--------FORM STYLES--------------------------------------*/
#formpage { 
	vertical-align:top; 
	margin: 0 auto;  
	text-align:left;
}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #7a7a7a;
}

#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:5px;
	width:100%;
}

.formfield {
	width:85%; 
	float:left; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #7a7a7a;
	text-align:left;
	font-family: 'Poppins', sans-serif; 

	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:88%;
    height:85px;
	font-family: 'Poppins', sans-serif; 
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
	text-align: left;	
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#abacac; 
	color:#FFF;
	border:1px solid #abacac;
	outline-style:none;
}


#formpage input.button,
#formpage input.button:focus {
    width:150px;
    margin:0;
    background: #d90000; 
	border:2px solid #d90000; 
	padding: 15px 20px; 
	font-weight: 700;
    line-height:14px;
    color:#fff;
	font-family: 'Poppins', sans-serif;
	float: none;
}
#formpage input.button:hover {
	width:150px;
    margin:0;
    padding:15px 20px;
    background: none; 
    border: 2px solid #d90000;
    line-height:14px;
    color:#d90000;
}

/* 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;
} 
.fieldsWrap{
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0px;
}
.fieldsWrap label{
	width: 100%;
}
.fieldsWrap.singleFields {
    width: 90%;
}
.fieldsWrap.dualFields {
    width: 45%;
}
.fieldsWrap input {
    width: 100%;
    padding: 10px 14px;
    margin: 2px 10px 2px 0px;
}
.fieldsWrap select {
    width: 100%;
    padding: 10px 14px;
    margin: 2px 10px 2px 0px;
}
.fieldsWrap textarea {
    width: 100%;
    padding: 10px 14px;
    margin: 2px 10px 2px 0px;
	font-family: 'Poppins', sans-serif !important;
	height: 150px;
}
.fieldsWrap.thirdFields {
    width: 30%;
}
.site-form form{display: flex; flex-wrap: wrap; padding: 2% 4%;}
.site-form form .CaptchaPanel{width: 100%;}
.site-form form .CaptchaMessagePanel{text-align: left;}
.site-form form .CaptchaAnswerPanel{text-align: left;}
.red{color:#d90000 }
.submit{width: 180px;
	color:#fff !important; 
	background: rgba(217, 0, 0, .99); 
	padding: 8px 15px; 
	font-weight: 700;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	display: inline-block;
	text-align: center;
	margin-right:3px;
	border-radius: 6px;
	border: none!important;
	cursor: pointer;
}
.submit:hover{background: rgba(217, 0, 0, .7); }
.list-redesign .page-type-toggle .sort{line-height: normal!important;}
/*control the Captcha */

.CaptchaPanel {
	margin:0 auto !important;
	padding:0 0 0 0 !important;
	line-height:normal !important;
	color:#000;
	width: 30%; 
	text-align:center;
	float: left;
}

.CaptchaImagePanel {
margin-top: 10px;
padding:0 0 0 0;
	text-align: left;
}

.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;
	text-align: left
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
.note{width: 100%;}
.thankyou-sect{
	text-align: left;
	padding: 20px 0px;
}
/*-------- RESPONSIVE STYLES --------*/


@media screen and (max-width:1500px){
#topleft { width: 25%; }
#topright {width: 75%;}
	
}
@media screen and (max-width:1200px){
	.quick-links{width: 40%;}
	
	
	
#topleft { width: 70%; }
#logo img{max-width: 200px;}
#topright {width: 30%;}

}


@media screen and (max-width:1024px){
.wrapper-inner{width: 90%;}
	
.red-bar .wrapper-inner{text-align: center; margin: 0 auto;}
.red-bar .left{width: 100%; text-align: center;padding-bottom: 10px;}
.red-bar .right{float: none;}	
.contact-right{width: 100%; float: none; margin-top:20px;}

	.tile{max-width: 80%; height: auto; padding:20px 25px; margin: 5px 0;}	
	
	.footer-col{width: 43%;}
}



@media screen and (max-width:720px){

	.hero-text, .sub-hero-text{display: none; }
	


#topleft { width: 80%; }
#logo img{max-width: 120px;}
#topright {width: 30%;}
.fieldsWrap.thirdFields {
    width: 100%;
}
.fieldsWrap.dualFields {
    width: 100%;
}
.fieldsWrap.singleFields {
    width: 100%;
}
}

@media screen and (max-width:520px){

	
		.quick-links{width: 100%; margin:5px 0;}
}

@media screen and (max-width:320px){

	.footer-col{width: 100%; text-align: center;}
	.footer-col li, .footer-col h4, .footer-col p{text-align: center;}
	
.social-footer .left{float: none; text-align: center; display: block; margin: 0 auto;}
.social-footer .left img{display: inline-block; width: 30px;}
.social-footer .left img:hover{opacity: .7}

	.social-footer .right{float: none; text-align: center; display: block; margin: 0 auto;}
}


