﻿/***** 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;
}

img {
	-webkit-filter: brightness(100%);
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Roboto Condensed', sans-serif !important;
}



h1 {
	font-size: 36px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto Condensed', sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {
	width: 100%;
	margin: 0 auto;
	border-bottom: 2px solid #910b09; 
}

.wid-100 {
	width: 100%;
}

.wid-50 {
	width: 50% !important;
}

.top-header {
	background: #707070;
	padding: 10px 0;
}
.top-header .fa, .top-header .fab {
	font-size: 27px !important;
	color: #fff !important;
}
.top-header a {
	color: #fff !important;
	font-weight: 700;
	font-size: 16px;
}

.head-contact {
	display: inline-flex;
}
.nav-wrap img {
	max-width: 100%;
}

.head-contact a:hover {
	color: #701400 !important;
}
#head-email, #head-phone {
	padding: 0 10px;
}

#socials {
    padding: 0 5px;
}
.head-socials .fa:hover {
	color: #701400 !important;
}


.top-header .fab:hover {
	color: #701400 !important;
}

.main-header {
	padding: 35px 0;
}

#logo {
	width: 450px;
}
/*---BODY--------------------------------*/

.header-wrap {
	padding-left: 2%;
    padding-right: 2%;
	margin: 0 auto;
}

.flex-container {
	display: flex;
	width: 100%;
}

.page-container {
	max-width: 1290px;
	margin: 0 auto;
	padding: 50px 5%;
}
.page-container h1,h2,h3 {
	margin-bottom: 10px;
	font-weight: 700;
}

.page-container h2 {
	font-size: 30px;
	    margin-top: 20px;
	color: rgb(88, 89, 91);
}

.page-container h3 {
	font-size: 24px;
	color: rgb(88, 89, 91);
}

.page-container p {
	line-height: 24px;
	font-weight: 300;
	padding-bottom: 10px;
  line-height: 24px;
}
.wrap-90 {
	width: 90%;
	margin: 0 auto;
}

.align-center {
	align-items: center;
}
.just-center {
	justify-content: center;
}
.just-left {
	justify-content: left;
}
.just-right {
	justify-content: right;
}
.right {
	text-align: right;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.background-center {
	background-position: center;
}
.background-top {
	background-position: top;
}
.background-cover {
	background-size: cover
}

.background-norepeat {
	background-repeat: no-repeat;
}

/*--------HOME STYLES--------------------*/

.home-section {
	width: 100%;
    height: auto;
    box-sizing: border-box;
	
}

.spiral-bg {
	background-image: url('/siteart/bg.png');
}


.intro {
	 padding: 5% 2%; 
}

.commitment-sect {
	background-image: url('../siteart/commitment.png');
	padding: 5% 10%;
	min-height: 100%;
	
}

.home-button {
	padding: 20px;
    max-width: 100%;
    height: auto;
    color: #fff;
	width: 65%;
	margin: 0 auto;
	min-height: 100px;
}
.home-button h2 {
	text-transform: uppercase;
	font-size: 24px;
}

.home-button p {
	font-size: 18px;
	    font-weight: 300;
}

.red-btn {
	background-color: #910b09;
}

.black-btn {
	background-color: #000;
}

#red-txt {
	color: #910b09;
}

.commitment {
	padding: 20px;
    max-width: 100%;
    height: auto;
    background: rgba(0,0,0,0.5);
    border: 1px solid #ccc;
	color: #fff;
}

.commitment h1 {
	font-size: 32px;
    font-weight: 700 !important;
}

.commitment p {
	font-size: 24px;
    font-weight: 300 !important;
}

.story-btn {
	background-color: #f55145;
	font-size: 24px;
    font-weight: 700;
	text-align: center;
	padding: 6px 12px;
    border-radius: 0;
    border: 1px solid transparent;
	cursor: pointer;
	line-height: 1.475;
    vertical-align: middle;
	color: #fff;
	    margin: 0 auto;
	min-width: 100px;
	transition: all .25s;
	width: 100px;
}

.story-btn:hover {
	background-color: #F22314!important;
}

.large-txt {
	padding: 3% 0;
	color: #fff;
	text-align: center;
}

.col-3 {
	width: 100%;
}

.three-btns {
	height: auto;
	    min-height: 300px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .25s;
	background-position: top;
}

.three-btns:hover {
	-webkit-filter: brightness(65%);
}

.three-btns h1 {
	text-transform: uppercase;
    color: #fff;
    line-height: normal;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 50%);
	padding-top: 20px;
    text-align: center;
	
	}

.soldinv {
	background-image: url('../siteart/1.png');
}

.inv {
	background-image: url('../siteart/2.png');
}

.acquisitions {
	background-image: url('../siteart/3.png');
}

/*  Pages Styles
------------------------------------------------*/
.about-img {
	margin: 10px 0;
}

.staff {
	margin-bottom: 30px;
}
.employee-img {
	text-align: center;
}

.employee-img p {
	font-size: 18px;
}

.col-3.employee-img,.col-3.employee-contact{
	width: 33.3333%;
	margin: 0 5px;
}
.col-3.employee-bio{
	width: 75%;
	margin: 0 5px;
}

.works-page ul {
	list-style: disc;
    margin-left: 40px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
}

.col-2.resource {
	width: 100%;
}
.resource a {
	color: #910b09;
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
	transition: all .25s;
}

.resource a:hover {
	text-decoration: underline;
}

.test-box {
    color: #000;
    text-align: center;
    padding: 20px;
    margin: 10px 5px;
    min-height: 400px !important;
}


.light-gray {
    background: #eff0f3;
}
.shadow {
    box-shadow: 0px 6px 14px -7px rgb(0 0 0 / 28%);
}


/* lytebox styles */

  #gal_container {
        	margin:0 auto;
        	text-align:center;
        }
        #gal_container img {  /*Style to make the thumbnail image style on the gallery page.*/
        	width: 24%;
        	margin:0 !important;
        }
    

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	border-top: 22px solid #910b09;
	border-bottom: 22px solid #910b09;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*-------- FOOTER STYLES ----------------*/
footer{
	background: #000;
	padding: 50px 0;
}

footer p, footer a {
	color: #fff;
	line-height: 24px;
	letter-spacing: .5px
}

footer p {
	font-weight: 300;
}

footer a {
	font-weight: 700;
	transition: all .25s;
}

footer a:hover {
	color: #B0B0B0;
	text-decoration: underline;
}

.foot-logo img {
	max-width: 100%;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-page {
	margin: 0 auto;
	padding: 50px 10px;
}

.list-content .list-title .list-title-text {
	font-family: 'Roboto Condensed', sans-serif !important;
}


#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,.compare-listings-container .compare-container .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:#701400 !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:#701400 !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 #701400 !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: #701400 !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;}








/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 858px) {
	
		#gal_container img {
    width: 49%;
		}
	}
@media only screen and (max-width: 767px) {
	.flex-container.intro-container,.flex-container.nav-wrap,.flex-container.three-wrap,.flex-container.foot-wrap,.flex-container.staff,.flex-container.contact,.flex-container.resources {
		display: block;
	}
	
	.col-3.employee-img, .col-3.employee-contact,.col-3.employee-bio {
		width: 100%;
	}
	
	.col-3.employee-bio {
		margin-top: 15px;
	}
	.col-3.employee-img {
		margin-bottom: 15px;
	}
	.flex-container.foot-wrap {
		text-align: center;
	}
	
	.main-header {
		padding: 15px 0;
	}
	
	.home-button {
		width: 100%;
		padding: 20px 0;
	}
	
	.intro {
		padding: 5% 0;
	}
	.large-txt {
    padding: 8% 0;
	}
	
	.commitment-sect {
		padding: 5% 0;
	}
	.three-btns {
		background-position: center;
	}
	.three-btns h1
	{
		margin-top: 0;
		padding-top: 20px;
	}
	
	.wid-50 {
		width: 100% !important;
	}
	
	.foot-wrap .col-3 {
		margin-bottom: 30px;
	}
	
	#logo {
		width: auto;;
	}
	
	
	
}

@media only screen and (max-width: 565px) {
	.head-contact {
		display: block;
	}
	
	#gal_container img {
    width: 100%;
		}
	
}


@media only screen and (max-width: 767px) {

	
}






