﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	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%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif!important;
	}

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;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}

	
h1 {
}
		

h2 {
}

	
h3 {
}


h4 {
}


h5 {
}


h6 {
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/ 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		}  

/*===================== 
	header styles 
=======================*/

header {
	margin: 0 auto;
	width: 100%;
    background-color: black;
	}

.header-logo {
    padding: 3px 50px 7px 50px;
}

.header-phone-info {
    padding: 25px 50px 0px 15px;
    text-align: right; 
}

.header-phone-link {
    color: #ffd531!important;
    font-weight: 600;
    font-size: 18px;
}

.header-phone-link:hover {
    color: #ffd531!important;
}

.header-loc-info {
    padding: 17px 50px 25px 15px;
    text-align: right; 
}

.header-loc-link {
    color: white;
    font-size: 16px;
}

.header-loc-link:hover {
    color: white;
}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: center;
    background-color: #ffd531;
    width: 100%;
	}

nav ul {
	padding:0;
	margin:0;
}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
    padding: 15px;
}

nav ul li a {
	font-size: 22px;
    color: black;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    padding: 5px;
    transition: .2s;
    text-transform: uppercase;
}	

nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active{
	border-bottom: 3px solid black;
    color: black;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding: ;
}

.dropdown_arrow {
	display: inline-block !important;
}



/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	background-color: #ffd531;
	text-align: center;
	min-height: 0 !important;
	}
	#menu-button a{
		 color: black;
		 text-decoration: none;
		 text-align: center !important;
         padding-right: 15px;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #ffd531;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
    font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	vertical-align: top;
}
a.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
    padding-right: 10px;
    float: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 20px;
	color: black;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
    clear: both;
}
nav.mobile ul li a:hover {
	color: black;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}

/*===================== 
	slideshow styles 
=======================*/
.slideshow-container1 {
	max-width: 100%;
	width: 100%;
	position: relative;
	margin: auto;
}
.mySlides {
	display: none;
}

/*===================== 
	content styles 
=======================*/

.img-tn {
    position: absolute;
    top: 30px;
    left: 2%;
    
}

.field-bknd {
    background-image: url("/siteart/bknd-field.jpg");
    background-size: cover; 
    background-position: center;
    border-top: 7px solid #ffd531;
    padding: 25px 0px 50px 0px!important;
}

.home-wrap {
    max-width: 1400px;
    display: block; 
    margin: auto; 
}

.page-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    padding: 25px 0px 15px 0px;
}

.home-text {
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

.farm_button {
    background: url("/siteart/btn-farm.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    align-content: center;
    margin: 0px auto 65px auto;
    padding-top: 75px;
    padding-bottom: 75px;
    border: none;
    transition: 0.3s;
    color: #ffd531;
    width: 95%;
}

.farm_button:hover, .farm_button:active, .farm_button:focus {
    color: #ffd531;  
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}    


.construct_button {
    background:  url("/siteart/btn-construct.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    align-content: center;
    margin: 0px auto 65px auto;
    padding-top: 75px;
    padding-bottom: 75px;
    border: none;
    color: #ffd531;
    transition: 0.3s;
    width: 95%;    
}

.construct_button:hover, .construct_button:active, .construct_button:focus {
    color: #ffd531;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.truck_button {
    background:  url("/siteart/btn-truck.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    align-content: center;
    margin: 0px auto 65px auto;
    padding-top: 75px;
    padding-bottom: 75px;
    border: none;
    color: #ffd531;
    transition: 0.3s; 
    width: 95%;   
}

.truck_button:hover, .truck_button:active, .truck_button:focus {
    color: #ffd531;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.trailer_button {
    background:  url("/siteart/btn-trailer.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    align-content: center;
    margin: 0px auto 65px auto;
    padding-top: 75px;
    padding-bottom: 75px;
    border: none;
    color: #ffd531;
    transition: 0.3s; 
    width: 95%;
}

.trailer_button:hover, .trailer_button:active, .trailer_button:focus {
    color: #ffd531;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ag_attach_button {
    background: url("/siteart/btn-ag-attach.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    align-content: center;
    margin: 0px auto 65px auto;
    padding-top: 75px;
    padding-bottom: 75px;
    border: none;
    transition: 0.3s;
    color: #ffd531;
    width: 95%;
}

.ag_attach_button:hover, .ag_attach_button:active, .ag_attach_button:focus {
    color: #ffd531;  
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}    


.construct_attach_button {
    background:  url("/siteart/btn-construct-attach.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    align-content: center;
    margin: 0px auto 65px auto;
    padding-top: 75px;
    padding-bottom: 75px;
    border: none;
    color: #ffd531;
    transition: 0.3s;
    width: 95%;    
}

.construct_attach_button:hover, .construct_attach_button:active, .construct_attach_button:focus {
    color: #ffd531;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.all_button {
    background:  url("/siteart/btn-other.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    align-content: center;
    margin: 0px auto 65px auto;
    padding-top: 75px;
    padding-bottom: 75px;
    border: none;
    color: #ffd531;
    transition: 0.3s; 
    width: 95%;   
}

.all_button:hover, .all_button:active, .all_button:focus {
    color: #ffd531;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.finance_button {
    background:  url("/siteart/btn-finance.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    align-content: center;
    margin: 0px auto 65px auto;
    padding-top: 75px;
    padding-bottom: 75px;
    border: none;
    color: #ffd531;
    transition: 0.3s; 
    width: 95%;
}

.finance_button:hover, .finance_button:active, .finance_button:focus {
    color: #ffd531;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.stripe-button {
    background-color: black;
    width: 100%;
    border: none;
    position: relative;
    top: 125px;
    text-align: center; 
    font-size: 22px;
    display: block;
    margin: auto;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    height: 80px;
    line-height: 24px;
    padding: 0px 5px;
}

/*===================== 
	banner styles 
=======================*/
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
    padding-top: 25px;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	layout styles 
=======================*/

.container1-fluid {
    padding: 0px;
}

.row-hh {
    padding: 0px;
    margin: 0px;
}

.div-hh {
    padding: 0px;
}

.center {
    text-align: center;
}



/*===================== 
	footer styles 
=======================*/

.footer-logo {
    margin: 25px 25px 25px 50px;
    width: 85%;
}

.footer-title {
    color: #ffd531;
    font-weight: 600;
    font-size: 17px;
    padding: 25px 25px 10px 25px;
    text-align: right;
}

.footer-contact-info {
    color: white; 
    font-size: 16px;
    font-weight: 600;
    padding: 0px 25px 25px 25px;
    text-align: right;
}

.pad-50 {
    padding-right: 50px;
}

.footer-contact-link {
    color: white!important;
}

.footer-contact-link:hover,
.footer-contact-link:active,
.footer-contact-link:focus{
    color: white!important;
}

.y-lines {
    border-right: 2px solid #ffd531;
    border-left: 2px solid #ffd531;
}

footer {
	margin: 0;
	width: 100%;
    background-color: black;
    padding-top: 15px;
	}

footer * {
    box-sizing: border-box!important;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size: 13px;
	color: white;
	}
	a.footerlink:hover {
		text-decoration: none; 
		font-size: 13px;
		color: #ffd531;
		}

.footertext {
	font-size:13px; 
	color: darkgray;
	}

.smallfootertext {
	font-size:10px; 
	color: darkgray;
	}

.divfooter {
	max-width:1200px; 
	text-align: center; 
	margin:0 auto;
    padding: 25px;
	}

/*===================== 
	form styles 
=======================*/

.form-hh {
    padding: 0px 2%;
}

.contact-text {
    margin-top: 30px;
    margin-bottom: 0px;
}

.contact_form {
    margin: 15px auto;
    padding: 15px;
    border: 1px solid black;
    width: 100%;
}

.contact-header {
    color: black;
    font-size: 36px;
    font-weight: 700;
}

.contact-p {
    font-size: 14px;
}

.submit-button {
    background-color: #ffd531;
    color: black;
    font-size: 18px;
    padding: 5px 15px; 
    border: 2px solid #ffd531;
    margin-top: 10px;
    margin-bottom: 30px;
}

.submit-button:hover{
    border: 2px solid black;
    color: black;
    background-color: #ffd531;
}

/*===================== 
	thank you styles 
=======================*/
.thankyou {
    padding: 25px 0px;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: black;
}

.thanks-text {
    font-size: 18px;
    text-align: center;
}

.thanks-button {
    color: black;
    background-color: #ffd531;
    padding: 10px 25px;
    border: 2px solid #ffd531;
    margin: 30px auto;
    font-size: 20px;
}

.thanks-button:hover{
    border: 2px solid black;
    color: black;
    background-color: #ffd531;
}

/*===================== 
	captcha styles 
=======================*/

/*control the Captcha */
.CaptchaPanel {
    margin:0 0 0 0 !important;
    padding:0 0 0 0 !important;
    text-align: center;
    line-height:normal !important;
    }

.CaptchaImagePanel {
    margin:0 0 0 0;
    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;
    }

.CaptchaAnswerPanel {
    margin:0 0 0 0;
    padding:2px 0px 2px 0px !important;
    }

.CaptchaWhatsThisPanel {
        line-height:0;
        margin:0 0 0 0;
        padding:8px 0 8px 0 !important;
    }
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

/*--------------------------------------------------------------
## NEW INVENTORY LAYOUT STYLES
--------------------------------------------------------------*/
.body-wrapper {font-family: 'Open Sans', sans-serif;}
.body-content {padding: 50px 0!important;}

.list-redesign {
    max-width: none!important;
}

/*-----FONTS-----*/
.list-content .list-title {padding: 0px 12px 12px 12px!important;}
.list-content .list-title .list-title-text {font-family: 'Open Sans', sans-serif!important; font-size: 25px; text-transform: uppercase;}
.list-content .listing-portion-title {font-family: 'Open Sans', sans-serif; font-size: 20px;}
.list-content .list-title .list-listings-count {color: black!important; font-size:12px!important;}
.list-listing-title {font-family: 'Open Sans', sans-serif!important;}
.listing-portion-title {font-family: 'Open Sans', sans-serif!important;}
.list-content .list-main-section .list-container1 .list-listing .listing-top-right .listing-dealer-info .dealer-name {font-family: 'Open Sans', sans-serif; color: black;}
.list-content .list-main-section .list-container1 .list-listing .listing-top .listing-top-left .listing-main-stats .price {color: #3f8e32!important; font-family: 'Open Sans', sans-serif;}
.list-content .list-top-section .listing-option-bar .list-listings-count {color: #3f8e32!important;}
.faceted-search-content .faceted-section-head h5 {font-family: 'Open Sans', sans-serif; border-radius: 0px!important;}
.listing-portion-title.description-title {font-family: 'Open Sans', sans-serif;}
.faceted-search-content .faceted-section-box .faceted-search {border-radius: 0px!important;}
.faceted-search-content .faceted-section-box .faceted-btn-container1 .faceted-show-all-btn {border-radius: 0px!important;}
.detail-content .detail-main-body .main-detail-data .detail-price {color: #3f8e32!important; font-family: 'Open Sans', sans-serif;}
.detail-content .detail-main-body .main-detail-data .detail-title {font-family: 'Open Sans', sans-serif!important; font-size: 25px; text-transform: uppercase; color: #000; font-weight: 800;}
.detail-content .dealer-info h3 {font-family: 'Open Sans', sans-serif; font-size: 20px;}
.contact-information {font-family: 'Open Sans', sans-serif!important;}
.breadcrumbs {font-family: 'Open Sans', sans-serif!important; font-size: 14px!important;}
.listing-widgets {font-family: 'Open Sans', sans-serif!important;}
.detail-additional-data {font-family: 'Open Sans', sans-serif!important;}
.detail-additional-data h4 {font-family: 'Open Sans', sans-serif!important;}
.detail-content .search-results{color: black!important;}
.legal-text-content {font-family: 'Open Sans', sans-serif!important; font-size: 12px; font-style: italic;}
.mc-debuginfo {display: none;}
.list-content .list-listing-mobile .listing-category {font-size: 12px!important}
.list-content .list-listing-mobile .listing-category {font-size: 12px!important}.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container1 .list-sort-order-select {font-size: 12px!important}
.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container1 .bold {font-size: 12px;}
.list-content .print-this, .list-content .email-this {font-size: 12px!important;}

/*-----BUTTONS-----*/
.view-listing-details-link {background: #ffd531!important; font-family: 'Open Sans', sans-serif; border-radius: 0px!important; color: black!important;}
.view-listing-details-link:hover {background: #555555!important; color: white!important;}
.email-seller-link {border-radius: 0px!important;}
.faceted-search-content .selected-facets-container1 .selected-facet{background: #ffd531!important; font-family: 'Open Sans', sans-serif; border-radius: 0px!important; color: black!important;}
.noUi-connect {background: #ffd531!important; border:1px solid grey!important;}
.noUi-handle  {background: #ffd531!important; border:1px solid grey!important;}
.list-content .listing-bottom .listing-widgets a {border-radius: 0px!important; font-family: 'Open Sans', sans-serif!important;}
.detail-content .print-this, .detail-content .email-this {border-radius: 0px!important; font-family: 'Open Sans', sans-serif;}
.offer-btn {border-radius: 0px!important; font-family: 'Open Sans', sans-serif; background-color: #ffd531!important; color:black!important;}
.offer-btn:hover {background-color: #555555!important; color:white!important;}
.send-email-btn {font-family: 'Open Sans', sans-serif!important; border-radius: 0px!important; border-color:black!important; color:black!important;}
.detail-content .detail-additional-data .data-row .data-label {background: #555555!important;}
.print-this, .email-this {font-family: 'Open Sans', sans-serif!important; border-radius: 0px!important;}
.detail-content .detail-main-body .main-detail-data .addthis_inline_share_toolbox .at-share-btn-elements {display: inline-block!important;}
.detail-content .detail-main-body .main-detail-data .addthis_inline_share_toolbox .at-share-btn-elements {width: auto!important;}
.list-container1-flexrow .buy-now-link, .list-container1-flexrow .check-availability-link, .list-container1-flexrow .email-seller-link, .list-container1-flexrow .dealer-phone-call {border-radius: 0px!important;}
.detail-content .search-results span {font-size: 14px!important;}
.list-main-section .paging-container1 .page-navs .list-page-nav {background-color: #ffd531!important; font-family: 'Open Sans', sans-serif; color:black!important;}
.list-main-section .paging-container1 .page-navs .list-page-nav:hover {background-color: #555555!important; color:white!important;}


/*-----Mobile Styles-----*/
.price {color: #3f8e32!important; font-family: 'Open Sans', sans-serif;}
.list-content .list-listing-mobile .dealer-phone-container1 .dealer-phone-call, .list-content .list-listing-mobile .dealer-phone-container1 .dealer-phone-text {color:black!important; border-color: black!important; border-radius: 0px!important; font-size: 14px;}
.specs-container1 {font-family: 'Open Sans', sans-serif!important;}
.spec-container1 {font-family: 'Open Sans', sans-serif!important;}
.mobile-breadcrumb {background-color: #555555!important;}
.detail-title {font-family: 'Open Sans', sans-serif!important;}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {color: #3f8e32!important;}
.detail-content-mobile .dealer-info h3 {font-family: 'Open Sans', sans-serif!important;}
.field-value {font-family: 'Open Sans', sans-serif;}
.contact {font-family: 'Open Sans', sans-serif;}
.list-content .list-listing-mobile .listing-dealer-info .spec-value {color: black!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container1 .dealer-phone-mobile {background-color: #ffd531!important; font-family: 'Open Sans', sans-serif!important; border-radius: 0px!important; color:black!important;}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {background-color: #ffd531!important; font-family: 'Open Sans', sans-serif!important; border-radius: 0px!important; border: none!important; color:black!important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {background-color: #ffd531!important; font-family: 'Open Sans', sans-serif!important; border-radius: 0px!important; color:black!important;}
.data-label {background-color: #555555!important;}
.faceted-search-content .mobile-done-button-container1 .mobile-done-button {background-color: #333!important; border-radius: 0px; font-family: 'Open Sans', sans-serif;}
.faceted-search-content .mobile-done-button-container1 .mobile-done-button:hover {background-color: #ffd531!important; border-radius: 0px; font-family: 'Open Sans', sans-serif;}
.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container1 .show-all-modal-content .title-close-row .apply-button {background-color: #ffd531!important; color:black!important;}
.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container1 .show-all-modal-content .title-close-row .back-button {border: 1px solid black!important; color: black!important; background-color:#ffd531!important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {background-color:#ffd531!important; color:black!important; border-radius:0px!important; border: none!important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover {background-color:#55555!important; color: white!important;}

/*--------------------------------------------------------------
## INVENTORY SEARCH ON SEPARATE PAGE E.G. https://nextraninventory.com.wpdev - pull in with function.php
--------------------------------------------------------------*/
/*--------------YOU MAY NOT NEED THIS but if you want to pull in search on homepage use functions.php or separaate file-------------*/
.faceted-search-content .faceted-section-box .faceted-slider {
    width: 100%;
    margin: 0;
    padding: 0;
}
.leftslider {padding: 0 1%!important;}
.rightslider {padding: 0 1%!important;}


/*-----------NEW INVENTORY MEDIA QUERIES-----------*/
/*--------------You may not need this but it prevents a weird layout thing to happen around these pixel points-------------*/
@media (max-width : 795px) and (min-width : 786px) {
	.has-search-bar {width: calc(72% - .75%)!important;}
}
@media only screen and (max-width : 785px) {
	.footer-background {padding: 20px 5% 15% 5%;}
}
/*--------------Extends the footer so that the fixed nav doesn't overlap the footer-------------*/
@media only screen and (max-width : 400px) {
	.footer-background {padding: 20px 5% 20% 5%;}
}











/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1450px) {
/*========================= 
	 Nav styles 
===========================*/
    nav ul li a {
        font-size: 19px;
    }
    
    nav > ul > li {
        padding: 15px 10px;
    }
   
/*========================= 
	 Content styles 
===========================*/    
    .img-tn {
        width: 30%;
    }
    
    .home-wrap {
        max-width: 1100px;
    }
    
    .farm_button {
        margin: 0px auto 20px auto;
    }

    .construct_button {
        margin: 0px auto 20px auto; 
    }

    .truck_button {
        margin: 0px auto 20px auto;  
    }

    .trailer_button {
        margin: 0px auto 20px auto;
    }

    .ag_attach_button {
        margin: 0px auto 20px auto;
    }

    .construct_attach_button {
        margin: 0px auto 20px auto;   
    }

    .all_button {
        margin: 0px auto 20px auto; 
    }

    .finance_button {
        margin: 0px auto 20px auto;
    }

    .stripe-button {
        top: 120px;
    }
    
/*  scrolling inventory
------------------------------------------------*/    
    .scrolling-wrap {
        margin-top: 30px;
    }

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
/*========================= 
	 Header styles 
===========================*/
    .header-logo {
        width: 80%;
    }
    
/*========================= 
	 Nav styles 
===========================*/
    nav ul li a {
        font-size: 16px;
    }
    
    nav > ul > li {
        padding: 15px 5px;
    }   
    
/*========================= 
	 Content styles 
===========================*/        
    .stripe-button {
        top: 95px;
        height: 70px;
    } 
    
    .farm_button {
        margin: 0px auto 5px auto;
    }

    .construct_button {
        margin: 0px auto 5px auto; 
    }

    .truck_button {
        margin: 0px auto 5px auto;  
    }

    .trailer_button {
        margin: 0px auto 5px auto;
    }

    .ag_attach_button {
        margin: 0px auto 5px auto;
    }

    .construct_attach_button {
        margin: 0px auto 5px auto;   
    }

    .all_button {
        margin: 0px auto 5px auto; 
    }

    .finance_button {
        margin: 0px auto 20px auto;
    }
    
/*========================= 
	 Footer styles 
===========================*/    
    .footer-logo {
        display: block;
        width: 300px;
        margin: 25px auto;
    }
    
    .footer-title {
        text-align: center;
    }
    
    .footer-contact-info {
        text-align: center;
    }
    
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1150px) {
/*========================= 
	 Header styles 
===========================*/
    .header-logo {
        width: 100%;
        padding: 3px 50px 5px 25px;
    }
    
    .header-phone-info {
        padding: 25px 25px 0px 15px;
    }
    
    .header-loc-info {
        padding: 13px 25px 25px 15px;
    }
    
/*========================= 
	 Content styles 
===========================*/    
    .home-wrap {
        max-width: 850px;
    }
        
    .farm_button {
        margin: auto;
    }

    .construct_button {
        margin: auto; 
    }

    .truck_button {
        margin: auto;  
    }

    .trailer_button {
        margin: auto;
    }

    .ag_attach_button {
        margin: auto;
    }

    .construct_attach_button {
        margin: auto;   
    }

    .all_button {
        margin: auto; 
    }

    .finance_button {
        margin: auto;
    }
    
/*========================= 
	 Footer styles 
===========================*/    
    .pad-50 {
        padding-right: 25px; 
    }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
/*========================= 
	 Header styles 
===========================*/
    .header-logo {
        width: 70%;
        padding: 15px 25px;
        display: block;
        margin: auto;
    }	
    
/*========================= 
	 content styles 
===========================*/    
    .home-wrap {
        max-width: 750px;
    } 
    
    .farm_button {
        margin: 15px auto;
    }

    .construct_button {
        margin: 15px auto; 
    }

    .truck_button {
        margin: 15px auto;  
    }

    .trailer_button {
        margin: 15px auto;
    }

    .ag_attach_button {
        margin: 15px auto;
    }

    .construct_attach_button {
        margin: 15px auto;   
    }

    .all_button {
        margin: 15px auto; 
    }
    
    .finance_button {
        margin: 15px auto; 
    }
    
    
    .stripe-button {
        width: 99%;
    }
    
/*========================= 
	 Footer styles 
===========================*/    
    .footer-logo {
        width: 350px;
    }
    
    .footer-title {
        padding: 25px 25px 0px 25px;
    }
    
    .footer-contact-info {
        padding: 0px 25px;
    }
    
    .y-lines {
        display: none;
    }
    
    .divfooter {
        padding: 50px 25px 25px 25px;
    }
}


/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
/*========================= 
	 content styles 
===========================*/    
    .home-wrap {
        padding: 25px;
    } 
    
    .stripe-button {
        width: 96.5%;
        height: 62px;
        top: 90px;
    } 
    
    .farm_button {
        width: 300px;
        height: 180px;
        background-position: bottom;
        margin: 15px auto 45px auto;
    }

    .construct_button {
        width: 300px;
        height: 180px;
        background-position: bottom;
        margin: 15px auto 45px auto;
    }

    .truck_button {
        width: 300px;
        height: 180px;
        background-position: bottom;
        margin: 15px auto 45px auto;
    }

    .trailer_button {
        width: 300px;
        height: 180px;
        background-position: bottom;
        margin: 15px auto 45px auto;
    }

    .ag_attach_button {
        width: 300px;
        height: 180px;
        background-position: bottom;
        margin: 15px auto 45px auto;
    }

    .construct_attach_button {
        width: 300px;
        height: 180px;
        background-position: bottom;
        margin: 15px auto 45px auto;
    }

    .all_button {
        width: 300px;
        height: 180px;
        background-position: bottom;
        margin: 15px auto 45px auto;
    }
    
    .finance_button {
        width: 300px;
        height: 180px;
        background-position: bottom;
        margin: 15px auto 45px auto;
    }
}
    
/* Small Devices, Tablets */
@media only screen and (max-width : 600px) {    
/*========================= 
	 content styles 
===========================*/  
    .img-tn {
        display: none;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
/*========================= 
	 Header styles 
===========================*/
    .header-logo {
        width: 90%;
    }	
    
/*========================= 
	 footer styles 
===========================*/
    .footer-logo {
        width: 90%;
    }	    
}
 
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

