﻿/* font-family: 'Merriweather', serif; */

/***** 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;  
} 
html{scroll-behavior: smooth;}

/*-------- 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;}


/*--- HERO SLIDESHOW ----------------------*/

.hero{
	position: relative;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-position: center center;
	background-position: center center;
}
.hero.hero-overlay:before{
	content: '';
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.cycle-slideshow{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.slide {
    position: relative;
    width: 100%;
    height: 100%;
	z-index: -1 !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-position: 0% 50%;
    -o-background-position: 0% 50%;
    -webkit-background-position: 0% 50%;
    background-position: 0% 50%;
}
.hero-nav{
	position: relative;
	width: 25%;
	box-sizing: border-box;
	padding: 50px 0 220px;
}
.hero-nav .logo{
    display: block;
    text-align: center;
	margin-bottom: 30px;
}
.hero-nav .logo img{
	max-width: 100%;
}

/*--- HEADER STYLES ---------------------*/
header {}
.header{
	position: relative;
	padding: 50px 4.7% 0;
}
.header-contact{
	display: flex;    
	width: 50%;
}
.header-contact a{
	color: #2c2222;
	font-size: 24px;
	letter-spacing: 2px;
	padding-right: 24px;
	line-height: 48px;
	
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
}
.header-contact a:hover{
	opacity: 0.8;
}
.header-contact a span{
	padding-left: 36px;
	font-weight: 900;
	font-family: 'Merriweather', serif;
   -moz-font-feature-settings: "lnum";
   -webkit-font-feature-settings: "lnum";
   font-feature-settings: "lnum";
}

.header-logos{
	display: flex;
	justify-content: flex-end;
	width: 50%;
}
.header-logos a{
	margin-left: 10%;
}

/*--- BODY ------------------------------*/
.red{color: #c01d22 !important;}
.center{text-align: center;}
.logo.center{display: block; margin-bottom: -25px; margin-top: 50px;}

.padding-vertical{padding: 100px 0;}
.padding-vertical-banner{padding: 30px 0;}
.wrapper{
	padding: 0 4.7%;
}
.wrapper-sm{
	padding: 0 10.3%;
}
.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}

.justify-between{justify-content: space-between;}
.justify-center{justify-content: center;}

.col33{width: 33.333333%;}
.col50{width: 50%;}
.col66{width: 66.666667%;}
.col-copy{max-width: 860px;}
.pad{
	padding: 30px;
}

.transition-mask{
	
  -webkit-mask-image: url("/siteart/img-mask.png");
  mask-image: url("/siteart/img-mask.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
	-webkit-mask-position: top;
	mask-position: top;
	width: 100%;
	padding-bottom: 5.625%;
    margin-top: -5.625%;
}


.bg-red{
	background: url("/siteart/bg-red-field.jpg") center center fixed;
	color: #fff;
	background-color: #000;
}
.bg-red hr{border-color: #d3d3d3; margin-bottom: 30px; border-top: none; border-left: none; border-right: none;}
.bg-dark-img{
	background: url("/siteart/bg-auctioneer.jpg") 33.3333% 50% fixed;
	color: #fff;
	background-color: #000;
}
.bg-dark{
	background: #2c2222;
	color: #fff;
}

.heading-sm{
	font-weight: 900;
	font-family: 'Merriweather', serif;
	letter-spacing: 2px;
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 1.5;
}
.heading{
	font-weight: 900;
	font-family: 'Merriweather', serif;
	letter-spacing: 4px;
	font-size: 35px;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 1.5;
}
.light{font-weight: 400;}

.bg-dark p, .bg-dark-img p, .bg-red p{
	
	font-weight: 400;
	font-family: 'Merriweather', serif;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 36px;
   -moz-font-feature-settings: "lnum";
   -webkit-font-feature-settings: "lnum";
   font-feature-settings: "lnum";
}
.bg-dark p a, .bg-dark-img p a, .bg-red p a{
	color: #fff;
}
strong{font-weight: 900;}

.cta{
	line-height: 36px;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Merriweather', serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	max-width: 200px;
	width: 100%;
	border: none !important;
	
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
	
	background: #fff;
	color: #0b0909;
	display: block;
}

.bg-red .cta{
	color: #c01d22;
	
}
.cta.red{
	background: #c01d22 !important;
	color: #fff !important;
}
.cta.outline{
	color: #fff;
	border: solid 1px #fff !important;
	background: transparent !important;
}
#auctions-grid .cta.outline, #auctions-grid .cta.outline:hover{
	color: #252525 !important;
	border: solid 1px #252525 !important;
	background: transparent !important;
}
.cta.outline:hover{
	background: #fff !important;
	color: #0b0909;
}
.bg-red .cta.outline:hover{
	background: #fff !important;
	color: #c01d22;
}

.btn-right{
	float: right; 
    margin-top: -5px;
}

#ctas-grid{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: calc(100px + 8%);
}
#ctas-grid a{
	width: 25%;
	text-align: center;
	transition: ease all 0.3s;
	box-sizing: border-box;
}
#ctas-grid a:hover{
	transform: translateY(-15px);
}
#ctas-grid a img{
	padding: 50px 0 30px;
}

#ctas-grid a:hover .cta.outline{
	background: #fff !important;
	color: #992125 !important;
}
#ctas-grid a .cta.outline{
	margin: 0 auto;
}


#auctions-grid > div{
	padding: 40px 30px 20px;
	background: #fff;
	color: #0b0909;
	border-radius: 10px;
	margin-bottom: 30px;
}
#auctions-grid > div a{
	color: #0b0909;
}
/*--------FORM STYLES--------------------*/

.custom-form{
	padding: 30px;
    width: 100%;
    box-sizing: border-box;
}
.custom-form .heading-sm{
	margin-bottom: 60px;
}
.custom-form input{
	width: 100%;
	padding: 0 0 10px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 2px;
	color: #fff;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	border-bottom: solid 1px #706e6e;
	background: transparent;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.custom-form ::placeholder{
	color: #d3d3d3;
}
.custom-form .flex{
	gap: 20px;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 10px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 2px;
	color: #fff;
	line-height: 24px;
	resize: none;
	margin-bottom: 20px;
	outline: none;
	border: none;
	border-bottom: solid 1px #706e6e;
	background: transparent;
}

.bg-red .custom-form input{
	border-bottom: solid 1px #d3d3d3;
}
.bg-red .custom-form textarea{
	border-bottom: solid 1px #d3d3d3;
}


.CaptchaPanel{
	text-align: left !important;
	font-family: 'Merriweather', serif;
	padding-top: 0 !important;
	margin-top: 0 !important;
	letter-spacing: 2px;
	font-size: 14px;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #fff !important;
}

.custom-form .cta{
	cursor: pointer;
	outline: none;
}

/*-------- FOOTER STYLES ----------------*/
footer{}


.footer{
	padding: 30px 30px;
	font-weight: 400;
	font-family: 'Merriweather', serif;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 24px;
   -moz-font-feature-settings: "lnum";
   -webkit-font-feature-settings: "lnum";
   	font-feature-settings: "lnum";
	color: #0b0909;
	text-transform: uppercase;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1520px) {	
	.hero-nav{
		padding: 0px 0 100px;
	}	
	.hero-nav .logo img{
		width: 80%;
		margin-top: -20px;
	}
	
	.hero-nav nav.primary ul li a {
		line-height: 48px;
		font-size: 13px;
	}
	
	.cycle-pager {
		bottom: 100px !important;
	}
	.cycle-pager span{
		font-size: 30px !important;
	}
}

@media only screen and (min-width: 1280px) {	
	.show-md{
		display: none;
	}
}
@media only screen and (max-width: 1279px) {
	.hide-md{
		display: none;
	}
	.hero-nav{
		width: 50%;
	}
	.slide{
		filter: saturate(1.2);
	}
	.slide:before{
		content: '';
		background: linear-gradient(90deg, rgba(255,255,255,0.75), rgba(255,255,255,0.25));
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	

	#ctas-grid a{
		width: 33.33333%;
	}
	
	
	.col66, .col33{width: 100%;}
}
@media only screen and (min-width: 991px) {	
	.show-sm{
		display: none;
	}
	.float-left-md{float: left;}
}
@media only screen and (max-width: 990px) {
	
	
	.hide-sm{display: none;}
	
	.slide{
		
		-moz-background-position: 44% 50%;
		-o-background-position: 44% 50%;
		-webkit-background-position: 44% 50%;
		background-position: 44% 50%;
	}
	.header{padding: 30px 30px 0;}
	
	.hero-nav{
		padding: 0 0 175px;
		width: 100%;
	}
	.hero-nav .logo {
		margin-bottom: 0;
	}
	.wrapper, .wrapper-sm{padding: 0 30px;}
	.header-contact{
		width: 100%;
		margin-bottom: -20px;
	}
	.header-contact a{
		font-size: 18px;
		line-height: 48px;
	}
	.header-contact a span{
		float: right;
	}
	.header-contact a:last-of-type{
		width: 100%;
		padding-right: 0;
	}
	.header-logos{display: none;}

	

	.cycle-pager { 
		bottom: 50px !important;
	}
	
	#ctas-grid a{
		width: 50%;
	}
	
	.btn-right{float: unset; display: block; margin-top: 20px; margin-bottom: 20px;}
	
}

@media only screen and (max-width: 480px) {

	.heading, .heading-sm{
    	font-size: 22px;
	}
	#ctas-grid a{
		width: 100%;
	}
	.custom-form .flex{
		flex-wrap: wrap;
		gap: 0;
	}
	
	.pad{padding: 0;}
	.custom-form{padding: 30px 0 0;}
	

	.bg-dark p, .bg-dark-img p, .bg-red p{
		font-size: 14px;
		line-height: 28px;
	}

	
}






