﻿/***** 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: 'Aileron', sans-serif;}

/*--- HEADER STYLES ---------------------*/
header {}




/*---BODY--------------------------------*/
/*---DEFAULT---*/
.summers-home {width: 96%; margin: 0 auto; border-radius: 20px; margin-top: 25px;}
.hero-overlay {background: linear-gradient(to right, rgba(200,200,200,0.8), rgba(200,200,200,0.75), rgba(200,200,200,0.2)), url("/siteart/Website1.jpg") no-repeat; background-size: cover; background-position: left; border-radius: 12px; display: flex; justify-content: space-between; align-items: flex-end;}
.hero-content {width: 507px; padding: 70px 0 100px 55px;}
.summers-home h1 {font-size: 36px; line-height: 39px;}
.summers-home span {font-size: 36px; line-height: 39px; font-weight: 700;}
.summers-home p {font-size: 15px; line-height: 21px; margin-bottom: 18px; margin-top: 18px;}
.summers-home #searchBar .keyword-wrapper {font-family: 'Aileron', sans-serif; padding: 7px 0 7px 12px; width: 400px; font-size: 13.5px; border: none;}
.summers-home #searchBar button {background: transparent; border: none; color: #fff; font-size: 28px;}
.summers-home #searchBar button:hover {color: #583A3D;}
.detailed-search {display: flex; text-align: center; gap: 6px;}
.auction-button button {background: #2f2f2f; border: none; border-radius: 20px; width: 180px; padding: 10px 0; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; font-family: 'Aileron', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: .5px; margin-top: 30px;}
.auction-button button:hover {background: #583A3D;}
.facebook-icon i {color: #fff; font-size: 35px; padding-right: 28px; padding-bottom: 20px;}
.facebook-icon i:hover {color: #583A3D;}

.about-summers {display: flex; justify-content: space-between; width: 90%; margin: 0 auto; margin-top: 45px; gap: 5%;}
.about-summers p {font-size: 15px; line-height: 21px; margin-bottom: 12px;}
.contact-button button {background: #2f2f2f; border: none; border-radius: 20px; width: 180px; padding: 10px 0; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; font-family: 'Aileron', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: .5px; margin-top: 30px;}
.contact-button button:hover {background: #583A3D;}
.auction-sites {display: flex; align-items: center; gap: 40px;}
.about-summers h2 {font-size: 28px; margin-bottom: 16px;}
.about-summers h2 span {font-family: 'filmotype-lacrosse', sans-serif; font-size: 29px; font-weight: 300; line-height: 27px;}
.about-phone-number a {color: #2f2f2f; font-family: 'Aileron', sans-serif; font-weight: 700;}
.about-phone-number {margin-top: 15px;}
.auction-sites {width: 90%;}
.auction-sites div {width: 50%;}
.auction-sites img {width: 100%;}

.upcoming-auctions {margin-top: 65px;}
.upcoming-auctions h2 {text-align: center; font-size: 28px; margin-bottom: 16px;}
.upcoming-auctions-bkgrd {background: url("/siteart/upcoming-auctions-bkgrd.jpg") no-repeat; background-size: cover; background-position: center; border-radius: 12px; width: 96%; margin: 0 auto;}
.upcoming-auctions-wrapper {width: 98%; margin: 0 auto; padding: 45px 0 117px 0; display: flex; gap: 18px; flex-wrap: wrap; justify-content: center;}
.auction {width: 85%; display: flex; justify-content: space-between; margin: 0 auto; padding: 12px 0 17px 0; align-items: center;}
.auction h3 {font-size: 31px; line-height: 24px; letter-spacing: .5px; margin-bottom: 15px;}
.auction h3 span {font-family: 'filmotype-lacrosse', sans-serif; font-size: 20px; font-weight: 300;}
.auction-width {width: 550px;  border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; background: #fff;}
.auction p {font-size: 14px; margin-bottom: 6px;}
.auction-details {display: flex; gap: 35px;}
.auction-details hr {opacity: 10%;}
.auction-details p {font-weight: 600; text-align: center; line-height: 19px; padding-top: 18px;}
.auction-details a {display: flex; justify-content: center; margin-bottom: 20px;}
.auction-details button {border-radius: 20px; width: 155px; padding: 10px 0; color: #fff; background: #583A3D; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: none; font-family: 'Aileron', sans-serif; font-weight: 500; font-size: 12px; letter-spacing: .5px; margin-top: 7px;}
.auction-details button:hover {background: #2f2f2f;}

/*---CONTACT---*/
.contact-hero {background: url("/siteart/contact-hero.jpg") no-repeat; background-size: cover; background-position: left; border-radius: 12px; display: flex; justify-content: space-between; align-items: flex-end;}
.contact-wrapper {width: 90%; margin: 0 auto; margin-top: 45px;}
.contact-wrapper h2, .contact-contact h2 {font-size: 28px; margin-bottom: 16px;}
.contact-wrapper h2 span, .contact-contact h2 span {font-family: 'filmotype-lacrosse', sans-serif; font-size: 29px; font-weight: 300; line-height: 27px;}
.contact-form-width {width: 75%;}
.contact-contact {margin-top: 40px;}
.contact-contact a {color: #2f2f2f; line-height: 30px; font-weight: 600; font-size: 16px;}
.contact-contact a:hover {color: #583A3D;}
.contact-map {display: flex; justify-content: space-between; margin-top: 50px; width: 90%; margin: 0 auto;}
.contact-iframe {width: 90%; margin: 0 auto; margin-top: 25px;}
.contact-iframe iframe {border-radius: 20px !important;}
.auction-contact button {margin-top: 8px !important;}
.hero-contact {padding: 85px 0 107px 55px !important; width: 450px !important;}

/*---GALLERY---*/
.gallery-hero {background: linear-gradient(to right, rgba(200,200,200,0.8), rgba(200,200,200,0.75), rgba(200,200,200,0.2)), url("/siteart/slideshow/IMG_4922.jpg"); background-size: cover; background-position: 50% 65%; border-radius: 12px; display: flex; justify-content: space-between; align-items: flex-end;}
.hero-gallery {padding: 70px 0 100px 55px; width: 450px;}
.less-sky {object-position: 50% 80% !important;}

/*---galleryscript.js---*/
.gallery-wrapper {position: relative; width: 100%; padding: 50px max(2%, calc(50% - 1000px)); box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; }
.indi-media {display: flex; flex-direction: column; align-items: center; justify-content: center; width: 48%;
	margin: .25% .25% calc(.25% - 4px) .25%;}
.indi-media img {width: 100%; height: 25vw; max-height: 580px; object-fit: cover; object-position: center; position: relative; z-index: 2; cursor: pointer;}
.indi-media .img-wrapper {position: relative; width: 100%;}
.img-overlay {background: rgba(0,0,0,0.7); width: 100%; height: calc(100% - 10px); /* 100% - .img-wrapper img's margin-bottom */ position: absolute; z-index: 3; top: 0; left: 0; display: flex; justify-content: center; align-items: center; opacity: 0; pointer-events: none;}
.img-overlay i {color: #fff; font-size: 3em;}
.openDiv {background: rgba(0,0,0,0.7); width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; z-index: 1200; /* Removes blue highlight */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding-top: 100px; box-sizing: border-box;}
.openDiv img {z-index: 2; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);margin: 0 12px; width: min(90%, 1500px); height: auto; max-height: 90%; object-fit: contain; object-position: center; box-sizing: border-box; }
.nextButton, .prevButton, .closeBtn { position: absolute; z-index: 3; color: #fff; background: #000; min-height: 50px; min-width: 50px; display: flex; justify-content: center; align-items: center; text-align: center; border: none; font-size: 2em; transition: opacity 0.2s;}
.nextButton:hover, .prevButton:hover, .closeBtn:hover {opacity: 0.7; cursor: pointer;}
.nextButton, .prevButton {top: 50%; transform: translateY(-50%);}
.nextButton {right: max(10px, calc(50vw - 800px));}
.prevButton {left: max(10px, calc(50vw - 800px));}
.closeBtn {top: 15px; right: 15px;}


/*---THANK YOU---*/
.thank-you p {font-size: 15px; line-height: 21px;}
.thank-you button {background: #2f2f2f; border: none; border-radius: 20px; width: 180px; padding: 10px 0; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; font-family: 'Aileron', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: .5px; margin-bottom: 30px; margin-top: 10px;}
.thank-you button:hover {background: #583A3D;}

/*---CONSIGNMENT---*/
.contact-wrapper select {width: 102.5% !important;}

.consignment-overlay {background: linear-gradient(to right, rgba(200,200,200,0.8), rgba(200,200,200,0.75), rgba(200,200,200,0.2)), url("/siteart/Website 3.jpg") no-repeat; background-size: cover; background-position: left; border-radius: 12px; display: flex; justify-content: space-between; align-items: flex-end; }

/*--------FORM STYLES--------------------*/
.contact-wrapper tr {display: flex; gap: 26px;}
.contact-wrapper td {width: 100%;}
.contact-wrapper input {width: 99%;}
.contact-wrapper input {padding: 8px 0px 8px 15px; margin-bottom: 8px;}
.form-p {padding-bottom: 8px; font-size: 15px;}
.contact-wrapper .select {width: 50.35%;}
.contact-wrapper select {width: 100%; padding: 8px 0px 8px 12px; margin-bottom: 8px;}
.contact-wrapper textarea {width: 100%; font-family: 'Arial', sans-serif; padding: 8px 0px 8px 12px;}
.contact-wrapper .submitselect:hover {background: #2c2c2c;}
.contact-wrapper .captcha-selected {margin-top: 55px; width: 100%;}
.contact-wrapper .CaptchaAnswerPanel input, .contact-wrapper .submit, .contact-wrapper .reset {width: 200px !important;}
.contact-wrapper .CaptchaWhatsThisPanel a {color: #2f2f2f !important; font-family: 'Aileron', sans-serif; font-size: 15px; font-weight: 600;}
.contact-wrapper .CaptchaWhatsThisPanel a:hover {cursor: pointer; border-bottom: #2f2f2f 2px solid;}
.contact-wrapper .CaptchaMessagePanel {font-weight: 600; font-family: 'Aileron', sans-serif; font-size: 15px; color: #2f2f2f;}
.contact-wrapper .submit, .contact-wrapper .reset {width: 175px !important; padding: 8px 0;font-family: 'Aileron', sans-serif; color: #fff; background: #2f2f2f; border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: none; font-weight: 600; font-size: 14px;}
.contact-wrapper .submit:hover, .contact-wrapper .reset:hover {background: #583A3D !important; color: #fff; cursor: pointer;}
.margin-top-send {margin-top: 13px;}
.contact-wrapper .service-radio input {width: 2%;}
.contact-wrapper .service-radio label {margin-right: 15px;}
.contact-wrapper .service-radio p {margin-bottom: 4px;}
.captcha-selected {display: flex; justify-content: center;}
.contact-wrapper .submitselect {width: 155px; padding: 8px 0; font-family: 'Aileron', sans-serif; color: #fff; background: #2f2f2f; border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; display: block; text-align: center; font-weight: 600; font-size: 15px; letter-spacing: .5px; margin-bottom: 20px;}
.contact-wrapper .submitselect:hover {background: #583A3D !important; color: #fff; cursor: pointer;}
.contact-wrapper .captcha {display: flex; justify-content: center; gap: 12px;}

.contact-wrapper .captcha-selected {width: 45%; margin: 0 auto !important; margin-top: 11px !important;}



/*-------- FOOTER STYLES ----------------*/
.footer {background: rgba(217,217,217,0.78); box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.footer-width {width: 90%; margin: 0 auto; display: flex; justify-content: space-between; padding-top: 30px; padding-bottom: 50px;}
.footer img {width: 230px;}
.footer-contact a {font-size: 14px; color: #636363; line-height: 26px;}
.footer-contact {margin-top: 10px;}
.footer-links h4 {color: #2f2f2f; font-size: 16px; margin-bottom: 13px; margin-top: 22px;}
.footer-links a {font-size: 14px; color: #636363; line-height: 28px;}
.footer a:hover {color: #583A3D;}

.hosted-by {text-align: center;}
.hosted-by h5 {color: #2f2f2f; font-size: 12px; padding: 20px 0 14px 0; font-weight: 500;}

.footer-facebook-icon i {color: #2f2f2f; font-size: 16px;}
.footer-facebook-icon i:hover {color: #583A3D;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inventory-overlay {background: linear-gradient(to right, rgba(200,200,200,0.8), rgba(200,200,200,0.75), rgba(200,200,200,0.2)), url("/siteart/Website 2.jpg") no-repeat; background-size: cover; background-position: left; border-radius: 12px; display: flex; justify-content: space-between; align-items: flex-end;}
.list-content {margin-top: 45px !important;}
.list-top-section .list-title .list-title-text, .list-top-section .list-title .list-listings-count, .list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count, .bold, .list-top-section .list-sort-order .sort-by-dropdown-container, .list-content .media-buttons .print-this, .list-content .media-buttons .email-this, .faceted-search-content .selected-facets-container .selected-header strong, .faceted-search-content .selected-facets-container .selected-header .filter-clear-all, .list-content .list-error-container .info, .faceted-search-content .faceted-section-head .faceted-section-title, .mobile-option-bar .mobile-option-bar-filter span, .mobile-option-bar .mobile-option-bar-options .mobile-options-group .option-bar-option span, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button)    {font-family: 'Aileron', sans-serif !important;}
.list-top-section .list-title .list-listings-count, .list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count, .mobile-option-bar .mobile-option-bar-filter span, .mobile-option-bar .mobile-option-bar-filter i {color: #583A3D !important;}
.list-top-section .list-listings-count {color: #583A3D!important;}
.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button) {background: #583A3D !important;}
.faceted-search-content .selected-facets-container .selected-facet:hover, .list-content .list-error-container .info button:not(.login-button):hover {background: #2f2f2f !important;}


/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
	.auction-sites {flex-wrap: wrap; justify-content: center; gap: 0px;}
	.auction-sites div {width: 280px;}
	.auction-time-logo {margin-top: -108px;}
	.thank-you-auctions .auction-sites div {width: 300px;}
	.thank-you-auctions .auction-time-logo {margin-top: -20px;}
	.contact-wrapper select {width: 103% !important;}
}
@media only screen and (max-width: 1290px) {
	.summers-home {margin-top: 15px;}
	.contact-wrapper select {width: 103.5% !important;}
	}
@media only screen and (max-width: 1150px) {
	.summers-home {margin-top: 12px !important;}
	.hero-overlay {background: linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0.2)), url("/siteart/Website1.jpg") no-repeat; background-size: cover; background-position: center;}
	.contact-hero {background: url("/siteart/contact-mobile-hero.jpg") no-repeat; background-size: cover; background-position: center;}
	.inventory-hero {background: url("/siteart/mobile-inventory-hero.jpg") no-repeat !important; background-size: cover !important; background-position: center;}
	.hero-content {width: 90% !important; padding: 70px 0 100px 0px; margin: 0 auto; text-align: center;}
	.contact-hero .hero-content {width: 90% !important;}
	.summers-home p {width: 70%; margin: 0 auto; margin-top: 18px; margin-bottom: 18px;}
	.facebook-icon {display: none;}
	.detailed-search {justify-content: center;}
	.summers-home #searchBar button {font-size: 26px;}
	.upcoming-auctions-wrapper {display: flex; justify-content: center;}
	.contact-form-width {width: 100%;}
	.contact-wrapper .captcha-selected {width: 50%;}
	.hero-contact {padding: 85px 0 107px 0px !important;}
	.contact-wrapper select {width: 102.5% !important;}
}
@media only screen and (max-width: 1120px) {
	.auction-sites div {width: 88%;}
	.contact-wrapper select {width: 102.8% !important;}
}
@media only screen and (max-width: 1080px) {
	.auction-sites {width: 100%;}
	.contact-wrapper select {width: 103% !important;}
}
@media only screen and (max-width: 1069px) {
	.auction-time-logo {margin-top: -140px;}
}
@media only screen and (max-width: 900px) {
	.about-summers {flex-wrap: wrap;}
	.auction-time-logo {margin-top: 0px;}
	.auction-sites div {width: 40%;}
	.auction-sites {justify-content: space-around; margin-top: 60px;}
	.upcoming-auctions-wrapper {padding: 45px 0 200px 0;}
	.thank-you-auctions .auction-time-logo {margin-top: -6px;}
	.thank-you-auctions .auction-sites div {width: 350px;}
	.contact-wrapper select {width: 103.8% !important;}
}
@media only screen and (max-width: 800px) {
	.summers-home p {width: 85%;}
	.contact-wrapper select {width: 104.5% !important;}
}
@media only screen and (max-width: 777px) {
	.thank-you-auctions .auction-time-logo {margin-top: 10px;}
	.thank-you-auctions .auction-sites {margin-top: 40px;}
}
@media only screen and (max-width: 720px) {
	.contact-wrapper .captcha-selected {width: 83%;}
	.contact-wrapper select {width: 105% !important;}
}
@media only screen and (max-width: 650px) {
	.auction-sites {justify-content: space-between;}
	.auction-sites div {width: 46%;}
	.auction-width {width: 100%;}
	.thank-you-auctions .auction-sites {justify-content: center;}
	.contact-wrapper select {width: 105.5% !important;}
}
@media only screen and (max-width: 600px) {
	.summers-home p {width: 100%; margin-top: 20px; margin-bottom: 27px;}
	.summers-home {width: 100%;}
	.auction-button button {margin-top: 140px; width: 100%; padding: 12px 0; background: #583A3D;}
	.auction-button button:hover {background: #2f2f2f;}
	.hero-content {padding: 94px 0 67px 0;}
	.summers-home #searchBar .keyword-wrapper {width: 100%;}
	.contact-button button {width: 100%; padding: 12px 0; margin-top: 45px;}
	.auction-sites {margin-top: 77px; margin-bottom: 21px;}
	.auction {flex-wrap: wrap; padding: 16px 0 6px 0;}
	.auction-details {width: 100%; flex-wrap: wrap; gap: 0px;}
	.auction-details hr {display: none;}
	.auction-details div {width: 100%;}
	.auction-details div p {display: none;}
	.auction-details button {width: 100%; padding: 12px 0; margin-top: 12px;}
	.upcoming-auctions-wrapper {padding: 25px 0 200px 0;}
	.contact-wrapper .submitselect {width: 100%; padding: 12px 0;}
	.contact-wrapper textarea {width: 97%;}
	.contact-wrapper tr {flex-wrap: wrap;}
	.contact-wrapper tr {gap: 0px;}
	.contact-wrapper input {padding: 10px 0px 10px 15px; width: 96%;}
	.contact-wrapper textarea {padding: 10px 0 10px 12px;}
	.thank-you button {width: 100%; padding: 12px 0;}
	.contact-wrapper select {width: 99.5% !important;}
}
@media only screen and (max-width: 520px) {
	.contact-wrapper .captcha-selected {width: 100%;}
	.contact-wrapper select {width: 100% !important;}
}
@media only screen and (max-width: 500px) {
	.footer-width {flex-wrap: wrap;}
	.footer-links {width: 100%; margin-top: 30px;}
	.contact-wrapper select {width: 100.3% !important;}
}
@media only screen and (max-width: 430px) {
	.contact-wrapper .captcha {flex-wrap: wrap; gap: 5px;}
	.contact-wrapper .submit, .contact-wrapper .reset {width: 100% !important; padding: 12px 0;}
	.contact-wrapper select {width: 101% !important;}
}
@media only screen and (max-width: 420px) {
	.contact-wrapper input {width: 93.5%;}
	.contact-wrapper textarea {width: 95%;}
	.contact-wrapper select {width: 98.5% !important;}
}
@media only screen and (max-width: 400px) {
	.auction-sites div { width: 100%;}
	.auction-sites {justify-content: center; gap: 35px; margin-top: 80px; margin-bottom: 40px;}
	.about-summers h2, .upcoming-auctions h2, .auction h3  {font-size: 25px;}
	.about-summers h2 span {font-size: 25px;}
	.upcoming-auctions h2 {width: 90%; margin: 0 auto; margin-bottom: 16px;}
	.auction h3 span {font-size: 17px;}
	.auction h3 {line-height: 22px;}
	.summers-home h1 {font-size: 30px; line-height: 33px;}
	.thank-you-auctions .auction-sites {gap: 0px; margin-bottom: 0px;}
	.contact-wrapper select {width: 99% !important;}
}
@media only screen and (max-width: 330px) {
	.summers-home {margin-top: 3px !important;}
	.summers-home #searchBar button {font-size: 20px;}
	.summers-home h1 {font-size: 27px;}
	.contact-wrapper select {width: 99.8% !important;}
}
@media only screen and (max-width: 300px) {
	.summers-home h1 {font-size: 25px; line-height: 31px;}
	.contact-wrappper select {width: 100.5% !important;}
}
@media only screen and (max-width: 270px) {
	.footer img {width: 100%;}
	.contact-wrapper select {width: 101.5% !important;}
}





