﻿/***** 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 {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {
	width: 100%;
	background-color: #241F1F;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headlogo-cont {
	max-width: 350px;
	width: 45%;
	margin: 8px 8px 8px 50px;
}
.headlogo-cont img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	object-fit: contain;
}


/*---BODY--------------------------------*/

.flex-container {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.center {
	text-align: center;
}
.block-center {
	margin: auto;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.gold {
	color: #F0CA8C;
}

.btn-primary {
	display: block;
	font-family: 'Sarabun', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 20;
	color: #000;
	background-color: #F0CA8C;
	padding: 20px;
	width: 100%!important;
	max-width: 230px;
	border-radius: 8px;
	text-align: center;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}
.btn-primary:hover {
	background-color: #DCB371;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}
.btn-cont {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}
.btn-cont-center {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.btn-spacer {
	position: relative;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
}

.hero-title {
	font-family: 'Sarabun', sans-serif;
	font-size: 72px;
	line-height: 76px;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 34px;
}
.hero-text {
	font-family: 'Sarabun', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 34px;
}
.sect-title {
	font-family: 'Sarabun', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 44px;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.subsect-title-lg {
	font-family: 'Sarabun', sans-serif;
	font-weight: 700;
	font-size: 38px;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.subsect-title-sm {
	font-family: 'Sarabun', sans-serif;
	font-weight: 700;
	font-size: 34px;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.sect-text {
	font-family: 'Sarabun', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 40px;
}
a.sect-text:hover {
	font-weight: 600;
}

.hero-sect {
	width: 100%;
	background-image: url(/siteart/hero-image.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.hero-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(36,31,31,1), rgba(240,202,140,0));
}
.hero-cont {
	position: relative;
	box-sizing: border-box;
	max-width: 1000px;
	padding: 256px 120px 120px;
}
.page-header {
	position: relative;
	box-sizing: border-box;
	padding: 80px 120px 80px;
}
.silver-lining {
	width: 100%;
	height: 18px;
	background-color: #B5C5C9;
}
.white-sect {
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	padding: 58px 30px;
}
.half-sect {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	max-width: 780px;
	padding: 50px;
}
.half-sect img {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 40px);
	object-fit: cover;
	margin: 0px 20px;
}
.third-sect {
	position: relative;
	box-sizing: border-box;
	width: 33%; 
	max-width: 412px;
	padding: 50px;
}
.twothirds-sect {
	position: relative;
	box-sizing: border-box;
	width: 67%;
	max-width: 1177px;
	padding: 50px;
}
.twothirds-sect iframe {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 40px);
	height: 396px;
	margin: 0px 20px;
}
.image-border {
	position: absolute;
	top: 50px;
	box-sizing: border-box;
	z-index: 10;
	margin: 20px 0px;
	width: calc(100% - 100px);
	height: calc(100% - 140px);
	border: 4px solid #B5C5C9;
	background: none;
}
.black-sect {
	box-sizing: border-box;
	width: 100%;
	background-color: #241F1F;
	padding: 100px 0px;
}
.auction-sect-lg {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 96%;
	height: auto;
	max-width: 1346px;
	margin: 60px auto 0px;
	padding: 20px 0px;
}
.auction-bkgd-lg {
	position: absolute;
	top: 0px;
	left: 20px;
	box-sizing: border-box;
	width: calc(100% - 40px);
	height: 100%;
	max-width: 1306px;
	background-image:url("/siteart/wheat-field-bkgd.jpg");
	background-position: center center;
	background-size: cover;
}
.auction-border-lg {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: calc(100% - 40px);
	display: flex;
	justify-content: center;
	align-items: center;
	border: 4px solid #F0CA8C;
}
.auction-flex-container {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 96%;
	max-width: 1346px;
	margin: auto;
}
.auction-sect-md {
	position: relative;
	box-sizing: border-box;
	display: block;
	height: auto;
	max-width: 826px;
	margin: 20px 20px 0px 0px;
	padding: 20px 0px;
}
.auction-bkgd-md {
	position: absolute;
	top: 0px;
	left: 20px;
	box-sizing: border-box;
	width: calc(100% - 40px);
	height: 100%;
	max-width: 786px;
	background-image:url("/siteart/tractor-line-bkgd.jpg");
	background-position: center center;
	background-size: cover;
}
.auction-border-md {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 4px solid #B5C5C9;
	padding: 20px 80px;
}
.auction-sect-sm {
	position: relative;
	box-sizing: border-box;
	display: block;
	height: auto;
	max-width: 480px;
	margin: 20px 0px 0px 20px;
	padding: 20px 0px;
}
.auction-bkgd-sm {
	position: absolute;
	top: 0px;
	left: 20px;
	box-sizing: border-box;
	width: calc(100% - 40px);
	height: 100%;
	max-width: 1306px;
	background-image:url("/siteart/tractor-harrow-bkgd.jpg");
	background-position: center center;
	background-size: cover;
}
.auction-border-sm {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 4px solid #B5C5C9;
	padding: 20px 60px;
}
.silver-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #B5C5C9;
	padding: 90px;
}
.callout {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 90%;
	max-width: 1018px;
	height: auto;
	margin: auto;
	padding: 20px 0px;
	background: none;
}
.callout-bkgd {
	position: absolute;
	top: 0px;
	left: 20px;
	box-sizing: border-box;
	width: calc(100% - 40px);
	height: 100%;
	max-width: 978px;
	margin: 0px auto;
	padding: 54px 0px;
	background-color: #fff;
}
.callout-border {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: calc(100% - 40px);
	max-width: 1018px;
	margin: 0px auto;
	padding: 34px 120px;
	border: 4px solid #FAD69A;
	background: none;
}


/*--------FORM STYLES--------------------*/

.form-sect {
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	padding: 60px;
}
.form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-half {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.form-full {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-family: 'Sarabun', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}

.contact-input {
	font-family: 'Sarabun', sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #B5C5C9;
	border: none;
	padding: 0px 10px;
}

.contact-textarea {
	font-family: 'Sarabun', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #B5C5C9;
	border: none;
	padding: 10px;
	height: 100px;
}

.contact-input:focus, .contact-textarea:focus {
	outline: none!important;
}

.CaptchaPanel {
	font-family: 'Sarabun', sans-serif;
}

#CaptchaAnswer {
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #B5C5C9;
	border: none;
	padding: 0px 10px;
}

#CaptchaAnswer:focus {
	outline: none!important;
}


/*-------- FOOTER STYLES ----------------*/
footer{
	width: 100%;
	background-color: #241F1F;
	display: flex;
	flex-direction: space-between;
	padding-bottom: 40px;
}
.footer-col {
	position: relative;
	box-sizing: border-box;
	width: 25%;
	max-width: 465px;
}
.footer-col img {
	width: calc(100% - 60px);
	max-width: 300px;
	margin: auto;
	object-fit: contain;
}

.footer-title {
	font-family: 'Sarabun', sans-serif;
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
	color: #F0CA8C;
	margin-top: 50px;
	margin-bottom: 40px;
}
.footer-link {
	font-family: 'Sarabun', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}
.footer-link:hover {
	color: #F0CA8C;
	-webkit-transition: .4s ease-in;
  	-moz-transition: .2s ease-in;
  	-o-transition: .2s ease-in;
  	transition: .2s ease-in;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.ts-button.template-branded-button {
	color: #000!important;
	background-color: #F0CA8C!important;
}

.ts-button.template-branded-button:hover {
	background-color: #DCB371!important;
}

button.selected-facet.ts-button {
	color: #000!important;
	background-color: #F0CA8C!important;
}

.view-listing-details-link.template-branded-button {
	color: #000!important;
	background: #F0CA8C!important;
}
.view-listing-details-link.template-branded-button:hover {
	background: #DCB371!important;
}

.selected-facet.ts-button {
	color: #000!important;
	background: #F0CA8C!important;
}
.selected-facet.ts-button:hover {
	background: #DCB371!important;
}

.list-title .list-title-text {
	font-family: 'Sarabun', sans-serif!important;
}
.list-content .list-listing-title-link {
	font-family: 'Sarabun', sans-serif!important;
}

.list-content .listing-category {
	font-family: 'Sarabun', sans-serif!important;
}

.list-redesign .price-contain {
	font-family: 'Sarabun', sans-serif!important;
}

.detail__title, .detail__specs-heading {
	font-family: 'Sarabun', sans-serif!important;
}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1320px) {
	.hero-title {
		font-size: 62px;
	}
	.sect-title {
		font-size: 38px;
	}
	.subsect-title-lg {
		font-size: 32px;
	}
	.subsect-title-sm {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1240px) {
	.btn-cont-center {
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (max-width: 1150px) {
	.subsect-title-sm {
		font-size: 32px;
	}
	.flex-container {
		flex-direction: column;
	}
	.reverse {
		flex-direction: column-reverse!important;
	}
	.half-sect {
		width: 100%;
	}
	.third-sect {
		width: 100%;
		max-width: 865px;
		text-align: center!important;
	}
	.twothirds-sect {
		width: 100%;
		max-width: 865px;
	}
	.center-late {
		margin: auto!important;
	}
	.auction-border-lg {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.no-padding {
		padding-top: 0px !important;
	}
	.auction-flex-container {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.btn-cont-center {
		flex-direction: row;
		align-items: center;
	}
	.auction-sect-md {
		width: 96%;
		max-width: 1346px;
		margin: 20px 0px 0px;
	}
	.auction-bkgd-md {
		position: absolute;
		top: 0px;
		left: 20px;
		box-sizing: border-box;
		width: calc(100% - 40px);
		height: 100%;
		max-width: 1306px;
		background-position: center center;
		background-size: cover;
	}
	.auction-border-md {
		position: relative;
		box-sizing: border-box;
		padding: 50px;
		width: 100%;
		height: calc(100% - 40px);
		border: 4px solid #B5C5C9;
	}
	.auction-sect-sm {
		width: 96%;
		max-width: 1346px;
		margin: 20px 0px 0px;
	}
	.auction-bkgd-sm {
		position: absolute;
		top: 0px;
		left: 20px;
		box-sizing: border-box;
		width: calc(100% - 40px);
		height: 100%;
		max-width: 1306px;
		background-position: center center;
		background-size: cover;
	}
	.auction-border-sm {
		position: relative;
		box-sizing: border-box;
		padding: 50px;
		width: 100%;
		height: calc(100% - 40px);
		border: 4px solid #B5C5C9;
	}
	footer {
		flex-wrap: wrap;
	}
	.footer-col {
		width: 50%;
		max-width: 50%;
		padding-left: 5%;
	}
}

@media only screen and (max-width: 900px) {
	.hero-title {
		font-size: 52px;
		line-height: 58px;
	}
	.hero-cont {
		padding: 212px 50px 100px;
	}
	.silver-sect {
		padding: 80px 50px;
	}
	.callout {
		width: 100%;
	}
	.callout-border {
		padding: 34px 60px;
	}
}

@media only screen and (max-width: 770px) {
	.form-row {
		flex-direction: column;
	}
	.form-half {
		width: 100%;
	}
	.btn-cont {
		flex-direction: column;
	}
	.btn-cont-center {
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (max-width: 600px) {
	.btn-primary {
		font-size: 17px;
		padding: 20px 10px;
		max-width: 180px;
	}
	.hero-title {
		font-size: 42px;
		line-height: 48px;
	}
	.sect-text {
		font-size: 15px;
		line-height: 22px;
	}
	.page-header {
		padding: 50px 50px 30px;
	}
	.white-sect {
		padding: 20px;
	}
	.image-border {
		width: calc(100% - 60px);
	}
	.half-sect {
		padding: 30px;
	}
	.third-sect {
		padding: 30px 0px;
	}
	.twothirds-sect {
		padding: 30px 0px;
	}
	.image-border {
		margin-top: 0px;
		height: calc(100% - 100px);
	}
	.auction-sect-lg {
		width: 92%;
	}
	.auction-sect-md {
		width: 92%;
	}
	.auction-border-md {
		padding:  50px 30px;
	}
	.auction-sect-sm {
		width: 92%;
	}
	.auction-border-sm {
		padding: 50px 30px;
	}
	.silver-sect {
		padding: 50px 15px;
	}
	footer {
		padding-bottom: 80px;
	}
	.footer-col {
		width: 100%;
		max-width: 100%;
		padding-left: 0px;
		text-align: center;
	}
	.padding {
		padding: 30px;
	}
}

@media only screen and (max-width: 450px) {
	.hero-title {
		font-size: 36px;
		line-height: 40px;
	}
	.sect-title {
		font-size: 32px;
		line-height: 40px;
	}
	.subsect-title-lg {
		font-size: 24px;
		line-height: 32px;
	}
	.subsect-title-sm {
		font-size: 24px;
		line-height: 36px;
	}
	.page-header {
		padding: 50px 30px 30px;
	}
	.half-sect {
		padding: 30px 0px;
	}
	.image-border {
		width: 100%;
	}
	.no-padding {
		padding: 0px 0px 30px;
	}
	.callout-border {
		padding: 30px 25px;
	}
	.form-sect {
		padding: 30px;
	}
}
