﻿/***** 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 {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*---- GENERIC MODIFIERS ----*/

.cta-wide{
	max-width: 400px !important;
}
.red{color: #7e2131 !important;}
.underline{text-decoration: underline!important;}

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.nowrap{
	flex-wrap: nowrap !important;
}
.justify-start{
	justify-content: flex-start !important;
}
.flex-list-left{
	justify-content: flex-start!important;
    	line-height: 30px;
	flex-direction: column;
}
.flex-list-left a, .flex-list-left a .fa{
	margin-right: 10px;
}
.right{float: right;}
.left{float: left;}

.col33.past-auction-box{width: calc(33.3333% - 45px); margin: 5px; background: #efefef;}
.past-auction-box{padding: 15px; border: solid 1px rgba(0,0,0,0.3); position: relative;}
.past-auction-box img{width: 100%;}

.past-auction-box a.cta-btn {
	position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
}

.col50{
    width: calc(50% - 15px);
}
.col50:first-of-type{
    padding-right: 30px;
}

.col-left{width: calc(33.3333% - 64px); position: relative;}
.col-left.divider-right{padding-right: 32px;}
.col-left img{max-width: 250px; width: 100%;}
.col-right{width: calc(66.6666%); padding-left: 32px;}

.col-right .flex{   
	display: flex;
   	justify-content: space-evenly;
    	flex-wrap: wrap;
}

.inline-left{
    display: inline-block;
    float: left;
    margin: 0 16px 16px 0;
}

.to-bottom{position: absolute; bottom: 0; left: 0; right: 32px;}

.width100{width: 100%;}
.max-width250{max-width: 250px; width: 100%;}
.max-width100 { max-width: 100% !important;}

.divider-right{border-right: solid 1px rgba(0,0,0,0.3);}

.divider-bottom{border-bottom: solid 1px rgba(0,0,0,0.3); padding-bottom: 30px;}

.pad-top{padding-top: 30px;}

.center-block{
	margin: 0 auto;
    display: block;
}

.hover-underline:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	left: 0%;
}
.hover-underline:after{
    max-width: 100%;
    content: '';
    position: relative;
    display: block;
    top: -12px;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    height: 2px;
    background: #fff!important;
    transition: all 0.2s ease;
}

.hover-underline90:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	left: 0%;
}
.hover-underline90:after{
    max-width: 90%;
	margin: 0 auto;
    content: '';
    position: relative;
    display: block;
    top: -12px;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    height: 2px;
    background: #fff;
    transition: all 0.2s ease;
}
/*--- HEADER STYLES ---------------------*/
header {}

.header .fa, .footer .fa, .header .fab, .footer .fab {
	margin-right: 6px;
}
.header *{
	box-sizing: border-box;
}

.header .top{
	width: calc(100% - 64px);
	margin: 32px auto;
	
	background: #fff;
	
	font-family: atten-new,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
.header .top a{
	color: #000;
}
.header .top > .right{
	margin-top: 20px;
}
.header .top .social-icons{
    font-size: 24px;
}



/*---BODY--------------------------------*/

.wrapper {
    max-width: 1280px;
    width: calc(100% - 64px);
	margin: 0 auto;
	font-size: 14px;
}

.wrapper p{
	font-family: atten-new,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
}
.wrapper .heading {
	font-family: atten-new,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 48px;
	line-height: 48px;
	color:#7e2131;
}
.wrapper .subheading {
	font-family: atten-new,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 24px;
	color:#7e2131;
}
.wrapper .subheading-small {
	font-family: atten-new,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000;
}

.wrapper a{
	color: #000;
	font-family: atten-new,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.hero{
	width: 100%; 
	height: auto
}

.bg-texture{
	background: url("/siteart/bg-wood.jpg") center top;
	background-size: 100%;
	padding-bottom: 40px;
	background-repeat: repeat-y;
}
.pad-top{
	padding-top: 60px;
}

.bg-white{
	border-radius: 3px;
	background: #fff;
	margin: -35px auto 0;
	padding: 32px;
	z-index: 10;
    	position: relative;
}
a.cta-btn{
	line-height: 1.5;
	padding: 12px 0;
	max-width: 360px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #fff;
	background: #7e2131;
	transition: all 0.1s ease;
	border: solid 1px #7e2131;
}
a.cta-btn:hover{background: transparent; color: #7e2131;}
a.cta-btn.col33{max-width: calc(33.3333% - 4px); text-transform: uppercase; background: #000; transition: 0.1s ease !important;}
a.cta-btn.col33:hover{background: #7e2131; color:#fff;}

a.cta-btn.col50{
	width: calc(50% - 15px);
	box-sizing: border-box;
    max-width: none;
	text-transform: uppercase;
	padding-right: 0 !important;
	
}
a.cta-btn.col50:nth-of-type(1){
    margin-right: 30px;
	
}


#inv-btns{padding-top: 1%;}
.justify-space-between{
	justify-content: space-between;
	max-width: 1124px;
	margin: 0 auto 3px auto;
}
.wrapper ol{
	list-style: disc;
	color: #000;
	font-family: atten-new,sans-serif;
	font-weight: 400;
	line-height: 30px;
}
.wrapper ol li{
	margin-left: 16px;
}
/*--------BANNER STYLES--------------------*/


.fb-calendar {
    display: flex;
    flex-direction: row;
/*    gap: 20px;*/
    justify-content: space-around;
    width: 90%;
    max-width: 1240px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f8f8f8;
    font-family: atten-new,sans-serif;
}

.fb-mini {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fb-mini img {
    width: 150px;
}

.fb-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 0 10px 0;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
}

.fb-date-month {
    background-color: #eeeeee;
    padding: 20px 20px 0 20px;
    text-transform: uppercase;
}

.fb-date-num {
    font-size: 35px;
    font-weight: 700;
    padding: 5px 0 10px 0;
}

.fb-date-time {
    font-size: 15px;
    font-weight: 700;
}

.fb-mini-info {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    font-style: normal !important;
}
.fb-mini-info i {
    font-style: normal !important;
}

.view-details-btn {
    background-color: #7e2131;
    padding: 10px;
    width: 100px;
    border: 1px solid #7e2131;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    font-weight: 700;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
}

.view-details-btn:hover {
    background-color: #fff;
    color: #7e2131;
    border: 1px solid #7e2131;
    cursor: pointer;
}
.red {
    color: #b12c1b;
}

/*--------FORM STYLES--------------------*/

#form-mailing-list input{

	font-family: atten-new,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 44px;
	padding: 0px 10px;
	
	font-size: 14px;
	width: 100%;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;

	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;

    	box-sizing: border-box;
	border: 1px solid #ccc;
}

#form-mailing-list input[type="submit"]{
    	text-align: center;
    	font-size: 16px;
    	display: block;
    	color: #fff;
    	background: #000;
	cursor: pointer;
	transition: all 0.1s ease;
}
.col-left #form-mailing-list input[type="submit"]{
	
    	width: auto;
	padding: 0 40px;
}
#form-mailing-list input[type="submit"]:hover{
    	background: #7e2131;
}
#form-contact input{
	font-family: atten-new,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 44px;
	padding: 0px 10px;
	
	font-size: 14px;
	width: 100%;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;

	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;

    	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: 14px;
}

#form-contact textarea{
	font-family: atten-new,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 44px;
	padding: 0px 10px;
	
	font-size: 14px;
	width: 100%;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;

	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;

    	box-sizing: border-box;
	border: 1px solid #ccc;

	height: 200px;
	resize: none;
	margin-bottom: 10px;
}

#form-contact input[type="submit"]{		
    	width: auto;
	padding: 0 40px;
    	text-align: center;
    	font-size: 16px;
    	display: block;
    	color: #fff;
    	background: #000;
	margin-bottom: 0;
	cursor: pointer;
	transition: all 0.1s ease;
}
#form-contact input[type="submit"]:hover{
    	background: #7e2131;
}
.CaptchaPanel{
	font-family: atten-new,sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-left: 0!important;
	padding-right: 0!important;
}
.CaptchaAnswerPanel{
	padding-left: 0!important;
	padding-right: 0!important;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer *{
	box-sizing: border-box;
}

.footer{	
    display: flex;
    justify-content: center;
	background: #000;
	
	font-family: atten-new,sans-serif;
	font-weight: 400;
	font-style: normal;
	
	font-size: 14px;
	
	line-height: 64px;
}
.footer a{	
	color: #fff;
}

.footer .footer-link{
	margin-right: 32px;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/



#inv{padding: 5% 0;}
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#inv *:not(.fa):not(.far):not(.fas):not(.material-icons){font-family: atten-new,sans-serif!important;} /* Reset font, ignore icons */


.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;}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .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, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .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, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .list-content .list-error-container .info button, .cs-btns a {background:#7e2131 !important; color: #fff !important;}

.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, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link {background: #3b3b3b !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 {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 {text-transform: uppercase!important; 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, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav {background: #000 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #000!important; color: #000!important;}

.material-icons {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;}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 901px) {
	.show-tablet{display: none;}
}

@media only screen and (max-width: 900px) {
	.hide-tablet{display: none;}
	.show-tablet, .block-md{display: block;}
	.col100-md{width:100%!important; padding-right: 0;}
	
	.col33.past-auction-box{width: calc(50% - 42px);}
	#logo{
		margin: 0 auto;
    	display: block;
	}
	.wrapper {
		width: calc(100% - 24px);
		margin: 0 auto;
	}
	.bg-texture{
		padding-bottom: 16px;
	}
	
	.col-right {
    	width: 100%;
    	padding-left: 0;
	}
	
	#form-contact input[type="submit"]{		
    		width: 100%;
		padding: 0;
	}
	.footer{
		flex-wrap: wrap; 
		flex-direction: column;    
		padding: 16px 12px;
    	line-height: 32px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 700px){
	.col33.past-auction-box{width: 100%;}
	

	a.cta-btn.col50{
		width: calc(100% - 15px);
		box-sizing: border-box;
		max-width: none;
		margin-right: 0 !important;
		margin-bottom: 20px !important;

	}
	
}
@media only screen and (max-width: 600px) {
	.hide-mobile{display: none;}
	
	.wrapper .heading{font-size: 36px; line-height: 36px;}
	.bg-white{padding: 16px;}

	.col50{
    		width: 100%;
		padding: 0 !important;
	}
	.col50.cta-btn{
		padding: 12px !important;
	}
	.col50:last-of-type:not(.cta-btn){
		margin-top: 32px;
	}
	a.cta-btn{
		max-width: 100%;
	}

	.max-width250 {
    		margin: 0 auto;
    		display: block;
	}
}

@media only screen and (max-width: 960px) {
    .fb-calendar {
        flex-direction: column;
        gap: 20px;
    }
    .fb-mini-info {
        align-self: center;
        align-items: center;
    }
}




