﻿/***** 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;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/

.logo-cont {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	background-color: #fff;
	width: 304px;
	height: 190px;
	border-radius: 0px 0px 60px 0px;
}
.logo-cont img {
	width: 240px;
	height: auto;
	margin: 22px;
	object-fit: contain;
}
.header-top {
	float: right;
	width: calc(100% - 304px);
	background-color: #d6c20b;
	display: flex;
	justify-content: flex-end;
	padding-right: 30px;
	box-sizing: border-box;
}
.header-top-link {
	font-family: 'Fustat', sans-serif;
	font-size: 13px;
	font-weight: 400px;
	margin: 6px 20px;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.header-top-link i {
	font-size: 18px;
	margin-right: 5px;
}
.header-top-link:hover {
	opacity: 0.7;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
} 

.mobile-logo-cont {
	display: none!important;
}

/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
	margin: auto!important;
}
.right {
	text-align: right;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}

.btn-primary {
	display: block;
	width: 100%;
	max-width: 268px;
	background-color: #d6c20b;
	color: #000;
	font-family: 'Fustat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 17px;
	margin: 8px;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.btn-primary:hover {
	background-color: #A89A15;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.hero-title {
	font-family: 'Fustat', sans-serif;
	font-weight: 800;
	font-size: 64px;
	line-height: 74px;
	text-transform: uppercase;
}
.hero-subhead {
	font-family: 'Fustat', sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 74px;
	text-transform: uppercase;
}
.auction-title {
	font-family: 'Fustat', sans-serif;
	font-weight: 800;
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.sect-title {
	font-family: 'Fustat', sans-serif;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 36px;
}
.sect-text {
	font-family: 'Fustat', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 36px;
}

.swiper {
	width: 100%;
	max-height: 500px;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	max-height: 500px;
}
.hero-slide img {
	position: relative;
	box-sizing: border-box;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-height: 500px;
}
.swiper-button-prev, .swiper-button-next {
	color: #fff!important;
	background-color: rgba(0,0,0,0.30);
	padding: 10px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.grayhero-sect {
	width: 100%;
	background-color: #424242;
	padding: 30px 0px;
	display: flex;
	justify-content: center;
}
.hero-flex {
	margin-top: 33px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.white-sect {
	width: 100%;
	background-color: #fff;
	padding: 70px 0px;
}
.sect-flex {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.sect-full {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 80px;
	max-width: 1568px;
	margin: auto;
}
.sect-half {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	padding: 50px;
	max-width: 784px;
}
.sect-half img {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	min-height: 360px;
	max-height: 420px;
	object-fit: cover;
}
.sect-half iframe {
	position: relative;
	width: 100%;
	min-height: 360px;
	max-height: 420px;
}
.underline {
	width: 90%;
	max-width: 1125px;
	margin: auto;
	height: 5px;
	background-color: #D6C20B;
}
.auction-image {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: 360px;
	object-fit: cover;
}
.auctionsect-flex {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.auction-btn-flexbox {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
}
.auction-partner-box {
	position: relative;
	width: 29%;
	max-width: 350px;
	box-sizing: border-box;
	margin: 30px 2%; 
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.auction-partner-box img {
	position: relative;
	box-sizing: border-box;
	max-height: 75px;
	object-fit: contain;
	width: 100%;
}
.yellow-sect {
	width: 100%;
	background-color: #D6C20B;
	padding: 70px 0px;
}
.callout {
	background-color: #fff;
	width: 90%;
	max-width: 1140px;
	padding: 50px 100px;
	margin: 0px auto;
	border-radius: 15px;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	text-align: center;
}

.gray-sect {
	width: 100%;
	background-color: #424242;
	padding: 70px 0px;
	display: flex;
	justify-content: center;
}
.sect-65 {
	position: relative;
	width: 65%;
	padding:  0px 25px 0px 75px;
	max-width: 924px;
}
.sect-35 {
	position: relative;
	width: 35%;
	padding: 0px 75px 0px 25px;
	max-width: 496px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.home-spacer {
	width: 100%;
	height: 75px;
}

.contact-link {
	font-family: 'Fustat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 36px;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.contact-link:hover {
	opacity: 0.7;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

/*--------FORM STYLES--------------------*/

.form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-half {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.form-full {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}

.contact-input {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

.contact-textarea {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 10px;
	height: 100px;
}

.contact-input:focus, .contact-textarea:focus {
	outline: none!important;
}

.CaptchaPanel {
	font-family: 'Inter', sans-serif;
}

#CaptchaAnswer {
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

#CaptchaAnswer:focus {
	outline: none!important;
}


/*-------- FOOTER STYLES ----------------*/
.foot-topbar {
	width: 100%;
	height: 24px;
	background-color: #d6c20b;
}

footer{
	width: 100%;
	display: flex;
}
.foot-col-white {
	width: 25%;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	padding-top: 52px;
}
.foot-col-white img {
 	position: relative;
	box-sizing: border-box;
	width: 86%;
	margin: auto;
	max-width: 320px;
}
.foot-col-dark {
	width: 25%;
	box-sizing: border-box;
	background-color: #2C2C2C;
	padding: 56px 20px 80px 4%;
}
.foot-head {
	font-family: 'Fustat', sans-serif;
	font-weight: 800;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.foot-link {
	font-family: 'Fustat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	 -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;

}
a.foot-link:hover {
	opacity: 0.7;
	 -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;

}





/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-title-text, .list-listing-title-link, .listing-category, .price, .option-name, .detail__title, .detail__category, .listing-prices__retail-price {
	font-family: 'Fustat', sans-serif!important;
}

.list-listing-title-link {
	font-size: 14px!important;
}

.view-listing-details-link, .ts-button.selected-facet {
	background-color: #d6c20b!important;
	color: #000!important;
}

.view-listing-details-link, .ts-button.selected-facet:hover {
	background-color: #d6c20b!important;
	color: #000!important;
}





/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1350px) {
	.hero-flex {
		margin-top: 0px;
	}
	.hero-title {
		font-size: 56px;
	}
	.hero-subhead {
		font-size: 32px;
	}
	.auction-title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1369px) {
	.right {
		text-align: center;
	}
	.header-top {
		display: none!important;
	}
	.gray-sect {
		flex-direction: column;
	}
	.sect-flex {
		flex-direction: column;
	}
	.sect-half {
		width: 100%;
		max-width: 1000px;
		margin: auto;
		padding: 25px 50px;
	}
	.sect-65 {
		width: 100%;
		max-width: 1000px;
		margin: auto;
		box-sizing: border-box;
		padding: 0px 50px;
	}
	.sect-35 {
		width: 100%;
		justify-content: center;
		max-width: 1000px;
		margin: auto;
		box-sizing: border-box;
		padding: 0px 50px;
	}
	.auction-image {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		max-height: 420px;
		object-fit: cover;
	}
	.auction-btn-flexbox {
		justify-content: center;
	}
	footer {
		flex-wrap: wrap;
	}
	.foot-col-white {
		width: 50%;
		padding-bottom: 50px;
	}
	.foot-col-dark {
		width: 50%; 
	}
}

@media only screen and (max-width: 1309px) {
	.logo-cont {
		display: none!important;
	}
	.hero-title.black {
		font-size: 48px;
		line-height: 56px;
	}
	.hero-subhead {
		font-size: 28px;
	}
	.callout {
		padding: 50px 50px;
	}
	.mobile-head-flexbox {
		display: flex;
		justify-content: space-between;
		padding: 5px 16px;
	}
	.mobile-logo-cont {
		display: block!important;
		height: 100px;
		width: 170px;
	}
	.mobile-logo-cont img {
		position: relative;
		box-sizing: border-box;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		margin: 10px;
		object-fit: contain;
	}

}

@media only screen and (max-width: 900px) {
	.hero-title.black {
		display: block;
		margin: 0px 20px 10px;
	}
	.sect-title {
		font-size: 40px;
	}
}

@media only screen and (max-width: 720px) {
	.hero-title.white {
		font-size: 48px;
		line-height: 56px;
	}
	.sect-text {
		font-size: 16px;
		line-height: 26px;
	}
	.sect-full {
		padding: 0px 40px;
	}
	.auction-title {
		font-size: 24px;
	}
	.auction-btn-flexbox {
		flex-direction: column;
	}
	.auctionsect-flex {
		flex-direction: column;
		justify-content: center;
	}
	.auction-partner-box {
		width: 90%;
		box-sizing: border-box;
		margin: 10px auto;
	}
	.aucenter {
		margin: 10px auto!important;
	}
	footer {
		flex-direction: column;
	}
	.foot-col-white {
		width: 100%;
		padding-bottom: 50px;
	}
	.foot-col-dark {
		width: 100%;
		padding: 30px 20px 20px 40px;
	}
	.foot-link {
		font-size: 16px;
	}
}

@media only screen and (max-width: 540px) {
	.sect-title {
		font-size: 34px;
	}
	.sect-full {
		padding: 0px 26px;
	}
	.callout {
		padding: 36px;
	}
}


