﻿/*===================== 
	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 
=======================*/

* {
    box-sizing: border-box !important;
}



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;} 
	

.list-content {padding-top: 50px !important; padding-bottom: 50px !important;}
.detail-wrapper  {padding-top: 50px !important; padding-bottom: 50px !important;}

.compare-chkbox-container .compare-listings .fa-check { 
 top: 5px !important; 
 left: 1px !important; 
} 

.lower-detail-data-right{ 
	font-size: 11px !important; 
} 

.option-name {
margin-top: 0px !important;	
}

.cs-btns a {background-color: #357832 !important;}
.des-compare-button {background-color: #357832 !important; color: white !important;}

.selected-facet {
	background-color: #357832 !important;
	color: white !important;
}

.page-nav {background-color: #357832 !important;}

.info button {
	background-color: black !important;
	color: white !important;
}

.view-listing-details-link {
	background-color: black !important;
	color: white !important;
}

.contact-options a {
	background-color: black !important;
}

.listing-portion-title {
	font-weight: 500 !important;
	color: black !important;
}

.detail-title {
	font-weight: 700 !important;
	font-size: 20px !important;
}

.dealer-name {
	font-weight: 700 !important;
	color: #357832 !important;
	font-size: 16px !important;
}

.price {
	font-weight: 700 !important;
}

.list-title-text {
	font-weight: 700 !important;
	font-size: 20px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin-right: 3px !important;}
.show-all-modal .all-options-container .option-container .faceted-option-checkbox-container label input {margin-right: 3px !important;}

.body-content {
    padding: 0!important;
}

.contact-options a {color: white !important;}

.lower-detail-data-right {
    left: 24.5em !important;
}

.mobile-done-button {
		background-color: black !important;
}

.detail-btn-calc {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.offer-btn {
		background-color: black !important;
}

.data-label {
	background-color: black !important;
}

.contact-bar-btn {
	background-color: black !important;
}

.offer-btn-mobile {
	background-color: black !important;
}

.dealer-phone-mobile {
		background-color: black !important;
}

.send-email-btn-mobile {
	background-color: black !important;
}

.fin-calc-btn-mobile {
		background-color: black !important;
}

.list-main-section {background-color: red;}



/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}

	
h1 {
	color:#357832;
	font-family:'verdana', sans-serif!important;
	font-size:24px!important;
	text-transform:uppercase;
	font-weight:700;
}
		

h2 {
	color:#000;
	font-family:'verdana', sans-serif!important;
	font-size:20px!important;
	font-weight:400;
}

	
h3 {
	color:#22442b;
	font-family:'verdana', sans-serif!important;
	font-size:18px!important;
	text-transform:uppercase;
	font-weight:700;
}


h4 {
	color:#000;
	font-family:'verdana', sans-serif!important;
	font-size:18px!important;
	font-weight:700;
}


h5 {
	color:#357832;
	font-family:'verdana', sans-serif!important;
	font-size:16px!important;
	text-transform:uppercase;
	font-weight:700;
}


h6 {
	color:#000;
	font-family:'verdana', sans-serif!important;
	font-size:14px!important;
	font-weight:700;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}
.header-bg {
	background-color:#fff;
	padding:0% 5% 2% 5%;
	border-top:12px solid rgb(53, 120, 50);
    background-image: url("../siteart/yellow-bg.png");
    background-repeat: repeat-x;
	background-position:bottom;
}
.header-ul {
	text-align:right;
	padding:15px;
}
.header-li {
	list-style:none!important;
	display:inline-block;
	color:#808080;
	font-family:'verdana', sans-serif;
	font-style:italic;
	font-weight:400;
	font-size:15px;
}
.header-li:hover {
	color:#000!important;
	transition:0.4s;
}
.header-divide {
	list-style:none!important;
	display:inline-block;
	color:#FEE65F;
	font-family:'verdana', sans-serif;
	font-size:15px;
}
.header-logo {
	float:left!important;
	padding-right:15px;
}
.jd-logo {
	float:right!important;
	padding-left:15px;
}
.header-phone {
	color:#000!important;
	font-size:15px;
	text-align:center;
	font-weight:700;
	font-family:'verdana',sans-serif;
}
.header-phone:hover {
	color:#357832!important;
	transition:0.3s;
}
.header-phoneDiv {
	margin:0 auto;
	text-align:center;
	width:369px;
	padding-top:5px;
}


/*===================== 
	page styles 
=======================*/
.auction-btn {
	background-color:#22442b;
	padding:15px;
	color:#fff;
	font-family:'verdana', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
}
.auction-btn:hover {
	background-color:#ffd645;
	color:#22442b;
	transition:0.4s;
}
.equip-btn {
	background-color:#357832;
	padding:15px;
	color:#fff;
	font-family:'verdana', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
}
.equip-btn:hover {
	background-color:#ffd645;
	color:#22442b;
	transition:0.4s;
}
.inv-btnLeft {
	padding-right:10px;
}
.inv-btnRight {
	padding-left:10px;
}
.farm-btn {
	border:2px solid #ffd645;
	padding:25px 25px 35px 25px;
	max-width:356px;
	font-family:'verdana',sans-serif;
	font-size:15px;
	text-align:center;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
	float:right;
}
.farm-btn:hover {
	background-color:#eee;
	transition:0.3s;
}
.construction-btn {
	border:2px solid #357832;
	padding:25px 25px 35px 25px;
	max-width:356px;
	font-family:'verdana',sans-serif;
	font-size:15px;
	text-align:center;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
	float:left;
}
.construction-btn:hover {
	background-color:#eee;
	transition:0.3s;
}



/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding: ;
}

nav ul li a {
	font-family: ;
	font-size: ;
	font-weight: ;
	color:;
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: rgba(117,56,8,0.6);
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* 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: 1.2em;
	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: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
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/menu-dropdown-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:44px;
	height:44px;
	-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%;
}


/*===================== 
	content styles 
=======================*/
.home-pad {
    padding: 3% 5% 5% 5%;
}



/*===================== 
	inventory styles 
=======================*/
.filter_textWidth {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: 400;
    padding: 5px 10px;
}
.submit_button {
    border: none!important;
    font-family: 'verdana', sans-serif!important;
    font-size: 12px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    color: #000!important;
    background-color:#ffd645;
    height: 31px;
    font-style: none!important;
}
.submit_button:hover {
	background-color:#22442b;
	transition:0.3s;
	color:#fff!important;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:12px;
	color: #ffd645;
	font-family:'verdana',sans-serif;
	font-weight:700;
	}
	a.footerlink:hover {
		text-decoration:none; 
		color: #fff;
		transition:0.3s;
		}

.footertext {
	font-size:12px; 
	color:#707070;
	font-family:'verdana',sans-serif;
	}

.smallfootertext {
	font-size:12px; 
	color:#707070;
	font-family:'verdana',sans-serif;
	}

.divfooter {
	max-width:900px; 
	text-align:center; 
	margin:0 auto;
	color:#707070;
	}

.footer-bg {
	background-color:#333333;
	border-top:4px solid #357832;
	padding: 2% 5%;
}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.header-logoDiv {
	padding-top:10px;
}	
.header-logo {
    float: none!important;
    padding:10px;
    text-align: center;
    margin: 0 auto;
}
.jd-logo {
    float: none!important;
    padding:10px;
	text-align: center;
    margin: 0 auto;
}
.header-ul {
    text-align: center;
    padding: 5px;
}
.header-bg {
    padding: 0% 2% 2% 2%;
}
.inv-btnLeft {
	padding:0px 10px 20px 10px;
}
.inv-btnRightt {
	padding:0px 10px 20px 10px;
}
.farm-btn {
	float:none!important;
	margin:0 auto;
	text-align:center;
}
.construction-btn {
	float:none!important;
	margin:0 auto;
	text-align:center;
}
.header-phoneDiv {
	width:100%;
}
	
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.auction-btn {
    padding: 12px!important;
    font-size: 13px!important;
}
.equip-btn {
    padding: 12px!important;
    font-size: 13px!important;
}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.header-li {
    font-size: 13px;
}
.farm-btn {
	font-size:13px;
	padding:15px 15px 20px 15px;
}
.construction-btn {
	font-size:13px;
	padding:15px 15px 20px 15px;
}
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

