﻿/***** 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 {overflow-x: hidden;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}


hr{border:#000 1px solid;}

html {font-family: 'inter-variable', sans-serif !important;}

/*--- HEADER STYLES ---------------------*/
header {background: #212121; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; position: relative;}
.header-wrapper {width: 95%; margin: 0 auto; display: flex; justify-content: flex-end; gap: 40px; padding: 12px 0;}
.header-wrapper a {color: #fff; font-size: 14px;}
.header-wrapper a:hover {color: #FEB71F; transition: .3s;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
.herosurround {
    position: relative; top: 0;
}
.herosurround .overlaytext {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#hero {
    height: 1582px;
/*    height: max(824px, 82.39583vw);*/
    position: relative;
}
.herosurround #hero {
    height: 530px;
/*    height: max(370px, 37.03125vw);*/
    display: flex;
    align-items: center;
    z-index: -1;
    overflow: hidden;
}
/*
.player {
    width: 100vw;
    height: 100vh;
}
*/

.hero-overlay {background: rgba(50,26,26,0.54);}
.hero-content {width: 95%; margin: 0 auto; padding-top: 100px;}
.hero-content h1 {color: #fff; font-size: 50px; font-weight: bold; font-family: 'poppins', sans-serif; text-shadow: 1px 5px 6px rgba(0, 0, 0, 0.75); line-height: 50px;}
.hero-content h1 span {color: #FEB71F;}
.hero-content p {color: #fff; font-size: 18px; margin-top: 10px; line-height: 26px;}
.hero-buttons {display: flex; gap: 15px; margin-top: 25px;}
.hero-buttons button {background: #FEB71F; color: #212121; border: 2px #FEB71F solid; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 220px; padding: 13px 0 10px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 14px;}
.hero-buttons button:hover {color: #FEB71F; background: none;}
.hero-buttons .auction-button button {background: none; border: 2px #fff solid; color: #fff;}
.hero-buttons button:hover i {padding-left: 10px; transition: .5s;}
.hero-buttons .auction-button button:hover {color: #FEB71F; border: 2px #FEB71F solid;}

.yellow-bar {background: #FEB71F; height: 50px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}

#inventory {background: url("/siteart/inventory.jpg") no-repeat;}
#consign {background: url("/siteart/consign.jpg") no-repeat;}
#buy-now {background: url("/siteart/buy-now.jpg") no-repeat;}
#auctions {background: url("/siteart/auctions.jpg") no-repeat;}
#inventory, #consign, #buy-now, #auctions {background-position: center; background-size: cover; width: 25%; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.call-to {display: flex; width: 95%; margin: 0 auto; gap: 10px; margin-top: -35px;}
.section-overlay {background: rgba(33,33,33,0.82); padding: 50px 20px 25px 20px; height: 230px; display: flex; justify-content: space-between; flex-direction: column;}
.call-to h2 {color: #FEB71F; font-family: 'poppins', sans-serif; font-size: 27px; line-height: 30px; margin-bottom: 5px;}
.call-to p {color: #fff; font-size: 18px; line-height: 26px;}
.call-to button {background: #FEB71F; color: #212121; border: 2px #FEB71F solid; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 100%; padding: 13px 0 10px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 14px;}
.call-to button:hover {color: #FEB71F; background: none; transition: .5s;}
.section-overlay upper {justify-content: normal;}

.scrolling-inventory {margin-top: 80px;}
.scrolling-inventory a {float: right; background: #212121; padding: 25px 50px 25px 70px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%); margin-top: -160px;}
.scrolling-inventory h3 {color: #fff; font-family: 'poppins', sans-serif; font-size: 25px; font-weight: bold; line-height: 25px;}
.scrolling-inventory h3 span {font-size: 20px; color: #FEB71F;}
.scrolling-inventory a:hover {background: rgba(33,33,33,0.85); transition: .5s;}
.scrolling-inventory a:hover h3 span {color: #fff; transition: .5s;}

.get-in-touch {background: url("/siteart/get-in-touch.jpg") no-repeat; background-position: center; background-size: cover; clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%); box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-top: -52px;}
.get-in-touch-overlay {background: rgba(33,33,33,0.90); box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.get-in-touch-wrapper {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; padding: 30px 0 100px 0;}
.get-in-touch-content {width: 40%;}
.get-in-touch-content h2 {color: #fff; font-family: 'poppins', sans-serif; font-size: 40px; font-weight: bold; line-height: 40px; margin-bottom: 15px;}
.get-in-touch-content p b {font-size: 18px; color: #fff; line-height: 26px; margin-bottom: 10px;}
.get-in-touch-content p b span {color: #FEB71F;}
.get-in-touch-content p {color: #fff; font-size: 16px; line-height: 24px; margin-bottom: 6px;}
.get-in-touch-phone {margin-top: 70px;}
.get-in-touch-phone h2 {color: #FEB71F; font-size: 35px; line-height: 35px; font-weight: bold; border-bottom: 3px transparent solid; width: 285px;}
.get-in-touch-phone a:hover h2 {border-bottom: 3px #FEB71F solid; transition: .5s;}
.get-in-touch-phone p {color: #CCC; font-size: 15px; margin-top: -7px;}

.get-in-touch-form {width: 50%;}
.get-in-touch-form p {color: #CCC; font-size: 15px; margin-bottom: 10px;}
.get-in-touch-form form input {box-shadow: rgba(50, 50, 93, 0) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.1) 0px 18px 36px -18px inset; border: none; width: 100%; padding: 13px 0 13px 17px; font-family: 'inter-variable', sans-serif; font-size: 14px;}
.get-in-touch-form td {width: 100%;}
.get-in-touch-form form {width: 98%;}
.get-in-touch-form form textarea {width: 100%; box-shadow: rgba(50, 50, 93, 0) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.1) 0px 18px 36px -18px inset; border: none; padding: 13px 0 13px 17px; font-family: 'inter-variable', sans-serif; font-size: 14px;}
.get-in-touch-form form tr {display: flex; gap: 25px; margin-bottom: 12px;}
.get-in-touch-form form table {width: 100%;}
.get-in-touch-form form .submitselect {background: #FEB71F; color: #212121; border: 2px #FEB71F solid; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 220px; padding: 13px 0 10px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 14px; display: flex; justify-content: center;}
.get-in-touch-form form .submitselect:hover {color: #FEB71F; background: none; transition: .5s;}
.get-in-touch-form form .CaptchaMessagePanel {color: #fff; font-weight: normal; font-size: 14px;}
.get-in-touch-form form .CaptchaWhatsThisPanel a {color: #FEB71F; border-bottom: 1px transparent solid;}
.get-in-touch-form form .CaptchaWhatsThisPanel a:hover {border-bottom: 1px #FEB71F solid; transition: .5s;}
.get-in-touch-form form .submit {background: #FEB71F; color: #212121; border: 2px #FEB71F solid; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 220px; padding: 13px 0 10px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 14px;}
.get-in-touch-form form .submit:hover {color: #FEB71F; background: none; transition: .5s; cursor: pointer !important;}

/*---CONSIGN EQUIPMENT---*/
.consign-hero {background: url("/siteart/consign-hero.jpg") no-repeat; background-position: center; background-size: cover;}
.consign-form {width: 95%; margin: 0 auto; margin-top: 70px; border-radius: 5px; position: relative; margin-bottom: 85px;}
.consign-form p {color: #CCC; font-size: 15px; margin-bottom: 10px;}
.consign-form form input {background: #EFEFEF; border: none; width: 100%; padding: 13px 0 13px 17px; font-family: 'inter-variable', sans-serif; font-size: 14px;}
.consign-form td {width: 100%;}
.consign-form form {width: 99%;}
.consign-form form textarea {width: 100%; background: #E9E9E9; border: none; padding: 13px 0 13px 17px; font-family: 'inter-variable', sans-serif; font-size: 14px;}
.consign-form form tr {display: flex; gap: 25px; margin-bottom: 12px;}
.consign-form form table {width: 100%;}
.consign-form form .submitselect {background: #FEB71F; color: #212121; border: none; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 220px; padding: 16px 0 12px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 14px; display: flex; justify-content: center;}
.consign-form form .submitselect:hover {color: #fff; background: #212121; transition: .5s;}
.consign-form form .CaptchaMessagePanel {color: #fff; font-weight: normal; font-size: 14px;}
.consign-form form .CaptchaWhatsThisPanel a {color: #212121; border-bottom: 1px transparent solid;}
.consign-form form .CaptchaWhatsThisPanel a:hover {border-bottom: 1px #212121 solid; transition: .5s;}
.consign-form form .submit {background: #FEB71F; color: #212121; border: none; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 220px; padding: 16px 0 12px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 14px;}
.consign-form form .submit:hover {color: #fff; background: #212121; transition: .5s; cursor: pointer !important;}
.form-wrapper h2 {color: #212121; font-family: 'poppins', sans-serif; font-size: 30px; margin-bottom: 10px; line-height: 30px;}
.form-wrapper p {color: #9B9B9B;}

/*---CONTACT US---*/
.contact-hero {background: url("/siteart/contact-hero.jpg") no-repeat; background-position: center; background-size: cover;}

/*---THANK YOU---*/
.map-contact {display: flex; justify-content: space-between; align-items: center;}
.map-contact h2 {color: #fff; font-family: 'poppins', sans-serif; font-size: 30px; margin-bottom: 4px; line-height: 30px;}
.map-contact p {font-size: 18px; color: #fff;}
.map-contact a {font-size: 18px; color: #fff;}
.map-contact a:hover {color: #FEB71F; transition: .5s;}
.map-contact ul li {line-height: 28px;}
.map-contact ul {margin-top: 10px;}
.map-content-bkgrd {width: 50%; background: #212121; height: 380px; display: flex; align-items: center;}
.map-content-wrapper {margin-left: 35px;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{background: #FEB71F; padding: 90px 0 30px 0; margin-top: -55px;}
footer ul {display: flex; justify-content: center; width: 95%; margin: 0 auto; gap: 30px;}
footer li a {color: #212121; font-weight: bold; font-family: 'inter-variable', sans-serif; font-size: 16px; border-bottom: 2px transparent solid;}
footer li a:hover {border-bottom: 2px #212121 solid; transition: .5s;}

.alt-footer footer {padding: 40px 0 30px 0 !important; margin-top: 0px!important;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inventory-hero {background: url("/siteart/inventory-hero.jpg") no-repeat; background-position: center; background-size: cover;}
.inventory-overlay {background: rgba(50,26,26,0.65);}
.inventory-hero-content {padding-top: 115px; padding-bottom: 110px;}
.inventory-hero-content p {width: 880px;}
.inventory-hero-content p a {color: #FEB71F; border-bottom: 1px transparent solid;}
.inventory-hero-content p a:hover {border-bottom: 1px #FEB71F solid;}

/* NOUI SLIDER */
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #212121;}
.noUi-connect{background: #eee !important; border: 1px #e8e8e8 solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative;background: #FEB71F !important;border: 1px solid #FEB71F;border-radius: 3px;z-index: 1;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #212121; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #555;}
.example-val{font-size: 15px; font-weight: 700;}
.example-val span{font-weight: 500;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}

#search-filters {width: 95%; margin: 0 auto; background: #fff; margin-top: -35px; border-radius: 5px; padding: 30px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
#search-filters .flex-container {display: flex; gap: 30px;}
#search-filters .detailed-search {display: flex; align-items: center; justify-content: space-between; gap: 50px;}
#search-filters .search-row {width: 100%;}
#search-filters .wid90 {width: 100%;}
#search-filters .search-btn button {background: #FEB71F; color: #212121; border: 2px #FEB71F solid; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 40px; width: 160px; padding: 13px 0 10px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 14px;}
#search-filters .search-btn button:hover {background: #212121; border: 2px #212121 solid; color: #fff; transition: .5s;}

.list-content, .detail-wrapper {margin-top: 70px !important; margin-bottom: 120px !important;}
.list-top-section .list-title {padding-left: 0px !important;}
.list-top-section .list-listings-count, .list-content .price-container .price, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #FEB71F !important;}
.view-listing-details-link {background: #FEB71F !important; color: #212121 !important; font-weight: bold !important;}
.view-listing-details-link:hover {background: #000 !important; transition: .5s !important; color: #fff !important;}
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text, .list-content .list-container .request-a-quote-btn, .faceted-search-content .faceted-section-box .faceted-search {background: #212121 !important;}
.faceted-search-content .faceted-section-box .faceted-search:hover {background: #000 !important;}
.disclaimer span {font-size: 16px !important; line-height: 24px !important;}
.mobile-option-bar .mobile-option-bar-filter {color: #212121 !important;}


/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1150px) {
	.call-to {flex-wrap: wrap;}
	#inventory, #consign, #buy-now, #auctions {width: 49%;}
	.get-in-touch-wrapper {flex-wrap: wrap; padding: 35px 0 140px 0;}
	.get-in-touch-content, .get-in-touch-form {width: 100%;}
	.get-in-touch-form form, .consign-form form {width: 98.5%;}
	.get-in-touch-form {margin-top: 50px;}
	.get-in-touch-phone {margin-top: 30px;}
	.get-in-touch {clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 0% 100%);}
	footer {padding: 110px 0 40px 0;}
	footer ul {flex-wrap: wrap;}
}
@media only screen and (max-width: 1000px) {
	#hero {display: none;}
	.herosurround {background: url("/siteart/hero-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
	.hero-content {padding-bottom: 100px;}
	.hero-overlay {background: rgba(50, 26, 26, 0.65);}
}
@media only screen and (max-width: 950px) {
	#search-filters .detailed-search {flex-wrap: wrap; gap: 25px;}
	#search-filters .search-btn {width: 100%; text-align: center;}
	#search-filters .search-btn button {width: 220px;}
	.inventory-hero-content p {width: 100%;}
}
@media only screen and (max-width: 900px) {
	.map-contact {flex-wrap: wrap; justify-content: center;}
	.map-contact iframe {width: 100% !important;}
	.map-contact div {padding: 40px 0 35px 0; margin-left: 0px; width: 95%; margin: 0 auto;}
}
@media only screen and (max-width: 650px) {
	#search-filters .flex-container {gap: 25px; flex-wrap: wrap;}
}
@media only screen and (max-width: 600px) {
	.header-wrapper a span {display: none;}
	.header-wrapper {gap: 12px;}
	.header-wrapper a i {font-size: 17px;}
	.hero-buttons div, .hero-buttons button, .get-in-touch-form form .submitselect, .get-in-touch-form form .submit, #search-filters .search-btn button {width: 100%;}
	.hero-buttons button {padding: 15px 0;}
	.hero-buttons {flex-wrap: wrap;}
	#inventory, #consign, #buy-now, #auctions, .get-in-touch-form form {width: 100%;}
	.call-to button, .get-in-touch-form form .submitselect, .get-in-touch-form form .submit, #search-filters .search-btn button {padding: 15px 0 13px 0;}
	.scrolling-inventory a {margin-top: -60px; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); padding: 25px 0 25px 0; width: 100%; text-align: center;}
	.get-in-touch-form form tr, .consign-form form tr {gap: 12px; flex-wrap: wrap;}
	.get-in-touch-form form textarea, .get-in-touch-form form input, .consign-form form textarea, .consign-form form input {width: 97%; padding: 15px 0 15px 15px;}
	.get-in-touch {margin-top: 60px; clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 0% 100%);}
	.get-in-touch-wrapper {padding: 90px 0 190px 0;}
	footer {padding: 110px 0 40px 0;}
	.hero-content {padding-top: 70px;}
}
@media only screen and (max-width: 500px) {
	.get-in-touch-form form {width: 99%;}
	.map-contact div {padding: 50px 0 45px 0;}
}
@media only screen and (max-width: 400px) {
	.hero-content h1 {font-size: 45px; line-height: 45px;}
	.get-in-touch-content h2 {font-size: 35px; line-height: 35px;}
	.get-in-touch-phone h2 {font-size: 30px; line-height: 30px; width: 230px;}
	#search-filters {padding: 40px 20px 50px 20px;}
}
@media only screen and (max-width: 350px) {
	.get-in-touch-form form, .consign-form form {width: 98%;}
}




