/*---colors
dbac5e gold
---*/

/* 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: 'Montserrat', sans-serif;
}



a {
	color:#fff;
	text-decoration:underline;
	
}

a:hover{
	color:#dbac5e;
	text-decoration:none;
}





 
/* 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;
}

.no-pad-wrapper {
	/*width:100%;*/
	max-width:1300px;
	margin:0 auto;
	position:relative;
	height:167px;
}




::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:#333;
	color:#fff;
}

.header .full-header a {text-decoration:none;}

.header .col-one-half{
	width:49%;
	margin:0 auto;
	display:inline-block;
	text-align:center;
	padding:20px 0;
	vertical-align:middle;
}

.header .col-one-half h1{
	color:#d42229;
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:1px 1px 4px #000;
	line-height:1;
	text-align: left;
	padding-left:200px
}


.header .col-one-half h2{
	font-weight:100;
	text-align:left;
	color:#fff;
	font-size:18px;
	padding-left:200px;
}

.header .col-one-half p{
	width:49%;
	display:inline-block;
	margin:0 auto;
	padding:0 10px;
	font-size:19px;
}
.header .col-one-half p:nth-child(1){
	border-right:1px solid #fff;
}

.mobile-header{display:none;}


/* HOME PAGE STYLES
-----------------------------------------------*/
.hero{
	text-align:center;
	width:100%;
	margin:-10px 0;
	display:block;
}

.hero img{
	width:100%;
	display:block;
}



.cat-bar{
	width:100%;
	background:#333;
	margin:0 auto;
	overflow:hidden;
	transition: ease .3s;
}

.skew{
	transform:skewX(-30deg);
	transition: ease .3s;
}
.cat-left{
	position:relative;
	display:inline-block;
	width:96%;
	min-height:150px;
	margin:14px 0;
	background:#333;
	vertical-align:top;
	overflow:hidden;
	z-index:9;
}

.cat-right{
	position:relative;
	display:inline-block;
	width:46%;
	min-height:150px;
	margin:14px 0;
	background:#333;
	vertical-align:top;
	overflow:hidden;
	transition: ease .3s;
}	
	
.cat-left:before{
	content:" ";
	width:110%;
	height:161%;
	transform:skewX(30deg);
	position:absolute;
	background:url(../siteart/sale.jpg);
	background-size:cover;
	background-position:center center;
	transform-origin:bottom;
	opacity:.6;
}

.cat-right:before{
	content:" ";	
	width:725px;
	height:100%;
	transform:skewX(30deg);
	position:absolute;
	background:url(../siteart/rent.jpg);
	background-size:cover;
	background-position:center center;
	transform-origin:bottom;
	opacity:.6;
}

.cat img{
	width:100%;
	display:block;
}

.caption{
	position:absolute;
	width:430px;
	top:20%;
	left:3%;
	right:3%;
	color:#D42229;
	text-align:center;
	transform:skewX(30deg);
}

.caption h3{
	font-size:20px;
	font-weight:700;
	border-bottom:3px solid #D42229;
	text-shadow:1px 1px 3px #000;
	padding:10px;
}

.caption p{
	padding:10px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:16px;
	text-shadow:1px 1px 3px #000;
}

.cat-bar a .skew:hover{
	box-shadow:3px 3px 80px #000;
	zoom: 1.04;
	transition: ease .3s;
}
	



.welcome-section{padding:0 0 40px 0;}
.welcome-title{
	background:#D42229;
	box-shadow:1px 1px 3px #a0a0a0;
	width:65%;
	text-align:left;
	margin:20px 0;
}
.welcome-title h2{
	color:#fff;
	text-transform:uppercase;
	font-weight:100;
	font-size:32px;
	text-shadow:1px 1px 3px #000;
	margin-left:27%;
}
.welcome-title h1{
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
	font-size:34px;
	text-shadow:1px 1px 3px #000;
	margin-left:27%;
}


.contact-bar{
	background:#656565;
	padding:10px 0;
	width:100%;
	text-align:center;
}

.contact-one-third{
	background:url(../siteart/concrete.jpg) no-repeat;
	background-size:cover;
	width:30%;
	display:inline-block;
	margin:0;
	padding-right:10px;
	height:calc(300px - 40px);
	vertical-align:top;
	padding:20px 0;
	box-shadow:2px 2px 5px #282828;
}

.contact-one-third h3{
	text-align:left;
	margin-left:56%;
	color:#F0C316;
	text-shadow:1px 1px 3px #000;
	text-transform:uppercase;
}

.contact-one-third p{
	text-align:left;
	margin-left:56%;
	color:#FFFFFF;
	text-shadow:1px 1px 3px #000;
}
.contact-one-third a{color:#fff; text-decoration:none;}
.contact-one-third a:hover{color:#F0C316;}

.contact-two-thirds{
	width:69%;
	display:inline-block;
	margin:0;
	vertical-align:top; 
}


/* SUB PAGE STYLES
------------------------------------------------*/

.sub-page h1{
	text-align:center;
	color:#333;
	font-weight:100;
	border-bottom:1px solid #F0C316;
	padding-bottom:20px;
	margin-bottom:20px;
}

.contact-info{
	width:33%;
	display:inline-block;
	margin:0 auto;
	vertical-align:top;
	text-align:center;
	padding:30px 0;
}

.contact-info img{
	width:40px;
	display:block;
	text-align:center;
	padding:15px 0
}

.contact-info p{
	text-align:center;
	font-size:18px;
}
.contact-info a{color:#000;text-decoration:none;}

.contact-info a:hover{color:#F0C316;}

/* 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:#F0C316 !important;
}
.hosted-content h1{
	font-size:20px;
	color:#000 ;
	text-transform:none;
	padding-bottom:0 !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}

.hosted-content h1{border-bottom:none;text-align:left;}

/* FOOTER
------------------------------*/
.footer{
	width:100%;
	color:#eaeaea;
	font-size:11px;
	text-align:center;
	background:#333;
	padding: 0 0 30px 0;
}

.footer a{
	color:#eaeaea;
	text-decoration:underline;
}

.footer a:hover{
	color:#eaeaea;
	text-decoration:none;
}
.divfooter{
	width:60%;
	margin:20px auto;
}



#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: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !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:#d42229 !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:#d42229 !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 #d42229 !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: #d42229 !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:1645px){
	.welcome-title{width:75%;}
	.welcome-title h2{margin-left:14%;}
	.welcome-title h1{margin-left:14%;}
}

@media screen and (max-width:1560px){
	.contact-one-third h3{margin-left:12%;}
	.contact-one-third p{margin-left:12%;}
}

@media screen and (max-width:1435px){
	.welcome-title{width:85%;}
	.welcome-title h2{margin-left:2%;}
	.welcome-title h1{margin-left:2%;}
}

@media screen and (max-width:1220px){
	.col-one-third h2{margin-left:29%;}
}

@media screen and (max-width:1170px){
	.col-one-third h2{margin-left:28%;}
	.hosted-content .listings-detail-wrapper .quote-form .hauler-color.button{position:relative !important;}
}

@media screen and (max-width:1100px){
	.header .col-one-half h1{padding-left:60px;}
	.header .col-one-half h2{padding-left:60px;}
}

@media screen and (max-width:1024px){
	.full-header{display:none;}
	
	.mobile-header{display:block;}
	
	.mobile-header a{text-decoration:none;}
	
	.header .col-one-half{
		width:100%;
		display:inline-block;
		margin:0 auto;
		text-align:center;
		padding:20px 0;
		vertical-align:top;
	}
	
	.header .col-one-half h1{
		color:#d42229;
		font-size:36px;
		text-transform:uppercase;
		font-weight:bold;
		text-shadow:1px 1px 4px #000;
		line-height:1;
		text-align: center;
		padding-left:0;
	}
		
	.header .col-one-half h2{
		font-weight:100;
		text-align:center;
		color:#fff;
		font-size:18px;
		padding-left:0;
	}
	
	.header .col-one-half p{
		width:49%;
		display:inline-block;
		margin:0 auto;
		padding:0 10px;
	}
	
	.header .col-one-half a{color:#fff;}
}

@media screen and (max-width:960px){
	.welcome-title{width:100%;overflow-x:hidden;}
	.welcome-title h2{text-align:center;margin-left:0;}
	.welcome-title h1{text-align:center;margin-left:0;}
	.contact-one-third{width:100%;background-size:auto;height:auto;background:url(../siteart/concrete.jpg);box-shadow:none;}
	.contact-two-thirds{width:100%;}
}

@media screen and (max-width:900px){
	.contact-info{width:100%;}
}
	
@media screen and (max-width:800px){
	.welcome-title h2{font-size:25px;}
	.welcome-title h1{font-size:27px;}
	
	.no-pad-wrapper{height:323px;}
	.skew{transform:skewX(0deg);}
	.cat-left{width:100%;}
	
	.cat-right{width:100%;margin:-9px 0;}	
		
	.cat-left:before{transform:skewX(0deg);}
	
	.cat-right:before{transform:skewX(0deg);width:100%;}
	
	.caption{top:20%;left:30%;transform:skewX(0deg);}
	.cat-bar a .skew:hover{box-shadow:none;zoom: 1.04;}
}

@media screen and (max-width:600px){
	.caption{left:26%;}
	.divfooter{width:90%;}
	
	.col-one-half{
		width:95%;
		display:block;
	}
	
	.col-one-half:nth-child(1){border-bottom:1px solid #504f4f;}
	
	.header .col-one-half p{width:100%;}
	.header .col-one-half p:nth-child(1){border-right:none;}
}

@media screen and (max-width:400px){
	.caption{left:20%;}
}

