﻿/***** 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;
}

html{
	scroll-behavior: smooth;
}

/*-------- BODY STYLES --------*/

body {
	font-family:outfit, sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 45px;
}
.header .logo img{
	max-width: 100%;
}
.header .social-links{
	font-size: 30px;
}
.header .social-links a{
	padding-left: 15px;
	color: #ed360b;
}
/*---BODY--------------------------------*/
.nowrap{
	white-space: nowrap;
}
.hero{
	background: #f5f5f5;
	color: #333;
	overflow: hidden;
	position: relative;
}
.heading {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    font-weight: 900;
    position: relative;
}
.small-heading{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -2px;
    font-weight: 900;
	position: relative;
	margin: 30px 0;
}
.small-heading:first-of-type{
	margin-top: 0;
}
.hero p{
    margin: 20px 0;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.5px;
	position: relative;
}
.hero p em{

    font-size: 12px;
    line-height: normal;
}
.verticalpad{
	padding: 30px 0;
}
.wrapper{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.penner-bg{
	background: url("/siteart/mark-bg.png") left center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	-moz-background-size: auto 75%;
	-o-background-size: auto 75%;
	-webkit-background-size: auto 75%;
	background-size: auto 75%;
}


.flex{
	display: flex;
}
.flex-wrap{flex-wrap: wrap;}
.col50{
    width: 49%;
    padding-right: 1%;
	line-height: 24px;
	font-size: 14px;
}

.cta{
    color: #fff !important;
    text-decoration: none;
    float: left;
    display: block;
    position: relative;
    margin: 0 15px 20px 0;
    padding: 4px 20px;
    background: #ed360b;
    font-size: 13px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: outfit, sans-serif;
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    width: calc(50% - 30px);
    max-width: 240px;
    text-align: center;
    box-sizing: border-box;
	
	border: solid 2px #ed360b;
	outline: none !important;
	cursor: pointer;
	
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
}
.cta.black{
	background: #333;
	border: solid 2px #333 !important;
}
.cta:hover{
	background: transparent !important;
    color: #ed360b !important;
	border: #ed360b 2px solid !important;
}
#auctions{
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
}

.red{
	color: #ed360b;
	font-weight: 600;
}


	#map{margin: 45px 0 0;}


/*--------FORM STYLES--------------------*/

#form{
	font-family: outfit, sans-serif;
    letter-spacing: 0.5px;
}
.form-heading{
	font-size: 16px;
	color: #fff;
	background: #333;
	padding: 14px 20px;
	margin-bottom: 20px;
}

#form input[type="text"], #form input[type="email"], #form select, #CaptchaAnswer{

	margin-bottom: 5px;
    padding: 10px 5px;
    box-sizing: border-box;
    border: none;
    border-bottom: solid 1px #333;
    font-family: outfit, sans-serif;
    width: 48%;
    margin-right: 1%;
    letter-spacing: 0.5px;
	
}
.col50 #form input[type="text"], .col50 #form input[type="email"], .col50 #form select, .col50 #CaptchaAnswer{

    padding: 10px 5px;
    box-sizing: border-box;
    border: none;
    border-bottom: solid 1px #333;
    font-family: outfit, sans-serif;
    width: 100%;
    margin-right: 0;
    letter-spacing: 0.5px;
	
}
#form input[type="radio"]{
	padding: 5px;
}
#form textarea{
    letter-spacing: 0.5px;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	font-family: outfit, sans-serif;
	border-bottom: solid 1px #333;
	height: 60px;
	resize: vertical;
	
}
#form label{
	font-size: 16px;
	font-weight: 700;
}
.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.CaptchaWhatsThisPanel a{
	color: #000;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{
	font-family: outfit, sans-serif;
	background: #333;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 45px;
}

.footer a{
	color: #fff;padding-left: 15px;
	
}
.footer a i{
	color: #ed360b;
	padding-right: 5px;
}
.left{float: left;}
.right{float: right;}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1300px) {

	.heading{
		font-size: 60px;
    	line-height: 60px;
	}
	.wrapper, .footer{
		padding: 0 5%;
	}
	.header{
		padding: 30px 5%;
	}
	.penner-bg{
		left: 45px;
	}
	.hero .verticalpad{
		padding: 45px 0;
	}
	
	.footer .right, .footer .left{
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer a{
		padding-left: 0;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 1023px) {
	.hide-md{
		display: none;
	}
	.hero .verticalpad{
		padding: 60px 0;
	}
	.col50{
		width: 100%;
	}
	#map{width: 100%; margin: 45px 0;}
}
@media only screen and (max-width: 767px) {

#form input[type="text"], #form input[type="email"], #form select, #CaptchaAnswer{
    width: 100%;
    margin-right: 0;
}
	.footer a{
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.footer .right{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 480px) {

	
	.heading{
		font-size: 48px;
    	line-height: 48px;
	}
	.cta{
		width: 100%;
		max-width: none;
	}
}






