﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
pre {
	white-space: pre-wrap;
}
small {
	font-size: 80%;
}
/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
	font-family: Arial, sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	
	margin: 0;
}
svg:not(:root) {
	overflow: hidden;/*reset*/
}
/* clear floats */ 
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.clear {
	clear: both;
}
/*image replacement*/
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-style: solid;
	height: 0;
}
img {
	border: 0;
}
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 2em;
}
h2 {
	color: #da1f26;
	padding-bottom: 2%;
}
p {
	margin: 0;
	font-size:15px;
	line-height: 22px;
}
b, strong {
	font-weight: bold;
}

/*===================== 
	link styles 
=======================*/

a:focus {
	outline: thin dotted;/*reset*/
}

a, a:link, a:visited, a:active {
	color: #363636;
	text-decoration: none;
} 
.email-link {
	color:#fff !important;	
}


/*===================== 
	header styles 
=======================*/

.header-wrap {
	max-width: 100%;
}
header {
	margin: 0 auto;
	max-width: 1024px;
}
header div {
	width:20%;
	margin:0 auto;	
}
#logo {
	margin: 4% 0;
	width:100%;
}


/*===================== 
	nav styles 
=======================*/

#menu-button { /* hiding responsive menu button */
	display: none;
}
nav.mobile { /* hiding responsive menu */
	display: none;
}
/* ------------ */
nav.primary {
	background: rgba(0,0,0,.5);
	width: 100%;
	padding: 0;
	position:relative;
	margin-bottom: -48px;
	z-index: 999;
}
nav.primary ul {
	max-width: 1050px;
	padding: 0;
	margin: 0 auto;
}
nav.primary ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
nav.primary ul li a {
	font-weight: bold;
	display: block;
	padding: 15px 28px;
	text-decoration: none;
	color: #fff;
	margin: 0;
}
nav.primary ul li a:hover {
	background: #da1f26;
	color: #fff;
}
nav.primary ul li li a { /* appearance of the sub-level links */
	background: #da1f26;
	border-top: #e81921 solid 3px;
}
nav.primary ul li li a:hover { /* appearance of the sub-level links on hover */
	background: #e81921;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover > ul {
	display: block;
	line-height: 18px;
	z-index: 100;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
}
/*===================== 
	content styles 
=======================*/
.wrap {
	width: 100%;
	margin: 0;
}

/* ======================
  SCROLLING INVENTORY
=======================*/
.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
}
.scrolling {
	width: 100%;
	height: 92px;
}

/*===================== 
	slideshow styles 
=======================*/
.cycle-slideshow {
	width: 100%;
	/*margin-top:-70px; */
	position:relative;
}
.cycle-slideshow img {
	width: 100%;
	height: 100%;
}

/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(https://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(https://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }

/*===================== 
	layout styles 
=======================*/
.left {
	float: left;
}
.right {
	float: right;
}
.sitecontainer {
	max-width: 1024px;
	margin: 0 auto;
}
.col-1-4 {
	width: 24%;
}
.col-1-3 {
	width: 31.5%;
}
.col-3-4 {
	width: 75%;
}
/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	text-decoration: none;
	font-size: 12px;
	color:#da1f26;
}
a.footerlink:hover {
	text-decoration: none;
	font-size: 12px;
	color:#363636;
}
.footertext {
	font-size: 12px;
	color: #363636;
}
.smallfootertext {
	font-size: 12px;
	color: #666;
}
.divfooter {
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
	padding:10px 0;
}
.sub-footer {
	background-color: #363636;
	margin: 0 auto;
}
.col-1-2 {
	width: 30%;
	color: #fff;
	padding: 50px 0;
	float: left;
	margin-left: 16%;
}

/* ==========================
	HOME PAGE
========================== */
.col-1-3 {
	float: left;
	margin:0 auto;
}
.red-squares {
	margin: 3% 0 5% 2%;
	padding:0;
}
.home-para {
	padding-bottom: 7%;
	width: 100%;
	text-align:center;
}
.col-1-2 {
	width: 30%;
	color: #fff;
	padding: 50px 0;
	float: left;
	margin-left: 16%;
}
.divfooter {
	padding:10px 20px;
}

/* ========================
	CONTACT PAGE
======================== */
.contact-map {
	margin: 0 auto;
	padding: 2% 0;
	max-width:90%;
}
.contact-map iframe {
	max-width:100%;	
	padding-bottom:3%;
}

/* ========================
	FINANCING PAGE
======================== */
.fin-para {
	padding: 7% 0 10% 0;
}
.col-1-4 {
	float: left;
}
.col-3-4 {
	float: left;
}

/* ========================
	INVENTORY PAGE
======================== */
.hosted-content h3 {
	font-size:22px;
	color:#da1f26 !important;
}
#listings-title {
	text-transform:uppercase;
	font-size:25px;	
}
.hosted-content .p-tb-10 {
	padding:50px 0 !important;	
}
.hosted-content a.btn:hover {
	background:#363636 !important;
}
.hosted-content a.btn, .hosted-content a.button {
	background:#da1f26 !important;	
}
.hosted-content input#btnSearch {
	background:#da1f26;	
}





/* ===========================================
	FACETED INV
============================================ */
.list-container-flexrow .price-container .price,
.list-top-section .list-listings-count,
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color:#000 !important;}

#inv{padding: 5% 0;}

.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: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !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:#da1d23 !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:#da1d23 !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 #da1d23 !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: #da1d23 !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;}

.detail-contact-bar .contact-bar-btn{color:#fff;}

/* ===========================================
	MEDIA SREENS
============================================ */

@media screen and (max-width:1070px) {
nav.primary {
	display:none;	
}
.col-1-2-wrap {
	margin:0 auto;	
	max-width:80%;
}
.col-1-2 {
	color: #fff;
	padding: 50px 0;
	float: left;
}
.home-para {
	width:95%;
	margin:0 auto;
}

/* FINANCING PAGE */
.fin-para {
	width:100%;
	padding-left:4%;
}
.col-1-4 {
	float: left;
	width:30%;
}
.col-3-4 {
	float: left;
	width:60%;
}

/* CONTACT PAGE */
.contact-map {
	width:80%;
	padding:8% 0;
}

/* MOBILE NAV */
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 30px;
	width: 90px;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding-left: 3%;
	padding-bottom: .5%;
}
#menu-button a {
	color: #000;
	text-decoration: none;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 55%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 0 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}



}

@media screen and (max-width:930px) {
header div {
	width:25%;	
}
.red-squares {
	width:80%;
	margin:5% auto;
}
.farm-btn, .constr-btn, .attach-btn{
	width:100%;
}

}

@media screen and (max-width: 760px) {
header div {
	width:35%;	
}
.red-squares {
	margin:7% auto;
	width:95%;
	padding:0;
}
.col-1-3 {
	width:33%;
	margin:0 auto;
	padding:0;
}
.home-para {
	text-align:left;
	width:90%;
	margin:0 auto;	
}
.col-1-2 {
	width: 85%;
	padding:8%;
	margin:0;
}
.col-1-2 p {
	font-size:18px;
}

/* FINANCING PAGE */
.fin-para {
	padding:5%;
}
.col-1-4 a img {
	width:80%;
}
.col-1-4 {
	float: left;
	width:100%;
	padding-top:3%;
}
.col-3-4 {
	float: left;
	width:100%;
	padding:6% 0;
}

/* CONTACT PAGE */
.contact-map {
	width:80%;
	padding:10% 0;
}
	
/*==============================
	Mobile Nav Styles			
================================*/	
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	width: 90px;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding-left: 3%;
	padding-bottom: .5%;
}
#menu-button a {
	color: #000;
	text-decoration: none;
	cursor:pointer;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	cursor:pointer;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	cursor:pointer;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 55%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 0 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}
