﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400&family=Source+Sans+Pro&display=swap');

/***** 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 --------

*/
.galbox {display: inline-block; margin: auto 5px; max-height: 250px;}
/***** 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 {
	letter-spacing: 0.02em;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

p {
	font-family:'Oswald';
	font-weight:400;
}

/*--- HEADER STYLES ---------------------*/
header {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    background: rgba(255, 255, 255, 0.75) !important;

}

.empty-div {
	height:98.81px;
	background-color:#fff;
}

.logo {
    width: 20%;
}

.logo img {
    max-width: 150px;
    margin: 6%;
}

.hero-container {
	width: 100%;
	text-align:center;
	color:#fff;
	background: url("/siteart/hero-img.jpg");
	background-size: cover;
	height:47vw;
	background-position: center;
}

.hero-image {
    color: #fff;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.hero-image h1 {
    font-size: 5vw;
    line-height: 1.25;
    padding: 0 5%;
    padding-top: 20%;
    padding-bottom: 2%;

}

.sell-button, .auctions-button {
	background-color: #a01319;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.auctions-button:hover {
	cursor: pointer;
	color:#fff;
	background-color:#24357a;
	transition:ease-in .3s;
}

.sell-button:hover {
	cursor: pointer;
	color:#fff;
	background-color:#24357a;
	transition:ease-in .3s;
}

.sell-button a, .auctions-button a {
	color:#fff;
}

/* SLIDESHOW */

.slider{position:relative; width: 100%; z-index:0; background: #333; overflow:hidden;height:50vh;}
.slide_group{position:relative;width:100%;}
.slide{display:none; position: absolute; width:100%; height:auto; max-height: 600px;}
.slide img{display: block; position: relative; width: 100%; height: auto;}
.slide video{position: relative; width: 100%; height: auto;}

.slide:first-child{display:block;}
.slide_buttons{text-align:center;position:absolute;top: 0; left: 25px;z-index:9;}
a.slide_btn{font-size:36px;color:#ddd;margin:0 1px;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.slide_btn.active, .slide_btn:hover{font-size:36px;color:#ED5465;cursor:pointer;}

.slide .slide-link{position:absolute; width: 100%; max-width: 900px; padding: 0 25px; box-sizing: border-box; font-weight: 700; color: #fff; top: 40px; z-index: 30; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); line-height: normal;}
.slide .slide-link .link-text h2{font-size: 45px; text-transform: uppercase; color: #fff;}
.slide .slide-link .link-text p{font-size: 18px; color: #fff; margin: 5px 0;}
.slide .button-link a{display:block; margin: 15px 0; background: #A70A00; padding: 15px; text-transform: uppercase; text-align: center; text-decoration: none; border: 1px #fff solid; box-sizing: border-box; color: #fff; max-width: 230px;}
.slide .slide-link-2{position:absolute; width: 100%; max-width: 900px; padding: 0 25px; box-sizing: border-box; font-weight: 700; color: #fff; bottom: 40px;right: 40px; z-index: 30; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); line-height: normal; text-align: right;} 
.slide .slide-link-2 .link-text-2 h2{font-size: 45px; text-transform: uppercase; color: #fff; text-align: right;}
.slide .slide-link-2 .link-text-2 p{font-size: 18px; color: #fff; margin: 5px 0; text-align: right; }
.slide .button-link-2 a{display:block; margin: 15px 0; width: 100%; float: right; background: #000; padding: 15px; text-transform: uppercase; text-align: center; text-decoration: none; border: 1px #fff solid; box-sizing: border-box; color: #fff; max-width: 230px;}
.slide .button-link-2 a:hover{background: #A70A00; color: #fff;}
.slide .button-link a:hover{background: #24357a; border: 1px #24357a solid; color: #fff;transition:ease-in .3s;cursor: pointer;}

.video-overlay{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none;background: #000 url(../siteart/overlay.png); opacity:.4}

/*---BODY--------------------------------*/

/*---COUNTDOWN AREA---*/
.countdown {
	background-color:#242424;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
    padding: 5%;
}

.countdown-details {
	width: 50%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.countdown-details h2 {
    font-size: 2vw;
    color: #fff;
    margin: 2%;
}

.clock h4 {
	text-align: center;
    font-size: 2vh;
    padding-top: 5%;
}

.register-button, .catalog-button {
	background-color: #242424;
    border: 1px solid #fff;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.catalog-button:hover {
	background-color:#24357a;
	border: 1px solid #24357a;
	cursor: pointer;
	transition:ease-in .3s;
}

.register-button:hover {
	background-color:#24357a;
	border: 1px solid #24357a;
	cursor: pointer;
	transition:ease-in .3s;
}

.register-button a, .catalog-button a {
	color: #fff;
}

.clock {
	display: inline-block;
    width: 40%;
    margin: 0 auto;
	color:#fff;
}


/*---TESTIMONIALS AREA---*/

* {box-sizing: border-box}
body {
	font-family:'Oswald';
	font-weight:400; 
	margin:0
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #24357a;
}

/* Slides */
.mySlides {
	display: none;
	padding: 60px 140px;
    text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

q {color:#fff; font-size:25px;}

.author {
	color: #d1d1d1;
    font-size: 18px;
    line-height: 2.5;
}

/*---CONSIGN AREA---*/

.sold-consign {
	width:100%;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/* justify-content: center; REMOVED FOR IE */
	align-items: baseline;
	align-content: center;
	padding: 3% 0;
}

.consign-1, .consign-2, .consign-3 {
	display:inline-block;
	margin:3% auto;
	text-align:center;
	font-family:'Oswald';
	font-weight:400;
	background-color: #f8f8f8;
    padding: 3%;
	box-shadow: 3px 3px 5px #e8e8e8;
	width: 28%;
}

.consign-1 img, .consign-2 img, .consign-3 img {
	width:90%;
}

.consign-1 h3, .consign-2 h3, .consign-3 h3 {
    font-size: 2vw;
    padding-bottom: 5%;
}

.consign-1 p, .consign-2 p, .consign-3 p {
    font-size: 1.5vw;
    color: #6a6a6a;
}

.consign-1 h1, .consign-2 h1, .consign-3 h1 {
    font-size: 5vw;
    color: #6a6a6a;
    margin-bottom: 4%;
}

.consign-1 a, .consign-2 a, .consign-3 a {
	background-color: #a01319;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.consign-1 a:hover {
	background-color:#24357a;
	cursor:pointer;
	transition:ease-in .3s;
}

.consign-2 a:hover {
	background-color:#24357a;
	cursor:pointer;
	transition:ease-in .3s;
}

.consign-3 a:hover {
	background-color:#24357a;
	cursor:pointer;
	transition:ease-in .3s;
}

/*--------LOCATIONS STYLES----------*/

.location-info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	width:100%;
}

iframe {display:inline-block; width:50%;}

.location-box {
	background-color: #a01319;
	    font-size: 15px;
    color: #fff;
    text-align: left;
    display: inline-block;
	width:50%;
	padding:5%;
}

.location-button {
	font-size: 13px;
    background-color: #a01319;
    border: 1px solid #fff;
    padding: 2%;
	width:218px;
    text-align: center;
    display: block;
    margin: 1%;
    margin-top: 10px;
}

.location-button a {color: #fff;}

.location-button:hover {
	background-color:#24357a;
	border: 1px solid #24357a;
	cursor: pointer;
	transition:ease-in .3s;
}

/*--------BID STYLES----------*/

.tabcontent-wrapper iframe {width:90%!important;}

.top-banner {
	background-color: #24357a;
    color: #fff;
    text-align: center;
    padding: 5% 19%;
}


.bid-info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	width:100%;
}

.bid-box {
	background-color: #a01319;
	font-size: 15px;
    color: #fff;
    text-align: left;
    display: inline-block;
	width:50%;
	padding:5%;
}

.bid-info img {width: 50%;}

.bid-button {
	font-size: 13px;
    background-color: #a01319;
    border: 1px solid #fff;
    padding: 2%;
	width:218px;
    text-align: center;
    display: block;
    margin: 1%;
    margin-top: 10px;
}

.bid-button a {color: #fff;}

.truck-image {
	background-image:url(/siteart/IMG_8771.JPG);
	background-position: center;
	background-repeat: no-repeat;
	width:50%;
}

/*--------TERMS STYLES----------*/

.terms p {
	padding:5%;
	font-size: 13px;
}

/*--------AUCTIONS STYLES----------

.wrapper-inner{width: 75%; text-align: center; margin: 0 auto;}

#pad{padding: 40px 0;}*/

/*--------FORM STYLES--------------------*/

/* Financing Form Styles */

form {width:85%;}

.flex-form{
	text-align: left;
	margin: 0 auto;
	display:flex;
	flex-direction: row;
	justify-content:center;
	align-items:center;
	font-size: 15px;
	padding: 3%;
}

.flex-form h2{
	width:100%;
	padding:20px 0 20px 0;
	text-align: center; 
	font-size: 25px;
    color: #000;
}

.flex-form label{font-weight: normal;}

.flex-form span{text-align: left; margin: 0; font-size: 12px;}


.flex-form #formpage input, select{margin-top:5px;}

.flex-form .flex-row{
	display: flex; 
	justify-content: space-between; 
	align-items: flex-end; 
	width: 100%;
}

.flex-border{
	border:2px solid #eee;
	padding:20px;
}

.flex-input{
	width:100%;
	display: flex;
	flex-direction: column;
	margin: 10px 5px 5px 5px;
	text-align: left;
}



.check-container {display: inline-block; text-align: left; margin: 0;}
.check-container input[type="checkbox"]{display: inline-block; width:20px !important;}
	



/*form styles*/
.parts-request{
	width:100%;
	padding:40px 0;
	text-align:left;
	margin-top:40px;
	border-top:1px solid #eaeaea;
}

.parts-request h3{text-transform:uppercase;}

#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
}

#formpage p{
	text-align:left;
}
#formpage h4{margin-top:30px;}

.form-half{
	width:48%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.add-part{
	padding:30px;
	border:1px solid #f1f1f1;
	margin:20px 0 0 0
}
.add-part h4{margin:0 0 10px 10px !important;}


.formfield {
	width: 100%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 175px;
	text-align:left;
}

#formpage input,select {
	padding: 6px 5px 10px;
	border: 1px solid #f1f1f1;
	font-family:'Oswald';
	font-weight:400;
	color: #2f2f2f;
	font-size: 16px;
	margin-top: 5px;
    border-radius: 2px;
	background:#f1f1f1;
}

#formpage input:focus {
	border: 1px solid #eaeaea;
	border-radius:2px
}

#formpage option{color:#333;background:#fff;}

/*===PLACEHOLDER TEXT STYLES===*/

#formpage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676;
}
#formpage ::-moz-placeholder { /* Firefox 19+ */
  color: #767676;
}
#formpage :-ms-input-placeholder { /* IE 10+ */
  color: #767676;
}
#formpage :-moz-placeholder { /* Firefox 18- */
  color: #767676;
}
#formpage input.submit-button, #formpage input.submit-button:focus {
	background:#a01319; 
	color:#fff;
	padding:10px;
	text-decoration:none;
	transition:ease-in .3s;
	width: 150px;
	font-size: 18px; 
	height:auto;
	letter-spacing: 1px;
	margin: 0 auto;
	font-family:'Oswald';
	font-weight:400;
}



#formpage input.submit-button:hover{
	background:#24357a; 
	box-shadow:1px 1px 4px #848484;
	transition:ease-out .3s;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #f1f1f1;
	color: #000;
	font-size: 16px;
	background: #f1f1f1;
	height: 85px;
	border-radius:2px;
	margin-top:10px;
}

#formpage textarea:focus{
	border: 1px solid #eaeaea;
	border-radius:2px
} 

.CaptchaMessagePanel, .CaptchaWhatsThisPanel {	font-family:'Oswald';font-weight:400; color:#2f2f2f}

.CaptchaPanel{width:100%;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	max-width:400px;
	width: 100%;
	margin: 0 auto;
}
.CaptchaWhatsThisPanel a{color:#333;}

.submit-button{
	padding:0px 0px 30px 0px;
	position:relative;
	width:100%;
	text-align:center;
}

/*end form styles*/


/*-------- FOOTER STYLES ----------------*/

hr {
	border: #fff 1px solid;
}

.footer-container {
	width:100%;
	margin:0 auto;
	background-color:#000;
	height:auto;
	padding:3% 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/*justify-content: center; REMOVED FOR IE */ 
	align-items: baseline;
	align-content: center;
}

.col-1, .col-2, .col-3, .col-4 {
	display:inline-block;
	margin:0 auto;
	width:20%;
	padding: 2%;
}

.col-1 h3, .col-2 h3, .col-3 h3, .col-4 h3 {
	color:#fff;
	font-family:'Oswald';
	font-weight:400;
	font-size: 2vw;
}

.col-1 p, .col-2 p {
	font-family:'Source Sans Pro';
	color:#fff;
	font-size:13px;
}

.col-1 h4 {
	color:#999;
	font-family: 'Source Sans Pro';
	font-size:9px;
}

.col-3 li a {
	color: #fff;
    font-size: 13px;
    font-family: 'Source Sans Pro';
	line-height: 2.5;
}

.col-3 li a:hover {
	color:#a01319;
}

.col-4 #footer-address, .col-4 #footer-number, .col-4 #footer-fax, .col-4 a {
	color: #fff;
    font-size: 13px;
    font-family: 'Source Sans Pro';
}

.col-2 a img {
	width:100%;
}

/* GALLERY */
.gallery{display: none; width: 92%; margin: 0 auto;}
.gallery.active{display: flex; flex-wrap: wrap; padding: 1% 0;}
.gallery a{width: 18%; margin: 1%; overflow: hidden; padding-bottom: 15%; position: relative;}
.gallery a img{max-width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.featherlight-content .caption{display: none !important;}

.flex.justify-center{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.gallery-tab.active{
	background: #a01319;
}

#gallery-section hr{
	border-color: #000;
	width: 90%;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/



@media screen and (max-width: 1200px) {
	.galbox {max-height: 200px;}
	
}



/*---------- RESPONSIVE STYLES ----------*/


@media screen and (max-width: 1100px)  {
	
	.col-1 h3, .col-2 h3, .col-3 h3, .col-4 h3 {
		font-size:15px;
	}
	
	.col-1 p, .col-2 p {
		font-size: 13px;
	}
	
	.col-3 li a {
		font-size:13px;
	}
	
	.col-4 #footer-address, .col-4 #footer-number, .col-4 #footer-fax, .col-4 a {
		font-size:13px;
	}
}

	@media screen and (max-width: 1000px) {
		
		.countdown-details {padding-bottom: 5%;}
		
		.countdown-details h2 {
			font-size: 3.5vw;
		}
		
		.countdown {
			display:block;
			text-align:center;
		}
		
		.countdown-details, .clock {width:70%;margin:0 auto;}
		
		.footer-container {
			display:block;
			text-align:center;
		}

		.col-1, .col-2, .col-3, .col-4 {
			display: block;
			width: 65%; 
		}
		
		.gallery{padding: 3% 0;}
		.gallery a{width: 18%; margin: 1%; padding-bottom: 14%;}
	}
	

	@media screen and (max-width:950px) {
	
		.sold-consign {
			width: 100%;
			margin: 0 auto;

		}

		.consign-1, .consign-2, .consign-3 {
			margin: 0% auto;
			width: 30%;
			height: auto; 
		}
		
		.location-info {display:block;}
		
		iframe {display:block; width:100%; height:400px;}
		
		.location-box {display:block; width:100%; text-align:center;}
		
		.location-button {margin:2% auto;}
		
		.flex-form .flex-row {display:block;}
		
		.bid-info {display:block;}
		
		.bid-box {display:block; width:100%; text-align:center;}
		
		.bid-button {margin:2% auto;}
		
		.truck-image {display:none;}
		
				.galbox {
    margin: auto 5px;
    max-height: 150px;}
}


@media screen and (max-width:725px) {
	
		.galbox {
    margin: auto 5px;
    max-height: 125px;}
	
	.link-text {display:none;}
	
	.consign-1 h3, .consign-2 h3, .consign-3 h3 {
		font-size: 5vw;
	}
	
	.sold-consign {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: stretch;
	}
	
	.consign-1, .consign-2, .consign-3 {
		width:65%;
		margin:3%;
		padding-bottom:7%;
	}
		
		.gallery{padding: 3% 0;}
		.gallery a{width: 48%; padding-bottom: 30%;}
	
}

@media screen and (max-width:555px) {
		.galbox {
    display: block;
    margin: auto 5px;
    max-height: 250px;
    padding: 5px;}
}

@media screen and (max-width:489px) {
	
	.hero-image h1 {
		display:none;
	}    
	
	.sell-button, .auctions-button {
		margin-top: 26%;
	}
	
	.slide .button-link a {margin: auto !important; padding: 10px !important;}
	

	
}

@media screen and (max-width:415px) {
	
	.auctions-button{margin-top: 3%;}
	
	.sell-button {margin-top: 39%;}
	
	.hero-container {height: 35vh;}
	
	
	.gallery a{width: 98%; margin: 2% 1%; overflow: hidden; padding-bottom: 55%; position: relative;}
	.flex.justify-center .register-button, .flex.justify-center .catalog-button{width: 90%;}
}

