﻿@charset "UTF-8";

/* RESET 
------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent;  
}

ol, ul {}
blockquote, q {quotes: none;}  
blockquote:before, blockquote:after, q:before, q:after {content: '';}  
	

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body {font-size:100%; font-family:'Lato', sans-serif; background:#fff;}

/* SELECTION */	
/*::selection {color:#fff; background:#ed1b24;}*/
::selection {color:#fff; background:#C6151D;}
::-moz-selection {color:#fff; background:#ed1b24;}


/* CLEAR */
.clear {clear: both;}

/* HEADERS */
/*Remove or simplify font-weight and font-height */
h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}
h1 {font-size:26px; font-weight:900; color:#2f2f2f;}
h1 span {font-weight:300; color:#d11921;}
h2 {font-size:24px; font-weight:normal;}
h3 {font-size:20px; font-weight:normal;}
h4 {font-size:18px; font-weight:normal;}
h5 {font-size:16px; font-weight:normal;}
h6 {font-size:14px; font-weight:normal;}


/* PARAGRAPH/LIST/GENERAL TEXT */

/* LINKS */
a{-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;}
a:link, a:visited {color:#202020; text-decoration:underline;}
a:hover, a:active {color:#ed1b24; text-decoration:none;}

a[href^="tel:"] {color:inherit;  text-decoration: none;}

/* IMAGES */
img {display:block;}

/* TEXT EMPHASIS */
em {font-style:italic;}
strong {font-weight: 700;}

/* TEXT STYLINGS */
.dark {color:#131313;}
.gray {color:#4F4F4F;}
.heavy {font-weight:800;}
/*.red {color:#ed1b24;}*/
.red {color:#C6151D;}

/* ALIGNMENT */
.left {float:left;}
.right {float:right;}
.center {text-align:center;}



/* SITE FORM
------------------------------------------------*/
.site-form {margin:45px 0 0 0; padding:0;}

.site-form .three-cells {width:32.3%; *width: 32%; box-sizing: border-box;}
.site-form .full-cell {width:99% !important;}
.site-form .last {margin-right:0 !important;}

.short-textbox {height:100px !important;}

.site-form .instructions {font-size:14px; color:#777; margin:6px 0 6px 0; text-transform: capitalize;}
.site-form .note {font-size:12px; font-style:italic; color:#777; text-align:center; margin:8px 0 0 0;}

.site-form input[type="text"], .site-form input[type="email"], .site-form input[type="number"], .site-form input[type="time"], .site-form input[type="date"], .site-form select {
	margin:6px .8% 9px 0;
    padding:14px 0;
    font-size: 14px;
    background-color:#F4F4F4;
	text-indent:12px;
	box-sizing: border-box; 
	border:none;
}

.site-form input[type="text"]:focus, .site-form input[type="email"]:focus, .site-form input[type="number"]:focus, .site-form input[type="time"]:focus, .site-form input[type="date"]:focus, .site-form select:focus {background-color:#fcfcfc;}

.site-form textarea {
	width:100%; height:150px; margin:2px 0; padding: 4px 8px; font-size: 14px;
    background-color: #f9f9f9;
	box-sizing: border-box; -webkit-border-radius:0; border-radius:0;
}

.site-form textarea:focus {background-color:#FCFCFC; border: 1px #5A5A5A solid;}

.site-form .check-field {display:flex; flex-flow:row wrap; justify-content:space-around;}
.site-form .check-field .checkbox {margin:0 8px 8px 8px; padding:0; color:#4D4D4D;}

.site-form input[type="submit"] {height: 46px; padding:0 20px; margin:10px 0 0 0; font-size:14px; font-weight:700; border: none; color:#fff; background: #C6151D;
	transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;
	text-transform: uppercase; -webkit-appearance: none;}

.site-form input[type="submit"]:hover {color:#fff; background:#333; -webkit-animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both; -webkit-appearance: none;}

img.CaptchaImage {margin: 0 auto;}
.CaptchaAnswerPanel input {padding:8px 8px; border:1px #e6e6e6 solid;}





/* HEADER CONTACT BANNER
------------------------------------------------*/	
.header-contact {
	display:flex; flex-flow:row wrap; justify-content:flex-start; width:40%; margin:0 0 0 auto; padding:1em 0 1em 4%; 
/*	background:#ed1b24;*/
	background:#C6151D;
	
	-webkit-clip-path: polygon(100% 0%, 100% 100%, 3.5% 100%, 0% 0%);
    		clip-path: polygon(100% 0%, 100% 100%, 3.5% 100%, 0% 0%);
}

.header-contact .contact-link {margin:0; padding:0;}
.header-contact .contact-link:last-of-type {margin:0 0 0 5%;}
.header-contact .contact-link .fas {margin:0 8px 0 0;}
.header-contact .contact-link a {text-decoration:none; color:#fff!important;}



/* HEADER
------------------------------------------------*/	
.site-header {position:relative; display:flex; flex-flow:row wrap; justify-content: space-between; margin:-20px 0 0 0; padding:0 7.5% 0 0;}	
	
.header-extra-bar {
	position:absolute; bottom:0; left:0; z-index:15; width:55%; height:120px; margin:0 0 -40px 0; background:#fff;  
	-webkit-clip-path: polygon(100% 0%, 100% 10%, 90% 100%, 0% 100%, 0% 0%);
    		clip-path: polygon(100% 0%, 100% 10%, 90% 100%, 0% 100%, 0% 0%);
}

/* LOGO
------------------------------------------------*/	
.logo {z-index:25; position:relative; padding:0 0 0 10%;}	
.logo img {width:100%; max-width:579px;}

/*  NAVIGATION
------------------------------------------------*/
#menu-button{display:none;}
nav.mobile {display:none;}

nav.primary {z-index:500; position:relative; align-self: flex-end; margin:0 0 0 auto; padding:0;}

nav.primary ul {display:flex; flex-flow:row wrap;  justify-content:flex-end; margin:0; padding:0;}
nav.primary ul li {margin:0; padding:0; list-style-type:none;}
				
nav.primary ul li a {
	display:block; margin:0 10px; padding:12px 0;
    font-size:1.2em; line-height:1.5em; font-weight:700; text-align:center; text-decoration:none; text-transform:uppercase; color:#2f2f2f; 
	-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;	
}	

nav.primary ul li a:hover {color:#121212;}

/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {width: 225px;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
	width: 225px; padding:15px 0; font-size:.94em; line-height:18px; text-indent:20px; text-align:left; color:#fff; border:0; background:#333;
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {line-height:18px; color:#fff; background:#ed1b24;}

/*  NAV DROPDOWNS
------------------------------------------------*/
nav.primary ul ul {display: none; position: absolute;} 
nav.primary ul ul ul {position: absolute; left: 100%; top:0;}
nav.primary ul li:hover > ul {display: block; line-height:18px; z-index: 500;}
nav.primary ul ul li {float: none; position: relative; margin:0;}



nav.mobile-menu {display:none;}


#menu-button{display: block; position: relative; z-index: 400;}
#menu-button a{color:#d11921; text-decoration:none;}


nav.mobile ul li a .fa{
	width:25px;
	font-weight:100;
	padding:8px 3px;
	margin:0 0 0 5px;
	text-align:center;
	background:#292929;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

nav.mobile ul li .fa-chevron-down {position:absolute; right:10px; margin:18px 0 0 0;}

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -285px;
	width: 285px;
	height: 100%;
	z-index: 500;
	overflow:auto;
	background:#333;
}

/* MENU HEADER SOCIAL MEDIA */
nav.mobile .social-media {
	position: absolute;
	text-decoration: none;
	vertical-align: top;
	z-index:9999;
	display: inline-block;

	top: 15px;
	left: 15px;
	font-size:16px;
	word-spacing:13px;
	color: #ccc !important;
}

nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

/* MENU HEADER STYLES */
nav.mobile h3 {	
	color: #ccc;
	padding: 23px 0;
	position: relative;
	font-size: 18px;
	background:#313131;
}			
nav.mobile .menu-title {position: absolute; vertical-align: top; top: 16px; right: 47px; text-transform:uppercase; font-size:12px; color: #ccc;}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {position: absolute; top: 8px; right: 10px; padding: 6px 9px 5px; display: inline-block; font-weight: 700; font-size: 18px; line-height: 1; color: #ccc; text-decoration: none; vertical-align: top; font-family: Arial, sans-serif;}
nav.mobile .menu-toggle:hover {color: #fff;}

/* MENU LIST STYLE */
nav.mobile ul {list-style: none; font-weight: 300; margin:0; padding:0;}
nav.mobile ul li {color: #999; font-size:15px; border-bottom: 1px solid #303030;}

/* FIRST LEVEL */
nav.mobile ul li a {
	color: #999;
	position: relative;
	display: block;
	font-size:15px;
	text-align:right;
	text-decoration: none;
	border-left:4px #333 solid;
	padding: 15px 35px 15px 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
nav.mobile ul li a:hover {background:rgba(45,45,45,0.5); color: #fff; border-left:4px #ed1b24 solid;}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {color: #ccc; background: #444; border-left:4px #444 solid; padding: 15px 10px 15px 15px;}
nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

/* THIRD LEVEL */
nav.mobile ul li li li:last-child {border:none;}
nav.mobile ul li li li a {color: #ccc; background: #555; border-left:4px #555 solid;}
nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

.nav-footer {color:#777; position:relative; text-align:center; font-size:16px; line-height:16px; padding:15px 0;}



/*  HERO
------------------------------------------------*/
.hero {position:relative;}
.hero img {width:100%; filter: brightness(0.7);}

.hero-overlay {position:absolute; bottom:26%; left:10%; margin:auto; padding:0 10% 0 0; font-size:35px; font-weight:400; text-transform:uppercase; color:#030202; z-index:1;}
.hero-overlay span {font-size:48px; font-weight:900; text-shadow:1px 2px #000; color:#fff;}



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {width:100%; height:90px; overflow:hidden;}
.scrolling{width:100%; height:90px;}




.cta-section {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; max-width:1150px; margin:3.5% auto 0 auto; padding:0 3.5%;}

.cta-button {position:relative; width:29.8%;}
.cta-button:nth-of-type(n+4) {margin:4.5% 0 0 0;}
.cta-button img {width:100%;}

.cta-overlay {
	position:absolute; bottom:0; width:calc(100% - 2em); padding:1em; text-align:right; background:rgba(0,0,0,0.7);
	-webkit-clip-path: polygon(0% 30%, 20% 30%, 25% 0%, 100% 0%, 100% 100%, 0% 100%);
    		clip-path: polygon(0% 30%, 20% 30%, 25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.cta-overlay span {font-size:18px; font-weight:400;}
.cta-overlay a {font-size:23px; font-weight:700; text-decoration:none; text-transform:uppercase; color:#fff;}


/*  INVENTORY STYLES
------------------------------------------------*/
.list-content .listing-widgets .Currency a, .listing-widgets-detail .Currency a {
	background: #003a5d!important;
}

a[href^="tel:"] {
	color: inherit!important;
}


/*  MAIN
------------------------------------------------*/	
.main {margin:5% auto; padding:0;}

.main-home {max-width:900px; padding:0 5%;} 
.main-inv {padding:0 3.5%;}
.main-auction {max-width:1150px; padding:0 3.5%;}


/*  ARTICLE
------------------------------------------------*/
article {}
article h1{font-size:3em;}
article p {font-size:1em; line-height:1.5em;}


.cta-quick-links {display:flex; flex-flow:row wrap; justify-content:space-around; margin:4% 0 0 0;}

.inv-link {width:33%; max-width:245px; text-align:center; 
/*	background:#ed1b24;*/
	background:#C6151D;
}
.inv-link a {display:block; padding:.7em 0; font-size:14px; line-height:1.5em;  font-weight:900; text-decoration:none; text-transform:uppercase; color:#fff;}
.inv-link a span {font-size:12px; font-weight:400;}
.inv-link hr {width:26px; margin:0 auto; border-top:1px #fff solid; border-bottom:0;}



.location-section {display:flex; flex-flow:row wrap; justify-content:center; max-width:900px; margin:6.5% auto 3.5% auto; padding:0 3.5%;}
.location-section strong {margin:0 6px 0 0; text-transform:uppercase;}
.location-section a {text-decoration:none;}
.location-section a:first-of-type {margin:0 20px 0 0;}
.location-section iframe {margin:1.5em 0 0 0;}



.footer-nav {z-index:500; position:relative; max-width:1000px; margin:0 auto; padding:6px 5%;}
.footer-nav ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:center; margin:0; padding:0;}
.footer-nav ul li {margin:0; padding:0; list-style-type:none;}
.footer-nav ul li a {
	display:block; margin:0 10px; padding:6px 0;
    font-size:1.125em; line-height:1.5em; font-weight:300; text-align:center; text-decoration:none; text-transform:uppercase; color:#2f2f2f; 
	-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;	
}	

.footer-nav ul li a:hover {color:#121212;}


/*  FOOTER
------------------------------------------------*/
.site-footer {padding:25px 0; font-size:.9375em; text-align:center; color:#f2f2f2; background:#c6151d;}
.site-footer .fa-copyright {font-size:.8125em;;}
.site-footer span {font-size:100;}
.site-footer span strong {font-weight:900;}
.site-footer a {text-decoration:none; color:#f2f2f2;}




/************************************************ Responsive Styles **/

@media screen and (max-width: 1650px) {
	.header-extra-bar {width:45%;}	
	.logo img {max-width:400px;}
}
	
@media screen and (max-width: 1500px) {
	.hero-overlay {font-size:23px;}
	.hero-overlay span {font-size:35px;}
}

@media screen and (max-width: 1350px) {
	.header-contact {justify-content:center; width:92%; margin:0; padding:.5em 4%; -webkit-clip-path:none; clip-path:none;}
	.header-contact .contact-link {margin:0; padding:.5em 0;}
	.site-header {margin:0; padding:1em 5% 0 0;}
	.logo {padding:0 0 0 5%;}
	nav.primary ul li a {font-size:1em; line-height:1.2em;}
	.header-extra-bar {height:80px; margin:0 0 -20px 0;}
}

@media screen and (max-width: 1250px) {
	.header-extra-bar {width:45%;}	
	.logo img {max-width:300px;}
}

@media screen and (max-width: 1111px) {
	.site-header {padding:1em 5%;}
	.header-extra-bar {display:none;}
	nav.primary{display:none;}
	nav.mobile-menu {display:block; margin:10px 0 0 0;}
	nav.mobile-menu ul {}
	nav.mobile-menu ul li a {
		display:block; margin:0 10px; padding:12px 0;
		font-size:1.375em; line-height:1.5em; font-weight:700; text-align:center; text-decoration:none; text-transform:uppercase; color:#2f2f2f; 
		-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;	
	}
	nav.mobile-menu ul li a span {color:#2f2f2f;}
}


@media screen and (max-width: 1024px) {
	.site-form .three-cells {width:100%; *width:100%;}
	.site-form .full-cell {width:100% !important;}
	
/*
	.site-header {padding:1em 5%;}
	.header-extra-bar {display:none;}
	nav.primary{display:none;}
	nav.mobile-menu {display:block; margin:10px 0 0 0;}
	nav.mobile-menu ul {}
	nav.mobile-menu ul li a {
		display:block; margin:0 10px; padding:12px 0;
		font-size:1.375em; line-height:1.5em; font-weight:700; text-align:center; text-decoration:none; text-transform:uppercase; color:#2f2f2f; 
		-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;	
	}
	nav.mobile-menu ul li a span {color:#2f2f2f;}
*/
	
	.hero-overlay {font-size:16px;}
	.hero-overlay span {font-size:24px;}

	.cta-section {justify-content:space-between; max-width:650px;}
	.cta-button {position:relative; width:46.5%;}
	.cta-button:nth-of-type(n+3) {margin:4.5% 0 0 0;}
}

@media screen and (max-width: 768px) {
	.hero-overlay {font-size:14px;}
	.hero-overlay span {font-size:18px;}
	
	article h1{font-size:2em;}
	.inv-link {width:100%; max-width:none; margin:.5% 0;}
}

@media screen and (max-width: 600px) {
	.hero-overlay{display:none;}
	.location-section iframe {height:280px;}
	
	.cta-section {max-width:400px;}
	.cta-button {position:relative; width:100%;}
	.cta-button:nth-of-type(n+2) {margin:4.5% 0 0 0;}
}

@media screen and (max-width: 500px){
	.header-contact .contact-link {font-size:.9em;}
	.site-header {flex-flow:column;}
	.logo {margin:0 auto; padding:0 5%;}
	.hero {display:none;}
}

@media screen and (max-width: 320px){
	
}