﻿/***** 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: ed1c24
gray: 999b9d
*/

/***** 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;
	font-size:16px; 
	line-height: 30px;  
	background:#000;
	color: #999b9d; 
	font-weight:400;
	overflow-x:hidden;
	width: 100%;
	
}
h1 {font-family: 'Poppins', sans-serif; letter-spacing: 1.25px; font-size: 30px; color:#ed1c24; line-height: 40px;  text-transform:uppercase;  font-weight: 700; padding:10px 0; }
h2 { font-size: 28px; color:#999b9d; line-height: 30px; text-align: left; text-transform:uppercase;  padding:10px 0;  letter-spacing: 1.25px; font-weight: 300;}
h3 { font-size: 28px; color:#fff; text-transform:uppercase; padding-bottom:10px; }


a{color:#000; text-decoration: none;}
strong {font-weight: 700;}

.clear{clear:both;}
/*--- 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:#ed1c24 !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: #ed1c24 !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:#ed1c24;} .dealer-btns-bottom a {background: #ed1c24 !important;} .view-listing-details-link i, .view-listing-details-link span,.view-listing-details-link span:hover {color:white !important;} .search-results {color:#ed1c24!important} .page-nav {background:#ed1c24!important} .bottom-section, .detail-content, .compare-container {background:white!important;} .listing-portion-title, .listing-description {color:black!important;} .contact-information, .contact-info-heading{color:black!important; }  .compare-title h3 {color:black!important;} .list-content {line-height: 20px!important;}
 

/*--- HEADER STYLES --------------------------*/
header {
	width:100%;
	position: absolute;
	z-index: 999;
	font-size:18px;
	background:rgba(255,255,255,.8);
}
header .wrapper-inner{text-align: center; padding: 10px 0;}

#topleft {
	position: relative;
    display: inline-block;
    top: 0;
    left: 0;
	padding: 15px 0; 
	float: left;
}
#logo img{width:100%; max-width: 220px;}
#header-banner{margin: 0 auto; text-align: center; display: inline-block; max-width: 95%;}
#topright {
	margin-top:45px;
	float:right;
	display:inline-block;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	color:#000;
}
#topright a{color:#000;}


/*--- KEYWORD SEARCH--------------------------*/

#quick-search-wrap{float:right; position:relative;}

#quick-search-wrap form{
	position:relative;
	display:block;
}

#quick-search-wrap form input{
	width:260px;
	background:#fff;
	color:#9F9F9F;
	height:45px;
	line-height:30px;
	padding:0 0 0 10px;
	border:0;
	float:left;
	position:relative;
	font-size:14px;
	font-family: 'Poppins';
	letter-spacing: 1px;
}

#quick-search-wrap form .button{
	border:0;
	position:relative;
	text-transform:uppercase;
	width:50px;
	height:45px;
	background:#ed1c24 url(../siteart/search-icon.png) center center  no-repeat;
	cursor:pointer;
	transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
}

#quick-search-wrap form .button:hover{
	background:#999b9d url(../siteart/search-icon.png) center center  no-repeat;
	transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
	
}
/*------SLIDER STYLES-------------------------- */
.cycle-slideshow img{
	width:100%;
}


.black-bar span{ color:#fff; font-weight: 300; }
.black-bar h1{color:#ed1c24; font-weight:700; }
.black-bar {
	width: 100%;
	text-align:center;
	position:absolute;
	padding: 12px 0px;
	z-index:999999;
	left:0px;
	bottom:0;
	font-size: 16px;
	font-weight:300;
	letter-spacing: 1.25px;
	overflow: hidden;
	background-color: rgba(0,0,0, .8);
	display: inline-block;
}

/*---BODY--------------------------------*/
#page-image{width:100%; display: block;}


#pad{padding:3% 0;}
.wrapper-inner{width: 85%; margin: 0 auto;}
.black-bg{background:#000;}

.full .hosted-content h1, .hosted-content #listings-title{font-family: 'Poppins', sans-serif !important;}
/*---FOOTER------------------------------------------------*/
.three-cols{width: 30%;  display: inline-block; margin-right:15px; vertical-align: top; text-align: left;}
.three-cols a{color:#999b9d;}

footer{background: #303030; width: 100%; padding: 12px 0; color:#999b9d; font-size: 15px;}
footer a{color:#999b9d; }

.foot-left{text-align: left; float: left;}
.foot-left li{text-decoration: none; list-style: none; display: inline-block; text-transform: uppercase; margin: 0 10px;}
.foot-left li:hover{text-decoration: underline;}

.foot-right{text-align: left; float: right;}
.foot-right a:hover{text-decoration: underline;}



/*-------- RESPONSIVE STYLES --------*/


@media screen and (max-width:1120px){
header{position: relative; background:#fff;}
#topleft{float: none; text-align: center; margin: 0 auto; display: block; width: 100%; padding: 0;}
#topright{float: none; text-align: center; display: block; font-size: 14px; line-height: 20px; padding-bottom: 10px; margin:-5px 0 5px 0;}
#logo{padding:0 0 10px 0; margin: 0 auto;}
#logo img{margin: 0 auto;}

.black-bar h1{font-size:20px; line-height: 20px;}
.black-bar{padding:5px 0;}

.three-cols{width: 100%; float: none; margin:10px auto; text-align: center;}
.three-cols h2{text-align: center;}

.foot-left{float: none; text-align: center;}
.foot-right{float: none; text-align: center; font-size: 12px;}
}



@media screen and (max-width:649px){
#topright p{width: 65%; margin: 0 auto;}

.wrapper-inner, .wrapper-center{width: 90%;}
.searchform{width: 90%;}
.searchform input.search-box{width: 65%;}
}

@media screen and (max-width:400px){
#topright{font-size: 13px;}

.foot-left{display: none; }

}


