﻿
/*===================== 
	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: 'Open Sans', sans-serif;
    -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:30px; color: #c52c28; text-transform: uppercase;}

p {
	margin: 0;
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color:inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color:inherit;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	background:#c52c28 url(../siteart/header-bg-img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 1% 0 0 0;
}
.top-header {
	width: 60%;
	margin: 0 auto;
}
header .col-1-3, header .col-2-3 {
	display: inline-block;
	vertical-align: middle;
}
header .col-1-3 img {display: inline-block !important;}
header .col-2-3 {
	text-align: right;
	color: #fff;
}
.phone, .phone-icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
}


/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
	background: #c52c28;
	text-align: right;
	padding-right: 20%;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			vertical-align: middle;
			}
			nav.primary ul li a {
				color: #fff;
				display: block;
				padding: 10px 15px;
				font-weight: bold;
				text-transform:uppercase;
				font-size:14px;
				-webkit-transition-duration: 0.3s; /* Safari */
  				transition-duration: 0.3s;
				}	
			nav.primary ul li a:hover {
				background: #2b2b2b;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#2b2b2b;
	width:175px;
	text-align: left !important;
	display:block;
	text-decoration:none !important;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#3b3b3b !important;
	color:#fff !important;
	text-decoration:none !important;
}
/* 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;
	display:block;
}


/*===================== 
	mobile btns styles 
=======================*/
.mobile-btns {
	display:none;	
}


/*===================== 
	slideshow styles 
=======================*/
.slideshow {
	width:95%;
	height:auto;
	margin:0 auto;
	display:block;	
}
.slideshow .slick-center img {
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	opacity: 1;
	transform: scale(1.08);
}
.slideshow img {
	width:95%;
	opacity:.5;
	margin:15px;
	transition:all .4s ease;
}



/*===================== 
	banner styles 
=======================*/

.banner {
	background: #222;
	padding: 1% 0;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	layout styles 
=======================*/

.wrap {
	max-width:60%;
	margin: 0 auto;
}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#333 url(../siteart/footer-bg-img.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	background-position: center;
	padding: 2% 0 .75% 0;
}
.mfg-logo-section {
	margin-bottom: 1%;
}
.mfg-logo-section img {
	display: inline-block;
	vertical-align: middle;
	padding: 0 3%;
}


a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:12px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:12px;
		color: #fff;
		}

.footertext {
	font-size:12px; 
	color:#fff;
}
.smallfootertext {
	font-size:12px; 
	color:#fff;
}
.divfooter {
	width:45%; 
	text-align:center; 
	margin:0 auto;
	color: #fff;
}
	
/*===================== 
	Home Page 
=======================*/

.callout-section {
	background:#333 url(../siteart/callout-bg-img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 1% 0;
	margin-top: 1% ;
	text-align: center;
}
.callout {
	width: 23%;
	display: inline-block;
	vertical-align: middle;
	position:relative;
	margin: 0 .25%;
}
.callout p {
	position: absolute;
	top: 40%;
	left: 0%;
	right: 0%;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.65);
	padding: 2% 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.intro-section {
	background: url(../siteart/intro-bg-img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 3.5% 0;
}
.white-bg, .mfg-logo-section {
	background:rgba(255,255,255,.75);
	border: 2px #eee solid;
	padding: 2.5% 1%;
	width: 100%;
}
.intro-section .white-bg img {
	display: block;
	margin: 0 auto 1% auto;
}
.contact-info-div {
	background:#333 url(../siteart/contact-bg-img.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 2% 0;
	border-top:#c52c28 10px solid;
}
.contact-info-div .col-1-3 {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
}
.contact-info-div .col-1-3 p, .contact-info-div .col-1-3 img {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.contact-btn {
	background: #c52c28;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 2% 0;
	width: 75%;
	margin-top: 1%;
	-webkit-transition-duration: 0.5s; /* Safari */
  	transition-duration: 0.5s;
}
.contact-btn:hover {
	background: #222;
}

.pad-pg {
	padding:3% 0;
}
	
/*===================== 
	Contact Page 
=======================*/
.contact-pg {
	padding: 3% 0;
	background: url(../siteart/intro-bg-img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.contact-div .col-1-2 {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.contact-info-div .col-1-2 p, .contact-info-div .col-1-2 img {
	display: inline-block;
	vertical-align: top;
}
.contact-pg form {
	background:rgba(255,255,255,.75);
	border: 2px #eee solid;
	padding: 2.5% 1%;
	width: 100%;
	text-align: center;
	margin:0 auto;
	display: block;
}
.contact-pg form .col-1-2 {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.contact-pg form input {
	width: 95%;
	padding: .5%;
	margin: 1.5% 0;
	display:block;
	font-family: 'Open Sans', sans-serif;
}
.contact-pg form textarea {
	width: 95%;
	display: block;
	font-family: 'Open Sans', sans-serif;
}
.contact-pg form input.button {
	border: none;
	background: #c52c28;
	padding: 1% 0;
	font-weight: bold;
	font-weight: 16px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	width: 45%;
	-webkit-transition-duration: 0.5s; /* Safari */
  	transition-duration: 0.5s;
}
.contact-pg form input.button:hover {
	background: #222;
}
.CaptchaPanel {
	margin: 0 auto !important;
	padding: 0 !important;
}
.CaptchaMessagePanel {
	font-size: 12px;
}
	
/*===================== 
	Inventory Page 
=======================*/	
#btnSearch {
		
}
.hosted-content #listings-title {
	
}
.btn, .btn-on-auction {
		
}
.list-top-section .list-listings-count {color:#111 !important;}

.view-listing-details-link{color:#FFF!important;}

#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:#c52c28 !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:#c52c28 !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 #c52c28 !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: #c52c28 !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;}


/* ====================
	MOBILE SCREENS
=================================== */
@media screen and (max-width: 1580px) {
.wrap {
	max-width: 70%;
}
nav.primary {
	padding-right: 15%;
}
	
}

@media screen and (max-width: 1450px) {
.wrap {
	max-width: 75%;
}
nav.primary {
	padding-right: 12%;
}
}

@media screen and (max-width: 1200px) {
.wrap {
	max-width: 80%;
}
nav.primary {
	padding-right: 10%;
}
.contact-info-div .col-1-3 p, .contact-info-div .col-1-3 img {
	display: block;
}
}

@media screen and (max-width: 1075px) {
.wrap {
	max-width: 85%;
}
nav.primary {
	padding-right: 8%;
}
}

@media screen and (max-width: 960px) {
.wrap {
	max-width: 90%;
}
.slideshow {
	width: 90%;
}
.callout {
	width: 48%;
}
h1 {
	font-size: 27px;
}
.contact-info-div .col-1-3 {
	width: 48%;
	margin: 1% 0;
}
.contact-btn {
	width: 90%;
}
.divfooter {
	width: 95%;
}

.contact-pg form {
	width: 95%;
}
.contact-pg form .col-1-2 {
	width: 95%;
	display: block;
	margin: 0 auto;
}
.contact-pg form input, .contact-pg form textarea {
	width: 100%;
	margin: 1.5% auto;
}
.contact-div .col-1-2 {
	width: 95%;
	margin: 2% auto;
	display: block;
	text-align: center;
}
.contact-info-div .col-1-2 p, .contact-info-div .col-1-2 img {
	display: block;
	margin: 0 auto;
}
	

/*============================= 
	mobile btn styles 
==============================*/	
.mobile-btns {
	display:none;
	width:30%;
	background:#222;	
}	
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
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: #fff;
	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: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 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: 760px) {
.wrap {
	max-width: 95%;
}
header .col-1-3, header .col-2-3 {
	width: 100%;
	display: block;
	text-align: center;
}
header .col-1-3 img {
	width: 40%;
	padding-bottom: 2%;
}
header .col-2-3 img {
	padding-bottom: 2%;
}
.slideshow {
	width: 85%;
}
.callout {
	width: 98%;
	display: block;
	margin: 0 auto;
}
.white-bg {
	width:95%;
}
h1 {
	font-size: 25px;
}
.contact-info-div .col-1-3 {
	width: 100%;
	text-align: center;
	margin: 2% auto;
}
.contact-info-div .col-1-3 p, .contact-info-div .col-1-3 img {
	margin: 0 auto;
	display: block;
}
.contact-btn {
	margin: 1% auto;
	margin: 2% auto 0 auto;
	width: 70%;
}
.mfg-logo-section {
	width: 95%;
	margin: 0 auto 3% auto;
}

/*============================= 
	mobile btn styles 
==============================*/	
.mobile-btns {
	display:none;
	width:30%;
	background:#222;	
}
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
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: #fff;
	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: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 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%;
}
}
	
