﻿@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed: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 {
font-family: 'Roboto Condensed', sans-serif;
	overflow-x: hidden;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
h1 {font-size: 25px; font-style: italic; line-height: 32px;color:#FEC92D; letter-spacing: 1px;}
h2 {font-size: 20px; line-height: 28px; letter-spacing: 1px; }
/*--- HEADER STYLES ---------------------*/
header {width: 100%; }
.logo {width: 35%; display: inline-block; vertical-align: middle;}
.logo img {max-width: 300px; width: 100%;}
.header-right {width: 64%; display: inline-block; vertical-align: middle; text-align: right; }
.header-right .header-top h4 a{color:#000; letter-spacing: 1px; font-weight: 500;}
.header-top h4 {padding:15px 0;}
.header-top {border-top:25px solid #FEC92D; display: inline-block; }
.hero-text h1 {font-size: 55px; font-style: italic; line-height: 62px;color:#FEC92D; letter-spacing: 1px;}
.hero-text h2 {font-size: 45px;line-height: 52px; letter-spacing: 1px; }



/*---BODY--------------------------------*/
#padding525{padding: 25px 0;}
#padding50 {padding: 50px 0;}
.width90 {width: 93%; margin: 0 auto;}
.blk-btn {background:#000; padding:10px 15px; display: inline-block; margin:5px 5px 0 0; color:#fff; font-size:20px; letter-spacing: 1.5px; transition: .2s ease; }
.blk-btn:hover {background:#3E3E3E}
.yellow-btn {background:#FEC92D; padding:10px 10px; text-align: center; width: 97%; display: inline-block; margin:5px 5px 0 0;color:#fff;font-size:20px; letter-spacing: 1.5px; transition: .2s ease;}
.yellow-btn:hover {background:#FDBF07}
.hero img {width: 100%;}
.hero-text {position: absolute; right:10%; top:15vw;}
.hero-text h1, .hero-text h2 {display: inline-block; vertical-align: bottom;}
.hero-text h2 {color:#000; margin-left:15px; }
.hero-text h3 {color:#fff; letter-spacing:2px; font-size: 23px; line-height: 30px; padding-bottom: 15px; text-shadow: 2px 2px 5px  #7A7A7A; }
.yellow-bg {background:#FEC92D; width: 100%;}
.yellow-bg h2 {font-size:25px; line-height: 35px;}
.yellow-bg h4 a{color:#212121; letter-spacing: 2px; font-size:18px; line-height: 25px;}
.yellow-bg h4 a:hover{color:#fff; letter-spacing: 2px;}
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	background: #FEC92D;
	padding:10px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*--------FORM STYLES--------------------*/

#formpage {  margin: 0 auto;  }
#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;
}

#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 10px;
	width:100%;
}

.formfield {
	width:47%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Open Sans', sans-serif; font-weight: bold;
	
}

.message {font-weight: bold;}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:98%;
    height:85px;
	font-family: 'Open Sans', 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:#abacac; 
	color:#FFF;
	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:300px;
    margin:0 auto;
    background: #000; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	font-size:16px;
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 500;
	letter-spacing:1px;
	text-align: center;
	display: block;
}
#formpage input.button:hover {
    margin:0;
    padding:10px 0px;
    background: #4a4a4a; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	margin: 0 auto;
	text-align: center;
	display: block;
}

/* 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" i] {
	width:25px; 
	text-align: left;
}

#formpage a#red-border-button  {color:#212121; background:#fff; padding:10px; border:1px solid #000; transition:.2s ease;}
#formpage a#red-border-button:hover  {color:#fff; background:#212121; padding:10px; border:1px solid #000;}
/*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:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 



/*-------- FOOTER STYLES ----------------*/
footer{ border-top:1px solid #ddd;}
footer h4 {color:#000; padding:20px 0; letter-spacing: 1px; color:#000;}







/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {font-size: 22px !important;}
.currency-capital-price-container img {text-align: center; margin: 0 auto;}
.hosted-content .listings-wrapper .listings-list .category-banner h3 {text-transform: uppercase; letter-spacing: 1px; font-size:16px;}



.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.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 {background:#FDBF07 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-family:'oswaldregular' !important;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: #FDBF07 !important;text-transform: uppercase; letter-spacing: 1px;font-family:'oswaldregular' !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.list-content .list-title .list-listings-count{
	color: #000!important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
    color: #000!important;

}

#parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count{
	color: #000!important;
}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1340px) {
	.header-top h4 {text-align: center;}
	.header-right {text-align: center;}
}
@media only screen and (max-width: 1050px) {
	.hero-text {position: relative; right: 0; left:0; top:0; padding:20px 0; text-align: center;}
	.hero-text h1 {font-size: 32px; line-height: 40px;}
	.hero-text h2 {font-size: 22px; line-height: 30px;}
	.hero-text h3 {color:#000; font-size:16px; text-shadow: none; line-height: 24px;}
	.formfield {width: 44%;}
	.yellow-btn {width: 83%;}

}


@media only screen and (max-width: 850px) {
	.logo {width: 100%; text-align: center; margin:0 auto;}
	.header-right {width: 100%;}
	.header-right h4 {display: inline-block; width: 100%;}
	.header-top {width: 100%;}
	.formfield {width: 95%;}
	.blk-btn {width:42%;}
	.yellow-btn {width: 92%;}
	.yellow-bg h2 {font-size:18px; line-height: 25px;}
	.yellow-bg h4 {font-size:14px; line-height: 23px;}
	footer {text-align: center;}
	
}
@media only screen and (max-width: 500px) {
	.blk-btn, .yellow-btn {width:100%; padding:10px 0;}
}




