﻿/***** 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 --------
light green: #6e816f;
dark green: #0b310c;
yellow: #ffde00
*/

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 26px;
    -webkit-text-size-adjust: none;
    background: #6e816f;
    color: #0b310c;
    widows: 100%;
    font-weight: 400;
    overflow-x: hidden;
}
h1 { font-size: 48px; color:#fff; padding-bottom: 15px; text-align:left; text-transform:uppercase; line-height: 50px;}
h1 span{color:#ffde00; font-weight:400; font-size: 38px; text-transform:uppercase;}
h2 {font-size: 22px; text-align:left; color:#ffde00; font-weight:700; text-transform:uppercase;}
h3 {font-size:35px; color: #0b310c; font-weight: 700; text-align: left; padding: 15px 0;}
h4{font-size: 20px; color:#0b310c; font-weight:700;}
p {font-size: 15px;line-height: 1.25;}
a:link, a:visited, a:active {text-decoration:none;}
strong { font-size:16px;}

.clear{clear: both;}

/*--- HEADER STYLES --------------------------*/
.header {width: 100%;z-index: 9999999;position: absolute;}
.header2 {width: 100%; background-color:#0b310c; position:relative;}

.header-inner{     width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
    padding: 10px 0;}
.header-inner p{ text-align: right; color: #fff; font-weight: 700; font-size: 20px;}
.header-inner a{color:#fff !important;}
.logo {
    position: absolute;
    top: 0;
    bottom: 0;z-index: 999;
    left: 4%;
}
.logo img {    height: 100%;
    width: 100%;}

.header-inner img{max-width: 100%; width: 30px;}
.header-inner img:hover{opacity: .7;}

.top-header {
    background: #0b310c;
    display: flex;
    font-size: 15px;
}
.navigation-wrap {display: flex;}
.bottom-header {background: rgba(11,49,12, 0.7)}
/*---BODY--------------------------------*/
.wrapper { width: 100%; margin: 0 auto;}
.wrapper-inner {padding: 20px 0px; width: 90%; margin: 0 auto;}
.wrapper-inner p { margin: 0 auto; padding: 5px 0px; color:#fff;}
.wrapper-inner a{color:#fff;}
.gray{background: url(../siteart/gray.jpg) no-repeat; width:100%; background-color:white;}

.green{background:#0b310c; width:100%;}

#s-pad{padding: 2% 0;}
#l-pad{padding: 3% 0;}


#buttons{
	width:300px;
	display: inline-block;
    background: none; 
    line-height:14px;
    color:#000;
	border: 2px solid #0b310c; 
	padding: 12px 10px;
	font-size: 16px;
	font-weight:400;
	text-decoration:none; 
	text-transform: uppercase;
	text-align:center;
}
#buttons:hover{background: #0b310c; color:#fff; }

.contact-col{ display:inline-block; text-align:center; color:#fff; width:25%; vertical-align:top; float: left;}
.contact-col h4{color:#fff;}
.contact-col a{color:#fff;}
.contact-col img{width:60px;}
.page-push {
    height: 50px;
}
/*------SLIDER STYLES-------------------------- */
.cycle-slideshow img{
	width:100%;
}

.slider-quote span{ color:#ffde00; font-weight: 400; font-size: 38px;}
.slider-quote {
    text-align: left;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
    z-index: 999;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin: 0 auto;
    right: 0;
}

/**---- Starburst -----------------------------*/
.hero {position: relative;}
.starburst {
  font: 4em/1.4 'Raleway', sans-serif;;
  background: #fff;  
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  color: #B12A1C;box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;transition:.3s ease;
}
.starburst:hover {background: #B12A1C;color:#fff}
.auction-cta {
       position: absolute;
    z-index: 999;
    width: 100%;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    color: #fff;
    width: 90%;
    z-index: 999;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin: 0 auto;
    right: 0;
}

.auction-cta a {
    position: absolute;
    right: 10%;
    bottom: 70%;
}

.quote-txt {font-size: 16px;}
.quote-txt strong {
    display: block;
    text-transform: uppercase;
}
.starburst,
.starburst span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.starburst span {
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(45deg);
}

.starburst:before,
.starburst:after ,
.starburst span:before,
.starburst span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
  transform: rotate(30deg);
}

.starburst:after {
  transform: rotate(-30deg);
}

.starburst span:after {
  transform: rotate(30deg);
}
.starburst span:before {
  transform: rotate(-30deg);
}

.at-burst{
  position: absolute;
  top: 50%;  
  margin-top: -1.25em;
  margin-left: -1.25em;
  left: 75%;
  transform: rotate(-45deg);
}



/**---- SCROLLING MANU BAR -----------------------------*/
.manu-bar{
background: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
    width: 55%;
    position: absolute;
    z-index: 999999;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin-top: -60px;
}
.manu-slider img{width:100%;  padding: 0px 15px;}


/*--ZOOM CATEGORIES ----------------------------*/
.zoom-container {
	float:left;
	width: 16.66%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	border: none;
	background-size:cover !important;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background:rgba(11,49,12, 0.7);
	-webkit-transform:translateY(70%);
	-moz-transform:translateY(70%);
	-ms-transform:translateY(70%);
	-o-transform:translateY(70%);
	transform:translateY(70%);
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container:hover .zoom-caption {
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}

.zoom-container .zoom-caption h4 {
	display: block;
	text-align: center;
	font-weight:700;
	text-transform: uppercase;
	color: #fff;
	padding-top:5%;
	padding-bottom:6%;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	line-height:1.2;
	font-size:18px;
}
.zoom-container .zoom-caption a {
	display: block;
	text-align: center;
	font-weight:700;
	text-transform: uppercase;
	color: #ccc;
	margin:5px 0px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	line-height:1;
}
.zoom-container .zoom-caption a:hover {
	color: #fff;
}


/*-- ZOOM FOR LARGER BOXES -----------------*/
.zoom-container2 {
	width: 33.1%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}

.zoom-container2 img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container2 .zoom-caption2  {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container2 .zoom-caption2 h3{
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight:bold;
	padding:15% 0;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto;
	width: 90%;

}
.zoom-container2 .zoom-caption2 h3 span{color:#ffde00; font-weight:400; font-size: 30px; text-transform:uppercase; line-height:40px;}

.zoom-container2:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container2:hover .zoom-caption2 {
	background: rgba(0, 0, 0, .45);
}



/*---PARTS PAGE-----------------------------*/
.parts-inner {padding: 20px 0px; width: 90%; margin: 0 auto; text-align: center;}
.parts-inner p { margin: 0 auto; padding: 5px 0px; color:#fff;}
.parts-inner a{color:#fff;}


.parts-box{width: 100%; max-width: 330px; border:2px solid #0b310c; text-align: center; display: inline-block; padding: 20px; margin: 20px 1%;background: #0b310c;}
.parts-box h2{text-align: center; padding-bottom: 10px; color:#fff;}

.parts-box:hover{background: none;}


/*---PRODUCT LINES ---*/
.product-lines img{display:inline-block; background:#fff; margin: 5px; width:100%; max-width: 260px; padding:15px 25px;}
.product-lines img:hover{background: rgba(255,255,255,.5) }

/*--SHOWROOMS -------------------------*/
.showroom-list{
	width:100%;
	padding:30px 0;
	text-align:left;
}

.cat{
	width:20%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	background:#fff;
	margin:10px;
}

.cat img{
	width:100%;
	display:block;
	transition:ease .3s;
}

.cat h3{
	width:100%;
	padding:10px 0;
	background:#fff;
	color:#0b310c;
	font-weight:700;
	text-transform:uppercase;
	font-size:15px;
	text-align: center;
	border-top: 2px solid #f3f3f3;
}
.cat h3:hover{background:#0b310c; color:#fff;}

.cat:hover img{opacity:.6; transition:ease .3s;}


#back-button{color:#fff;}
#back-button:hover{text-decoration: underline;}




/*---FARMCO PAGE -------------------------------*/
.farmco {display: inline-block;  width: 315px; vertical-align:top; margin: 10px 20px 10px 0;}
.farmco img{width: 100%;}


.section_head {
	font-weight:700;
	text-transform:uppercase;
	width:95%;
	float:left;
	font-size:20px;
	text-align:left;
	padding:20px 2%; 
	background:#0b310c; 
	color:#FFF; 
	margin:30px 0 6px;
}

.small-section-head{font-size: 15px; font-weight: 400; text-transform: none;}

.farmco-table {
	width:99%;
	float:left;
	margin:20px 0;	
	color:#fff;
	font-weight: 700;
}

.half {
	width:50%;
	float:left;
	font-size:16px;
	line-height:23px;
}

.tg  {border-collapse:collapse; border-spacing:0; width:100%;}
.tg td{font-size:15px; padding:10px 5px; border:solid 1px #000; overflow:hidden; word-break:normal;}
.tg th{font-size:15px; font-weight:normal; padding:10px 5px;  border:solid 1px #000;overflow:hidden; word-break:normal;}
.tg .tg-7fle{font-weight:bold; background-color:#0b310c; text-align:center; vertical-align:top; color:#fff;}
.tg .tg-erlg{font-weight:bold; background-color:#0b310c; vertical-align:top; color:#fff;}
.tg .tg-baqh{text-align:center; vertical-align:top}

/*---SIDE SEARCH---------------------------------*/

.side-search{background: #f0f0f0; padding: 15px; box-sizing: border-box; border: 1px #ccc solid; width:18%; display: inline-block;vertical-align: top;}

.side-search input, .side-search select{width: 100%; padding: 10px; font-size: 12px; background: #fff; color: #555; margin-bottom: 8px; box-sizing: border-box; border-radius: 3px; border: 1px #ccc solid;}

.side-search input[type="submit"]{font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 12px; color: #fff; text-transform: uppercase; border: 1px solid #ccc; background: #0b310c; width: 100%; transition: all .2s ease-in-out; cursor: pointer; position: relative; padding: 10px 8px; margin-bottom: 8px;}
.side-search input[type="submit"]:hover{background: #6e816f;}

.side-search a.button{display: block;}


/*----- FRAMELESS STYLES ----------------------*/
.inv-right{display: inline-block; width:72%; vertical-align: top;}

.hosted-content .p-tb-10{padding: 0 !important;}

.hosted-content .listings-wrapper .bold, .hosted-content .listings-wrapper .italic, .hosted-content .listings-wrapper h2, .hosted-content .listings-detail-wrapper .bold, .hosted-content .listings-detail-wrapper .italic, .hosted-content .listings-detail-wrapper h2, .hosted-content .listings-drilldown-wrapper .bold, .hosted-content .listings-drilldown-wrapper .italic, .hosted-content .listings-drilldown-wrapper h2 {font-family: 'Raleway', sans-serif !important;} /* Font for Inventory to match rest of website */

.hosted-content{font-family: 'Raleway', sans-serif !important; color: #0b310c !important; }
.hosted-content h1{ text-align: left !important; font-family: 'Raleway' !important; color: #0b310c !important; font-size: 30px !important; line-height: 30px !important;}

.hosted-content h2 {color: #6e816f !important;font-family: 'Raleway' !important;}  /* Featured Listings/General Listings */
.hosted-content h3 {color: #6e816f !important; font-size:28px !important;font-family: 'Raleway' !important;}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{font-family: 'Raleway' !important; line-height: 1em !important;}
.hosted-content .listings-wrapper .listings-list .category-banner h3{ font-size: 28px !important;font-family: 'Raleway' !important; line-height:1.5em !important;}
.hosted-content .listings-wrapper .listings-list .listing-banner {background: none !important;} /* Featured Listings/General Listings Background */
.hosted-content .listings-wrapper .sort-box {background: none !important;} /* Background for Sort Order */

.listing-name a:link, .listing-name a:visited, .listing-name a:active {color: #0b310c;} /*Inventory Title Link Colors */
.listing-name a:hover {color: #6e816f;}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {background: #0b310c !important;} /* View Details button */
.hosted-content .btn:hover, .hosted-content .button:hover {background: #6e816f !important;} /* View Details Button */

.listings-wrapper .listing-smallcard .listing-smallcard-title a{color:#000 !important;}


.hosted-content .machinelocation,.hosted-content .mobile-call a .hide-785, .hosted-content .call-it-listing a .hide-785, .hosted-content .listings-detail-wrapper .listing-details a.email-seller, .hosted-content .mobile-calculator span, .hosted-content .fixed-column6 h5 a {color: #0b310c !important; }

.currency-capital-price-container a, .listings-wrapper .listing-boxed .listing-boxed-details a{color: #000;}

.hosted-content .no-margin {
    margin: 0 !important;
    color: #0b310c;
}

.desktop-inv-btns{display: block;}
.mobile-inv-btns{display: none;}

/*-------- FOOTER STYLES --------*/

.white-bar{background:#fff; padding: 15px 0px; width:100%; margin: 0 auto;}
.footer-col{ display:inline-block; text-align:center; color:#0b310c; width:33%; vertical-align:top;}
.footer-col a{color:#0b310c;}
.footer-col img{width:45px; display: inline;}

footer{width:100%; background: #6e816f; text-align:center; margin:0 auto; padding: 1% 0;}
footer p, footer a {text-align:center; color:#fff; font-size: 14px; line-height: 16px;}




/*--------FORM STYLES--------------------------------------*/
#formpage { vertical-align:top; margin: 0 auto; }

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	text-align: left;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
	-webkit-appearance:none;
}

/* 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 #8e8d8d;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {
	width:31%; 
	float:left; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    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:#abacac; 
	color:#FFF;
	border:1px solid #abacac;
	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:300px;
	display: inline-block;
    background: none; 
    line-height:14px;
    color:#000;
	border: 2px solid #0b310c; 
	padding: 12px 14px;
	font-size: 16px;
	font-weight:400;
	text-decoration:none; 
	text-transform: uppercase;
		-webkit-appearance:none;

}
#formpage input.button:hover {
     width:300px;
	display: inline-block;
    background: #0b310c; 
    line-height:14px;
    color:#F3F3F3;
	border: 2px solid #0b310c; 
	padding: 12px 14px;
	font-size: 16px;
	font-weight:400;
	text-decoration:none; 
	text-transform: uppercase;
}

/* 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%; float:left; }

.CaptchaImagePanel {
	
margin-top: 10px;
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 10px 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 





#AT{width:200px; float:right; position:relative; padding-bottom: 2%;}

/*-------- RESPONSIVE STYLES --------*/

.auction-cta-mobile {display: none !important;}

@media only screen and (min-width:2331px) {
.zoom-container .zoom-caption p > a {font-size: 18px;}	
}

@media only screen and (max-width: 2330px) {
.zoom-container .zoom-caption p > a {font-size: 16px;}
}

@media only screen and (max-width: 2130px) {
.zoom-container .zoom-caption p > a {font-size: 13px;}
}

@media only screen and (max-width: 1820px) {
.zoom-container .zoom-caption p > a {font-size: 12px;}
}

@media only screen and (max-width: 1620px) {
.zoom-container {width:25%;}
.zoom-container .zoom-caption p > a {font-size: 16px;}
}

@media only screen and (max-width: 1420px) {
.zoom-container .zoom-caption p > a {font-size: 14px;}
}

@media only screen and (max-width: 1220px) {
.zoom-container .zoom-caption p > a {font-size: 12px;}
}

@media only screen and (max-width: 1030px) {
.zoom-container .zoom-caption h4 {font-size: 18px;}
.zoom-container .zoom-caption p > a {font-size: 11px;}
}

@media only screen and (max-width: 949px) {	
.zoom-container {width:33.3333%;}	

.zoom-container .zoom-caption h4 {font-size: 24px;}
.zoom-container .zoom-caption p > a {font-size: 13px;}
}

@media only screen and (max-width: 899px) {		
.zoom-container .zoom-caption h4 {font-size: 22px;}
.zoom-container .zoom-caption p > a {font-size: 13px;}
}

@media only screen and (max-width: 849px) {
.zoom-container .zoom-caption h4 {font-size: 20px;}
.zoom-container .zoom-caption p > a {font-size: 12px;}
}

@media only screen and (max-width: 775px) {
.zoom-container .zoom-caption h4 {font-size: 19px;}
.zoom-container .zoom-caption p > a {font-size: 11px;}
}

@media only screen and (max-width: 735px) {
.zoom-container .zoom-caption h4 {font-size: 18px;}
.zoom-container .zoom-caption p > a {font-size: 10px;}
}
@media only screen and (max-width: 699px) {	
.zoom-container {width:50%;}

.zoom-container .zoom-caption h4 {font-size: 25px;}
.zoom-container .zoom-caption p > a {font-size:15px;}
}

@media only screen and (max-width: 649px) {	
.zoom-container {width:50%;}

.zoom-container .zoom-caption h4 {font-size: 22px;}
.zoom-container .zoom-caption p > a {font-size:14px;}	
}

@media only screen and (max-width: 599px) {
.zoom-container .zoom-caption h4 {font-size: 21px;}
.zoom-container .zoom-caption p > a {font-size:12px;}
}

@media only screen and (max-width: 549px) {
.zoom-container .zoom-caption h4 {font-size: 18px;}
.zoom-container .zoom-caption p > a {font-size:11px;}
}

@media only screen and (max-width:499px) {	
.zoom-container {width:100%;}

.zoom-container .zoom-caption h4 {font-size: 28px;}
.zoom-container .zoom-caption p > a {font-size: 20px;}
}

@media only screen and (max-width:409px) {	
.zoom-container .zoom-caption h4 {font-size: 28px;}
.zoom-container .zoom-caption p > a {font-size: 16px;}
}

@media only screen and (max-width: 370px) {
.zoom-container .zoom-caption h4 {font-size: 24px;}
.zoom-container .zoom-caption p > a {font-size: 15px;}
}

@media only screen and (max-width: 330px) {
.zoom-container .zoom-caption h4 {font-size: 20px;}
.zoom-container .zoom-caption p > a {font-size: 13px;}
}

@media only screen and (max-width:299px) {	
.zoom-container .zoom-caption h4 {font-size: 20px;}
.zoom-container .zoom-caption p > a {font-size: 13px;}

}

@media only screen and (max-width:270px) {
.zoom-container .zoom-caption h4 {font-size: 18px;}
.zoom-container .zoom-caption p > a {font-size: 10px;}
}

@media only screen and (max-width:245px) {
.zoom-container .zoom-caption h4 {font-size: 16px;}
.zoom-container .zoom-caption p > a {font-size: 10px;}
}

@media only screen and (max-width:235px) {
.zoom-container .zoom-caption p > a {display:none;}
}


@media screen and (max-width:1400px){
.white-bar{position: relative; max-width:100%; margin-top:0;}
.catalog-clear{display: none;}
	
.side-search{width: 25%;}
.inv-right{width:65%;}		
}


@media screen and (max-width:1250px){
	.quote-txt strong,.quote-txt {font-size: 15px !important;}
	.auction-cta a {
    bottom: 55%;
    font-size: 18px;
}
	.starburst{width: 2em;
    height: 2em;}
}
@media screen and (max-width:1228px){
#header-content{width: 90%;}

.slider-quote {top: 60%;}

.wrapper-inner{width: 95%;}
	
.zoom-container2{width: 33%;}
.zoom-container2 .zoom-caption2 h3{font-size: 25px;}
.zoom-container2 .zoom-caption2 h3 span{font-size: 25px; line-height:30px;}
	

}

@media screen and (max-width:1100px){


.formfield {width:97%;}

.manu-bar{position: relative; width:100%; top: 0;margin-top: 0;}
	.starburst {
    width: 1.75em;
    height: 1.75em;
}
	.quote-txt strong,.quote-txt {font-size: 14px !important;}

}

@media screen and (max-width:1080px){
.product-lines img{width: 30%; max-width:none;}




.footer-col{width:100%; margin-top:10px;}
.contact-col{width:48%; margin: 10px 0;}

.slider-quote {top: 23vw; font-size: 38px; line-height: 40px;}
.slider-quote span{font-size: 28px;}
}

@media screen and (max-width:1049px){
	.header{position:unset;}
	.logo {
    position: unset;
    width: 100%;
    text-align: center;
    background: #0b310c;
}	
	.page-push {height: 0 !important;}
	.logo img {width: 100%;height: auto; max-width: 200px;}
	.header-inner{justify-content: space-between;}
	.top-header {border-top: 1px solid #6e816f;}
}
@media screen and (max-width:1024px){
.slider-quote{display:none;}
	.auction-cta {top: 0 !important;}
.header{position:relative;}
.zoom-container2 .zoom-caption2 h3{font-size: 20px;}
.zoom-container2 .zoom-caption2 h3 span{font-size: 20px; line-height:25px;}		

	.side-search{display: none;}
	.inv-right{width:100%;}
	
	.at-burst {right: 5% !important;left: unset !important;top: 60%;}
		h1 span {font-size: 22px;}
	h1 {
    font-size: 34px;line-height: 1.25;
	}
}

@media screen and (max-width:850px){
	.at-burst {
		right: 80% !important;}
}
@media screen and (max-width:790px){
	.auction-cta {display:none !important;}
	.auction-cta-mobile {display: block !important;    background: #B12A1C;}
	.auction-cta-mobile a div {
        width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
	
	.auction-cta-mobile div strong,
	.auction-cta-mobile div {font-size: 18px;}

.zoom-container2{width: 100%; margin: 5px auto;}
.zoom-container2 .zoom-caption2 h3{font-size: 30px;}
.zoom-container2 .zoom-caption2 h3 span{font-size: 30px; line-height:40px;}	
	
.desktop-inv-btns{display: none;}
.mobile-inv-btns{display: block;}	
}
@media screen and (max-width:649px){

	
h1 { font-size: 38px;}
h1 span{ font-size: 34px;}
	.header-inner {flex-wrap:wrap;justify-content: center;}

.product-lines img{width: 46%; max-width:none;}

	.parts-box{max-width: 90%; margin:20px 0;}
	
.contact-col{width:100%;}

#AT{float:none;}
	
	.farmco{width: 100%;}
	.half{width: 95%;}
	.header-inner p {font-size: 15px;text-align: center;}


}
@media screen and (max-width:450px){

	
	
h1 { font-size: 30px;}
h1 span{ font-size: 20px;}

.product-lines img{width: 96%; max-width:none;}
}