﻿/***** 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; cursor: pointer !important;}
button:hover {cursor: pointer !important;}


hr{border:#000 1px solid;}
html {font-family: 'Barlow', sans-serif;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
#hero-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover; width: 95%; margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.hero-overlay {background: rgba(0,0,0,0.50);}
.hero-width {width: 95%; margin: 0 auto; padding: 220px 0 45px 0; display: flex; justify-content: space-between; align-items: end;}
.hero-width h1 {font-size: 70px; font-weight: 800; text-transform: uppercase; color: #fff; line-height: 75px; width: 700px;}
.hero-buttons {display: flex; gap: 15px; margin-top: 15px;}
.hero-buttons a:first-child button {background: #80FF00; width: 220px; padding: 10px 0 8px 0; font-size: 18px; font-weight: 600; text-transform: uppercase; border-radius: 30px; font-family: 'Barlow', sans-serif; color: #000; border: 2px #80FF00 solid;}
.hero-buttons a:last-child button {background: transparent; width: 220px; padding: 10px 0 8px 0; font-size: 18px; font-weight: 600; text-transform: uppercase; border-radius: 30px; font-family: 'Barlow', sans-serif; color: #fff; border: 2px #fff solid;}
.hero-buttons a:first-child button:hover, .hero-buttons a:last-child button:hover {background: transparent; border: 2px #80FF00 solid; color: #80FF00;}
.hero-socials i {color: #fff; font-size: 25px; margin-top: 10px;}
.hero-socials a:hover i {color: #80FF00; transition: .5s;}

.home-about {width: 90%; margin: 0 auto; margin-top: 80px;}
.home-about-width {width: 900px;}
.home-about-width h2 {font-size: 40px; line-height: 50px; text-transform: uppercase; margin-bottom: 10px;}
.home-about-width h2 span {color: #80F00 !important;}
.home-about-width p {font-size: 16px; line-height: 26px; margin-bottom: 8px;}
.home-about-width button {background: #80FF00; width: 220px; padding: 10px 0 8px 0; font-size: 18px; font-weight: 600; text-transform: uppercase; border-radius: 30px; font-family: 'Barlow', sans-serif; color: #000; border: 2px #80FF00 solid; margin-top: 25px;}
.home-about-width button:hover {background: #000; color: #fff; border: 2px #000 solid}

.home-callto {width: 90%; margin: 0 auto; margin-top: 80px; display: flex; justify-content: space-between; align-items: center; gap: 50px;}
.home-callto-imgs {width: 60%; display: flex; gap: 10px;}
.home-callto-content {width: 40%;}
.home-callto-content h2 {font-size: 40px; line-height: 50px; text-transform: uppercase; margin-bottom: 10px;}
.home-callto-content p {font-size: 16px; line-height: 26px; margin-bottom: 8px; color: #000;}
#buy {background: url("/siteart/Buy.jpg") no-repeat; background-position: center; background-size: cover; width: 100%;}
#sell {background: url("/siteart/Sell.jpg") no-repeat; background-position: center; background-size: cover; width: 100%;}
#appraisal {background: url("/siteart/Appraisal.jpg") no-repeat; background-position: center; background-size: cover; width: 100%;}
.home-callto-overlay {background: rgba(0,0,0,0.25); display: flex; align-items: flex-end; height: 350px;}
.home-callto-overlay h3 {background: #000; color: #fff; font-size: 25px; line-height: 25px; text-transform: uppercase; padding: 14px 0 10px 18px; width: 80%; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-bottom: 30px;}
.home-callto-content a:hover i {padding-left: 10px; transition: .5s;}
.home-callto-imgs a:hover h3 {background: #80FF00; color: #000;}
.home-callto-imgs a:hover .home-callto-overlay {background: rgba(0,0,0,0.60);}

.efficient-shipping {background: url("/siteart/efficient-shipping.jpg") no-repeat; background-position: center; background-size: cover; width: 90%; margin: 0 auto; margin-top: 80px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-bottom: 50px;}
.efficient-shipping > div {background: rgba(0,0,0,0.50);}
.efficient-shipping h2 {font-size: 40px; line-height: 50px; text-transform: uppercase; margin-bottom: 10px; color: #fff;}
.efficient-shipping button {background: #80FF00; width: 220px; padding: 10px 0 8px 0; font-size: 18px; font-weight: 600; text-transform: uppercase; border-radius: 30px; font-family: 'Barlow', sans-serif; color: #000; border: 2px #80FF00 solid; margin-top: 10px;}
.efficient-shipping button:hover {border: 2px #fff solid; background: none; color: #fff;}
.shipping-width {width: 65%; margin: 0 auto; padding: 60px 0 65px 0; text-align: center;}

/*---SELL---*/
.sell-hero {padding: 110px 0 80px 0 !important;}
.sell-hero h1 {text-align: center; margin: 0 auto; font-size: 60px; line-height: 65px; width: 800px; margin-bottom: 8px;}
.sell-hero p {color: #fff; font-size: 18px; text-align: center; width: 800px; margin: 0 auto; line-height: 28px;}
.sell-overlay {background: rgba(0,0,0,0.70);}
.sell-hero-bkgrd {box-shadow: none !important; background: url("/siteart/sell-hero.jpg") no-repeat !important; background-position: center!important; background-size: cover !important;}
.sell-hero hr {border: 3px #80FF00 solid; width: 80px; margin-bottom: 20px; margin-top: 5px;}

#we-sell {background: #F3F3F3; width: 95%; margin: 0 auto;}
#we-sell h2 {font-size: 40px; line-height: 50px; text-transform: uppercase; text-align: center; margin-bottom: 25px;}
.we-sell-width {width: 95%; margin: 0 auto; padding: 50px 0 80px 0;}
.we-sell-flex {display: flex; justify-content: center; flex-wrap: wrap; gap: 15px;}
.we-sell-flex > div {background: #fff; text-align: center; width: 25%; padding: 35px 0;}
.we-sell-flex h3 {text-transform: uppercase; font-size: 18px; width: 100%;}
.we-sell-flex i {color: #000; background: #80FF00; width: 50px; height: 50px; font-size: 20px; display: flex; justify-content: center; align-items: center; border-radius: 30px; margin-bottom: 15px;}
.we-sell-flex p {padding: 10px 25px 0px 25px; font-size: 14px; line-height: 22px; color: #A0A0A0;}
.we-sell-flex > div > div {display: flex; justify-content: center; margin-bottom: 8px;}

.contact-form hr {border: 3px #80FF00 solid; width: 50px; margin: 0px; margin-bottom: 15px;}
.contact-form h2 {font-size: 40px; line-height: 50px; text-transform: uppercase;}
.form-flex {width: 90%; margin: 0 auto; margin-top: 50px; margin-bottom: 130px; display: flex; justify-content: space-between; gap: 50px;}
.contact-sidebar {background: #F3F3F3; width: 400px;}
.contact-sidebar div {padding: 40px 25px;}
.contact-sidebar h3 {font-size: 35px; text-transform: uppercase; line-height: 40px;}
.contact-sidebar li a {font-size: 16px; color: #000; line-height: 26px; border-bottom: 1px transparent solid;}
.contact-sidebar li {display: flex; align-items: center; gap: 10px; margin-bottom: 12px;}
.contact-sidebar i {color: #000; background: #80FF00; font-size: 18px; width: 35px; height: 35px; display: flex; justify-content: center; align-items: center;}
.contact-sidebar li a:hover {border-bottom: 1px #000 solid;}
.contact-sidebar p {font-size: 16px; line-height: 24px; margin-bottom: 20px; margin-top: 5px;}

/*---APPRAISAL---*/
.appraisal-hero-bkgrd {box-shadow: none !important; background: url("/siteart/appraisal-hero.jpg") no-repeat !important; background-position: center!important; background-size: cover !important;}

/*---APPRAISAL---*/
.contact-hero-bkgrd {box-shadow: none !important; background: url("/siteart/contact-hero.jpg") no-repeat !important; background-position: center!important; background-size: cover !important;}

/*---THANK YOU---*/
.sell-hero button{background: #80FF00; width: 220px; padding: 10px 0 8px 0; font-size: 18px; font-weight: 600; text-transform: uppercase; border-radius: 30px; font-family: 'Barlow', sans-serif; color: #000; border: 2px #80FF00 solid; margin-top: 25px;}
.sell-hero a {text-align: center; display: flex; justify-content: center;}
.thankyou-hero {margin-bottom: 30px;}

/*--------FORM STYLES--------------------*/
.contact-form {width: 70%;}
.contact-form p {font-size: 16px; line-height: 26px;}
.contact-form i {color: #006699;}
.contact-form li {line-height: 25px;}
.contact-form tr {display: flex; gap: 30px;}
.contact-form td {width: 100%; color: #007D61 !important;}
.contact-form input {width: 100%;}
.contact-form input {padding: 11px 0px 11px 16px; margin-bottom: 8px; font-family: 'inter-variable', sans-serif; border: 1px rgba(202,202,202,0.50) solid; font-size: 14px;}
.contact-form .select {width: 50.35%;}
.contact-form select {width: 100%; padding: 14px 0px 11px 16px; margin-bottom: 8px; font-size: 15px; font-family: 'inter-variable', sans-serif; border: 1px rgba(202,202,202,0.50) solid; color: #868686;}
.contact-form textarea {width: 100%; font-family: 'inter-variable', sans-serif; padding: 11px 0px 11px 16px; border: 1px rgba(202,202,202,0.50) solid; font-size: 14px;}
.contact-form .captcha-selected {margin-top: 55px; width: 100%;}
.contact-form .CaptchaAnswerPanel input, .service-form .submit, .service-form .reset {width: 200px !important;}
.contact-form .CaptchaWhatsThisPanel a {color: #212121 !important; font-family: 'inter-variable', sans-serif; font-size: 15px; font-weight: 600;}
.contact-form .CaptchaWhatsThisPanel a:hover {cursor: pointer; border-bottom: #212121 2px solid;}
.contact-form .CaptchaMessagePanel {font-weight: 300; font-family: 'inter-variable', sans-serif; font-size: 15px; color: #000;}
.contact-form .submit, .service-form .reset {background: #80FF00; width: 220px; padding: 10px 0 8px 0; font-size: 18px; font-weight: 600; text-transform: uppercase; border-radius: 30px; font-family: 'Barlow', sans-serif; color: #000; border: 2px #80FF00 solid; margin-top: 10px;}
.contact-form .submit:hover, .service-form .reset:hover {background: #000; color: #fff; cursor: pointer !important; border: 2px #000 solid;}
.margin-top-send {margin-top: 13px;}
.captcha-selected {display: flex; justify-content: center;}
.contact-form .submitselect {background: #80FF00; width: 220px; padding: 10px 0 8px 0; font-size: 18px; font-weight: 600; text-transform: uppercase; border-radius: 30px; font-family: 'Barlow', sans-serif; color: #000; border: 2px #80FF00 solid; margin-top: 25px; display: flex; justify-content: center;}
.contact-form .submitselect:hover {background: #000; color: #fff; border: 2px #000 solid}
.contact-form .captcha {display: flex; justify-content: center; gap: 12px;}
.contact-form .captcha-selected {width: 100%; margin: 0 auto !important; margin-top: 11px !important;}
.contact-form .form-form {width: 97% !important; margin-top: 20px;}
.contact-form .form-form p {color: #272727; font-size: 16px; line-height: 24px; margin-bottom: 8px;}
.contact-form .sub-header h2 {font-weight: 600; font-size: 20px; padding-bottom: 10px; padding-top: 20px;}
.contact-form h3 {padding-top: 2px;}
.contact-form label {font-family: 'oswald', sans-serif; text-transform: uppercase; font-size: 26px; color: #006699; font-weight: bold; line-height: 28px;}
.form-bkgrd {background: url("/siteart/about-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.form-white {background: #fff; width: 85%; margin: 0 auto; border-radius: 10px; margin-bottom: 90px;}
.tr-three {gap: 30px !important; width: 100%;}

/*-------- FOOTER STYLES ----------------*/
footer {background: #000; position: relative; margin-top: -65px;}
footer > div {display: flex; justify-content: space-between; width: 90%; margin: 0 auto; padding: 50px 0;}
footer p {color: #fff; text-transform: uppercase; font-weight: 800; font-size: 18px; margin-bottom: 15px;}
footer li {color: #fff; text-transform: uppercase; font-size: 16px; font-weight: 600; margin-bottom: 8px; line-height: 26px;}
footer li a {font-weight: 300 !important; color: #fff;}
footer li a:hover {color: #80FF00;}
.footer-links {display: flex; gap: 100px;}
.footer-buttons {width: 220px; margin-top: 162px;}
.footer-buttons button {background: none; width: 220px; padding: 10px 0 8px 0; font-size: 16px; font-weight: 600; text-transform: uppercase; border-radius: 30px; font-family: 'Barlow', sans-serif; color: #fff; border: 2px #fff solid; margin-top: 10px;}
.footer-buttons button:hover {background: #80FF00; border: 2px #80FF00 solid; color: #000;}
.footer-socials {display: flex; gap: 10px; margin-top: 20px;}
.footer-socials a i {color: #fff; font-size: 25px;}
.footer-socials a:hover i {color: #80FF00; transition: .5s;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
#inv-header {display: flex; justify-content: center; gap: 15px; margin: 15px 0 20px;flex-wrap: wrap;}
#inv-header button {background: none; width: 220px; padding: 10px 0 8px 0; font-size: 16px; font-weight: 600; text-transform: uppercase; border-radius: 30px; font-family: 'Barlow', sans-serif; color: #000; border: 2px #000 solid;}
.list-top-section .list-listings-count, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #000 !important;}
#inv-header button:hover {background: #000; border: 2px #000 solid; color: #fff;}
.faceted-search-content .faceted-section-box .faceted-search {background: #000 !important;}
.disclaimer span {font-family: 'Barlow', sans-serif !important; font-size: 16px !important; line-height: 26px !important;}
.detail-wrapper {margin-top: 30px !important; margin-bottom: 50px !important;}
.auctionscomhdev-88jlbf, .faceted-search-content .selected-facets-container .selected-facet {background: #80FF00 !important; color: #000 !important; font-family: 'Barlow', sans-serif !important;}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
	.we-sell-flex > div {width: 30%;}
}
@media only screen and (max-width: 1350px) {
	.contact-form {width: 65%;}
}
@media only screen and (max-width: 1240px) {
	.hero-width h1 {font-size: 65px; line-height: 70px;}
	.hero-buttons a:first-child button, .hero-buttons a:last-child button {font-size: 17px; line-height: 17px;}
	.home-callto-overlay {height: 300px;}
	.home-callto-content h2 {font-size: 35px; line-height: 45px;}
	.home-callto-overlay h3 {font-size: 22px; line-height: 22px;}
	.footer-links {gap: 60px;}
	#inv-header {width: 95%; margin: 0 auto; margin-top: 15px; margin-bottom: 20px; flex-wrap: wrap;}
	.sell-hero h1 {font-size: 60px; line-height: 65px;}
}
@media only screen and (max-width: 1200px) {
	.contact-sidebar i {font-size: 16px; width: 30px; height: 30px;}
}
@media only screen and (max-width: 1050px) {
	#hero-bkgrd {width: 100%;}
	.hero-width h1 {font-size: 60px; line-height: 65px;}
	.hero-buttons a:first-child button, .hero-buttons a:last-child button, .home-about-width button, .efficient-shipping button, .contact-form .submitselect, .contact-form .submit, .service-form .reset, .sell-hero button {font-size: 16px; line-height: 16px;}
	.home-about, .home-callto, .efficient-shipping {width: 95%;}
	.home-about-width {width: 100%;}
	.home-callto-content h2, .efficient-shipping h2 {font-size: 30px; line-height: 40px;}
	.contact-form h2 {font-size: 30px; line-height: 35px;}
	.hone-callto-overlay h3 {font-size: 20px; line-height: 20px;}
	footer > div {width: 95%;}
	#inv-header {gap: 10px; flex-wrap: wrap;}
	#inv-header div {width: 220px;}
	.contact-form {width: 100%;}
	.form-flex {flex-wrap: wrap; width: 95%;}
	.contact-sidebar {width: 100%;}
	.contact-form p {margin-top: 5px;}
	.contact-sidebar h3 {font-size: 30px; line-height: 35px;}
	#we-sell {width: 100%;}
	.thankyou-hero {margin-bottom: 0px;}
	.hero-socials {display: none;}
}
@media only screen and (max-width: 1000px) {
	.home-callto {flex-wrap: wrap;}
	.home-callto-imgs, .home-callto-content {width: 100%;}
	.home-callto-overlay {height: 350px;}
}
@media only screen and (max-width: 900px) {
	footer > div {flex-wrap: wrap; gap: 30px;}
	footer > div > div {width: 100%;}
	.sell-hero h1, .sell-hero p {width: 100% !important;}
	.we-sell-flex > div {width: 45%;}
}
@media only screen and (max-width: 800px) {
	.hero-width h1 {font-size: 55px; line-height: 60px; width: 600px;}
	.hero-width {padding: 200px 0 40px 0;}
	.sell-hero {padding: 90px 0 70px 0 !important;}
}
@media only screen and (max-width: 650px) {
	.hero-width h1 {width: 100%;}
	.home-callto-overlay {height: 300px;}
	.home-callto-overlay h3 {font-size: 20px; line-height: 20px;}
	.shipping-width {width: 80%;}
	.we-sell-flex > div {width: 48%;}
}
@media only screen and (max-width: 600px) {
	.hero-width h1 {font-size: 50px; line-height: 55px;}
	.hero-width {padding: 180px 0 40px 0;}
	.home-about-width h2 {font-size: 35px; line-height: 45px;}
	.home-callto-overlay h3 {font-size: 18px; line-height: 18px;}
	.home-callto-imgs {gap: 8px;}
/*
	.we-sell-flex h3 {font-size: 16px;}
	.we-sell-flex p {font-size: 12px; line-height: 20px; padding: 8px 25px 0 25px;}
	.we-sell-flex i {width: 45px; height: 45px; font-size: 18px; margin-bottom: 10px;}
*/
	.we-sell-flex > div {width: 80%;}
}
@media only screen and (max-width: 550px) {
	.home-callto-overlay {height: 250px;}
	.home-callto-overlay h3 {padding: 14px 0 10px 15px;}
	.shipping-width {width: 90%;}
}
@media only screen and (max-width: 500px) {
	.hero-buttons a, .hero-buttons button {width: 100% !important;}
	.home-callto-overlay h3 {padding: 14px 0 10px 12px;}
	.footer-links {gap: 10px; justify-content: space-between;}
}
@media only screen and (max-width: 450px) {
	.home-about-width h2 {font-size: 30px; line-height: 40px;}
	.home-callto-content h2, .efficient-shipping h2 {font-size: 25px; line-height: 35px;}
	.home-callto-imgs {flex-wrap: wrap;}
	.home-callto-overlay h3 {font-size: 20px; line-height: 20px; padding: 18px 0 14px 20px;}
	#appraisal {background: url("/siteart/Appraisal.jpg") no-repeat; background-position: 0 -60px; background-size: cover; width: 100%;}
	.contact-form tr {flex-wrap: wrap; gap: 0px;}
	.contact-form .form-form {width: 96% !important;}
	.hero-width h1 {font-size: 45px; line-height: 50px;}
	.sell-hero p {font-size: 16px; line-height: 26px;}
	.we-sell-flex > div {width: 95%;}
}
@media only screen and (max-width: 400px) {
	.footer-links {flex-wrap: wrap;}
	.footer-buttons {width: 100%; margin: 0px;}
	.contact-form .form-form {width: 95% !important;}
	.contact-sidebar div {padding: 40px 15px;}
}
@media only screen and (max-width: 350px) {
	.hero-buttons {flex-wrap: wrap;}
	.hero-buttons button, .home-about-width button, .efficient-shipping button, .contact-form .submitselect, .contact-form .submit, .service-form .reset, .sell-hero button {font-size: 14px !important;}
	.hero-width h1 {font-size: 45px; line-height: 50px;}
	.hero-width {padding: 160px 0 40px 0;}
	.home-about-width h2 {font-size: 25px; line-height: 35px;}
	.home-about-width p {font-size: 14px; line-height: 24px;}
	.home-about-width button {width: 100%; margin-top: 20px;}
	.efficient-shipping button, .contact-form .submitselect, .contact-form .submit, .service-form .reset, .sell-hero button {width: 100%;}
	.home-callto-content h2, .efficient-shipping h2 {font-size: 22px; line-height: 32px;}
	.home-callto-content p {font-size: 14px; line-height: 24px;}
	.home-callto-overlay h3 {font-size: 18px; line-height: 18px; padding: 18px 0 14px 15px;}
	footer p {font-size: 16px;}
	footer li {font-size: 14px; line-height: 24px;}
	.footer-buttons button {font-size: 14px; width: 100%;}
	#inv-header div {width: 100%;}
	#inv-header button {font-size: 14px;}
	#inv-header {gap: 8px;}
	#inv-header button, #inv-header div {width: 100%;}
	.contact-form p, .contact-sidebar p, .contact-sidebar li a {font-size: 14px; line-height: 24px;}
	.contact-form .form-form {width: 100% !important;}
	.contact-form input, .contact-form textarea {width: 94.5% !important;}
	.hero-width h1 {font-size: 40px; line-height: 45px;}
	.sell-hero {padding: 90px 0 70px 0 !important;}
	.contact-sidebar h3 {font-size: 25px; line-height: 30px;}
	.we-sell-flex p {padding: 10px 20px 0 20px;}
}
@media only screen and (max-width: 300px) {
	.hero-width {padding: 140px 0 40px 0;}
	#appraisal {background: url("/siteart/Appraisal.jpg") no-repeat; background-position: 0 -40px; background-size: cover; width: 100%;}
	.contact-form h2 {font-size: 25px; line-height: 30px;}
	.contact-form input, .contact-form textarea {width: 94% !important;}
	.hero-width h1 {font-size: 35px; line-height: 40px;}
	.contact-sidebar div {padding: 40px 8px;}
}