@charset "UTF-8";
/* 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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

img {
  display: block;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 16px;
  background: #fff;
  color: #333;
  line-height: 30px;
}
@media (prefers-color-scheme: dark) {
  body {
    background: #111;
    color: #f1f1f1;
  }
}
@media (min-width: 800px) {
  body {
    margin-top: 110px;
  }
}

a {
  color: #4A90E2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.icon:hover {
  text-decoration: none;
}

svg.ico {
  width: 30px;
  height: 30px;
}
svg.ico.red {
  fill: #FF2A68;
}

.no-wrap {
  white-space: nowrap;
}

.txt-content h1,
.txt-content h2,
.txt-content h3,
.txt-content h4 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  font-weight: 700;
}
@media (prefers-color-scheme: dark) {
  .txt-content h1,
.txt-content h2,
.txt-content h3,
.txt-content h4 {
    color: #d2d4d7;
  }
}
.txt-content h1 {
  font-size: 32px;
  line-height: 38px;
  color: #333;
  margin-bottom: 20px;
}
@media (prefers-color-scheme: dark) {
  .txt-content h1 {
    color: #f9f9f9;
  }
}
.txt-content h2 {
  font-size: 24px;
}
.txt-content h3 {
  font-size: 22px;
  color: #333;
}
@media (prefers-color-scheme: dark) {
  .txt-content h3 {
    color: #f9f9f9;
  }
}
.txt-content h1,
.txt-content h2,
.txt-content h3,
.txt-content h4,
.txt-content p {
  margin-bottom: 20px;
}
.txt-content strong {
  font-weight: 500;
}
.txt-content ol {
  margin-bottom: 20px;
}
.txt-content ol > li {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style: decimal;
}
.txt-content ul {
  margin-bottom: 20px;
}
.txt-content ul > li {
  list-style: disc;
  margin-left: 20px;
}
.txt-content hr {
  border: none;
  border-top: 1px solid #f1f1f1;
}

body.txt-content {
  margin: 0 !important;
  padding: 15px !important;
}

.logo {
  display: block;
  width: 145px;
  height: 44px;
  background-image: url(../img/rm-auctions.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (prefers-color-scheme: dark) {
  .logo {
    background-image: url(../img/rm-auctions-white.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logo {
    background-image: url(../img/rm-auctions@2x.png);
    background-size: 145px 44px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (prefers-color-scheme: dark), (min-resolution: 192dpi) and (prefers-color-scheme: dark) {
  .logo {
    background-image: url(../img/rm-auctions-white@2x.png);
  }
}

.wrapper {
  max-width: 1400px;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (prefers-color-scheme: dark) {
  .wrapper {
    background: #111;
  }
}

svg.loading {
  display: block;
  fill: #333;
  margin: 0;
  padding: 0;
}
@media (prefers-color-scheme: dark) {
  svg.loading {
    color: #eee;
  }
}

.breadcrumb {
  line-height: 37px;
  margin: 0 0 30px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:after {
  margin-left: 5px;
}
.breadcrumb li:first-child:after {
  content: "•";
}
.breadcrumb li:not(:first-child):not(:last-child):after {
  content: ">";
  color: #aaa;
}

.btn {
  background: #FFFFFF;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 15px;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  color: #333;
}
.btn:hover {
  background: #f1f1f1;
  text-decoration: none;
}
.btn.default {
  border: 1px solid #444;
  background: #444;
  color: #fff;
}
.btn.default:hover {
  border: 1px solid #777;
  background: #777;
}
.btn.new {
  border: 1px solid #9FD661;
  background: #9FD661;
  color: #fff;
}
.btn.new:hover {
  border: 1px solid #AADF6D;
  background: #AADF6D;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

section.flash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  z-index: 50;
  background: #B8E986;
  padding: 30px 0;
}
section.flash.error {
  background: #E06B6B;
  color: #fff;
}
section.flash .wrapper {
  background: transparent;
}

body > header {
  z-index: 5;
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  background: rgba(255, 255, 255, 0.95);
}
@media (prefers-color-scheme: dark) {
  body > header {
    background: rgba(0, 0, 0, 0.95);
  }
}
@media (min-width: 800px) {
  body > header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 800px) {
  body > header #mobile-nav-button svg {
    float: right;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 800px) and (prefers-color-scheme: dark) {
  body > header #mobile-nav-button svg {
    fill: #fff;
  }
}
@media (max-width: 800px) {
  body > header .hover-container {
    display: none;
  }
  body > header .hover-container > :first-child div.languages {
    margin-top: 20px;
  }
}
@media (min-width: 800px) {
  body > header #mobile-nav-button {
    display: none;
  }
}
@media (max-width: 1200px) {
  body > header .hover-container div.languages {
    display: block;
  }
  body > header .hover-container > :first-child div.languages {
    display: none;
  }
}
@media (min-width: 1200px) {
  body > header .hover-container div.languages {
    display: none;
  }
  body > header .hover-container > :first-child div.languages {
    display: block;
    float: left;
    position: relative;
    font-size: 12px;
    top: -50px;
    left: 150px;
    margin-bottom: -50px;
  }
}
@media (min-width: 1350px) {
  body > header .hover-container > :first-child div.languages {
    left: 170px;
  }
}
body > header .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
}
@media (min-width: 800px) {
  body > header .wrapper:hover .hover-box {
    display: block;
  }
}
body > header .hover-container {
  position: relative;
}
body > header .logo {
  display: block;
  margin-top: 5px;
}
@media (min-width: 800px) {
  body > header .three-cols > *:nth-child(1) {
    width: 50%;
  }
  body > header .three-cols > *:nth-child(2) {
    width: 25%;
  }
  body > header .three-cols > *:nth-child(3) {
    width: 25%;
  }
  body > header .three-cols.auctions > *:nth-child(1) {
    width: 40%;
  }
  body > header .three-cols.auctions > *:nth-child(2) {
    width: 40%;
  }
  body > header .three-cols.auctions > *:nth-child(3) {
    width: 20%;
  }
}
@media (min-width: 800px) {
  body > header .two-cols > *:first-child {
    width: 20%;
  }
  body > header .two-cols > *:last-child {
    width: 80%;
  }
}
body > header .online-auction-tag {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 14px;
  background: #666;
  border-radius: 3px;
  padding: 3px 5px;
}
body > header h3 .date,
body > header h4 .date {
  background: #eee;
  display: inline-block;
  vertical-align: baseline;
  border-radius: 3px;
  line-height: 14px;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 5px;
}
body > header h3 .online-auction-tag,
body > header h4 .online-auction-tag {
  color: #777;
}
body > header a.live-bidding {
  position: relative;
  background: #eee;
  border-radius: 2px;
  padding: 3px 5px;
}
@media (prefers-color-scheme: dark) {
  body > header a.live-bidding {
    background: #c30;
  }
}
body > header img.live-bidding {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 45px;
}
@media (min-width: 800px) {
  body > header img.live-bidding {
    right: -10px;
  }
}
@media (min-width: 1000px) {
  body > header img.live-bidding {
    right: 0;
  }
}
body > header h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 30px;
}
body > header h3 .online-auction-tag,
body > header h3 .date {
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  background: #eee;
  min-width: 65px;
  margin-right: 5px;
  border-radius: 2px;
  vertical-align: middle;
  padding: 0;
  margin-top: 3px;
}
@media (prefers-color-scheme: dark) {
  body > header h3 .online-auction-tag,
body > header h3 .date {
    background: #444;
    color: #eee;
  }
}
body > header h3 .date,
body > header h3 .online-auction-tag {
  color: #777;
}
@media (prefers-color-scheme: dark) {
  body > header h3 .date,
body > header h3 .online-auction-tag {
    background: #444;
    color: #eee;
  }
}
@media (max-width: 850px) {
  body > header .title {
    display: none;
  }
}
body > header nav ul:not(.languages) li {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 30px;
  padding: 0;
  margin: 0;
}
body > header h4 {
  text-transform: uppercase;
  color: #5C6167;
}
@media (prefers-color-scheme: dark) {
  body > header h4 {
    color: #c4c7cb;
  }
}
body > header .pay-online a {
  position: relative;
  top: -8px;
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  padding: 2px 5px;
  border-radius: 2px;
}
@media (prefers-color-scheme: dark) {
  body > header .pay-online a {
    background-color: #4A90E2;
  }
}
body > header ul.languages li {
  display: inline-block;
  margin-right: 10px;
}
body > header ul.languages li .flag {
  display: block;
  width: 14px;
  height: 11px;
  margin: 0 auto 5px;
  background-size: 14px 11px;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  background-position: 50% 50%;
}
body > header ul.languages li.ned .flag {
  background-image: url(../img/flags/ned@2x.png);
}
body > header ul.languages li.eng .flag {
  background-image: url(../img/flags/eng@2x.png);
}
body > header ul.languages li.fra .flag {
  background-image: url(../img/flags/fra@2x.png);
}
body > header ul.languages li.chn .flag {
  background-image: url(../img/flags/chn@2x.png);
}
body > header ul.languages li a {
  font-weight: 200;
}
body > header ul.languages li.active a {
  font-weight: bold;
}
@media (min-width: 800px) {
  body > header .auction-info-container.two-cols > :nth-child(1) {
    width: 65%;
  }
  body > header .auction-info-container.two-cols > :nth-child(2) {
    width: 31%;
  }
}
body > header .auction-information + form,
body > header nav + .languages,
body > header nav + nav {
  margin-top: 30px;
}
body > header a {
  text-transform: uppercase;
  font-weight: 800;
  color: #333;
}
@media (prefers-color-scheme: dark) {
  body > header a {
    color: #eee;
  }
}
body > header a:hover {
  text-decoration: none !important;
}
body > header a:hover .online-auction-tag,
body > header a:hover .date {
  background: #777;
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  body > header a:hover .online-auction-tag,
body > header a:hover .date {
    background: #666;
  }
}
body > header .hover-box {
  position: absolute;
  display: none;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  top: 80px;
  left: -30px;
  width: calc(100% + 60px);
  padding: 0 30px 30px;
}
@media (prefers-color-scheme: dark) {
  body > header .hover-box {
    background: #000;
  }
}

.auction-info-container .txt-content .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.auction-info-container .txt-content .youtube iframe {
  border-radius: 3px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 800px) {
  body.mobile-nav-active .hover-container {
    display: block;
  }
}
.content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slick-container {
  background: #fff;
}

.slick {
  position: relative;
}
.slick .slick-arrow {
  display: none;
}
.slick .slick-dots {
  bottom: -40px;
}
.slick .slick-dots li button {
  background: #ddd;
  width: 12px;
  height: 12px;
  border-radius: 50px;
}
.slick .slick-dots li button:hover {
  background: #333;
}
.slick .slick-dots li.slick-active button {
  background: #333;
}
.slick .slick-dots li button:before,
.slick .slick-dots li.slick-active button:before {
  display: none;
}
.slick li.slick-slide {
  position: relative;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}
.slick li.slick-slide.cover {
  background-size: cover;
}
.slick a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick .description {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  max-width: 400px;
  padding: 10px 20px;
}
.slick .description h3 {
  font-size: 22px;
}
.slick .description h6 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  font-size: 14px;
}
@media (prefers-color-scheme: dark) {
  .slick .description h6 {
    color: #d2d4d7;
  }
}
.slick a {
  display: block;
}
.slick a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .slick {
    font-size: 0.8em;
  }
  .slick li.slick-slide {
    height: 450px;
  }
}
@media (max-width: 480px) {
  .slick li.slick-slide {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .home-images {
    display: none;
  }
  .home-images .picture {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 20px;
  }
  .home-images .picture .description {
    background: rgba(255, 255, 255, 0.6);
    color: #333;
    width: auto;
    padding: 5px 15px;
  }
  .home-images .picture .description h3 {
    font-size: 22px;
  }
  .home-images .picture .description h6 {
    font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
    text-transform: uppercase;
    color: #5C6167;
    font-size: 14px;
  }
}
@media (max-width: 800px) and (prefers-color-scheme: dark) {
  .home-images .picture .description h6 {
    color: #d2d4d7;
  }
}
@media (max-width: 800px) {
  .home-images .picture + div:not(.picture) {
    margin-top: -20px;
  }
}
@media (min-width: 800px) {
  .home-images {
    height: 400px;
  }
}
@media (min-width: 800px) and (min-height: 700px) {
  .home-images {
    height: 500px;
  }
}
@media (min-width: 800px) and (min-height: 800px) {
  .home-images {
    height: 800px;
  }
}
@media (min-width: 800px) and (min-height: 900px) {
  .home-images {
    height: 700px;
  }
}
@media (min-width: 800px) and (min-height: 1000px) {
  .home-images {
    height: 800px;
  }
}
@media (min-width: 800px) and (min-height: 1200px) {
  .home-images {
    height: 1000px;
  }
}
@media (min-width: 800px) {
  .home-images a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home-images a:hover {
    text-decoration: none;
  }
}
@media (min-width: 800px) {
  .home-images .picture {
    position: relative;
    background-color: #eee;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 800px) {
  .home-images .description {
    background: rgba(255, 255, 255, 0.8);
  }
  .home-images .description h6 {
    font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
    text-transform: uppercase;
    color: #5C6167;
  }
}
@media (min-width: 800px) and (prefers-color-scheme: dark) {
  .home-images .description h6 {
    color: #d2d4d7;
  }
}
@media (min-width: 800px) {
  .home-images .description h3 {
    font-size: 24px;
    color: #222;
  }
}
@media (min-width: 800px) {
  .home-images .description h3 + h6 {
    margin-top: 20px;
  }
}
@media (min-width: 800px) {
  .home-images > *:nth-child(1) {
    width: calc(70% - 5px);
    margin-right: 5px;
    height: 100%;
  }
  .home-images > *:nth-child(1) .description {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 50%;
    padding: 20px;
  }
}
@media (min-width: 800px) {
  .home-images > *:nth-child(2) {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 30%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .home-images > *:nth-child(2) a:hover .description {
    display: block;
  }
  .home-images > *:nth-child(2) .description {
    display: none;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .home-images > *:nth-child(2) li {
    display: block;
    padding-bottom: 75%;
  }
  .home-images > *:nth-child(2) li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.new-home-images > .picture {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.new-home-images > .picture .description {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 10px 15px;
}
@media (prefers-color-scheme: dark) {
  .new-home-images > .picture .description {
    background-color: rgba(1, 1, 1, 0.9);
    color: #f1f1f1;
  }
}
.new-home-images > .picture .description h3 {
  font-family: "trajan-pro-3", "Roboto", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 22px;
  line-height: 1.3em;
}
.new-home-images > .picture.youtube-embed {
  position: relative;
}
.new-home-images > .picture.youtube-embed > iframe {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .new-home-images > .picture {
    display: block;
    padding-top: 100%;
    height: auto;
  }
  .new-home-images > .picture:not(:last-child) {
    margin-bottom: 4px;
  }
  .new-home-images .description {
    position: static;
    top: auto;
    bottom: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 800px) {
  .new-home-images > .picture {
    display: block;
  }
  .new-home-images .description {
    min-width: 30%;
    max-width: 60%;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .new-home-images .description h3 {
    line-height: 24px;
  }
  .new-home-images .description h6 {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
  }

  .new-home-images.one-image > .picture {
    height: 500px;
  }
}
@media screen and (min-width: 800px) and (min-width: 960px) {
  .new-home-images.one-image > .picture {
    height: calc($home-images-height * 1.2);
  }
}
@media (min-width: 800px) {
  .new-home-images.two-images > .picture {
    float: left;
    height: 500px;
  }
  .new-home-images.two-images > .picture:nth-child(2n+1) {
    width: calc(50% - 2px);
    margin-right: 4px;
  }
  .new-home-images.two-images > .picture:nth-child(2n) {
    width: calc(50% - 2px);
  }
}
@media (min-width: 800px) {
  .new-home-images.three-images > .picture {
    float: left;
    height: calc($home-images-height * 3 / 2);
  }
  .new-home-images.three-images > .picture:nth-child(3n+1) {
    width: calc(50% - 2px);
    margin-right: 4px;
  }
  .new-home-images.three-images > .picture:nth-child(3n+2) {
    float: right;
    height: calc($home-images-height * 3 / 4 - 2px);
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
  .new-home-images.three-images > .picture:nth-child(3n) {
    float: right;
    height: calc($home-images-height * 3 / 4 - 2px);
    width: calc(50% - 2px);
  }
}
@media (min-width: 800px) {
  .new-home-images.four-images > .picture {
    float: left;
    height: 500px;
  }
  .new-home-images.four-images > .picture:nth-child(4n+1) {
    height: calc($home-images-height * 3 / 4 - 2px);
    width: calc(50% - 2px);
    margin-bottom: 4px;
    margin-right: 4px;
  }
  .new-home-images.four-images > .picture:nth-child(4n+2) {
    float: right;
    height: calc($home-images-height * 3 / 4 - 2px);
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
  .new-home-images.four-images > .picture:nth-child(4n+3) {
    height: calc($home-images-height * 3 / 4 - 2px);
    width: calc(50% - 2px);
    margin-right: 4px;
  }
  .new-home-images.four-images > .picture:nth-child(4n) {
    float: right;
    height: calc($home-images-height * 3 / 4 - 2px);
    width: calc(50% - 2px);
  }
}
.date-list {
  margin-bottom: 50px;
}
.date-list h3 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
}
@media (prefers-color-scheme: dark) {
  .date-list h3 {
    color: #d2d4d7;
  }
}
.date-list li {
  font-size: 18px;
  margin-bottom: 5px;
}
.date-list li a {
  color: #333;
  vertical-align: middle;
}
@media (prefers-color-scheme: dark) {
  .date-list li a {
    color: #ccc;
  }
}
.date-list .date {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  float: left;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #f1f1f1;
  vertical-align: middle;
  width: 55px;
  padding: 2px 0;
  margin-top: 3px;
  border-radius: 2px;
}
@media (prefers-color-scheme: dark) {
  .date-list .date {
    color: #d2d4d7;
  }
}
@media (prefers-color-scheme: dark) {
  .date-list .date {
    background: #555;
    color: #fff;
  }
}
.date-list .title {
  display: block;
  font-weight: 600;
  margin-left: 60px;
}
.date-list > a:last-child {
  font-size: 14px;
  color: #aaa;
}

.hours-container h3 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
}
@media (prefers-color-scheme: dark) {
  .hours-container h3 {
    color: #d2d4d7;
  }
}
.hours-container .gmap {
  background: #f1f1f1;
  height: 200px;
  margin-bottom: 30px;
}
.hours-container .hours-status {
  float: right;
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 2px;
  padding: 3px 5px;
}
@media (prefers-color-scheme: dark) {
  .hours-container .hours-status {
    color: #d2d4d7;
  }
}
.hours-container .hours-status.open {
  background: rgba(75, 217, 99, 0.15);
  border: 1px solid #4BD963;
  color: #4BD963;
}
.hours-container .hours-status.closed {
  background: rgba(255, 42, 104, 0.15);
  border: 1px solid #FF2A68;
  color: #FF2A68;
}
.hours-container .txt-content > ul {
  list-style: none;
}
.hours-container .txt-content > ul li {
  background-position: 0% 50%;
  background-repeat: no-repeat;
  display: block;
  list-style: none;
  margin-left: 0;
  text-indent: 25px !important;
  width: auto !important;
  height: auto !important;
}
.hours-container .txt-content > ul li.tel {
  display: block;
  text-indent: -9999px;
  background-image: url("../img/telephone.png");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hours-container .txt-content > ul li.tel {
    background-image: url("../img/telephone@2x.png");
  }
}
.hours-container .txt-content > ul li.facebook {
  display: block;
  text-indent: -9999px;
  background-image: url("../img/facebook.png");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hours-container .txt-content > ul li.facebook {
    background-image: url("../img/facebook@2x.png");
  }
}
.hours-container .txt-content > ul li.instagram {
  display: block;
  text-indent: -9999px;
  background-image: url("../img/instagram.png");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hours-container .txt-content > ul li.instagram {
    background-image: url("../img/instagram@2x.png");
  }
}
.hours-container .txt-content > ul li.email {
  display: block;
  text-indent: -9999px;
  background-image: url("../img/mail.png");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hours-container .txt-content > ul li.email {
    background-image: url("../img/mail@2x.png");
  }
}

.rm-blog-list {
  margin-bottom: 50px;
}
.rm-blog-list > a:last-child {
  font-size: 14px;
  color: #aaa;
}
.rm-blog-list h3 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
}
@media (prefers-color-scheme: dark) {
  .rm-blog-list h3 {
    color: #d2d4d7;
  }
}
.rm-blog-list li {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 40px;
}
.rm-blog-list li:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.rm-blog-list li a {
  color: #333;
  vertical-align: middle;
}

.action-buttons {
  margin-bottom: 50px;
}
.action-buttons h3 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  margin-bottom: 10px;
}
@media (prefers-color-scheme: dark) {
  .action-buttons h3 {
    color: #d2d4d7;
  }
}
.action-buttons a {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  font-size: 18px;
  font-weight: bold;
  background: rgba(0, 122, 255, 0.15);
  border: 1px solid #007AFF;
  border-radius: 2px;
  color: #007AFF;
  padding: 5px 10px;
}
@media (prefers-color-scheme: dark) {
  .action-buttons a {
    color: #d2d4d7;
  }
}

.pic-slider {
  position: relative;
  margin: 0 0 30px;
}
.pic-slider li {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
}
.pic-slider img {
  width: 100%;
}
.pic-slider h3 {
  font-size: 12px;
  margin: 5px 0;
}

aside .logo {
  width: 100%;
  height: 125px;
  background-color: #f9f9f9;
  margin: 0 0 30px;
}
aside nav {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
aside nav a {
  display: block;
  color: #666;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  padding: 5px 20px;
}
aside nav .active > a {
  font-weight: bold;
  color: #333;
}
aside nav li li a {
  padding-left: 40px;
}
aside nav a:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
aside form {
  padding-left: 20px;
  padding-right: 20px;
}
aside form input[type=text],
aside form input[type=number],
aside form input[type=email],
aside form input[type=password],
aside form input[type=date],
aside form input[type=file],
aside form input[type=button],
aside form input[type=submit],
aside form input[type=reset],
aside form textarea {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
}
aside form .row {
  margin-bottom: 10px;
}
aside form {
  margin-bottom: 30px;
}

.product-detail h1 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  text-transform: none;
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
@media (prefers-color-scheme: dark) {
  .product-detail h1 {
    color: #d2d4d7;
  }
}
@media (min-width: 800px) {
  .product-detail > .two-cols > *:first-child {
    width: 68%;
    margin-right: 2%;
  }
  .product-detail > .two-cols > *:last-child {
    width: 30%;
  }
}
.product-detail div.description {
  margin-bottom: 15px;
}
.product-detail img {
  margin-bottom: 5px;
}
.product-detail img {
  width: 100%;
}
.product-detail .txt-content.x-small {
  font-size: 14px;
  line-height: 22px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 3px;
  padding-bottom: 10px;
}
.product-detail .read-more-container.collapsed > .read-more-wrapper {
  max-height: 200px;
  overflow: hidden;
}
.product-detail .read-more-container.collapsed:after {
  display: block;
  cursor: pointer;
  content: attr(data-read-more);
  background: #f1f1f1;
  color: #999;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
  width: 100%;
}
.product-detail ul.bidding-buttons li,
.product-detail ul.bidding-buttons a.button {
  display: block;
}
.product-detail ul.bidding-buttons a.button {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}
.product-detail .current-bid {
  border-top: 1px solid #eee;
  padding: 30px 0;
  margin: 20px 0;
}
.product-detail .current-bid h4,
.product-detail .current-bid h5 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  font-size: 12px;
}
@media (prefers-color-scheme: dark) {
  .product-detail .current-bid h4,
.product-detail .current-bid h5 {
    color: #d2d4d7;
  }
}
.product-detail .current-bid h4 {
  font-weight: 600;
}
.product-detail .current-bid h5 {
  float: right;
}
.product-detail .current-bid h5 + h5 {
  clear: right;
  margin-top: -10px;
  font-size: 10px;
  text-transform: lowercase;
}
.product-detail .current-bid h6 {
  font-size: 34px;
  font-weight: 800;
}
.product-detail .current-bid.winning-bid, .product-detail .current-bid.not-winning-bid {
  padding: 20px 20px 30px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.product-detail .current-bid.winning-bid + ul.sharing, .product-detail .current-bid.not-winning-bid + ul.sharing {
  border-top: none;
  padding-top: 15px;
}
.product-detail .current-bid.not-winning-bid {
  border: 1px solid #D0021B;
  background: #ffecee;
}
.product-detail .current-bid.not-winning-bid h4,
.product-detail .current-bid.not-winning-bid h6 {
  color: #D0021B;
}
.product-detail .current-bid.winning-bid {
  border: 1px solid #8AB959;
  background: #fcfdfa;
}
.product-detail .current-bid.winning-bid h4,
.product-detail .current-bid.winning-bid h6 {
  color: #8AB959;
}
.product-detail .no-bid,
.product-detail .bidding-ended,
.product-detail .bidding-not-started {
  padding: 20px 20px 15px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  margin: 20px 0;
}
.product-detail .no-bid h4,
.product-detail .bidding-ended h4,
.product-detail .bidding-not-started h4 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #666;
  text-shadow: 0 1px 1px #fff;
}
.product-detail .no-bid h6,
.product-detail .bidding-ended h6,
.product-detail .bidding-not-started h6 {
  font-size: 12px;
  color: #aaa;
  text-transform: uppercase;
}
.product-detail .txt-content.x-small + .current-bid.a-bid {
  border-top: none;
  padding-top: 10px;
}
.product-detail ul.sharing {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 30px 0;
  margin: 20px 0;
}
@media (prefers-color-scheme: dark) {
  .product-detail ul.sharing {
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
  }
}
.product-detail ul.sharing li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
@media (prefers-color-scheme: dark) {
  .product-detail ul.sharing li:first-child svg {
    fill: #fff;
  }
}
.product-detail ul.sharing svg.twitter {
  fill: #598DCA;
}
.product-detail ul.sharing svg.facebook {
  fill: #3A589B;
}
.product-detail ul.sharing svg.pinterest {
  fill: #C33C2D;
}
.product-detail ul.sharing a:hover svg {
  fill: #4A90E2;
}
.product-detail .number {
  display: inline-block;
  background: #5C6167;
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  font-size: 32px;
  color: #fff;
  padding: 10px 25px;
  margin: 0 0 50px;
}
@media (prefers-color-scheme: dark) {
  .product-detail .number {
    color: #d2d4d7;
  }
}
@media (prefers-color-scheme: dark) {
  .product-detail .number {
    background: #2c2e31;
  }
}
.product-detail .prev-next {
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0 0 15px;
}
.product-detail .prev-next li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.product-detail .prev-next li a {
  display: block;
  line-height: 18px;
  font-size: 12px;
  padding: 5px 10px;
}
.product-detail .prev-next li:first-child {
  border-right: 1px solid #eee;
}
.product-detail .prev-next li:first-child a {
  background: url(../img/arrow-left.png) no-repeat 2% 50%;
  padding-left: 25px;
}
.product-detail .prev-next li:last-child {
  text-align: right;
}
.product-detail .prev-next li:last-child a {
  background: url(../img/arrow-right.png) no-repeat 98% 50%;
  padding-right: 25px;
}
.product-detail .thumbs li {
  float: left;
  width: 24.625%;
  margin: 0 0.5% 0 0;
}
.product-detail .thumbs li:nth-child(4n) {
  margin-right: 0;
}
.product-detail .thumbs li:nth-child(4n+1) {
  clear: left;
}

.condition-report-images > a:first-child {
  display: block;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 5px 10px 5px 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 14px 14px;
}
.condition-report-images .condition-report-images-container {
  display: none;
}
.condition-report-images.active > a:first-child {
  background-image: url(../img/arrow-down.svg);
}
.condition-report-images.active .condition-report-images-container {
  display: block;
}

.no-items {
  text-align: center;
  font-size: 20px;
  color: #aaa;
  border: 2px dashed #f1f1f1;
  border-radius: 3px;
  padding: 150px;
  margin: 0 0 30px;
}
@media (prefers-color-scheme: dark) {
  .no-items {
    border: 2px dashed #333;
  }
}
.no-items.small {
  font-size: 18px;
  padding: 30px;
}
.no-items a {
  color: #aaa;
}
.no-items h3 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  font-weight: bold;
  font-size: 22px;
}
@media (prefers-color-scheme: dark) {
  .no-items h3 {
    color: #d2d4d7;
  }
}
.no-items h5 {
  font-size: 16px;
}

.client-files {
  margin-bottom: 30px;
}
.client-files li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.client-files a {
  display: block;
  color: #333;
  padding: 2px 5px;
}

.product-navigation {
  margin-bottom: 30px;
}
.product-navigation a.contain .image {
  position: relative;
  background: #f9f9f9;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.product-navigation a.contain .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-navigation img {
  margin-bottom: 2px;
}
.product-navigation a:hover {
  text-decoration: none;
}
.product-navigation a:hover .title {
  text-decoration: none;
  background-image: linear-gradient(0deg, rgba(219, 220, 221, 0.5) 0%, rgba(184, 184, 184, 0.5) 100%);
}
.product-navigation .title {
  text-align: center;
  background-image: linear-gradient(0deg, rgba(193, 194, 196, 0.5) 0%, rgba(159, 158, 158, 0.5) 100%);
  color: #333;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgab(#333, 0.5);
  font-size: 11px;
  line-height: 25px;
}

.product-sold {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  background: #ccc;
  padding: 10px;
  margin-bottom: 30px;
}
@media (prefers-color-scheme: dark) {
  .product-sold {
    background: #000;
  }
}

#gmap {
  height: 350px;
  width: 100%;
}

table.list {
  border: 1px solid #eee;
  border-radius: 3px;
  width: 100%;
}
table.list thead th {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  vertical-align: top;
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
}
table.list tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}
table.list tbody td {
  vertical-align: top;
  line-height: 30px;
  padding: 5px 10px;
}
table.list tbody td h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
table.list tbody td.ra {
  text-align: right;
}
table.list tbody td.image {
  width: 1px;
  padding: 5px;
}
table.list tbody td.icon {
  font-size: 14px;
  color: #ccc;
  white-space: nowrap;
  width: 1px;
  padding: 5px;
}
table.list tbody td.icon svg.ico {
  width: 20px;
  height: 20px;
}
table.list tbody td.icon:first-child {
  padding-left: 5px;
  padding-right: 0;
}
table.list tbody td em.status {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 18px;
  padding: 3px 7px;
  border: 2px solid #ccc;
  border-radius: 100px;
}
table.list tbody td em.status.not_payed, table.list tbody td em.status.part_payed {
  border-color: #c30;
  color: #c30;
}
table.list tbody td em.status.payed {
  border-color: #00B436;
  color: #00B436;
}

ul.list-actions {
  float: right;
}
ul.list-actions li {
  margin-left: 10px;
}

table.extended-list .info .number {
  float: left;
  border-radius: 3px;
  font-weight: bold;
  color: #333;
  text-align: center;
  min-width: 35px;
  background: #eee;
  padding: 5px 10px;
  margin-left: -10px;
}
@media (prefers-color-scheme: dark) {
  table.extended-list .info .number {
    background: #44484c;
  }
}
table.extended-list .info h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
table.extended-list .number-description {
  margin-left: 35px;
}

@media (min-width: 800px) {
  .two-cols > * {
    float: left;
    width: 50%;
  }
  .two-cols > *:nth-child(2n+1) {
    clear: left;
  }
  .two-cols.col-padding > * {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .two-cols.col-padding > *:nth-child(2n) {
    margin-right: 0;
  }

  .two-cols > aside:first-child {
    width: 20%;
  }
  .two-cols aside + main {
    width: 75%;
    margin-left: 5%;
  }

  .three-cols > * {
    float: left;
    width: 33.333%;
  }
  .three-cols > *:nth-child(3n+1) {
    clear: left;
  }
  .three-cols.small-col-padding > * {
    width: 33%;
    margin-right: 0.5%;
  }
  .three-cols.small-col-padding > *:nth-child(3n) {
    margin-right: 0;
  }
  .three-cols.col-padding > * {
    width: calc(33.33% - 13.33px);
    margin-right: 20px;
  }
  .three-cols.col-padding > *:nth-child(3n) {
    margin-right: 0;
  }

  .four-cols > * {
    float: left;
    width: 25%;
  }
  .four-cols > *:nth-child(4n+1) {
    clear: left;
  }
  .four-cols.col-padding > * {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .four-cols.col-padding > *:nth-child(4n) {
    margin-right: 0;
  }
  .four-cols.small-col-padding > * {
    width: 24.5%;
    margin-right: 0.5%;
  }
  .four-cols.small-col-padding > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .two-cols > *:not(:last-child),
.three-cols > *:not(:last-child),
.four-cols > *:not(:last-child) {
    margin-bottom: 20px;
  }

  .three-cols.no-responsive > * {
    float: left;
    width: 33.333%;
  }
  .three-cols.no-responsive > *:nth-child(3n+1) {
    clear: left;
  }
  .three-cols.no-responsive.small-col-padding > * {
    width: 33%;
    margin-right: 0.5%;
  }
  .three-cols.no-responsive.small-col-padding > *:nth-child(3n) {
    margin-right: 0;
  }
  .three-cols.no-responsive.col-padding > * {
    width: 32%;
    margin-right: 2%;
  }
  .three-cols.no-responsive.col-padding > *:nth-child(3n) {
    margin-right: 0;
  }
}
.mini-products > li {
  margin-bottom: 30px;
}
.mini-products > li > a {
  display: block;
  position: relative;
  background-color: #f1f1f1;
  width: 150px;
  height: 100px;
  float: left;
  width: 150px;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 2px;
  overflow: hidden;
}
.mini-products > li > a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc($height / $width * 100%);
}
.mini-products > li > a > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mini-products .image {
  position: relative;
  float: left;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  background-size: cover;
}
.mini-products .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc($height / $width * 100%);
}
.mini-products .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mini-products .image img {
  width: 100%;
}
.mini-products .number {
  position: absolute;
  top: 0;
  left: 0;
  background: #5C6167;
  text-align: center;
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  min-width: 30px;
}
@media (prefers-color-scheme: dark) {
  .mini-products .number {
    color: #d2d4d7;
  }
}
@media (prefers-color-scheme: dark) {
  .mini-products .number {
    background: #44484c;
  }
}
.mini-products h3 {
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.mini-products h3 a {
  color: #333;
}
.mini-products h4 {
  color: #666;
  line-height: 22px;
  font-size: 14px;
}
.mini-products h4 a {
  color: #666;
}
.mini-products hgroup {
  margin-bottom: 25px;
}
.mini-products .tools {
  font-size: 14px;
}
.mini-products .tools a.delete {
  color: #c30;
}
.mini-products .tools li {
  display: inline-block;
  margin-right: 5px;
}
.mini-products .tools li:not(:last-child) {
  margin-right: 5px;
}
.mini-products .tools li:not(:last-child):after {
  content: "-";
  color: #ccc;
  margin-left: 5px;
}

.products li {
  position: relative;
}
.products li.contain .image {
  background: #f9f9f9;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.products li.contain .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products a:hover {
  text-decoration: none;
}
.products .image {
  position: relative;
  background: #f1f1f1;
}
.products .image img {
  width: 100%;
  margin-bottom: 2%;
}
.products h3 {
  background: #fff;
  background-image: linear-gradient(0deg, rgba(193, 194, 196, 0.5) 0%, rgba(159, 158, 158, 0.5) 100%);
  color: #333;
  text-shadow: 0 0 5px rgab(#333, 0.5);
  font-size: 16px;
  line-height: 25px;
  padding: 10px;
  margin-bottom: 5px;
}
@media (prefers-color-scheme: dark) {
  .products h3 {
    background: #000;
    color: #eee;
  }
}
.products .number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: inline-block;
  background: #5C6167;
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  font-size: 18px;
  color: #fff;
  padding: 5px 25px;
  margin: 0 10px 0 0;
}
@media (prefers-color-scheme: dark) {
  .products .number {
    color: #d2d4d7;
  }
}
@media (prefers-color-scheme: dark) {
  .products .number {
    background: #44484c;
  }
}
@media (min-width: 400px) {
  .products > li {
    padding-bottom: 20px;
  }
}
@media (max-width: 300px) {
  .products li {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (min-width: 301px) and (max-width: 800px) {
  .products {
    margin-left: -15px;
    margin-right: -15px;
  }
  .products li {
    float: left;
    width: calc(50% - 10px);
    margin: 0 0 30px;
  }
  .products li:nth-child(2n+1) {
    margin-right: 20px;
  }
}
.products .current-bid-information {
  background-image: linear-gradient(0deg, rgba(193, 194, 196, 0.1) 0%, rgba(159, 158, 158, 0.1) 100%);
  padding: 10px;
  *zoom: 1;
}
.products .current-bid-information:before, .products .current-bid-information:after {
  content: " ";
  display: table;
}
.products .current-bid-information:after {
  clear: both;
}
.products .current-bid-information .bidding-buttons > li {
  float: right;
  margin-top: 10px;
}
.products .current-bid-information .bidding-buttons .three-cols,
.products .current-bid-information .bidding-buttons li:last-child {
  display: none;
}
.products .current-bid-information > .bidding-not-started, .products .current-bid-information.bidding-not-started {
  display: none;
}
.products .current-bid-information.no-bid .no-bid {
  display: none;
}
.products .current-bid-information .current-bid {
  line-height: 20px;
}
.products .current-bid-information .current-bid h5 {
  font-size: 12px;
  float: right;
  color: #999;
}
.products .current-bid-information .current-bid h5 + h5 {
  clear: right;
  margin-top: 5px;
}
.products .current-bid-information .current-bid h4 {
  font-size: 12px;
}
.products .current-bid-information .current-bid h6 {
  font-size: 16px;
  font-weight: 800;
  padding: 5px 0;
}
.products .current-bid-information .current-bid.winning-bid h6 {
  display: inline-block;
  background: #8AB959;
  border-radius: 2px;
  color: #fff;
  padding: 5px 10px;
}
.products .current-bid-information .current-bid.not-winning-bid h6 {
  display: inline-block;
  background: #D0021B;
  border-radius: 2px;
  color: #fff;
  padding: 5px 10px;
}
.products .current-bid-information .no-bid {
  line-height: 20px;
}
.products .current-bid-information .no-bid h5 {
  font-size: 12px;
  float: right;
  color: #999;
}
.products .current-bid-information .no-bid h4 {
  font-size: 12px;
}
.products .current-bid-information .no-bid h6 {
  font-size: 16px;
  font-weight: bold;
}

.pages {
  text-align: center;
  margin: 0 0 30px;
}
.pages li {
  display: inline-block;
  border: 1px solid #eee;
  border-right: none;
}
.pages li:first-child {
  border-radius: 3px 0 0 3px;
}
.pages li:last-child {
  border-right: 1px solid #eee;
  border-radius: 0 3px 3px 0;
}
.pages li a {
  display: block;
  overflow: hidden;
  color: #333;
  padding: 0 10px;
}
.pages li.active,
.pages li a:hover {
  font-weight: bold;
  text-decoration: none;
  background: #f1f1f1;
  color: #333;
}

form svg.loading {
  float: right;
  display: none;
  width: 42px;
  height: 42px;
}
form .row {
  margin-bottom: 20px;
}
form .row.ra {
  text-align: right;
}
form .row.info {
  color: #aaa;
}
form .row label em {
  color: #c30;
}
form div.error {
  background: rgba(255, 41, 104, 0.1);
  border-radius: 2px;
  border: 1px solid #FF2A68;
  color: #FF2A68;
  padding: 5px 10px;
  margin-bottom: 10px;
}
form div.error > a {
  color: #FF2A68;
}
form input[type=text],
form input[type=number],
form input[type=email],
form input[type=password],
form input[type=date],
form input[type=file],
form textarea,
form input[type=button],
form input[type=submit],
form input[type=reset],
form a.button {
  background: #FFFFFF;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 10px;
  margin: 0;
}
@media (prefers-color-scheme: dark) {
  form input[type=text],
form input[type=number],
form input[type=email],
form input[type=password],
form input[type=date],
form input[type=file],
form textarea,
form input[type=button],
form input[type=submit],
form input[type=reset],
form a.button {
    background: #111;
    color: #f1f1f1;
    border: 1px solid #333;
  }
}
form input[type=text].error,
form input[type=number].error,
form input[type=email].error,
form input[type=file].error,
form input[type=password].error,
form input[type=date].error,
form textarea.error {
  background: rgba(255, 41, 104, 0.1);
  border: 1px solid #FF2A68;
}
form .row input[type=text],
form .row input[type=number],
form .row input[type=email],
form .row input[type=file],
form .row input[type=password],
form .row input[type=date],
form .row textarea {
  display: block;
  width: 100%;
}
form .row input[readonly] {
  color: #aaa;
}
form textarea {
  height: 125px;
  resize: vertical;
}
form input[type=button],
form input[type=submit],
form input[type=reset],
form button,
form a.button {
  display: inline-block;
  cursor: pointer;
  background: #007AFF;
  border-color: #007AFF;
  color: #fff;
}
form input[type=button]:hover,
form input[type=submit]:hover,
form input[type=reset]:hover,
form button:hover,
form a.button:hover {
  text-decoration: none;
  background: #3395ff;
  border-color: #3395ff;
}
form input[type=button]:disabled,
form input[type=submit]:disabled,
form input[type=reset]:disabled,
form button:disabled,
form a.button:disabled {
  background: #eee;
  border-color: #eee;
  color: #666;
}
form input[type=button]:disabled:hover,
form input[type=submit]:disabled:hover,
form input[type=reset]:disabled:hover,
form button:disabled:hover,
form a.button:disabled:hover {
  background: #eee;
  border-color: #eee;
  cursor: default;
}
form a.button.svg svg {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: #fff;
  margin-right: 5px;
}
form div.select {
  border: 1px solid #aaa;
  border-radius: 3px;
  background: url(../img/select-arrow.svg) no-repeat 103% 50%;
  cursor: pointer;
}
form div.select select {
  display: block;
  width: 100%;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  background: transparent;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 14px;
  line-height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 5px 0 5px 10px;
}
form .buttons {
  text-align: right;
}
form .buttons input {
  margin-left: 10px;
}
form .option-group {
  border: 1px solid #aaa;
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  max-height: 298px;
  margin: 0 0 20px;
}
form .option-group li {
  border-top: 1px solid #f1f1f1;
}
form .option-group li .code {
  display: inline-block;
  text-align: left;
  font-weight: 700;
}
form .option-group li label {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  padding: 5px 10px;
}
form .option-group li > ul li label {
  padding-left: 30px;
}
form .option-group > ul > li:first-child {
  border-top: none;
}
form p.info,
form div.info {
  font-size: 12px;
  color: #aaa;
  line-height: 24px;
}
form .info-box {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #f9f9f9;
  padding: 10px 20px;
  margin: 20px 0;
}
form .info-box > :last-child {
  margin-bottom: 0;
}

.media {
  list-style: none;
  overflow: hidden;
}
.media li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px dotted #eee;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
@media (prefers-color-scheme: dark) {
  .media li {
    border-bottom: 1px dotted #000;
  }
}
.media li:last-child {
  border-bottom: 0;
  padding: 0;
}
.media h5 {
  color: #666;
  font-style: italic;
  margin: 0 0 10px;
}
.media .thumb {
  float: left;
  box-shadow: 0 0 5px #eee;
}
.media .description {
  margin: 0 0 0 115px;
}

.download a {
  display: block;
}
.download img {
  width: 24px;
  height: 24px;
  float: left;
  margin: 2px 10px 0 0;
}

.share {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 0 15px;
}
@media (max-width: 800px) {
  .share {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .share.first {
    display: none;
  }
}
@media (min-width: 800px) {
  .share {
    height: 47px;
  }
}
.share > li {
  vertical-align: middle;
  line-height: 20px;
}
@media (min-width: 800px) {
  .share > li:first-child {
    float: left;
  }
  .share > li:last-child {
    float: right;
  }
  .share > li:last-child > ul {
    position: relative;
    top: -2px;
  }
  .share > li:not(:last-child) {
    margin-right: 30px;
  }
}
.share > li > ul {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .share > li > ul {
    height: 40px;
    position: relative;
    top: 6px;
  }
}
.share > li > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.share h5 {
  display: inline;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  margin-right: 10px;
}
.share li {
  transition: transform 125ms ease-in-out;
}
.share li.svg-button:hover {
  transform: scale(1.2);
}
.share li a.button {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #f1f1f1;
  background-image: linear-gradient(-180deg, #FCFCFC 0%, #E3E3E3 100%);
  color: #333;
  padding: 5px 10px;
  margin-top: -6px;
  margin-right: 5px;
}
@media (max-width: 800px) {
  .share li a.button {
    padding: 2px 10px;
  }
}
.share li a.button svg {
  margin-right: 5px;
}
.share li a.button:hover {
  border: 1px solid #4A90E2;
  background-image: linear-gradient(-180deg, #7BB8FF 0%, #4A90E2 100%);
  color: #fff;
  text-decoration: none;
}
.share li a.button:hover svg {
  fill: #fff;
}
.share li a.svg {
  display: block;
  line-height: 25px;
  color: #555;
  margin-right: 10px;
}
.share li a.svg:hover {
  text-decoration: none;
  color: #F59043;
}
.share .ico {
  width: 25px;
  height: 25px;
  float: left;
  margin: 0;
}
.share svg.twitter {
  fill: #598DCA;
}
.share svg.facebook {
  fill: #3A589B;
}
.share svg.pinterest {
  fill: #C33C2D;
}
.share a:hover svg {
  fill: #4A90E2;
}

.auction-container .online-auction-tag {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 14px;
  background: #666;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  margin-top: -7px;
}
.auction-container .auction-info {
  background: #f9f9f9;
  border-radius: 3px;
  padding: 15px 20px 0;
  font-size: 0.8em;
  line-height: 1.5em;
}
@media (prefers-color-scheme: dark) {
  .auction-container .auction-info {
    background: #111;
  }
}
.auction-container .auction-info.txt-content + div.original-txt {
  margin-top: -30px;
  margin-bottom: 30px;
}
.auction-container .txt-content {
  margin-bottom: 50px;
}
.auction-container .search-form {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media (min-width: 420px) {
  .auction-container .search-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media (prefers-color-scheme: dark) {
  .auction-container .search-form {
    border-bottom: 1px dotted #000;
  }
}
.auction-container .search-form .text-search {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-self: right;
}
@media (max-width: 420px) {
  .auction-container .search-form .text-search {
    width: 100%;
  }
}
.auction-container .search-form .text-search input[type=text] {
  width: 100%;
}
@media (min-width: 420px) {
  .auction-container .search-form .text-search input[type=text] {
    width: 200px;
  }
}
.auction-container .search-form .categories-filter {
  position: relative;
}
.auction-container .search-form .categories-filter.active .categories-all {
  position: absolute;
  display: block;
  background: #fff;
  z-index: 10;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.5);
  box-sizing: border-box;
  padding: 15px 15px 0;
}
@media (prefers-color-scheme: dark) {
  .auction-container .search-form .categories-filter.active .categories-all {
    border-bottom: 1px dotted #000;
    background: #111;
  }
}
@media (max-width: 420px) {
  .auction-container .search-form .categories-filter.active .categories-all {
    max-height: 400px;
    overflow-y: auto;
  }
}
@media (min-width: 420px) {
  .auction-container .search-form .categories-filter.active .categories-all {
    width: 200%;
  }
}
.auction-container .search-form .categories-button {
  display: inline-block;
  border: 1px solid #aaa;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
}
@media (prefers-color-scheme: dark) {
  .auction-container .search-form .categories-button {
    border: 1px solid #333;
  }
}
@media (max-width: 420px) {
  .auction-container .search-form .categories-button {
    width: 100%;
    margin-bottom: 10px;
  }
}
.auction-container .search-form .categories-button:hover {
  border: 1px solid #7BB8FF;
}

.pill-buttons li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pill-buttons li.txt {
  padding: 2px 0;
}
.pill-buttons a {
  display: block;
  padding: 2px 10px;
  background: #f1f1f1;
  color: #333;
  border-radius: 50px;
}
@media (prefers-color-scheme: dark) {
  .pill-buttons a {
    background: #333;
    color: #aaa;
  }
}
.pill-buttons a svg.ico {
  width: 8px;
  height: 8px;
  fill: #fff;
  margin-left: 2px;
  position: relative;
  top: -1px;
}
.pill-buttons .active a,
.pill-buttons a:hover {
  background: #5C6167;
  color: #fff;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  .pill-buttons .active a,
.pill-buttons a:hover {
    background: #888;
    color: #f1f1f1;
  }
}

.centered-form {
  padding-top: 100px;
  padding-bottom: 100px;
}
.centered-form h3 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (prefers-color-scheme: dark) {
  .centered-form h3 {
    color: #d2d4d7;
  }
}
.centered-form .logo {
  display: block;
  margin: 75px auto;
}
.centered-form .logo a {
  display: block;
  height: 180px;
  width: 150px;
}
.centered-form .container {
  background: #fff;
  border-radius: 3px;
  max-width: 400px;
  padding: 20px;
  margin: 0 auto;
}
@media (prefers-color-scheme: dark) {
  .centered-form .container {
    background: #000;
  }
}
.centered-form .container.wide {
  max-width: 700px;
}
.centered-form .container.two-cols > div:first-child {
  width: 37%;
}
.centered-form .container.two-cols > div:last-child {
  border-left: 1px solid #eee;
  width: 60%;
  padding-left: 3%;
}
@media (prefers-color-scheme: dark) {
  .centered-form .container.two-cols > div:last-child {
    border-left: 1px solid #222;
  }
}
.centered-form .bottom-info {
  text-align: center;
  color: #aaa;
  margin: 30px 0;
}
.centered-form .bottom-info a {
  color: #888;
}
.centered-form .bottom-info a:hover {
  color: #666;
  text-decoration: underline;
}

body > footer {
  background: #f9f9f9;
  font-size: 12px;
  color: #999;
}
@media (prefers-color-scheme: dark) {
  body > footer {
    background: #000;
  }
}
body > footer h3 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  color: #5C6167;
  font-weight: bold;
}
@media (prefers-color-scheme: dark) {
  body > footer h3 {
    color: #d2d4d7;
  }
}
body > footer a {
  color: #999;
}
body > footer .made-by {
  color: #ddd;
}
body > footer .made-by:hover {
  color: #999;
}
body > footer .contact-info-list svg {
  vertical-align: middle;
  fill: #999;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  margin-top: -1px;
}
body > footer .contact-info-list a:hover,
body > footer .contact-info-list a:hover svg {
  color: #333;
  fill: #333;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  body > footer .contact-info-list a:hover,
body > footer .contact-info-list a:hover svg {
    color: #fff;
    fill: #fff;
  }
}

article.blog-article {
  max-width: 900px;
}
article.blog-article h1 {
  font-family: Georgia, "Times New Roman", sans-serif;
  font-size: 24px;
  height: 18px;
  line-height: 35px;
  max-width: 80%;
  color: #000;
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin: 100px auto 50px;
}
@media (prefers-color-scheme: dark) {
  article.blog-article h1 {
    border-bottom: 1px dotted #000;
  }
}
article.blog-article h1 a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  background: #fff;
  padding: 0 15px;
}
article.blog-article .blog-block {
  color: #444;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
article.blog-article .blog-block.text {
  font-family: "PT Serif", Georgia, "Times New Roman", sans-serif;
  font-size: 22px;
}
article.blog-article .blog-block.text h1,
article.blog-article .blog-block.text h2,
article.blog-article .blog-block.text h3,
article.blog-article .blog-block.text h4 {
  font-family: "PT Sans", Georgia, "Times New Roman", sans-serif;
  margin-bottom: 20px;
}
article.blog-article .blog-block.text h1,
article.blog-article .blog-block.text h2 {
  font-size: 28px;
  color: #333;
}
article.blog-article .blog-block.text h3 {
  font-size: 24px;
  color: #777;
}
article.blog-article .blog-block.text ul {
  list-style: disc;
}
article.blog-article .blog-block.text ol {
  list-style: decimal;
}
article.blog-article .blog-block.text ul,
article.blog-article .blog-block.text li {
  margin-left: 20px;
}
article.blog-article .blog-block.text > ul,
article.blog-article .blog-block.text > ol {
  margin-bottom: 30px;
}
article.blog-article .blog-block.text p {
  text-indent: 35px;
  line-height: 40px;
  margin: 0 0 30px;
}
article.blog-article .blog-block.text strong {
  font-weight: bold;
  color: #555;
}

.blog-list li:not(:last-child) a {
  border-bottom: 1px solid #f1f1f1;
}
@media (prefers-color-scheme: dark) {
  .blog-list li:not(:last-child) a {
    border-bottom: 1px dotted #000;
  }
}
.blog-list a {
  display: block;
  color: #666;
  line-height: 30px;
  padding: 5px 10px;
}
.blog-list a:hover {
  color: #333;
  background: #f9f9f9;
}

.blog-overview h3 {
  margin-bottom: 10px;
}
.blog-overview h3 a {
  color: #333;
}
.blog-overview li {
  margin-bottom: 30px;
}
.blog-overview img {
  float: left;
  max-width: 150px;
  margin: 0 0 30px;
}
.blog-overview .description {
  margin-left: 170px;
}

.royal-auction-houses {
  max-width: 200px;
  text-align: center;
  line-height: 22px;
}
.royal-auction-houses img {
  display: inline;
  margin-bottom: 20px;
}

.modal-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.7);
}

.modal-container {
  position: fixed;
  z-index: 100;
  box-sizing: border-box;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 30px 30px;
}
.modal-container.scrollable {
  height: auto;
  position: static;
  max-height: 99999px;
}
.modal-container .logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.modal-container .box {
  pointer-events: all;
  box-sizing: border-box;
  background: #fff;
  overflow-y: auto;
  max-width: 800px;
  max-height: 100%;
  box-shadow: 0 0 20px #333;
  border-radius: 3px;
  margin: 0 auto;
}
.modal-container .box .message h3 {
  font-size: 18px;
  font-weight: 600;
}
.modal-container .box .ca {
  text-align: center;
}
.modal-container .box.soft-shadow {
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.2);
}
.modal-container .box > .container > * {
  border-top: none;
  border-bottom: 1px solid #eee;
}
.modal-container .box > .container > *:last-child {
  border-bottom: none;
}
.modal-container .box .small-warning {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.modal-container .box .eu-warning {
  display: none;
}
.modal-container .box .content .row .loading {
  width: 30px;
  height: 30px;
  fill: #4A90E2;
  position: relative;
  top: -33px;
  left: -10px;
  z-index: 9999999;
}
.modal-container header,
.modal-container footer,
.modal-container .content {
  padding: 20px;
}
.modal-container header {
  border-bottom: 1px solid #eee;
}
.modal-container header > h1, .modal-container header > h2, .modal-container header > h3 {
  margin: 0;
  font-weight: 700;
}
.modal-container footer {
  margin-top: 0;
  border-top: 1px solid #eee;
}
.modal-container p strong {
  font-weight: bold;
}

.aside-links li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
@media (prefers-color-scheme: dark) {
  .aside-links li:not(:last-child) {
    border-bottom: 1px solid #111;
  }
}
.aside-links a {
  display: block;
  color: #333;
  padding: 5px 10px;
}
@media (prefers-color-scheme: dark) {
  .aside-links a {
    color: #999;
  }
}
.aside-links a:hover {
  text-decoration: none;
  background: #f1f1f1;
}
@media (prefers-color-scheme: dark) {
  .aside-links a:hover {
    background: #000;
  }
}

.info-table {
  width: 100%;
  padding: 5px;
}
.info-table td, .info-table th {
  font-size: 13px;
}
.info-table tr:not(:last-child) th, .info-table tr:not(:last-child) td {
  border-bottom: 1px solid #eee;
}
.info-table th {
  font-weight: bold;
  text-align: left;
}
.info-table td.ra {
  text-align: right;
}

.container-confirm .buttons .loading {
  margin-left: 10px;
}

.container-working svg.loading {
  display: block;
  float: none;
  width: 40%;
  max-width: 140px;
  margin: 100px auto;
}

.modal-message.ca > section {
  text-align: center;
}
.modal-message > section {
  padding: 50px 20px;
}
.modal-message h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.modal-message h4 {
  margin-bottom: 15px;
}
.modal-message h5 {
  display: inline-block;
  font-weight: bold;
  background: #f1f1f1;
  padding: 10px 20px;
  border-radius: 3px;
}
.modal-message h5.winning-bid {
  background: #8AB959;
  color: #fff;
}
.modal-message h5.not-winning-bid {
  background: #D0021B;
  color: #fff;
}

html.alipay {
  height: 100%;
}

body.alipay {
  height: 100%;
  background-image: url(../img/alipay.jpg?v=6);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  text-indent: -99999px;
}

@media print {
  html.print-html body {
    margin-top: 0;
  }
  html.print-html body > header {
    display: none;
  }
}
.product-list li {
  clear: both;
}
.product-list li span {
  float: left;
  border: 1px solid #ccc;
  color: #333;
  text-align: center;
  width: 50px;
  border-radius: 3px;
  padding: 5px 0;
}
.product-list li h3,
.product-list li .txt-content {
  margin-left: 65px;
}
.product-list li h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.product-list li h3 a {
  color: #222;
}
.product-list li .txt-content {
  font-size: 14px;
  line-height: 1.4em;
}

.top-sales.wrapper {
  max-width: 720px;
}

.timeline {
  position: relative;
}
.timeline::before {
  content: " ";
  position: absolute;
  background: #f1f1f1;
  left: 10px;
  width: 4px;
  height: 100%;
  border-radius: 10px;
}
.timeline .timeline-box {
  position: relative;
  margin-left: 30px;
  margin-bottom: 75px;
}
.timeline .timeline-box a {
  color: #333;
}
.timeline .timeline-box h2 {
  text-transform: none;
  font-size: 24px;
}
.timeline .timeline-box h3 {
  font-size: 18px;
  vertical-align: center;
  margin-bottom: 5px;
}
.timeline .timeline-box h3 span {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: center;
  font-size: 12px;
  line-height: 20px;
  background-color: #323232;
  color: #fff;
  padding: 0px 5px;
  border-radius: 5px;
  margin-left: 5px;
}
.timeline .timeline-box .image {
  position: relative;
}
.timeline .timeline-box .image .proceeds {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: white;
  padding: 0px 7px;
  border-radius: 5px;
}
.timeline .timeline-box .image img {
  border-radius: 3px;
  width: 100%;
  margin-bottom: 10px;
}
.timeline .timeline-box:before {
  content: " ";
  position: absolute;
  background: #bbb;
  top: 10px;
  left: -24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
}

.post-block {
  margin-bottom: 20px;
}
.post-block > .rte > *:last-child {
  margin-bottom: 0;
}

.post-block.faq-question > .rte:first-child {
  margin-bottom: 10px;
}

.post-block.deal-details {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px;
}
.post-block.deal-details > div.background {
  content: " ";
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.1);
  background-image: linear-gradient(48deg, #333 13%, #444 91%);
  background-image: url("../img/floormat-background@2x.png"), linear-gradient(48deg, #333 13%, #444 91%);
  background-position: 50% 50%;
  background-position: 50% 50%, 0 0;
  background-repeat: repeat-x;
  background-repeat: repeat-x, no-repeat;
  background-size: 795px 631px, 100% 100%;
  z-index: -1;
}

.post-block.deal-details > div:not(.background):not(:last-child) {
  margin-bottom: 15px;
}
.post-block.deal-details > div:not(.background) h4 {
  font-weight: bold;
}

.post-block.button a.highlight-button {
  display: block;
  -webkit-appearance: none;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
  border-radius: 2px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 7px 15px;
  cursor: pointer;
  background-color: #E35236;
  background-image: linear-gradient(0deg, #E35236 0%, #FF6C4D 100%);
  color: #fff;
  font-weight: bold;
  border: 1px solid #F15738;
}
.post-block.button a.highlight-button:hover {
  background-color: #E35236;
  background-image: linear-gradient(0deg, #F16044 0%, #FF7F64 100%);
}
.post-block.button a.highlight-button:active {
  background-color: #E35236;
  background-image: linear-gradient(0deg, #FF7F64 0%, #F16044 100%);
  padding-top: 8px;
  padding-bottom: 6px;
}
.post-block.button > div {
  margin-bottom: 15px;
}

.post-block.images > .image-single figure {
  position: relative;
}
.post-block.images > .image-single figure img {
  display: block;
  width: 100%;
}
.post-block.images > .image-single figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 10px;
}
.post-block.images > .image-single figcaption.bottom-center, .post-block.images > .image-single figcaption.top-center {
  justify-content: center;
}
.post-block.images > .image-single figcaption.bottom-right, .post-block.images > .image-single figcaption.top-right {
  justify-content: flex-end;
}
.post-block.images > .image-single figcaption.top-left, .post-block.images > .image-single figcaption.top-center, .post-block.images > .image-single figcaption.top-right {
  align-items: flex-start;
}
.post-block.images > .image-single figcaption > span {
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.5em;
  padding: 5px 10px;
  border-radius: 3px;
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}
.post-block.images > .two-cols > li,
.post-block.images > .three-cols > li,
.post-block.images > .four-cols > li {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.post-block.images > .two-cols > li:after,
.post-block.images > .three-cols > li:after,
.post-block.images > .four-cols > li:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.post-block.images > .two-cols figure,
.post-block.images > .three-cols figure,
.post-block.images > .four-cols figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
}
.post-block.images > .two-cols figure > div,
.post-block.images > .two-cols figure > a,
.post-block.images > .three-cols figure > div,
.post-block.images > .three-cols figure > a,
.post-block.images > .four-cols figure > div,
.post-block.images > .four-cols figure > a {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.post-block.images > .two-cols figure > div figcaption,
.post-block.images > .two-cols figure > a figcaption,
.post-block.images > .three-cols figure > div figcaption,
.post-block.images > .three-cols figure > a figcaption,
.post-block.images > .four-cols figure > div figcaption,
.post-block.images > .four-cols figure > a figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 10px;
}
.post-block.images > .two-cols figure > div figcaption.bottom-center, .post-block.images > .two-cols figure > div figcaption.top-center,
.post-block.images > .two-cols figure > a figcaption.bottom-center,
.post-block.images > .two-cols figure > a figcaption.top-center,
.post-block.images > .three-cols figure > div figcaption.bottom-center,
.post-block.images > .three-cols figure > div figcaption.top-center,
.post-block.images > .three-cols figure > a figcaption.bottom-center,
.post-block.images > .three-cols figure > a figcaption.top-center,
.post-block.images > .four-cols figure > div figcaption.bottom-center,
.post-block.images > .four-cols figure > div figcaption.top-center,
.post-block.images > .four-cols figure > a figcaption.bottom-center,
.post-block.images > .four-cols figure > a figcaption.top-center {
  justify-content: center;
}
.post-block.images > .two-cols figure > div figcaption.bottom-right, .post-block.images > .two-cols figure > div figcaption.top-right,
.post-block.images > .two-cols figure > a figcaption.bottom-right,
.post-block.images > .two-cols figure > a figcaption.top-right,
.post-block.images > .three-cols figure > div figcaption.bottom-right,
.post-block.images > .three-cols figure > div figcaption.top-right,
.post-block.images > .three-cols figure > a figcaption.bottom-right,
.post-block.images > .three-cols figure > a figcaption.top-right,
.post-block.images > .four-cols figure > div figcaption.bottom-right,
.post-block.images > .four-cols figure > div figcaption.top-right,
.post-block.images > .four-cols figure > a figcaption.bottom-right,
.post-block.images > .four-cols figure > a figcaption.top-right {
  justify-content: flex-end;
}
.post-block.images > .two-cols figure > div figcaption.top-left, .post-block.images > .two-cols figure > div figcaption.top-center, .post-block.images > .two-cols figure > div figcaption.top-right,
.post-block.images > .two-cols figure > a figcaption.top-left,
.post-block.images > .two-cols figure > a figcaption.top-center,
.post-block.images > .two-cols figure > a figcaption.top-right,
.post-block.images > .three-cols figure > div figcaption.top-left,
.post-block.images > .three-cols figure > div figcaption.top-center,
.post-block.images > .three-cols figure > div figcaption.top-right,
.post-block.images > .three-cols figure > a figcaption.top-left,
.post-block.images > .three-cols figure > a figcaption.top-center,
.post-block.images > .three-cols figure > a figcaption.top-right,
.post-block.images > .four-cols figure > div figcaption.top-left,
.post-block.images > .four-cols figure > div figcaption.top-center,
.post-block.images > .four-cols figure > div figcaption.top-right,
.post-block.images > .four-cols figure > a figcaption.top-left,
.post-block.images > .four-cols figure > a figcaption.top-center,
.post-block.images > .four-cols figure > a figcaption.top-right {
  align-items: flex-start;
}
.post-block.images > .two-cols figure > div figcaption > span,
.post-block.images > .two-cols figure > a figcaption > span,
.post-block.images > .three-cols figure > div figcaption > span,
.post-block.images > .three-cols figure > a figcaption > span,
.post-block.images > .four-cols figure > div figcaption > span,
.post-block.images > .four-cols figure > a figcaption > span {
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.5em;
  padding: 5px 10px;
  border-radius: 3px;
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}
.post-block.images > .two-cols figure > div img,
.post-block.images > .two-cols figure > a img,
.post-block.images > .three-cols figure > div img,
.post-block.images > .three-cols figure > a img,
.post-block.images > .four-cols figure > div img,
.post-block.images > .four-cols figure > a img {
  max-width: 100%;
  max-height: 100%;
}

.text-images-left .images img,
.text-images-right .images img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.post-block.skyscanner-hotel-booker .rte {
  margin-bottom: 15px;
}
.post-block.skyscanner-hotel-booker .skyscanner-widget-container span {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Verdana, sans-serif !important;
}
.post-block.skyscanner-hotel-booker .skyscanner-widget-container .search-widget-wrapper > div:nth-child(2) > div:nth-child(2) {
  position: relative;
  top: 5px;
}
.post-block.skyscanner-hotel-booker .skyscanner-widget-container div[data-element=referral-button] {
  max-width: 400px;
}
.post-block.skyscanner-hotel-booker .skyscanner-widget-container div[data-element=referral-button] > a {
  display: block;
  -webkit-appearance: none;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
  border-radius: 2px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 7px 15px;
  cursor: pointer;
  background-color: #E35236;
  background-image: linear-gradient(0deg, #E35236 0%, #FF6C4D 100%);
  color: #fff;
  font-weight: bold;
  border: 1px solid #F15738;
}
.post-block.skyscanner-hotel-booker .skyscanner-widget-container div[data-element=referral-button] > a > div {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}
.post-block.skyscanner-hotel-booker .skyscanner-widget-container div[data-element=referral-button] > a:hover:not(:active):not(:disabled) {
  background-color: #E35236;
  background-image: linear-gradient(0deg, #F16044 0%, #FF7F64 100%);
}
.post-block.skyscanner-hotel-booker .skyscanner-widget-container div[data-element=referral-button] > a:active {
  background-color: #E35236;
  background-image: linear-gradient(0deg, #FF7F64 0%, #F16044 100%);
  padding-top: 8px;
  padding-bottom: 6px;
}

.block-image-container {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.block-image-container .block-image-title {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: #333;
  padding: 10px;
}
.block-image-container .block-image-title.bottom-center, .block-image-container .block-image-title.top-center {
  justify-content: center;
}
.block-image-container .block-image-title.bottom-right, .block-image-container .block-image-title.top-right {
  justify-content: flex-end;
}
.block-image-container .block-image-title.top-left, .block-image-container .block-image-title.top-center, .block-image-container .block-image-title.top-right {
  align-items: flex-start;
}
.block-image-container .block-image-title > div {
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.5em;
  padding: 5px 10px;
  border-radius: 3px;
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.wrapper-container.text + .wrapper-container.text p + h1,
.wrapper-container.text + .wrapper-container.text p + h2,
.wrapper-container.text + .wrapper-container.text p + h3,
.wrapper-container.text + .wrapper-container.text ul + h1,
.wrapper-container.text + .wrapper-container.text ul + h2,
.wrapper-container.text + .wrapper-container.text ul + h3,
.wrapper-container.text + .wrapper-container.text ol + h1,
.wrapper-container.text + .wrapper-container.text ol + h2,
.wrapper-container.text + .wrapper-container.text ol + h3 {
  margin-top: 15px;
}

.wrapper-container.text + .wrapper-container.text > h1:first-child,
.wrapper-container.text + .wrapper-container.text > h2:first-child,
.wrapper-container.text + .wrapper-container.text > h3:first-child,
.wrapper-container.button + .wrapper-container.text > h1:first-child,
.wrapper-container.button + .wrapper-container.text > h2:first-child,
.wrapper-container.button + .wrapper-container.text > h3:first-child,
.post-image + .wrapper-container.text > h1:first-child,
.post-image + .wrapper-container.text > h2:first-child,
.post-image + .wrapper-container.text > h3:first-child,
.rte > h1:first-child,
.rte > h2:first-child,
.rte > h3:first-child {
  margin-top: 15px;
}

.main-rte {
  margin-bottom: 30px;
}

.mce-content-body.rte {
  padding: 15px;
}

.rte h1 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  color: #333;
  margin-bottom: 15px;
}
.rte h2 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 15px;
}
.rte h3 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 15px;
}
.rte h4 {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  color: #444;
  margin-bottom: 15px;
}
.rte em {
  font-style: italic;
}
.rte p {
  margin-bottom: 15px;
}
.rte a {
  color: #333;
  text-decoration: none;
}
.rte a:hover {
  text-decoration: underline;
}
.rte ul, .rte ol {
  margin-bottom: 15px;
}
.rte ul li, .rte ol li {
  margin-left: 20px;
}
.rte ul li {
  list-style: disc;
}
.rte ol li {
  list-style: decimal;
}
.rte strong {
  font-weight: bold;
}
.rte em {
  font-style: italic;
}
.rte a.button {
  display: block;
  background: rgba(94, 84, 223, 0.1);
  color: #333;
  -webkit-appearance: none;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  padding: 7px 15px;
  margin: 0 0;
}

.br-pop {
  position: fixed;
  background: white;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
  z-index: 999900;
}
@media (prefers-color-scheme: dark) {
  .br-pop {
    box-shadow: 0 0 5px rgba(1, 1, 1, 0);
    background: #000;
    color: #eee;
  }
}
@media screen and (max-width: 540px) {
  .br-pop {
    bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 540px) {
  .br-pop {
    bottom: 15px;
    right: 15px;
    max-width: 400px;
  }
}
.br-pop h5 {
  font-size: 18px;
  font-weight: 900;
}
.br-pop h5 + p {
  margin-bottom: 20px;
}
.br-pop label + p {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  margin-bottom: 10px;
}
.br-pop .buttons {
  text-align: right;
  margin-top: 25px;
}
.br-pop label {
  cursor: pointer;
}
.br-pop button {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Verdana, sans-serif;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 15px;
  border: none;
  -webkit-appearance: none;
  background-color: #ccc;
}
.br-pop button.default {
  background-color: #4A90E2;
  color: #fff;
}
.br-pop button:hover {
  background: #333;
  color: #fff;
}

.categories-filter .categories-all {
  display: none;
}

/*# sourceMappingURL=rm-auctions.css.map */
