﻿/***** 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;  
} 

/*Smooth transistions*/
a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after, .quick-btn, .quick-btn:hover {
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
} 

/*-------- 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 {
	color: #fff;
	background: #383838;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


p {
font-family: 'Open Sans', sans-serif;	
}

/*** popup styles ***/
.popup {width:60%; top:100px; left:20%; background:#fff; position:absolute; z-index:9999999; box-shadow:0 0 10px rgba(0,0,0,0.8); -moz-box-shadow:0 0 10px rgba(0,0,0,0.8); -webkit-box-shadow:0 0 10px rgba(0,0,0,0.8); padding:40px 25px 25px 25px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.popup p{color:#000; padding: 0 0 10px 0;}
.popup p.red-bold{color: #e51937; font-weight: 600;}
.close-popup {position:absolute; top:10px; right:15px; text-align:center; line-height:40px; font-size:24px; cursor:pointer; color:#000;}


/*--- HEADER STYLES ---------------------*/
header {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	width: 100%;
	margin: 0 auto;
	border-top: 5px solid #e51937;
	-webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);	
	background: #fff;
	overflow: hidden;
}

.info-head {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 1.25% 0;
	color: #000;
}

.logo-area{
	width: 39%;
	display: inline-block;
}

.logo {
	width: 55%;
	text-align: left;
}

.logo img {
	width: 100%;
}

.info-area {
	width: 59%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

.red-bold {
	color: #e51937;
	font-weight: 600;
}

.social {
	padding-left: 3%;
	display: inline-block;
	vertical-align: top;	
	margin-top: -1%;
}

.numbers {
	padding-left: 2.5%;
	display: inline-block;
	vertical-align: top;	
	font-weight: 400;	
}

.social-icons a {
	color: #e51937;
	font-size: 1.35rem;
}

.head-email a{
	color: #000;
	font-weight: 600;
}

.social-icons a:hover, .head-email a:hover {
	opacity: .7;
}
/*---BODY--------------------------------*/

.wrapper-80 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.wrapper-90 {
	width: 90%; 
	margin: 0 auto;
	text-align: center;
}

.wrapper-96 {
	width: 96%; 
	margin: 0 auto;
	text-align: center;	
}

.left-50 {
	display: inline-block;
	width: 48.4%;
	margin: 0 auto;
}

.right-50 {
	display: inline-block;
	width: 49.4%;
	margin: 0 auto;
}

.main-bg {
	width: 100%;
	margin: 0 auto;
	background: #383838;
}

.pg-headline {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	text-transform: uppercase;
	color: #e51937;
	padding: 2% 0 .5% 0;
	font-size: 1.25rem;
	border-bottom: 3px solid #e51937;
	font-family: 'Oswald', sans-serif;		
	text-shadow: .5px .5px .5px rgba(0, 0, 0, 1);		
}

.pg-content-container {
	width: 100%;
	margin: 0 auto;
	padding: 1.5% 0 1% 0;
}

.red-bold {
	color: #e51937;
	font-weight: 500;
}

.white-bold {
	color: #fff;
	font-weight: 500;
	padding-bottom: .5%;
}

.thin {
	font-weight: 200;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/*--- HOME PAGE STYLES ---------------------*/
.hero {
	width: 100%; 
	margin: 0 auto;
	background-color: #282828;
	background-image:url(../siteart/bgs/45-degree-fabric-light.png);
}

.hero-welcome{
	width: 100%;
	background-image:url(../siteart/bgs/45-degree-fabric-light.png);
}

.hero-welcome-text-container {
	padding: 10%;
}

.hero-headline {
	width: 100%;
	font-family: 'Oswald', sans-serif;	
	font-weight: 200;	
	font-size: 1.25rem;
	line-height: 3.25rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);	
}

.hero-text {
	width: 100%;
	padding-top: 2.5%;
	text-shadow: .25px .25px .25px rgba(0, 0, 0, .5)
}

.hero .right-50 {
	background: #282828;
	vertical-align: top;
}

.left-50 img {
	width: 100%;
	vertical-align: middle;	
}

.hero-text p {
	font-size: 1.25rem;
	line-height: 1.75rem;
}



.quick-buttons {
	font-family: 'Oswald', sans-serif;	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);	
	font-size: 1.35rem;
	width: 99%;
	margin: 0 auto;
	background-image:url(../siteart/bgs/honeycomb-chrome-grey-overlay-bg.jpg);
	padding: .5%;
	background-position: center center;
	background-size: cover;
}

.quick-button-container {
	padding: 2% 0;
}

.quick-btn {
	background: #e51937;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 1%;
	border: 5px #fff solid;
	display: inline-block;
	width: 20%;
	margin: 1% 1%;
}

.quick-btn:hover {
	background: #fff;
	color: #e51937;
	border: 5px #e51937 solid;
}

.case-banners {
	width: 70%;
	margin: 0 auto;
	padding: 2% 0;
}

.case-banners img {
	width: 100%;
	margin: 0 auto;
}

.home-main {
	width: 100%;
	margin: 0 auto;
	padding: 2% 0;
	background-image:url(../siteart/bgs/field.jpg);
	background-position: center center;
	background-size: cover;
}

.home-main-text-headline {
	padding-bottom: 2%;
	font-family: 'Oswald', sans-serif;	
	font-size: 1.6rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);	
	text-transform: uppercase;
}

.home-main-text-container {
	width: 63%;
	text-align: left;
	/*background: pink;*/
	display: inline-block;	
	vertical-align: top;
	padding-right: 2%;
	text-shadow: .25px .25px .25px rgba(0, 0, 0, 1)	
}

.home-main-slider {
	width: 33%;
	display: inline-block;
	vertical-align: top;		
}

.slide-container  {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

/*-------- SEARCH (New Equipment/Used Equipment) LANDING PAGE STYLES--------------------*/
.search-landing {
	width: 100%;
	margin: 0 auto;
	background: #383838;
}

.keyword-search {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.search-headline {
	font-size: 1.25rem;
	padding: 2% 0;
	color: #e51937;
	font-family: 'Oswald', sans-serif;		
	text-shadow: .5px .5px .5px rgba(0, 0, 0, 1);
	text-align: center;	
}

.search-section-title {
	width: 100%;
	text-align: left;
	font-family: 'Oswald', sans-serif;	
	color: #e51937;	
	padding-bottom: .5%;
	text-transform: uppercase;
}

.cat-headline {
	font-family: 'Oswald', sans-serif;
	color: #e51937;
	font-size: 2rem;	
	text-shadow: .25px .25px .25px rgba(0, 0, 0, 1);
	text-transform: capitalize;
}

.invt-category-container {
	width: 100%;
	padding: 2% 0;
}

.invt-category-container .left, .invt-category-container .right {
	text-align: center;
}

.invt-category-container .left ul, .invt-category-container .right ul{
	width: 90%;
	margin: 0 auto;
}

.invt-category-container .left ul li .quick-btn, .invt-category-container .right ul li .quick-btn{
	width: 100%;
	margin: 1.25% auto;
	font-family: 'Oswald', sans-serif;	
	font-size: 1.75rem;
	padding: 1% 0;
	margin-bottom: 2.25%;	
}

.invt-category-container .left ul li .quick-btn:first-of-type, .invt-category-container .right ul li .quick-btn:first-of-type{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 2.25%;
}

/*---SEARCH--------------------------*/
.inventory-quick-search-wrap{
	padding-bottom: 2%;
}

.inventory-quick-search-wrap form input{
	width:90%;
	background:#fff;
	border: solid 2px #e51937;
	color:#9F9F9F;
	height:50px;
	line-height:30px;
	padding: 0 0 0 5px;
	float: none;
	position:relative;
	font-size:20px;
	font-family: 'Oswald', sans-serif;
}

.inventory-quick-search-wrap form .button{
	border:0;
	position:relative;
	text-transform:uppercase;
	width:51px;
	height:54.5px;
	background:#e51937 url(../siteart/search-icon.png) center center no-repeat;
	cursor:pointer;
	transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
}

.inventory-quick-search-wrap form .button:hover{
	border: solid 2px #fff;
	background:#000 url(../siteart/search-icon.png) center center  no-repeat;
	transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;	
}

.inventory_search .widget-details, .parts-list .listings-button {
    background: #e51937 !important;
}

/*---AUCTIONS PAGE--------------------------*/
.auction-time-space {
	width: 100%;
	margin: 0 auto;
	background: #383838;
}

.auction-time-wrapper {
	width: 80%;
	margin:0 auto;
	padding: 2% 0;
}

/*--------PRECISION FARMING PAGE STYLES--------------------*/
.precision-farming .main-bg .wrapper-90 .pg-content-container {
	text-align: left;
}

.precision-farming .main-bg .wrapper-90 .pg-content-container a {
	color: #fff;
	font-weight: 600;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;	
}

.precision-farming .main-bg .wrapper-90 .pg-content-container a:hover {
	color: #e51937;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;	
}

.precision-farming .main-bg .wrapper-90 .pg-content-container .quick-buttons {
	background-image: none;
}

.precision-farming .main-bg .wrapper-90 .pg-content-container .quick-buttons .wrapper-90{
	width: 100%;
}

.precision-farming .main-bg .wrapper-90 .pg-content-container .quick-buttons .wrapper-90 .quick-button-container .quick-btn{
	width: 31%;
	padding: .5%;
}

.pf-section {
	width: 100%; 
	margin: 0 auto;
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 1.5%;
	font-family: 'Open Sans', sans-serif;	
	margin-bottom: 2%;
}

.pf-text {
	width: 80%;
	padding-right: 2%;
	display: inline-block;
	vertical-align: top;
}

.bullets li{
	list-style:disc;
	margin-left: 1.5%;
}

.pf-img {
	width: 17.4%;
	display: inline-block;
	/*background:rgba(217,217,217,0.3);*/
	vertical-align: top;	
	text-align: center;
}

.pf-img img {
	width: 100%;
	margin: 0 auto;
}

.white-opacity img {
	width: 96%;
	padding: 1.5%;
}

.white-opacity {
	background:rgba(217,217,217,0.4);	
	width: 35% !important;
}

.app-control {
	width: 62% !important;
}

/*--------VENDORS PAGE STYLES--------------------*/
.vendor-container	{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.vendor-logo-box {
	width: 12%;
	margin: 0 auto;
}

.vendor-logo-box img {
	width: 95%;
	margin: 0 auto;
	padding: 0 1.5%;
}

.vendor-bg {
	background: #fff;
}

/*--------FINANCING STYLES--------------------*/
.financing-intro {
	color: #000;
	text-align: left;
}

.financing-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.financing-box img{
	width:90%;
	margin: 0 auto;
}

.financing .main-bg .wrapper-90 .pg-content-container{
	background: #fff;
	margin: 1.5% 0;
}
/*--------ABOUT US PAGE STYLES--------------------*/
.about-section {
	width: 100%; 
	margin: 0 auto;
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 1.5%;
	font-family: 'Open Sans', sans-serif;	
	margin-bottom: 2%;
	text-align: left;
}

.about-content {
	padding-bottom: 1.25%;
}

.about-content p{
	padding-top: .5%;
}

/*--------CAREERS PAGE STYLES--------------------*/
.career-section {
	width: 100%; 
	margin: 0 auto;
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 1.5%;
	font-family: 'Open Sans', sans-serif;	
	margin-bottom: 2%;
	text-align: left;
}

.title {
	font-family: 'Oswald', sans-serif;
	padding-bottom: 1%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.15rem;
	line-height: 1.75rem;
}

.career-content {
	padding-bottom: 1.25%;
}

.career-content h3 {
	text-transform: uppercase;
}

.career-content p{
	padding-top: .5%;
}

.career-section .career-app-button {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.career-section .career-app-button .quick-btn {
	width: 90%;
	text-transform: capitalize;
	margin: 0 auto;	
}

/*--------CONTACT PAGE STYLES--------------------*/
.contact-section {
	width: 100%; 
	margin: 0 auto;
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 1.5%;
	font-family: 'Open Sans', sans-serif;	
	margin-bottom: 2%;
	text-align: left;
}

.left {
	width: 48%;
	display: inline-block;
	padding-right: 1%;
	text-align: left;
	vertical-align: top;
}

.left h3 {
	font-size: 1.65rem;
	line-height: 1.9rem;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;	
	letter-spacing: .75px;
	text-transform: uppercase;
}

.left h4 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;	
}

.right {
	width: 48%;
	display: inline-block;
	padding-left: 1%;
	text-align: right;
	vertical-align: top;	
}

.right iframe {
	width: 100%;
}

.contact-form {
	width: 100%;
	margin: 0 auto;
	padding-top: 2%;
}

/*--------THANK YOU PAGE STYLES--------------------*/
.ty-section {
	width: 100%; 
	margin: 0 auto;
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 1.5%;
	font-family: 'Open Sans', sans-serif;	
	margin-bottom: 2%;
	text-align: left;
}

.ty-content {
	padding-bottom: 1.25%;
	text-align: center;
}

.ty-content p{
	padding-top: .5%;
}

/*-------- FOOTER STYLES ----------------*/
footer{
	font-family: 'Oswald', sans-serif;		
	width: 100%;
	margin: 0 auto;
	background: #383838;
	padding: 1% 0 2% 0;
	text-transform: uppercase;
}

.scoller {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 1.5%;
}

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.footer-col-1 {
	width: 24%;
	padding-right: 2%;
	display: inline-block;
	vertical-align: top;	
}

.footer-logo, .footer-addy {
	width: 100%;
	text-align: left;
}

.footer-logo img {
	width: 90%;
	margin-left: -3%;
}

.footer-addy a {
	color: #fff;
	font-weight: 400;
	font-size: 1.15rem;
	line-height: 1.5rem;
}

.footer-col-2 {
	width: 22%;
	padding-right: 1%;
	display: inline-block;	
	text-align: left;
	vertical-align: top;
}

.footer-col-2 ul li {
	font-size: 1.15rem;
	line-height: 1.75rem;
	font-weight: 500;	
}

.footer-col-2 ul li a {
	color: #fff;
}

.footer-col-2 ul li a:hover {
	opacity: .7;
}

.footer-col-3 {
	width: 28%;
	padding-right: 1%;
	display: inline-block;	
	text-align: left;	
}

.footer-col-3 ul li {
	font-size: 1.15rem;
}

.footer-col-3 ul li:first-of-type{
	padding-bottom: 2%;
}

.hours-left{
	width: 52%;
	display: inline-block;
	padding-right: 1%;
}

.hours-right {
	width: 44%;
	display: inline-block;
	padding-right: 1%;	
}

.hours-bottom {
	width: 44%;
	padding-top: 10px;	
}

.less-tight {
	line-height: 1.25rem;
}

.footer-col-4 {
	width: 20%;
	padding-left: 1%;
	display: inline-block;	
	vertical-align: bottom;
	text-align: right;
}

.footer-organizations {
	display: flex;
	justify-content: flex-end;
}

.footer-col-4 .footer-organizations ul li img{
	width: 80%;
}

.bbb{
	margin-right: -16%;
}

.footer-organizations ul li{ 
	display: inline-block
}

.pub-footer {
	width: 100%;
	padding-top: 2%;
	text-transform: capitalize;
	font-size: 12px;
}

.pub-footer a {
	color: #fff;
}

.move-up {
		margin-top: -1.5%;
	}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

/*---INVENTORY STYLES--------------------------*/
.body-wrapper .list-content, .body-wrapper .detail-wrapper{background:#fff; margin: 2% auto; padding:1%; box-sizing: border-box;}

.container{color: #000 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link{background-color: #e51937 !important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link{background-color: #e51937 !important;}

.list-content .list-title .list-title-text{font-family: 'Montserrat', sans-serif !important; letter-spacing: 2px; padding: 10px 0; line-height: 35px;}


.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover{background-color: #e51937 !important}

.faceted-search-content .faceted-section-box .faceted-view-more-btn, .faceted-search-content .selected-facets-container .selected-facet{background: #e51937 !important;}

.detail-content .detail-main-body .main-detail-data .detail-price{color: #e51937 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn{background-color: #e51937 !important}
 .detail-content .detail-main-body .main-detail-data .buy-btn{background-color: #e51937 !important; margin-bottom: 10px !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn { background-color: #e51937 !important; color: #fff !important; border: 1px solid #e51937 !important;}

.detail-content .dealer-info{margin: 10px !important;}
.detail-content .search-results{color: #e51937 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price{color: #e51937 !important;}

.detail-content .detail-additional-data .data-row .data-label{background-color: #353737 !important}

.detail-content .detail-main-body .main-detail-data .detail-title{font-weight: 700 !important; font-family: 'Montserrat', sans-serif !important;}

/*--mobile--*/
.list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .check-availability-link{background-color: #e51937 !important}
.list-content .list-listing-mobile .buy-now-link{background-color: #e51937 !important;}
.list-content .list-listing-mobile .email-seller-link{background-color: #000 !important}

.list-content .list-listing-mobile .price-container .price, .detail-content-mobile .detail-main-body .main-detail-data .detail-price{color: #e51937 !important;}

.detail-content-mobile .detail-additional-data .data-row .data-label{background-color: #e51937 !important}
.detail-content-mobile .dealer-info h3{font-weight: 700 !important; font-family: 'Montserrat', sans-serif !important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{background-color: #e51937!important; border: 1px solid #e51937 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile{background-color: #e51937 !important; border: 1px solid #e51937 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile{background-color: #000 !important; border: 1px solid #000 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile{background-color: #212121 !important; border: 1px solid #212121 !important;}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{background-color: #212121!important;}

.list-content .faceted-search-content {
	background: white;
}

.detail-content {
background: white;
}

.list-content .list-top-section .listing-option-bar .listing-option-bar-content  {
color: white;
}

.list-content .list-title .list-listings-count {
color: white;
}

.legal-text-content {
	color: white;
}

.paging-container .page-navs .page-nav{background-color:#e51937!important;}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1600px) {
	.quick-btn {
		width: 19%;
	}
}
@media only screen and (max-width: 1475px) {
.vendor-logo-box {
	width: 15%;

}
	.quick-btn {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1395px) {
.hero-welcome-text-container {
    padding: 5%;
}	
}

@media only screen and (max-width: 1325px) {
.footer-col-2 {
    width: 21%;
}

.footer-col-1 {
    width: 23%;
}

.footer-col-3 {
    width: 27%;
}

.footer-col-4 {
    width: 22%;
}
	
footer .wrapper-90 {
	padding: 1.5% 0 2.5% 0;
}	
}

@media only screen and (max-width: 1275px) {
.logo {
    width: 65%;
}
	
.pf-text {
    width: 67%;
}

.pf-img {
    width: 27.4%;
}
	
.bullets li {
    margin-left: 4.5%;
}

.white-opacity {
	width: 45% !important;
}

.app-control {
	width: 52% !important;
}	
	
footer .wrapper-90 {
    width: 96%;		
}	
}

@media only screen and (max-width: 1190px) {
.wrapper-80 {
    width: 90%;
}	
	
.wrapper-90 {
    width: 96%;
}
	
.wrapper-96 {
    width: 98%;
}	
	
.hero-welcome-text-container {
    padding: 3%;
}
	
.hero-headline {
    font-size: 1.05rem;
    line-height: 2.75rem;
}

.hero-text p {
    font-size: 1.05rem;
    line-height: 1.45rem;
}
	
.quick-btn {
    width: 45%;
	margin: 1.5% 0;
}

.quick-buttons {
    font-size: 1.1rem;
}
	
.home-main-text-headline {
    font-size: 1.25rem;
}

.vendor-logo-box {
	width: 19%;
}	
	
.pg-headline {
    font-size: 1.15rem;
}
	
.footer-col-4 {
    width: 100%;
	padding-left: 0;
}
	
.footer-organizations {
    justify-content: center;
	padding-top: 1.5%;
}
	
.bbb {
    margin-right: 0px;
}

.footer-col-2 {
    width: 31%;
}

.footer-col-3 {
    width: 36%;
}
	
.footer-col-1 {
    width: 28%;
}	
	
.footer-col-4 {
    text-align: center;
}
	
.pub-footer {
    text-align: center;
}	
	
.footer-col-3 {
	margin-top: -.25%;
}		
}

@media all and (max-width: 1085px) {
.invt-category-container .left ul li .quick-btn, .invt-category-container .right ul li .quick-btn {
    font-size: 1.4rem;
}
}

@media all and (max-width: 975px) {
.hero {
	/*display: flex;
	flex-direction: column-reverse;*/
	}
	
.left-50 {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
	text-align: center;
	background-color: #282828;
	background-image:url(../siteart/bgs/45-degree-fabric-light.png);
}
	
 .right-50 {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
	
.left-50 img {
    width: 60%;
}
	
.white-opacity {
	width: 48% !important;
}

.app-control {
	width: 49% !important;
}	
}

@media all and (max-width: 915px) {
.logo-area {
    width: 100%;
}

.logo {
    width: 100%;
	margin: 0 auto;
	text-align: center;
}	
	
.logo img{
	width: 60%;
	margin: 0 auto;
}	
	
.info-area {
    width: 100%;
	text-align: center;
}
	
.social {
    padding: 0 2%;
}	
	
.pg-headline {
    font-size: 1rem;
}	
	
}

@media all and (max-width: 885px) {
	
.quick-buttons {
	overflow: hidden;		
	}
	
.quick-btn {
    width: 100%;
	margin: 0 auto;
}
	
.float-left {
	float:none;
}
	
.float-right {
	float: none;
}
	
.quick-button-container {
	padding: 4% 0;
	width: 96%;
}
		
.qk-btn-sp {
	margin: 3% 0;
	
}	

.qk-btn-sp-two {
	margin: 3% 0;
	
}
.case-banners {
    width: 90%;
}
	
.home-main-text-container {
    width: 100%;
    padding-right: 0px;
}
	
.home-main-slider {
    width: 75%;
    padding-top: 1.5%;
	padding-bottom: 2%;
}

.pg-content-container {
    padding: 3.5% 0 1% 0;
}
	
.precision-farming .main-bg .wrapper-90 .pg-content-container .quick-buttons .wrapper-90 .quick-button-container .quick-btn {
    width: 100%;
    padding: .75%;
}
	
.invt-category-container .left ul li .quick-btn, .invt-category-container .right ul li .quick-btn {
    font-size: 1.25rem;
}	
	
.footer-col-1 {
    width: 49.4%;
	padding: 0;
	text-align: center;
}

.footer-logo, .footer-addy {
    width: 100%;
    text-align: center;
}	
	
.footer-col-2 {
    width: 49.4%;
	padding: 0;
	text-align: center;	
}
	
.footer-col-3 {
    width: 49.4%;
	padding: 0;
	margin-top: 2%;
	text-align: center;		
}	
	
.footer-col-4 {
    width: 49.4%;
	padding: 0;
	margin-top: 2%;	
}	
	
.sat-gap {
	padding-bottom: 1%;			
	}	
	
.left-50 img {
    width: 60%;
}	
}

@media all and (max-width: 805px) {
.white-opacity {
	width: 100% !important;
	margin-top: 2%;
}

.app-control {
	width: 100% !important;
}

.white-opacity img {
    width: 85%;
}	
	
.career-section .career-app-button .quick-btn {
font-size: .9rem;
}	
}

@media all and (max-width: 750px) {
.logo {
    width: 92%;
}	
	
.left-50 img {
    width: 70%;
}	
	
.logo img {
    padding-bottom: 1%;
    padding-top: 1%;
}

.search-section-title {
    text-align: center;
}

.inventory-quick-search-wrap form input {
    text-align: center;
	width: 70%;
}
	
.vendor-logo-box {
	width: 23%;
}		
	
.pf-text {
    width: 60%;
}

.pf-img {
    width: 34.4%;
}

.pg-content-container {
    padding: 3.5% 1% 1% 1%;
}
	
.bullets li {
    margin-left: 4.5%;
}	
	
.left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 2.5%;
	text-align: center;
	padding-top: 2%
}
	
.invt-category-container .left {
		padding-bottom: 0%;
	}
	
.right {
	width: 100%;
	padding-left: 0px;
}	

.contact-form-container {
    width: 80% !important;
    margin: 0 auto;
}
	
.contact-form {
    width: 100%;
    margin-left: -2%;
}

}

@media all and (max-width: 615px) {
.numbers {
    padding: 0 2%;
}	

.left-50 img {
    width: 80%;
}		
	
.quick-button-container {
	padding: 5% 0;
}	

.case-banners img {
	width: 100%;
	margin: 0 auto;
}	

.quick-buttons {
    font-size: 1rem;
}
		
.inventory-width {
	width: 96%;
}		
	
.left {
    width: 100%;
    padding-right: 0px;
    text-align: center;
	padding-bottom: 2%;
}
	
.right {
	width: 100%;
	padding-left: 0;
	text-align: center;
}	
	
.home-main-text-container {
    text-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,1);
}
	
.home-main-slider {
    width: 98%;
}
	
.footer-col-1 {
    width: 100%;
	padding: 0;
	margin-top: 3.5%;	
}
	
.footer-col-1 .footer-logo, .footer-col-1 .footer-addy {
	text-align: center;
	}	

.footer-col-1 .footer-logo img{
		width: 60%;
		margin: 0 auto;
	}	
	
.footer-col-2 {
    width: 100%;
	padding: 0;
	margin-top: 4%;	
	text-align: center;	
}
	
.footer-col-3 {
    width: 100%;
	padding: 0;
	margin-top: 4%;
	text-align: center;
}	
	
.footer-col-4 {
    width: 100%;
	padding: 0;
	margin-top: 4%;	
	text-align: center;
}	
	
.hours-left {
	width: 100%;
}	
	
.hours-right {
	width: 100%;
}	
	
.hours-right .less-tight:first-of-type{
	margin-top: 3%;
}
	
.hours-left .less-tight:first-of-type{
	margin-top: .5%;
}	

.move-up-mobile {
		margin-top: -1.5%;
}
	
.move-up-mobile-dbl {
		margin-top: -2.5%;
}	
}

@media all and (max-width: 585px) {
.vendor-logo-box {
	width: 26%;
}

.pf-text {
    width: 100%;
	padding-top: 2%;
}

.pf-img {
    width: 100%;
	text-align: center;
}
	
.pf-img img {
    width: 60%;
    margin: 0 auto;
}

.white-opacity img {
    width: 85% !important;
}	
	
.pg-content-container {
    padding: 0;
}
	
.financing .main-bg .wrapper-90 .pg-content-container{
	margin: 2% 0;
	padding: 2% 0;
	
}	
	
	.financing-intro {
		text-align: center;
	}	
}

@media all and (max-width: 515px) {
.social {
    padding-bottom: 2%;
    width: 100%;
}

.numbers {
	padding-bottom: 1%;
	width: 100%;
}
	
.hero-headline {
    font-size: 0.95rem;
    line-height: 2.25rem;
}
	
.quick-button-container {
	padding: 6% 0;
}

.quick-buttons .wrapper-80 {
	width: 98%;
	margin: 0 auto;
}

.quick-buttons .wrapper-80 .case-banners{
	width: 100%;
}	
	
.left-50 img {
    width: 70%;
}	
	
.white-opacity img {
    width: 96% !important;
}		
	
.career-section .career-app-button .quick-btn {
font-size: .75rem;
}	
	
.footer-col-4 .footer-organizations ul li img {
    width: 70%;
}
	
.footer-col-1 .footer-logo img {
    width: 75%;
}
	
}

@media all and (max-width: 425px) {
.left-50 img {
    width: 100%;
}
	
.vendor-logo-box {
	width: 44%;
}	
}




