@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap);html.aw-theme-active{--bg:#f8f8f6;--surface:#ffffff;--heading:#272526;--text:#666460;--border:#e4e2de;--link:#e8a020;--gold:#e8a020;--topbar-phone:#e8a020;--topbar-social:#e8a020;--nav-bg:#272526;--nav-border:#e8a020;--topbar-bg:#1a1819;--nav-link:rgba(255, 255, 255, 0.8);--nav-link-active:#ffffff;--nav-auth:rgba(255, 255, 255, 0.55);--nav-auth-hover:rgba(255, 255, 255, 0.85);--toggle-border:rgba(255, 255, 255, 0.3);--toggle-bar:#ffffff;--nav-dropdown-border:rgba(255, 255, 255, 0.12);--nav-dropdown-link:rgba(255, 255, 255, 0.75);--nav-dropdown-hover-bg:rgba(255, 255, 255, 0.08);--nav-dropdown-hover-text:#ffffff;--nav-sep:rgba(255, 255, 255, 0.12);--btn-primary-bg:#2f6fb2;--btn-primary-border:#285f99;--btn-primary-hover-bg:#245582;--btn-primary-hover-border:#1f496f;--btn-success-bg:#1f7a3f;--btn-success-border:#1a6635;--btn-success-hover-bg:#16572d;--btn-success-hover-border:#124825;--btn-danger-bg:#c0392b;--btn-danger-border:#a93226;--btn-danger-color:#ffffff;--btn-danger-hover-bg:#922b21;--btn-danger-hover-border:#7b241c}html.aw-theme-active body{font-family:Barlow,sans-serif;background-color:var(--bg);color:var(--text)}html.aw-theme-active h1,html.aw-theme-active h2,html.aw-theme-active h3,html.aw-theme-active h4,html.aw-theme-active h5{font-family:Oswald,sans-serif;color:var(--heading)}html.aw-theme-active a:not(.btn){color:var(--link)}html.aw-theme-active a:not(.btn):hover{color:var(--gold)}html.aw-theme-active .container,html.aw-theme-active .container-fluid{background-color:transparent}html.aw-theme-active .header-splash{background-color:var(--nav-bg);margin-bottom:5px}.aw-theme-topbar{background-color:var(--topbar-bg);border-bottom:1px solid rgba(255,255,255,.08)}.aw-theme-topbar-inner{height:36px;display:flex;align-items:center;justify-content:flex-end}.aw-theme-tb-right{display:flex;align-items:center;gap:12px}.aw-theme-tb-divider{display:block;width:1px;height:14px;background-color:rgba(255,255,255,.2)}html.aw-theme-active .aw-theme-topbar .aw-theme-tb-phone{color:var(--topbar-phone);font-family:Barlow,sans-serif;font-size:13px;font-weight:600;letter-spacing:.04em;text-decoration:none;transition:color .15s ease}html.aw-theme-active .aw-theme-topbar .aw-theme-tb-phone:focus,html.aw-theme-active .aw-theme-topbar .aw-theme-tb-phone:hover{color:var(--gold);text-decoration:none}html.aw-theme-active .aw-theme-topbar .aw-theme-tb-social{color:var(--topbar-social);text-decoration:none;display:flex;align-items:center;transition:color .15s ease}html.aw-theme-active .aw-theme-topbar .aw-theme-tb-social:focus,html.aw-theme-active .aw-theme-topbar .aw-theme-tb-social:hover{color:var(--gold);text-decoration:none}.aw-theme-nav{padding:5px 0;background:var(--nav-bg);border-bottom:3px solid var(--nav-border)}.aw-theme-nav-inner{display:flex;align-items:center;height:100px;position:relative;padding-bottom:6px}.aw-theme-nav-brand{flex-shrink:0;display:flex;align-items:center;text-decoration:none}.aw-theme-logo{height:100px;width:auto;display:block}.aw-theme-nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:0 0;border:1px solid var(--toggle-border);border-radius:4px;padding:7px 10px;margin-left:auto;cursor:pointer}.aw-theme-nav-toggle span{display:block;width:20px;height:2px;background-color:var(--toggle-bar)}.aw-theme-nav-collapse{display:flex;flex:1;align-items:center}.aw-theme-nav-links{display:flex;list-style:none;margin:0 0 0 30px;padding:0;flex:1}html.aw-theme-active .aw-theme-nav-links>li>a{font-family:Oswald,sans-serif;font-size:16px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--nav-link);text-decoration:none;display:block;padding:0 14px;line-height:77px;position:relative;transition:color .15s ease}.aw-theme-nav-links>li>a::after{content:'';position:absolute;bottom:3px;left:50%;width:0;height:2px;background-color:var(--gold);transition:width .2s ease,left .2s ease}.aw-theme-nav-links>li.is-active>a::after,.aw-theme-nav-links>li>a:hover::after{width:100%;left:0}html.aw-theme-active .aw-theme-nav-links>li.is-active>a,html.aw-theme-active .aw-theme-nav-links>li>a:hover{color:var(--nav-link-active);text-decoration:none}.aw-theme-nav-auth{display:flex;list-style:none;margin:0;padding:0}html.aw-theme-active .aw-theme-nav-auth>li>a{font-family:Barlow,sans-serif;font-size:16px;font-weight:400;color:var(--nav-auth);text-decoration:none;padding:0 10px;line-height:67px;display:block;transition:color .15s ease}html.aw-theme-active .aw-theme-nav-auth>li>a:focus,html.aw-theme-active .aw-theme-nav-auth>li>a:hover{color:var(--nav-auth-hover);text-decoration:none;background-color:transparent}.aw-theme-nav-auth .dropdown-menu{background-color:var(--nav-bg);border-color:var(--nav-dropdown-border)}html.aw-theme-active .aw-theme-nav-auth .dropdown-menu>li>a{font-family:Barlow,sans-serif;font-size:15px;color:var(--nav-dropdown-link);line-height:1.4;padding:6px 14px}html.aw-theme-active .aw-theme-nav-auth .dropdown-menu>li>a:focus,html.aw-theme-active .aw-theme-nav-auth .dropdown-menu>li>a:hover{background-color:var(--nav-dropdown-hover-bg);color:var(--nav-dropdown-hover-text)}.aw-theme-nav-toggle span{transition:transform .3s ease,opacity .3s ease}.aw-theme-nav-toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.aw-theme-nav-toggle.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.aw-theme-nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:991px){.aw-theme-nav{position:relative}.aw-theme-nav-toggle{display:flex}.aw-theme-nav-collapse{position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:1050;background-color:var(--nav-bg);border-top:1px solid var(--nav-sep);box-shadow:0 6px 16px rgba(0,0,0,.35);display:flex;flex-direction:column;align-items:flex-start;width:100vw;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .35s ease,opacity .25s ease;padding:10px 16px 0}.aw-theme-nav-collapse.is-open{max-height:700px;opacity:1;pointer-events:auto}.aw-theme-nav-links{flex-direction:column;margin:0;width:100%}html.aw-theme-active .aw-theme-nav-links>li>a{font-size:18px;line-height:1;padding:10px 6px}.aw-theme-nav-links>li>a::after{display:none}.aw-theme-nav-auth{flex-direction:column;width:100%;border-top:1px solid var(--nav-sep);margin-top:8px;padding-top:8px;padding-bottom:14px}html.aw-theme-active .aw-theme-nav-auth>li>a{font-size:18px;line-height:1;padding:10px 6px}html.aw-theme-active .aw-theme-nav-auth .dropdown-menu{position:static;float:none;box-shadow:none;border:none;border-radius:0;background:0 0;padding:0 0 0 12px;margin:0;min-width:0;display:none}html.aw-theme-active .aw-theme-nav-auth .open .dropdown-menu{display:block}html.aw-theme-active .aw-theme-nav-auth .dropdown-menu>li>a{font-size:17px;padding:8px 6px;color:var(--nav-dropdown-link)}.aw-theme-nav-inner{height:auto;padding:12px 16px}}@media (max-width:767px){.aw-theme-tb-right{padding-right:16px}.aw-theme-logo{height:80px}}html.aw-theme-active footer{margin-top:32px;padding-top:20px;padding-bottom:16px}html.aw-theme-active footer #Time{color:var(--text);font-size:13px}html.aw-theme-active .footer__links a{color:var(--text);font-size:13px}html.aw-theme-active .footer__links a:hover{color:var(--link);text-decoration:none}html.aw-theme-active #cms-footer-content{display:flex;align-items:center;gap:20px;margin:16px 0 12px;padding:0}html.aw-theme-active #cms-footer-content img{height:60px;width:auto}html.aw-theme-active .footer__copyright{font-size:12px;color:var(--text);margin-top:8px}html.aw-theme-active .btn-primary{background-color:var(--btn-primary-bg);border-color:var(--btn-primary-border)}html.aw-theme-active .btn-primary:active,html.aw-theme-active .btn-primary:focus,html.aw-theme-active .btn-primary:hover{background-color:var(--btn-primary-hover-bg);border-color:var(--btn-primary-hover-border)}html.aw-theme-active .btn-danger{background-color:var(--btn-danger-bg);border-color:var(--btn-danger-border);color:var(--btn-danger-color)}html.aw-theme-active .btn-danger:active,html.aw-theme-active .btn-danger:focus,html.aw-theme-active .btn-danger:hover{background-color:var(--btn-danger-hover-bg);border-color:var(--btn-danger-hover-border);color:var(--btn-danger-color)}html.aw-theme-active .nav-pills>li.active>a,html.aw-theme-active .nav-pills>li.active>a:focus,html.aw-theme-active .nav-pills>li.active>a:hover{background-color:var(--nav-border);border-color:var(--nav-border);color:#fff}html.aw-theme-active .nav-pills>li>a{color:var(--nav-border);border:1px solid var(--nav-border)}html.aw-theme-active .nav-pills>li>a:focus,html.aw-theme-active .nav-pills>li>a:hover{color:var(--nav-border);border-color:var(--nav-border);background-color:rgba(232,160,32,.1)}html.aw-theme-active .btn-success{background-color:var(--btn-success-bg);border-color:var(--btn-success-border)}html.aw-theme-active .btn-success:active,html.aw-theme-active .btn-success:focus,html.aw-theme-active .btn-success:hover{background-color:var(--btn-success-hover-bg);border-color:var(--btn-success-hover-border)}html.aw-theme-active .breadcrumb{display:none}html.aw-theme-active .panel{background:var(--surface);border-color:var(--border)}html.aw-theme-active .panel-heading{background:var(--surface);border-color:var(--border);font-family:Oswald,sans-serif}html.aw-theme-active .event-row__status--active:not(.awe-hidden),html.aw-theme-active .event-row__status--closed:not(.awe-hidden),html.aw-theme-active .event-row__status--preview:not(.awe-hidden){display:inline-block;width:160px;text-align:center;padding:2px 10px;border-radius:3px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#fff}html.aw-theme-active .event-row__status--preview{background-color:var(--gold)}html.aw-theme-active .event-row__status--active{background-color:var(--btn-success-bg)}html.aw-theme-active .event-row__status--closed{background-color:var(--btn-danger-bg)}html.aw-theme-active .awe-rt-Extended,html.aw-theme-active .detail__countdownTimer .countdownTime{color:var(--btn-danger-bg)!important}html.aw-theme-active .reserve-not-met .text-success{color:var(--btn-primary-bg)}html.aw-theme-active .myaccount-menu__dropdown>li.active>a{color:#fff}.aw-theme-nav-auth .dropdown-backdrop{display:none}html.aw-theme-active .detail__status-label .label-info{background-color:var(--btn-success-bg)}html.aw-theme-active .detail__allImages a{color:#fff}html.aw-theme-active .detail__allImages a:hover{color:rgba(255,255,255,.8)}.aw-lot-nav{display:flex;align-items:center;padding:8px 0 4px}html.aw-theme-active .aw-lot-nav .btn-group-justified{width:auto;display:inline-flex;gap:6px}html.aw-theme-active .aw-lot-nav .btn-group{width:auto;float:none}html.aw-theme-active .aw-lot-nav .btn{font-family:Barlow,sans-serif;font-size:13px;padding:4px 14px;color:var(--text);border-color:var(--border);background:var(--surface);border-radius:3px}html.aw-theme-active .aw-lot-nav .btn:hover:not([disabled]){color:var(--heading);border-color:var(--nav-border)}html.aw-theme-active .aw-lot-nav-back{font-family:Barlow,sans-serif;font-size:18px;line-height:1;color:var(--text);text-decoration:none;margin-left:12px;align-self:flex-end;padding-bottom:4px}html.aw-theme-active .aw-lot-nav-back:hover{color:var(--link);text-decoration:none}.aw-lot-event-sep{color:var(--border)}.aw-lot-event-title{font-family:Barlow,sans-serif;font-size:14px;color:var(--text)}.aw-gallery-overlay{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;overflow:hidden;opacity:0;transition:opacity .25s ease}.aw-gallery-overlay.is-open{opacity:1}.aw-gallery-header{position:absolute;top:0;left:0;right:0;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;color:rgba(255,255,255,.75);font-family:Barlow,sans-serif;font-size:13px;background:rgba(0,0,0,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.aw-gallery-close{position:relative;flex-shrink:0;width:48px;height:48px;background:0 0;border:none;cursor:pointer;opacity:.75;transition:opacity .15s ease}.aw-gallery-close::after,.aw-gallery-close::before{content:'';position:absolute;top:50%;left:50%;width:34px;height:4px;background:#fff;border-radius:2px}.aw-gallery-close::before{transform:translate(-50%,-50%) rotate(45deg)}.aw-gallery-close::after{transform:translate(-50%,-50%) rotate(-45deg)}.aw-gallery-close:hover{opacity:1}.aw-gallery-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.95);padding:72px 0 40px}.aw-gallery-img-wrap{margin-bottom:12px;text-align:center}.aw-gallery-img-wrap img{display:block;width:100%;height:auto;max-width:960px;margin:0 auto}.detail__imageContainer div[onclick]{cursor:pointer}html.aw-theme-active .aw-terms-summary{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--nav-border);border-radius:3px;padding:24px 28px 28px;margin-bottom:32px}html.aw-theme-active .aw-terms-summary__label{font-family:Oswald,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--nav-border);margin:0 0 28px;padding-bottom:16px;border-bottom:1px solid var(--border);display:block}html.aw-theme-active .aw-terms-summary h3{font-family:Oswald,sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--heading);margin:20px 0 8px}html.aw-theme-active .aw-terms-summary h3:first-of-type{margin-top:4px}html.aw-theme-active .aw-terms-summary ul{margin:0 0 8px;padding-left:20px}html.aw-theme-active .aw-terms-summary li{font-family:Barlow,sans-serif;font-size:15px;color:var(--text);line-height:1.6;margin-bottom:8px}html.aw-theme-active .aw-terms-summary p{font-family:Barlow,sans-serif;font-size:15px;color:var(--text);margin:0}html.aw-theme-active .aw-terms-summary a{color:var(--link)}html.aw-theme-active .aw-terms-summary~hr{margin:32px 0}html.aw-theme-active .aw-terms-summary~h2{font-family:Oswald,sans-serif;font-size:20px;font-weight:600;color:var(--heading);text-transform:uppercase;letter-spacing:.03em;margin:0 0 16px}html.aw-theme-active body.aw-contact-page .aw-page-hero{position:relative;padding:72px 0 60px;text-align:center;border-bottom:3px solid var(--nav-border);background-color:#1a1208;background-size:cover;background-position:center;overflow:hidden}html.aw-theme-active body.aw-contact-page .aw-page-hero::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.55);pointer-events:none}html.aw-theme-active body.aw-contact-page .aw-page-hero__title{font-family:Oswald,sans-serif;font-size:48px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0 0 14px;text-shadow:0 2px 8px rgba(0,0,0,.5);position:relative;z-index:1}html.aw-theme-active body.aw-contact-page .aw-page-hero__sub{font-family:Barlow,sans-serif;font-size:17px;color:rgba(255,255,255,.78);max-width:620px;margin:0 auto;line-height:1.6;text-shadow:0 1px 4px rgba(0,0,0,.5);text-wrap:balance;position:relative;z-index:1}@media (max-width:767px){html.aw-theme-active body.aw-contact-page .aw-page-hero{padding:48px 0 40px}html.aw-theme-active body.aw-contact-page .aw-page-hero__title{font-size:36px}}html.aw-theme-active body.aw-contact-page .panel-default{border:none;box-shadow:none;background:0 0}html.aw-theme-active body.aw-contact-page .panel-default .panel-body{padding:32px 0 40px;background:0 0}html.aw-theme-active body.aw-contact-page .form-horizontal .control-label{font-family:Barlow,sans-serif;font-size:14px;font-weight:600;color:var(--heading);padding-top:9px}html.aw-theme-active body.aw-contact-page .form-control{border-color:var(--border);border-radius:3px;font-family:Barlow,sans-serif;font-size:15px;color:var(--heading);background:var(--surface);box-shadow:none}html.aw-theme-active body.aw-contact-page .form-control:focus{border-color:var(--nav-border);box-shadow:0 0 0 2px rgba(232,160,32,.18)}html.aw-theme-active body.aw-contact-page textarea.form-control{min-height:120px;resize:vertical}html.aw-theme-active body.aw-contact-page .required::after{content:' *';color:#c0392b}html.aw-theme-active body.aw-contact-page .help-block{font-family:Barlow,sans-serif;font-size:13px;color:var(--text);margin-bottom:16px}html.aw-theme-active body.aw-contact-page #custom-content{padding:0 0 0 32px;border-left:2px solid var(--border)}@media (max-width:991px){html.aw-theme-active body.aw-contact-page #custom-content{padding:24px 0 0;border-left:none;border-top:2px solid var(--border);margin-top:16px}}html.aw-theme-active .alert-success{background-color:#1e1c1b;border-color:var(--nav-border);color:#c8c5c0;border-radius:3px}html.aw-theme-active .alert-success a{color:var(--nav-border)}html.aw-theme-active .alert-success a:hover{color:#f0b840}html.aw-theme-active .aw-home-notice{margin-bottom:24px}html.aw-theme-active .aw-home-notice__inner{display:flex;align-items:center;gap:20px;background-color:#1e1c1b;border:1px solid rgba(232,160,32,.25);border-left:4px solid var(--nav-border);border-radius:3px;padding:20px 24px;flex-wrap:wrap}html.aw-theme-active .aw-home-notice__icon{flex-shrink:0;color:var(--nav-border);font-size:22px;line-height:1}html.aw-theme-active .aw-home-notice__body{flex:1;min-width:200px}html.aw-theme-active .aw-home-notice__heading{font-family:Oswald,sans-serif;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.04em;margin:0 0 6px}html.aw-theme-active .aw-home-notice__text{font-family:Barlow,sans-serif;font-size:16px;color:#a8a5a0;line-height:1.6;margin:0}html.aw-theme-active .aw-home-notice__action{flex-shrink:0}html.aw-theme-active .aw-home-notice__link{display:inline-block;font-family:Barlow,sans-serif;font-size:14px;font-weight:600;color:var(--nav-border);text-decoration:none;white-space:nowrap}html.aw-theme-active .aw-home-notice__link:hover{color:#f0b840;text-decoration:none}html.aw-theme-active .aw-home-notice__link .glyphicon{font-size:11px;margin-left:5px;vertical-align:1px}html.aw-theme-active .aw-home-notice__toggle{background:0 0;border:1px solid rgba(232,160,32,.5);border-radius:3px;color:var(--nav-border);font-family:Barlow,sans-serif;font-size:14px;font-weight:600;padding:7px 14px;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,color .15s ease}html.aw-theme-active .aw-home-notice__toggle:hover{border-color:var(--nav-border);color:#f0b840}html.aw-theme-active .aw-home-notice__chevron{font-size:11px;margin-left:6px;display:inline-block;transition:transform .2s ease}html.aw-theme-active .aw-home-notice__toggle[aria-expanded=true] .aw-home-notice__chevron{transform:rotate(180deg)}html.aw-theme-active .aw-auction-archive{border-top:1px solid rgba(232,160,32,.18);margin-top:4px}html.aw-theme-active .aw-auction-archive__list{padding:12px 0 4px;display:flex;flex-direction:column;gap:2px}html.aw-theme-active .aw-archive-item{display:flex;align-items:center;gap:14px;padding:10px 12px;border-radius:3px;text-decoration:none;transition:background .15s ease}html.aw-theme-active .aw-archive-item:hover{background:rgba(255,255,255,.05);text-decoration:none}html.aw-theme-active .aw-archive-item__thumb{width:150px;height:102px;object-fit:cover;border-radius:2px;flex-shrink:0;background:rgba(255,255,255,.08)}html.aw-theme-active .aw-archive-item__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}html.aw-theme-active .aw-archive-item__title{font-family:Barlow,sans-serif;font-size:14px;font-weight:600;color:var(--heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.aw-theme-active .aw-archive-item__meta{font-family:Barlow,sans-serif;font-size:12px;color:var(--text)}html.aw-theme-active .aw-archive-item__ext{font-size:11px;color:var(--text);flex-shrink:0}@media (max-width:767px){html.aw-theme-active .aw-home-notice__inner{gap:14px;padding:16px 18px}html.aw-theme-active .aw-home-notice__action{width:100%}html.aw-theme-active .aw-archive-item__thumb{width:100px;height:68px}}