﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/**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%;}

/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
	font-family: 'Work Sans', sans-serif;	
    margin: 0;
	padding:0;
	overflow-x:hidden;
	}

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;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 40px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Work Sans', sans-serif;	
	text-align:left;
}
h2 {
	font-size: 35px;
	font-weight:700;
	font-family: 'Work Sans', sans-serif;	
}
h3{	font-size: 20px;
	font-weight:700;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;	
	text-align:left;
}
h4 {
	font-size: 24px;
	font-weight:600;
	color:#fff;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;	
	padding-right: 1%;
}

p {
	margin: 0;
	padding:0;
	font-size:17px;
	font-weight:400;
	color:#fff;
	font-family: 'Work Sans', sans-serif;	
	text-align:left;
	line-height:27px;
	
}

::-moz-selection {
    background: #fff; 
    color: #367c2b;
    text-shadow: none;
}
::selection {
    background: #fff;
    color: #367c2b;
    text-shadow: none;
}

.se-container #se-about span{color:#000; font-size: 18px;}

.bold{
    font-weight: bold;
	}
div.banner_text{
	background:#000;
	color:#fff;
	font-size:32px;
	text-align:left;
	padding:1% 0;
}



/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a.link,
a.link:link, 
a.link:visited, 
a.link:active {
	outline: 0;/*reset*/
    color:#439f34; 
     text-decoration: none;
	}
	a.link:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #B1B1B1;
		}  
a{text-decoration: none;color:#439F34;}
/*===================== 
	header styles 
=======================*/
header { border-top: #367c2b 7px solid;}
.logo {margin-left:10%;}
.header {background:url(../siteart/header-bg.jpg);}
.triangle {width: 50px; float:right;}
.location-box { float:right;background: #367c2b; width:40%; height:50px; display:inline-block; vertical-align:middle; }
.location-box p {color:#fff; margin-left:5%; padding-top:1%;}
.icons-right {float:right; display:inline-block; position:relative; margin-top:-40px; margin-right:5%;}
.icons-right img {width:35px; display:inline-block; }
  .auction-link {
    color: white;
    text-decoration: none; /* Optional: removes underline */
  }

  .auction-link:hover {
    color: darkgreen;
  }

/*===================== 
	Home Page layout styles 
=======================*/

.background-home {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	/* margin-top: 7.5%; */
	*background:url(../siteart/ArmEquipFootage.mp4) no-repeat;
	*background-repeat: no-repeat;
	*background-attachment: fixed;
	*background-position: center;
}

.background-home img {
	width: 100%;
	height: auto;
	overflow: hidden;
	opacity: 0.8;
}

.background-home video {
	width: 100%;
	height: auto;
	overflow: hidden;
	*opacity: 0.8;
	position: relative;
} 
#buttons-about{display:inline-block;  padding:2% 8%; color:#000; background:#fff; font-weight:700; font-size:18px; text-decoration:none; }
#buttons-about:hover{background: #367c2b; color:#fff; }

.link-inv {width:100%; margin: 0 auto; text-align:center; padding-top:5%; width:90%;}
#buttons-inv{ display:inline-block;width: 20%;text-align:center;  padding-bottom:10px; color:#fff; background:#000; font-weight:700; font-size:18px; text-transform:uppercase; text-decoration:none; margin: 0 auto; margin:10px 10px; }
#buttons-inv img { display:inline-block;margin: 0 auto; text-align:center; width:70%; }
#buttons-inv:hover{background: #367c2b; color:#fff; }


.lower {background:url(../siteart/wheat-bg.jpg) no-repeat; background-color:#1B5A11; width:100%; background-size:cover;}
.about {width: 60%; margin: 0 auto; padding:5% 0; color: #000;}
h1#readmore {color: #fff; margin-bottom:3%;font-size: 35px;font-weight: 700;font-family: 'Work Sans', sans-serif;text-transform: capitalize;}

/*=====================
	top 50 Layout
=====================*/
.top-bg {background:url(../siteart/wheat-bg.jpg) no-repeat; display:inline-block; background-size:cover; }
.description {background: #131313;}
.top50 {width:80%; margin: 0 auto; text-align:center; background: rgba(255,255,255,0.9);}
.description h1 {color: #367c2b; border-bottom:1px solid #fff; width:30%; margin: 0 auto; padding:2% 0; text-align:center; text-transform:capitalize;}
.description h3 {color: #fff; text-align:center; padding:1%;}
.description p {color: #fff; text-align:center; padding:3%; width:50%; margin: 0 auto;}

.col-one {float:left; width: 50%; }
.col-one img {width: 100%; max-width:600px; padding:1% 1%;}
.col-two {float:right; width:50%;}
.col-two img {width: 100%; max-width:600px; padding:1% 1%;}

/*=====================
	Contact layout
======================*/
.contact-bg {background:url(../siteart/wheat-bg.jpg) no-repeat; background-size:cover;  width: 100%;}
.contact-bg h1 {font-weight:600; color: #367c2b; text-align:center; padding-top:3%;}
.callouts {margin: 0 auto; text-align:center; width: 100%; display:inline-block; padding: 2% 0; margin-top:3%;}
.quicklinks-text{
	position:absolute;
	text-align:center;
	display:block;
	width: 100%;
	color:#fff;
	font-size:30px;
	line-height: 30px;
	text-transform:uppercase;
	top:17%;
	color:#fff;
	text-transform:uppercase;
	font-weight: 300;
}
.quicklinks-text a{color:#fff;}
.quicklinks-text p {text-align:center;}

#quicklinks{
	position:relative;
	display:inline-block;
	width: 30%;
	height:215px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
.locationpic{background:#000;}
.hourspic{background:#000;}
.markpic{background:#000;}
.bradpic{background:#000;}
.ethanpic{background:#000;}
.lisapic{background:#000;}

 /* Form styles */
.yellow {	
	background:#f6a200;
	padding-top:6%;
	padding-bottom:2%;
}

#formpage {
	vertical-align:top;
	width:80%; 
	margin: 0 auto;
}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;
}

#formpage input {
	padding:6px 5px 10px;
	border:2px solid #000;
	font-family: 'Open Sans', sans-serif;	
	color:#000;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 5px;
	border:2px solid #000;
	font-family: 'Open Sans', sans-serif;	
	font-weight: 700;
	color:#000;
	font-size:12px;
	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:2px solid #000;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {
	width:31%; 
	float:left; 
	margin-right: 10px; 
	margin-top: 10px;
	color: #000;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:97%;
    height:85px;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#367c2b; 
	color:#fff;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	border:2px solid #000;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:200px;
    margin:0;
    padding:12px 0;
    background: none; /* For browsers that do not support gradients */
    border: 3px solid #000;
	border-radius:7px;
    font-size:20px;
    line-height:14px;
    font-weight:700;
    color:#000;
	font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;

}
#formpage input.button:hover {
	background: #000;
	color:#367c2b;
	text-shadow:none;
	border: none;
	font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
	padding:12px 0;
	border: 3px solid #000;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
} 

/*control the Captcha */

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 30%;margin: 0 auto;}

.CaptchaImagePanel {
margin:0 auto;
padding:0 0 0 0;
}

.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;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

/*---FINANCE---*/
.finance-bg {background:url(../siteart/wheat-bg.jpg) no-repeat; background-size:cover;  width: 100%;}
.finance-bg h1 {font-weight:600; color: #367c2b; text-align:center; padding-top:3%;}
.finance-bg p { text-align:center; color: #000; margin: 0 auto; font-weight: 600; padding-bottom: 3%;}
.at-share-btn-elements {display:none !important;}

/*=====================
	inventory layout
======================*/
.wrap {	
	overflow-x:hidden;
	background:url(../siteart/inv-bg.jpg) no-repeat top center fixed !important;
	background-size:cover !important;
	z-index:-999;
}
.hosted-content #listings-title {color: #367c2b !important; }
body .full .inner-wrap {width:100% !important; margin: 0 auto !important; }
.hosted-content .fluid {background: rgba(255,255,255,0.9) !important;margin:130px 0 0; width: 70% !important; margin: 0 auto !important; float:none !important;}
.hosted-content .options h1 {color: #367c2b !important;} 

.auctions-bg {border-top:2px solid #000;background: url(../siteart/wheat-bg.jpg) no-repeat;background-size:cover; overflow-x:hidden; padding-top:1%;}
.p-top-8 p {color: #000 !important;}

/*===================== 
	footer styles 
=======================*/
.footer {background:url(../siteart/footer-bg.jpg); background-color:#000; display:inline-block; width:100%; padding-bottom:2%;}
.hours {padding-top:5%; float:left; width:50%; }
.hours p {font-size:16px;}
.footer-width {width:60%; margin: 0 auto;}
.copyright { width:40%; float:right; padding-top:5%;}
.copyright img {width:100%; padding-bottom:2%; margin: 0 auto; text-align:center;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; }
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#f1f1f1;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:12px; color:#f1f1f1;}

.divfooter {width:100%; text-align:center; margin:0 auto;}
.footer a{color:#f1f1f1;}


.list-content .faceted-search-content, .list-content .list-main-section .list-container, .compare-listings-container .compare-container, .detail-content-mobile, .body-wrapper {
	background: #fff !important;
}
.list-content .listing-bottom .listing-description-text, .detail-additional-data h3, #return-to-listings-link, .bread-crumbs-heading .return-links, .return-links {
	color: #000 !important;
}
.view-listing-details-link, .buy-now-link, .faceted-search-content .selected-facets-container .selected-facet, .detail-content .detail-additional-data .data-row .data-label, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input, .compare-listings-container .compare-container .button, .detail-content-mobile .contact-options a, .detail-content-mobile .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-contact-bar .contact-bar-btn {
background: #367c2b !important;}



.fin-calc-mobile>a, #calculator-mobile .modal-content .form-main-content .modal-left-col .calculator-btns .calculator-btn {
	background: #000 !important;
}


/*===================== 
   Responsive Styles
=======================*/
@media screen and (max-width: 1800px){
}
@media screen and (max-width: 1550px){
	#buttons-inv {width:20%;}
	.location-box {width:52%;}
}

@media screen and (max-width: 1300px) {	
	#buttons-inv {width:14%; }
	.link-inv {width:100%;}
	.location-box {width:60%;}
	.location-box p {font-size:16px;}
	.container {width:100%;}
	.hosted-content .fluid {width:85% !important;}

	

}

@media screen and (max-width: 1120px) {
	#buttons-inv {width:20%; }
	.link-inv {width:100%;}
	.about {width:80%;}
	.footer-width {width:80%;}
	.location-box {width:70%;}
	.location-box p {font-size:15px;}
	.hosted-content .fluid {width:85% !important;}
	.col-one {margin-right:5px; width:49%;}
	.col-two {margin-left:5px;width:49%;}
	.top50 {width:90%; background:none;}
	.formfield {width:30%;}
	
}
@media screen and (max-width: 1020px) {
	#quicklinks{ width:45%;}
	.quicklinks-text h4{font-size:20px !important;}
	.quicklinks-text 9{font-size:16px !important;}
}

@media screen and (max-width: 900px) {
	.logo img {margin: 0 auto;}
	.icons-right img {margin: 0 auto; display:inline-block;}
	#buttons-inv {width:30%; }
	.hours p { font-size:15px;}
	.location-box {width:85%;}
	.location-box p {font-size:13px;}
	.contact-text h2 {width:100%;}
	.formfield {width:100%;}
	#formpage textarea {width:100%;}
	.CaptchaPanel {width:100%;}
	#quicklinks{ width:80%; margin-top:10px;}
	
	
	
}



@media screen and (max-width:760px) {
	#buttons-inv {width:25%; }
	.footer-width {width:90%;}
	.hours p { font-size:14px; text-align:center;}
	.hours h3{ font-size:18px; text-align:center;}
	.location-box {width:100%;}
	.triangle {display:none;}
	.location-box p {font-size:14px; padding: 1%; line-height:22px; text-align:center;}
	.description p {width:90%;}
	.logo img {width: 300px;}

}
@media screen and (max-width:630px) {
	.logo {margin: 0 auto; float:none; text-align:center;}
	.icons-right {float:none; margin: 0 auto; text-align:center; width:100%;padding-bottom:10px;} 
	#buttons-inv {width:40%; }
	.about {background: #367c2b; width: 100%;}
	.about p {padding: 3% 3%;}
	.about h2 { padding: 3% 3%; text-align:center; font-size:25px;}
	.hours {width:100%; }
	.copyright {width: 60%; float:none; margin: 0 auto;}
	.copyright img {width:300px; margin: 0 auto; text-align:center;}
	.container {width:100%;}
	.hosted-content .fluid {width:100% !important;}
	.col-one { width:100%; float:none; margin: 0;}
	.col-two {width:100%; float:none; margin: 0;}
	
}


@media screen and (max-width: 475px){
	#buttons-inv {width:45%; margin: 5px 5px; }
	.copyright img {width:200px; margin: 0 auto; text-align:center;}
	#quicklinks{ width:90%; margin-top:10px;}
}
@media screen and (max-width: 375px) {
	#buttons-inv {width:45%; margin: 5px 5px; font-size:13px;}
	
}
@media screen and (max-width: 320px) {
}
