﻿
/*===================== 
	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%;}


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
    overflow-x: hidden;
	}

body {
	font-family: 'Oxygen', sans-serif; 
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;}
	
.clear {clear: both;}

	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {}
	h2 {}
	h3 {font-size:20px}
	h4 {font-size:19px}
	h5 {font-size:18px}
	h6 {font-size:15px}

p {margin: 0;}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
    background-image: url("../siteart/textures/white-concrete.png");
    background-size:contain;
	}

.header-wrap-inv {
	width: 100%;
	margin: 0;
    background-image: url("../siteart/textures/white-concrete.png");
    background-size:contain;
    height:130px
	}


.main-header{
    height:100%;
    margin-bottom:50px;
    border-bottom:2px solid #fff;
}

.contact-bar {
    float:right;
    background-image: url("../siteart/textures/tan-dirt-bg.jpg");
    background-size:cover;
    color:white;
    z-index:10;
    position:relative;
    height:30px;
    width:550px;
    padding-left:40px;
    padding-top:10px;
    border-radius:2px;
}

.header-tel{
    color:white !important;
    text-decoration:none;
    transition:.4s ease;
}

.header-tel:hover{
    color:#39281D!important;
}

.logo-wrap{
    float:left;
    margin-left:5%;
    margin-top:10px
}

.logo-wrap img{
    width:300px;
    
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}

nav.mobile {display:none;}

.navigation {
    margin-top:20px;
    float:right;
}

nav.primary {
	padding:0;
	display:block;
	width:100%;
	position:relative;
	background:transparent;
    float:right;
    margin-right:5%;
}

nav.primary ul {
    margin:0; 
    padding:0;
}

nav.primary ul li {
    display:inline-block;
    margin:0 -2px;
    list-style-type:none; 
}
			
nav.primary ul li a {
    color:#000;
    font-size:17px;
    line-height:60px;
    text-decoration:none;
    padding:6px 15px;
    display:block;
    margin:0;
    font-family:'Oxygen', sans-serif;
    text-align:center;
    -webkit-transition:.4s ease-in;  
    -moz-transition:.2s ease-in;  
    -o-transition:.2s ease-in;  
    transition:.2s ease-in;	
}	
			
nav.primary ul li a:hover {
    color:#978B70;
}
	
/*===================== 
	content styles 
=======================*/

/* default */

.welcome-section{
    background-image:url("../siteart/textures/tan-concrete.png");
    background-size:contain;
    height:100%;
    padding:30px 10px 35px 10px;
    line-height:1.3;
}

.welcome-section h1{
    color:#6E604F;
}

.description-section{
    background-image:url("../siteart/textures/brown-dirt-bg.jpg");
    background-size:cover;
    height:100%;
    padding:40px 0px;
    line-height:1.3;
}

.des-content{
    color:#fff;
    width:60%;
    margin:0 auto;
}

.map-section{
    height:220px;
    background-image:url("../siteart/textures/tan-concrete.png");
    background-size:contain;
}

.map-content{
    float:left;
    margin:40px 5px 0px 5%;
}

.map-content h3{
    color:#A79980;
    line-height:2;
    font-weight:600;
}

.map-content p{
    color:#fff;
}

.map{
    float:right;
    width:65%;
}

/* scrolling inventory */

.scrolling-wrap {
    width:80%;
    height:90px;
    margin:0 auto;
    overflow:hidden;
    border:5px solid #938670;
    border-radius:2px;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/* inventory */

.cf-wrapper {
    width:90%;
    margin:40px auto;
}

.container{
    background:#fff;
    padding:40px;
}

.faceted-search-content .selected-facets-container .selected-facet {
    background:#5C482C!important;
}

.faceted-search-content .selected-facets-container .selected-facet:hover {
    background:#927246!important;
}


.list-container-flexrow .view-listing-details-link, .list-container-flexrow .buy-now-link, .list-container-flexrow .check-availability-link, .list-container-flexrow .email-seller-link, .list-container-flexrow .dealer-phone-call {
    background:#5C482C!important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {
    background:#5C482C!important;
}

.detail-content .detail-additional-data .data-row .data-label {
    background:#5C482C!important;}

.detail-additional-data .data-row .data-label {
    background:#5C482C!important;
}

.detail-content .detail-main-body .main-detail-data .detail-price {
    color:#5C482C!important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #000 !important;
    border: 1px solid #000 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link {
    background-color: #5C482C!important;
}

.button {
    background-color: #5C482C!important;
    border: 2px solid #5C482C!important;
}

.button:hover {
    background-color:#927246!important;
    border: 2px solid #927246!important;
}

.detail-content .search-results {
    color: #927246!important;
}

.list-content .list-title .list-listings-count {
    color: #927246!important;
}

.list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link {
    background-color: #5C482C!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    background-color: #5C482C!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    border: 1px solid #5C482C!important;

}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    background-color: #5C482C!important;
    border: 1px solid #5C482C!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: #5C482C!important;
    border: 1px solid #5C482C!important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    background: #5C482C!important;
}

.mobile-breadcrumb {
    background-color: #927246!important;
}

.list-container-flexrow .price-container .price {
    color: #927246!important;
}

.fin-calc{
    color:  #5C482C!important;
}


.fin-calc :hover {
    color: #927246!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {
    background-color: #5C482C!important;
    border: 1px solid  #5C482C!important;
}

.modal-content .form-main-content .modal-left-col .calculator-btns .calculator-btn {
    background: #5C482C!important;
}

.modal-content .form-main-content .modal-left-col .calculator-btns .calculator-btn:hover {
    background: #927246!important;
}

.detail-content .dealer-info .dealer-company-header {
   color:  #5C482C!important;
    text-decoration:none !important;
}

.detail-content .dealer-info .dealer-company-header:hover{
   color:  #927246!important;
    text-decoration:none !important;
}

.detail-content .dealer-info .field-value {
   color:  #5C482C!important;
    text-decoration:none !important;
}

.google-maps-link a{
     text-decoration:none !important;
}

.contact-information a{
     text-decoration:none !important;
}

/* contact */

.main-section-thanks{
    background-image:url("../siteart/textures/tan-concrete.png");
    background-size:contain;
    height:250px;
    padding-top:150px;
    width:100%;
    color:white;
}

.main-section-thanks h1{
padding:20px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.main-section-contact{
    height:100%;
    width:100%;
    line-height:1.5;
    color:white;
}


.main-section-contact  a{
    color:white;
}


.main-section-contact h4{
    color:#6E604F;
    font-size:30px;
    margin-bottom:10px
}

.top-bg{
    background-image:url("../siteart/textures/tan-concrete.png");
    background-size:contain;
    height:100%;
    width:100%
}


.top-contact{
    height:100%;
    width:80%;
    margin:0 auto;
    padding-bottom:80px;
    padding-top:40px;
}

.contact-section {
    float:left;
    width:44%;
    margin:0px 40px;
    list-style-type:none;
}

.location-two{
    color:#fff;
    line-height:1 !important;
}

.location-two:hover{
   text-decoration:none !important;
}

.tel-two{
    color:black;
    text-decoration:none;
    transition:.2s ease;
}

.tel-two:hover{
    color:#6E604F;
    text-decoration:none
}


/* contact form */

.form{
    margin-top:40px;
    width:80%;
    margin:0 auto;
    padding-top:40px;
}

.form-bg {
	width: 100%;
    background-image: url("../siteart/textures/brown-dirt-bg.jpg");
    background-size:cover;
    padding-bottom:40px;
}

.formcontainer {
	width: 100%;
}

input {
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
    background-color:#F0F0F0;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 2px;
	margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif; 
}

textarea {
	width: 100%;
	padding: 8px;
	color: #000;
    border: 1px solid #ddd;
    background-color:#F0F0F0;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 2px;
	height: 100px;
	margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif; 
}

textarea_comment {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	height: 100px;
	margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif; 
}

select {
	width: 100%;
	padding: 8px;
	border: 0px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	margin-bottom: 25px;
}

input:focus,
textarea:focus,
select:focus {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	outline-style: none;
}

input.button,
input.button:focus {
    background:#A79980 !important;
    border-color:#A79980 !important;
    padding:10px 30px;
    color:white;
    text-decoration:none;
    font-size:15px;
    transition:.2s ease;
    border-radius:2px;
    width:200px;
    border:0px;
    cursor: pointer;
    margin-top:25px;
    margin-bottom:30px;
}

input.button:hover {
    background:#84765B !important;
    border-color:#84765B !important;
}

/* 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;
	font-family: 'montserratregular', sans-serif;
}

.CaptchaAnswerPanel {
	margin:10px auto;
    width:80%!important;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 5px 0;
	padding:8px 0 8px 0 !important;
	font-family: 'montserratregular', sans-serif;
}
.CaptchaWhatsThisPanel a {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}


/*===================== 
	footer styles 
=======================*/

.footer-wrap{
    width:100%;
    background-image:url("../siteart/textures/tan-dirt-bg.jpg");
    background-size:cover;
    padding:30px 10px;
    margin-top:-15px;
    font-family:'Oxygen', sans-serif;
}

.footer-wrap a{
    color:#fff;
    text-decoration:none;
    line-height:2;
}

.footer-wrap a:hover{
    text-decoration:underline;
}

.line {
    color:white;
    margin-left:10px;
    margin-right:10px;
    font-size:12px
}

.footer-wrap p{
    color:#726953;
}

.tractorhouse{
    color:#726953 !important;
}

.tractorhouse:hover{
    color:#1D170C !important;
    text-decoration:none !important;
}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1750px)  {

.main-section-contact h4{
    margin-top:30px;
}

.contact-section {
    float:none;
    width:90%;
    margin:0 auto;
}
    
.top-contact{
    width:100%;

}

.form{
    width:90%;
}

}

@media screen and (max-width: 1450px)  {

.contact-bar {
    float:none;
    width:100%;
    padding-left:0px;
    text-align:center;
    border-radius:0px;
}
    
.header-wrap-inv {height:160px}    
        
/* mobile nav */	
    
nav.primary ul{display:none;}
    
#menu-button{ 
    width: 100%;
    display: block;
    font-size: 24px;
    position: relative;
    line-height:60px; 
    margin-top:20px;
    margin-bottom:5px;
    margin-right:40px;
    z-index: 400;
}
    
#menu-button a{
    color:#000;
    text-decoration: none;
    padding:0 0 0 .8em; 
    font-weight:normal;
}
    
nav.mobile {
    display:block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #fff;
    z-index: 500;
    overflow:auto;
    box-shadow: 1px 1px 15px -5px #2E2E2E;
}

nav.mobile .social-media {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size:16px;
    word-spacing:13px;
    padding:0 0 0 15px;
    color: #ccc !important;
}

nav.mobile .mobile_top {
    position: relative;
    display:block;
    padding: 0;
    margin:15px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
}

/* menu 'x' button */
    
nav.mobile .menu-toggle {
    position: absolute;
    padding: 3px 8px 3px;
    font-family: Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    line-height: 1;
    background:#F3F3F3;
    color: #999;
    text-decoration: none;
    top:-4px;
    right:13px;
	}
    
nav.mobile .menu-toggle:hover {color: #A79980;}

/* menu list */
    
nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin:0;
    padding:0;
}
    
nav.mobile ul li {
    border-bottom: 1px solid #F0F0F0;
    position:relative;
}

nav.mobile ul li a {
    position: relative;
    display: block;
    font-size:15px;
    padding: 10px;
    color: black;
    text-decoration: none;
    border-left:4px #fff solid;
    font-family:'Oxygen', sans-serif;
    font-weight:500;
}
    
nav.mobile ul li a:hover {
    background: #A79980;
    color: #fff; 
}
	
.nav-footer {
    color:#1B1B1B; 
    position:relative; 
    text-align:center; 
    font-size:12px; 
    line-height:16px; 
    padding:15px 0;
}
    
nav.mobile ul li .fa-chevron-down {
    color:#000;
    font-size:12px;
    margin-top:-3px
}
}

@media screen and (max-width: 1320px)  {
    
.des-content{width:80%}

.scrolling-wrap {width:90%}

.map{width:53%}    
}  

@media screen and (max-width: 1000px)  {

.map-content{padding-bottom:40px}    
    
.map{
    width:100%;
    float:none;
    background-image: url("../siteart/textures/tan-concrete.png");
    background-size:contain;
}      

.footer-wrap{
    margin-top:180px;
}
    
.form-bg {
	margin-bottom:-180px;
}
    
.main-section-thanks{
    margin-bottom:-180px;
}
    
.map-content{
    float:none;
    margin:0 auto;
    text-align:center;
    padding-top:40px;
}

}

@media screen and (max-width: 900px)  {

.footer-wrap{font-size:12px}
}

@media screen and (max-width: 600px)  {

.contact-bar a{
    font-size:13px;
    padding-top:5px;
} 
}

   
    
    
    
	
