body {
  margin: 0;
  font-family: "GothamPro";
  font-size: 14px;
  font-weight: 200;
  color: #000;
  background: #fff; }
  body.image-open {
    overflow-y: hidden; }
  body.frontpage {
    overflow-y: hidden; }

a {
  color: #000;
  text-decoration: none; }

input {
  all: unset; }

img {
  vertical-align: bottom; }

button {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  cursor: pointer;
  font-family: "GothamPro";
  font-size: inherit; }

header {
  height: 115px;
  top: 0;
  border-bottom: 1px solid #000; }
  @media (max-width: 1278px) {
    header {
      height: 100px; } }
  .frontpage header {
    height: 150px;
    position: fixed;
    z-index: 2;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    border: none; }
  .booking-open header {
    opacity: 0; }
  .style-2 header {
    border-bottom-color: #b2b2b2; }
  header .inner {
    display: flex;
    margin-top: 28px; }
    @media (max-width: 1278px) {
      header .inner {
        margin-top: 15px; } }
    .frontpage header .inner {
      align-items: center;
      justify-content: space-between;
      margin-top: 28px; }
  header a {
    position: relative;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300; }
    .frontpage.black header a {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      color: #000; }
      .frontpage.black header a:after {
        background: #000; }
      .frontpage.black header a:hover {
        color: #333; }
      @media (max-width: 1278px) {
        .frontpage.black header a {
          color: #fff; } }
    .frontpage.white header a {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      color: #fff; }
      .frontpage.white header a:after {
        background: #fff; }
    .frontpage header a {
      font-size: 14px;
      color: #fff;
      padding-bottom: 5px; }
      .frontpage header a:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        bottom: 0;
        margin-inline: auto;
        background: #fff;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear; }
    header a:hover {
      color: #5e5e5e; }
      .frontpage header a:hover {
        color: #fff; }
        .frontpage header a:hover:after {
          height: 3px;
          -webkit-transition: all 0.1s linear;
          -moz-transition: all 0.1s linear;
          -ms-transition: all 0.1s linear;
          -o-transition: all 0.1s linear;
          transition: all 0.1s linear; }
  header ul {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    header ul.left-top-menu {
      top: 1px; }
    .frontpage header ul {
      width: 50%;
      top: 43px; }
    header ul li {
      margin-right: 40px;
      position: relative; }
      header ul li.active:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 7px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: -13px;
        background: #000; }
      header ul li.active a {
        font-weight: 400; }
      header ul li.active-sub a:after {
        height: 3px; }
      header ul li:last-of-type {
        margin-right: 0; }
      @media (max-width: 1278px) {
        header ul li {
          display: none; } }
  header .logo-container {
    margin-right: 40px; }
    @media (max-width: 1278px) {
      header .logo-container {
        margin-right: 0;
        flex: 0 0 130px;
        text-align: center; } }
    @media (max-width: 600px) {
      .search-open header .logo-container {
        opacity: 0.05; } }
    .frontpage header .logo-container {
      margin-right: 0; }
      .frontpage header .logo-container a {
        display: block;
        padding-bottom: 0; }
      @media (max-width: 940px) {
        .search-open .frontpage header .logo-container {
          opacity: 0.05; } }
    header .logo-container .logo.black {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
    .frontpage.black header .logo-container .logo.black {
      opacity: 1; }
    header .logo-container h5 {
      font-weight: 200;
      text-transform: uppercase;
      margin-top: 6px;
      margin-bottom: 0;
      font-size: 10px;
      text-align: center; }
    header .logo-container a:after {
      display: none; }
  header .logo {
    width: 140px; }
    @media (max-width: 1278px) {
      header .logo {
        width: 120px; } }
    .frontpage header .logo {
      width: 180px; }
  header .default-menu-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    align-items: end; }
  header .right-top-menu {
    position: relative;
    top: 6px;
    display: flex; }
    @media (max-width: 1278px) {
      header .right-top-menu {
        top: -4px; } }
    .frontpage header .right-top-menu {
      top: 45px;
      width: 50%;
      align-items: center;
      justify-content: end; }
      @media (max-width: 1278px) {
        .frontpage header .right-top-menu {
          top: -35px; } }
    .auction header .right-top-menu {
      align-items: center; }
  header .menu-links {
    display: flex;
    align-items: center;
    margin-right: 40px; }
    header .menu-links a:first-of-type {
      margin-right: 12px; }
      @media (max-width: 1278px) {
        header .menu-links a:first-of-type {
          margin-right: 0; } }
    .frontpage header .menu-links {
      margin-right: 75px; }
      .frontpage header .menu-links a:first-of-type {
        margin-right: 15px; }
        @media (max-width: 1278px) {
          .frontpage header .menu-links a:first-of-type {
            margin-right: 0; } }
    .search-open header .menu-links {
      opacity: 0;
      z-index: -1; }
    header .menu-links .link-spacer {
      display: inline-flex;
      width: 1px;
      height: 9px;
      margin: 0 5px;
      background: #333; }
      .frontpage header .menu-links .link-spacer {
        background: #ffffff9c; }
    @media (max-width: 1278px) {
      header .menu-links {
        display: none; } }
  header .user-links {
    display: flex;
    align-items: center;
    position: relative; }
    .auction header .user-links {
      margin-left: 40px;
      top: 0; }
  header .lang-select {
    display: flex;
    align-items: center;
    margin-right: 35px; }
    header .lang-select button {
      font-size: 14px;
      font-weight: 300; }
      header .lang-select button:first-of-type {
        margin-right: 5px; }
        @media (max-width: 1278px) {
          header .lang-select button:first-of-type {
            margin-right: 0;
            color: #fff; } }
        .frontpage header .lang-select button:first-of-type {
          margin-right: 7px; }
          @media (max-width: 1278px) {
            .frontpage header .lang-select button:first-of-type {
              margin-right: 0; } }
      header .lang-select button.active {
        border-bottom: 1px solid; }
      .frontpage header .lang-select button {
        font-size: 14px;
        color: #fff; }
      .frontpage.black header .lang-select button {
        color: #000; }
        @media (max-width: 940px) {
          .frontpage.black header .lang-select button {
            color: #fff; } }
      @media (max-width: 1278px) {
        header .lang-select button {
          color: #fff; } }
    .search-open header .lang-select {
      display: none; }
    header .lang-select .lang-spacer {
      display: none;
      width: 1px;
      height: 9px;
      margin: 0 6px;
      background: #000; }
      .frontpage header .lang-select .lang-spacer {
        background: #ffffff9c; }
      .auction header .lang-select .lang-spacer {
        position: relative;
        top: 1px;
        height: 8px; }
    @media (max-width: 1278px) {
      header .lang-select {
        display: none; } }
  header .user-nav {
    display: flex;
    align-items: center; }
    .search-open header .user-nav {
      display: none; }
      @media (max-width: 600px) {
        .search-open header .user-nav {
          display: flex; } }
    @media (max-width: 600px) {
      header .user-nav {
        position: fixed;
        top: 0;
        right: 0;
        justify-content: end;
        background: #fff;
        z-index: 5;
        padding-bottom: env(safe-area-inset-top);
        padding: 15px 10px 10px 10px;
        border-radius: 3px; }
        .mobile-menu-open header .user-nav {
          background: #000; } }
    header .user-nav .user-logged-in {
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background: #21a65c;
      margin-right: 7px;
      margin-top: 2px; }
    header .user-nav a {
      position: relative;
      text-transform: lowercase;
      font-size: 14px; }
      @media (max-width: 600px) {
        .mobile-menu-open header .user-nav a {
          color: #fff; } }
      header .user-nav a.active:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 7px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: -13px;
        background: #000; }
        .logged-in header .user-nav a.active:before {
          display: none; }
        @media (max-width: 600px) {
          header .user-nav a.active:before {
            display: none; } }
      @media (max-width: 600px) {
        header .user-nav a.active {
          color: #a8a2b3; } }
    header .user-nav .user-icon {
      width: 10px;
      margin-right: 7px; }
    header .user-nav #user-options {
      margin-right: 12px; }
      header .user-nav #user-options:after {
        display: none;
        content: '';
        position: static;
        opacity: 1;
        width: 8px;
        height: 8px;
        margin-left: 5px;
        background-image: url("../images/arrow_down_black.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .logged-in header .user-nav #user-options:after {
          display: inline-block; }
        @media (max-width: 600px) {
          .mobile-menu-open header .user-nav #user-options:after {
            background-image: url("../images/arrow_down_white.svg"); } }
      header .user-nav #user-options.active {
        color: #a8a2b3; }
        header .user-nav #user-options.active:after {
          transform: rotate(180deg); }
    header .user-nav .user-login {
      margin-right: 12px; }
    header .user-nav .spacer {
      display: none;
      position: relative;
      top: 1px;
      width: 1px;
      height: 8px;
      margin: 0 6px;
      background: #5a5a5a; }
  header .sub-container {
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    top: 10px;
    left: -7px;
    padding: 8px 15px 15px 15px;
    border-radius: 3px;
    background: #fff;
    visibility: hidden;
    opacity: 0; }
    @media (max-width: 600px) {
      header .sub-container {
        left: 0;
        padding-bottom: 10px; }
        .mobile-menu-open header .sub-container {
          background: #000; } }
    header .sub-container.show {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 1;
      top: 19px;
      visibility: visible; }
      .page-auctions header .sub-container.show,
      .tax-auctions header .sub-container.show,
      .single-auction header .sub-container.show,
      .user-bids header .sub-container.show,
      .user-data header .sub-container.show {
        top: 20px; }
        @media (max-width: 1278px) {
          .page-auctions header .sub-container.show,
          .tax-auctions header .sub-container.show,
          .single-auction header .sub-container.show,
          .user-bids header .sub-container.show,
          .user-data header .sub-container.show {
            top: 30px; } }
    header .sub-container .sub-menu {
      position: static;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: auto; }
      header .sub-container .sub-menu li {
        margin-right: 0;
        margin-bottom: 3px; }
        @media (max-width: 1278px) {
          header .sub-container .sub-menu li {
            display: list-item; } }
        header .sub-container .sub-menu li:last-of-type {
          margin-right: 0;
          margin-bottom: 0; }
        header .sub-container .sub-menu li a {
          font-size: 14px;
          text-transform: lowercase; }
          header .sub-container .sub-menu li a.active {
            color: #a8a2b3; }
      header .sub-container .sub-menu .go {
        display: none;
        position: relative;
        background: #ccc;
        margin: 0 5px;
        width: 2px;
        height: 2px;
        top: 5px; }
  header .search {
    position: relative; }
    header .search .searchform {
      display: flex;
      align-items: center; }
    header .search .search-container {
      opacity: 0;
      position: absolute;
      right: 56px;
      z-index: -1;
      width: 260px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .search-open header .search .search-container {
        width: 340px;
        opacity: 1;
        z-index: 2; }
        @media (max-width: 1278px) {
          .search-open header .search .search-container {
            width: 210px; } }
        @media (max-width: 450px) {
          .search-open header .search .search-container {
            width: 68vw; } }
      @media (max-width: 1278px) {
        header .search .search-container {
          width: 100px; } }
    header .search input {
      width: 100%;
      border-bottom: 1px solid #dddddd;
      padding-bottom: 6px;
      font-size: 14px;
      font-weight: 300;
      color: #000; }
      @media (max-width: 450px) {
        header .search input {
          border-bottom-color: #aaaaaa; } }
      .frontpage header .search input {
        color: #fff;
        cursor: default;
        border-bottom-color: #ccc; }
        .frontpage header .search input::placeholder {
          color: inherit;
          opacity: 0.6; }
      .frontpage.black.search-open header .search input {
        color: #000; }
        .frontpage.black.search-open header .search input::placeholder {
          color: inherit;
          opacity: 0.6; }
      header .search input::placeholder {
        font-size: 14px;
        font-weight: 300;
        color: #000; }
    header .search button {
      border-radius: 100%;
      padding: 3px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      header .search button:hover {
        background: #f2f2f2; }
        .frontpage header .search button:hover {
          background: #f2f2f23b; }
      .search-open header .search button {
        background: #f2f2f2; }
      .frontpage.search-open header .search button {
        background: #f2f2f23b; }
      .frontpage.black.search-open header .search button {
        background: #fff; }
      header .search button img {
        width: 20px; }
        @media (max-width: 1278px) {
          header .search button img {
            width: 25px; } }
        .frontpage header .search button img {
          width: 25px; }
        header .search button img.search_black {
          opacity: 0;
          position: absolute;
          top: 3px;
          left: 3px;
          -webkit-transition: opacity 0.2s ease;
          -moz-transition: opacity 0.2s ease;
          -ms-transition: opacity 0.2s ease;
          -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease; }
        .frontpage.black header .search button img.search_black {
          opacity: 1; }
  header .category-navigation {
    opacity: 0;
    visibility: hidden;
    max-width: 520px;
    position: absolute;
    top: 135px;
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    header .category-navigation.show {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    header .category-navigation .menu {
      flex-wrap: wrap;
      width: 100%;
      top: 0; }
      header .category-navigation .menu li {
        margin-right: 20px; }
        header .category-navigation .menu li a {
          font-size: 14px;
          text-decoration: none;
          text-transform: capitalize; }
          header .category-navigation .menu li a:hover {
            color: #d5d5d5; }
            .black header .category-navigation .menu li a:hover {
              color: #3a3a3a; }
          header .category-navigation .menu li a:after {
            display: none; }
        header .category-navigation .menu li .sub-menu {
          width: 100%;
          top: 5px;
          flex-wrap: wrap; }
          header .category-navigation .menu li .sub-menu a {
            font-size: 11px; }

.mobile-btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 19px;
  width: 21px;
  margin-left: 10px; }
  .mobile-btn > span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000; }
  .frontpage .mobile-btn > span {
    background-color: #d9d9d9; }
  .frontpage.black .mobile-btn > span {
    background-color: #000; }
  @media (max-width: 1278px) {
    .mobile-btn {
      display: flex; } }

.mobile-menu {
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  height: 100vh;
  width: 100%;
  padding-top: 35px;
  background: #000;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .mobile-menu a {
    color: #fff;
    padding-bottom: 5px; }
  .mobile-menu-open .mobile-menu {
    opacity: 1;
    z-index: 4;
    right: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .mobile-menu .left-top-menu {
    position: static;
    flex-direction: column;
    width: 100%;
    margin-top: 35px; }
    .mobile-menu .left-top-menu li {
      margin-right: 0;
      margin-bottom: 10px; }
      @media (max-width: 1278px) {
        .mobile-menu .left-top-menu li {
          display: list-item; } }
      .mobile-menu .left-top-menu li a {
        font-size: 16px; }
        .mobile-menu .left-top-menu li a:after {
          display: none; }
  .mobile-menu .menu-links {
    margin-right: 0;
    margin-top: 10px; }
    .frontpage .mobile-menu .menu-links {
      margin-right: 0; }
    @media (max-width: 1278px) {
      .mobile-menu .menu-links {
        display: inline-flex;
        flex-direction: column; } }
    .mobile-menu .menu-links a {
      display: block; }
      .mobile-menu .menu-links a:after {
        display: none; }
      .mobile-menu .menu-links a:last-of-type {
        margin-top: 0px; }
    .mobile-menu .menu-links .link-spacer {
      display: none; }
  .mobile-menu .lang-select {
    margin-right: 0;
    margin-top: 15px;
    justify-content: center;
    flex-direction: column; }
    .mobile-menu .lang-select a:last-of-type {
      margin-top: 0px; }
    .mobile-menu .lang-select a:after {
      display: none; }
    .mobile-menu .lang-select .lang-spacer {
      display: none; }
    @media (max-width: 1278px) {
      .mobile-menu .lang-select {
        display: flex; } }
  .mobile-menu .auction-links {
    margin-top: 50px; }
    @media (max-width: 1278px) {
      .mobile-menu .auction-links {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; } }
    .mobile-menu .auction-links a {
      display: flex;
      text-transform: initial; }
      .mobile-menu .auction-links a:after {
        display: none; }
    .mobile-menu .auction-links .label {
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      margin-right: 0;
      margin-bottom: 12px;
      display: block; }
    .mobile-menu .auction-links .link-spacer {
      display: none;
      width: 1px;
      height: 8px;
      margin: 0 2px;
      background-color: #717171; }
    .mobile-menu .auction-links .logout {
      border-bottom: 1px solid #fff;
      padding-bottom: 2px; }
  .mobile-menu .menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 150px;
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    margin-inline: auto; }
    .mobile-menu .menu-close span {
      width: 15px;
      height: 15px;
      background-image: url("../images/close_white.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

.intro-image {
  position: relative;
  height: 100vh;
  height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  /* Adjust for safe areas */ }
  .intro-image .text-wrap {
    position: absolute;
    z-index: 2;
    text-align: center; }
    .intro-image .text-wrap.bottom-right {
      right: 70px;
      bottom: 70px; }
      .intro-image .text-wrap.bottom-right .text-wrap h1 {
        font-size: 42px; }
      @media (max-width: 1278px) {
        .intro-image .text-wrap.bottom-right {
          right: auto;
          bottom: auto; } }
    .intro-image .text-wrap.museum {
      text-align: right; }
      @media only screen and (max-width: 1000px) {
        .intro-image .text-wrap.museum {
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
          padding: 10px 50px; } }
      @media only screen and (min-width: 1000px) {
        .intro-image .text-wrap.museum {
          background: none !important; } }
      @media only screen and (max-width: 1570px) {
        .intro-image .text-wrap.museum.bottom-right {
          right: 35px; } }
      @media (max-width: 1278px) {
        .intro-image .text-wrap.museum.bottom-right {
          right: 35px;
          bottom: 70px; } }
      @media only screen and (max-width: 1000px) {
        .intro-image .text-wrap.museum.bottom-right {
          right: 0;
          bottom: 70px; } }
      @media (max-width: 600px) {
        .intro-image .text-wrap.museum.bottom-right {
          clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
          right: auto;
          bottom: auto; } }
      .intro-image .text-wrap.museum h1 {
        font-size: 24px;
        font-weight: 200;
        margin: 5px 0;
        padding-bottom: 1px;
        cursor: pointer; }
      .intro-image .text-wrap.museum h1:hover + a.btn.btn-style-1:after {
        left: 3px; }
      .intro-image .text-wrap.museum .btn,
      .intro-image .text-wrap.museum .btn.btn-style-1 {
        height: auto;
        padding: 0;
        background: transparent;
        border-radius: 0;
        font-weight: 200;
        font-size: 14px;
        border-top: 1px solid #000; }
        .intro-image .text-wrap.museum .btn:hover,
        .intro-image .text-wrap.museum .btn.btn-style-1:hover {
          background: inherit; }
          .intro-image .text-wrap.museum .btn:hover:after,
          .intro-image .text-wrap.museum .btn.btn-style-1:hover:after {
            left: 3px;
            -webkit-transition: left 0.2s ease;
            -moz-transition: left 0.2s ease;
            -ms-transition: left 0.2s ease;
            -o-transition: left 0.2s ease;
            transition: left 0.2s ease; }
        .intro-image .text-wrap.museum .btn:after,
        .intro-image .text-wrap.museum .btn.btn-style-1:after {
          content: '';
          position: relative;
          left: 0;
          display: inline-flex;
          width: 15px;
          height: 15px;
          background-image: url("../images/arrow_right.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          -webkit-transition: left 0.2s ease;
          -moz-transition: left 0.2s ease;
          -ms-transition: left 0.2s ease;
          -o-transition: left 0.2s ease;
          transition: left 0.2s ease; }
        .intro-image .text-wrap.museum .btn.dark,
        .intro-image .text-wrap.museum .btn.btn-style-1.dark {
          height: auto;
          background: transparent;
          border: 0;
          color: #000; }
          .intro-image .text-wrap.museum .btn.dark:hover,
          .intro-image .text-wrap.museum .btn.btn-style-1.dark:hover {
            background: transparent; }
        .intro-image .text-wrap.museum .btn.light,
        .intro-image .text-wrap.museum .btn.btn-style-1.light {
          color: #fff; }
          .intro-image .text-wrap.museum .btn.light:after,
          .intro-image .text-wrap.museum .btn.btn-style-1.light:after {
            background-image: url("../images/arrow_right_white.svg"); }
        .intro-image .text-wrap.museum .btn span,
        .intro-image .text-wrap.museum .btn.btn-style-1 span {
          margin-right: 3px; }
    .intro-image .text-wrap h1 {
      font-weight: 400;
      font-size: 54px;
      line-height: 1;
      color: #fff;
      margin: 32px 0; }
      @media (max-width: 450px) {
        .intro-image .text-wrap h1 {
          font-size: 32px; } }
      .intro-image .text-wrap h1 strong {
        font-weight: 600; }
      .intro-image .text-wrap h1 .date {
        font-size: 42px;
        border-bottom: 1px solid; }
        @media (max-width: 450px) {
          .intro-image .text-wrap h1 .date {
            font-size: 24px; } }
    .intro-image .text-wrap .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 52px;
      padding: 0 30px;
      background: #222;
      font-weight: 400;
      color: #fff;
      font-size: 16px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .intro-image .text-wrap .btn:hover {
        background: #111;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      @media (max-width: 450px) {
        .intro-image .text-wrap .btn {
          height: 45px;
          padding: 0 15px; } }
      .intro-image .text-wrap .btn.btn-style-1 {
        background: #fff;
        color: #000; }
        .intro-image .text-wrap .btn.btn-style-1:hover {
          background: #e2e2e2; }
        .intro-image .text-wrap .btn.btn-style-1.dark {
          height: 50px;
          background: #333;
          color: #ffffff;
          border: 1px solid #333; }
          .intro-image .text-wrap .btn.btn-style-1.dark:hover {
            background: #222;
            border-color: #292929; }
  .intro-image .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center; }
  .intro-image .splide__pagination {
    bottom: 80px; }
    @media only screen and (max-width: 1000px) {
      .intro-image .splide__pagination {
        bottom: 120px; } }
    @media (max-width: 600px) {
      .intro-image .splide__pagination {
        display: none;
        bottom: 170px; } }
    .intro-image .splide__pagination .splide__pagination__page {
      opacity: 1;
      height: 10px;
      width: 10px;
      margin: 5px;
      background: #fff; }
  .intro-image img {
    object-fit: cover;
    object-position: 50% 38%;
    width: 100%;
    height: 100vh; }
    @media (max-width: 600px) {
      .intro-image img {
        display: none; } }
    .intro-image img.show-on-mobile {
      display: initial; }
    @media (max-width: 600px) {
      .intro-image img.image-mobile {
        display: initial !important; } }

.background-select {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 17px;
  text-align: center; }
  @media (max-width: 940px) {
    .background-select {
      bottom: 110px; } }
  @media (max-width: 450px) {
    .background-select {
      bottom: 130px; } }
  .background-select button {
    position: relative;
    width: 15px;
    height: 20px; }
    .background-select button.active span {
      background: #b8b8b8; }
      .style-2 .background-select button.active span,
      .style-3 .background-select button.active span {
        background: #fff; }
    .background-select button > span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      color: transparent;
      background: #000; }

main {
  margin-top: 30px; }
  .frontpage main {
    margin-top: 0; }

.flex-wrap {
  display: flex; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 35px; }
  .frontpage .container {
    max-width: 1440px; }
  @media (max-width: 940px) {
    .container {
      padding: 0 25px; } }
  @media only screen and (max-width: 650px) {
    .container {
      padding: 0 20px; } }
  @media (max-width: 450px) {
    .container {
      padding: 0 15px; } }

.category-navigation {
  flex: 0 0 180px; }
  @media only screen and (max-width: 650px) {
    .category-navigation {
      flex: 0 0 150px; } }
  .category-navigation .nav-inner {
    width: 180px; }
    .frontpage .category-navigation .nav-inner {
      width: auto; }
    @media only screen and (max-width: 650px) {
      .category-navigation .nav-inner {
        width: 150px; }
        .frontpage .category-navigation .nav-inner {
          width: auto; } }
    .category-navigation .nav-inner.fixed {
      margin-top: 0;
      top: 20px;
      position: fixed; }
      .bar .category-navigation .nav-inner.fixed {
        top: 60px; }
  .category-navigation .menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .category-navigation .menu li {
      margin-bottom: 7px;
      line-height: 1; }
      .category-navigation .menu li ul.sub-menu {
        display: none;
        margin: 10px 0 10px 10px;
        padding: 0px 20px 5px 0px;
        list-style: none; }
        .category-navigation .menu li ul.sub-menu li {
          margin-bottom: 4px; }
          .category-navigation .menu li ul.sub-menu li a {
            font-size: 11px; }
      .category-navigation .menu li.current-menu-item > a {
        font-weight: 400; }
      .category-navigation .menu li.current-menu-parent > a {
        font-weight: 400; }
        .category-navigation .menu li.current-menu-parent > a:hover {
          color: #000; }
      .category-navigation .menu li.current-menu-parent .sub-menu {
        display: block; }
        .category-navigation .menu li.current-menu-parent .sub-menu .current-menu-item > a {
          font-weight: 400; }
          .category-navigation .menu li.current-menu-parent .sub-menu .current-menu-item > a:hover {
            color: #000; }
      .category-navigation .menu li.current-post-parent .sub-menu {
        display: block; }
        .category-navigation .menu li.current-post-parent .sub-menu .current-post-parent > a {
          font-weight: 400; }
          .category-navigation .menu li.current-post-parent .sub-menu .current-post-parent > a:hover {
            color: #000; }
      .category-navigation .menu li a {
        text-transform: uppercase;
        font-weight: 200; }
        .category-navigation .menu li a:hover {
          color: #5e5e5e; }
  .category-navigation .compact-mode {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 108px;
    text-align: left;
    font-weight: 300;
    line-height: 1.1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .category-navigation .compact-mode .full-label {
      display: none; }
    .category-navigation .compact-mode span {
      border-bottom: 1px solid; }
    .category-navigation .compact-mode.spacer-margin {
      bottom: 93px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.category .products,
.auction .products {
  width: 100%; }

@media (max-width: 600px) {
  .single-product .content.flex-wrap {
    flex-direction: column-reverse; } }

.single-product .images {
  width: 50%;
  margin-right: 40px; }
  @media (max-width: 600px) {
    .single-product .images {
      width: 100%;
      margin-right: 0;
      margin-top: 20px; } }
  .single-product .images > div {
    margin-bottom: 20px; }
  .single-product .images .image-list > div {
    margin-bottom: 20px; }
  .single-product .images img {
    max-width: 100%; }

.single-product .entry {
  flex: 1; }
  .single-product .entry h1 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400; }
  .single-product .entry .price .sold {
    color: #bf0000; }
  .single-product .entry .booked {
    margin-top: 3px;
    color: #bf0000; }
  .single-product .entry .book {
    font-weight: 400;
    margin-top: 3px; }

.list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 18px;
  row-gap: 40px; }
  @media (max-width: 940px) {
    .list {
      grid-template-columns: 1fr 1fr 1fr;
      row-gap: 35px; } }
  @media only screen and (max-width: 745px) {
    .list {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 505px) {
    .list {
      grid-template-columns: 1fr; } }
  .search .list {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
    @media (max-width: 600px) {
      .search .list {
        grid-template-columns: repeat(4, minmax(0, 1fr)); } }
    @media (max-width: 450px) {
      .search .list {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    @media (max-width: 380px) {
      .search .list {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .list .product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; }
    .list .product h2.product-title {
      font-size: 12px;
      font-weight: 200; }
      .list .product h2.product-title strong {
        font-weight: 200; }
    .list .product .picture {
      position: relative;
      border: 1px solid #dadada;
      aspect-ratio: 1/1; }
      .list .product .picture .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%; }
    .list .product .price-container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #939393;
      margin-top: 10px;
      padding-bottom: 5px;
      font-size: 12px; }
      .list .product .price-container .price-main {
        margin-right: 5px; }
        .list .product .price-container .price-main .sold {
          color: #bf0000; }
      .list .product .price-container .book {
        color: #000;
        font-weight: 400; }
        .list .product .price-container .book:hover {
          color: #333; }
      .list .product .price-container .booked {
        color: #bf0000;
        cursor: default;
        font-weight: 200; }
      .list .product .price-container .auction-search {
        font-weight: 400; }
    .list .product .booking-cat {
      display: none; }
  .list h2.nothing-found {
    font-weight: 400;
    font-size: 14px; }
  .list.small-list {
    row-gap: 45px; }
    .list.small-list .product {
      display: flex;
      min-height: auto; }
      .list.small-list .product .picture {
        height: 80px;
        width: 80px;
        margin-right: 12px;
        flex: 0 0 80px; }
        .list.small-list .product .picture img {
          max-height: 80px; }
      .list.small-list .product .price-container {
        bottom: -25px; }

.product-nav {
  margin-top: 50px;
  text-align: right;
  text-transform: uppercase; }
  .product-nav .page-numbers {
    margin: 0 2px; }
  .product-nav .prev, .product-nav .next {
    font-size: 12px; }
  .product-nav span.current {
    text-decoration: underline;
    font-weight: 400; }

#booking-overlay {
  opacity: 0;
  z-index: -1;
  display: flex;
  align-items: start;
  justify-content: center;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fffffff5; }
  #booking-overlay.show {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: visible;
    opacity: 1;
    z-index: 12; }
    #booking-overlay.show .form-container {
      top: 163px;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      transition-delay: 0.1s; }
    #booking-overlay.show .booking-header {
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  #booking-overlay .booking-header {
    opacity: 0;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 31px; }
    #booking-overlay .booking-header .logo {
      width: 140px; }
    #booking-overlay .booking-header .title-label {
      font-weight: 400;
      display: inline-block;
      margin-left: 35px;
      position: relative;
      top: 2px; }
  #booking-overlay .footer-clone {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    border-color: #000; }
    #booking-overlay .footer-clone a {
      font-size: 14px;
      text-transform: lowercase; }
      #booking-overlay .footer-clone a.mail {
        font-weight: 400; }

@keyframes paddingTop {
  0% {
    padding-top: 30px; }
  100% {
    padding-top: 50px; } }
  #booking-overlay .form-container {
    position: relative;
    top: 143px;
    width: 330px;
    box-shadow: 3px 5px #00000040;
    padding: 30px 30px 30px 30px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    #booking-overlay .form-container.booked {
      height: auto; }
      #booking-overlay .form-container.booked h3 {
        display: none; }
      #booking-overlay .form-container.booked .booking-form {
        display: none; }
    #booking-overlay .form-container h3 {
      font-size: 14px;
      font-weight: 400;
      margin: 20px 0 0 0; }
    #booking-overlay .form-container .close-booking {
      position: absolute;
      right: 10px;
      top: 10px;
      padding: 3px;
      background: #f3f3f3;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #booking-overlay .form-container .close-booking:hover {
        background: #e7e7e7; }
      #booking-overlay .form-container .close-booking img {
        width: 20px; }
    #booking-overlay .form-container #title-container {
      display: flex;
      align-items: center; }
      #booking-overlay .form-container #title-container h2.product-title,
      #booking-overlay .form-container #title-container h1.product-title {
        font-size: 18px;
        font-weight: 400;
        margin: 0 20px 0 0; }
        #booking-overlay .form-container #title-container h2.product-title strong,
        #booking-overlay .form-container #title-container h1.product-title strong {
          font-weight: 200; }
  #booking-overlay .booking-form {
    margin-top: 20px; }
    #booking-overlay .booking-form > div {
      position: relative;
      margin-bottom: 15px; }
      #booking-overlay .booking-form > div:last-of-type {
        margin-bottom: 0; }
      #booking-overlay .booking-form > div.warning:after {
        content: '!';
        color: #d94949;
        position: absolute;
        top: 2px;
        left: -15px;
        font-size: 18px;
        font-weight: 400; }
    #booking-overlay .booking-form .check {
      margin-top: 20px; }
      #booking-overlay .booking-form .check .flex-row {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-top: 3px; }
        #booking-overlay .booking-form .check .flex-row.with-arrow label span {
          display: flex;
          align-items: center; }
          #booking-overlay .booking-form .check .flex-row.with-arrow label span:after {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            margin-left: 8px;
            background-image: url("../images/arrow_down_black.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            transform: rotate(0deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
        #booking-overlay .booking-form .check .flex-row.with-arrow.open label span:after {
          transform: rotate(180deg); }
      #booking-overlay .booking-form .check .extra-field {
        position: relative;
        top: -20px;
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin-top: 15px;
        z-index: -1; }
        #booking-overlay .booking-form .check .extra-field label {
          font-size: 13px; }
        #booking-overlay .booking-form .check .extra-field.show {
          height: auto;
          top: 0;
          opacity: 1;
          visibility: visible;
          z-index: 1;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      #booking-overlay .booking-form .check label {
        cursor: pointer; }
      #booking-overlay .booking-form .check input[type='checkbox'] {
        border-bottom: none;
        all: revert;
        margin: 0 10px 0px 0; }
      #booking-overlay .booking-form .check textarea {
        margin-top: 5px;
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
        font-family: inherit;
        border-color: #000;
        border-radius: 3px; }
    #booking-overlay .booking-form input {
      width: 100%;
      border-bottom: 1px solid #000;
      padding-bottom: 10px;
      font-weight: 300; }
      #booking-overlay .booking-form input::-webkit-input-placeholder {
        /* Chrome, Edge, Safari */
        color: #000;
        font-weight: 300; }
      #booking-overlay .booking-form input:-moz-placeholder {
        /* Firefox 19+ */
        color: #000;
        font-weight: 300; }
      #booking-overlay .booking-form input::-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #000;
        font-weight: 300; }
      #booking-overlay .booking-form input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #000;
        font-weight: 300; }
      #booking-overlay .booking-form input::placeholder {
        /* Most modern browsers and IE11+ */
        color: #000;
        font-weight: 300; }
    #booking-overlay .booking-form input[type='submit'] {
      width: 120px;
      height: 22px;
      text-align: center;
      border: 1px solid #000;
      border-radius: 3px;
      padding: 5px;
      cursor: pointer;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      -ms-transition: border-color 0.2s ease;
      -o-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease; }
      #booking-overlay .booking-form input[type='submit']:hover {
        border-color: #52d53a; }
    #booking-overlay .booking-form .submit-container {
      display: flex;
      justify-content: end;
      margin-top: 20px;
      text-align: right; }
      #booking-overlay .booking-form .submit-container.loading .loader-wrap {
        opacity: 1; }
  #booking-overlay .loader-wrap {
    opacity: 0;
    position: relative;
    display: flex;
    align-items: center;
    right: 20px;
    opacity: 1;
    animation: bid_fade_opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  #booking-overlay .loader {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation .8s linear infinite; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  #booking-overlay .booking-success {
    margin-top: 8px;
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px solid #40ff1c;
    display: inline-block; }
  #booking-overlay .booking-error {
    margin-top: 8px;
    color: #f10202; }
    #booking-overlay .booking-error a:hover {
      text-decoration: underline; }
  #booking-overlay .sec-error {
    position: absolute;
    bottom: 35px;
    color: #f40909; }

.user-login section {
  background: #f7f7f75c;
  padding-top: 20px;
  padding-bottom: 40px; }
  .user-login section .flex-wrap {
    justify-content: center; }
    .user-login section .flex-wrap .action {
      padding: 20px;
      width: 215px; }
  .user-login section h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400; }
  .user-login section form {
    margin-top: 35px; }
    .user-login section form > p {
      display: flex;
      flex-direction: column; }
      .user-login section form > p.login-reset {
        font-size: 12px; }
      .user-login section form > p.login-remember label {
        cursor: pointer; }
    .user-login section form label {
      margin-bottom: 5px;
      font-size: 12px; }
    .user-login section form input {
      border: 1px solid #727272;
      font-family: "GothamPro"; }
    .user-login section form input[type="password"],
    .user-login section form input[type="text"] {
      padding: 7px 5px;
      border-radius: 3px; }
    .user-login section form input[type="submit"] {
      text-align: center;
      padding: 8px;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      border-radius: 3px; }
      .user-login section form input[type="submit"]:hover {
        border-color: #38ad22;
        color: green;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
    .user-login section form input[type="checkbox"] {
      position: relative;
      top: 2px;
      margin-right: 5px;
      appearance: auto; }
  .user-login section .notice-container {
    margin-top: 20px;
    margin-bottom: -20px; }
    .user-login section .notice-container .login-error {
      color: #ff0000;
      font-size: 12px;
      padding-left: 0; }
      .user-login section .notice-container .login-error span {
        font-weight: 600;
        margin-right: 3px; }

.user-login.logged-in .flex-wrap .action {
  width: auto; }

.user-login.logged-in .notice a {
  text-decoration: underline; }

.user-registration section {
  background: #f7f7f75c;
  padding-top: 40px;
  padding-bottom: 60px; }
  .user-registration section .flex-wrap {
    justify-content: center; }
    .user-registration section .flex-wrap .action {
      width: 400px; }
  .user-registration section h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400; }
  .user-registration section form {
    margin-top: 30px; }
    .user-registration section form > div {
      margin-bottom: 10px; }
      .user-registration section form > div.wrap {
        display: flex; }
        .user-registration section form > div.wrap p {
          display: flex;
          flex-direction: column;
          width: 50%; }
          .user-registration section form > div.wrap p:first-of-type {
            margin-right: 10px; }
      .user-registration section form > div.full-name {
        padding: 5px 5px 10px 7px;
        border-radius: 3px; }
      .user-registration section form > div.contact-info {
        padding: 5px 5px 10px 7px;
        border-radius: 3px; }
      .user-registration section form > div.user-name {
        background: #f8f8f8;
        padding: 5px 5px 10px 5px;
        border-radius: 3px;
        border: 1px solid #e9e9e9; }
        .user-registration section form > div.user-name p {
          display: flex;
          flex-direction: column;
          width: 50%; }
      .user-registration section form > div.pass {
        background: #fafafa;
        padding: 5px 5px 10px 5px;
        border-radius: 3px;
        border: 1px solid #e9e9e9; }
      .user-registration section form > div.terms-agreement {
        position: relative;
        height: 30px;
        padding: 6px;
        margin-bottom: 0;
        border: 1px dashed #c8c8c8;
        border-radius: 3px;
        align-items: center; }
        .user-registration section form > div.terms-agreement button {
          font-size: 12px;
          font-weight: 300;
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          .user-registration section form > div.terms-agreement button:hover {
            background: #f8f8f8; }
          .user-registration section form > div.terms-agreement button span:after {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            margin-left: 8px;
            background-image: url("../images/arrow_down_black.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            transform: rotate(0deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
        .user-registration section form > div.terms-agreement > p:first-of-type {
          position: absolute;
          height: 100%;
          flex-direction: row;
          left: 0;
          top: 0;
          bottom: 0;
          margin-right: 0; }
        .user-registration section form > div.terms-agreement > p:last-of-type {
          position: absolute;
          height: 100%;
          flex-direction: row;
          right: 0;
          top: 0;
          bottom: 0;
          align-items: center;
          justify-content: end; }
        .user-registration section form > div.terms-agreement .terms-label {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          width: 100%;
          margin-bottom: 0;
          font-weight: 300;
          cursor: pointer;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          .user-registration section form > div.terms-agreement .terms-label:hover {
            background: #f8f8f8; }
      .user-registration section form > div.submit {
        text-align: right;
        margin-top: 25px; }
        .user-registration section form > div.submit .text {
          font-size: 12px;
          text-align: left;
          margin-top: 2px;
          margin-left: 8px; }
          .user-registration section form > div.submit .text a {
            text-decoration: underline; }
      .user-registration section form > div p {
        margin: 0; }
    .user-registration section form label {
      display: inline-block;
      margin-bottom: 5px;
      font-size: 12px; }
    .user-registration section form input {
      max-width: 100%;
      border: 1px solid #727272;
      font-family: "GothamPro"; }
    .user-registration section form input[type="password"],
    .user-registration section form input[type="text"] {
      padding: 7px;
      border-radius: 3px; }
    .user-registration section form input[type="submit"] {
      text-align: center;
      padding: 10px 25px;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      border-radius: 3px; }
      .user-registration section form input[type="submit"]:hover {
        border-color: #38ad22;
        color: green;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
    .user-registration section form input[type="checkbox"] {
      position: relative;
      top: 1px;
      margin-left: 7px;
      appearance: auto;
      cursor: pointer; }
  .user-registration section .terms {
    display: none; }

.user-reset section {
  background: #f7f7f75c;
  padding-top: 40px;
  padding-bottom: 60px; }
  .user-reset section h1 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400; }
  .user-reset section .field.user-name {
    display: flex;
    flex-direction: column; }
  .user-reset section .submit {
    margin-top: 5px; }
  .user-reset section form {
    width: 200px;
    margin-top: 30px; }
  .user-reset section label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px; }
  .user-reset section input[type="text"] {
    max-width: 100%;
    border: 1px solid #727272;
    font-family: "GothamPro";
    padding: 7px;
    border-radius: 3px; }
  .user-reset section input[type="submit"] {
    max-width: 100%;
    border: 1px solid #727272;
    font-family: "GothamPro";
    text-align: center;
    padding: 8px 17px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 3px; }
    .user-reset section input[type="submit"]:hover {
      border-color: #38ad22;
      color: green;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  .user-reset section .notice-container > div {
    padding-left: 10px; }
  .user-reset section .notice-container.success-message > div {
    padding-left: 0; }

.user-res section {
  background: #f7f7f75c;
  padding-top: 40px;
  padding-bottom: 60px; }
  .user-res section h1 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400; }
  .user-res section .field.user-name {
    display: flex;
    flex-direction: column; }
  .user-res section .submit {
    margin-top: 10px; }
  .user-res section form {
    width: 200px;
    margin-top: 30px; }
  .user-res section label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px; }
  .user-res section .fields > div:last-of-type {
    margin-top: 5px; }
  .user-res section input[type="password"] {
    max-width: 100%;
    border: 1px solid #727272;
    font-family: "GothamPro";
    padding: 7px;
    border-radius: 3px; }
  .user-res section input[type="submit"] {
    max-width: 100%;
    border: 1px solid #727272;
    font-family: "GothamPro";
    text-align: center;
    padding: 8px 17px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 3px; }
    .user-res section input[type="submit"]:hover {
      border-color: #38ad22;
      color: green;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  .user-res section .notice-container > div {
    padding-left: 10px; }
  .user-res section .notice-container.success-message > div {
    padding-left: 0; }
  .user-res section .notice-container a {
    text-decoration: underline; }
  .user-res section .notice a {
    text-decoration: underline; }

.user-data section {
  margin-top: 40px; }

.user-data h1 {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase; }

.user-data .userinfo {
  margin-top: 15px; }
  .user-data .userinfo > div {
    margin-top: 10px; }
    .user-data .userinfo > div.active .change {
      background: #000;
      color: #fff; }
    .user-data .userinfo > div.active .change-wrap {
      display: block; }
  .user-data .userinfo .label {
    display: inline-block;
    text-decoration: underline;
    margin-right: 5px; }
  .user-data .userinfo .value {
    padding: 0 3px;
    font-weight: 400; }
  .user-data .userinfo .change {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 1px 8px;
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .user-data .userinfo .change:hover {
      background: #000;
      color: #fff; }
  .user-data .userinfo .profile-mail {
    margin-top: 20px; }
  .user-data .userinfo .inner-wrap {
    display: flex; }
    .user-data .userinfo .inner-wrap > div:first-of-type {
      margin-right: 10px; }
  .user-data .userinfo .change-wrap {
    display: none; }
  .user-data .userinfo form {
    width: 165px; }
    .user-data .userinfo form div {
      padding: 15px 0; }
      .user-data .userinfo form div p {
        display: flex;
        flex-direction: column;
        margin: 5px 0; }
        .user-data .userinfo form div p:first-of-type {
          margin-top: 0; }
        .user-data .userinfo form div p:last-of-type {
          margin-bottom: 0; }
        .user-data .userinfo form div p.form-submit {
          margin-top: 8px; }
    .user-data .userinfo form label {
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 3px; }
    .user-data .userinfo form input[type="text"],
    .user-data .userinfo form input[type="password"] {
      border: 1px solid #9b9b9b;
      border-radius: 3px;
      height: 24px;
      padding: 0 5px; }
    .user-data .userinfo form input[name="email"] {
      width: 185px; }
    .user-data .userinfo form input[type="submit"] {
      border: 1px solid #000;
      border-radius: 3px;
      width: 90px;
      height: 24px;
      font-size: 13px;
      text-align: center;
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .user-data .userinfo form input[type="submit"]:hover {
        border-color: #38ad22;
        color: green;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
    .user-data .userinfo form .user-error {
      margin: 0;
      font-size: 12px;
      color: red; }
    .user-data .userinfo form .user-success {
      margin-top: 12px;
      font-size: 12px;
      color: green; }

.notice-container {
  margin-top: 35px; }
  .user-registration .notice-container {
    margin-left: 8px; }
  .notice-container > div {
    position: relative;
    margin-bottom: 5px;
    padding-left: 14px; }
    .notice-container > div:last-of-type {
      margin-bottom: 0; }
    .notice-container > div strong {
      position: absolute;
      margin-right: 5px;
      left: 0;
      color: red; }

section.activation {
  padding-top: 40px; }
  section.activation a {
    text-decoration: underline; }

.exhibition .list {
  margin-top: 35px;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 600px) {
    .exhibition .list {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 450px) {
    .exhibition .list {
      grid-template-columns: 1fr; } }
  .exhibition .list .product {
    min-height: initial; }
    .exhibition .list .product .price-container {
      display: none;
      position: static;
      border-bottom: 0; }

.exhibition .exhibition-title {
  font-weight: 400;
  font-size: 21px; }

.exhibition .intro {
  max-width: 50%; }
  @media (max-width: 450px) {
    .exhibition .intro {
      max-width: 100%; } }

@media (max-width: 600px) {
  .monthly-find .flex-wrap {
    flex-direction: column; } }

.monthly-find .item-row {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
  align-items: flex-start; }
  .monthly-find .item-row:last-of-type {
    border-bottom: none; }

.monthly-find .image {
  display: flex;
  border: 1px solid #ccc;
  margin-right: 25px;
  flex: 0 0 300px;
  height: 300px;
  align-items: center;
  justify-content: center; }
  @media (max-width: 600px) {
    .monthly-find .image {
      margin-right: 0;
      text-align: center; } }

.monthly-find .text {
  max-width: 500px; }

.monthly-find h1 {
  font-weight: 400;
  margin-top: 0;
  font-size: 24px; }

.contact .container {
  display: flex;
  align-items: flex-start; }
  .contact .container > img {
    margin-right: 30px; }

.contact h1, .contact h2 {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0; }

.contact p {
  line-height: 1.45; }

.contact .about-us p {
  max-width: 575px; }

.contact .contacts {
  margin-top: 30px; }
  .contact .contacts ul {
    list-style: none;
    padding: 0;
    line-height: 1.45; }
  .contact .contacts .langs {
    color: #ccc; }

.contact .consultation {
  margin-top: 30px; }
  .contact .consultation p {
    max-width: 575px; }

.contact .socials img {
  width: 20px; }

.contact .privacy-link {
  display: inline-block;
  margin-top: 30px;
  text-decoration: underline; }

.page-default .entry {
  max-width: 620px; }

#privacy-notice {
  display: none; }

.image.slider {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .image.slider > img {
    display: none; }
  .image.slider nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex; }
    .image.slider nav button {
      height: 40px;
      width: 40px;
      -webkit-transition: background 0.2s ease-in;
      -moz-transition: background 0.2s ease-in;
      -ms-transition: background 0.2s ease-in;
      -o-transition: background 0.2s ease-in;
      transition: background 0.2s ease-in; }
      .image.slider nav button:hover {
        background: #fff;
        -webkit-transition: background 0.2s ease-out;
        -moz-transition: background 0.2s ease-out;
        -ms-transition: background 0.2s ease-out;
        -o-transition: background 0.2s ease-out;
        transition: background 0.2s ease-out; }
    .image.slider nav img {
      height: 20px;
      width: 20px; }
    .image.slider nav button.prev img {
      transform: rotate(180deg); }

.ag-slider {
  width: 100%;
  display: flex;
  position: relative; }
  .ag-slider:not(.off) {
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out; }
  .ag-slider .slide {
    position: relative;
    height: 420px;
    width: 100%;
    flex-shrink: 0;
    /* Prevent shrinking */
    margin-right: 30px;
    cursor: pointer; }
    .ag-slider .slide .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .ag-slider .slide .slide-title {
      position: absolute;
      bottom: 0;
      right: 83px;
      height: 40px;
      margin: 0;
      display: flex;
      align-items: center;
      padding: 0 15px;
      font-weight: 400;
      font-size: 16px; }

#image-zoom {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden; }
  #image-zoom:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: #ffffffb8;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  @media (max-width: 600px) {
    #image-zoom {
      height: 100vh;
      display: flex;
      align-items: center; } }
  #image-zoom .placeholder {
    top: -25px;
    position: relative;
    text-align: right; }
    #image-zoom .placeholder img {
      max-width: 840px;
      max-height: fit-content; }
      @media only screen and (max-width: 900px) {
        #image-zoom .placeholder img {
          max-width: 100%; } }
  .zoom-image-open #image-zoom {
    visibility: visible;
    opacity: 1;
    z-index: 15; }
    .zoom-image-open #image-zoom:before {
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .zoom-image-open #image-zoom .placeholder {
      top: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#image-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -35px;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background-color: #fff; }
  #image-overlay.show {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: visible;
    opacity: 1;
    top: 0;
    z-index: 15; }
  #image-overlay .overlay-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh; }
  #image-overlay .selected-image {
    position: relative;
    flex: 1;
    margin: 35px; }
    #image-overlay .selected-image img {
      position: absolute;
      max-height: 100%;
      max-width: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      animation: fade_in 0.4s ease; }
      #image-overlay .selected-image img.image-full {
        opacity: 0; }
      .full-image-open #image-overlay .selected-image img.image-large {
        opacity: 0; }
      .full-image-open #image-overlay .selected-image img.image-full {
        opacity: 1; }
  #image-overlay .other-images {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (max-width: 600px) {
      #image-overlay .other-images {
        margin-bottom: 75px; } }
    .full-image-open #image-overlay .other-images {
      margin-bottom: -105px; }
      @media (max-width: 600px) {
        .full-image-open #image-overlay .other-images {
          margin-bottom: -155px; } }
    #image-overlay .other-images > div {
      position: relative;
      width: 100px;
      height: 100px;
      border: 1px solid #ccc;
      margin-right: 15px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #image-overlay .other-images > div:last-of-type {
        margin-right: 0; }
      #image-overlay .other-images > div:hover {
        border-color: #000; }
      #image-overlay .other-images > div a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      #image-overlay .other-images > div img {
        max-width: 100px;
        max-height: 100px; }
  #image-overlay .buttons {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 5px; }
    #image-overlay .buttons button {
      border: 1px solid #ececec;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #image-overlay .buttons button:hover {
        background: #f2f2f2; }
  #image-overlay button.close-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 3px;
    cursor: pointer; }
    #image-overlay button.close-images img {
      width: 23px; }
  #image-overlay button.to-full {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 3px;
    cursor: pointer;
    margin-right: 5px; }
    #image-overlay button.to-full svg g {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #image-overlay button.to-full:hover svg g {
      fill: #12ad2e;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #image-overlay button.to-full svg {
      width: 23px;
      height: 23px; }
    .full-image-open #image-overlay button.to-full {
      background: #69ff010f; }
      .full-image-open #image-overlay button.to-full svg g {
        fill: #12ad2e; }

#full-image-overlay {
  position: fixed;
  z-index: 15;
  cursor: zoom-out;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  overflow: auto;
  background: #000;
  text-align: center; }

#text-overlay {
  opacity: 0;
  z-index: -1;
  display: flex;
  align-items: start;
  justify-content: center;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fffffff5;
  overflow-y: scroll; }
  #text-overlay.show {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: visible;
    opacity: 1;
    z-index: 12; }
    #text-overlay.show .text-container {
      top: 163px;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear;
      transition-delay: 0.1s; }
    #text-overlay.show .text-header {
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  #text-overlay .text-header {
    opacity: 0;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 31px; }
    #text-overlay .text-header .logo {
      width: 140px; }
    #text-overlay .text-header .title-label {
      font-weight: 400;
      display: inline-block;
      margin-left: 35px;
      position: relative;
      top: 2px; }
  #text-overlay .footer-clone {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    border-color: #000;
    background: #fff; }
    #text-overlay .footer-clone a {
      font-size: 14px;
      text-transform: lowercase; }
      #text-overlay .footer-clone a.mail {
        font-weight: 400; }
  #text-overlay .text-container {
    position: relative;
    top: 143px;
    max-width: 625px;
    box-shadow: 3px 5px #00000040;
    padding: 30px 30px 30px 30px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 300px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    @media (max-width: 600px) {
      #text-overlay .text-container {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 400px; } }
    #text-overlay .text-container h3 {
      font-size: 14px;
      font-weight: 400;
      margin: 20px 0 0 0; }
    #text-overlay .text-container .text-entry p {
      line-height: 1.2; }
    #text-overlay .text-container .close-text {
      position: absolute;
      right: 10px;
      top: 10px;
      padding: 3px;
      background: #f3f3f3;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #text-overlay .text-container .close-text:hover {
        background: #e7e7e7; }
      #text-overlay .text-container .close-text img {
        width: 20px; }
    #text-overlay .text-container #title-container {
      display: flex;
      align-items: center; }
      #text-overlay .text-container #title-container h2.product-title,
      #text-overlay .text-container #title-container h1.product-title {
        font-size: 18px;
        font-weight: 400;
        margin: 0 20px 0 0; }
        #text-overlay .text-container #title-container h2.product-title strong,
        #text-overlay .text-container #title-container h1.product-title strong {
          font-weight: 200; }

@media (max-width: 600px) {
  .auction.single-auction main {
    margin-top: 10px; } }

.auction.single-auction .container > div.flex-wrap {
  margin-top: 20px; }
  @media (max-width: 600px) {
    .auction.single-auction .container > div.flex-wrap {
      flex-direction: column;
      margin-top: 10px; } }

.auction.single-auction .side {
  width: 50%;
  margin-right: 40px; }
  @media (max-width: 940px) {
    .auction.single-auction .side {
      width: 40%; } }
  @media (max-width: 600px) {
    .auction.single-auction .side {
      width: 100%;
      margin-right: 0;
      display: flex;
      flex-direction: column-reverse; } }
  @media (max-width: 600px) {
    .auction.single-auction .side .images {
      display: flex;
      overflow: auto;
      margin-top: 10px;
      margin-right: -15px; } }
  .auction.single-auction .side .images .main-image {
    display: flex;
    align-items: center;
    text-align: center;
    aspect-ratio: 1 / 1;
    border: 1px solid #f1f1f1; }
    @media (max-width: 600px) {
      .auction.single-auction .side .images .main-image {
        display: flex;
        height: 100px;
        width: 100px;
        margin-right: 10px; } }
    @media (max-width: 600px) {
      .auction.single-auction .side .images .main-image a {
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center; } }
  .auction.single-auction .side .images .image-list {
    display: flex;
    margin-top: 10px; }
    @media (max-width: 600px) {
      .auction.single-auction .side .images .image-list {
        margin-top: 0; } }
    .auction.single-auction .side .images .image-list > div {
      display: flex;
      align-items: center;
      max-width: 130px;
      aspect-ratio: 1 / 1;
      margin-right: 10px;
      border: 1px solid #f1f1f1; }
      .auction.single-auction .side .images .image-list > div:last-of-type {
        margin-right: 0; }
        @media (max-width: 600px) {
          .auction.single-auction .side .images .image-list > div:last-of-type {
            margin-right: 15px; } }
      @media (max-width: 600px) {
        .auction.single-auction .side .images .image-list > div a {
          width: 100px;
          height: 100px;
          display: flex;
          align-items: center; } }
  .auction.single-auction .side img {
    max-width: 100%;
    max-height: 100%; }
  .auction.single-auction .side .text {
    margin-top: 35px; }
    @media (max-width: 600px) {
      .auction.single-auction .side .text {
        margin-top: 0; } }
    .auction.single-auction .side .text h1 {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 400; }
    @media (max-width: 600px) {
      .auction.single-auction .side .text .description p {
        font-size: 12px;
        line-height: 1.2; } }

.auction.page-auctions .auction-pre, .auction.tax-auctions .auction-pre {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    .auction.page-auctions .auction-pre .flex-wrap, .auction.tax-auctions .auction-pre .flex-wrap {
      flex-direction: column; } }
  .auction.page-auctions .auction-pre .flex-wrap .image, .auction.tax-auctions .auction-pre .flex-wrap .image {
    height: 420px; }
    .auction.page-auctions .auction-pre .flex-wrap .image img, .auction.tax-auctions .auction-pre .flex-wrap .image img {
      max-width: 100%; }
  @media (max-width: 600px) {
    .auction.page-auctions .auction-pre .flex-wrap > .image, .auction.tax-auctions .auction-pre .flex-wrap > .image {
      margin-top: 40px; } }
  .auction.page-auctions .auction-pre .left-wrap, .auction.tax-auctions .auction-pre .left-wrap {
    flex: 0 0 320px;
    margin-right: 20px; }
    @media (max-width: 600px) {
      .auction.page-auctions .auction-pre .left-wrap, .auction.tax-auctions .auction-pre .left-wrap {
        flex: auto;
        margin-right: 0; } }
  .auction.page-auctions .auction-pre .title-wrap, .auction.tax-auctions .auction-pre .title-wrap {
    flex-direction: column;
    justify-content: left;
    align-items: start; }
  .auction.page-auctions .auction-pre h1, .auction.tax-auctions .auction-pre h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 0; }
  .auction.page-auctions .auction-pre .date, .auction.tax-auctions .auction-pre .date {
    display: inline-block;
    margin-top: 4px;
    font-size: 18px;
    border-bottom: 1px solid #909090; }
  .auction.page-auctions .auction-pre .entry p, .auction.tax-auctions .auction-pre .entry p {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4; }
    .auction.page-auctions .auction-pre .entry p a, .auction.tax-auctions .auction-pre .entry p a {
      font-weight: 400;
      text-decoration: underline; }
  .auction.page-auctions .auction-pre .subscription, .auction.tax-auctions .auction-pre .subscription {
    margin-top: 85px; }
    @media (max-width: 600px) {
      .auction.page-auctions .auction-pre .subscription, .auction.tax-auctions .auction-pre .subscription {
        margin-top: 45px; } }
    .auction.page-auctions .auction-pre .subscription .flex, .auction.tax-auctions .auction-pre .subscription .flex {
      display: flex; }
    .auction.page-auctions .auction-pre .subscription p, .auction.tax-auctions .auction-pre .subscription p {
      margin: 0; }
    .auction.page-auctions .auction-pre .subscription input[type='email'], .auction.tax-auctions .auction-pre .subscription input[type='email'] {
      width: 200px;
      height: 20px;
      font-family: inherit;
      background-color: #fff;
      font-size: 14px;
      border: 1px solid #b7b7b7;
      padding: 5px 10px;
      margin-top: 5px;
      font-weight: 400;
      border-radius: 3px; }
    .auction.page-auctions .auction-pre .subscription input[type='submit'], .auction.tax-auctions .auction-pre .subscription input[type='submit'] {
      font-family: inherit;
      background-color: #fff;
      font-size: 14px;
      padding: 5px 10px;
      margin-top: 22px;
      font-weight: 400;
      text-decoration: underline;
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .auction.page-auctions .auction-pre .subscription input[type='submit']:hover, .auction.tax-auctions .auction-pre .subscription input[type='submit']:hover {
        color: #0f78ff; }
    .auction.page-auctions .auction-pre .subscription input[type="email"]::-webkit-input-placeholder, .auction.tax-auctions .auction-pre .subscription input[type="email"]::-webkit-input-placeholder {
      /* Chrome, Safari, Edge */
      font-size: 14px;
      color: #000;
      font-weight: 300; }
    .auction.page-auctions .auction-pre .subscription input[type="email"]::-moz-placeholder, .auction.tax-auctions .auction-pre .subscription input[type="email"]::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 14px;
      color: #000;
      font-weight: 300; }
    .auction.page-auctions .auction-pre .subscription input[type="email"]:-ms-input-placeholder, .auction.tax-auctions .auction-pre .subscription input[type="email"]:-ms-input-placeholder {
      /* IE 10-11 */
      font-size: 14px;
      color: #000;
      font-weight: 300; }
    .auction.page-auctions .auction-pre .subscription input[type="email"]:-moz-placeholder, .auction.tax-auctions .auction-pre .subscription input[type="email"]:-moz-placeholder {
      /* Firefox 4-18 */
      font-size: 14px;
      color: #000;
      font-weight: 300; }
    .auction.page-auctions .auction-pre .subscription .error-message, .auction.tax-auctions .auction-pre .subscription .error-message {
      font-size: 11px;
      color: red;
      margin-top: 5px; }
    .auction.page-auctions .auction-pre .subscription .success-message, .auction.tax-auctions .auction-pre .subscription .success-message {
      font-size: 11px;
      color: #117400;
      margin-top: 5px; }
  .auction.page-auctions .auction-pre .section-label, .auction.tax-auctions .auction-pre .section-label {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    border-bottom: 1px solid #e5e5e5; }
    .auction.page-auctions .auction-pre .section-label span.label, .auction.tax-auctions .auction-pre .section-label span.label {
      padding-bottom: 10px; }
      .auction.page-auctions .auction-pre .section-label span.label a, .auction.tax-auctions .auction-pre .section-label span.label a {
        display: inline-block;
        color: #000;
        font-weight: 400;
        font-size: 18px; }
        .auction.page-auctions .auction-pre .section-label span.label a:hover, .auction.tax-auctions .auction-pre .section-label span.label a:hover {
          text-decoration: underline; }
    .auction.page-auctions .auction-pre .section-label span.label-date, .auction.tax-auctions .auction-pre .section-label span.label-date {
      display: inline-block; }
    .auction.page-auctions .auction-pre .section-label span.auction-code, .auction.tax-auctions .auction-pre .section-label span.auction-code {
      display: inline-block;
      color: #0f78ff;
      font-weight: 400; }

.auction.page-auctions .category-navigation ul, .auction.tax-auctions .category-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .auction.page-auctions .category-navigation ul li, .auction.tax-auctions .category-navigation ul li {
    margin-bottom: 7px;
    line-height: 1; }
    .auction.page-auctions .category-navigation ul li .count, .auction.tax-auctions .category-navigation ul li .count {
      font-size: 12px; }
    .auction.page-auctions .category-navigation ul li.active a, .auction.tax-auctions .category-navigation ul li.active a {
      color: #000000;
      font-weight: 400; }
    .auction.page-auctions .category-navigation ul li:hover a, .auction.tax-auctions .category-navigation ul li:hover a {
      color: #5e5e5e; }

.auction.page-auctions .list .time-left, .auction.tax-auctions .list .time-left {
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 2px 3px;
  background: #bfffc5;
  font-size: 11px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.auction.page-auctions .auction-info, .auction.tax-auctions .auction-info {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 5px; }
  .auction.page-auctions .auction-info .info-bar, .auction.tax-auctions .auction-info .info-bar {
    font-size: 12px; }
    .auction.page-auctions .auction-info .info-bar .currency, .auction.tax-auctions .auction-info .info-bar .currency {
      margin-left: 2px; }
    .auction.page-auctions .auction-info .info-bar .value, .auction.tax-auctions .auction-info .info-bar .value {
      font-weight: 400; }
    .auction.page-auctions .auction-info .info-bar .bid-count, .auction.tax-auctions .auction-info .info-bar .bid-count {
      color: #424242; }
    .auction.page-auctions .auction-info .info-bar .currency, .auction.tax-auctions .auction-info .info-bar .currency {
      font-weight: 400; }
    .auction.page-auctions .auction-info .info-bar .estimate, .auction.tax-auctions .auction-info .info-bar .estimate {
      margin-top: 4px;
      color: #848484;
      font-size: 11px; }
      .auction.page-auctions .auction-info .info-bar .estimate .value, .auction.tax-auctions .auction-info .info-bar .estimate .value {
        font-weight: 200; }
      .auction.page-auctions .auction-info .info-bar .estimate .currency, .auction.tax-auctions .auction-info .info-bar .estimate .currency {
        font-weight: 200; }

.auction .bread a {
  text-transform: lowercase; }
  .auction .bread a:hover {
    text-decoration: underline; }
  .auction .bread a.current-cat {
    text-decoration: underline; }
  @media (max-width: 600px) {
    .auction .bread a {
      font-size: 12px; } }

@media (max-width: 600px) {
  .auction .bread > div {
    margin: 0 15px; } }

@media (max-width: 600px) {
  .auction .bread {
    border-bottom: 1px solid #ccc;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 11px; } }

.auction .auction-container {
  width: 50%; }
  @media (max-width: 940px) {
    .auction .auction-container {
      width: 60%; } }
  @media (max-width: 600px) {
    .auction .auction-container {
      width: 100%;
      margin-top: 25px;
      margin-bottom: 60px; } }
  .auction .auction-container .item-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 5px; }
    .auction .auction-container .item-info h1 {
      margin: 0;
      font-size: 14px;
      font-weight: 400; }
      @media (max-width: 600px) {
        .auction .auction-container .item-info h1 {
          display: none; } }
    .auction .auction-container .item-info .auction-id {
      font-size: 12px; }
  .auction .auction-container .upcoming-dates {
    margin-top: 15px;
    font-size: 12px; }
    .auction .auction-container .upcoming-dates .month {
      font-weight: 400; }

.auction .bid-panel {
  position: relative; }
  .auction .bid-panel > .flex-wrap {
    justify-content: space-between; }
  .auction .bid-panel .panel-container {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    animation: fade_in 0.4s ease; }
    .auction .bid-panel .panel-container > .flex-wrap {
      justify-content: space-between; }
  .auction .bid-panel.loading .panel-container {
    opacity: 0; }
  .auction .bid-panel .bid-container {
    margin-top: 12px; }
  .auction .bid-panel .bid-label {
    text-decoration: underline; }
  .auction .bid-panel .extended {
    text-align: right;
    font-weight: 500;
    font-size: 11px;
    color: #000;
    margin-top: 2px; }
  .auction .bid-panel .current-bid {
    display: flex; }
    .auction .bid-panel .current-bid .bid-num {
      font-weight: 400;
      font-size: 16px;
      margin-top: 3px;
      padding-bottom: 3px;
      color: #117400; }
      .auction .bid-panel .current-bid .bid-num.ended {
        color: #000; }
  .auction .bid-panel .estimate {
    margin-top: 6px;
    margin-right: 5px;
    font-size: 12px;
    color: #414141; }
    @media (max-width: 600px) {
      .auction .bid-panel .estimate {
        margin-top: 10px;
        font-size: 11px; } }
    .auction .bid-panel .estimate > div {
      display: inline-block; }
      .auction .bid-panel .estimate > div > span:last-of-type {
        font-weight: 400;
        margin-left: 2px; }
      .auction .bid-panel .estimate > div > span .currency {
        margin-left: 2px; }
  .auction .bid-panel .end-text {
    margin-top: 10px; }
  .auction .bid-panel .time {
    display: flex;
    flex-direction: column;
    padding: 12px 0px 10px 8px; }
    @media (max-width: 940px) {
      .auction .bid-panel .time {
        flex: 320px;
        padding-top: 10px;
        align-items: end; } }
    @media (max-width: 600px) {
      .auction .bid-panel .time {
        flex: 210px;
        font-size: 12px; } }
    .auction .bid-panel .time .end-date .timer-case {
      font-weight: 400; }
    .auction .bid-panel .time .end-date.end {
      margin-top: 2px; }
    .auction .bid-panel .time #clockdiv {
      margin-top: 3px;
      text-align: right;
      color: #117400;
      font-weight: 400; }
      .auction .bid-panel .time #clockdiv span {
        display: inline-block; }
        .auction .bid-panel .time #clockdiv span.seconds {
          width: 18px;
          position: relative;
          right: 1px; }
    .auction .bid-panel .time .timeleft {
      margin-top: 3px;
      text-align: right;
      color: #117400;
      font-weight: 400; }
      .auction .bid-panel .time .timeleft.end {
        color: #000;
        margin-top: 0; }
  .auction .bid-panel .user-action {
    margin-top: 20px; }
    .auction .bid-panel .user-action .client-btn {
      display: flex;
      font-size: 16px; }
      .auction .bid-panel .user-action .client-btn .step {
        display: flex;
        align-items: center;
        height: 45px;
        min-width: 118px;
        margin-right: 10px;
        padding-left: 10px;
        border: 1px solid #000;
        font-weight: 400;
        background: #f8f6f6;
        border-radius: 3px; }
        .auction .bid-panel .user-action .client-btn .step span:first-of-type {
          margin-right: 4px; }
        .auction .bid-panel .user-action .client-btn .step span:last-of-type {
          font-weight: 200; }
      .auction .bid-panel .user-action .client-btn .submit-label {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        border: 1px solid #000;
        height: 45px;
        cursor: pointer;
        border-radius: 3px;
        font-size: 15px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .auction .bid-panel .user-action .client-btn .submit-label:hover {
          color: #7f7f7f;
          border-color: #7f7f7f; }
    .auction .bid-panel .user-action .reg-log {
      margin-top: 10px;
      text-align: center;
      padding-left: 141px; }
    .auction .bid-panel .user-action .auction-form > div > div:last-of-type {
      width: 100%; }
    .auction .bid-panel .user-action .auction-form.max-form > div {
      justify-content: flex-end;
      margin-top: 10px; }
      .auction .bid-panel .user-action .auction-form.max-form > div > div:first-of-type .currency {
        height: auto;
        top: 51px;
        right: -4px;
        background: transparent;
        font-size: 11px; }
      .auction .bid-panel .user-action .auction-form.max-form > div > div:last-of-type {
        width: auto;
        min-width: 140px; }
    .auction .bid-panel .user-action .field-wrap {
      position: relative;
      margin-right: 10px; }
      .auction .bid-panel .user-action .field-wrap .currency {
        position: absolute;
        top: 1px;
        right: 2px;
        font-size: 14px;
        height: 45px;
        display: flex;
        align-items: center;
        background: #f0f0f0;
        padding: 0 5px; }
    .auction .bid-panel .user-action input[type='text'] {
      display: flex;
      align-items: center;
      height: 45px;
      width: 62px;
      padding-left: 10px;
      padding-right: 52px;
      border: 1px solid #000;
      font-weight: 400;
      background: #f8f6f6;
      border-radius: 3px;
      font-size: 16px; }
    .auction .bid-panel .user-action input[type='submit'] {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      border: 1px solid #000;
      height: 45px;
      cursor: pointer;
      border-radius: 3px;
      font-size: 15px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .auction .bid-panel .user-action input[type='submit']:hover {
        color: #008e28;
        border-color: #008e28; }
    .auction .bid-panel .user-action select {
      height: 47px;
      font-size: 16px;
      border: 1px solid #000;
      border-radius: 3px;
      padding-left: 10px;
      font-weight: 400;
      font-family: "GothamPro"; }
      .auction .bid-panel .user-action select option {
        font-size: 16px;
        font-family: "GothamPro"; }

.auction .pre-max {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  margin: 14px 0; }
  .auction .pre-max:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    background-image: url("../images/arrow_down_black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.auction .user-max {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  margin-top: 2px;
  font-size: 12px; }
  .auction .user-max .label {
    border-bottom: 1px solid;
    margin-bottom: 2px;
    font-weight: 400; }
  .auction .user-max .value {
    font-weight: 400; }

.auction .bidders {
  margin-top: 60px; }
  @media (max-width: 600px) {
    .auction .bidders {
      margin-top: 50px; } }
  .auction .bidders .bids-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    position: relative;
    z-index: 1;
    background: #fafafa;
    padding: 0 10px;
    cursor: pointer; }
    .auction .bidders .bids-header > div:first-of-type {
      display: flex; }
      .auction .bidders .bids-header > div:first-of-type:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: relative;
        top: 4px;
        left: 6px;
        background-image: url("../images/arrow_down_black.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .auction .bidders .bids-header .count {
      margin-left: 3px;
      margin-right: 2px;
      font-weight: 400;
      font-size: 13px; }
    .auction .bidders .bids-header .reserve-message {
      position: relative;
      border-bottom: 1px solid black;
      font-size: 12px;
      font-weight: 400; }
      .auction .bidders .bids-header .reserve-message.is-met {
        border-bottom: 0;
        color: #007c00; }
    .auction .bidders .bids-header .ended .is-met {
      color: #000; }
    .auction .bidders .bids-header.open > div:first-of-type:after {
      transform: rotate(180deg); }
  .auction .bidders .bids-table {
    position: relative;
    top: -10px;
    opacity: 0;
    visibility: hidden;
    max-height: 265px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (max-width: 600px) {
      .auction .bidders .bids-table {
        height: 0; } }
    .auction .bidders .bids-table.expand {
      max-height: 420px;
      overflow: auto; }
    .auction .bidders .bids-table.open {
      top: 0;
      opacity: 1;
      visibility: visible; }
      @media (max-width: 600px) {
        .auction .bidders .bids-table.open {
          height: auto; } }
    .auction .bidders .bids-table .top-info {
      justify-content: space-between; }
      .auction .bidders .bids-table .top-info .user-max {
        font-size: 12px; }
    .auction .bidders .bids-table .table-head {
      display: none;
      border-top: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4;
      margin-top: 10px; }
      .auction .bidders .bids-table .table-head .table-row {
        border-bottom: 0;
        font-size: 12px; }
    .auction .bidders .bids-table .nobids {
      margin-top: 10px;
      padding: 0px 10px;
      font-size: 12px; }
    .auction .bidders .bids-table .table-body .table-row:first-of-type {
      border-top: 0; }
      .auction .bidders .bids-table .table-body .table-row:first-of-type .bid-num {
        display: flex;
        align-items: center; }
      .auction .bidders .bids-table .table-body .table-row:first-of-type .bid-date {
        color: #000; }
    .auction .bidders .bids-table .table-body .table-row:last-of-type {
      border-bottom: 0; }
    .auction .bidders .bids-table .table-body .table-row:hover {
      background: #fbfbfb; }
      .auction .bidders .bids-table .table-body .table-row:hover .bid-date {
        color: #000; }
    .auction .bidders .bids-table .table-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e0e0e0;
      padding: 5px 0; }
      .auction .bidders .bids-table .table-row > div {
        display: flex; }
        .auction .bidders .bids-table .table-row > div > div {
          margin-right: 20px;
          padding: 1px; }
          .auction .bidders .bids-table .table-row > div > div.bidders-num {
            position: relative;
            display: flex;
            align-items: center;
            padding-left: 10px;
            margin-right: 4px; }
            .auction .bidders .bids-table .table-row > div > div.bidders-num.style-1:before {
              background: #2d8ace; }
            .auction .bidders .bids-table .table-row > div > div.bidders-num.style-2:before {
              background: #7bd77a; }
            .auction .bidders .bids-table .table-row > div > div.bidders-num.style-3:before {
              background: #e4c07c; }
            .auction .bidders .bids-table .table-row > div > div.bidders-num.style-4:before {
              background: #8d43da; }
            .auction .bidders .bids-table .table-row > div > div.bidders-num.style-5:before {
              background: #4ad1da; }
            .auction .bidders .bids-table .table-row > div > div.bidders-num.style-6:before {
              background: #878787; }
            .auction .bidders .bids-table .table-row > div > div.bidders-num.style-6:before {
              background: #8dba65; }
            .auction .bidders .bids-table .table-row > div > div.bidders-num.style-7:before {
              background: #000; }
            .auction .bidders .bids-table .table-row > div > div.bidders-num.style-8:before {
              background: #795548; }
            .auction .bidders .bids-table .table-row > div > div.bidders-num span {
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 12px;
              margin-left: 5px;
              font-weight: 400;
              width: 10px;
              text-align: center; }
            .auction .bidders .bids-table .table-row > div > div.bidders-num:before {
              content: '';
              display: block;
              width: 6px;
              height: 6px;
              border-radius: 50%; }
          .auction .bidders .bids-table .table-row > div > div.bid-num {
            display: flex;
            font-size: 12px; }
            .auction .bidders .bids-table .table-row > div > div.bid-num .currency {
              font-size: 12px; }
            .auction .bidders .bids-table .table-row > div > div.bid-num > span:first-of-type {
              display: inline-block;
              width: 30px;
              margin-right: 5px; }
          .auction .bidders .bids-table .table-row > div > div.bid-date {
            color: #8d8d8d;
            font-size: 12px;
            width: 135px;
            margin-right: 0; }
          .auction .bidders .bids-table .table-row > div > div.bid-info {
            margin-right: 8px;
            width: 8px;
            font-size: 12px; }
      .auction .bidders .bids-table .table-row .user-bid {
        display: flex;
        align-items: center;
        text-transform: lowercase;
        font-size: 12px;
        padding-right: 10px; }
        .auction .bidders .bids-table .table-row .user-bid:before {
          content: '';
          display: inline-block;
          width: 7px;
          height: 8px;
          transform: rotate(90deg);
          background-image: url("../images/arrow_down.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          margin-right: 5px; }
  .auction .bidders .bids-footer {
    margin: 10px; }
    .auction .bidders .bids-footer button {
      display: flex;
      font-size: 12px;
      font-weight: 300;
      text-decoration: underline; }
      .auction .bidders .bids-footer button:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: relative;
        top: 4px;
        left: 6px;
        background-image: url("../images/arrow_down_black.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .auction .bidders .bids-footer button.open:after {
        transform: rotate(180deg); }
      .auction .bidders .bids-footer button.hide {
        display: none; }
      .auction .bidders .bids-footer button:hover {
        color: #333; }

.auction #overlay {
  opacity: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #00000054; }
  .auction #overlay.show {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: visible;
    opacity: 1;
    z-index: 12; }
  .auction #overlay .close-overlay {
    position: absolute;
    right: 15px;
    top: 15px; }
    .auction #overlay .close-overlay img {
      width: 20px; }
  .auction #overlay .inner {
    position: relative;
    width: 400px;
    height: 130px;
    padding: 50px;
    border: 1px solid #000;
    border-radius: 3px;
    background: #fff; }
    .auction #overlay .inner h3 {
      display: none;
      font-weight: 400; }
  .auction #overlay .bid-review {
    position: relative; }
    .auction #overlay .bid-review .loader {
      position: absolute; }
    .auction #overlay .bid-review .dynamic-content {
      animation: fade_in 0.4s ease; }
      .auction #overlay .bid-review .dynamic-content .notice strong {
        font-weight: 400; }
  .auction #overlay .item {
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
    justify-content: space-between; }
    .auction #overlay .item .item-title {
      font-weight: 400; }
  .auction #overlay .confirmation {
    font-size: 16px; }
    .auction #overlay .confirmation .label {
      margin-right: 5px; }
    .auction #overlay .confirmation .num {
      font-weight: 400;
      margin-right: 2px; }
    .auction #overlay .confirmation .currency {
      font-weight: 400; }
  .auction #overlay .buttons {
    margin-top: 30px; }
    .auction #overlay .buttons button {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      border: 1px solid #000;
      height: 45px;
      cursor: pointer;
      border-radius: 3px;
      font-size: 16px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .auction #overlay .buttons button:first-of-type {
        margin-right: 20px; }
      .auction #overlay .buttons button:last-of-type {
        margin-right: 0; }
      .auction #overlay .buttons button#bid-agree:hover, .auction #overlay .buttons button#max-agree:hover {
        border-color: #38ad22;
        color: green;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .auction #overlay .buttons button#bid-cancel:hover {
        border-color: #ff5656;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .auction #overlay .buttons button#bid-back:hover {
        border-color: #878787;
        color: #878787;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
  .auction #overlay .info {
    position: absolute;
    bottom: 29px;
    right: 49px; }

.auction .loader {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade_in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.auction .success,
.auction .error {
  opacity: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #00000054;
  font-size: 16px; }
  .auction .success.show,
  .auction .error.show {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: visible;
    opacity: 1;
    z-index: 12;
    top: 0; }
  .auction .success .close-button,
  .auction .error .close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-image: url("../images/menu-close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .auction .success .inner,
  .auction .error .inner {
    position: relative;
    width: 400px;
    padding: 50px;
    border: 1px solid #000;
    background: #fff;
    line-height: 20px; }
    .auction .success .inner h3,
    .auction .error .inner h3 {
      display: none;
      font-weight: 400; }
  .auction .success strong,
  .auction .error strong {
    font-weight: 400; }
  .auction .success .buttons,
  .auction .error .buttons {
    margin-top: 20px; }
    .auction .success .buttons button,
    .auction .error .buttons button {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      border: 1px solid #000;
      height: 45px;
      cursor: pointer;
      border-radius: 3px;
      font-size: 16px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .auction .success .buttons button:hover,
      .auction .error .buttons button:hover {
        color: #7f7f7f;
        border-color: #7f7f7f; }
  .auction .success .currency,
  .auction .error .currency {
    margin-left: 2px;
    font-weight: 400; }

.auction.user-bids .bid-data .container {
  overflow-x: hidden; }

.auction.user-bids h1 {
  font-weight: 400;
  font-size: 14px; }

.auction.user-bids .flex-table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px; }
  @media only screen and (max-width: 840px) {
    .auction.user-bids .flex-table {
      padding-bottom: 15px; } }
  .auction.user-bids .flex-table .row {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 840px) {
      .auction.user-bids .flex-table .row {
        width: 800px; } }
    .auction.user-bids .flex-table .row > div {
      flex-shrink: 0; }
  .auction.user-bids .flex-table .item-title {
    width: 35%;
    margin-right: 20px;
    overflow: hidden; }
    @media only screen and (max-width: 840px) {
      .auction.user-bids .flex-table .item-title {
        flex: 0 0 200px;
        width: auto; } }
  .auction.user-bids .flex-table .date {
    flex: 0 0 150px;
    padding-right: 5px; }
  .auction.user-bids .flex-table .bid {
    flex: 0 0 80px;
    padding-right: 10px; }
  .auction.user-bids .flex-table .max {
    flex: 0 0 80px;
    padding-right: 10px; }
  .auction.user-bids .flex-table .status {
    flex: 0 0 90px;
    padding-right: 10px; }
  .auction.user-bids .flex-table .result {
    flex: 0 0 90px; }
  .auction.user-bids .flex-table .table-head {
    border-bottom: 1px solid;
    padding-bottom: 5px; }
    @media only screen and (max-width: 840px) {
      .auction.user-bids .flex-table .table-head {
        width: 800px; } }
  .auction.user-bids .flex-table .table-body .row {
    padding-top: 8px;
    padding-bottom: 5px; }
    .auction.user-bids .flex-table .table-body .row:first-of-type {
      padding-top: 10px; }
    .auction.user-bids .flex-table .table-body .row:hover {
      background: #f7f7f7; }
  .auction.user-bids .flex-table .table-body a {
    display: inline-block;
    white-space: nowrap;
    color: #0b73ad;
    border-bottom: 1px solid; }

.auction.user-bids > section {
  margin-top: 65px;
  margin-bottom: 90px; }

.auction.auction-info section {
  margin-top: 40px;
  padding-bottom: 50px; }
  .auction.auction-info section h1 {
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 30px; }
    .auction.auction-info section h1.extra-margin {
      margin-top: 40px; }
  .auction.auction-info section .container > div {
    max-width: 620px; }
  .auction.auction-info section a {
    text-decoration: underline;
    color: #0053ff; }
  .auction.auction-info section p {
    line-height: 20px; }
  .auction.auction-info section ul {
    width: 200px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px; }
    .auction.auction-info section ul strong {
      font-weight: 300; }
    .auction.auction-info section ul li {
      margin-bottom: 3px;
      padding-bottom: 3px;
      border-bottom: 1px solid #e8e8e8; }
      .auction.auction-info section ul li strong:last-of-type {
        font-weight: 400; }
  .auction.auction-info section strong.extra-margin {
    display: inline-block;
    margin-top: 15px; }

footer a {
  font-size: 16px; }
  @media (max-width: 600px) {
    footer a {
      font-size: 16px; } }

footer.front {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #00000017;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  footer.front .inner {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1000px) {
      footer.front .inner {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    @media (max-width: 600px) {
      footer.front .inner {
        justify-content: initial;
        align-items: initial; } }
  @media (max-width: 600px) {
    footer.front {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-bottom: env(safe-area-inset-bottom);
      margin-bottom: 35px;
      background: transparent; } }
  footer.front:hover {
    background: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (max-width: 1278px) {
      footer.front:hover {
        background: initial; } }
    .black footer.front:hover a {
      color: #fff; }
  footer.front a {
    color: #fff; }
    .black footer.front a {
      color: #000; }
  @media (max-width: 1278px) {
    footer.front nav.footer-nav {
      display: flex; } }
  @media only screen and (max-width: 1000px) {
    footer.front nav.footer-nav {
      margin-top: 3px; } }
  @media (max-width: 600px) {
    footer.front nav.footer-nav {
      display: flex;
      justify-content: space-between;
      margin-top: 10px; } }
  footer.front nav.footer-nav .mobile-links {
    display: none; }
    @media (max-width: 1278px) {
      footer.front nav.footer-nav .mobile-links {
        display: flex;
        margin-right: 40px; } }
    footer.front nav.footer-nav .mobile-links a {
      display: block;
      text-transform: lowercase;
      text-decoration: underline; }
      footer.front nav.footer-nav .mobile-links a:first-of-type {
        margin-right: 15px; }
    @media (max-width: 600px) {
      footer.front nav.footer-nav .mobile-links {
        display: block;
        flex: 1; }
        footer.front nav.footer-nav .mobile-links a:last-of-type {
          margin-top: 5px; } }
  @media (max-width: 600px) {
    footer.front .auction-links {
      display: flex;
      align-items: end; } }
  footer.front .auction-links a {
    text-transform: lowercase; }
    footer.front .auction-links a:first-of-type {
      font-weight: 500;
      margin-right: 5px; }
  footer.front .auction-links .link-spacer {
    background: #fff; }
    @media (max-width: 600px) {
      footer.front .auction-links .link-spacer {
        display: none; } }
    .black footer.front .auction-links .link-spacer {
      background: #000; }
  @media (max-width: 600px) {
    footer.front .auction-links .registration {
      display: none; } }

footer.default {
  border-top: 1px solid #ccc;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 50px; }
  footer.default .contact-wrap {
    display: flex;
    justify-content: end; }
    footer.default .contact-wrap a {
      margin-right: 20px;
      font-size: 12px;
      text-transform: uppercase; }
      footer.default .contact-wrap a:last-of-type {
        margin-right: 0; }
      footer.default .contact-wrap a:hover {
        text-decoration: underline; }
  footer.default .back-button {
    display: flex; }
    footer.default .back-button:before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      position: relative;
      top: 4px;
      left: 6px;
      transform: rotate(90deg);
      background-image: url("../images/arrow_down_black.svg"); }
    footer.default .back-button > span {
      margin-left: 12px; }
    footer.default .back-button:hover {
      text-decoration: underline; }

footer.auction {
  border-top: 1px solid #ccc;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 50px; }
  .user-login footer.auction,
  .user-registration footer.auction,
  .user-reset footer.auction,
  .user-res footer.auction {
    margin-top: 0; }
  footer.auction .inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  footer.auction .info-wrap {
    display: flex;
    align-items: center; }
    footer.auction .info-wrap img {
      margin-right: 10px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      @media (max-width: 450px) {
        footer.auction .info-wrap img {
          width: 24px;
          height: 24px; } }
    footer.auction .info-wrap a {
      display: flex;
      align-items: center;
      font-size: 14px; }
      footer.auction .info-wrap a:hover {
        text-decoration: underline; }
      @media (max-width: 450px) {
        footer.auction .info-wrap a {
          font-size: 12px;
          flex: 0 0 155px; } }
  footer.auction .contact-wrap a {
    margin-right: 20px;
    font-size: 14px; }
    footer.auction .contact-wrap a:last-of-type {
      margin-right: 0; }
    footer.auction .contact-wrap a:hover {
      text-decoration: underline; }
  footer.auction .auction-links {
    display: none; }
    footer.auction .auction-links a {
      font-size: 14px; }
      footer.auction .auction-links a.logout {
        text-decoration: underline; }

footer .contact {
  position: relative; }
  @media (max-width: 450px) {
    footer .contact {
      display: flex;
      flex-direction: column; } }
  footer .contact a:first-of-type {
    margin-right: 20px; }
    @media (max-width: 450px) {
      footer .contact a:first-of-type {
        margin-right: 0;
        margin-bottom: 7px; } }
  .style-2 footer .contact a,
  .style-3 footer .contact a {
    color: #fff; }

footer .link-spacer {
  display: inline-flex;
  width: 1px;
  height: 10px;
  margin: 0 4px;
  background: #000; }
  .style-2 footer .link-spacer,
  .style-3 footer .link-spacer {
    background: #fff; }
