﻿/*===================== 
	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: 'Roboto', 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:35px; font-family: 'Anton', sans-serif;}

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%;
}
.top-header {
	background: #efefef;
	border-bottom: thin #222 solid;
}
.header-info {
	display: inline-block;
	vertical-align: middle;
	width: 77%;
	text-align:right;
}
.logo {
	display:inline-block;
	vertical-align: middle;
	text-align: left;
	width: 22%;
	padding: .5% 0;
}
.green-color {
	color:#058c06;
	font-weight: bold;
}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
	border-bottom: #058c06 8px solid;
	text-align: center;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #222;
				display: block;
				padding: 10px 15px;
				text-transform:uppercase;
				font-size:15px;
				}	
			nav.primary ul li a:hover {
				background: #058c06;
				color: #fff;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#4478db;
	width:150px;
	display:block;
	text-decoration:none !important;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#5689EC !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;
	padding-top:1.5%;
}
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;	
}


/*===================== 
	banner styles 
=======================*/

.banner {
	background: url(../siteart/scroll-bg-img.jpg) no-repeat;
	background-position: cover;
	background-size: cover;
	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%;
}
footer .col-2-3, footer .col-1-3 {
	display: inline-block;
	vertical-align: middle;
	padding:1% 0;
}
.footer-lists {
	display: inline-block;
	vertical-align: top;
	width: 32%;
}
footer h3 {
	text-transform: uppercase;
	color: #09345a;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li {
	padding: 0;
	margin: 0;
	line-height: 25px;
}
footer .col-1-3 {
	text-align: right;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:10px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:underline; 
		font-size:10px;
		color: #058c06;
		}

.footertext {
	font-size:10px; 
	color:#222;
	}

.smallfootertext {
	font-size:10px; 
	color:#222;
	}

.divfooter {
	width: 60%;
	text-align:center; 
	margin:0 auto;
}
.copyright {
	background: #efefef;
	border-top: thin #222 solid;
	width:100%; 
	padding:.5% 0;
}



	
/*===================== 
	Home Page 
=======================*/
.hero-img {
	background: url(../siteart/hero-img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 5% 0;
}
.hero-img h1 {
	color: #fff;
	padding-bottom: 2%;
}
.hero-btn {
	padding: 1% 0;
	width: 45%;
	color: #fff;
	background:#058b06;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.hero-btn:hover {
	background: #0c600d;
	box-shadow: 3px 3px 3px #222;
}
.hero-btn img, .hero-btn p {
	display: inline-block;
	vertical-align: middle;
}
.callout-span {
	width: 100%;
	text-align: center;
	padding:.5% 0;
}
.callout {
	width: 24%;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.callout img {
	position: relative;
}
.callout p {
	text-align: center;
	position: absolute;
	left: 10px;
	bottom: 20px;
	background: #058b06;
	color: #fff;
	padding: 3% 0;
	font-weight: bold;
	width: 75%;
	font-size: 15px;
	text-transform: uppercase;
}
.callout:hover p {
	background: #0c600d;
	box-shadow: 3px 3px 3px #222;
}
.intro-section {
	background: #eee;
	padding:2% 0;
	box-shadow: 5px 5px 5px #444;
}
.blue-texture {
	background:url(../siteart/blue-textured-background.jpg) no-repeat;
	padding: 2%;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.intro-btn {
	padding: 1% 0;
	width: 35%;
	color: #fff;
	background:#058b06;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.intro-btn img, .intro-btn p {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.intro-btn:hover {
	background: #0c600d;
	box-shadow: 3px 3px 3px #222;
}
.contact-mfg-section {
	padding: 3% 0;
	text-align: center;
}
.contact-mfg-section .col-1-2 {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 6px;
}
.contact-mfg-section .col-1-2 h2 {
	background: url(../siteart/title-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 1% 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 25px;
}
.contact-mfg-section .col-1-2 p {
	display:inline-block;
	vertical-align: top;
	text-align: left;
	width: 45%;
}
.contact-mfg-section .col-1-2 img {
	display:inline-block;
	vertical-align: top;
	width: 18%;
	margin: 0 10px;
}	


/*===================== 
	Service Page 
=======================*/
.thanks-pg h1 {
	color: #058c06;
}
.thanks-pg {
	padding: 3% 0;
}


/*===================== 
	Service Page 
=======================*/	
.service-pg {
	padding: 3% 0;
}
.service-pg h1 {
	color: #058c06;
}

/* Service Forms */
.forms {
	padding:3% 0;
}
.forms form {
	border:1px solid #09345a;
	padding:2%;	
	width: 96%;
	display: inline-block;
	vertical-align: top;
}
.forms .col-1-3 {
	display: inline-block;
	vertical-align: top;
}
.forms input {
	width:90%;
	margin:.5% 0;
	padding:5px 10px;
	border:1px solid #09345a;
}
.forms textarea {
	width:90%;
	margin:.5% 0;
	padding:5px 10px;
	border:1px solid #09345a;
}
.forms select {
	width:96%;
	margin:.5% 0;
	padding:5px 10px;
	border:1px solid #09345a;
}
.forms form .button {
	margin:0 auto;
	background:#09345a;
	border:none;
	color:#fff;
	padding:1% 0;
	text-transform:uppercase;
	text-align:center;
	width:75%;
	display: block;
}
form .button:hover {
	cursor:pointer;
	box-shadow:5px 5px 10px #888;
}
.CaptchaAnswerPanel {
	padding: 0;
}
.forms-pg .CaptchaAnswerPanel input {
	padding:.5%;
}




/*===================== 
	Contact Page 
=======================*/

	
/*===================== 
	Inventory Page 
=======================*/	
#btnSearch {
		
}
.hosted-content #listings-title {
	
}
.btn, .btn-on-auction {
		
}


#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;
}

.view-listing-details-link{color:#FFF!important;}
.list-content .list-error-container .info button{background-color:#058c06!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:#058c06 !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:#058c06 !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 #058c06 !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: #058c06 !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: 1600px) {
.wrap {
	max-width:70%;
}
	
}

@media screen and (max-width: 1450px) {
.wrap {
	max-width:75%;
}
.callout p {
	
}
nav.primary ul li a {
	padding:10px;
}
	
}

@media screen and (max-width: 1330px) {
.top-header {
	padding:1% 0 0 0;
}
.wrap {
	max-width:80%;
}
.callout {
	width: 23%;
}
.callout p {
	width:91%;
	font-size: 13px;
}
	
.forms form {
	width: 99%;
}
	
}

@media screen and (max-width: 1050px) {
.wrap {
	max-width:85%;
}
nav.primary ul li a {
	font-size: 14px;
}
	
.forms .col-1-3 {
	width: 49%;
}
	
.divfooter {
	width: 80%;
}
}

@media screen and (max-width: 950px) {
.hero-btn {
	width: 75%;
}
.wrap {
	max-width:90%;
}
.callout {
	width:48%;
}
.intro-btn {
	width: 100%;
}
.contact-mfg-section .col-1-2 {
	width:100%;
	margin: 0 auto;
	padding: 3% 0;
}
	
	
.forms form {
	width: 95%;
}
.forms .col-1-3 {
	width:93%;
}
.forms input {
	width: 92%;
}
.forms textarea {
	width:92%;
}
.forms select {
	width: 95%;
}
	
.divfooter {
	width: 85%;
}
	
	
/*==============================
	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:#09345a;
}
#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%;
}
.logo {
	width: 45%;
	margin: 0 auto;
	display: block;
	padding: 3% 0 0 0;
}
.header-info {
	width: 100%;
	text-align: center;
	padding: 1% 0 4% 0;
	}
.hero-btn {
	width:95%;
}
.callout {
	width:98%;
}

.footer-lists {
	text-align: center;
	width: 48%;
}
footer .col-2-3, footer .col-1-3 {
	width:100%;
}

footer .col-1-3 img {
	width:80%;
	display: block;
	margin: 0 auto;
}
.divfooter {
	width: 95%;
}

/*============================= 
	mobile btn styles 
==============================*/	
/* .mobile-btns {
	display:inline-block;
	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:#09345a;
}
#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%;
}
}
	
