﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/***** 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-weight: 400;
	font-family: 'Open Sans', 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 ---------------------*/
header {}
.blk-bar {background:#212121; width: 100%; display: inline-block;}
#header-social {float:right;}
#header-social img {display: inline-block; vertical-align: top; height:35px;}
.green-bar {background:#217529; width: 100%; margin-top:-5px;}
.headerwidth {width:80%; margin: 0 auto;}
.logo {display: inline-block; margin-top:-25px; width:30%;}
.logo img {max-width:550px; width: 100%;}
#phone a {color:white; font-weight: bold;}
#phone { display: inline-block;padding-right: 5px; vertical-align: sub;}

/*---BODY--------------------------------*/

.about-hp {background:#000; width: 100%; padding:50px 0; display: inline-block;}
.width {width:85%; margin: 0 auto;}
.about-hp h4 {color:#699b42; font-size:20px; text-transform: uppercase; letter-spacing: 2px; line-height: 30px;}
.about-hp h1 {color:#fff; font-weight: 700; font-size:40px; letter-spacing: 1px; line-height: 40px;}
.hero-text {background:#212121; max-width:550px; width: 100%; border-top:10px solid #fff; display: inline-block; top:30vw;position:absolute; padding:40px 0;z-index: 999;}
.about-text {width:56%; display: inline-block; float:right;}
.about-text h3 {font-size:25px; padding:10px 0;}
.about-text p {color:#fff;  font-size:17px; line-height: 26px;font-weight: 400;}
.white-sect {background:#fff; padding:3% 0;margin: 0 auto;text-align: center;}
.white-sect .width h2 {font-size:30px; letter-spacing: 2px; color:#212121; font-weight: 700; text-transform: uppercase; padding:15px 0; border-bottom:2px solid #ddd;}
#cta-1 {min-width:300px;width:19%; display: inline-block; vertical-align: top; padding:15px 0; margin:10px 5px; background:#699b42; text-align: center; color:#fff; font-size:16px; font-weight: 600; letter-spacing: 2px; transition:.3s ease;}
#cta-1:hover {background:#212121;}
#cta-2 {min-width:300px;width:19%; display: inline-block; vertical-align: top; padding:15px 0; margin:10px 5px;background:#46692a; text-align: center;color:#fff;font-size:16px; font-weight: 600; letter-spacing: 2px; transition:.3s ease;}
#cta-2:hover {background:#212121;}
#cta-3 {min-width:300px;width:19%; display: inline-block; vertical-align: top; padding:15px 0; margin:10px 5px;background:#217529; text-align: center;color:#fff;font-size:16px; font-weight: 600; letter-spacing: 2px; transition:.3s ease;}
#cta-3:hover {background:#212121;}
#cta-4 {min-width:300px;width:19%; display: inline-block; vertical-align: top; padding:15px 0; margin:10px 5px;background:#16561C; text-align: center;color:#fff;font-size:16px; font-weight: 600; letter-spacing: 2px; transition:.3s ease;}
#cta-4:hover {background:#212121;}
#cta-5 {min-width:300px;width:19%; display: inline-block; vertical-align: top; padding:15px 0; margin:10px 5px;background:#114516; text-align: center;color:#fff;font-size:16px; font-weight: 600; letter-spacing: 2px; transition:.3s ease;}
#cta-5:hover {background:#212121;}


.auct-banner {background: #333; padding: 25px 0;}
.auct-banner h2 {color:#fff; font-size: 38px; font-weight: 400; letter-spacing: 1px;}
.auct-banner .blk-btn {background:#699b42; padding: 10px 0; text-align: center; color:#fff; text-transform: uppercase; letter-spacing: 1px; transition: .3s ease;font-weight: 800; }
.auct-banner .blk-btn:hover {background:#217529; }

.flex {display: flex; flex-direction: row;vertical-align: middle; align-content: center; align-items: center;}
.col-2 {width: 50%;}
.col-2 .blk-btn {width: 80%;float: right}

/*CONTACT PAGE*/
.contact-text {width:100%; display: inline-block; }
.contact-text h3 {font-size:30px; padding:10px 0;}
.contact-text p {color:#fff;  font-size:17px; line-height: 26px;font-weight: 400;}
.col-1-4 {width:22%; display: inline-block; vertical-align: top; padding:30px 5px; text-align: left;}
.col-1-4 h4 {text-transform: uppercase; font-size:16px; letter-spacing: 1px;}
.col-1-4 p { font-size:16px; color:#fff}
.col-1-4 p a {color:#699b42; font-weight: 700;}
.col-1-4 p a:hover {color:#fff; font-weight: 700;}
/*--------FORM STYLES--------------------*/
#formpage { 
	vertical-align:top; 
	margin: 0 auto;  
	text-align:center;
}

#formpage div {
	vertical-align:top;
	padding:5px;
	color: #000;
	text-align: center;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #217529;
	background:#fff;
 -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0 !important;
}

#formpage textarea {
	padding:6px 5px;
	border:1px solid #217529;
	color:#000;
	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 #000;
	color:#000;
	vertical-align:middle;
	font-size:16px;
	line-height:normal;
	padding:8px ;
	width:100%;
}

.formfield {
	width:48%; 
	float:left; 
	margin-right: 12px; 
	color: #000;
	text-align:left;
	font-family: 'Open Sans', sans-serif; 

}

#formpage input  {
    width:100%;
}
#formpage input#interest  {
    width:auto;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
	font-family: 'Open Sans', sans-serif; 

}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
	text-align: left;	
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#fff; 
	color:#000;
	border:1px solid #abacac;
	outline-style:none;
	-webkit-transition-duration: 0.4s; 
	/* Safari */ transition-duration: 0.4s;
}


#formpage input.button,
#formpage input.button:focus {
	width: 340px;
	color:#fff !important; 
	background: #217529; 
	padding: 12px 20px; 
	font-weight: 700;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	display: inline-block;
	text-align: center;
	font-family: 'Open Sans', sans-serif; 
 -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0 !important;
	letter-spacing: 1px;
	font-size:16px;
	height: auto;

}
#formpage input.button:hover {
    background: #000; 
	-webkit-transition-duration: 0.4s; 
	/* Safari */ transition-duration: 0.4s;
	
	
	
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:center;
} 

/*control the Captcha */

.CaptchaPanel {
	padding:1% 0;
	line-height:normal !important;
	color:#000;
	width: 30%; 
	text-align:center;
	margin: 0 auto !important;
}

.CaptchaImagePanel {
margin-top: 10px;
padding:0 0 0 0;
	text-align: center;
}

.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 !important;
}

.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;
	text-align: left;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 






/*-------- FOOTER STYLES ----------------*/
footer{ background:#000; width: 100%; text-align: center; padding:5px 0;color:#fff;letter-spacing: 1px;}







/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.compare-chkbox-container .compare-listings .fa-check{top:-1px!important;left:3px!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:#217529 !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:#217529 !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 #217529 !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: #217529 !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;}


.hosted-content .dealers-list-wrapper .control-box .button, .hosted-content .listings-wrapper .control-box .button {top:0px !important;z-index: 500;}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1500px) {
	.hero-text {top:27vw;}
	.about-text {padding:50px 0;}
	.formfield {width:47%; }

	
}
@media only screen and (max-width: 1300px) {
	.about-text {width: 100%; margin-top:50px;}
	#cta-1 {width:47%; margin:5px 5px;}		
	#cta-2 {width:47%; margin:5px 5px;}	
	#cta-3 {width:47%; margin:5px 5px;}		
	#cta-4 {width:47%; margin:5px 5px;}	
	#cta-5 {width:47%; margin:5px 5px;}	
	.col-1-4 {width:40%;}
}
@media only screen and (max-width: 1100px) {
	.hero-text {top:40vw;}
	#cta-1 {width:47%; margin:5px 5px;}		
	#cta-2 {width:47%; margin:5px 5px;}	
	#cta-3 {width:47%; margin:5px 5px;}		
	#cta-4 {width:47%; margin:5px 5px;}	
	#cta-5 {width:47%; margin:5px 5px;}	
}
@media only screen and (max-width: 1050px) {
	.logo {width:55%;}
	.headerwidth {width: 100%;}
	.formfield {width:46%; }
	
}


@media only screen and (max-width: 900px) {
	.flex {display: block; }
	.col-2 {width: 100%;}
	.col-2 h2 {font-size: 30px; padding: 10px 0;text-align: center;}
	.col-2 .blk-btn {width: 100%;float: none}
}
@media only screen and (max-width: 800px) {
	.logo {margin-top:-12px;}
	.hero-text {position:relative; top:0;}
	.about-text {margin-top:5%;}
	#cta-1 {width:100%; margin:5px 5px;}		
	#cta-2 {width:100%; margin:5px 5px;}	
	#cta-3 {width:100%; margin:5px 5px;}		
	#cta-4 {width:100%; margin:5px 5px;}	
	#cta-5 {width:100%; margin:5px 5px;}	
	.formfield {width:97%; }
	.CaptchaPanel {width: 100%;}
	.col-1-4 {width:48%;}
}
@media only screen and (max-width: 700px) {
	.width {width:92%;}
	.col-1-4 {width:100%;}
}

@media only screen and (max-width: 500px) {
	.col-2 h2 {font-size: 22px; padding: 10px 0;text-align: center;}
}
@media only screen and (max-width: 400px) {
	.about-hp h1 {font-size:30px;}
	.col-2 h2 {font-size: 18px; padding: 10px 0;text-align: center;}

}





