﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	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%;}

.view-listing-details-link, .buy-now-link {background-color: #bf1e2e!important;}
.search-results {color:#bf1e2e!important}
.dealer-btns-bottom a {background: #bf1e2e !important;}

/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
	font-family: 'Montserrat', sans-serif;
    margin: 0;
	padding:0;
	background:url(../siteart/p6.png) repeat;
	color:#000;
	}

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; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding:0 0 10px 0;
	font-weight:600;
	line-height:1.5em;
	color:#bf1e2e;
	text-transform:uppercase;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}

p {
	font-family: 'Montserrat', sans-serif;
	padding: 0 0 15px 0;
	font-size:16px;
	line-height:1.5em;
	font-weight:400;
	margin: 0;
	}
strong{font-weight:600;}
sm{font-size: .8em;}
/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:underline;
	color: #bf1e2e;
}

a:hover  {
	text-decoration: none;
	color: #bf1e2e;
	} 
	
	
.red-button{background:#bf1e2e;padding: 10px 20px;display: inline-block;color:#fff;border-radius:3px;font-size:16px;text-decoration:none;}
.red-button:hover{background:#262626; color:#fff;}
 
/*===================== 
	list styles 
=======================*/
ul.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
.topbar{width:100%;margin:0;padding:0 0;background:#fff;border-top:#bf1e2e 8px solid;overflow:hidden;}
.topbar-phone{position:relative;float:right;width:60%;height:28px;box-sizing:border-box;text-align:right;color:#fff;font-weight:400;font-size:16px;padding-bottom:8px;background: #bf1e2e url(../siteart/shape.png) left center no-repeat;}
.topbar a{color:#fff;text-decoration:none;}

.topbar-phone:after{background: #bf1e2e;width:1000px;height:100%;right:-1000px;content:"";position:absolute;}


.header{width:100%;margin:0;padding:0 0;background:#fff;}

.headerwrap{width:96%;max-width:1280px;margin:0 auto;}
.logo{float:left;width:40%;padding:5px 0;margin-top: -28px;}
.logo img{max-width:90%;height:auto;display:inline-block;}
.address{position:relative;float:right;width:60%;box-sizing: border-box;padding: 25px 0;text-align: right;}





/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1280px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1280px;margin:0 auto;}


	
/*===================== 
	slideshow styles 
=======================*/
#hero {
    position: relative;
    width: 100%;
    z-index: 0;
    text-align: center;
	background-color:#000;
    /* Removed background image - now handled by slideshow */
}

.hero-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
	background-color:#000;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
	background-color:#000;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	background-color:#000;
}

#hero .wrapper {
    padding: 30vh 0 30vh;
    z-index: 999;
    position: relative;
}

#hero p {
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.2em;
    text-shadow: 2px 2px 2px #000000;
    font-weight: 700;
    z-index: 999;
}

#hero p span {
    font-size: 50px;
    padding-bottom: 0;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
}

#hero p a {
    font-size: 24px;
    padding: 15px 25px 12px;
    background: #A58826;
    border: #7C661D 1px solid;
    color: #fff;
    vertical-align: middle;
    text-shadow: none;
    text-decoration: none;
}

#hero p a:hover {
    color: #fff;
    background: #111111;
    border: #fff 1px solid;
}

.hero-logo {
    text-align: center;
}

.hero-logo img {
    max-width: 75%;
    height: auto;
}

.hero-button {
    position: fixed;
    right: 0;
    z-index: 9999;
    width: 55px;
    height: 55px;
    margin: 0 0 0 0;
    border-radius: 0px;
    background-color: #bf1e2e;
    background-position: center center;
    background-repeat: no-repeat;
    border-left: #000 1px solid;
    border-bottom: #000 2px solid;
}

.hero-button:hover {
    background-color: #262626;
}

#chart{background-image:url(../siteart/chart.png);top: 330px;}
#clouds{background-image:url(../siteart/cloud.png);top: 390px;}

/*===================== 
	banner styles 
=======================*/
	
/*===================== 
	Form styles 
=======================*/
.order-form{display:block;background:#fafafa;padding:15px;border:#ccc 1px solid;}

#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}
label{
	display:block;
	font-size:16px;
	padding-top: 4%;
	width:100%;
}
input{
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	box-sizing:border-box;
	max-width:98%;
	margin:0 1% 10px;
}
input.half{width:48%;float:left;}

input:focus{
	border: #2885b3 solid 1px;
}
input.button2{
	display:block;
	width:50%;
	margin:0 auto 20px;
	background-color: #bf1e2e;
	color:#fff;
	border-radius: 2px;
}

input.button2:hover{
	background-color:#262626 ;
	cursor:pointer;
}

input[type="checkbox"] {display:inline-block;width:auto;margin: 0 5px 0 5px;vertical-align: middle;}


select{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:102%;
}
textarea{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
	margin:0 1% 10px;
	box-sizing:border-box;
}

.CaptchaPanel {
    margin: 0px 0px 0px 0px !important;
    text-align: center;
    padding: 0px !important;
}

.CaptchaImagePanel,
.CaptchaMessagePanel,  
.CaptchaAnswerPanel, 
.CaptchaWhatsThisPanel {
	margin:0px 0px 0px !important;
	font-size: 12px;
	color: #000;
	text-align: left !important;
	font-weight:normal!important;
	padding:0px 0 0!important;
	box-sizing:border-box;
	}

.CaptchaImagePanel{float:left;margin-right:10px !important;}
.CaptchaMessagePanel{}
#CaptchaAnswer{margin:5px 0; width:50%;}
fieldset{width:98%;box-sizing:border-box;margin:0 1% 15px;background:#fff;}

.quicksearch{width: 380px;display:inline-block;}
.quicksearch input{float:left;width: calc(100% - 65px);margin:0 0 0 0;border-radius: 0px;font-size: 16px;padding: 15px 15px;}
.quicksearch .button2{width: 65px;border: #bf1e2e 1px solid;float:left;margin:0 0 0 0;border-radius: 0px;background:url(../siteart/search.png) center center no-repeat;background-color:#bf1e2e;}


/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}
.welcome{text-align:center;background:url(../siteart/welcomebg.jpg) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.about{background:#fff;padding:60px 0;}
.about p{font-size:18px;}

.linkboxes{padding:40px 0;background:#f1f1f1;}
.linkbox{float:left;display:block;width:23%; height:230px;margin:1%;text-align:center;position:relative;box-sizing:border-box;padding-top:86px;background-repeat:no-repeat; background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.linkbox p{position:relative;z-index:10;font-family: 'Montserrat', sans-serif;font-size: 24px;line-height: 1em;}
.linkbox p span{display:block;font-size:24px;font-weight:700;}
a .linkbox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
.linkbox:after {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.2; transition: .3s all;display:block;}
.linkbox:hover:after {opacity: 0.7;background: #bf1e2e;border:#fff 1px solid;}
a:hover .linkbox{color:#fff;}
.linkboxes h2{font-size:36px;}

#equipment{background-image:url(../siteart/equipment.jpg); background-color:#000;}
#tractors{background-image:url("../siteart/tractor-home.png"); background-color:#000;}
#combines{background-image:url(../siteart/combines-background.jpg); background-color:#000;}
#planters{background-image:url(../siteart/planters2.jpg); background-color:#000;}
#heads{background-image:url(../siteart/heads-background.jpg); background-color:#000;}
#wagons{background-image:url("../siteart/2021-images/red-wagon-pic.jpg"); background-color:#000;}
#head-cart{background-image:url("../siteart/2021-images/head-cart-img.png"); background-color:#000;}
#gps{background-image:url("../siteart/2021-images/gps-attachment-img.jpg"); background-color:#000;}
#tillage{background-image:url("../siteart/2021-images/tillage-img.jpg"); background-color:#000;}
#misc{background-image:url(../siteart/misc2.jpg); background-color:#000;}

.ribbon{position:relative;box-sizing:border-box;background-repeat:no-repeat; background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-image:url(../siteart/ribbon-background-bw.jpg);border:#fff 2px solid;}
.ribbonbox{float:left;display: flex;align-items: center;justify-content: center;width:25%;height: 330px;text-align:center;position:relative;box-sizing:border-box;/* padding-top: 70px; */background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;border:#fff 2px solid;background-color: rgba(000, 000, 000, 0.2);-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
.ribbonbox p{font-size:24px;font-weight:700;color:#fff;line-height:28px;padding: 0 0 0 0;text-shadow: 2px 2px 2px #000000;}
.ribbonbox:hover p{color:#fff;}
.ribbonbox:hover{background-color: rgba(191, 30, 46, 0.7);}
.ribbonbox.double{width:50%;}
.ribbonbox p span{font-size:34px;font-weight:700;color:#fff;line-height:50px;}
.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

/********** Inventory **********/

.part-list-price.bold {color:#bf1e2e!important;}
.list-listings-count {color:#000!important;}
.view-listing-details-link.fa, .parts-button.view-details, .selected-facet {background-color:#bf1e2e!important;}

/********** mobile inventory **********/
.mobile-done-button, .mobile-dealer-phone, .mobile-send-email-btn {background-color:#bf1e2e!important;}
.dealer-phone-container a {border:1px solid #bf1e2e!important;color:#bf1e2e!important;}
.parts-listings-count {color:#000!important;}
.detail-price-value {color:#bf1e2e!important;}

/********* inventory details ********/

.search-results, .currency-selector {color:#bf1e2e!important;}
.offer-btn, .data-label {background-color:#bf1e2e!important;}
.send-email-btn {border:solid 1px #bf1e2e!important; color:#bf1e2e!important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count {font-size: 12px !important; margin-right: 10px !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {font-size: 12px !important}
/********* mobile inventory details ********/
.mobile-breadcrumb, .offer-btn-mobile, .field-value.js-phone-clicktotrack.dealer-phone-mobile, .send-email-btn-mobile, .contact-bar-btn, .contact-bar-btn.js-phone-clicktotrack, #message-seller-link, .contact-options a {background-color:#bf1e2e!important;}
.fin-calc-btn-mobile {background-color:#bf1e2e!important;}

.share-listing, .search-results-link  {color:#bf1e2e!important;}
.google-maps-link .address {width: 100% !important; text-align: left !important}

/*--------Scrolling Inventory--------*/

.mobilecontainer { 
	overflow:hidden; /* must have this property for mobile phones and tablet display! */
	width:100%; 
	margin:0 auto;
	height:92px; 
	padding:0;
	background:#000;
}
iframe.banner {
	width:100%;
	height:92px;
	background:#000
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.0%;
}
.hosted-content .col{margin: 0 0 0 0;}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 680px) {
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}			
}


/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#262626;padding:50px 0;border-top:#474747 4px solid;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#bf1e2e;}

footer {
	margin: 0 auto;
	padding:2px 0;
	width: 100%;
	background:#000;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	}
footer .copyright{text-align:right;}
footer .hosted{font-size:14px;}

	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #ccc;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#666;
	}

.smallfootertext {
	font-size:11px; 
	color:#666;
	}

.divfooter {
	text-align:center; 
	margin:0 auto;
	}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1000px) {
	.hero-button{display:none;}
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 800px) {
.logo{float:none;text-align:center;width: 100%;margin-top: 0;padding:15px 0;}
.topbar-phone{width:100%;float:none;background:#bf1e2e;text-align:center;}
.address{text-align:center;width:100%;padding-top:0;}
.topbar{background:#bf1e2e;}
.quicksearch input{float:left;width: calc(100% - 65px);margin:0 0 0 0;border-radius: 0px;font-size: 14px;padding: 10px 10px;}
.linkbox{width:48%;}
.ribbonbox{width:100%;height:180px;}
.ribbonbox.double{width:100%;}


	h1 {
		font-size: 36px;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}

p {

	font-size:14px;

	}
}
@media screen and (max-width: 760px) {
#hero p span{font-size:36px;padding-bottom:0;font-weight:800;text-transform:uppercase;font-style:italic;}
#hero p{font-size: 28px;font-family: 'Open Sans', sans-serif;color:#fff;line-height:1.2em;text-shadow: 2px 2px 2px #000000;font-weight:700;}
}


@media screen and (max-width: 680px) {
#hero .wrapper{padding: 80px 0 80px;}
.hosted .col{margin:1% 0 1% 0;}
.hosted {text-align:center;}
.hosted .copyright {text-align:center;}
}

@media screen and (max-width: 480px){
	.ribbonbox p{font-size:20px;}
.quicksearch{width: 320px;display:inline-block;}
.topbar-phone{font-size:14px;height:auto;}
.topbar{font-size:12px;text-align:center;}
.address h2{font-size:24px;}
.pagebottom{padding:20px 0;text-align: center;}
.divfooter {
	text-align:center; 
	}	
}
@media screen and (max-width: 414px){
	
}
	
