﻿/*****
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;

BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** 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 {
font-family: 'Roboto', sans-serif;
}

a {
	color: #000;
	transition: .3s ease-in;
}
a:hover {
	color: #7f7368;
	transition: .3s ease-out;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}

h1 {
	font-size: 36px;
	text-transform: uppercase;
	
	
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.header {
	background-image: url("/siteart/wood-bg.jpg");
	background-color:#000;
	background-repeat:no-repeat;
	display: block;
	background-size: cover;
	padding: 15px 0;
}


.logo img {
	width: 250px;
	max-width: 100%;
}

.wid-90 {
	width: 90%;
	margin: 0 auto;
}

.head-phone a, .head-address a,.email-mobile a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
}

.head-phone a:hover, .head-address a:hover, .email-mobile a:hover {
	text-decoration: underline;
}

.email-mobile {
	display: none !important;
}

.logo {
	flex-basis: 50%;
	text-align: center;
}

.head-phone, .head-address {
	flex-basis: 24%;
	color: #fff !important;
}

.head-phone a {
	color: #fff !important;
}

.head-phone {
	text-align: right;
}

.head-address {
	text-align: left;
}

a#mobile-phone {
	font-size: 22px;
	font-weight: 600;
	color: #fff !important;
	display: none;}


#seperator {
	font-size: 18px;
	font-weight: 900;
}

.flex-container.mobile-flex {
	display: none !important;
}
/*---BODY--------------------------------*/
.body-container {
	padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

#pad {
	padding: 20px 0 !important;
}
.home-text {
	padding: 40px 0 60px;
}

#extra-pad {
	padding: 40px 0 !important;
}

.wid-95 {
	width: 95%;
	margin: 0 auto;
}

.wid-90 {
	width: 90%;
	margin: 0 auto;
}

.wid-70 {
	width: 70%;
	margin: 0 auto;
}

.wid-50 {
	width:50%;
	margin: 0 auto;
}

.flex-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}



.just-center {
	justify-content: center;
}
.just-left {
	justify-content: left;
}
.just-right {
	justify-content: right;
}
.center {
	text-align: center;
}



.white-button {
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	border: 2px solid #fff;
	-webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
	font-size: 16px;
	margin: 0 auto;
	width: fit-content;
	cursor: pointer;
}

.white-button:hover { 
	background: #fff;
	color: #000;
	text-shadow: none !important;
	-webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

/* Used ID so this can still follow the .white-button styles */
#brown-button {
	color: #544c43;
	border: 2px #544c43 solid;
	transition: .4s all ease-in;
}
#brown-button:hover {
	background-color: #544c43;
	color: #fff;
}


#home-border {
	border: #7f7368 4px solid;
    width: 85px;
    margin-top: 15px;
    margin-bottom: 20px;
}


.call-bar {
	background-image: url("../siteart/bg-img.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-color:#000;
}

.call-bar h2 {
	color: #fff !important;
	padding-bottom: 15px;
	font-size: 28px;
	line-height: 40px;
}

.flex-container.inv-cats {
	 justify-content: space-between;
}

.cat-bar {
	background: #dedbd8 !important;
	padding: 30px 0 50px;
}

.cat {
	flex-basis: 14%;
	align-items: center;
	text-align: center;
}

.cat img {
	max-width: 100%;
	width: 200px;
}

.cat-bar h3 {
	font-size: 24px;
    text-align: center;
    padding-bottom: 40px;
}

#inv-caption {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	padding-top: 15px;
	color: #000;
	font-weight: 500;
}

.cat-img:hover ~ #inv-caption {
	color: #7F7368 !important;
	-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.wood-bg {
	background-image: url("/siteart/wood-bg.jpg");
	background-color:#000;
	background-repeat:no-repeat;
	background-size: cover;
	padding: 40px 0;
}

.flex-container.contact-home {
	justify-content: space-between;
}

.flex-container.contact-flex {
	justify-content: space-between
}
.contact-col {
	flex-basis: 24%;
	text-align: center;
	color: #fff;
}

.large-icon {
	font-size: 36px;
	padding-bottom: 10px;
}

.contact-col h4 {
	font-size: 20px;
	line-height:45px;
}
.contact-col p, .contact-col a {
	line-height: 24px;
	font-size: 16px;
	color: #fff !important;
}

.contact-col a:hover {
	text-decoration: underline;
}

.map-home {
	height: 300px;
}

.contact-info {
	flex-basis: 32%;
	text-align: center;
}
.contact-info h2 {
	color: #7f7368;
	text-transform: none !important;
	font-size: 22px !important;
	padding-bottom: 5px !important;
}

#contact-icon {
	font-size: 28px;
    padding-bottom: 10px;
    color: #7f7368;
}

#form-button {
	width: 100%;
	padding:8px 20px;
	background: #544c43 !important;
	color: #fff !important;
	font-size: 20px !important;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 5px;
	font-weight:500;
	-webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
}

#form-button:hover {
	background: #7f7368 !important;
	-webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.finance-options {
	background-color: #fff;
	text-align: center;
}

.finance-options h3 {
	font-size: 24px;
	padding: 20px 0;
}

.finance-flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
	padding-bottom: 40px;
}

.finance-flex img {
	width: 75%;
	height: auto;
	box-sizing: border-box;
	object-fit: contain;
}

.finance-flex a {
	width: 30%;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
	
}
/**---- SCROLLING MANU BAR -----------------------------*/
.brandbar {
  background: transparent;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0px;
  top: 0;
  left: 0;
  right: 0;
}
.manu-slider img {
  width: 100%;
  padding: 0px 15px;
	max-width: 150px !important;
}
.manu-slider img:hover {
  opacity: .7;
  -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s;
	
}





/*--------FORM STYLES--------------------*/

.manu-slider .manu{text-align: center !important; margin: 0 auto !important}

.manu:hover {cursor: pointer;}


/*-------- FOOTER STYLES ----------------*/
footer hr{
	display: block;
    border: 0px;
    height: 10px;
    background-image: url(../siteart/wood-bg.png);
    margin: 0;
}

.hr-footer hr {
    
}

.footer {
	background: #7f7368;
	padding: 65px 0 25px 0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

.footer a {
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

.flex-container.foot-wrap {
	justify-content: space-between;
	flex-wrap: wrap-reverse;
}

.foot-col {
	flex-basis: 32%;
	text-align: center;
	font-size: 15px;
}
.foot-col p {
	font-size: 15px;
}
.foot-col:first-of-type {
	text-align: left !important;
}

.foot-col:last-of-type {
	text-align: right !important;
}

.foot-logo img {
	max-width: 100%;
}

.foot-logo {
	max-width: 215px;
	margin: 0 auto;
}

.footer-head {
	
font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 20px;
	font-weight: 600;
}

.foot-col ul {
	margin-top: 10px;
}

.foot-col li {
	font-size: 15px;
    line-height: 24px;
}

.foot-col li a:hover {
	color: #544c43;
}

.foot-col a {
	color: #fff;
}


.foot-col .fab {
	font-size: 28px;
	margin-top: 15px;
	color: #544c43;
	transition: .3s ease-in;
}

.foot-col .fab:hover {
	color: #fff !important;
	transition: .3s ease-out;
}

#foot-phone {
	padding: 10px 0;
}

#foot-phone a {
	font-size: 24px !important;
	color: #544c43;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif !important;
	transition: .3s ease-in;
	
}

#foot-phone a:hover {
	color: #fff !important;
	transition: .3s ease-out;
}

#hours-head {
	font-weight: 700;
}

.mobile-ico {
	display: none;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button,.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn,.list-content .list-error-container .info button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.list-content .list-title .list-title-text {
	font-family: 'Roboto Condensed', sans-serif !important;
}

.parts-list-content .error-message {color: #7f7368 !important;}
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text,.faceted-search-content .faceted-section-box .faceted-search,.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn,.list-content .list-error-container .info button {
	background:#544c43 !important; border: solid 1px #544c43 !important; transition: ease all 0.2s !important;
}
.list-content .list-container .buy-btn:hover, .list-content .list-container .contact-btn:hover, .list-content .list-container .check-availability:hover, .list-content .list-container .email-seller:hover, .list-content .list-container .video-chat:hover, .list-content .list-container .facebook-messenger:hover, .list-content .list-container .whatsapp:hover, .list-content .list-container .text:hover,.faceted-search-content .faceted-section-box .faceted-search:hover,.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn:hover,.list-content .list-error-container .info button:hover {
	background: #fff !important; color: #544c43 !important;
}

.detail-content .detail-additional-data .data-row .data-label {
	background:#544c43 !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#7f7368 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#7f7368 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #7f7368 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #7f7368 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #544c43 !important; border: solid 1px #544c43 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #544c43 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #544c43 !important}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {
	.wid-50 {
		width: 75%;
	}
	
	.cat {
    flex-basis: 23%;
	}
	
	.flex-container.inv-cats {
    justify-content: center;
    gap: 15px;
	}
	
}

@media only screen and (max-width: 1060px) {
	.wid-90 {
		width: 95%;
	}
}

@media only screen and (max-width: 1000px) {
	.cat {
    flex-basis: 31%;
}
	
	.flex-container.inv-cats {
    gap: 20px;
}
	.wid-70 {
		width: 90%;
	}
	
}

@media only screen and (max-width: 890px) {
	.cat {
    flex-basis: 31%;
}
	
	.flex-container.inv-cats {
    gap: 20px;
}
	
	
	
}

@media only screen and (max-width: 860px) {
	.foot-col:last-of-type, .foot-col:first-of-type {
		text-align: center !important;
	}
	
	.foot-col {
		flex-basis: 100%; 
	}
	
	.foot-col ul, .foot-col .fab {
		margin-top: 5px !important;
	}
	
	.flex-container.foot-wrap {
    justify-content: space-between;
		gap: 40px;
}
	.flex-container.head-flex {
		gap: 8px;
	}
	
	.head-address,.email-mobile {
		flex-basis: 100%;
		text-align: center;
	}
	
	#mobile-phone,.email-mobile {display: block !important;}
	
	#seperator {
		display: none;
	}
	.logo {
    flex-basis: 100%;
		padding: 10px 0;
	}
	.head-phone {display: none;}
	
	.flex-container.mobile-flex {
		align-items: center;
    justify-content: space-between;
		flex-wrap: wrap-reverse;
		display: flex !important;
		
	}
	
	.nav-col,  .social-col {
		flex-basis: 10%;
	}
	
	.phone-col {
		flex-basis: 75%;
	}
	
	.phone-col {
		text-align: center;
	}
	
	.social-col {
		text-align: right;
	}
	
	.social-col .fab {
		font-size: 22px !important;
		color: #fff !important;
	}
	
	.email-mobile .fas {
		color: #fff !important;
	}
	
	.logo img {
	width: 250px;
	}
	
	.foot-col.desktop-foot {
		display: none;
	}
	
	.mobile-ico {
		display: block;
			padding: 10px 0;
	}
	
	.finance-flex a {
		width: 40%;
	}
}



@media only screen and (max-width: 767px) {
	.contact-col {
    flex-basis: 46%;
	}
	.flex-container.contact-home {
    gap: 24px;
	}
	
	.contact-info {
    flex-basis: 100%;
	}
	
	#no-show {
		display: none !important;
	}
	
	.flex-container.contact-flex {
   gap: 30px;
}
	
}

@media only screen and (max-width: 630px) {
.cat {
    flex-basis: 45%;
}
	
	.flex-container.inv-cats {
    gap: 30px;
}
	
	.finance-flex {
		flex-direction: column;
	}
	.finance-flex img {
		width: 100%;
	}
	.finance-flex a {
		width: 65%;
		padding: 15px 0 10px 0;
	}
}

@media only screen and (max-width: 430px) {
.cat {
    flex-basis: 100%;
}
	
	#inv-caption {
    font-size: 18px;
	}
	
	.contact-col {
    flex-basis: 100%;
} 
	.flex-container.contact-home {
    gap: 30px;
}
	
	.wid-50 {
    width: 90%;
}
}

@media only screen and (max-width: 370px) {
	.logo {
		padding-bottom: 8px;
	}
	
	
	.nav-col, .phone-col {
    flex-basis: auto;
}
	
	
}




