﻿/***** 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;}





font-family: 'open-sans-condensed', sans-serif;
font-weight: 700;
font-style: normal;

font-family: "poppins", sans-serif;
font-weight: 400;
font-style: normal;


.red {color: #A63837;}
.grey {color: #3E3D3B;}
.black {color: #222222;}
.white {color: #ffffff;}

.opensans {
	font-family: 'open-sans-condensed';
	text-transform: uppercase;
}
.poppins {
	font-family: "poppins", sans-serif;
}

img {
	max-width: 100%;
}

p a {
    font-weight: 600;
    color: #a63837;
}
p {
    font-family: 'poppins';
    line-height: 25px;
}
h1 {
	text-transform: uppercase;
    font-size: 50px;
    font-family: "open-sans", sans-serif;
    font-weight: 800;
    letter-spacing: -2px;
}

h2 {
    font-family: 'open-sans-condensed';
    text-transform: uppercase;
}
h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    letter-spacing: -2px;
}
h4 {
	text-transform: uppercase;
    font-size: 20px;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 5px;
}
h5 {
	text-transform: capitalize;
    font-size: 16px;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
}

/*--- HEADER STYLES ---------------------*/
header {}

.flex-nav {
	text-align: center;
}
.logo {
	max-width: 100%;
}
.head-logo {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	background-color: #ffffff;
}



/*---BODY--------------------------------*/

.flex-container {
	align-items: center;
	justify-content: space-between;
}
.width70 {
	width: 70%;
	margin: 0 auto;
}
.width90 {
	width: 90%;
	margin: 0 auto;
}
.header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
}
.home-hero img {
	background-size: cover;
	background-position: center;
	background-color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 300px;
}
.home-hero {
	position: relative;
}
.hero-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.hero-content h1 {
    font-size: 67px;
    font-weight: 600;
    font-family: 'open-sans-condensed';
    color: #fff;
	text-shadow: 2px 2px 8px #000000;
}
.hero-grid {
    display: grid;
    position: relative;
    margin-top: -10%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}
.hero-grid button {
	width: 100%;
}
.hero-grid a {
    margin: 0 auto;
	flex: 1;
	width: 100%
}
button.grid1 {
    background-color: #A63837;
    margin: 0 auto;
    padding: 35px 40px;
    text-align: left;
	border: none;
    border-radius: 10px;
}
i.grid-icon {
    color: #ffffff;
	margin-bottom: 15px;
}
h2.grid-title {
    font-family: "open-sans-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	font-size: 30px;
	color: #ffffff;
	line-height: 35px;
}
i.fa-solid.grid-icon  {
    font-size: 50px;
}

.about-container {
    position: relative;
	margin: 100px 0;
}
.about-content {
    width: 70%;
}
.about-content h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: "open-sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -2px;
}
.about-content h2 span {
    color: #A63837;
}
.btn-container {
    display: flex;
    gap: 30px;
}
.about-btn a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #222222;
    padding: 10px 25px;
    border-radius: 0px;
}
.about-container p {
    font-family: 'poppins';
	margin: 35px 0;
    line-height: 25px;
}
.about-container .flex-container {
    display: flex;
}
.about-gears {
	background-image: url("../siteart/gears-lg.svg");
	height: 350px;
	background-repeat: no-repeat;
	width: 300px;
}


.selling-container {
    background-color: #a63837;
    color: #ffffff;
    position: relative;
}
.selling-content {
    display: flex;
    gap: 75px;
	padding: 125px 0 40px;
}
.selling-img {
    flex: 2;
    align-self: center;
}
.selling-txt {
    flex: 3;
}
.selling-title h2 {
    font-size: 50px;
    font-family: "open-sans", sans-serif;
    font-weight: 800;
    letter-spacing: -2px;
	margin-bottom: 50px;
}
.sell-list {
    display: flex;
	gap: 25px;
	margin-bottom: 40px;
}
.list-num {
    font-family: 'open-sans-condensed';
    font-weight: 700;
    font-size: 24px;
    background-color: #C28080;
    padding: 7px 12px 11px;
    border-radius: 8px;
    height: 30px;
}
.list-num hr {
	height: 420px;
	border: none;
    background: #c28080;
    width: 3px;
	margin-top: -5px;
}
.list-title h3 {
    font-size: 24px;
    margin-bottom: 12px;
}
.list-description {
    line-height: 27px;
}
.note-aside {
    text-align: center;
    padding-bottom: 100px;
	font-size: 14px;
    color: white;
}

.form-bg-img {
	background-image: url("../siteart/form-img.png");
	height: 900px;
	background-size: cover;
	background-position: center;
    position: relative;
    overflow: hidden;
}
.form-container {
    position: relative;
}
.form-bg-img img {
    width: 100%;
    display: block;
    filter: brightness(95%);
}




/*--------FORM STYLES--------------------*/

.form-aside {
    position: absolute;
    top: 15%;
    left: 25%;
    background-color: #ffffff;
    padding: 40px 60px;
    border-radius: 15px;
    width: 40%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.form-title h2 {
    font-size: 50px;
    font-family: "open-sans", sans-serif;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 10px;
}
.form-content {
    margin-bottom: 20px;
}
.flex-row {
    display: flex;
    margin: 0 -5px;
}
.formfield {
	flex: 1;
    font-family: "poppins", sans-serif;
    position: relative;
    margin: 5px;
    font-size: 15px;
}
.formfield input, textarea {
	width: 100%;
    padding: 20px 0;
    border: 1px solid #DBDBDB;
    background: #fff;
    font-family: "poppins", sans-serif;
    font-weight: 700;
    border-radius: 0;
}
.formfield input {
	text-transform: uppercase;
}
.formfield textarea {
    height: 75px;
}
a#continue {
    font-family: 'open-sans-condensed', sans-serif;
    background-color: #A63837;
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
	margin-top: 5px;
	font-weight: 600;
}

button.red-btn {
    font-family: 'open-sans-condensed', sans-serif;
    background-color: #A63837;
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    width: 100%;
}
.CaptchaPanel {
	margin: 0!important;
}
input#CaptchaAnswer {
    border: 1px solid #DBDBDB;
    background: #fff;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    border-radius: 0;
}
.CaptchaWhatsThisPanel a {
    padding: 5px 5px 10px 5px;
    color: #A63837;
}
.CaptchaMessagePanel {
    padding: 0 !important;
    font-weight: bold;
    font-family: 'open-sans-condensed';
    font-size: 15px;
}
section.wrap {
    padding: 100px 0;
    background-color: #ffffff;
	background-image: url("../siteart/gplay.png")
}


/*===================== 
	slideshow styles 
=======================*/

.banner-slider-1 {
    width:100%;
}
.banner-slide-1 {
    width:100%;
    position: relative;
}
.banner-bg {
    width: 100%;
    height: auto;
    display: block;
}
.banner-overlay {
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width:50%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.banner-overlay img {
    width:70%;
    height: auto;
    display: block;
    margin: 10px auto;
    padding: 5px 10px 30px 10px;
    box-sizing: border-box;
}
.dark-overlay {
    background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.31) 12.95%,rgba(0,0,0,0.54) 26.94%);
    background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.31) 12.95%,rgba(0,0,0,0.54) 26.94%);
    background-image: -o-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.31) 12.95%,rgba(0,0,0,0.54) 26.94%);
    background-image: linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.31) 9.0%,rgba(0,0,0,0.54) 26.94%);
}

.banner-overlay h3 {
    text-align: center;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.9);
    font-size: 30px;
    font-weight: 700;
    padding-bottom:20px;
	font-family: "open-sans";
}
.banner-overlay h3 span {
    font-size: 28px;
}
.slick-dots {
    padding:0;
    margin:0;
    position: absolute;
    z-index: 200;
    bottom:25px;
    right:25px;
    display: flex;
    justify-content: flex-end;
    gap:10px;
}
.slick-dots li {
    padding:0;
    margin:0;
    list-style: none;
    background:#e8e6e6;
    box-shadow: 0 0 7px 4px rgba(0,0,0,0.2);
    height: 20px;
    width:20px;
    cursor: pointer;
}
.slick-dots li.slick-active {
    background:#a63837;
}
.slick-dots li button {
    display: none;
}
.inv-cat-btns {
    display: flex;
    justify-content: space-between;
    gap:20px 0;
    flex-wrap: wrap;
}
.inv-cat-btns a {
    font-family: "open-sans";
    width:32%;
    background:#a63837;
    padding:15px;
    box-sizing: border-box;
    color:#fff!important;
    text-align: center;
    transition: .2s ease-in;
}
.inv-cat-btns a:hover {
    background:#000;
    transform: scale(1.01);
}
.red-btn-1 {
	font-family: "open-sans";
    font-size: 25px;
    padding: 15px;
    color: #fff!important;
    font-weight: 700;
    text-align: center;
    background: #a63837;
    transition: .2s ease-in;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0px;
}
.red-btn-1:hover {
    background: #000;
    transform: scale(1.01);
}


/*-------- UPCOMING AUCTIONS PAGE STYLES --------*/

.auction-page .flex-container.width70 {
    margin-top: 250px;
	margin-bottom: 100px;
}
.auction-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.flex-grid.auct-cal {
    flex: 3;
}
.btn-all-auctions {
    margin: 50px 0;
}
.btn-all-auctions a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #A63837;
    /* background-color: #222222; */
    padding: 12px 25px;
    border: solid 2px #a63837;
    font-family: 'open-sans-condensed', sans-serif;
}
.auct-container {
    flex: 1;
    background-color: #eaeaea;
    margin: 20px 0;
    padding: 25px;
    border-radius: 10px;
	font-family: 'poppins';
}
.auct-month {
    margin: 75px 0 35px;
}
.auct-date {
    color: #A63837;
}
.auct-title {
    margin: 5px 0 10px;
}
.auct-details {
    line-height: 25px;
}

.flex-grid.auct-aside {
    flex: 1;
    background-color: #A63837;
    color: #ffffff;
    padding: 25px;
}
.auct-aside-container h3 {
    margin-bottom: 20px;
}
.auct-service {
    font-family: 'open-sans-condensed';
    font-weight: 600;
    padding: 10px 0;
	display: flex;
}
.auct-service p {
    font-size: 14px;
}
.auct-service i.fa-solid.fa-gavel {
    margin-right: 10px;
	margin-top: 5px;
    font-size: 20px;
}
.auct-aside-container li {
    list-style: inside;
    line-height: 25px;
	font-family: 'open-sans-condensed';
    font-weight: 600;
}
.auct-aside hr {
    border: #ffffff 1px solid;
    margin: 25px 0;
}


/*-------- SELL WITH US PAGE STYLES --------*/

.selling-container.selling-page .flex-container {
    margin-top: 250px;
}
.selling-page .selling-title h2 {
	color: #222222;
}
.selling-container.selling-page {
    background-color: #ffffff;
    color: #222222;
}
.selling-page .selling-content {
    padding: 0;
}
.selling-page .note-aside {
    color: #A63837;
	font-weight: 600;
}
.selling-page .list-num {
    background-color: #A63837;
    color: #ffffff;
}
.selling-page .list-num hr {
	border: none;
    background-color: #A63837;
    width: 3px;
    height: 365px;
	margin-top: -5px;
}
.selling-page .list-title h3 {
	color: #A63837;
}
.swu-banner section.wrap {
    background-image: none;
}
.get-in-touch.sell-page {
    background-image: url("../siteart/gplay.png")
}



/*-------- OUR STORY PAGE STYLES --------*/

.story-container .flex-container {
    margin-top: 250px;
}
.story-container h1 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: "open-sans", sans-serif;
    font-weight: 800;
    letter-spacing: -2px;
}
.story-container p {
    font-family: 'poppins';
    margin: 35px 0;
    line-height: 25px;
}
.our-story {
    display: flex;
	align-items: center;
}
.story-content {
    flex: 2;
}
.story-fam-img {
    flex: 2;
    margin-left: 25px;
}
.story-fam-img img {
    border-radius: 10px;
    box-shadow: #000 20px 20px 0px;
}
.story-container h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    letter-spacing: -2px;
}
.story-container h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
}
.what-we-offer h3 {
    margin: 75px 0 35px 0;
}
.offer-services {
    margin: 0 -10px;
}
.offer-container {
    display: flex;
}
.offer1 {
    flex: 1;
	background-color: #eaeaea;
    margin: 10px;
    padding: 35px 40px;
    border-radius: 10px;
}
.offer-container p {
    font-family: 'poppins';
    margin: 15px 0 0 0;
}
.what-we-offer {
    margin-bottom: 100px;
}



/*-------- CONTACT PAGE STYLES ----------------*/

.contact-container .flex-container.con1 {
    margin-top: 250px;
}
.contact-us {
    margin-bottom: 50px;
}
.contact-us h1 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: "open-sans", sans-serif;
    font-weight: 800;
    letter-spacing: -2px;
	margin-bottom: 25px;
}
.contact1 h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
	margin-bottom: 5px;
}
.contact1 a, .contact1 p {
    color: #000000;
    font-family: 'poppins';
    line-height: 25px;
}
.contact1 p {
    font-style: italic;
}
.contact-grid {
    display: flex;
	column-gap: 30px;
}
.contact1 {
    flex: 1;
}
.get-in-touch {
    background-color: #A63837;
    padding: 100px;
}
.get-in-touch h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: "open-sans", sans-serif;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 25px;
    text-align: center;
	margin: 100px 0 25px;
}
.get-in-touch h2 {
	margin: 0 0 35px 0;
	text-align: center;
	color: #ffffff;
}
.get-in-touch a#continue, .get-in-touch button.red-btn {
    background-color: #222222;
}
.get-in-touch .CaptchaMessagePanel {
	color: #ffffff;
}



/*-------- THANK YOU PAGE STYLES ----------------*/

.thankyou-container .flex-container {
	margin-top: 250px;
}
.thanks-aside {
    text-align: center;
}
.thanks-aside h3 {
    margin-bottom: 35px;
}
.btn-container.thank1 {
    justify-content: center;
    margin: 50px 0 100px;
}


/*-------- FOOTER STYLES ----------------*/

.footer-wrap {
    background: #222222;
	padding: 100px 0;
	color: #ffffff;
}
.footer-wrap a {
    color: #ffffff;
}
.footer-container {
    display: flex;
    font-family: 'open-sans-condensed';
}
.column-foot.foot-flex1 {
    flex: 2;
    margin-right: 150px;
    font-weight: 600;
}
.column-foot p {
    margin: 25px 0;
}
.column-foot {
    flex: 1;
}

.col-title {
    font-size: 22px;
    margin-bottom: 25px;
}
.col-list {
    font-weight: 600;
    margin: 15px 0;
}
.col-list span {
    font-weight: 500;
}
.social-links a {
    margin-right: 15px;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.hardercap-inv {
    margin: 100px 0;
}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1550px) {
	.hero-content h1 {
		font-size: 45px;
	}
	.hero-content {
		top: 58%;
	}
}
@media only screen and (max-width: 1514px) {
	.list-num hr {
		height: 475px;
	}
}
@media only screen and (max-width: 1410px) {
	h2.grid-title {
		font-size: 20px;
    	line-height: 25px;
	}
	button.grid1 {
		padding: 20px 25px;
	}
	i.fa-solid.grid-icon {
		font-size: 35px;
	}
	.hero-grid {
		grid-gap: 12px;
	}
}

@media only screen and (max-width: 1410px) {
	.flex-nav {
		font-family: "poppins", sans-serif;
	}
	.selling-container .width70 {
		width: 90%;
	}
	.list-num hr {
		height: 460px;
	}
}
@media only screen and (max-width: 1275px) {
	.column-foot.foot-flex1 {
		flex: 1;
		margin-right: 50px;
	}
}
@media only screen and (max-width: 1200px) {
	.flex-nav {
		background-color: #222222;
	}
}
@media only screen and (max-width: 1160px) {
	.our-story {
		flex-direction: column;
		margin-bottom: 100px;
	}
}
@media only screen and (max-width: 1120px) {
	.banner-bg {
		width: 100%;
		height: 35vw;
		object-position: right center;
		object-fit: cover;
	}
	.dark-overlay {
		width: 100%;
   		background: rgba(0,0,0,0.6);
	}
	.banner-overlay img {
		width: 45%;
	}
	.banner-overlay h3 {
		line-height: 1;
		padding-bottom: 0;
	}
	a.red-btn-1.equip-btn {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1100px) {
	.contact-grid {
		flex-direction: column;
    	row-gap: 30px;
	}
	.selling-page .list-num hr {
		height: 385px;
	}
}
@media only screen and (max-width: 1075px) {
	.list-num hr {
    	height: 490px;
	}
}
@media only screen and (max-width: 1050px) {
	.hero-img {
		margin-top: 90px;
	}
	.hero-content h1 {
		font-size: 35px;
	}
	.about-content h2 {
		font-size: 35px;
	}
	.selling-title h2 {
    	font-size: 35px;
	}
	.form-title h2 {
    	font-size: 35px;
	}
	.about-gears {
		background-position: right;
	}
	.selling-img {
		display: none;
	}
	.list-num hr {
		height: 405px;
	}
}
@media only screen and (max-width: 940px) {
	.width70 {
		width: 90%;
	}
	.form-aside {
		top: 10%;
		left: 8%;
		width: 70%;
		padding: 40px 40px;
	}
	.form-bg-img {
		height: 850px;
	}
	.get-in-touch {
		padding: 100px 0;
	}
	.selling-page .list-num hr {
		height: 400px;
	}
}
@media only screen and (max-width: 930px) {
	.selling-page .list-num hr {
		
	}
}
@media only screen and (max-width: 830px) {
	.list-num hr {
    	display: none;
	}
	.banner-bg {
		height: 65vw;
	}
	.selling-content {
		padding: 75px 0 20px;
	}
	.note-aside {
		padding-bottom: 75px;
	}
}
@media only screen and (max-width: 820px) {
	.about-gears {
		display: none;
	}
	.about-content {
		width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	.red-btn-1 {
		font-size: 18px;
   		padding: 12px;
	}
	.offer-container {
		flex-direction: column;
	}
}
@media only screen and (max-width: 768px) {
	.auction-content {
		flex-direction: column-reverse;
		align-items: stretch;
	}
}
@media only screen and (max-width: 730px) {
	.hero-grid {
		grid-template-columns: 1fr 1fr;
		margin-top: 5%;
	}
	.hero-content h1 {
    	font-size: 25px;
	}
	.column-foot.col-aside {
    	display: none;
	}
	.selling-title h2 {
		margin-bottom: 35px;
	}
}
@media only screen and (max-width: 600px) {
	p {
		font-size: 14px;
	}
	.banner-overlay h3 span {
    	font-size: 20px;
	}
	.sell-list {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 500px) {
	.flex-row {
		flex-direction: column;
	}
	.formfield {
		margin: 5px;
	}
	.form-content {
		margin-bottom: 0;
	}
	.form-aside {
		padding: 40px 30px;
	}
}



