/* 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 { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Fira Sans', sans-serif;
}



a {
	color:#fff;
	text-decoration:underline;
	
}

a:hover{
	color:#dbac5e;
	text-decoration:none;
}

p{
	padding:20px 0;
}



 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}
.none{display:none;}

*{
	box-sizing:border-box;
}

body { 

}

.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
}

.sub-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:80px 20px;
	position:relative;
}

.inv-wrapper {
	margin:0 auto;
	padding:80px 20px;
	position:relative;
}

.sub-wrapper h1{
	color:#cc4928;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 26px;
	padding-bottom: 20px;
}

.sub-btn{
	margin: 10px auto;
	padding: 7px 25px;
	text-align: center;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-decoration: none;
	color:#3c1713;
	border:2px solid #3c1713;
	display: inline-block;
	transition: ease .3s;
}

.sub-btn:hover{background:#3c1713; color:#fff; transition: ease .3s;}

.wrapper h1{
	color:#cc4928;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 26px;
	padding-bottom: 20px;
}

.no-pad-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
}




::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER 
----------------------------------------------*/
.header{
	width:100%;
	display:inline-block;
	text-align:right;
	margin:0 auto;
	background:#000;
	position: relative;
	padding: 10px;
}

.logo{display: none;}
.home-page .logo{
	display: inline-block;
	position: absolute;
	left: 100px;
	bottom:-50px;
	width:100px;
	z-index: 400;
}
.home-page img{
	width:100px;
	margin:0 auto;
}



.sub-logo{display: none;}
.sub-page .sub-logo{
	display: inline-block;
	position: absolute;
	left: 100px;
	bottom:-50px;
	width:100px;
	z-index: 400;
}
.sub-logo img{
	width:100px;
	margin:0 auto;
}

/*STICKY NAV*/

header{
  text-align:center;
  color:#fff;
}

header.fixed{
  position:fixed;
  width:100%;
  top:0;
  left:0;
  background:#fff;
  box-shadow:1px 1px 3px #CBCBCB;
	z-index: 99;
}

/*END STICKY NAV*/

.header-contact{
	width:100%;
	display: block;
	color:#fff;
	text-align: right;
	padding:10px 0;
}

.header-contact p{
	padding: 0 20px;
	color:#fff;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.header-contact p:first-child{border-right:1px solid #fff;}
.header-contact a{color:#fff !important; text-decoration: none;}
.header-contact a:hover{color:#fff; text-decoration: underline;}



/* HOME PAGE STYLES
-----------------------------------------------*/

.hero{
	width:100%;
	background:#cc4928;
	text-align: center;
	margin: 0 auto;
	padding:150px 80px;
	position: relative;
}

.hero img{
	width:45%;
	position: absolute;
	left:80px;
	bottom:-100px;
	display: inline-block;
}

.hero-txt{
	width:45%;
	display: block;
	text-align: left;
	margin: 0 0 0 auto;
}

.hero-txt h1{
	width:100%;
	padding: 20px 0;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}

.hero-txt .hero-btn{
	display: inline-block;
	margin-top: 30px;
	margin-left: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 2px;
	font-size: 15px;
	border: 2px solid #000;
	text-align: center;
	color:#000;
	text-decoration: none;
	transition: ease .3s;
}

.hero-txt .hero-btn:hover{
	background:#000;
	color:#cc4928;
	transition: ease .3s;
}


/* CTA Section */
.cta-bar{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.cta-bar h2{
	color:#fff;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	padding: 30px 20px 0 20px;
	background:#3c1713;
	text-align: center;
	display: block;
	width: 55%;
	font-size: 26px;
	margin: 0 0 0 auto;
}

.cta{
	width:15%;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 auto;
	padding: 60px 20px;
	text-align: center;
}

.cta img{
	width: 150px;
	display: block;
	margin: 0 auto;
}

.cta h3{
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 16px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

.cta h3 hr{
	position: absolute;
	left:3%;
	right: 3%;
	bottom:0;
	background:#eaeaea;
	width:100%;
	border: none;
	height: 9px;
	margin: 0;
	z-index: -5;
}

.cta-btn{
	margin-top: 30px;
	padding: 7px 25px;
	text-align: center;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-decoration: none;
	color:#000;
	border:2px solid #000;
	display: inline-block;
	transition: ease .3s;
}

.cta-btn:hover{
	background:#000;
	color:#fff;
	transition:ease .3s;
}


.welcome-sect{
	width:100%;
	display: inline-block;
	padding: 200px 150px;
	padding-bottom: 0;
	text-align: left;
	margin: 0 auto;
	background:url(../siteart/welcome.png) no-repeat;
	background-size: 120%;
	background-color: #444;
	color:#fff;
	background-position: center;
	position: relative;
}

.welcome-text {
	position: relative;
	z-index: 1;
}

.welcome-sect img {
	position: absolute;
	top: 0;
    left: 50%;
    transform: translate(-50%, 0);
	width: 100%;
    height: 130%;
    object-fit: cover;
}

.welcome-sect h1{
	display: inline-block;
	width:35%;
	vertical-align: top;
	margin: 0 auto;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: 1.5px;
	text-shadow: 1px 1px 2px #000;	
}

.welcome-sect h1 span{
	font-weight: 800;
	font-style: italic;
	font-size: 38px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.welcome-sect p{
	width:64%;
	display: inline-block;
	vertical-align: top;
	line-height:2;
	letter-spacing: 1.5px;
	font-size: 18px;
	text-shadow: 1px 1px 2px #000;	
}




.shop-online{
	width:100%;
	padding: 100px 0;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

.so-left{
	width:49%;
	display: inline-block;
	vertical-align: middle; 
	padding: 40px 130px;
	text-align: right;
	margin: 0 auto;
}

.so-left h3{
	color:#cc4928;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 2px;
}

.so-left p{line-height: 1.5;}

.so-btn{
	display: inline-block;
	margin-right: 0;
	border:2px solid #000;
	padding: 10px 20px;
	text-transform: uppercase;
	color:#000;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	margin-top: 25px;
	transition: ease .3s;
}

.so-btn:hover{background:#000; color:#fff; transition: ease .3s;}

.so-right{
	width:49%;
	display: inline-block;
	vertical-align: middle; 
	padding: 40px;
	text-align: center;
	margin: 0 auto;
}

.so-right img{width: 100%;display: block;}











/* CONTACT PAGE
------------------------------------------------*/
.contact-img{
	display: block;
	width: 100%;
}

.contact-info{
	width: 100%;
	display: inline-block;
	padding: 80px 0;
	text-align: center;
	margin: 0 auto;
}

.contact-third{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
}

.contact-third h3{
	text-transform: uppercase;
	font-style: italic;
	color:#000;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin-top:20px;
}

.contact-third .fa{font-size: 24px; color:#cc4928; text-align: center; margin: 0 auto;}

.contact-third p{
	padding: 5px 0;
	font-size: 16px;
	letter-spacing: 1px;
}

.contact-third a{color:#000;text-decoration: none;}
.contact-third a:hover{color:#cc4928; text-decoration: none;}






/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}
.hosted-content .listings-wrapper .listings-list .listing-banner {

}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#cc4928 !important;
}

.hosted-content .hosted-content .svg-inline--fa.fa-w-10{width:auto !important;}

.hosted-content h1{
	font-size:22px !important;
	color:#cc4928;
	text-transform:uppercase;
	font-style: italic;
	padding-bottom:0 !important;
	font-weight:600;
	letter-spacing: 2px;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}



/* FOOTER
------------------------------*/
.footer{
	background:#3c1713;
	width:100%;
	color:#fff;
	margin: 0 auto;
	text-align:center;
	padding:20px 0;
	display: inline-block;
}

.footer h3{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0 20px 0 0;
	letter-spacing: 2px;
}

.footer p{
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	vertical-align: middle;
	margin: 0 auto;
	letter-spacing: 1px;
}

.footer a{
	color:#fff;
	text-decoration:none;
}

.footer a:hover{
	color:#fff;
	text-decoration:underline;
}

.hosted-foot{
	width:100%;
	background: #000;
	color:#757575;
	padding: 60px 0;
	font-size: 11px;
}

.hosted-foot a{color:#717171; text-decoration: underline;}
.hosted-foot a:hover{color:#717171; text-decoration: none;}


.divfooter{
	width:60%;
	margin:20px auto;
	text-align: center;
}


/* INVENTORY
------------------------------*/

#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 {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !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:#cc4928 !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:#cc4928 !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 #cc4928 !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: #cc4928 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !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: #000 !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: #000 !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;}



@media screen and (max-width:1650px){
	.welcome-sect{background-size: cover;}
	
}

@media screen and (max-width:1450px){
	.welcome-sect{padding: 70px 50px 0 50px;}
	.welcome-sect h1{font-size: 24px;}
	.welcome-sect h1 span{font-size: 32px;}
}

@media screen and (max-width:1350px){
	.home-page .logo, .sub-page .sub-logo{left: 30px;}
	
	.hero{padding: 80px;}
	.hero-txt{width: 55%;}
	.hero img{left: 10px;}
	.cta-bar h2{width: 59%;}
	
	.footer p{padding: 0 10px; font-size: 14px;}
}

@media screen and (max-width:1200px){

	
	
	.so-left{padding: 40px 80px;}
	
	.cta{width: 32%; padding: 40px 20px;}
}

@media screen and (max-width:1090px){
	.hero-txt{width: 65%;}
	

	.welcome-sect h1{width: 100%;}
	.welcome-sect p{width: 100%}
	
	.footer h3{width: 100%; text-align: left;}
	.footer p{width: 100%; text-align: right;}
}

@media screen and (max-width:990px){
	.hero{padding: 50px 50px 200px 50px;}
	.hero-txt{width: 100%;}
	.cta-bar h2{width: 100%; text-align: right; padding: 30px 20px 40px 20px; letter-spacing: 3px; font-size: 22px;}
	

	
	
	.so-left{padding: 40px;}
}

@media screen and (max-width:850px){
	.hero{padding: 50px 50px 160px 50px;}
	.hero img{left: -80px;}
	

	
	.contact-info{padding: 20px 0;}
	.contact-third{width: 100%; padding-bottom: 40px;}
}

@media screen and (max-width:750px){
	.hero img{width:400px;}
	.cta-bar h2{padding: 110px 20px 40px 20px}
	

	
	.so-left{width: 100%;text-align: center; padding: 0;}
	.so-right{display: none;}
	
	.hosted-foot{padding: 20px 0;}
	.divfooter{width:80%;}
}

@media screen and (max-width:650px){
	.cta{width: 47%;}
	
	.shop-online {padding: 150px 0 100px 0;}
}

@media screen and (max-width:550px){
	.header-contact{text-align: center;}
	.home-page .logo, .sub-page .sub-logo{
		width: 100%;
		left: auto;
		bottom: auto;
		position: relative;
		text-align: center;
		padding: 10px;
		z-index: 0;
	}
	
	
	.welcome-sect{padding: 40px 30px 0 30px;}
}

@media screen and (max-width:450px){
	.header-contact p{padding: 5px 20px; display: block;}
	.header-contact p:first-child{border: none;}
	
	.shop-online {padding: 250px 0 100px 0;}
	
	.hero img{width:370px;}
	.cta{width: 90%;}
	.cta-bar h2{text-align: left}
	
	.welcome-sect{padding: 40px 30px 250px 30px;}
	.welcome-sect h1{font-size: 22px;}
	.welcome-sect h1 span{font-size: 28px;}
	.welcome-sect p{font-size: 16px; letter-spacing: 1px;}
}
