﻿/***** 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;  
} 
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
/*-------- 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;}

/*--- HEADER STYLES ---------------------*/
.logo {width: 28%; display: inline-block; vertical-align: bottom;}
.logo img {max-width: 300px;width: 100%;}
.header { background-image: url(../siteart/maze-white.png);width: 100%; display: inline-block; padding: 10px 0; position: relative;margin-top:15px;}
.red-bar {background: #C61D23; width: 50%; float: right; text-align: center; position: absolute; top:0; right: 0;z-index: 9999;}
.red-bar h4 {padding:10px 0; color:#fff; letter-spacing: 1px; font-weight: 400;}
.red-bar h4 a{padding:10px 0; color:#fff;}
.hero {width: 100%;}
.hero img {width: 100%;}


/*---BODY--------------------------------*/
.slide-logo {background: #fff; border-radius: 0px 30px; width: 350px; height: 200px; text-align: center; position: absolute; top:200px;margin: 0 auto; left:0; right: 0;z-index: 99999999;}
.slide-logo img {text-align: center;width: 70%; margin-top:18%; }
.width90 {width: 90%; margin: 0 auto;}
.width70 {width: 70%; margin: 0 auto;}
#padding25 {padding: 25px 0;}
#padding50 {padding: 50px 0;}
#padding100 {padding: 100px 0;}
.slide-left {width: 48%; float: left;}
.slide-right {width: 48%; float: right;}
.quicklinks {padding-bottom:100px; border-bottom: 1px solid #000;}
.ql {width: 30%; margin-top:-180px; display: inline-block; vertical-align: top; margin-right: 1%; margin-left: 1%;}
.ql img {margin-bottom: -10px; width: 100%;}
.ql-link {text-align: center; border:1px solid #ddd;width: 90%; margin: 0 auto;padding: 25px 0; transition: .3s ease; font-size: 16px; letter-spacing: 2px; color:#000;}
.ql-link h4 {color:rgba(59,59,59,1.00); letter-spacing: 1px; font-size: 20px;}
.ql-link:hover {background:#C61D23; color:#fff;}
.col-50 {width: 47%; display: inline-block; vertical-align: top; margin:0 1%; letter-spacing: .5px;}
.col-50 p a {color:#C61D23; transition: .2s ease;}
.col-50 p a:hover {color:#C61D23; text-decoration: underline;}
.col-50 h4 {line-height: 26px;}
.col-50 h4 a {color:#000; transition: .2s ease; font-weight: 400;}
.col-50 h4 a:hover {color:#C61D23; transition: .2s ease; font-weight: 400;}
.border-btn {background:#fff; border:1px solid #000; padding:10px 0; width: 150px; display: inline-block; text-align: center; color:#000; transition: .3s ease;}
.border-btn:hover {background:#ECECEC;}
.blk-btn {background:#000;border:1px solid #000; padding:10px 0; width: 150px; display: inline-block; text-align: center; color:#fff; transition: .3s ease;}
.blk-btn:hover {background:#5F5F5F}
/*--------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;} 


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/*-------- FOOTER STYLES ----------------*/
.footer { background-image: url(../siteart/maze-white.png);width: 100%; display: inline-block; padding: 10px 0; position: relative;}
.footer-left {width: 30%; display: inline-block; vertical-align: top;}
.footer-left img {width: 100%; max-width: 300px;}
.footer-right {width: 68%; display: inline-block; vertical-align: top; text-align: right}
.footer-right h4 {color:#fff; font-weight: 300;}
.footer-right h4 a{color:#fff; font-weight: 500; transition: .2s ease;}
.footer-right h4 a:hover{color:#C61D23; }
.footer-right a {color:#fff; margin-right:1%; transition: .2s ease;}
.footer-right a:hover {color:#C61D23; }







/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.currency-capital-price-container img {margin: 0 auto;}


#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#C61D23 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#C61D23 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #C61D23 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #C61D23 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}




/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1200px) {
	.width70 {width: 90%;}
	.red-bar {width: 100%; position: relative;z-index: 9;}
	.header {margin-top:0; z-index: 999;}
	.slide-logo {display: none;}
	.ql {margin-top:-120px;}
	.formfield {width:46%;} 

	
}

@media only screen and (max-width: 900px) {
	.col-50 {width: 100%;}
	.ql-link h4 {font-size: 16px;}
	.ql-link  {font-size: 14px;}
	.footer-left {width: 100%; margin: 0 auto; text-align: center; padding:15px 0;}
	.footer-right {width: 100%; text-align: center; margin: 0 auto;}
	.footer-right a {margin:1% 1%;}
	.logo {width: 50%;}
	.formfield {width: 97%;}
	
}


@media only screen and (max-width: 590px) {
	.quicklinks {border-top:50px solid #000;}
	.ql {width: 100%; margin-top:2%;}
	.road-bg  {display: none;}
	.red-bar h4 {font-size: 14px;}
	
}


