﻿/*===================== 
	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:35px;}

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-wrap {
	width: 100%;
	margin: 0;
	position:fixed;
	background:#fff;
	z-index:800;
	margin-bottom:5%;
	}

header {
	margin: 0 auto;
	width:100%;
	background: #087727; /* Old browsers */
	background: -moz-linear-gradient(top, #087727 0%, #087727 47%, #055515 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #087727 0%,#087727 47%,#055515 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #087727 0%,#087727 47%,#055515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087727', endColorstr='#055515',GradientType=0 ); /* IE6-9 */
}
.top-header {
	width:75%;	
	margin: 1% auto;
}
.top-header p {
	text-align:right;
	color:#087727;
	font-size:18px;
}

.logo, .header-content {
	display:inline-block;
	vertical-align:middle;
	width:49%;
}


/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
	margin:0 auto;
	text-align:center;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #fff;
				display: block;
				padding: 10px 33px;
				font-weight:bold;
				text-transform:uppercase;
				font-size:15px;
				}	
			nav.primary ul li a:hover {
				color: #fff;
				background:#0C8E30;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#087727;
	color:#fff;
	width:175px;
	display:block;
	text-decoration:none !important;
	box-sizing: content-box;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#0C8E30 !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:900;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
	display:block;
	border-top: 1px solid #0C8E30;
	border-bottom: 1px solid #0A551F;
}

/*===================== 
	layout styles 
=======================*/
.flex-container {
	display:flex;
	flex-wrap:wrap;
	width:60%;	
}

.wrap {
	max-width:75%;
	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-color:#2A2A2A;
	color:#fff;
	font-size:15px;
}

footer h3 {
	color:#f8b302;	
}

footer .col-1-4 {
	display:inline-block;
	vertical-align:top;
	padding:2% 0;
	width: 22%;
	margin: 0 1%;	
}

footer ul {
	text-indent:0;
	margin:0;
	padding:0;
	list-style-type:none;
}

footer ul li a {
	color:#fff !important;
	line-height:22px;	
}
footer ul li a:hover {
	text-decoration:underline;	
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #f8b302;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		text-decoration:underline;
		}

.footertext {
	font-size:13px; 
	color:#f8b302;
	}

.smallfootertext {
	font-size:10px; 
	color:#fff;
	}

.divfooter {
	width:100%; 
	text-align:left; 
	margin:0 auto;
	color:#fff;
	}
	
/*===================== 
	Home Page 
=======================*/

.bg-img {
	background:url(../siteart/bg-img-white.jpg) no-repeat fixed;
	background-size:cover;
	background-position:center;	
	padding:3% 0;
}
.padding-fixed {	
	padding-top: 15% !important;
}
	
/*===================== 
	Contact Page 
=======================*/	
.contact-span {
	width:60%;
	margin:5% auto;
}
.contact-pg h2 {
	color:#f8b302;
}
.contact-pg .col-1-2 {
	width:49%;
	display:inline-block;
	vertical-align:middle;
	padding:2% 0;	
}
.contact-span a:hover {
	color:#f8b302 !important;
	text-decoration:underline !important;
}



/*===================== 
	Finance Page 
=======================*/	
.finance-pg {
	padding:5% 0;
	text-align: center;	
}
.finance-pg .col-1-3 {
	display:inline-block;
	vertical-align:middle;
	width:25%;
	padding:3%;
	margin:0 auto;
	text-align:center;
}
.finance-pg p, .finance-pg img {
	text-align:center;
	display:block;	
	margin:0 auto;
	padding: 2% 0;
}
.finance-pg .col-1-3 img {
	width:20%;
	text-align:center;
}
.finance-pg .logos-div {
	text-align:center;	
}
.finance-pg .logos {
	margin:2% 4%;	
	display:inline-block;
	vertical-align:middle;
}

.finance-pg .borders {
	border-left:2px #f8b302 solid;	
	border-right:2px #f8b302 solid;
}


/* ======================
	FORM
====================== */

.custom-search {
	background-color:#FDFDFD;	
	margin:0 auto;
	padding:0 0 3% 0;
}
.custom-search h3 {
	padding:3% 0 0 0;	
	color:#f8b302;
	font-size:25px;
}
.custom-search form label {
	width:100%;
	display:block;	
	color:#222;
	margin-top:4%;
}
span.text {
	color:#222;
	width:100%;
}
.custom-search form textarea {
	width:100%;	
}
.custom-search form input {
	width:100%;	
	padding: 5px;
}
#search .search-col {
	display:inline-block;
	vertical-align:middle;
	width: 30%;
	margin-right: 22px;
}
.equip-btn {
	text-align:center; 
	margin-top:1%;	
}
.search-btn {
	background-color:#087727;
	padding:1% 0 !important;
	border:none;
	color:#fff;	
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.search-btn:hover {
	background-color:#0C8E30;
}
.list-top-section .list-title .list-listings-count{
	color: #07671f!important;
}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
	padding: 10px 35px!important;
    border: 1px solid #077124!important;
    border-radius: 0px!important;
    background-color: #077124!important;
    color: #fff!important;
}	
.view-listing-details-link{
	background-color: #077124!important;
    color: #fff!important;
	border-radius: 0px!important;
}
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text {
    background-color: #333!important;
    color: #fff!important;
    border-radius: 0px!important;
}
.list-content .price-container .price{
	color: #077124!important;

}
.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
	    background-color: #077124!important;
    color: #fff!important;
    border-radius: 0px!important;
}
.faceted-search-content button.faceted-search {
    background-color: #077124!important;
    color: #fff!important;
    border-radius: 0px!important;
}
.faceted-search-content .faceted-section-head{
		background-color: #333!important;
    color: #fff!important;
}
.faceted-search-content .faceted-section-head:hover{
	background-color: #333!important;
    color: #fff!important;
}
.faceted-search-content .selected-facets-container .selected-facet{
	background-color: #333!important;
    color: #fff!important;
}
.grouped-faceted-header{
	border-bottom: 1px #f3f3f3 solid!important;
}
.list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count{
		color: #077124!important;

}
/*===================== 
	Inventory Page 
=======================*/
#main-search {
	display:none;	
}
.hosted-content {
	color:#222 !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner {
    background: #fff !important;
}
.hosted-content .options li {
    color: #000 !important;
    border-left: 1px solid #2d2d2d !important;
}
.hosted-content .listings-wrapper .sort-box {
    background: transparent !important;
    padding: .5% !important;
}
.listings-wrapper .listing-largecard, .listings-wrapper .listing-thumb, .listings-wrapper .listing-smallcard {
    border: 1px solid #2d2d2d !important;
}
.hosted-content .listings-wrapper .border-bottom, .hosted-content .listings-detail-wrapper .border-bottom, .hosted-content .listings-drilldown-wrapper .border-bottom {
    border-bottom: 1px solid #2d2d2d !important;
}
.listings-wrapper .listing-smallcard .listing-smallcard-title a:hover { 
	color:#222 !important;
	text-decoration:underline !important;
}
.hosted-content #listings-title {
	color: #f8b302;
	font-size:35px;
}
.hosted-content h3 {
   color:#006837 !important;
    font-size: 22px;
    text-transform: uppercase;
}
.hosted-content .m-1 {
    font-size: 25px !important;
    color:#006837 !important;
}
a.btn, a.btn-on-auction {
	background:#006837 !important;
}
a.btn:hover, a.btn-on-auction:hover {
	background:#0C731F !important;
}
.listings-wrapper .hosted-theme a.btn:hover {
	color:#fff !important;	
}
.listings-wrapper .hosted-theme .btn {
    border: 1px #2d2d2d solid !important;
}
.quote-forms {
	display:none !important;	
}
.hosted-content .listings-detail-wrapper .information-box .row:nth-child(2n) {
    background-color: #2d2d2d !important;
	color:#fff;
}
.container, .body-content {
    padding: 10% 0%!important;
}
.wrap{
	padding: 12% 0%;
}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
	background: #077124!important;
}
.mobile-option-bar .mobile-option-bar-filter{
	color: #077124!important;
}
/* SOCIAL MEDIA */
.hosted-content .at-share-btn-elements {
	display: none;
}


/* ====================
	MOBILE SCREENS
=================================== */

@media screen and (max-width: 1710px) {
#search .search-col {
    width:30%;
    margin-right:15px;
    margin-top: 5px;
}
}

@media screen and (max-width: 1575px) {

nav.primary ul li a {
    padding: 10px 27px;
}
.wrap {
	max-width:90%;	
}
.contact-span {
    width: 100%;
}
.padding-fixed{
	padding-top:20% !important;	
}


#search .search-col {
    width: 18%;
    margin-right: 15px;
}

}


@media screen and (max-width: 1330px) {
	.wrap {
    padding: 16% 0% 10% 0%;
}
	
}
@media screen and (max-width: 1230px) {

nav.primary ul li a {
    padding: 10px 30px;
}
.padding-fixed {
	padding-top:20% !important;
}


#search .search-col {
    width: 30%;
    margin-right: 15px;
}

}

@media screen and (max-width: 1050px) {
.top-header {
    width: 85%;
	margin:2% auto;
}
.top-header p {
    text-align: left;
}
.top-header p, .top-header .logo {
    display: block;
    width: 90%;
}
nav.primary ul li a {
    padding: 10px 23px;
}
.wrap {
	max-width:90%;	
}
.contact-span {
    width: 95%;
}
.padding-fixed {
	padding-top:30% !important;
}	

#search .search-col {
    width: 29%;
}

.wrap {
    padding: 30vh 0% 8% 0%;
}
	.list-content .list-title .list-title-text {
    font-size: 1.25!important;
}
@media screen and (max-width: 900px) {
.header-wrap {
	position:relative;
	margin-bottom: 0%;
}
.finance-pg .col-1-3 img {
    width: 35%;
}
.padding-fixed {
	padding-top:40% !important;
}

#search .search-col {
    width: 28%;
    margin-right: 27px;
}
.equip-btn {
    margin-top: 3%;
}
.search-btn {
	padding:2% 0 !important;	
}
.wrap {
    padding: 0vh 0% 8% 0%;
}
/*==============================
	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:#087727;
}
#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:830px) {
#search .search-col {
    width: 100%;
}
}


@media screen and (max-width: 760px) {
.header-wrap {
	position:relative;	
}
.top-header {
    width: 95%;
    margin: 2% auto;
}
.logo, .header-content {
    display: block;
    vertical-align: middle;
    width: 100%;
}
.top-header p {
    text-align: left;
    color: #087727;
    margin: 3%;
}
.wrap {
    max-width: 95%;
    margin: 0 auto;
}
.hosted-content {
    color: #222 !important;
}
.padding-fixed {
	padding-top:20px !important;	
}
footer .col-1-4 {
    display: inline-block;
    padding: 2% 0;
    width: 47%;
}
footer .copyright {
	display:block;
	width:90%;	
}

#search .search-col {
    width: 100%;
    margin-top: 5%;
}
.equip-btn {
    margin-top: 5%;
}

.search-btn {
    background-color: #087727;
    padding: 5% 0 !important;
}

/* contact */
.contact-span {
    width: 95%;
}
.contact-pg .col-1-2 {
    width: 95%;
    display: block;
}
	
/* finance page */
.finance-pg .col-1-3 {
    display: block;
    width:60%;
    padding: 6% 0;
    height: auto;
}
.finance-pg .borders {
	border:none;	
}
.finance-pg .col-1-3 img {
    width: 25%;
}

.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    line-height:22px !important;
}

	
/*==============================
	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:#087727;
}
#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%;
}
}
	
