@charset "UTF-8";
/* automation variables */
/* Standard Colors */
/* Colors for live auction left column, where it says "Now", "Paused", and "Closed" on the top right of the left column. */
/* End of colors for live auction left column */
/* Lot grid view colors */
/* End of lot grid view colors */
/* Text color for:
	- "Won"
	- "Bidding $3,000 (Max. $4,000)"
	- "You bid $3,000" (for timed auctions to indicate what your bid was for a non-active lot)
*/
/* Text color for "Outbid $4,000 [...] Current $4,500". */
/* Lot list background color when hovering. */
/*$auction-status-color-default: transparentize($primary-color-medium,0.1) !default;
$auction-status-text-color-default: #fff !default;*/
/*$button-color-black-text-shadow: #495d75 !default;
$button-color-black-border: #8598a9 !default;
$button-color-black-shadow: #131d27 !default;*/
/* TODO Need to create red color button for the demo template */
/* Emulating bootstrap default line height, useful when you want to reset the line height */
/* Line height value used for a nearly zero pixel gap around text. Useful when you want to align text pixel perfectly. */
/* Deprecated, do not use this. Use $am-logo-color from _menu.scss instead. */
/* new menu variables */
/* realestate menu variables */
/* bid status color variables */
/* automation variables */
/* Standard Colors */
/* Colors for live auction left column, where it says "Now", "Paused", and "Closed" on the top right of the left column. */
/* End of colors for live auction left column */
/* Lot grid view colors */
/* End of lot grid view colors */
/* Text color for:
	- "Won"
	- "Bidding $3,000 (Max. $4,000)"
	- "You bid $3,000" (for timed auctions to indicate what your bid was for a non-active lot)
*/
/* Text color for "Outbid $4,000 [...] Current $4,500". */
/* Lot list background color when hovering. */
/*$auction-status-color-default: transparentize($primary-color-medium,0.1) !default;
$auction-status-text-color-default: #fff !default;*/
/*$button-color-black-text-shadow: #495d75 !default;
$button-color-black-border: #8598a9 !default;
$button-color-black-shadow: #131d27 !default;*/
/* TODO Need to create red color button for the demo template */
/* Emulating bootstrap default line height, useful when you want to reset the line height */
/* Line height value used for a nearly zero pixel gap around text. Useful when you want to align text pixel perfectly. */
/* Deprecated, do not use this. Use $am-logo-color from _menu.scss instead. */
/* new menu variables */
/* realestate menu variables */
/* bid status color variables */
/** Order flow responsive scss start **/
@media (max-width: 767px) {
  .order-confirmation-wrap .order-confirmation-detail h2, .order-confirmation-wrap .order-processing h2 {
    font-size: 22px; }
  .invoice-page {
    padding-bottom: 0; }
    .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row {
      flex-direction: column; }
      .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-details, .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-info, .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-total {
        width: 100% !important;
        margin-bottom: 20px; }
      .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-total {
        text-align-last: left;
        margin-bottom: 0; } }

@media (max-width: 479px) {
  .invoice-page .invoices {
    margin: 15px 0; }
    .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row {
      flex-direction: column; }
      .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-details, .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-info, .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-total {
        width: 100%;
        text-align-last: left;
        padding: 7px 0; }
    .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-header .invoice-header-detail p {
      font-size: 14px; }
    .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-header .invoice-status.paid p {
      font-size: 14px; }
  .order-detail-wrap, .order-confirmation-wrap {
    margin: 15px 0; }
  .order-detail-box {
    margin-top: 10px;
    margin-bottom: 15px; }
    .order-detail-box .order-detail-row p {
      max-width: 80%; }
  .proceed-payment-button {
    justify-content: center; } }

/** Order flow responsive scss end **/
/*$lot-active-color: darken($lot-hover-color, 10%) !default;*/
.no-mobile-access {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  position: fixed;
  z-index: 1000000000000000001;
  /* baseer said it needed an extra digit do I added a 1 FeC */
  padding-top: 20px; }

.btn-group .dropdown-toggle .btn-label {
  display: inline-block;
  max-width: 104px;
  overflow: hidden;
  margin-right: 5px;
  text-overflow: ellipsis; }

.btn-label ~ .caret {
  display: inline; }

body .container-non-responsive.nav-container, body .container.nav-container {
  height: 40px;
  text-align: left;
  position: relative; }

body.large-navbar-logo-visible .nav-container {
  text-align: center; }

body .container-non-responsive.nav-container.logo-collapsed #menu, body .container.nav-container.logo-collapsed #menu {
  margin-left: 300px; }

nav {
  display: inline-block; }

#menu {
  /* 	margin-top:15px; */
  display: inline-block;
  text-align: left; }
  #menu .search-bar.active ~ ul {
    visibility: hidden; }
  #menu .search-bar.active ~ .bid-live {
    visibility: hidden; }
  #menu .locale-wrapper {
    margin-left: 10px;
    display: inline-block; }
    #menu .locale-wrapper .locale-flag {
      height: 24px;
      width: 24px;
      display: inline-block;
      background-size: 24px;
      background-position: center;
      background-repeat: no-repeat;
      height: 40px;
      margin-right: 5px; }
  #menu .profile-menu > a {
    max-width: 100px;
    overflow: hidden;
    height: 40px; }
  #menu ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0; }
    #menu ul a {
      display: block;
      text-decoration: none;
      line-height: 32px;
      padding-top: 0;
      text-transform: none;
      font-size: 15px;
      cursor: pointer;
      color: white;
      font-weight: 500;
      padding-left: 14px;
      padding-right: 14px; }
      #menu ul a.section-label {
        color: #999;
        text-transform: uppercase;
        font-weight: 500;
        padding-left: 10px;
        font-size: 12px;
        padding-top: 10px;
        cursor: default; }
        #menu ul a.section-label a:hover {
          text-decoration: none !important; }
    #menu ul li {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      border-bottom: 3px solid #2A2A2A; }
      #menu ul li.active {
        border-bottom: 3px solid #ff9725;
        background: #373737;
        padding-bottom: 7px; }
      #menu ul li:not(.section-label):hover {
        background: #373737; }
      #menu ul li:hover > ul {
        display: block; }
      #menu ul li.separator-before {
        border-left: none; }
        #menu ul li.separator-before::before {
          position: absolute;
          content: "";
          left: 0px;
          top: -1px;
          height: 0px;
          right: 0;
          border-top: 1px solid #888; }
        #menu ul li.separator-before:first-child.separator-before::before {
          border-top: none; }
    #menu ul ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #2A2A2A;
      padding: 0;
      margin-top: 3px;
      border-color: #555555;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-width: 0;
      padding-bottom: 2px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
      #menu ul ul li {
        float: none;
        width: 200px; }
        #menu ul ul li .subtitle {
          display: block;
          font-size: 12px;
          position: absolute;
          color: #999;
          /* bottom: -7px; */
          bottom: -2px;
          right: 10px;
          margin-left: 23px; }
      #menu ul ul a {
        line-height: 120%;
        padding: 10px 15px; }
      #menu ul ul a:not(.section-label):hover {
        text-decoration: underline; }
      #menu ul ul ul {
        top: 0;
        left: 100%; }
  #menu > ul > li {
    height: 40px;
    padding-top: 4px;
    /* 
			todo I do not like expanding this but if we want the bidcount to fit it is the only way 
			this will expand the size of the submenu items in my bids so that the bid count can fit in the hover area
			*/ }
    #menu > ul > li:hover {
      border-bottom: 3px solid #ff9725; }
    #menu > ul > li > a:hover {
      text-decoration: none; }
    #menu > ul > li.separator-before::before {
      border-top: none; }
    #menu > ul > li.my-bids ul li a {
      padding: 15px 15px; }
  #menu #google_translate_element {
    position: absolute;
    bottom: 2px;
    right: 15px;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc; }
  #menu #MicrosoftTranslatorWidget {
    position: absolute;
    bottom: 0px;
    right: 15px;
    z-index: 999;
    zoom: 0.8; }

.nav-container.logo-collapsed #MicrosoftTranslatorWidget {
  bottom: -3px !important; }

html {
  height: 100%; }

html, body {
  /* Prevent horizontal scroll */
  max-width: 100%;
  overflow-x: hidden; }

html {
  background-color: #fff !important;
  /* Important in order to override styling by angular material */ }

body {
  font-size: 12px;
  background-color: transparent !important;
  /* Important in order to override styling by angular material */
  color: #333;
  position: relative;
  min-height: 100%;
  height: auto;
  overflow: hidden; }

#main {
  margin-top: 40px;
  padding-bottom: 100px; }

.live-auction-body #main {
  padding-bottom: 10px; }

body.no-footer #main {
  padding-bottom: 0; }

body.no-padding #main {
  padding-bottom: 0; }

body.no-navbar #main {
  margin-top: 0 !important; }

body.is-responsive-desktop-only .container {
  /* Supporting responsive only down to 970px for now */
  min-width: 970px; }

#outBidModal .modal-dialog {
  height: 100%; }
  #outBidModal .modal-dialog .modal-content {
    border-radius: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 550px;
    margin: 0 auto;
    max-width: 100%; }
    #outBidModal .modal-dialog .modal-content .modal-header {
      border: none;
      padding: 20px;
      position: relative; }
      #outBidModal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 22px;
        font-weight: bold; }
      #outBidModal .modal-dialog .modal-content .modal-header .close {
        position: absolute;
        left: 20px;
        top: 50%;
        font-size: 50px;
        font-weight: lighter;
        transform: translateY(-50%); }
        @media (max-width: 767px) {
          #outBidModal .modal-dialog .modal-content .modal-header .close {
            left: 10px;
            font-size: 40px;
            top: 55%; } }
    #outBidModal .modal-dialog .modal-content .modal-body {
      padding: 0 20px; }
      #outBidModal .modal-dialog .modal-content .modal-body p {
        font-size: 16px; }
        @media (max-width: 767px) {
          #outBidModal .modal-dialog .modal-content .modal-body p {
            font-size: 14px; } }
    #outBidModal .modal-dialog .modal-content .modal-footer {
      border: none;
      text-align: center;
      margin: 0;
      padding: 20px; }
      #outBidModal .modal-dialog .modal-content .modal-footer .btn {
        padding: 12px 0px;
        min-width: 160px;
        border: 2px solid #DADADA;
        text-transform: uppercase;
        font-size: 16px;
        background-color: white; }
        @media (max-width: 767px) {
          #outBidModal .modal-dialog .modal-content .modal-footer .btn {
            font-size: 14px; } }

.overflowHidden {
  overflow: hidden; }

.static-page {
  font-size: 16px;
  padding-top: 20px; }

.static-page.no-top-padding {
  padding-top: 0; }

.popover {
  line-height: 1.42857143;
  z-index: 10000;
  background-color: #666;
  padding: 0;
  border-width: 0;
  color: white; }
  .popover .arrow::after {
    border-top-color: #666 !important; }
  .popover, .popover .popover-title {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
  .popover .popover-title {
    background-color: #333;
    border-bottom: 0;
    padding: 6px 10px 5px; }
  .popover .popover-content {
    padding: 4px 10px 5px;
    font-weight: 600;
    font-size: 13px; }

.popover.open {
  display: block; }

.popover-title {
  font-weight: bold; }

.display-none {
  display: none; }

.dynamic-vertical-center:after, .bid-action-box .action-status-wrap:after, #auction-header:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

#auction-header > * {
  vertical-align: middle;
  display: inline-block; }

.auction-status-box {
  position: relative;
  width: 79px;
  height: 79px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px; }
  .auction-status-box.has-end-date {
    width: 158px; }
  .auction-status-box.v2 {
    width: 52px;
    height: 52px;
    color: #333;
    background-color: white;
    text-align: left;
    border: 1px solid #d0d0d0; }
    .auction-status-box.v2.live-now {
      border-width: 0; }
    .auction-status-box.v2.has-end-date {
      width: 104px; }
    .auction-status-box.v2 .date-box,
    .auction-status-box.v2 .info-box {
      width: 51px; }
    .auction-status-box.v2 .date-box .day {
      margin-top: 0px;
      font-size: 12px; }
    .auction-status-box.v2 .date-box .date {
      font-size: 21px;
      line-height: 17px;
      margin-top: 0; }
    .auction-status-box.v2 .date-box .month {
      font-size: 12px;
      margin-top: 0; }
  .auction-status-box .time,
  .auction-status-box .location {
    font-size: 11px;
    font-weight: 500; }
  .auction-status-box .info-lines-wrap {
    margin-top: -10px;
    margin-bottom: 10px; }
  .auction-status-box .date-box,
  .auction-status-box .info-box {
    width: 78px;
    display: inline-block;
    text-align: center; }
  .auction-status-box .date-box {
    position: relative;
    vertical-align: top; }
    .auction-status-box .date-box + .date-box:before {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: -4px;
      width: 8px;
      background: url("/img/arrow-right-very-thin.png") 0 center no-repeat;
      background-size: 100% auto; }
    .auction-status-box .date-box .day {
      font-size: 15px;
      font-weight: 400; }
    .auction-status-box .date-box .date {
      font-size: 33px;
      font-weight: 600;
      margin-top: -9px; }
    .auction-status-box .date-box .month {
      font-size: 15px;
      font-weight: 700;
      margin-top: -11px; }
  .auction-status-box.live-now {
    background-color: rgba(235, 94, 40, 0.9);
    color: #fff;
    text-align: center; }
  .auction-status-box .live-now-box {
    padding-top: 6px;
    font-size: 19px; }

.caps {
  text-transform: uppercase; }

.radio.custom, .checkbox.custom {
  margin-top: 0;
  margin-bottom: 0; }
  .radio.custom .input-label, .checkbox.custom .input-label {
    margin-left: 7px; }
  .radio.custom + .radio.custom, .radio.custom + .checkbox.custom, .checkbox.custom + .radio.custom, .checkbox.custom + .checkbox.custom {
    margin-top: 3px; }
  .radio.custom label, .checkbox.custom label {
    margin-bottom: 0; }
    .radio.custom label > input, .radio.custom label .input-label, .checkbox.custom label > input, .checkbox.custom label .input-label {
      float: none;
      margin-top: 0;
      margin-bottom: 0;
      display: inline-block;
      vertical-align: middle; }

.normal-case, .static-header .subtitle.normal-case, #auction-header .subtitle.normal-case {
  text-transform: none !important; }

.animate.ng-enter,
.animate.ng-leave {
  -webkit-transition: 0.15s linear all;
  transition: 0.15s linear all;
  overflow: hidden; }

.bid-history-item.animate.ng-enter,
.bid-history-item.animate.ng-leave {
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all; }

.animate.ng-enter,
.animate.ng-leave.ng-leave-active {
  opacity: 0;
  max-height: 0px; }

.animate.ng-leave,
.animate.ng-enter.ng-enter-active {
  opacity: 1;
  max-height: 100000px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.live-auction-container .bid-history::-webkit-scrollbar {
  width: 8px; }

.live-auction-container .bid-history::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none; }

.live-auction-container .bid-history::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #959595; }

.breadcrumb {
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: white;
  border-bottom: 1px solid #cccccc;
  position: relative; }
  .breadcrumb li:first-child:before {
    background-image: url("/img/icon-breadcrumb.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 30%;
    width: 10px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0; }
  .breadcrumb li:first-child {
    padding-left: 18px;
    position: relative; }
  .breadcrumb li:last-child {
    font-weight: 700; }
  .breadcrumb li a, .breadcrumb li {
    color: #737373; }

.full-width-background, .breadcrumb, #auction-header-wrap, .filters-container, .filtersV2-5-container, .static-header, .breadcrumb, .bid-sheet-page .group-header, .page-details .header, .alert {
  position: relative; }
  .full-width-background:before, .breadcrumb:before, #auction-header-wrap:before, .filters-container:before, .filtersV2-5-container:before, .static-header:before, .breadcrumb:before, .bid-sheet-page .group-header:before, .page-details .header:before, .alert:before {
    position: absolute;
    background: inherit;
    top: 0;
    height: 100%;
    border: inherit;
    left: -200%;
    right: -200%;
    z-index: -1;
    content: "";
    box-sizing: content-box; }

.alert:before {
  content: none; }

.alert .full-width-background-div {
  left: -100%;
  position: absolute;
  background: inherit;
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  border-color: inherit;
  border: inherit;
  box-sizing: content-box; }
  .alert .full-width-background-div::after {
    position: absolute;
    background: inherit;
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    border-color: inherit;
    border: inherit;
    box-sizing: content-box; }
  .alert .full-width-background-div::after {
    right: -200%; }

#auction-header-wrap {
  background-color: #e2e3e4; }
  #auction-header-wrap .actions {
    position: absolute;
    right: 0;
    margin-top: 13px; }

#auction-header-wrap:before {
  background-image: url();
  background-size: auto 100%;
  background-position: 0%; }

#auction-header-wrap:after {
  content: "";
  background-color: #000;
  left: -200%;
  right: -200%;
  z-index: -2;
  top: 0;
  bottom: 0;
  position: absolute; }

#auction-header {
  height: 87px; }
  #auction-header .btn.back-to-lots {
    float: right;
    margin-top: 45px; }
  #auction-header.v2 {
    height: 67px;
    position: relative;
    background-color: #eeeeee;
    padding-left: 0;
    border-bottom: 1px solid #ccc; }
    #auction-header.v2 .btn-custom.bid-sheet, #auction-header.v2 .btn-custom.view-lots {
      background: -ms-linear-gradient(#762e58, #51203d);
      background: linear-gradient(#762e58, #51203d);
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      border: 1px solid #381629;
      color: white; }
      #auction-header.v2 .btn-custom.bid-sheet:hover, #auction-header.v2 .btn-custom.view-lots:hover {
        background: linear-gradient(#69294e, #441b33);
        background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
      #auction-header.v2 .btn-custom.bid-sheet.active, #auction-header.v2 .btn-custom.view-lots.active {
        background: linear-gradient(#51203d, #762e58);
        background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
      #auction-header.v2 .btn-custom.bid-sheet:hover, #auction-header.v2 .btn-custom.bid-sheet:active, #auction-header.v2 .btn-custom.view-lots:hover, #auction-header.v2 .btn-custom.view-lots:active {
        -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
      #auction-header.v2 .btn-custom.bid-sheet:active, #auction-header.v2 .btn-custom.view-lots:active {
        background: linear-gradient(#441b33, #69294e);
        background: -ms-linear-gradient(#762e58, #51203d, "vertical");
        -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
      #auction-header.v2 .btn-custom.bid-sheet.flat, #auction-header.v2 .btn-custom.view-lots.flat {
        background: #762e58;
        border: 0;
        border-color: #762e58;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0; }
      #auction-header.v2 .btn-custom.bid-sheet.flat:hover, #auction-header.v2 .btn-custom.view-lots.flat:hover {
        background: #883566; }
      #auction-header.v2 .btn-custom.bid-sheet.flat:active, #auction-header.v2 .btn-custom.view-lots.flat:active {
        background: #64274a; }
      #auction-header.v2 .btn-custom.bid-sheet.white.flat, #auction-header.v2 .btn-custom.view-lots.white.flat {
        border: 1px solid black; }
    #auction-header.v2 .auction-status-box {
      vertical-align: middle;
      display: inline-block;
      margin-right: 11px; }
      #auction-header.v2 .auction-status-box.v2 .live-now-box {
        font-size: 15px;
        padding-top: 5px; }
    #auction-header.v2 .title {
      font-size: 21px;
      font-weight: 600;
      width: 410px;
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
    #auction-header.v2 .actions {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
      #auction-header.v2 .actions .auction-timer, #auction-header.v2 .actions .btn-wrap, #auction-header.v2 .actions .auction-registration-notice {
        border-left: 1px solid #ccc;
        padding-left: 10px;
        padding-right: 10px; }
      #auction-header.v2 .actions .btn-wrap + .btn-wrap {
        padding-left: 0;
        border-left-width: 0; }
      #auction-header.v2 .actions > a, #auction-header.v2 .actions > div {
        display: inline-block;
        vertical-align: middle; }
        #auction-header.v2 .actions > a:first-child, #auction-header.v2 .actions > div:first-child {
          border-left-width: 0; }
      #auction-header.v2 .actions .auction-registration-notice {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        width: 147px; }
        #auction-header.v2 .actions .auction-registration-notice.approved, #auction-header.v2 .actions .auction-registration-notice.pending, #auction-header.v2 .actions .auction-registration-notice.declined {
          background-repeat: no-repeat;
          background-size: 13px auto;
          background-position: 12px center;
          padding-left: 37px; }
        #auction-header.v2 .actions .auction-registration-notice.pending, #auction-header.v2 .actions .auction-registration-notice.declined {
          padding-right: 15px; }
        #auction-header.v2 .actions .auction-registration-notice.pending {
          background-image: url("/img/icon-clock.png"); }
        #auction-header.v2 .actions .auction-registration-notice.declined {
          background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/icon-x.png"); }
        #auction-header.v2 .actions .auction-registration-notice.approved {
          background-image: url("/img/icon-check.png");
          font-weight: normal;
          width: 135px;
          padding-right: 10px; }
    #auction-header.v2 .toggle-auction-info {
      width: 67px;
      text-align: center;
      text-transform: uppercase;
      line-height: 67px;
      cursor: pointer;
      color: #aaa;
      font-weight: bold;
      border-width: 0 1px !important;
      border-style: solid;
      border-color: #cccccc;
      position: relative; }
      #auction-header.v2 .toggle-auction-info:before {
        content: "";
        position: absolute;
        top: 75%;
        left: 50%;
        width: 16px;
        height: 9px;
        margin-top: -4px;
        margin-left: -8px;
        background: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/arrow-down-very-thin.png") center center no-repeat;
        background-size: auto 100%;
        -webkit-transition: -webkit-transform 0.25s;
        -moz-transition: -moz-transform 0.25s;
        transition: transform 0.25s; }
      #auction-header.v2 .toggle-auction-info.open {
        background-color: white; }
      #auction-header.v2 .toggle-auction-info.open:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    #auction-header.v2 .auction-timer {
      text-align: right; }
      #auction-header.v2 .auction-timer .timer-label {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px; }
        #auction-header.v2 .auction-timer .timer-label.closed {
          color: #b9121a; }
      #auction-header.v2 .auction-timer .timer {
        font-style: italic;
        color: #762e58;
        font-size: 13px; }
  #auction-header .auction-header-details .auction-status-box {
    width: 65px;
    height: 66px;
    padding: 2px; }
    #auction-header .auction-header-details .auction-status-box.has-end-date {
      width: 126px; }
    #auction-header .auction-header-details .auction-status-box .date-box {
      width: 61px; }
    #auction-header .auction-header-details .auction-status-box .day {
      font-size: 13px; }
    #auction-header .auction-header-details .auction-status-box .date {
      font-size: 27px;
      margin-top: -7px; }
    #auction-header .auction-header-details .auction-status-box .month {
      font-size: 14px;
      margin-top: -8px; }
    #auction-header .auction-header-details .auction-status-box .live-now-box {
      font-size: 17px; }
  #auction-header .auction-header-details .main-box {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding-left: 10px;
    padding-right: 6px;
    background-color: inherit;
    padding: 6px 10px 6px 10px; }
    #auction-header .auction-header-details .main-box .title {
      color: #333;
      font-size: 21px;
      font-weight: 600;
      height: 31px;
      line-height: 31px;
      margin: 0px;
      overflow: hidden; }
    #auction-header .auction-header-details .main-box .subtitle, #auction-header .auction-header-details .main-box .auction-registration-notice {
      text-transform: uppercase;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      /*.item + .item:before {
					content: "•";
				}*/ }
    #auction-header .auction-header-details .main-box .subtitle {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (max-width: 1199px) {
        #auction-header .auction-header-details .main-box .subtitle {
          -webkit-line-clamp: 1; } }
    #auction-header .auction-header-details .main-box .auction-registration-notice {
      color: #b9121a;
      font-weight: 600; }
      #auction-header .auction-header-details .main-box .auction-registration-notice::before {
        color: #333;
        content: " • "; }
    #auction-header .auction-header-details .main-box > .actions {
      display: inline-block;
      vertical-align: top;
      margin-top: -1px; }
      #auction-header .auction-header-details .main-box > .actions .btn:not(.group) {
        height: 24px;
        line-height: 22px;
        padding: 0 10px;
        margin-left: 6px; }
      #auction-header .auction-header-details .main-box > .actions .toggle-auction-info {
        width: 154px; }
  #auction-header .auction-header-details .main-box.title-only {
    padding-left: 15px;
    padding-right: 15px; }
    #auction-header .auction-header-details .main-box.title-only .title {
      font-size: 29px;
      height: 53px;
      line-height: 53px;
      font-weight: 500; }
  #auction-header.responsive-title {
    height: 96px; }
    #auction-header.responsive-title .auction-header-details .main-box.title-only .title {
      font-size: 18px;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box;
      line-height: 1.4; }

@media (min-width: 1200px) {
  #auction-header.v2 .title {
    width: 610px; } }

#auction-header .logo, .static-header .logo {
  position: relative;
  transition: opacity 0.5s;
  background-size: auto 70%;
  height: 65px;
  width: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("/img/n4-spink/logo.png"); }

.navbar-nav.navbar-right.logo-collapsed {
  padding-left: 300px; }

.static-header + .filters-container {
  /*margin-top: 20px;*/ }

.static-header {
  background-color: #eeeeee;
  position: relative;
  border-bottom: 1px solid #cccccc; }
  .static-header .title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    line-height: 1.1; }
  .static-header .title-right {
    line-height: 35px;
    margin-left: 20px; }
  .static-header .breadcrumb ~ .title, .static-header .breadcrumb ~ .title-right {
    margin-top: 7px; }
  .static-header .subtitle {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 14px;
    display: block;
    text-transform: uppercase; }
  .static-header .title + .subtitle {
    margin-top: 3px; }

.static-header .filters-line, #auction-header .filters-line {
  position: absolute;
  right: 0;
  bottom: 10px;
  height: 31px; }

.static-header .tabs, #auction-header .tabs {
  position: absolute;
  right: 0;
  bottom: 0; }
  .static-header .tabs .tab, #auction-header .tabs .tab {
    border: none; }

.bid-sheet-header {
  position: relative;
  min-height: 32px;
  line-height: 32px; }
  .bid-sheet-header.bottom-border {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 6px; }
  .bid-sheet-header .total-spent-amount-box {
    display: inline;
    color: #762e58;
    font-size: 22px; }
    .bid-sheet-header .total-spent-amount-box .total-spent-label {
      text-transform: uppercase; }
    .bid-sheet-header .total-spent-amount-box .total-spent-amount {
      font-weight: bold; }
  .bid-sheet-header .total-spent-amount-box, .bid-sheet-header .spending-limit-box {
    border-left: 1px solid #cacaca;
    padding-left: 13px;
    margin-left: 13px; }
  .bid-sheet-header > :first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0; }
  .bid-sheet-header .absentee-bid-box, .bid-sheet-header .spending-limit-box {
    margin-bottom: 0; }
  .bid-sheet-header .tabs {
    position: absolute;
    right: 0; }
    .bid-sheet-header .tabs.vertically-centered {
      top: 0; }
    .bid-sheet-header .tabs .tab {
      border-bottom-width: 0; }
  .bid-sheet-header .number-of-lots {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    display: inline; }

.bid-sheet-header ~ .filters-container {
  border-top: 1px solid #ccc; }
  .bid-sheet-header ~ .filters-container::before {
    top: -1px; }

.tabs {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase; }
  .tabs .tab {
    font-size: 13px;
    font-weight: 700;
    box-sizing: border-box;
    color: #999;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 18px;
    line-height: 31px;
    height: 33px;
    cursor: pointer;
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-bottom-color: #cacaca;
    border-left-width: 0;
    border-right-width: 0; }
  .tabs .tab.active {
    background-color: #fff !important;
    color: #333;
    line-height: 33px;
    border: 1px solid #cacaca;
    border-width: 0;
    border-bottom: 1px solid white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .tabs .tab + .tab {
    border-left: 1px solid #cacaca; }
  .tabs .tab.active + .tab {
    border-left-width: 1px; }
  .tabs .tab + .tab.active {
    border-left-width: 1px; }
  .tabs.bordered .tab + .tab {
    border-left-width: 0; }
  .tabs.bordered .tab {
    border-bottom: 1px solid #cacaca; }
  .tabs.bordered .tab.active {
    border-width: 1px 1px 0; }

#auction-header .tabs {
  z-index: 10; }
  #auction-header .tabs .tab {
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0; }
  #auction-header .tabs .tab.active {
    border-bottom-width: 0; }
  #auction-header .tabs .tab, #auction-header .tabs .tab.active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }

.static-header .watch-box {
  min-height: 29px !important; }

#auction-header .filters-line .filter-label {
  color: white; }

/*.auctions-header, .static-header {
	.logo {
		background-position: left center;
		background-repeat: no-repeat;
		background-size: auto 50%;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 300px;
	}
}*/
.breadcrumb + .alert, .container-non-responsive > .alert {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.alert-dismissable .close {
  right: 0px; }

.alert .close {
  opacity: 0.8; }

.alert-danger {
  background-color: #b50000;
  color: white;
  font-weight: bold; }

.alert-info {
  /*background-color: #31708f;
	border-color: #31708f;
	color: white;*/
  font-weight: bold; }

.alert a {
  color: white;
  text-decoration: underline; }

.page-details .header {
  line-height: 45px;
  border-bottom: 1px solid #cccccc; }
  .page-details .header .title {
    font-size: 17px;
    text-transform: uppercase; }

.container-non-responsive, .hdh-column-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  /* Set width to your desired site width */
  width: 970px; }

body > .container-non-responsive {
  overflow: auto; }

.btn {
  outline: none !important; }

.btn-image {
  background-color: transparent;
  padding: 0;
  border: 0;
  background-repeat: no-repeat; }

.btn-custom {
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  height: 31px;
  line-height: 31px;
  padding: 0 17px;
  border-radius: 3px;
  position: relative; }

.btn-custom.small {
  font-size: 12px;
  height: 27px;
  line-height: 27px; }

.btn-custom.icon {
  padding: 0 9px 0 25px; }

.btn-custom.icon.icon-only {
  padding: 0; }

.btn.icon::before {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  display: inline-block;
  background-size: 100%;
  background-position: center center; }

.btn.icon.watch-lot::before, .btn.icon.watched-lot::before,
.btn.icon.watch-artist::before, .btn.icon.watched-artist::before {
  background-image: url("/img/icon-watch-lot.png");
  width: 15px;
  height: 12px;
  left: 7px;
  top: 9px; }

.btn.watch-lot, .btn.watched-lot,
.btn.watch-artist, .btn.watched-artist {
  text-transform: uppercase; }

.btn.btn-custom.watch-lot, .btn.btn-custom.watch-artist {
  color: #333; }

.btn.icon.watch-lot::before, .btn.icon.watch-artist::before {
  background-position: 0 0; }

.btn.icon.watched-lot::before, .btn.icon.watched-artist::before {
  background-position: 0 -12px; }

.btn.icon.watched-lot:hover::before, .btn.icon.watched-artist:hover::before {
  background-position: 0 -24px; }

.btn.icon.check::before, .btn.icon.cross::before {
  background-image: url("/img/icon-check-cross.png"); }

.btn.icon.back-to-lots::before {
  background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/arrow-left-gray-90.png");
  width: 7px;
  height: 11px;
  left: 10px;
  top: 9px; }

.btn.icon.check::before, .btn.icon.cross::before, .btn.icon.trash::before, .btn.icon.check-white::before {
  left: 25%;
  top: 25%;
  bottom: 25%;
  right: 25%;
  background-size: 100% auto;
  width: auto;
  height: auto; }

.btn.icon.trash::before {
  background-image: url("/img/icon-trash.png"); }

.btn.icon.check::before {
  background-position: 0 0; }

.btn.icon.check-white::before {
  background-image: url("/img/icon-checkmark-white.png");
  background-position: center center; }

.btn.icon.cross::before {
  background-position: 0 100%; }

.btn.icon-only {
  width: 31px;
  height: 31px; }

.btn.small.icon-only {
  width: 27px;
  height: 27px; }

.btn-custom:active {
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.125); }

.btn-custom.white, .btn-custom.view-lots {
  background: -ms-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #d4d4d4;
  color: #333;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px -1px rgba(0, 0, 0, 0.2); }
  .btn-custom.white:hover, .btn-custom.view-lots:hover {
    background: linear-gradient(#f6f6f6, #dddddd);
    background: -ms-linear-gradient(#fff, #e6e6e6, "vertical"); }
  .btn-custom.white.active, .btn-custom.view-lots.active {
    background: linear-gradient(#e6e6e6, #fff);
    background: -ms-linear-gradient(#fff, #e6e6e6, "vertical"); }
  .btn-custom.white:hover, .btn-custom.white:active, .btn-custom.view-lots:hover, .btn-custom.view-lots:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.white:active, .btn-custom.view-lots:active {
    background: linear-gradient(#dddddd, #f6f6f6);
    background: -ms-linear-gradient(#fff, #e6e6e6, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.white.flat, .btn-custom.view-lots.flat {
    background: #fff;
    border: 0;
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.white.flat:hover, .btn-custom.view-lots.flat:hover {
    background: white; }
  .btn-custom.white.flat:active, .btn-custom.view-lots.flat:active {
    background: #f2f2f2; }
  .btn-custom.white.white.flat, .btn-custom.view-lots.white.flat {
    border: 1px solid black; }
  .btn-custom.white:hover, .btn-custom.view-lots:hover {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2); }
  .btn-custom.white:active, .btn-custom.view-lots:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 2px -1px rgba(0, 0, 0, 0.2); }
  .btn-custom.white.flat, .btn-custom.view-lots.flat {
    border: 1px solid black; }

.btn-custom.flat {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.btn-custom.color {
  background: -ms-linear-gradient(#ff8602, #ce6c00);
  background: linear-gradient(#ff8602, #ce6c00);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #aa5900;
  color: #fff; }
  .btn-custom.color:hover {
    background: linear-gradient(#ef7d00, #bc6200);
    background: -ms-linear-gradient(#ff8602, #ce6c00, "vertical"); }
  .btn-custom.color.active {
    background: linear-gradient(#ce6c00, #ff8602);
    background: -ms-linear-gradient(#ff8602, #ce6c00, "vertical"); }
  .btn-custom.color:hover, .btn-custom.color:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.color:active {
    background: linear-gradient(#bc6200, #ef7d00);
    background: -ms-linear-gradient(#ff8602, #ce6c00, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.color.flat {
    background: #ff8602;
    border: 0;
    border-color: #ff8602;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.color.flat:hover {
    background: #ff921c; }
  .btn-custom.color.flat:active {
    background: #e87900; }
  .btn-custom.color.white.flat {
    border: 1px solid black; }

.btn-custom.clear-all {
  background: -ms-linear-gradient(#c62031, #9a1926);
  background: linear-gradient(#c62031, #9a1926);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #7b141f;
  color: #fff; }
  .btn-custom.clear-all:hover {
    background: linear-gradient(#b71e2d, #8b1622);
    background: -ms-linear-gradient(#c62031, #9a1926, "vertical"); }
  .btn-custom.clear-all.active {
    background: linear-gradient(#9a1926, #c62031);
    background: -ms-linear-gradient(#c62031, #9a1926, "vertical"); }
  .btn-custom.clear-all:hover, .btn-custom.clear-all:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.clear-all:active {
    background: linear-gradient(#8b1622, #b71e2d);
    background: -ms-linear-gradient(#c62031, #9a1926, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.clear-all.flat {
    background: #c62031;
    border: 0;
    border-color: #c62031;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.clear-all.flat:hover {
    background: #dc2437; }
  .btn-custom.clear-all.flat:active {
    background: #b01c2c; }
  .btn-custom.clear-all.white.flat {
    border: 1px solid black; }

/*
.btn-custom.orange {
	background: linear-gradient($button-color-orange-start, $button-color-orange-end);
	border: 1px solid $button-color-orange-border;
	color: white;
	text-shadow: 1px 1px 2px $button-color-orange-text-shadow;
}
.btn-custom.orange.flat {
	background: $button-color-orange-flat;
	border: 0;
}
.btn-custom.orange:hover {
	background: linear-gradient(darken($button-color-orange-start, 4%),darken($button-color-orange-end, 4%));
}
.btn-custom.orange.flat:hover {
	background: lighten($button-color-orange-flat, 4%);
}
.btn-custom.orange:active {
	background: linear-gradient(darken($button-color-orange-end, 4%),darken($button-color-orange-start, 4%));
}
.btn-custom.orange.flat:active {
	background: darken($button-color-orange-flat, 4%);
}
*/
.btn-custom.save-changes {
  background: linear-gradient(#768c65, #678055);
  color: white; }

.btn-custom.save-changes.flat {
  background: #e9792d;
  border: 0; }

.btn-custom.save-changes:hover {
  background: linear-gradient(#6c805c, #5d744d); }

.btn-custom.save-changes.flat:hover {
  background: #80976f; }

.btn-custom.save-changes:active {
  background: linear-gradient(#5d744d, #6c805c); }

.btn-custom.save-changes.flat:active {
  background: #6c805c; }

.btn-custom.black {
  background: linear-gradient(#434343, #303030);
  color: white; }

.btn-custom.black.flat {
  background: #434343;
  border: 0; }

.btn-custom.black:hover {
  background: linear-gradient(#393939, #262626); }

.btn-custom.black.flat:hover {
  background: #4d4d4d; }

.btn-custom.black:active {
  background: linear-gradient(#262626, #393939); }

.btn-custom.black.flat:active {
  background: #393939; }

.live-auction-container .btn-custom.bid-now {
  background: linear-gradient(#ca271f, #b71811);
  border-top: 1px solid #c36a73;
  border-bottom: 1px solid #7c3239;
  box-shadow: 2px 2px 2px #272727;
  color: white;
  text-shadow: 1px 1px 2px #9d2425;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  width: 248px;
  height: 50px;
  letter-spacing: 2px;
  padding-left: 0;
  padding-right: 0; }

.live-auction-container .btn-custom.bid-now:hover {
  background: linear-gradient(#b8241c, #a4160f); }

.live-auction-container .btn-custom.bid-now:active {
  background: linear-gradient(#a4160f, #b8241c);
  box-shadow: 2px 2px 0px #272727; }

.live-auction-container .btn-custom.bid-now.confirm {
  background: linear-gradient(#ca271f, #b71811);
  border-top: 1px solid #c36a73;
  border-bottom: 1px solid #7c3239;
  text-shadow: 1px 1px 2px #9d2425; }

.live-auction-container .btn-custom.bid-now.confirm:hover {
  background: linear-gradient(#b8241c, #a4160f); }

.live-auction-container .btn-custom.bid-now.confirm:active {
  background: linear-gradient(#a4160f, #b8241c); }

.bid-sheet-page .btn.submit-all, .bid-sheet-page .btn.save-changes, .bid-sheet-page .btn.submit {
  text-transform: uppercase;
  position: relative;
  font-weight: bold; }

.bid-sheet-page .btn.save-changes + .btn.submit-all, .bid-sheet-page .btn.submit-all + .btn.save-changes {
  margin-left: 6px; }

.bid-sheet-page .btn-custom.submit-all::before, .bid-sheet-page .btn-custom.submit::before, .bid-sheet-page .btn-custom.save-changes::before {
  width: 27px;
  height: 27px;
  left: 0;
  top: 0;
  background-size: 80%; }

.bid-sheet-page .btn-custom.save-changes::before {
  background-image: url("/img/icon-checkmark-white.png"); }

.bid-sheet-page .btn-custom.submit-all::before, .bid-sheet-page .btn-custom.submit::before {
  background-image: url("/img/arrow-submit.png"); }

.bid-sheet-page .bid-sheet-stats .actions, .bid-sheet-page .bid-sheet-stats .actions > * {
  display: inline-block;
  vertical-align: top; }

.bid-sheet-page .bid-sheet-stats .actions {
  margin-left: 10px; }

.goog-te-banner-frame {
  visibility: hidden !important; }

.btn-custom.hot {
  background: -ms-linear-gradient(#ca271f, #9e1e18);
  background: linear-gradient(#ca271f, #9e1e18);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #7f1813;
  color: #fff; }
  .btn-custom.hot:hover {
    background: linear-gradient(#bb241d, #8e1b16);
    background: -ms-linear-gradient(#ca271f, #9e1e18, "vertical"); }
  .btn-custom.hot.active {
    background: linear-gradient(#9e1e18, #ca271f);
    background: -ms-linear-gradient(#ca271f, #9e1e18, "vertical"); }
  .btn-custom.hot:hover, .btn-custom.hot:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.hot:active {
    background: linear-gradient(#8e1b16, #bb241d);
    background: -ms-linear-gradient(#ca271f, #9e1e18, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.hot.flat {
    background: #ca271f;
    border: 0;
    border-color: #ca271f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.hot.flat:hover {
    background: #de2e25; }
  .btn-custom.hot.flat:active {
    background: #b4231c; }
  .btn-custom.hot.white.flat {
    border: 1px solid black; }

body.has-core-navbar {
  /*.nav .dropdown.auctions .dropdown-menu {
		.section-menu.upcoming-auctions a {
			padding-left: 16px;
		}
	}*/
  /* .navbar .profile-menu {
		max-width: 140px;
		> a {
			max-height: $navbar-height;
			padding-top: 0;
			padding-bottom: 0;
			line-height: $navbar-height;
			.item-name{
				overflow: hidden;
				max-height: 20px;
				max-width: 50px;
				display: inline-block;
			}
		}
	} */ }
  body.has-core-navbar.has-translator-google {
    top: 0px !important; }
    body.has-core-navbar.has-translator-google .navbar .search-bar {
      right: 212px; }
  body.has-core-navbar.has-translator-bing {
    top: 0px !important; }
    body.has-core-navbar.has-translator-bing .navbar .search-bar {
      right: 130px; }
  body.has-core-navbar .dropdown-menu {
    max-height: 300px;
    overflow: auto; }
    body.has-core-navbar .dropdown-menu.pickup-location-dropdown {
      max-height: 250px; }
  @media (max-width: 767px) {
    body.has-core-navbar .sort-by-container .filter-item .dropdown-menu {
      left: inherit;
      right: 0; } }
  body.has-core-navbar .container-non-responsive .navbar-nav.navbar-right:last-child {
    margin-right: 0; }
  body.has-core-navbar .navbar-nav.navbar-right {
    float: left !important; }
  body.has-core-navbar .navbar {
    min-height: 0; }
  body.has-core-navbar .navbar-background {
    position: fixed;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    background: #2a2a2a;
    z-index: 1029;
    /* This prevents flickering in chrome */
    -webkit-backface-visibility: hidden; }
  body.has-core-navbar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  body.has-core-navbar .navbar-header .logo {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-image: url("/img/n4-spink/logo-collapsed.png");
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300px;
    transition: opacity 0.5s;
    opacity: 0;
    z-index: 10; }
  body.has-core-navbar .navbar-header .large-navbar-logo {
    background-image: url("/img/n4-spink/logo.png"); }
  body.has-core-navbar .navbar-header .logo.visible {
    opacity: 1.0; }
  body.has-core-navbar .navbar-right {
    transition: all 0.5s !important; }
  body.has-core-navbar .navbar-right.logo-collapsed {
    padding-left: 0;
    margin-left: 0; }
  body.has-core-navbar .navbar-fixed-top {
    height: 40px;
    background: none;
    border: none; }
  body.has-core-navbar .navbar-brand {
    background: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/logo-am-hammer-white.png") center center no-repeat;
    background-size: 100% auto;
    width: 35px;
    padding: 0; }
  body.has-core-navbar .navbar-collapse {
    position: relative; }
  body.has-core-navbar .navbar-collapse + .alert {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0; }
  body.has-core-navbar .navbar-inverse .navbar-right > li > a {
    /*text-transform: uppercase;*/
    font-size: 15px;
    cursor: pointer;
    color: white;
    font-weight: 500;
    padding-left: 14px;
    padding-right: 14px; }
  body.has-core-navbar .navbar-inverse .navbar-right > li > a:hover,
  body.has-core-navbar .navbar-inverse .navbar-right > li.open > a,
  body.has-core-navbar .navbar-inverse .navbar-right > li.active > a,
  body.has-core-navbar .navbar-inverse .navbar-right .dropdown-menu li a:hover,
  body.has-core-navbar .navbar-inverse .navbar-right .notification-list > li:hover {
    background-color: #373737; }
  body.has-core-navbar .navbar-inverse .navbar-right > li > a:hover,
  body.has-core-navbar .navbar-inverse .navbar-right > li.open > a,
  body.has-core-navbar .navbar-inverse .navbar-right > li.active > a {
    border-bottom: 3px solid #ff9725;
    padding-bottom: 7px; }
  body.has-core-navbar .navbar-inverse .navbar-right .dropdown-menu {
    background-color: #2a2a2a;
    padding: 0;
    border-color: #555555;
    border-top-width: 0;
    margin-top: 0;
    z-index: 2; }
  body.has-core-navbar .navbar-inverse .navbar-right .dropdown-menu li a {
    height: 50px;
    line-height: 50px;
    color: white;
    font-weight: 400;
    /*text-transform: uppercase;*/
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative; }
  body.has-core-navbar .navbar-inverse .navbar-right .dropdown-menu li {
    list-style-type: none; }
  body.has-core-navbar .navbar-inverse .navbar-right .dropdown-menu li a.separator-before::before {
    position: absolute;
    content: "";
    left: 10px;
    top: -1px;
    height: 0px;
    right: 0;
    border-top: 1px solid #212121; }
  body.has-core-navbar .nav .dropdown .dropdown-menu {
    width: 350px;
    padding-left: 0; }
    body.has-core-navbar .nav .dropdown .dropdown-menu .section-label {
      color: #999;
      text-transform: uppercase;
      font-weight: 500;
      padding-left: 10px; }
    body.has-core-navbar .nav .dropdown .dropdown-menu .section-menu {
      padding-left: 0;
      overflow: hidden; }
    body.has-core-navbar .nav .dropdown .dropdown-menu .section-menu.two-line li a {
      line-height: 38px; }
    body.has-core-navbar .nav .dropdown .dropdown-menu .section-menu.two-line li .subtitle {
      bottom: 6px; }
    body.has-core-navbar .nav .dropdown .dropdown-menu .section-label, body.has-core-navbar .nav .dropdown .dropdown-menu .section-link {
      font-size: 12px;
      padding-top: 10px; }
    body.has-core-navbar .nav .dropdown .dropdown-menu .section-link {
      color: #ff9725;
      position: absolute;
      right: 10px;
      top: 0;
      text-decoration: underline; }
    body.has-core-navbar .nav .dropdown .dropdown-menu .section-label + .section-menu a, body.has-core-navbar .nav .dropdown .dropdown-menu .section-label + .section-menu .subtitle {
      padding-left: 16px; }
    body.has-core-navbar .nav .dropdown .dropdown-menu .overflow-hidden-wrap {
      position: relative; }
    body.has-core-navbar .nav .dropdown .dropdown-menu li .subtitle {
      display: block;
      font-size: 12px;
      position: absolute;
      color: #999;
      bottom: 0px;
      z-index: 1; }
  body.has-core-navbar .navbar .account-bar {
    float: right;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 13px;
    padding-left: 15px; }
    body.has-core-navbar .navbar .account-bar > a + a {
      padding-left: 15px; }
    body.has-core-navbar .navbar .account-bar > a {
      color: #939393; }
    body.has-core-navbar .navbar .account-bar > a.profile {
      color: white; }
  body.has-core-navbar .navbar .notification-menu {
    line-height: 40px; }
    body.has-core-navbar .navbar .notification-menu > .dropdown-toggle {
      height: 40px;
      width: 40px;
      background-image: url("/img/icon-notification.png");
      background-repeat: no-repeat;
      background-position: center 15px;
      background-size: 40%; }
    body.has-core-navbar .navbar .notification-menu .dropdown-menu {
      position: absolute;
      right: 0;
      left: auto; }
    body.has-core-navbar .navbar .notification-menu .dropdown-menu > .title {
      color: white;
      text-align: center;
      font-weight: bold;
      line-height: 20px;
      font-size: 18px;
      padding-top: 8px;
      padding-bottom: 10px; }
    body.has-core-navbar .navbar .notification-menu .notification-list {
      color: white;
      margin: 0 2px;
      padding: 0; }
      body.has-core-navbar .navbar .notification-menu .notification-list > li {
        position: relative;
        height: 80px;
        line-height: 80px;
        border-top: 1px solid #333;
        padding: 0 10px 0;
        cursor: pointer; }
      body.has-core-navbar .navbar .notification-menu .notification-list > li .message {
        line-height: 20px;
        vertical-align: middle;
        display: inline-block; }
      body.has-core-navbar .navbar .notification-menu .notification-list > li .message-time {
        position: absolute;
        right: 6px;
        bottom: 8px;
        line-height: 0.79;
        color: #999; }
      body.has-core-navbar .navbar .notification-menu .notification-list .new {
        background-color: #762e58; }
        body.has-core-navbar .navbar .notification-menu .notification-list .new .message {
          font-weight: bold; }
  body.has-core-navbar .navbar .account-bar, body.has-core-navbar .navbar .separator-before {
    /*border-left: 1px solid #333;*/ }
  body.has-core-navbar .navbar .btn {
    float: right;
    height: 26px;
    line-height: 24px;
    padding: 0 8px;
    margin: 7px 0 0 12px;
    text-transform: uppercase; }
  body.has-core-navbar .navbar .search-bar + .btn, body.has-core-navbar .navbar .search-bar + .navbar-right {
    margin-right: 47px !important; }
  body.has-core-navbar .nav .dropdown-menu {
    left: 0;
    right: auto; }
  body.has-core-navbar .nav .overflow-hidden-wrap {
    overflow: hidden;
    max-height: 50px; }
  body.has-core-navbar .nav .section-menu a {
    display: block; }
  body.has-core-navbar .navbar .search-bar {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 101;
    overflow: hidden;
    transition: width 0.3s; }
    body.has-core-navbar .navbar .search-bar .search.icon {
      background-image: url("/img/icon-search-white.png");
      background-position: center center;
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      background-size: 40%;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #2A2A2A;
      transition: background-image 0.3s; }
      body.has-core-navbar .navbar .search-bar .search.icon:hover {
        background-color: #373737; }
    body.has-core-navbar .navbar .search-bar .search-field, body.has-core-navbar .navbar .search-bar .search.icon {
      display: inline-block;
      vertical-align: top; }
    body.has-core-navbar .navbar .search-bar .search-field {
      margin-top: 6px;
      position: absolute;
      left: 0px;
      width: 260px;
      height: 28px; }
  body.has-core-navbar .navbar .search-bar.active.empty .search.icon {
    background-image: url("/img/icon-search-cancel-white.png"); }
  body.has-core-navbar .navbar .search-bar.active {
    width: 306px; }
  body.has-core-navbar .nav, body.has-core-navbar .btn.exit {
    transition: opacity 0.3s; }
  body.has-core-navbar .navbar-collapse .search-bar.active ~ .nav, body.has-core-navbar .navbar-collapse .search-bar.active ~ .btn {
    opacity: 0;
    display: none; }
  body.has-core-navbar .navbar-collapse .search-bar.active.active-add ~ .nav, body.has-core-navbar .navbar-collapse .search-bar.active.active-add ~ .btn,
  body.has-core-navbar .navbar-collapse .search-bar.active.active-remove ~ .nav, body.has-core-navbar .navbar-collapse .search-bar.active.active-remove ~ .btn {
    display: block; }
  body.has-core-navbar .navbar-background {
    transition: height 0.2s; }
  body.has-core-navbar .navbar {
    transition: top 0.2s; }
  body.has-core-navbar .navbar-header .large-navbar-logo {
    position: fixed;
    display: none;
    margin-top: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-position: center 80%;
    background-size: auto 70%; }
    body.has-core-navbar .navbar-header .large-navbar-logo.visible {
      display: inline-block; }
  body.has-core-navbar.large-navbar-logo-visible .navbar-right {
    padding-left: 256px; }
  body.has-core-navbar.large-navbar-logo-visible .navbar-right.about-link-available {
    padding-left: 221px; }
  body.has-core-navbar.large-navbar-logo-visible .navbar-right.artists-link-available {
    padding-left: 192px; }
  body.has-core-navbar.large-navbar-logo-visible .navbar-right.about-link-available.artists-link-available {
    padding-left: 157px; }
  body.has-core-navbar .navbar-header .large-navbar-logo {
    height: 90px; }
  body.has-core-navbar.large-navbar-logo-visible .navbar-header .large-navbar-logo {
    height: 90px; }
  body.has-core-navbar.large-navbar-logo-visible .navbar-background {
    height: 130px; }
  body.has-core-navbar.large-navbar-logo-visible .navbar {
    top: 90px; }
  body.has-core-navbar.large-navbar-logo-visible #main, body.has-core-navbar.has-large-navbar-logo #main {
    margin-top: 130px; }
  body.has-core-navbar.large-navbar-logo-visible.has-return-to-link .navbar {
    top: 117px; }
  body.has-core-navbar.large-navbar-logo-visible.has-return-to-link .navbar-header .large-navbar-logo {
    top: 27px !important;
    /*height: $navbar-large-height - $navbar-height;*/ }
  body.has-core-navbar.large-navbar-logo-visible.has-return-to-link .navbar-background {
    height: 157px; }
  body.has-core-navbar.is-mobile.large-navbar-logo-visible.has-return-to-link .navbar-background {
    height: 27px; }
  body.has-core-navbar.is-mobile.large-navbar-logo-visible .navbar-background {
    height: 0px; }

body.has-core-navbar-3 {
  /*.nav .dropdown.auctions .dropdown-menu {
      .section-menu.upcoming-auctions a {
        padding-left: 16px;
      }
    }*/
  /* .navbar .profile-menu {
      max-width: 140px;
      > a {
        max-height: $navbar-height;
        padding-top: 0;
        padding-bottom: 0;
        line-height: $navbar-height;
        .item-name{
          overflow: hidden;
          max-height: 20px;
          max-width: 50px;
          display: inline-block;
        }
      }
    } */ }
  body.has-core-navbar-3 .dropdown-menu {
    max-height: 300px;
    overflow: auto; }
  body.has-core-navbar-3 .container-non-responsive .navbar-nav.navbar-right:last-child {
    margin-right: 0; }
  body.has-core-navbar-3 .navbar-nav.navbar-right {
    float: left !important; }
  body.has-core-navbar-3 .navbar {
    min-height: 0; }
  body.has-core-navbar-3 .navbar-background {
    position: fixed;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    background: #2a2a2a;
    z-index: 999;
    /* This prevents flickering in chrome */
    -webkit-backface-visibility: hidden; }
  body.has-core-navbar-3 .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  body.has-core-navbar-3 .navbar-header .logo {
    -webkit-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    -moz-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-image: url("/img/n4-spink/logo.png");
    position: absolute;
    top: -45px;
    bottom: -45px;
    width: 250px;
    z-index: 10; }
    body.has-core-navbar-3 .navbar-header .logo.collapsed {
      top: 0;
      bottom: 0;
      width: 300px; }
  body.has-core-navbar-3 .navbar-header .logo.visible {
    opacity: 1.0; }
  body.has-core-navbar-3 .navbar-right {
    transition: all 0.5s !important; }
  body.has-core-navbar-3 .navbar-right.logo-collapsed {
    padding-left: 0;
    margin-left: 0; }
  body.has-core-navbar-3 .navbar-fixed-top {
    height: 40px;
    background: none;
    border: none; }
  body.has-core-navbar-3 .navbar-brand {
    background: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/logo-am-hammer-white.png") center center no-repeat;
    background-size: 100% auto;
    width: 35px;
    padding: 0; }
  body.has-core-navbar-3 .navbar-collapse {
    position: relative; }
  body.has-core-navbar-3 .navbar-collapse + .alert {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li > a {
    /*text-transform: uppercase;*/
    font-size: 15px;
    cursor: pointer;
    color: white;
    font-weight: 500;
    padding-left: 14px;
    padding-right: 14px; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li > a:hover,
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li.open > a,
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li.active > a,
  body.has-core-navbar-3 .navbar-inverse .navbar-right .dropdown-menu li a:hover,
  body.has-core-navbar-3 .navbar-inverse .navbar-right .notification-list > li:hover {
    background-color: #373737; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li > a:hover,
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li.open > a,
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li.active > a {
    border-bottom: 3px solid #ff9725;
    padding-bottom: 7px; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right .dropdown-menu {
    background-color: #2a2a2a;
    padding: 0;
    border-color: #555555;
    border-top-width: 0;
    margin-top: 0;
    z-index: 2; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right .dropdown-menu li a {
    height: 50px;
    line-height: 50px;
    color: white;
    font-weight: 400;
    /*text-transform: uppercase;*/
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right .dropdown-menu li {
    list-style-type: none; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right .dropdown-menu li a.separator-before::before {
    position: absolute;
    content: "";
    left: 10px;
    top: -1px;
    height: 0px;
    right: 0;
    border-top: 1px solid #212121; }
  body.has-core-navbar-3 .nav .dropdown .dropdown-menu {
    width: 350px;
    padding-left: 0; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-label {
      color: #999;
      text-transform: uppercase;
      font-weight: 500;
      padding-left: 10px; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-menu {
      padding-left: 0;
      overflow: hidden; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-menu.two-line li a {
      line-height: 38px; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-menu.two-line li .subtitle {
      bottom: 6px; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-label, body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-link {
      font-size: 12px;
      padding-top: 10px; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-link {
      color: #ff9725;
      position: absolute;
      right: 10px;
      top: 0;
      text-decoration: underline; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-label + .section-menu a, body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-label + .section-menu .subtitle {
      padding-left: 16px; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .overflow-hidden-wrap {
      position: relative; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu li .subtitle {
      display: block;
      font-size: 12px;
      position: absolute;
      color: #999;
      bottom: 0px;
      z-index: 1; }
  body.has-core-navbar-3 .navbar .account-bar {
    float: right;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 13px;
    padding-left: 15px; }
    body.has-core-navbar-3 .navbar .account-bar > a + a {
      padding-left: 15px; }
    body.has-core-navbar-3 .navbar .account-bar > a {
      color: #939393; }
    body.has-core-navbar-3 .navbar .account-bar > a.profile {
      color: white; }
  body.has-core-navbar-3 .navbar .profile-menu .item-name {
    text-transform: capitalize; }
  body.has-core-navbar-3 .navbar .notification-menu {
    line-height: 40px; }
    body.has-core-navbar-3 .navbar .notification-menu > .dropdown-toggle {
      height: 40px;
      width: 40px;
      background-image: url("/img/icon-notification.png");
      background-repeat: no-repeat;
      background-position: center 15px;
      background-size: 40%; }
    body.has-core-navbar-3 .navbar .notification-menu .dropdown-menu {
      position: absolute;
      right: 0;
      left: auto; }
    body.has-core-navbar-3 .navbar .notification-menu .dropdown-menu > .title {
      color: white;
      text-align: center;
      font-weight: bold;
      line-height: 20px;
      font-size: 18px;
      padding-top: 8px;
      padding-bottom: 10px; }
    body.has-core-navbar-3 .navbar .notification-menu .notification-list {
      color: white;
      margin: 0 2px;
      padding: 0; }
      body.has-core-navbar-3 .navbar .notification-menu .notification-list > li {
        position: relative;
        height: 80px;
        line-height: 80px;
        border-top: 1px solid #333;
        padding: 0 10px 0;
        cursor: pointer; }
      body.has-core-navbar-3 .navbar .notification-menu .notification-list > li .message {
        line-height: 20px;
        vertical-align: middle;
        display: inline-block; }
      body.has-core-navbar-3 .navbar .notification-menu .notification-list > li .message-time {
        position: absolute;
        right: 6px;
        bottom: 8px;
        line-height: 0.79;
        color: #999; }
      body.has-core-navbar-3 .navbar .notification-menu .notification-list .new {
        background-color: #762e58; }
        body.has-core-navbar-3 .navbar .notification-menu .notification-list .new .message {
          font-weight: bold; }
  body.has-core-navbar-3 .navbar .account-bar, body.has-core-navbar-3 .navbar .separator-before {
    /*border-left: 1px solid #333;*/ }
  body.has-core-navbar-3 .navbar .btn {
    float: right;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    margin: 0px 0 0 12px;
    text-transform: uppercase; }
  body.has-core-navbar-3 .nav .dropdown-menu {
    left: 0;
    right: auto; }
  body.has-core-navbar-3 .nav .overflow-hidden-wrap {
    overflow: hidden;
    max-height: 50px; }
  body.has-core-navbar-3 .nav .section-menu a {
    display: block; }
  body.has-core-navbar-3 .navbar .search-bar {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 101;
    overflow: hidden;
    transition: width 0.3s; }
    body.has-core-navbar-3 .navbar .search-bar .search.icon {
      background-image: url("/img/icon-search-white.png");
      background-position: center center;
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      background-size: 40%;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #2A2A2A;
      transition: background-image 0.3s; }
      body.has-core-navbar-3 .navbar .search-bar .search.icon:hover {
        background-color: #373737; }
    body.has-core-navbar-3 .navbar .search-bar .search-field, body.has-core-navbar-3 .navbar .search-bar .search.icon {
      display: inline-block;
      vertical-align: top; }
    body.has-core-navbar-3 .navbar .search-bar .search-field {
      margin-top: 6px;
      position: absolute;
      left: 0px;
      width: 260px;
      height: 28px; }
  body.has-core-navbar-3 .navbar .search-bar.active.empty .search.icon {
    background-image: url("/img/icon-search-cancel-white.png"); }
  body.has-core-navbar-3 .navbar .search-bar.active {
    width: 306px; }
  body.has-core-navbar-3 .nav, body.has-core-navbar-3 .btn.exit {
    transition: opacity 0.3s; }
  body.has-core-navbar-3 .navbar-collapse .search-bar.active ~ .nav, body.has-core-navbar-3 .navbar-collapse .search-bar.active ~ .btn {
    opacity: 0;
    display: none; }
  body.has-core-navbar-3 .navbar-collapse .search-bar.active.active-add ~ .nav, body.has-core-navbar-3 .navbar-collapse .search-bar.active.active-add ~ .btn,
  body.has-core-navbar-3 .navbar-collapse .search-bar.active.active-remove ~ .nav, body.has-core-navbar-3 .navbar-collapse .search-bar.active.active-remove ~ .btn {
    display: block; }
  body.has-core-navbar-3 .navbar-background {
    transition: height 0.2s; }
  body.has-core-navbar-3 .navbar {
    transition: top 0.2s; }
  body.has-core-navbar-3 .navbar-header .large-navbar-logo {
    position: fixed;
    display: none;
    margin-top: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-position: center 80%;
    background-size: auto 70%; }
    body.has-core-navbar-3 .navbar-header .large-navbar-logo.visible {
      display: inline-block; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar-right {
    padding-left: 256px; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar-right.about-link-available {
    padding-left: 221px; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar-right.artists-link-available {
    padding-left: 192px; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar-right.about-link-available.artists-link-available {
    padding-left: 157px; }
  body.has-core-navbar-3 .navbar-header .large-navbar-logo {
    height: 90px; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar-header .large-navbar-logo {
    height: 90px; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar-background {
    height: 130px; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar {
    top: 45px; }
  body.has-core-navbar-3.large-navbar-logo-visible #main, body.has-core-navbar-3.has-large-navbar-logo #main {
    margin-top: 130px; }
  body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .navbar {
    top: "27px32.5px"; }
  body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .navbar-header .large-navbar-logo {
    top: 27px !important;
    /*height: $navbar-large-height - $navbar-height;*/ }

.navbar-style-2 .search-bar {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 101;
  overflow: hidden;
  transition: width 0.3s; }
  .navbar-style-2 .search-bar .search.icon {
    background-image: url("/img/icon-search-white.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2A2A2A;
    transition: background-image 0.3s; }
    .navbar-style-2 .search-bar .search.icon:hover {
      background-color: #373737; }
  .navbar-style-2 .search-bar .search-field, .navbar-style-2 .search-bar .search.icon {
    display: inline-block;
    vertical-align: top; }
  .navbar-style-2 .search-bar .search-field {
    margin-top: 6px;
    position: absolute;
    left: 0px;
    width: 260px;
    height: 28px; }
  .navbar-style-2 .search-bar.active.empty .search.icon {
    background-image: url("/img/icon-search-cancel-white.png"); }
  .navbar-style-2 .search-bar.active {
    width: 306px; }

body #main {
  transition: margin-top 0.2s; }

/* 
return to link here
*/
body.has-return-to-link .return-to-wrapper {
  display: none; }

body.large-navbar-logo-visible.has-return-to-link .return-to-wrapper {
  display: block;
  position: fixed;
  top: 0;
  background: #444444;
  height: 27px;
  width: 100%;
  color: white;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 1.3px;
  z-index: 1030; }
  body.large-navbar-logo-visible.has-return-to-link .return-to-wrapper a, body.large-navbar-logo-visible.has-return-to-link .return-to-wrapper a:active, body.large-navbar-logo-visible.has-return-to-link .return-to-wrapper a:link, body.large-navbar-logo-visible.has-return-to-link .return-to-wrapper a:visited {
    color: white;
    text-decoration: underline; }

body.large-navbar-logo-visible.has-return-to-link #main, body.has-large-navbar-logo.has-return-to-link #main {
  margin-top: 157px; }

.maintenance-message {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #a21017;
  color: white;
  font-size: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-backface-visibility: hidden; }

.maintenance-message ~ .navbar-background, .maintenance-message ~ .navbar-fixed-top {
  top: 30px; }

.maintenance-message ~ #main {
  margin-top: 70px !important; }

.maintenance-message ~ #main .live-auction-container {
  top: 133px !important; }

.maintenance-message ~ #main .live-auction-container .bid-history {
  top: 417px !important; }

body.large-navbar-logo-visible .maintenance-message ~ #main {
  margin-top: 120px !important; }

body.large-navbar-logo-visible .maintenance-message ~ .navbar .large-navbar-logo {
  top: 30px !important; }

body.large-navbar-logo-visible .maintenance-message ~ .navbar .navbar-collapse {
  margin-top: 30px; }

@media (min-width: 1200px) {
  body.is-responsive.large-navbar-logo-visible .navbar-right {
    margin-left: 100px; } }

#footer {
  height: 100px;
  background-color: #2a2a2a;
  color: white;
  font-size: 13px;
  padding-top: 16px;
  position: absolute;
  text-align: center;
  z-index: 50;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: -90px; }
  #footer .am-link {
    color: inherit; }
  #footer .download-app {
    height: 40px;
    margin-left: 12px; }
  #footer .download-app + .download-app {
    margin-left: 10px; }
  #footer .download-app.ios {
    width: 135px; }
  #footer .download-app.android {
    width: 122px; }
  #footer .download-app-text, #footer .download-app-buttons, #footer .download-app-buttons > * {
    display: inline-block;
    vertical-align: top; }
  #footer .download-app-text p {
    margin-bottom: 0;
    color: #fff; }
  #footer .copyright-and-terms {
    text-align: center;
    margin: 13px auto; }
  #footer .copyright {
    color: #7c7c7c; }
  #footer .copyright, #footer .terms-and-conditions {
    display: inline-block; }
  #footer .sections {
    display: inline-block;
    text-align: left; }

body.live-auction-body #footer {
  position: fixed; }

#footer .section {
  /*width: 188px;*/
  width: auto;
  display: inline-block;
  vertical-align: top; }
  #footer .section .title {
    font-weight: 700;
    color: #76baa4;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 2px; }
  #footer .section .links a {
    display: block;
    color: white;
    line-height: 24px; }
  #footer .section + .section.powered-by {
    border-left: 2px dashed #595959; }
  #footer .section.powered-by {
    padding-left: 20px;
    margin-left: 15px;
    height: 30px; }
    #footer .section.powered-by .title {
      text-transform: none;
      font-weight: normal;
      font-size: 12px;
      padding-bottom: 0;
      margin-top: -3px; }
    #footer .section.powered-by .logo-auction-mobility {
      display: inline-block;
      vertical-align: top;
      width: 100px;
      height: 32px;
      margin-top: -6px;
      background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/logo-auction-mobility-white.png");
      /* Deprecated. Use $am-logo-color from _menu.scss instead to change the am logo. */
      background-size: 100% auto;
      background-repeat: no-repeat; }
    #footer .section.powered-by.dashed {
      padding-left: 20px;
      margin-left: -10px;
      border-left: 1px dashed #595959; }

.alert {
  font-size: 14px;
  border-width: 0 0 1px 0;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

#ajax-error-flash.alert {
  padding-left: 15px;
  padding-right: 15px; }

/* Start of PROFILE ELEMENTS */
.profile-page a {
  cursor: pointer; }

.profile-page h1 {
  font-size: 28px;
  font-weight: normal;
  margin-top: 0; }

.profile-page #auction-header-wrap {
  margin-bottom: 4px; }
  .profile-page #auction-header-wrap #auction-header {
    position: relative; }
    .profile-page #auction-header-wrap #auction-header .logout-action {
      position: absolute;
      right: 0px;
      bottom: 28px;
      text-transform: uppercase;
      padding-left: 10px;
      padding-right: 10px;
      color: #333; }

.profile-page .page-header .full-name {
  font-size: 20px;
  margin-top: -6px;
  font-style: italic;
  padding-bottom: 7px; }

.profile-page .section.user-information {
  vertical-align: top; }
  .profile-page .section.user-information .field {
    /* max-height: 38px; */
    overflow: hidden; }
  .profile-page .section.user-information .change-password {
    max-height: 140px; }

.profile-page label.error, .profile-page .form-section .form-group label.error {
  color: #b9121a;
  font-weight: bold;
  margin-left: 10px;
  width: 100%; }

.profile-page .section.address-section .form-section, .profile-page .section.user-information .form-section, .profile-page .section.payment-method .form-section {
  margin-top: 10px; }

.profile-page .section.address-section:hover .actions, .profile-page .section.user-information:hover .actions, .profile-page .section.payment-method:hover .actions {
  opacity: 1.0; }

.profile-page .section.address-section > .title, .profile-page .section.address-section .actions, .profile-page .section.user-information > .title, .profile-page .section.user-information .actions, .profile-page .section.payment-method > .title, .profile-page .section.payment-method .actions {
  display: inline-block;
  vertical-align: top; }

.profile-page .section.address-section > .title, .profile-page .section.user-information > .title, .profile-page .section.payment-method > .title {
  line-height: 27px; }

.profile-page .section.address-section > .title + .actions, .profile-page .section.user-information > .title + .actions, .profile-page .section.payment-method > .title + .actions {
  margin-left: 10px; }

.profile-page .section {
  margin-top: 15px;
  width: 100%; }
  .profile-page .section > .title {
    color: #762e58;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 3px;
    margin-bottom: 11px;
    border-bottom: 1px solid #ccc;
    width: 100%; }
    .profile-page .section > .title button {
      padding-left: 10px;
      padding-right: 10px;
      margin-top: -6px;
      color: #333; }
    .profile-page .section > .title label {
      text-transform: none;
      color: black;
      font-weight: 300;
      padding-left: 10px;
      margin-bottom: 0; }
  .profile-page .section > .description {
    font-size: 14px; }
  .profile-page .section .field {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    margin-top: 5px; }
    .profile-page .section .field form {
      padding: 9px;
      margin-left: -9px;
      padding-bottom: 11px; }
      .profile-page .section .field form > input, .profile-page .section .field form > select {
        max-width: 200px;
        display: inline-block;
        vertical-align: top;
        height: 28px;
        margin-top: -4px;
        margin-bottom: -4px;
        padding-left: 9px;
        padding-right: 9px; }
      .profile-page .section .field form input.password-change {
        margin-bottom: 26px; }
      .profile-page .section .field form input.password-change.pad {
        margin-right: 72px; }
      .profile-page .section .field form input.password-change {
        margin-left: 72px; }
      .profile-page .section .field form input.password-change.first {
        margin-left: 0px; }
    .profile-page .section .field .formatted-name-wrap {
      margin-bottom: 10px; }
      .profile-page .section .field .formatted-name-wrap .formatted-name {
        font-size: 21px;
        font-weight: 500; }
      .profile-page .section .field .formatted-name-wrap .registered {
        font-style: italic;
        font-size: 13px; }
    .profile-page .section .field .field-name {
      font-weight: 500;
      margin-right: 5px;
      text-transform: capitalize; }
      .profile-page .section .field .field-name::after {
        /* content: ":"; */ }
    .profile-page .section .field .field-name, .profile-page .section .field .field-value {
      display: inline-block;
      vertical-align: top;
      font-size: 13px; }
    .profile-page .section .field .confirm-delete-label {
      font-weight: bold;
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
    .profile-page .section .field .actions {
      display: inline-block; }
    .profile-page .section .field:hover .actions {
      opacity: 1.0; }
  .profile-page .section .details {
    font-size: 13px; }
  .profile-page .section .address {
    line-height: 1.8; }
    .profile-page .section .address .street-address, .profile-page .section .address .city, .profile-page .section .address .state, .profile-page .section .address .postal-code {
      display: inline-block;
      vertical-align: top; }
  .profile-page .section.credit-cards .field-value {
    line-height: 30px; }
    .profile-page .section.credit-cards .field-value img.brand-icon {
      height: 30px;
      margin-right: 10px; }
  .profile-page .section .actions {
    transition: 0.2s opacity; }
  .profile-page .section .actions.no-fade {
    opacity: 1.0; }
  .profile-page .section.payment-method .preferred-payment-wrap {
    font-size: 13px; }
  .profile-page .section.saved-searches .new-saved-search {
    text-align: right; }
  .profile-page .section.saved-searches .saved-search-entry input {
    display: inline-block;
    vertical-align: middle;
    width: 45%; }
  .profile-page .section.saved-searches .saved-search-entry .saved-search-entry-controls {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 54%; }
    .profile-page .section.saved-searches .saved-search-entry .saved-search-entry-controls button {
      padding: 0 10px; }
      .profile-page .section.saved-searches .saved-search-entry .saved-search-entry-controls button.save {
        background-color: #677e52;
        color: #fff; }
  .profile-page .section.saved-searches .saved-searches-container {
    max-height: 300px;
    margin-bottom: 10px;
    overflow-y: auto;
    overflow-x: hidden; }
  .profile-page .section.saved-searches .padded-box {
    margin-bottom: 8px;
    padding: 6px 10px; }
    .profile-page .section.saved-searches .padded-box.gray {
      background-color: #f0f0f0; }
  .profile-page .section.saved-searches .search-action {
    display: inline-block;
    font-size: 17px;
    text-align: right;
    vertical-align: middle;
    width: 14%; }
    .profile-page .section.saved-searches .search-action span {
      cursor: pointer; }
  .profile-page .section.saved-searches .search-name {
    display: inline-block;
    vertical-align: middle;
    width: 85%; }
    .profile-page .section.saved-searches .search-name a {
      color: #3e3e3e;
      font-size: 14px;
      text-decoration: underline; }

.profile-page .not-specified {
  color: #777777; }

.profile-page .section.credit-cards .field {
  display: inline-block; }

.profile-page .section.credit-cards form:hover {
  max-width: 100%; }

.profile-page .section.credit-cards .actions {
  right: 10px; }

.profile-page .section.credit-cards label.error {
  margin: 0 0 0 5px;
  font-size: 13px;
  color: #b9121a;
  font-weight: bold; }

.profile-page .section.credit-cards .new-credit-card-form .actions, .profile-page .section.credit-cards .form-section > .actions {
  opacity: 1.0; }

.profile-page .section .credit-cards .credit-card .field-value {
  border: 1px solid #ccc; }
  .profile-page .section .credit-cards .credit-card .field-value label {
    border-left: 1px solid #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px; }
  .profile-page .section .credit-cards .credit-card .field-value input[type="radio"] {
    margin-left: 10px;
    margin-right: 10px; }

.profile-page .section .credit-cards .credit-card .edit-address-form {
  background-color: white;
  border-top: none;
  border-top: 1px solid #ccc;
  font-size: 13px;
  padding: 10px; }
  .profile-page .section .credit-cards .credit-card .edit-address-form .cc-left-col .expiration-date,
  .profile-page .section .credit-cards .credit-card .edit-address-form .cc-left-col .card-holder {
    font-weight: normal; }
    .profile-page .section .credit-cards .credit-card .edit-address-form .cc-left-col .expiration-date label,
    .profile-page .section .credit-cards .credit-card .edit-address-form .cc-left-col .card-holder label {
      font-weight: 600;
      /* todo semibold */
      display: block; }
  .profile-page .section .credit-cards .credit-card .edit-address-form .cc-left-col .card-holder {
    margin-top: 5px; }
  .profile-page .section .credit-cards .credit-card .edit-address-form .address-wrapper {
    position: relative;
    font-size: 13px;
    font-weight: normal; }
    .profile-page .section .credit-cards .credit-card .edit-address-form .address-wrapper .title {
      font-weight: 600; }
  .profile-page .section .credit-cards .credit-card .edit-address-form .delete-card {
    margin-bottom: 10px; }
  .profile-page .section .credit-cards .credit-card .edit-address-form .billing-address-fields {
    /* here we need frank! */ }
    .profile-page .section .credit-cards .credit-card .edit-address-form .billing-address-fields input,
    .profile-page .section .credit-cards .credit-card .edit-address-form .billing-address-fields select {
      font-size: 13px;
      font-weight: normal;
      height: 31px;
      line-height: 20px; }
    .profile-page .section .credit-cards .credit-card .edit-address-form .billing-address-fields .credit-card-input-form-edit {
      padding-top: 15px;
      padding-bottom: 20px;
      margin-bottom: 0; }
    .profile-page .section .credit-cards .credit-card .edit-address-form .billing-address-fields .expiry-month-label,
    .profile-page .section .credit-cards .credit-card .edit-address-form .billing-address-fields .expiry-year-label {
      display: inline-block;
      vertical-align: top;
      margin-top: 20px; }
      .profile-page .section .credit-cards .credit-card .edit-address-form .billing-address-fields .expiry-month-label select,
      .profile-page .section .credit-cards .credit-card .edit-address-form .billing-address-fields .expiry-year-label select {
        float: right;
        margin-right: 10px;
        width: 132px; }
    .profile-page .section .credit-cards .credit-card .edit-address-form .billing-address-fields .expiry-month-label {
      width: 60%; }
    .profile-page .section .credit-cards .credit-card .edit-address-form .billing-address-fields .expiry-year-label {
      width: 40%;
      margin-bottom: 10px; }
      .profile-page .section .credit-cards .credit-card .edit-address-form .billing-address-fields .expiry-year-label select {
        margin-right: 0;
        width: 79px; }

.profile-page .section .credit-cards .section-title, .profile-page .section .credit-cards .form-group .section-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px; }

.profile-page .section .credit-cards .new-credit-card-form:hover {
  background: none !important; }

.profile-page .section .credit-cards .new-credit-card-form .card-holder-name-group,
.profile-page .section .credit-cards .new-credit-card-form .credit-card-inputs {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px; }

.profile-page .section .credit-cards .new-credit-card-form .card-holder-name-label > input {
  margin-left: 5px !important; }

.profile-page .section .credit-cards .new-credit-card-form label input,
.profile-page .section .credit-cards .new-credit-card-form label select {
  display: inline;
  width: auto; }

.profile-page .section .credit-cards .new-credit-card-form #stripeCVCCode {
  width: 50px; }

.profile-page .section .credit-cards .confirm-delete-label {
  display: inline; }

.profile-page .section.credit-cards .form-section .actions {
  margin: 10px 0 0px;
  text-align: right;
  padding: 0 10px; }
  .profile-page .section.credit-cards .form-section .actions button + button {
    margin-left: 10px; }

.profile-page .registered-auctions .auction {
  border: 1px solid #ededed; }
  .profile-page .registered-auctions .auction + .auction {
    margin-top: 10px; }

.profile-page .registered-auctions .auction-header {
  background-color: #f5f5f5;
  padding: 0 8px;
  line-height: 40px;
  font-size: 14px; }
  .profile-page .registered-auctions .auction-header .auction-title {
    font-weight: bold; }

.profile-page .registered-auctions .auction-registration {
  padding: 8px;
  font-size: 14px;
  line-height: 34px; }
  .profile-page .registered-auctions .auction-registration .edit-shipping-method a {
    margin-left: 8px;
    display: inline-block;
    vertical-align: top; }
  .profile-page .registered-auctions .auction-registration .edit-shipping-method .form-control {
    width: 50%;
    display: inline-block;
    vertical-align: top; }

.add-new-credit-card {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600; }
  .add-new-credit-card span {
    cursor: pointer;
    color: #777; }

.auctions-page > .title, .bidder-register-page > .title, .phillips-bidder-register-page > .title {
  font-size: 32px;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-top: 15px; }

.bidder-register-page > .title {
  margin-bottom: 3px; }

.bidder-register-page .static-header .subtitle {
  text-transform: none; }

.bidder-register-page .box-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.bidder-register-page .box-wrap + .box-wrap {
  padding-left: 20px;
  padding-right: 0; }

.bidder-register-page label#max_spendable-error {
  position: absolute;
  bottom: -23px;
  left: 0; }

.form-section p {
  font-size: 14px; }

.form-section input[type="radio"], .form-section input[type="checkbox"] {
  margin-top: 3px; }

.form-section > .title {
  font-weight: 300;
  font-size: 23px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 15px;
  position: relative; }

.form-section .section-title, .form-section .form-group .section-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px; }

.form-section .billing-address-title {
  width: 185px; }

.form-section .billing-address-title, .form-section .billing-address-title + .checkbox {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px; }

.form-section .billing-address-title + .checkbox {
  margin-top: 0;
  margin-bottom: 0; }

.form-section .billing-address-title + .checkbox {
  font-size: 12px; }

.form-section .title .checkbox {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  line-height: 31px; }

.form-section .title .checkbox input {
  line-height: 28px;
  height: 28px; }

.form-section .form-group {
  margin-bottom: 20px; }
  .form-section .form-group label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    width: 40%;
    line-height: 31px; }
    .form-section .form-group label input, .form-section .form-group label select {
      font-weight: 300; }
  .form-section .form-group label, .form-section .form-group input, .form-section .form-group select {
    display: inline-block;
    vertical-align: top;
    height: 31px;
    padding-top: 0;
    padding-bottom: 0; }
  .form-section .form-group .readonly-field {
    display: inline-block;
    vertical-align: top;
    line-height: 31px;
    height: 31px; }
  .form-section .form-group input, .form-section .form-group select {
    padding: 0 8px;
    border-radius: 2px; }
  .form-section .form-group label ~ input, .form-section .form-group label ~ select {
    width: 60%; }

.form-section .billing-address-fields .form-group:last-child {
  margin-bottom: 10px; }

.form-section .card-holder-name-group {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px; }

.registerWithoutCC .form-section .form-group {
  text-align: center; }
  .registerWithoutCC .form-section .form-group label {
    text-align: left; }
  .registerWithoutCC .form-section .form-group label ~ input, .registerWithoutCC .form-section .form-group label ~ select {
    width: 58%; }

.form-section.analytics .flag p:first-child {
  margin-top: 20px; }

.form-section.analytics p {
  font-weight: 700; }
  .form-section.analytics p.radio-subtitle {
    font-weight: 400;
    font-style: italic;
    color: #999; }

.form-section.analytics .radio {
  display: inline-block;
  vertical-align: top;
  margin-top: 0; }
  .form-section.analytics .radio + .radio {
    margin-left: 15px; }

.form-section.billing {
  position: relative; }
  .form-section.billing .title {
    margin-bottom: 0; }
  .form-section.billing .credit-card-icons {
    position: absolute;
    right: 0;
    top: 9px; }
    .form-section.billing .credit-card-icons img {
      display: inline-block;
      vertical-align: top;
      height: 20px; }
    .form-section.billing .credit-card-icons img + img {
      margin-left: 5px; }

.form-section .credit-card-use-notice {
  font-style: italic;
  color: #666;
  font-size: 13px;
  margin-bottom: 12px; }

.new-credit-card-form .card-holder-name-label, .form-section .new-credit-card-form .card-holder-name-label {
  display: block;
  width: 100%; }
  .new-credit-card-form .card-holder-name-label > input, .form-section .new-credit-card-form .card-holder-name-label > input {
    float: right;
    width: 276px; }

.new-credit-card-form .card-number-label, .form-section .new-credit-card-form .card-number-label {
  width: 271px;
  padding-right: 0; }

.new-credit-card-form .cvc-code-label, .form-section .new-credit-card-form .cvc-code-label {
  width: 115px;
  float: right; }

.new-credit-card-form .expiry-month-label, .form-section .new-credit-card-form .expiry-month-label {
  width: 227px; }

.new-credit-card-form .expiry-year-label, .form-section .new-credit-card-form .expiry-year-label {
  width: 207px;
  float: right; }

.new-credit-card-form .card-errors, .form-section .new-credit-card-form .card-errors {
  margin: 5px 0 5px;
  font-size: 13px;
  color: #b9121a;
  font-weight: bold; }

.new-credit-card-form .credit-card-inputs, .form-section .new-credit-card-form .credit-card-inputs {
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 12px; }
  .new-credit-card-form .credit-card-inputs .card-number, .form-section .new-credit-card-form .credit-card-inputs .card-number {
    width: 185px; }
  .new-credit-card-form .credit-card-inputs .cvc-code, .form-section .new-credit-card-form .credit-card-inputs .cvc-code {
    width: 45px; }
  .new-credit-card-form .credit-card-inputs .expiry-month, .form-section .new-credit-card-form .credit-card-inputs .expiry-month {
    width: 141px; }
  .new-credit-card-form .credit-card-inputs .expiry-year, .form-section .new-credit-card-form .credit-card-inputs .expiry-year {
    width: 124px; }
  .new-credit-card-form .credit-card-inputs .card-number,
  .new-credit-card-form .credit-card-inputs .cvc-code,
  .new-credit-card-form .credit-card-inputs .expiry-month,
  .new-credit-card-form .credit-card-inputs .expiry-year, .form-section .new-credit-card-form .credit-card-inputs .card-number,
  .form-section .new-credit-card-form .credit-card-inputs .cvc-code,
  .form-section .new-credit-card-form .credit-card-inputs .expiry-month,
  .form-section .new-credit-card-form .credit-card-inputs .expiry-year {
    float: right; }
  .new-credit-card-form .credit-card-inputs .form-group:last-child, .form-section .new-credit-card-form .credit-card-inputs .form-group:last-child {
    margin-bottom: 0; }
  .new-credit-card-form .credit-card-inputs .StripeElement, .form-section .new-credit-card-form .credit-card-inputs .StripeElement {
    border-radius: 2px;
    height: 31px;
    padding: 6px 8px; }
  .new-credit-card-form .credit-card-inputs .credit-card-cvc-code-element, .form-section .new-credit-card-form .credit-card-inputs .credit-card-cvc-code-element {
    height: 31px; }
  .new-credit-card-form .credit-card-inputs .StripeElement--focus, .form-section .new-credit-card-form .credit-card-inputs .StripeElement--focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .new-credit-card-form .credit-card-inputs .braintree-hosted-fields-focused, .form-section .new-credit-card-form .credit-card-inputs .braintree-hosted-fields-focused {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .new-credit-card-form .credit-card-inputs .braintreeElement, .form-section .new-credit-card-form .credit-card-inputs .braintreeElement {
    border-radius: 2px;
    padding: 0 8px;
    height: 31px; }

.form-section .form-credit-card-cardconnect {
  margin-bottom: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.profile-page .form-section .new-credit-card-form #stripeCardholderName {
  display: inline-block; }

.form-section + .form-section {
  margin-top: 20px; }

.form-section .padded-box {
  padding: 10px; }
  .form-section .padded-box label ~ input[type=text], .form-section .padded-box label > input[type=text], .form-section .padded-box label ~ select, .form-section .padded-box label > select {
    width: 60%; }
  .form-section .padded-box.gray {
    background-color: #f0f0f0; }

.bidder-register-page .credit-cards .credit-card, .phillips-bidder-register-page .credit-cards .credit-card, .profile-page .credit-cards .credit-card, .orders-page .credit-cards .credit-card {
  background-color: white;
  display: block;
  margin: 0;
  border: 1px solid #cccccc; }

.bidder-register-page .credit-cards .credit-card + .credit-card, .phillips-bidder-register-page .credit-cards .credit-card + .credit-card, .profile-page .credit-cards .credit-card + .credit-card, .orders-page .credit-cards .credit-card + .credit-card {
  border-top: 0; }

.bidder-register-page .credit-cards .credit-card input, .bidder-register-page .credit-cards .credit-card .credit-card-label, .phillips-bidder-register-page .credit-cards .credit-card input, .phillips-bidder-register-page .credit-cards .credit-card .credit-card-label, .profile-page .credit-cards .credit-card input, .profile-page .credit-cards .credit-card .credit-card-label, .orders-page .credit-cards .credit-card input, .orders-page .credit-cards .credit-card .credit-card-label {
  line-height: 42px;
  margin: 0;
  vertical-align: top;
  display: inline-block; }

.bidder-register-page .credit-cards .credit-card-label, .phillips-bidder-register-page .credit-cards .credit-card-label, .profile-page .credit-cards .credit-card-label, .orders-page .credit-cards .credit-card-label {
  border-left: 1px solid #ccc;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 11px;
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: 11px center;
  font-size: 14px;
  font-weight: 700; }

.bidder-register-page .credit-cards .credit-card-label.brand-visa, .bidder-register-page .credit-cards .credit-card-label.brand-mastercard, .bidder-register-page .credit-cards .credit-card-label.brand-amex, .bidder-register-page .credit-cards .credit-card-label.brand-discover, .phillips-bidder-register-page .credit-cards .credit-card-label.brand-visa, .phillips-bidder-register-page .credit-cards .credit-card-label.brand-mastercard, .phillips-bidder-register-page .credit-cards .credit-card-label.brand-amex, .phillips-bidder-register-page .credit-cards .credit-card-label.brand-discover, .profile-page .credit-cards .credit-card-label.brand-visa, .profile-page .credit-cards .credit-card-label.brand-mastercard, .profile-page .credit-cards .credit-card-label.brand-amex, .profile-page .credit-cards .credit-card-label.brand-discover, .orders-page .credit-cards .credit-card-label.brand-visa, .orders-page .credit-cards .credit-card-label.brand-mastercard, .orders-page .credit-cards .credit-card-label.brand-amex, .orders-page .credit-cards .credit-card-label.brand-discover {
  padding-left: 45px; }

.bidder-register-page .credit-cards .credit-card-label.brand-visa, .phillips-bidder-register-page .credit-cards .credit-card-label.brand-visa, .profile-page .credit-cards .credit-card-label.brand-visa, .orders-page .credit-cards .credit-card-label.brand-visa {
  background-image: url("/img/credit-icon-visa.png"); }

.bidder-register-page .credit-cards .credit-card-label.brand-mastercard, .phillips-bidder-register-page .credit-cards .credit-card-label.brand-mastercard, .profile-page .credit-cards .credit-card-label.brand-mastercard, .orders-page .credit-cards .credit-card-label.brand-mastercard {
  background-image: url("/img/credit-icon-mastercard.png"); }

.bidder-register-page .credit-cards .credit-card-label.brand-amex, .phillips-bidder-register-page .credit-cards .credit-card-label.brand-amex, .profile-page .credit-cards .credit-card-label.brand-amex, .orders-page .credit-cards .credit-card-label.brand-amex {
  background-image: url("/img/credit-icon-amex.png"); }

.bidder-register-page .credit-cards .credit-card-label.brand-discover, .phillips-bidder-register-page .credit-cards .credit-card-label.brand-discover, .profile-page .credit-cards .credit-card-label.brand-discover, .orders-page .credit-cards .credit-card-label.brand-discover {
  background-image: url("/img/credit-icon-discover.png"); }

.bidder-register-page .credit-cards .credit-card > label, .phillips-bidder-register-page .credit-cards .credit-card > label, .profile-page .credit-cards .credit-card > label, .orders-page .credit-cards .credit-card > label {
  margin-bottom: 0;
  cursor: pointer; }

.bidder-register-page .credit-cards .credit-card > label input, .phillips-bidder-register-page .credit-cards .credit-card > label input, .profile-page .credit-cards .credit-card > label input, .orders-page .credit-cards .credit-card > label input {
  margin-left: 15px;
  margin-right: 15px; }

.orders-page .edit-address-form {
  width: 90%;
  padding-left: 8%; }

.orders-page .form-section .form-group label {
  width: auto; }

.bidder-register-page #registerToBidForm .title {
  color: #762e58;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  width: 100%; }
  .bidder-register-page #registerToBidForm .title button {
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    font-size: 12px; }
  .bidder-register-page #registerToBidForm .title .checkbox {
    line-height: inherit;
    color: #333;
    text-transform: initial; }
    .bidder-register-page #registerToBidForm .title .checkbox input {
      height: auto; }
    @media (max-width: 475px) {
      .bidder-register-page #registerToBidForm .title .checkbox {
        position: static;
        padding-top: 10px; } }

.bidder-register-page {
  /*.cvc-code, .expiry-year {
		margin-left: 10px;
	}*/
  /*.card-number {
		width: 68%;
	}
	.cvc-code {
		width: 30%;
	}
	.expiry-month, .expiry-year {
		width: 49%;
	}
	.expiry-month {
		margin-right: 2%;
	}*/ }
  .bidder-register-page > .title {
    font-size: 18px;
    margin-bottom: 15px; }
  .bidder-register-page .auction-info-wrap {
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase; }
    .bidder-register-page .auction-info-wrap div {
      display: inline-block; }
    .bidder-register-page .auction-info-wrap .auction-type {
      padding-left: 18px; }
      .bidder-register-page .auction-info-wrap .auction-type.timed-auction {
        background-image: url("/img/icon-clock.png");
        background-repeat: no-repeat;
        background-size: 16px; }
      .bidder-register-page .auction-info-wrap .auction-type.live-auction {
        background-image: url("/img/icon-hammer.png");
        background-repeat: no-repeat;
        background-size: 16px; }
      .bidder-register-page .auction-info-wrap .auction-type .auction-time-left {
        color: #b9121a; }
    .bidder-register-page .auction-info-wrap .auction-type::after {
      content: " | "; }
    .bidder-register-page .auction-info-wrap .auction-title {
      padding-left: 2px; }
  .bidder-register-page .card-number, .bidder-register-page .cvc-code, .bidder-register-page .expiry-month, .bidder-register-page .expiry-year {
    display: inline-block;
    vertical-align: top; }
  .bidder-register-page .select-card-form-group {
    background-color: #e7e7e7;
    margin: -10px;
    margin-bottom: 0;
    padding: 10px; }
  .bidder-register-page #registerToBidForm {
    margin-top: 10px;
    margin-bottom: 15px;
    clear: both; }
  .bidder-register-page .new-credit-card-form {
    margin-top: 12px; }
  .bidder-register-page .btn.register {
    float: right; }
  .bidder-register-page label.error, .bidder-register-page .card-errors {
    margin: 5px 0 0;
    font-size: 13px;
    color: #b9121a;
    font-weight: bold; }
  .bidder-register-page .form-group label.error {
    line-height: 22px;
    width: 100%;
    height: auto; }
  .bidder-register-page .card-errors {
    margin-bottom: 5px;
    font-weight: bold; }
  .bidder-register-page .checkbox label.error {
    float: right;
    margin: 0; }
  .bidder-register-page .no-shipping-notice {
    color: #666;
    font-style: italic; }

.bidder-register-page .agreements {
  margin-top: 13px;
  border-top: 1px solid #ccc;
  padding-top: 7px;
  padding-left: 490px; }
  .bidder-register-page .agreements .agreements-label {
    color: #999;
    font-size: 13px; }

.bidder-register-page .checkbox label, .bidder-register-page .radio label {
  font-size: 14px; }

/* End of PROFILE ELEMENTS */
.live-sale-page .static-header {
  border: none;
  z-index: 1000;
  background-color: #f9f9f9;
  height: 63px;
  width: 100%; }
  .live-sale-page .static-header .logo {
    /*background-size: 74px auto;
			top: -37px;
			height: 109px;
			width: 74px;*/ }
  .live-sale-page .static-header .title {
    padding-top: 8px;
    text-transform: none;
    font-weight: 500; }
  .live-sale-page .static-header .subtitle {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 400; }

.live-auction-container .lot-info .status-label::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -14px;
  height: 0;
  width: 0;
  border-top-width: 21px;
  border-top-style: solid;
  border-left: 14px solid transparent; }

.live-auction-bulletin-page .connection-status-wrap {
  background-color: #ccc;
  color: #333;
  position: fixed;
  width: 100%;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  top: 0; }
  .live-auction-bulletin-page .connection-status-wrap.failed {
    color: white;
    background-color: #C51F37; }
  .live-auction-bulletin-page .connection-status-wrap button {
    margin-left: 10px; }

.live-auction-bulletin-page .lot-title {
  font-size: 30px;
  font-weight: 700;
  margin: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; }
  @media screen and (max-height: 767px) {
    .live-auction-bulletin-page .lot-title {
      font-size: 25px; } }

.live-auction-bulletin-page .lot-image {
  width: 40%;
  padding-left: 20px;
  max-height: 450px;
  object-fit: contain; }
  @media screen and (max-height: 800px) {
    .live-auction-bulletin-page .lot-image {
      max-height: 350px; } }
  @media screen and (max-height: 767px) {
    .live-auction-bulletin-page .lot-image {
      max-height: 300px; } }

.live-auction-bulletin-page .lot-image-large {
  width: 100%;
  max-height: 450px;
  object-fit: contain; }
  @media screen and (max-height: 800px) {
    .live-auction-bulletin-page .lot-image-large {
      max-height: 350px; } }
  @media screen and (max-height: 767px) {
    .live-auction-bulletin-page .lot-image-large {
      max-height: 300px; } }

.live-auction-bulletin-page .hr {
  border-bottom: 1px solid #ccc; }

.live-auction-bulletin-page .current-lot-row .lot-number, .live-auction-bulletin-page .current-lot-row .current-bid {
  font-size: 65px;
  font-weight: bold;
  color: #762e58;
  text-align: left; }

.live-auction-bulletin-page .current-lot-row .lot-number {
  padding-left: 20px; }
  @media screen and (max-height: 800px) {
    .live-auction-bulletin-page .current-lot-row .lot-number {
      font-size: 55px; } }
  @media screen and (max-height: 767px) {
    .live-auction-bulletin-page .current-lot-row .lot-number {
      font-size: 45px; } }

.live-auction-bulletin-page .logo {
  background-image: url("/img/n4-spink/logo.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px; }
  @media screen and (max-height: 800px) {
    .live-auction-bulletin-page .logo {
      height: 100px; } }
  @media screen and (max-height: 767px) {
    .live-auction-bulletin-page .logo {
      height: 80px; } }

.live-auction-bulletin-page .currency-table {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px; }
  .live-auction-bulletin-page .currency-table .currency-conversion div {
    display: inline-block; }
  .live-auction-bulletin-page .currency-table .currency-conversion > div {
    margin-right: 5%; }
  @media screen and (max-height: 800px) {
    .live-auction-bulletin-page .currency-table {
      font-size: 18px; } }
  @media screen and (max-height: 767px) {
    .live-auction-bulletin-page .currency-table {
      font-size: 16px; } }

.live-auction-bulletin-page .all-lots .current-lot {
  color: #762e58;
  border: 3px solid #762e58; }

.live-auction-bulletin-page .all-lots tr, .live-auction-bulletin-page .all-lots td {
  border: 1px solid black; }

.live-auction-bulletin-page .currency-code-info {
  margin-top: 20px;
  font-size: 18px; }

.live-auction-bulletin {
  position: relative;
  border-bottom: 1px solid #999999; }
  .live-auction-bulletin.heading {
    width: 100%;
    height: 100%; }
  .live-auction-bulletin.all-lots {
    width: 60%; }
  .live-auction-bulletin .header-row {
    background-color: white;
    color: white;
    text-align: center; }
  .live-auction-bulletin .header-row, .live-auction-bulletin .current-lot-row td {
    padding: 20px; }
  .live-auction-bulletin .current-lot-row td {
    padding-top: 40px;
    padding-bottom: 40px;
    vertical-align: top;
    color: #762e58; }
  .live-auction-bulletin .all-lots-header {
    background-color: #333;
    text-align: center; }
  .live-auction-bulletin .all-lots-header td {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding: 10px; }
    @media screen and (max-height: 800px) {
      .live-auction-bulletin .all-lots-header td {
        font-size: 18px;
        padding: 8px; } }
    @media screen and (max-height: 767px) {
      .live-auction-bulletin .all-lots-header td {
        font-size: 16px;
        padding: 6px; } }
  .live-auction-bulletin .current-lot-row {
    background-color: white; }
  .live-auction-bulletin .current-lot-row .dimensions {
    margin-top: 10px; }
  .live-auction-bulletin .current-lot-row .dimensions, .live-auction-bulletin .current-lot-row .estimate {
    color: #999999;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300; }
  .live-auction-bulletin .current-lot-row .estimate {
    font-style: italic; }
  .live-auction-bulletin .current-lot-row .lot-number-label, .live-auction-bulletin .current-lot-row .title, .live-auction-bulletin .current-lot-row .current-bid-label {
    text-align: center;
    font-size: 33px; }
  .live-auction-bulletin .current-lot-row .title {
    font-weight: bold; }
  .live-auction-bulletin .current-lot-row td, .live-auction-bulletin .lot-row td, .live-auction-bulletin .all-lots-header td {
    border-right: 1px solid #999999; }
  .live-auction-bulletin .current-lot-row td:last-child, .live-auction-bulletin .lot-row td:last-child, .live-auction-bulletin .all-lots-header td:last-child {
    border-right: 0; }
  .live-auction-bulletin .header-row .title {
    font-size: 30px; }
  .live-auction-bulletin .header-row .number-of-lots {
    font-size: 20px; }
  .live-auction-bulletin .lot-row {
    background-color: #eee; }
  .live-auction-bulletin .lot-row:nth-child(even) {
    background-color: #e7e7e7; }
  .live-auction-bulletin .lot-row td {
    padding: 10px 20px; }
    @media screen and (max-height: 800px) {
      .live-auction-bulletin .lot-row td {
        padding: 8px 20px; } }
    @media screen and (max-height: 767px) {
      .live-auction-bulletin .lot-row td {
        padding: 6px 20px; } }
  .live-auction-bulletin .lot-row .lot-number, .live-auction-bulletin .lot-row .opening, .live-auction-bulletin .lot-row .hammer {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; }
    @media screen and (max-height: 800px) {
      .live-auction-bulletin .lot-row .lot-number, .live-auction-bulletin .lot-row .opening, .live-auction-bulletin .lot-row .hammer {
        font-size: 18px; } }
    @media screen and (max-height: 767px) {
      .live-auction-bulletin .lot-row .lot-number, .live-auction-bulletin .lot-row .opening, .live-auction-bulletin .lot-row .hammer {
        font-size: 16px; } }
  .live-auction-bulletin .lot-row .title {
    font-size: 20px;
    font-weight: bold; }
  .live-auction-bulletin .profile-selector {
    margin-left: 10px;
    display: none;
    position: absolute; }
  .live-auction-bulletin .header-row:hover .profile-selector {
    display: inline-block; }
  .live-auction-bulletin .logo.hdh {
    width: 250px;
    position: absolute;
    right: 20px;
    top: 15px; }

.live-auction-container {
  top: 103px;
  display: inline-block;
  vertical-align: top;
  background-color: #2a2a2a;
  position: fixed;
  bottom: 0;
  z-index: 1001;
  width: 300px;
  box-shadow: 1px 0px 2px 0px rgba(50, 50, 50, 0.3); }
  .live-auction-container .bid-action-box.no-paddle {
    height: 90px; }
  .live-auction-container .bid-action-box.no-paddle + .bid-history {
    top: 367px; }
  .live-auction-container .bid-action-box .reconnect, .live-auction-container .bid-increment, .live-auction-container .cancel-bid-confirmation, .live-auction-container .paddle-number {
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 14px;
    line-height: 20px; }
    .live-auction-container .bid-action-box .reconnect a, .live-auction-container .bid-increment a, .live-auction-container .cancel-bid-confirmation a, .live-auction-container .paddle-number a {
      text-decoration: underline; }
  .live-auction-container .paddle-number-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px; }
    .live-auction-container .paddle-number-wrap .paddle-number {
      font-size: 16px;
      display: inline-block; }
    .live-auction-container .paddle-number-wrap .registration-issue {
      display: inline-block; }
      .live-auction-container .paddle-number-wrap .registration-issue .status {
        font-size: 16px;
        font-weight: normal; }
  .live-auction-container .bid-action-box .reconnect {
    margin-top: 2px;
    text-transform: uppercase; }
    .live-auction-container .bid-action-box .reconnect a {
      color: #2e9493; }
    .live-auction-container .bid-action-box .reconnect a:hover {
      cursor: pointer;
      color: #39b7b6; }
    .live-auction-container .bid-action-box .reconnect a:active {
      color: #237170; }
  .live-auction-container .bid-increment {
    font-size: 13px;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    bottom: 20px;
    left: 0; }
  .live-auction-container .cancel-bid-confirmation, .live-auction-container .cancel-bid-confirmation a {
    color: #d7d7d7; }
  .live-auction-container .lot-info {
    position: relative;
    background-color: white;
    max-height: 64px; }
    .live-auction-container .lot-info:hover {
      cursor: pointer;
      background-color: #edd0e1; }
    .live-auction-container .lot-info .status {
      position: absolute;
      color: white;
      font-weight: bold;
      text-align: right;
      line-height: 19px;
      right: 0;
      width: 100%; }
    .live-auction-container .lot-info .status-label {
      display: inline-block;
      line-height: 23px;
      padding: 0 8px 0 4px;
      position: relative;
      text-transform: uppercase; }
    .live-auction-container .lot-info .status.now .status-label {
      background-color: #eb5e28; }
    .live-auction-container .lot-info .status.paused .status-label {
      background-color: #ff9725; }
    .live-auction-container .lot-info .status.closed .status-label {
      background-color: black; }
    .live-auction-container .lot-info .status.now .status-label::after {
      border-top-color: #eb5e28; }
    .live-auction-container .lot-info .status.paused .status-label::after {
      border-top-color: #ff9725; }
    .live-auction-container .lot-info .status.closed .status-label::after {
      border-top-color: black; }
    .live-auction-container .lot-info .status::before {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      content: ""; }
    .live-auction-container .lot-info .status.now::before {
      background-color: #eb5e28; }
    .live-auction-container .lot-info .status.paused::before {
      background-color: #ff9725; }
    .live-auction-container .lot-info .status.closed::before {
      background-color: black; }
    .live-auction-container .lot-info .cover-thumbnail {
      width: 64px;
      height: 64px; }
    .live-auction-container .lot-info .cover-thumbnail, .live-auction-container .lot-info .lot-info-right {
      display: inline-block;
      vertical-align: top; }
    .live-auction-container .lot-info .lot-number {
      font-size: 18px;
      font-weight: bold; }
    .live-auction-container .lot-info .lot-info-right {
      padding: 5px 6px 0;
      width: 232px; }
    .live-auction-container .lot-info .line-one, .live-auction-container .lot-info .line-two {
      line-height: 1.2;
      max-height: 37px; }
    .live-auction-container .lot-info .lot-number + .line-one, .live-auction-container .lot-info .lot-number + .line-two {
      margin-top: -1px;
      font-size: 14px;
      font-weight: 600;
      overflow: hidden; }
    .live-auction-container .lot-info .line-one + .line-two {
      margin-top: -3px;
      font-size: 13px; }
  .live-auction-container .logo {
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%; }
  .live-auction-container .open-for-bidding {
    font-size: 24px;
    padding-top: 20px; }
  .live-auction-container .highest-bid {
    background-color: #e93f32;
    color: white;
    border-bottom: 2px solid white;
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 1;
    height: 110px; }
    .live-auction-container .highest-bid .bid-label {
      font-size: 17px; }
    .live-auction-container .highest-bid .bid-label::after {
      content: ":"; }
    .live-auction-container .highest-bid .bid {
      font-size: 28px; }
    .live-auction-container .highest-bid .make-bid-pointer {
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 11px solid #fff;
      position: absolute;
      bottom: -11px;
      left: 50%;
      margin-left: -12px; }
      .live-auction-container .highest-bid .make-bid-pointer::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 11px solid #e93f32;
        position: absolute;
        left: -12px;
        top: -14px; }
  .live-auction-container .bid-action-box {
    background-color: #333;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 110px;
    position: relative; }
    .live-auction-container .bid-action-box .action-status-wrap {
      display: inline-block;
      vertical-align: top;
      position: absolute;
      left: 10px;
      top: 4px;
      bottom: 0;
      right: 10px; }
      .live-auction-container .bid-action-box .action-status-wrap.disconnected {
        position: static; }
        .live-auction-container .bid-action-box .action-status-wrap.disconnected::before {
          height: auto; }
    .live-auction-container .bid-action-box .action-status {
      font-weight: bold;
      display: inline-block;
      vertical-align: middle;
      font-size: 16pt; }
    .live-auction-container .bid-action-box .action-status-wrap.lot-won {
      top: 11px;
      border-bottom: 1px solid #ddd; }
      .live-auction-container .bid-action-box .action-status-wrap.lot-won .action-status-description {
        font-size: 15px;
        line-height: 1.2;
        padding-bottom: 2px; }
    .live-auction-container .bid-action-box .increment {
      margin-top: 3px;
      margin-bottom: 4px; }
    .live-auction-container .bid-action-box .click-to-bid {
      background-image: url("/img/btn-click-to-bid.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 252px;
      width: 252px;
      height: 55px;
      background-color: transparent;
      border: 0;
      padding: 0;
      outline: none;
      vertical-align: top; }
    .live-auction-container .bid-action-box .click-to-bid:hover {
      background-position: 0 -55px; }
    .live-auction-container .bid-action-box .click-to-bid:active {
      background-position: 0 -109px; }
    .live-auction-container .bid-action-box .click-to-bid[disabled] {
      background-position: 0 -163px; }
  .live-auction-container .bid-action-box + .bid-history {
    border-top-width: 2px;
    border-top-style: solid; }
  .live-auction-container .state-message {
    background-color: #e93f32;
    color: white;
    line-height: 35px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    position: relative; }
    .live-auction-container .state-message .state-time {
      position: absolute;
      right: 8px;
      top: 0;
      font-size: 24px; }
  .live-auction-container .bid-history {
    background-color: #454545;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #e93f32;
    color: white;
    z-index: 1;
    position: fixed;
    overflow-y: auto;
    width: 300px;
    top: 387px;
    bottom: 33px;
    overflow-x: hidden; }
    .live-auction-container .bid-history .bid-history-list {
      list-style-type: none;
      padding: 0;
      margin: 0;
      /*position: fixed;*/
      width: 300px;
      /*top: $navbar-height + 353px;
			bottom: 35px;*/
      overflow-y: auto;
      overflow-x: hidden; }
    .live-auction-container .bid-history .bid-history-item.disabled .left .time, .live-auction-container .bid-history .bid-history-item.disabled .left .bid-label, .live-auction-container .bid-history .bid-history-item.disabled .right .bid {
      text-decoration: line-through;
      color: #888; }
    .live-auction-container .bid-history .bid-history-item {
      padding: 10px;
      position: relative; }
      .live-auction-container .bid-history .bid-history-item .bid-label, .live-auction-container .bid-history .bid-history-item .paddle {
        font-weight: 600;
        display: inline-block;
        vertical-align: top; }
    .live-auction-container .bid-history .bid-history-item .left, .live-auction-container .bid-history .bid-history-item .right {
      display: inline-block;
      vertical-align: top; }
    .live-auction-container .bid-history .bid-history-item .left {
      width: 160px;
      font-size: 12px; }
    .live-auction-container .bid-history .bid-history-item .left .time {
      /*line-height: $tight-line-height;*/
      font-style: italic; }
    .live-auction-container .bid-history .bid-history-item .right {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      width: 110px;
      right: 30px;
      font-size: 14px; }
    .live-auction-container .bid-history .bid-history-item .bid {
      font-weight: bold;
      text-align: right; }
    .live-auction-container .bid-history .bid-history-item:nth-child(odd) {
      background-color: #3e3e3e; }
    .live-auction-container .bid-history .bid-history-item.my-bid {
      background-color: #e93f32; }
    .live-auction-container .bid-history > .title {
      text-transform: uppercase;
      color: #e93f32;
      font-weight: bold;
      font-size: 16px;
      line-height: 0.79;
      padding: 10px 10px 0;
      margin-bottom: 10px; }
  .live-auction-container .connection-info {
    color: white;
    background-color: black;
    bottom: 0;
    position: fixed;
    width: inherit;
    text-align: center; }
    .live-auction-container .connection-info .status {
      text-transform: uppercase;
      position: relative;
      display: inline-block; }
    .live-auction-container .connection-info .status.connected, .live-auction-container .connection-info .reconnect {
      color: #677e52; }
    .live-auction-container .connection-info .status.disconnected {
      color: #eb5e28; }
    .live-auction-container .connection-info .reconnect, .live-auction-container .connection-info .disconnect {
      text-transform: uppercase;
      position: absolute;
      right: 8px;
      top: 0;
      cursor: pointer; }
    .live-auction-container .connection-info .disconnect {
      color: #b9121a; }
    .live-auction-container .connection-info .status::before {
      position: absolute;
      content: "";
      background-position: center center;
      background-repeat: no-repeat;
      top: 0;
      bottom: 2px;
      left: -24px;
      width: 21px; }
    .live-auction-container .connection-info .status.connected::before {
      background-image: url("/img/connection-light-green.png"); }
    .live-auction-container .connection-info .status.disconnected::before {
      background-image: url("/img/connection-light-red.png"); }
  .live-auction-container .connection-info, .live-auction-container .connection-info .status {
    line-height: 33px;
    height: 33px; }

/* 
  _      _                                _   _              __      _____  
 | |    (_)               /\             | | (_)             \ \    / /__ \ 
 | |     ___   _____     /  \  _   _  ___| |_ _  ___  _ __    \ \  / /   ) |
 | |    | \ \ / / _ \   / /\ \| | | |/ __| __| |/ _ \| '_ \    \ \/ /   / / 
 | |____| |\ V /  __/  / ____ \ |_| | (__| |_| | (_) | | | |    \  /   / /_ 
 |______|_| \_/ \___| /_/    \_\__,_|\___|\__|_|\___/|_| |_|     \/   |____|

live auction v2
 */
.OT_mirrored.OT_root.OT_subscriber.OT_fit-mode-cover {
  width: auto !important; }

#main.liveAuctionV2 {
  margin-top: 0 !important; }

/* this will scale us on retina displays */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .live-sale-page-v2-container.retina .video,
  .live-sale-page-v2-container.retina .bid-action-box {
    zoom: .9;
    -moz-transform: scale(0.9);
    -moz-transform-origin: 0 0; } }

.live-sale-page-v2 {
  margin-top: 85px; }
  .live-sale-page-v2 .lots-strip .lot-thumbnail-overlay-wrap .watch-icon-wrap .watch-icon {
    line-height: 4px; }
  .live-sale-page-v2 .lots-strip .lot-thumbnail-placeholder {
    width: 70px;
    height: 70px; }
  .live-sale-page-v2 .description-wrap {
    margin-bottom: 20px; }
  .live-sale-page-v2 .static-header {
    border: none;
    z-index: 1000;
    background-color: #f9f9f9;
    height: 63px;
    width: 100%; }
    .live-sale-page-v2 .static-header .logo {
      /*background-size: 74px auto;
			top: -37px;
			height: 109px;
			width: 74px;*/ }
    .live-sale-page-v2 .static-header .title {
      padding-top: 8px;
      text-transform: none;
      font-weight: 500; }
    .live-sale-page-v2 .static-header .subtitle {
      margin-bottom: 0px;
      margin-top: 0px;
      font-weight: 400; }
  .live-sale-page-v2 .lots-strip {
    height: 70px;
    background-color: #F1F1F1;
    z-index: 1000; }
    .live-sale-page-v2 .lots-strip .lot-item {
      height: 72px;
      width: 71px; }
    .live-sale-page-v2 .lots-strip > div {
      display: inline-block;
      vertical-align: top;
      padding: 1px;
      padding-left: 0;
      position: relative;
      cursor: pointer;
      background-color: #222222; }
      .live-sale-page-v2 .lots-strip > div .lot-thumbnail-overlay {
        width: 70px;
        height: 70px; }
    .live-sale-page-v2 .lots-strip .lot-thumbnail-overlay-wrap.small .lot-details-overlay .lot-number-centered {
      margin-top: 19px;
      font-size: 20px;
      color: white; }
    .live-sale-page-v2 .lots-strip > div:first-child {
      margin-left: 0; }
    .live-sale-page-v2 .lots-strip img.cover-thumbnail {
      width: 70px;
      height: 70px;
      /*box-shadow: 0px 2px 4px -1px rgba(50, 50, 50, 0.5);*/ }
    .live-sale-page-v2 .lots-strip .lot-item:hover img.cover-thumbnail, .live-sale-page-v2 .lots-strip .all-lots-link:hover, .live-sale-page-v2 .lots-strip .my-watched-lots-link:hover {
      /* box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.5); */ }
    .live-sale-page-v2 .lots-strip .lot-item:active img.cover-thumbnail, .live-sale-page-v2 .lots-strip .all-lots-link:active, .live-sale-page-v2 .lots-strip .my-watched-lots-link:active {
      /* box-shadow: 0px 2px 1px -1px rgba(50, 50, 50, 0.5); */ }
    .live-sale-page-v2 .lots-strip .lot-strip-actions {
      display: inline-block;
      vertical-align: top; }
    .live-sale-page-v2 .lots-strip .all-lots-link, .live-sale-page-v2 .lots-strip .my-watched-lots-link {
      color: white;
      font-weight: 700;
      text-align: center;
      font-size: 12px;
      line-height: 1.3;
      width: 63px;
      height: 62px;
      display: inline-block;
      vertical-align: top; }
    .live-sale-page-v2 .lots-strip .my-watched-lots-link {
      background-color: #762e58;
      padding-top: 9px; }
    .live-sale-page-v2 .lots-strip .my-watched-lots-link:hover {
      background-color: #813260; }
    .live-sale-page-v2 .lots-strip .my-watched-lots-link:active {
      background-color: #6b2a50; }
    .live-sale-page-v2 .lots-strip .all-lots-link {
      background-color: #762e58;
      padding-top: 19px;
      margin-left: 1px; }
    .live-sale-page-v2 .lots-strip .all-lots-link:hover {
      background-color: #813260; }
    .live-sale-page-v2 .lots-strip .all-lots-link:active {
      background-color: #6b2a50; }
  .live-sale-page-v2 .main-area {
    /* border: 1px solid #cacaca; */
    margin-left: -15px;
    /* todo this may cause issues */
    border-bottom: 0;
    margin-top: 15px; }
    .live-sale-page-v2 .main-area .alert {
      opacity: 0;
      padding-left: 13px;
      border-bottom: 0;
      margin-left: -3px;
      z-index: 1000;
      width: 640px; }
      .live-sale-page-v2 .main-area .alert.stick {
        margin-top: 0; }
      .live-sale-page-v2 .main-area .alert::before, .live-sale-page-v2 .main-area .alert::after {
        display: none; }
      .live-sale-page-v2 .main-area .alert {
        height: 50px !important; }
    .live-sale-page-v2 .main-area .tabs {
      position: relative;
      width: 100%; }
      .live-sale-page-v2 .main-area .tabs .tab {
        width: 25%;
        box-sizing: border-box;
        text-align: center;
        font-weight: 600;
        border: 1px solid #cacaca;
        position: relative; }
        .live-sale-page-v2 .main-area .tabs .tab.wider {
          width: 33%; }
        .live-sale-page-v2 .main-area .tabs .tab ~ .tab {
          border-left: none; }
        .live-sale-page-v2 .main-area .tabs .tab:hover, .live-sale-page-v2 .main-area .tabs .tab:active, .live-sale-page-v2 .main-area .tabs .tab:link, .live-sale-page-v2 .main-area .tabs .tab:visited {
          text-decoration: none; }
        .live-sale-page-v2 .main-area .tabs .tab:hover {
          background-color: #f4f4f4; }
        .live-sale-page-v2 .main-area .tabs .tab.active {
          border: 1px solid #762e58;
          color: #762e58; }
          .live-sale-page-v2 .main-area .tabs .tab.active::after {
            width: 20px;
            height: 20px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 9px solid #762e58;
            position: absolute;
            bottom: -20px;
            left: 50%;
            margin-left: -12px;
            content: ''; }
    .live-sale-page-v2 .main-area .main-area-content {
      overflow-y: auto;
      overflow-x: hidden;
      margin-top: 10px; }
    .live-sale-page-v2 .main-area .loading {
      position: relative; }
      .live-sale-page-v2 .main-area .loading .loading-contents {
        position: absolute;
        bottom: 20%;
        text-align: center;
        width: 100%;
        font-size: 33px; }
  .live-sale-page-v2 .bids-container,
  .live-sale-page-v2 .watching-container {
    padding: 10px; }
  .live-sale-page-v2 .lot-items .list-view {
    /* .lot-item.watched::before {
			content: "";
			right: 48px;
			top: -2px;
			position: absolute;
			width: 19px;
			height: 27px;
			background: url($icon-lot-watched-ribbon) center center no-repeat;
			background-size: 100%;
			z-index: 1;
		} */ }
    .live-sale-page-v2 .lot-items .list-view .lot-item {
      height: 80px;
      border-width: 1px 0 0;
      border-color: #ebebeb;
      border-style: solid;
      padding: 6px 11px;
      margin-left: -11px;
      margin-right: -11px;
      box-sizing: content-box;
      position: relative; }
      .live-sale-page-v2 .lot-items .list-view .lot-item:hover .watch-icon-wrap {
        max-width: 100px; }
    .live-sale-page-v2 .lot-items .list-view .lot-item:last-child {
      margin-bottom: -6px; }
    .live-sale-page-v2 .lot-items .list-view .lot-item-details {
      display: inline-block;
      vertical-align: top;
      margin-left: 10px;
      font-size: 14px;
      width: 80%;
      height: 100%;
      /* overflow: hidden; */ }
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .line-one {
        font-weight: bold; }
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .lot-number {
        font-size: 14px;
        color: #666666;
        display: inline-block; }
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .lot-status-label {
        margin-top: 15px;
        font-weight: bold;
        color: #2e9493; }
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .lot-status-sold, .live-sale-page-v2 .lot-items .list-view .lot-item-details .lot-status-passed, .live-sale-page-v2 .lot-items .list-view .lot-item-details .lot-status-pending {
        color: black !important; }
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .action-status-wrap {
        margin-top: 20px; }
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .watch-icon-wrap {
        display: inline-block;
        overflow: hidden;
        max-width: 0;
        vertical-align: top; }
        .live-sale-page-v2 .lot-items .list-view .lot-item-details .watch-icon-wrap.always-visible {
          max-width: 100px; }
        .live-sale-page-v2 .lot-items .list-view .lot-item-details .watch-icon-wrap.watched {
          max-width: 100px; }
        .live-sale-page-v2 .lot-items .list-view .lot-item-details .watch-icon-wrap .watch-icon {
          margin-right: -3px;
          line-height: 16px;
          width: 25px;
          height: 20px;
          font-size: 16px;
          font-family: FontAwesome;
          position: relative; }
          .live-sale-page-v2 .lot-items .list-view .lot-item-details .watch-icon-wrap .watch-icon::after {
            content: "";
            position: absolute;
            top: 1px;
            left: 2px; }
          .live-sale-page-v2 .lot-items .list-view .lot-item-details .watch-icon-wrap .watch-icon.watched::after {
            content: "";
            position: absolute;
            top: 1px;
            left: 2px; }
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .line-two {
        display: inline-block;
        font-weight: 700;
        height: 20px;
        width: 85%;
        overflow: hidden;
        vertical-align: top;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .live-sale-page-v2 .lot-items .list-view .lot-item-details .line-two::before {
          border-left: 1px solid #ccc;
          padding-left: 10px;
          margin-left: 5px;
          content: " "; }
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .absentee-bid-box .static-status,
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .absentee-bid-box .current-bid-title,
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .absentee-bid-box .bid-amount {
        font-size: 17px; }
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .absentee-bid-box .static-status + .static-status,
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .absentee-bid-box .static-status + .my-bid {
        border-left: none;
        margin-left: 8px;
        padding-left: 8px;
        position: relative; }
        .live-sale-page-v2 .lot-items .list-view .lot-item-details .absentee-bid-box .static-status + .static-status:before,
        .live-sale-page-v2 .lot-items .list-view .lot-item-details .absentee-bid-box .static-status + .my-bid:before {
          border-left: 1px solid #ddd;
          margin-left: 8px;
          padding-left: 8px;
          content: '';
          position: absolute;
          top: 5px;
          left: -8px;
          height: 20px; }
      .live-sale-page-v2 .lot-items .list-view .lot-item-details .lot-price-container .reserve ~ .estimate::before {
        margin-left: 10px; }
    .live-sale-page-v2 .lot-items .list-view .lot-item .cover-thumbnail-wrap {
      position: relative; }
    .live-sale-page-v2 .lot-items .list-view .lot-item .cover-thumbnail-wrap, .live-sale-page-v2 .lot-items .list-view .lot-item .cover-thumbnail {
      height: 80px;
      width: 80px;
      display: inline-block;
      vertical-align: top; }
    .live-sale-page-v2 .lot-items .list-view .lot-item:first-child {
      border-top-width: 0; }
    .live-sale-page-v2 .lot-items .list-view .lot-item:last-child {
      border-bottom-width: 0; }
  .live-sale-page-v2 .lot-items .grid-view {
    margin: 0px 0px 0px; }
    .live-sale-page-v2 .lot-items .grid-view .lot-item {
      margin: 0 2px 2px 0;
      display: inline-block;
      vertical-align: top;
      position: relative; }
    .live-sale-page-v2 .lot-items .grid-view .lot-item:nth-child(7n) {
      margin-right: 0; }
    .live-sale-page-v2 .lot-items .grid-view .lot-item .cover-thumbnail-wrap, .live-sale-page-v2 .lot-items .grid-view .lot-item .cover-thumbnail {
      height: 86px;
      width: 86px; }
  .live-sale-page-v2 .lot-header, .live-sale-page-v2 .lots-header {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
    line-height: 31px;
    margin-top: 10px;
    padding-right: 4px; }
    .live-sale-page-v2 .lot-header .bids-filter, .live-sale-page-v2 .lots-header .bids-filter {
      width: 20%;
      margin-left: 15px; }
  .live-sale-page-v2 .lot-header.no-border {
    border-bottom: none; }
  .live-sale-page-v2 .lots-header {
    padding-left: 0; }
    .live-sale-page-v2 .lots-header > * {
      display: inline-block;
      vertical-align: top; }
    .live-sale-page-v2 .lots-header .lot-view-style {
      margin-left: 15px; }
    .live-sale-page-v2 .lots-header .bids-limit {
      width: 80px;
      padding-right: 0px;
      margin-left: 15px; }
    .live-sale-page-v2 .lots-header .live-auction-pagination {
      margin-left: 15px; }
      .live-sale-page-v2 .lots-header .live-auction-pagination .page-input {
        width: 50px;
        display: inline-block;
        margin-right: 5px; }
    .live-sale-page-v2 .lots-header .form-control {
      height: 31px; }
  .live-sale-page-v2 .lots-container {
    background-color: white;
    padding: 11px; }
  .live-sale-page-v2 .lot-detail-container {
    padding-left: 0px;
    padding-bottom: 20px; }
    .live-sale-page-v2 .lot-detail-container .lot-header {
      font-size: 18px; }
    .live-sale-page-v2 .lot-detail-container .btn-back {
      text-transform: uppercase;
      font-weight: 400;
      margin-right: 10px; }
    .live-sale-page-v2 .lot-detail-container .jump-to-lot {
      font-size: 14px;
      font-weight: 400;
      text-align: right; }
      .live-sale-page-v2 .lot-detail-container .jump-to-lot .jump-to-lot-input {
        width: 24%;
        display: inline-block; }
      .live-sale-page-v2 .lot-detail-container .jump-to-lot .btn-jump {
        font-weight: 400; }
    .live-sale-page-v2 .lot-detail-container .description-wrap.artist .watch-artist,
    .live-sale-page-v2 .lot-detail-container .description-wrap.artist .watched-artist {
      display: block;
      float: right; }
    .live-sale-page-v2 .lot-detail-container.detail-lot, .live-sale-page-v2 .lot-detail-container.current-lot {
      background-color: white; }
    .live-sale-page-v2 .lot-detail-container .auction-title {
      font-size: 28px;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 0; }
    .live-sale-page-v2 .lot-detail-container .watch-icon-wrap {
      display: inline-block;
      overflow: hidden;
      vertical-align: top;
      max-width: 100px; }
      .live-sale-page-v2 .lot-detail-container .watch-icon-wrap.watched .watch-icon {
        color: #762e58; }
      .live-sale-page-v2 .lot-detail-container .watch-icon-wrap .watch-icon {
        margin-right: -3px;
        line-height: 20px;
        width: 25px;
        height: 31px;
        font-size: 20px;
        cursor: pointer;
        color: #ccc;
        font-family: FontAwesome;
        position: relative; }
        .live-sale-page-v2 .lot-detail-container .watch-icon-wrap .watch-icon::after {
          content: "";
          position: absolute;
          top: 4px;
          left: 2px; }
        .live-sale-page-v2 .lot-detail-container .watch-icon-wrap .watch-icon.watched::after {
          content: "";
          position: absolute;
          top: 4px;
          left: 2px; }
    .live-sale-page-v2 .lot-detail-container .lot-header {
      padding-left: 0;
      margin-top: 0; }
      .live-sale-page-v2 .lot-detail-container .lot-header .line-one {
        position: relative; }
        .live-sale-page-v2 .lot-detail-container .lot-header .line-one .lot-number {
          display: inline-block;
          font-style: 18px;
          font-size: 24px;
          font-weight: 400; }
        .live-sale-page-v2 .lot-detail-container .lot-header .line-one .range-wrapper {
          position: absolute;
          right: 0px;
          font-style: italic;
          color: #999;
          font-size: 16px; }
      .live-sale-page-v2 .lot-detail-container .lot-header .line-two .lot-title {
        font-weight: 700;
        font-size: 20px; }
      .live-sale-page-v2 .lot-detail-container .lot-header .line-three .group-label,
      .live-sale-page-v2 .lot-detail-container .lot-header .line-three .view-bid-sheet {
        font-size: 12px; }
      .live-sale-page-v2 .lot-detail-container .lot-header .line-three .absentee-bid-box {
        display: inline; }
      .live-sale-page-v2 .lot-detail-container .lot-header .line-three .current-bid-box {
        position: static !important; }
      .live-sale-page-v2 .lot-detail-container .lot-header .line-three .group-detail {
        border-left: 1px solid #ddd;
        padding-left: 8px; }
        .live-sale-page-v2 .lot-detail-container .lot-header .line-three .group-detail a {
          color: #999;
          font-weight: 400;
          text-decoration: underline; }
          .live-sale-page-v2 .lot-detail-container .lot-header .line-three .group-detail a:hover {
            color: gray; }
    .live-sale-page-v2 .lot-detail-container .images-container {
      width: 100%;
      text-align: center; }
      .live-sale-page-v2 .lot-detail-container .images-container .main-image,
      .live-sale-page-v2 .lot-detail-container .images-container .thumbnails {
        display: inline-block;
        vertical-align: top; }
      .live-sale-page-v2 .lot-detail-container .images-container .main-image {
        max-width: 74.5%;
        max-height: 35vh; }
        .live-sale-page-v2 .lot-detail-container .images-container .main-image.full-width {
          max-width: 100%; }
      .live-sale-page-v2 .lot-detail-container .images-container .thumbnails {
        width: 24%;
        float: right;
        text-align: left; }
      .live-sale-page-v2 .lot-detail-container .images-container .thumbnails img {
        width: 79px;
        height: 79px;
        opacity: 0.4;
        margin-left: 11px;
        margin-bottom: 11px;
        cursor: pointer;
        transition: opacity 0.2s; }
        .live-sale-page-v2 .lot-detail-container .images-container .thumbnails img + img {
          margin-left: 11px; }
        .live-sale-page-v2 .lot-detail-container .images-container .thumbnails img:hover {
          opacity: 0.7; }
        .live-sale-page-v2 .lot-detail-container .images-container .thumbnails img.active {
          opacity: 1.0; }
    .live-sale-page-v2 .lot-detail-container .lot-detail {
      width: 100%; }
    .live-sale-page-v2 .lot-detail-container #live-video {
      margin-bottom: 10px; }
    .live-sale-page-v2 .lot-detail-container .lot-detail .current-lot-label {
      color: #762e58;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px; }
    .live-sale-page-v2 .lot-detail-container .lot-detail .lot-number {
      font-size: 16px;
      font-weight: 600; }
    .live-sale-page-v2 .lot-detail-container .lot-detail .category + .category::before {
      content: ", "; }
    .live-sale-page-v2 .lot-detail-container .lot-header .lot-number {
      font-weight: bold;
      font-size: 18px; }
    .live-sale-page-v2 .lot-detail-container .btn + .lot-number {
      margin-left: 25px; }
    .live-sale-page-v2 .lot-detail-container button.prev-lot, .live-sale-page-v2 .lot-detail-container button.next-lot {
      background-size: auto 14px;
      background-position: center center;
      background-repeat: no-repeat;
      border: 0;
      background-color: #333;
      width: 35px;
      height: 31px;
      border-radius: 2px;
      box-shadow: 0px 1px 3px #333;
      outline: none; }
    .live-sale-page-v2 .lot-detail-container button.prev-lot:hover, .live-sale-page-v2 .lot-detail-container button.next-lot:hover {
      background-color: #444; }
    .live-sale-page-v2 .lot-detail-container button.prev-lot:active, .live-sale-page-v2 .lot-detail-container button.next-lot:active {
      background-color: #222;
      box-shadow: 0px 0px 2px #333; }
    .live-sale-page-v2 .lot-detail-container button.prev-lot {
      background-image: url("/img/arrow-left-white.png"); }
    .live-sale-page-v2 .lot-detail-container button.next-lot {
      background-image: url("/img/arrow-right-white.png"); }
    .live-sale-page-v2 .lot-detail-container .lot-number + .prev-lot, .live-sale-page-v2 .lot-detail-container .lot-number + .next-lot {
      margin-left: 20px; }
    .live-sale-page-v2 .lot-detail-container button.prev-lot + .next-lot {
      margin-left: 5px; }
    .live-sale-page-v2 .lot-detail-container .title {
      font-size: 18px;
      font-weight: 500; }
    .live-sale-page-v2 .lot-detail-container .artist .name {
      font-size: 14px; }
    .live-sale-page-v2 .lot-detail-container .description-label {
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 13px;
      font-weight: 600; }
    .live-sale-page-v2 .lot-detail-container .description {
      font-size: 12px; }
    .live-sale-page-v2 .lot-detail-container .youtube-video {
      margin-top: 20px; }
  .live-sale-page-v2 .lots-strip-left {
    position: absolute;
    top: 0;
    z-index: 1001; }
    .live-sale-page-v2 .lots-strip-left img.cover-thumbnail {
      -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      -webkit-filter: grayscale(100%);
      filter: gray;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); }
  .live-sale-page-v2 .lots-strip-right {
    position: absolute;
    top: 0;
    /* right: -421px; */
    /* right: -554px; */
    right: -483px;
    width: 639px;
    z-index: 1001; }
  .live-sale-page-v2 .lots-strip .lot-default-overlay, .live-sale-page-v2 .lots-strip .lot-details-overlay, .live-sale-page-v2 .lots-strip .lot-loading {
    width: 100%; }
  .live-sale-page-v2 .lots-strip .lot-details-overlay {
    background-color: rgba(118, 46, 88, 0.9); }
  .live-sale-page-v2 .lots-strip .lot-info {
    padding-top: 0;
    border-left: 2px solid #762e58;
    border-right: 2px solid #762e58;
    position: relative;
    background-color: white;
    max-height: 71px;
    min-height: 71px; }
    .live-sale-page-v2 .lots-strip .lot-info:hover {
      cursor: pointer;
      /* background-color: lighten($primary-color-medium, 55%); */ }
    .live-sale-page-v2 .lots-strip .lot-info .status {
      position: absolute;
      color: white;
      font-weight: bold;
      text-align: right;
      line-height: 19px;
      right: 0;
      width: 100%; }
    .live-sale-page-v2 .lots-strip .lot-info .status-label {
      display: inline-block;
      line-height: 23px;
      padding: 0 8px 0 4px;
      position: relative;
      text-transform: uppercase;
      padding-left: 20px; }
      .live-sale-page-v2 .lots-strip .lot-info .status-label::before {
        content: '';
        width: 0;
        height: 0;
        border-right: 16px solid transparent;
        border-left: 0px solid transparent;
        border-bottom: 21px solid #fff;
        position: absolute;
        bottom: 0px;
        left: 0px; }
    .live-sale-page-v2 .lots-strip .lot-info .status.now .status-label {
      background-color: #762e58; }
    .live-sale-page-v2 .lots-strip .lot-info .status.paused .status-label {
      background-color: #ff9725; }
    .live-sale-page-v2 .lots-strip .lot-info .status.closed .status-label {
      background-color: black; }
    .live-sale-page-v2 .lots-strip .lot-info .status.now .status-label::after {
      border-top-color: #762e58;
      border-bottom-color: #762e58; }
    .live-sale-page-v2 .lots-strip .lot-info .status.paused .status-label::after {
      border-top-color: #ff9725; }
    .live-sale-page-v2 .lots-strip .lot-info .status.closed .status-label::after {
      border-top-color: black; }
    .live-sale-page-v2 .lots-strip .lot-info .status::before {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      content: "";
      background-color: #762e58; }
    .live-sale-page-v2 .lots-strip .lot-info .status.now::before {
      background-color: #762e58; }
    .live-sale-page-v2 .lots-strip .lot-info .status.paused::before {
      background-color: #ff9725; }
    .live-sale-page-v2 .lots-strip .lot-info .status.closed::before {
      background-color: black; }
    .live-sale-page-v2 .lots-strip .lot-info .status.preparing::before {
      background-color: #762e58; }
    .live-sale-page-v2 .lots-strip .lot-info .cover-thumbnail {
      width: 70px;
      height: 70px; }
    .live-sale-page-v2 .lots-strip .lot-info .cover-thumbnail, .live-sale-page-v2 .lots-strip .lot-info .lot-info-right {
      display: inline-block;
      vertical-align: top; }
    .live-sale-page-v2 .lots-strip .lot-info .lot-number {
      font-size: 18px; }
    .live-sale-page-v2 .lots-strip .lot-info .lot-info-right {
      padding: 5px 6px 0;
      width: 70%; }
    .live-sale-page-v2 .lots-strip .lot-info .line-one, .live-sale-page-v2 .lots-strip .lot-info .line-two {
      line-height: 1.2;
      max-height: 37px; }
    .live-sale-page-v2 .lots-strip .lot-info .lot-number + .line-one, .live-sale-page-v2 .lots-strip .lot-info .lot-number + .line-two {
      margin-top: -1px;
      font-size: 14px;
      font-weight: 600;
      overflow: hidden; }
    .live-sale-page-v2 .lots-strip .lot-info .lot-number + .line-one {
      height: 15px;
      overflow: hidden;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .live-sale-page-v2 .lots-strip .lot-info .line-one + .line-two {
      font-size: 13px; }
    .live-sale-page-v2 .lots-strip .lot-info .line-two {
      margin-top: 2px; }
      .live-sale-page-v2 .lots-strip .lot-info .line-two .range-wrapper {
        font-style: italic;
        color: #999; }
    .live-sale-page-v2 .lots-strip .lot-info .lot-info-pointer {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #fff;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -10px; }
    .live-sale-page-v2 .lots-strip .lot-info.winning-lot {
      border-left: 2px solid #769b4d;
      border-right: 2px solid #769b4d; }
      .live-sale-page-v2 .lots-strip .lot-info.winning-lot .status.now .status-label {
        background-color: #769b4d; }
      .live-sale-page-v2 .lots-strip .lot-info.winning-lot .status.closed .status-label {
        background-color: #769b4d; }
      .live-sale-page-v2 .lots-strip .lot-info.winning-lot .status.now::before {
        background-color: #769b4d; }
      .live-sale-page-v2 .lots-strip .lot-info.winning-lot .status.closed::before {
        background-color: #769b4d; }
    .live-sale-page-v2 .lots-strip .lot-info.loosing-lot {
      border-left: 2px solid #c72032;
      border-right: 2px solid #c72032; }
      .live-sale-page-v2 .lots-strip .lot-info.loosing-lot .status.now .status-label {
        background-color: #c72032; }
      .live-sale-page-v2 .lots-strip .lot-info.loosing-lot .status.closed .status-label {
        background-color: #c72032; }
      .live-sale-page-v2 .lots-strip .lot-info.loosing-lot .status.now::before {
        background-color: #c72032; }
      .live-sale-page-v2 .lots-strip .lot-info.loosing-lot .status.closed::before {
        background-color: #c72032; }
  .live-sale-page-v2 .absentee-bid-box {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 0;
    width: auto; }
    .live-sale-page-v2 .absentee-bid-box .place-bid-box {
      width: auto;
      position: inherit; }
    .live-sale-page-v2 .absentee-bid-box.is-absentee-biddable {
      height: 65px; }
    .live-sale-page-v2 .absentee-bid-box .btn.place-bid {
      min-width: 150px; }
    .live-sale-page-v2 .absentee-bid-box .input-actions.links {
      clear: both;
      margin-left: 0;
      margin-top: 0; }
      .live-sale-page-v2 .absentee-bid-box .input-actions.links :first-child {
        margin-left: 0; }
    .live-sale-page-v2 .absentee-bid-box .current-bid-box .current-bid-actions {
      display: block;
      margin-left: 0; }
  .live-sale-page-v2 .lot-detail .lot-price-container {
    margin-top: 13px; }
  .live-sale-page-v2 .lot-items .list-view .lot-item:hover {
    background-color: #f7f7f7 !important; }
  .live-sale-page-v2 .lot-items .list-view .lot-item:active {
    background-color: #f7f7f7 !important; }
  .live-sale-page-v2 .lot-items .lot-item {
    cursor: pointer; }
  .live-sale-page-v2 .bid-history::-webkit-scrollbar-track,
  .live-sale-page-v2 .main-area-content::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none; }
  .live-sale-page-v2 .bid-history::-webkit-scrollbar-thumb,
  .live-sale-page-v2 .main-area-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #959595; }
  .live-sale-page-v2 .live-auction-container-v2 {
    display: inline-block;
    vertical-align: top;
    bottom: 0;
    z-index: 1001;
    width: 100%;
    /* box-shadow: 1px 0px 2px 0px rgba(50, 50, 50, 0.3); */
    /* .btn-custom.bid-now {
	    background: linear-gradient($button-color-bid-now-start, $button-color-bid-now-end);
	    border-top: 1px solid $button-color-bid-now-border-top;
	    border-bottom: 1px solid $button-color-bid-now-border-bottom;
	    box-shadow: 2px 2px 2px $button-color-bid-now-shadow;
	    color: white;
	    text-shadow: 1px 1px 2px $button-color-bid-now-text-shadow;
	    text-transform: uppercase;
	    font-weight: bold;
	    font-size: 20px;
	    width: 248px;
	    height: 50px;
	    letter-spacing: 2px;
	    padding-left: 0;
	    padding-right: 0;
	  }
	  .btn-custom.bid-now:hover {
	    background: linear-gradient(darken($button-color-bid-now-start, 4%),darken($button-color-bid-now-end, 4%));
	  }
	  .btn-custom.bid-now:active {
	    background: linear-gradient(darken($button-color-bid-now-end, 4%),darken($button-color-bid-now-start, 4%));
	    box-shadow: 2px 2px 0px $button-color-bid-now-shadow;
	  }
	  .btn-custom.bid-now.confirm {
	    background: linear-gradient($button-color-hot-start, $button-color-hot-end);
	    border-top: 1px solid lighten($button-color-hot-border, 25%);
	    border-bottom: 1px solid $button-color-hot-border;
	    text-shadow: 1px 1px 2px $button-color-hot-text-shadow;
	  }
	  .btn-custom.bid-now.confirm:hover {
	    background: linear-gradient(darken($button-color-hot-start, 4%),darken($button-color-hot-end, 4%));
	  }
	  .btn-custom.bid-now.confirm:active {
	    background: linear-gradient(darken($button-color-hot-end, 4%),darken($button-color-hot-start, 4%));
	  } */ }
    .live-sale-page-v2 .live-auction-container-v2 .bid-action-box.no-paddle + .bid-history {
      /* top: 367px; */ }
    .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .reconnect, .live-sale-page-v2 .live-auction-container-v2 .bid-increment, .live-sale-page-v2 .live-auction-container-v2 .cancel-bid-confirmation {
      margin-bottom: -10px;
      font-size: 14px;
      line-height: 20px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .reconnect a, .live-sale-page-v2 .live-auction-container-v2 .bid-increment a, .live-sale-page-v2 .live-auction-container-v2 .cancel-bid-confirmation a {
        text-decoration: underline; }
    .live-sale-page-v2 .live-auction-container-v2 .btn.reconnect {
      background: -ms-linear-gradient(#333, #1a1a1a);
      background: linear-gradient(#333, #1a1a1a);
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      border: 1px solid #080808;
      color: white;
      height: 36px;
      font-size: 18px; }
      .live-sale-page-v2 .live-auction-container-v2 .btn.reconnect:hover {
        background: linear-gradient(#2a2a2a, #111111);
        background: -ms-linear-gradient(#333, #1a1a1a, "vertical"); }
      .live-sale-page-v2 .live-auction-container-v2 .btn.reconnect.active {
        background: linear-gradient(#1a1a1a, #333);
        background: -ms-linear-gradient(#333, #1a1a1a, "vertical"); }
      .live-sale-page-v2 .live-auction-container-v2 .btn.reconnect:hover, .live-sale-page-v2 .live-auction-container-v2 .btn.reconnect:active {
        -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
      .live-sale-page-v2 .live-auction-container-v2 .btn.reconnect:active {
        background: linear-gradient(#111111, #2a2a2a);
        background: -ms-linear-gradient(#333, #1a1a1a, "vertical");
        -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
      .live-sale-page-v2 .live-auction-container-v2 .btn.reconnect.flat {
        background: #333;
        border: 0;
        border-color: #333;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0; }
      .live-sale-page-v2 .live-auction-container-v2 .btn.reconnect.flat:hover {
        background: #404040; }
      .live-sale-page-v2 .live-auction-container-v2 .btn.reconnect.flat:active {
        background: #262626; }
      .live-sale-page-v2 .live-auction-container-v2 .btn.reconnect.white.flat {
        border: 1px solid black; }
    .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .reconnect {
      margin-top: 5px;
      text-transform: uppercase; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .reconnect a {
        color: #2e9493; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .reconnect a:hover {
        cursor: pointer;
        color: #39b7b6; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .reconnect a:active {
        color: #237170; }
    .live-sale-page-v2 .live-auction-container-v2 .bid-increment {
      font-size: 12px;
      width: 100%;
      /* position: absolute;
			bottom: 15px;
			left: 0; */
      line-height: 10px;
      font-style: italic; }
    .live-sale-page-v2 .live-auction-container-v2 .cancel-bid-confirmation {
      display: inline-block;
      color: #d7d7d7; }
      .live-sale-page-v2 .live-auction-container-v2 .cancel-bid-confirmation a, .live-sale-page-v2 .live-auction-container-v2 .cancel-bid-confirmation a:hover, .live-sale-page-v2 .live-auction-container-v2 .cancel-bid-confirmation a:visited, .live-sale-page-v2 .live-auction-container-v2 .cancel-bid-confirmation a:active {
        color: white;
        margin-left: 10px;
        cursor: pointer; }
    .live-sale-page-v2 .live-auction-container-v2 .logo {
      height: 300px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 50%; }
    .live-sale-page-v2 .live-auction-container-v2 .open-for-bidding {
      font-size: 24px;
      padding-top: 20px; }
    .live-sale-page-v2 .live-auction-container-v2 .highest-bid {
      color: white;
      padding: 20px;
      position: relative;
      text-align: center;
      z-index: 1;
      height: 95px;
      margin-bottom: 15px; }
      .live-sale-page-v2 .live-auction-container-v2 .highest-bid .bid-label {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px; }
    .live-sale-page-v2 .live-auction-container-v2 .action-status-wrap .bid,
    .live-sale-page-v2 .live-auction-container-v2 .highest-bid .bid {
      font-weight: 300;
      font-size: 38px; }
    .live-sale-page-v2 .live-auction-container-v2 .bid-action-box {
      background-color: #762e58;
      color: white;
      text-align: center;
      min-height: 190px;
      position: relative; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .off-increment-bidding .btn-wrapper {
        width: 43%;
        display: inline-block; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .off-increment-bidding .btn-wrapper + .btn-wrapper {
        margin-left: 5px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .off-increment-bidding button {
        width: 100% !important;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 1px;
        padding: 0; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .off-increment-bidding .bid-now {
        height: 55px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .off-increment-bidding .half {
        font-size: 15px;
        line-height: 1; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .off-increment-bidding .half span {
          font-size: 12px;
          text-transform: none; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .action-status-wrap {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .action-status-wrap:not(.lot-won)::before {
          content: '';
          display: inline-block;
          height: 200px;
          vertical-align: middle; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .action-status-wrap .action-status {
          font-weight: bold;
          display: inline-block;
          font-size: 11pt;
          margin-top: 115px; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .action-status-wrap .action-status.submitting-buyers-premium {
            margin-top: 135px; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .action-status-wrap .action-status.vertical-center {
            display: inline-block;
            vertical-align: middle;
            width: 95%;
            margin-top: 0; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .action-status-wrap .action-status.vertical-offset {
            display: inline-block;
            vertical-align: top;
            width: 95%;
            margin-top: 30px; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .action-status-wrap .action-status .message {
            font-size: 13px;
            line-height: 1;
            font-weight: 400; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .increment {
        margin-top: 3px;
        margin-bottom: 4px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .click-to-bid {
        background-image: url("/img/btn-click-to-bid.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 252px;
        width: 252px;
        height: 55px;
        background-color: transparent;
        border: 0;
        padding: 0;
        outline: none;
        vertical-align: top; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .click-to-bid:hover {
        background-position: 0 -55px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .click-to-bid:active {
        background-position: 0 -109px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .click-to-bid[disabled] {
        background-position: 0 -163px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer {
        position: absolute;
        bottom: 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        background-color: #51203d;
        font-size: 14px;
        height: 28px;
        line-height: 28px; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer::before {
          position: absolute;
          content: "";
          background-position: center center;
          background-repeat: no-repeat;
          top: 0;
          bottom: 2px;
          right: 0px;
          width: 21px; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer.connected::before {
          background-image: url("/img/connection-light-green.png"); }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer.disconnected::before {
          background-image: url("/img/connection-light-red.png"); }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .paddle-number-wrap {
          left: 0;
          width: 100%;
          bottom: 10px; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .paddle-number-wrap .paddle-number {
            font-weight: 700;
            display: inline-block; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .paddle-number-wrap .registration-issue {
            display: inline-block; }
            .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .paddle-number-wrap .registration-issue .status {
              font-weight: normal; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .paddle-number-wrap,
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label {
          display: inline; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label {
          color: white;
          width: inherit;
          text-align: center; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .status {
            text-transform: uppercase;
            position: relative;
            display: inline-block; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .status.connected, .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .reconnect {
            color: white; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .status.disconnected {
            color: white; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .reconnect, .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .disconnect {
            text-transform: uppercase;
            position: absolute;
            right: 8px;
            top: 0;
            cursor: pointer; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .disconnect {
            color: white; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-info, .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-info .status {
          line-height: 33px;
          height: 33px; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .state-message {
          color: white;
          font-weight: 600;
          text-align: center;
          position: relative;
          font-size: 12px; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .state-message .state-time {
            position: absolute;
            right: 8px;
            top: 0;
            font-size: 24px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .video {
        margin-top: 12px;
        padding-bottom: 30px; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .video #live-video {
          background-color: white;
          position: relative; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .video #live-video.stream-exists::before {
            content: "";
            width: 100%;
            padding-top: 56.25%;
            /* Make video 16:9 aspect ratio */
            display: block; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .video #live-video .OT_root {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100% !important;
            height: auto !important; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .video #live-video .OT_audio-only {
            position: inherit;
            background-color: #999999; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-info-wrapper {
        min-height: 40px; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-info-wrapper.disconnect-info {
          min-height: 100px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box.winning-lot {
        background-color: #769b4d; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box.winning-lot .bid-action-box-footer {
          background-color: #6a8b43; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box.loosing-lot {
        background-color: #c72032; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box.loosing-lot .bid-action-box-footer {
          background-color: #b41d2e; }
    .live-sale-page-v2 .live-auction-container-v2 .bid-action-box + .bid-history {
      border-top-width: 2px;
      border-top-style: solid; }
    .live-sale-page-v2 .live-auction-container-v2 .bid-history {
      color: black;
      z-index: 1;
      overflow-y: auto;
      width: 100%;
      /* bottom: 33px; */
      overflow-x: hidden;
      position: relative; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-history .state-message {
        background-color: #eeeeee;
        padding: 5px;
        text-align: center; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-history .state-message .label {
          color: #333;
          font-size: 10px;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 1px; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-history .state-message .message {
          color: #666; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-empty-message {
        text-align: center;
        background-color: #fafafa; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-empty-message .ghost {
          content: '';
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-empty-message span {
          display: inline-block;
          vertical-align: middle;
          text-transform: uppercase;
          color: #999;
          font-size: 16px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        /*position: fixed;*/
        width: 100%;
        /*top: $navbar-height + 353px;
				bottom: 35px;*/
        overflow-y: auto;
        overflow-x: hidden; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item.disabled .left .time, .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item.disabled .left .bid-label, .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item.disabled .right .bid {
        text-decoration: line-through;
        color: #888; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item {
        padding: 10px;
        position: relative; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item .bid-label, .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item .paddle {
          font-weight: 600;
          display: inline-block;
          vertical-align: top; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item .left, .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item .right {
        display: inline-block;
        vertical-align: top; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item .left {
        width: 160px;
        font-size: 12px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item .left .time {
        /*line-height: $tight-line-height;*/
        /* font-style: italic; */ }
      .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item .right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        width: 110px;
        right: 30px;
        font-size: 14px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item .bid {
        font-weight: bold;
        text-align: right; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item:nth-child(odd) {
        background-color: #FAFAFA; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item.my-bid {
        border-left: 2px solid #762e58; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item.my-bid .bid-label {
          font-weight: 700; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-history .bid-history-item.my-bid .bid {
          color: #762e58; }
    .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now,
    .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot {
      background: -ms-linear-gradient(#333, #1a1a1a);
      background: linear-gradient(#333, #1a1a1a);
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      border: 1px solid #080808;
      color: white;
      font-size: 18px;
      width: 80%;
      height: 40px;
      text-transform: uppercase; }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now:hover,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot:hover {
        background: linear-gradient(#2a2a2a, #111111);
        background: -ms-linear-gradient(#333, #1a1a1a, "vertical"); }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.active,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.active {
        background: linear-gradient(#1a1a1a, #333);
        background: -ms-linear-gradient(#333, #1a1a1a, "vertical"); }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now:hover, .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now:active,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot:hover,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot:active {
        -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now:active,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot:active {
        background: linear-gradient(#111111, #2a2a2a);
        background: -ms-linear-gradient(#333, #1a1a1a, "vertical");
        -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.flat,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.flat {
        background: #333;
        border: 0;
        border-color: #333;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0; }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.flat:hover,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.flat:hover {
        background: #404040; }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.flat:active,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.flat:active {
        background: #262626; }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.white.flat,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.white.flat {
        border: 1px solid black; }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm {
        background: -ms-linear-gradient(#292929, #0f0f0f);
        background: linear-gradient(#292929, #0f0f0f);
        -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
        border: 1px solid black;
        color: white;
        width: 72%; }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm:hover,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm:hover {
          background: linear-gradient(#202020, #060606);
          background: -ms-linear-gradient(#292929, #0f0f0f, "vertical"); }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm.active,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.active {
          background: linear-gradient(#0f0f0f, #292929);
          background: -ms-linear-gradient(#292929, #0f0f0f, "vertical"); }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm:hover, .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm:active,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm:hover,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm:active {
          -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
          -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm:active,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm:active {
          background: linear-gradient(#060606, #202020);
          background: -ms-linear-gradient(#292929, #0f0f0f, "vertical");
          -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
          -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm.flat,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.flat {
          background: #292929;
          border: 0;
          border-color: #292929;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          border-radius: 0; }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm.flat:hover,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.flat:hover {
          background: #363636; }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm.flat:active,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.flat:active {
          background: #1c1c1c; }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm.white.flat,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.white.flat {
          border: 1px solid black; }
    .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot {
      margin-top: 20px;
      margin-bottom: -10px; }
    .live-sale-page-v2 .live-auction-container-v2 .lot-info .status-label::after {
      position: absolute;
      content: "";
      bottom: 0;
      left: -14px;
      height: 0;
      width: 0;
      border-top-width: 21px;
      border-top-style: solid;
      border-left: 14px solid transparent; }
  .live-sale-page-v2 .live-sale-footer {
    background-color: #2A2A2A;
    position: absolute;
    text-align: center;
    color: white;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    bottom: -40px;
    height: 40px;
    width: 100%; }
    .live-sale-page-v2 .live-sale-footer a {
      color: white;
      text-decoration: underline; }
  .live-sale-page-v2 .initialization-failed {
    color: #B2B2B2;
    text-align: center; }
    .live-sale-page-v2 .initialization-failed .warn {
      border-bottom: 1px solid #B2B2B2;
      background-image: url("/img/error@2x.png");
      background-size: 20% auto;
      height: 280px;
      background-repeat: no-repeat;
      background-position: center; }
  .live-sale-page-v2 .btn-refresh {
    background: -ms-linear-gradient(#762e58, #51203d);
    background: linear-gradient(#762e58, #51203d);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #381629;
    color: white;
    margin-top: 20px;
    width: 130px;
    font-size: 17px;
    text-transform: uppercase; }
    .live-sale-page-v2 .btn-refresh:hover {
      background: linear-gradient(#69294e, #441b33);
      background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
    .live-sale-page-v2 .btn-refresh.active {
      background: linear-gradient(#51203d, #762e58);
      background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
    .live-sale-page-v2 .btn-refresh:hover, .live-sale-page-v2 .btn-refresh:active {
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
    .live-sale-page-v2 .btn-refresh:active {
      background: linear-gradient(#441b33, #69294e);
      background: -ms-linear-gradient(#762e58, #51203d, "vertical");
      -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
    .live-sale-page-v2 .btn-refresh.flat {
      background: #762e58;
      border: 0;
      border-color: #762e58;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0; }
    .live-sale-page-v2 .btn-refresh.flat:hover {
      background: #883566; }
    .live-sale-page-v2 .btn-refresh.flat:active {
      background: #64274a; }
    .live-sale-page-v2 .btn-refresh.white.flat {
      border: 1px solid black; }

/* end live-sale-page-v2 */
/* .live-sale-header,
.live-sale-page-v2-container,
.live-sale-subheader{
	.container{
		width: 1170px !important;
		min-width: 1170px !important;
	}
}
 */
/* this will fix issues with the lot strip at smaller resolutions */
@media (min-width: 1px) and (max-width: 1199px) {
  .live-sale-page-v2 .lots-strip-right {
    right: -616px; } }

.maintenance-message ~ #main .live-auction-container-v2 {
  top: 133px !important; }

.maintenance-message ~ #main .live-auction-container-v2 .bid-history {
  top: 417px !important; }

.live-sale-page-v2.initialized .main-area .alert {
  opacity: 1.0; }

.live-sale-header {
  line-height: 45px;
  height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5; }
  .live-sale-header .logo {
    width: 100%;
    height: 32px;
    background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/logo-am-hammer-white.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    background-position: left center; }
  .live-sale-header .time {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px; }
    .live-sale-header .time span {
      font-weight: 700; }
  .live-sale-header .exit-wrapper {
    float: right; }
    .live-sale-header .exit-wrapper .btn-exit {
      background: -ms-linear-gradient(#dc283b, #b41d2d);
      background: linear-gradient(#dc283b, #b41d2d);
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      border: 1px solid #961825;
      color: white;
      padding: 0 10px; }
      .live-sale-header .exit-wrapper .btn-exit:hover {
        background: linear-gradient(#d12234, #a51b29);
        background: -ms-linear-gradient(#dc283b, #b41d2d, "vertical"); }
      .live-sale-header .exit-wrapper .btn-exit.active {
        background: linear-gradient(#b41d2d, #dc283b);
        background: -ms-linear-gradient(#dc283b, #b41d2d, "vertical"); }
      .live-sale-header .exit-wrapper .btn-exit:hover, .live-sale-header .exit-wrapper .btn-exit:active {
        -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
      .live-sale-header .exit-wrapper .btn-exit:active {
        background: linear-gradient(#a51b29, #d12234);
        background: -ms-linear-gradient(#dc283b, #b41d2d, "vertical");
        -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
      .live-sale-header .exit-wrapper .btn-exit.flat {
        background: #dc283b;
        border: 0;
        border-color: #dc283b;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0; }
      .live-sale-header .exit-wrapper .btn-exit.flat:hover {
        background: #e03e4f; }
      .live-sale-header .exit-wrapper .btn-exit.flat:active {
        background: #ca2132; }
      .live-sale-header .exit-wrapper .btn-exit.white.flat {
        border: 1px solid black; }

.live-sale-subheader {
  color: black;
  background-color: white;
  line-height: 40px;
  height: 40px;
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  /* .auction-date{
    	float: right;
    	font-size: 14px;
    	font-weight: 300;
		text-transform: uppercase;
    } */ }
  .live-sale-subheader .num-lots {
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase; }
  .live-sale-subheader .auction-title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    max-height: 40px;
    overflow: hidden; }
  .live-sale-subheader .auction-date {
    border-radius: 2px;
    border: 1px solid #cecece;
    float: right;
    line-height: 21px;
    margin-top: 6px; }
    .live-sale-subheader .auction-date .date,
    .live-sale-subheader .auction-date .time {
      display: inline-block;
      padding: 2px;
      padding-left: 5px; }
    .live-sale-subheader .auction-date .date {
      font-weight: 700; }
      .live-sale-subheader .auction-date .date:first-letter {
        text-transform: capitalize; }
    .live-sale-subheader .auction-date .time {
      background-color: #F2F2F2;
      padding-right: 5px; }

.OT_audio-blocked-indicator + .OT_mode-auto + .OT_audio-blocked + .OT_active {
  background-size: 60px !important; }

@media (max-width: 1200px) {
  .live-sale-subheader .auction-date .date,
  .live-sale-subheader .auction-date .time {
    padding-left: 1px;
    font-size: 11px; }
  .live-sale-subheader .auction-date .time {
    padding-right: 1px; } }

.live-sale-page .lots-strip {
  height: 64px;
  margin-left: 300px;
  background-color: #7f7f7f;
  z-index: 1000;
  width: 650px; }
  .live-sale-page .lots-strip > div {
    display: inline-block;
    vertical-align: top;
    padding: 1px;
    padding-left: 0;
    position: relative;
    cursor: pointer;
    background-color: #222222;
    width: 64px; }
    .live-sale-page .lots-strip > div .lot-thumbnail-overlay {
      width: 63px;
      height: 62px; }
  .live-sale-page .lots-strip > div:first-child {
    margin-left: 0; }
  .live-sale-page .lots-strip img.cover-thumbnail {
    width: 63px;
    height: 62px;
    position: absolute;
    /*box-shadow: 0px 2px 4px -1px rgba(50, 50, 50, 0.5);*/ }
  .live-sale-page .lots-strip .lot-item:hover img.cover-thumbnail, .live-sale-page .lots-strip .all-lots-link:hover, .live-sale-page .lots-strip .my-watched-lots-link:hover {
    box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.5); }
  .live-sale-page .lots-strip .lot-item:active img.cover-thumbnail, .live-sale-page .lots-strip .all-lots-link:active, .live-sale-page .lots-strip .my-watched-lots-link:active {
    box-shadow: 0px 2px 1px -1px rgba(50, 50, 50, 0.5); }
  .live-sale-page .lots-strip .lot-item:last-child .lot-thumbnail-overlay {
    border-right: 2px solid black; }
  .live-sale-page .lots-strip .lot-strip-actions {
    display: inline-block;
    vertical-align: top;
    width: auto; }
  .live-sale-page .lots-strip .all-lots-link, .live-sale-page .lots-strip .my-watched-lots-link {
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    width: 63px;
    height: 62px;
    display: inline-block;
    vertical-align: top; }
  .live-sale-page .lots-strip .my-watched-lots-link {
    background-color: #762e58;
    padding-top: 9px; }
  .live-sale-page .lots-strip .my-watched-lots-link:hover {
    background-color: #813260; }
  .live-sale-page .lots-strip .my-watched-lots-link:active {
    background-color: #6b2a50; }
  .live-sale-page .lots-strip .all-lots-link {
    background-color: #762e58;
    padding-top: 19px;
    margin-left: 1px; }
  .live-sale-page .lots-strip .all-lots-link:hover {
    background-color: #813260; }
  .live-sale-page .lots-strip .all-lots-link:active {
    background-color: #6b2a50; }

.lot-view-style > .btn {
  padding: 0;
  height: 31px; }

.lot-view-style > .btn > .icon {
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 28px; }

.lot-view-style > .btn > .icon.list {
  background-image: url("/img/icon-list-style.png");
  background-size: 20px 15px; }

.lot-view-style > .btn > .icon.grid {
  background-image: url("/img/icon-grid-style.png");
  background-size: 16px 15px; }

/*.live-sale-page .lots-container, .live-sale-page .lot-detail-container {
	display: inline-block;
	vertical-align: top;
	width: 637px;
	margin-top: 147px;
}
.live-sale-page .lots-container, .live-sale-page .lot-detail-container, .live-sale-page .alert {
	margin-left: 303px;
}*/
.live-sale-page .main-area {
  margin-left: 303px;
  width: 637px; }

.live-sale-page .main-area .alert {
  opacity: 0;
  padding-left: 13px;
  border-bottom: 0;
  margin-left: -3px;
  z-index: 1000;
  width: 640px; }
  .live-sale-page .main-area .alert.stick {
    margin-top: 0; }
  .live-sale-page .main-area .alert::before, .live-sale-page .main-area .alert::after {
    display: none; }
  .live-sale-page .main-area .alert {
    height: 50px !important; }

.live-sale-page.initialized .main-area .alert {
  opacity: 1.0; }

.live-sale-page .lots-container {
  background-color: white;
  padding: 11px; }
  .live-sale-page .lots-container input.search-lots {
    border-radius: 3px;
    margin-left: 15px;
    width: 320px;
    height: 31px; }
  .live-sale-page .lots-container .see-all-button {
    margin-left: 15px;
    width: 105px;
    padding-left: 0;
    padding-right: 0; }
  .live-sale-page .lots-container .lot-view-style {
    float: right; }
  .live-sale-page .lots-container .lot-items .list-view .lot-item {
    height: 80px;
    border-width: 1px 0 0;
    border-color: #ebebeb;
    border-style: solid;
    padding: 6px 11px;
    margin-left: -11px;
    margin-right: -11px;
    box-sizing: content-box;
    position: relative; }
  .live-sale-page .lots-container .lot-items .list-view .lot-item:last-child {
    margin-bottom: -6px; }
  .live-sale-page .lots-container .lot-items .list-view .lot-item.watched::before {
    content: "";
    right: 48px;
    top: -2px;
    position: absolute;
    width: 19px;
    height: 27px;
    background: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/icon-lot-watched-ribbon.png") center center no-repeat;
    background-size: 100%;
    z-index: 1; }
  .live-sale-page .lots-container .lot-items .list-view .lot-item-details {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-size: 14px;
    max-width: 525px;
    height: 100%;
    overflow: hidden; }
  .live-sale-page .lots-container .lot-items .list-view .line-one {
    font-weight: bold; }
  .live-sale-page .lots-container .lot-items .list-view .lot-item-details .lot-number {
    font-size: 14px;
    color: #666666; }
  .live-sale-page .lots-container .lot-items .list-view .lot-item .cover-thumbnail-wrap {
    position: relative; }
  .live-sale-page .lots-container .lot-items .list-view .lot-item .cover-thumbnail-wrap, .live-sale-page .lots-container .lot-items .list-view .lot-item .cover-thumbnail {
    height: 80px;
    width: 80px;
    display: inline-block;
    vertical-align: top; }
  .live-sale-page .lots-container .lot-items .list-view .lot-item:first-child {
    border-top-width: 0; }
  .live-sale-page .lots-container .lot-items .list-view .lot-item:last-child {
    border-bottom-width: 0; }
  .live-sale-page .lots-container .lot-items .grid-view {
    margin: 0px 0px 0px; }
    .live-sale-page .lots-container .lot-items .grid-view .lot-item {
      margin: 0 2px 2px 0;
      display: inline-block;
      vertical-align: top;
      position: relative; }
    .live-sale-page .lots-container .lot-items .grid-view .lot-item:nth-child(7n) {
      margin-right: 0; }
    .live-sale-page .lots-container .lot-items .grid-view .lot-item .cover-thumbnail-wrap, .live-sale-page .lots-container .lot-items .grid-view .lot-item .cover-thumbnail {
      height: 86px;
      width: 86px; }

/*.lot-items .grid-view, .lots.grid-view {
	.lot-item img.cover-thumbnail, .lot img.cover-thumbnail {
		transition: opacity 0.1s;
	}
	.lot-item:hover img.cover-thumbnail, .lot:hover img.cover-thumbnail {
		opacity: 0.7;
	}
	.cover-thumbnail-wrap {
		position: relative;
	}
	.lot-item:active, .lot:active .cover-thumbnail-wrap {
		background-color: black;
	}
	.lot-item:active, .lot:active {
		img.cover-thumbnail {
			opacity: 0.7;
		}
	}
}*/
/*.lot-items .grid-view .lot-item img.cover-thumbnail, .lots.grid-view .lot img.cover-thumbnail, .artists.grid-view .artist img.cover-thumbnail {
	transition: all 0.25s;
}
.lot-items .grid-view .lot-item:hover .lot-thumbnail-overlay-wrap.has-details ~ img.cover-thumbnail, .lots.grid-view .lot:hover .lot-thumbnail-overlay-wrap.has-details ~ img.cover-thumbnail, .artists.grid-view .artist img.cover-thumbnail:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}*/
.lot-items .grid-view .cover-thumbnail-wrap, .lots.grid-view .cover-thumbnail-wrap, .artists.grid-view .artist .cover-thumbnail-wrap {
  position: relative; }

/*.lot-items .grid-view .lot-item:active, .lots.grid-view .lot:active .cover-thumbnail-wrap, .artists.grid-view .artist .cover-thumbnail-wrap:active {
	background-color: black;
}
.lot-items .grid-view .lot-item:active img.cover-thumbnail, .lots.grid-view .lot:active img.cover-thumbnail, .artists.grid-view .artist img.cover-thumbnail:active {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}*/
.lots-page .lots .lot, .artists.grid-view .artist img.cover-thumbnail {
  cursor: pointer; }

.OT_widget-container {
  background-color: transparent !important; }

.live-sale-page .lot-header, .live-sale-page .lots-header {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
  line-height: 31px; }
  .live-sale-page .lot-header > *, .live-sale-page .lots-header > * {
    display: inline-block;
    vertical-align: top; }

.lot-header-v2 {
  position: relative; }
  .lot-header-v2 .lot-header-wrap, .lot-header-v2 .back-wrapper {
    border-bottom: 1px solid #ccc; }
  .lot-header-v2 .lot-header-wrap {
    background-color: #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px; }
    .lot-header-v2 .lot-header-wrap .lot-number, .lot-header-v2 .lot-header-wrap .lot-title {
      display: table-cell;
      line-height: 31px;
      vertical-align: middle; }
    .lot-header-v2 .lot-header-wrap .lot-number {
      font-weight: 400;
      font-size: 23px;
      padding-right: 15px;
      text-align: left;
      color: #333333; }
    .lot-header-v2 .lot-header-wrap .lot-title {
      font-weight: 700;
      font-size: 18px;
      padding-left: 15px;
      margin-left: 15px;
      color: #333333;
      position: relative; }
      .lot-header-v2 .lot-header-wrap .lot-title.no-lot-number {
        padding-left: 0px;
        margin-left: 0px; }
        .lot-header-v2 .lot-header-wrap .lot-title.no-lot-number::before {
          content: none !important; }
      .lot-header-v2 .lot-header-wrap .lot-title::before {
        border-left: 1px solid #ccc;
        content: ' ';
        position: absolute;
        left: 0;
        top: 0px;
        bottom: 0; }
    .lot-header-v2 .lot-header-wrap .actions {
      float: right; }
      .lot-header-v2 .lot-header-wrap .actions .btn + .btn {
        margin-left: 7px; }
      .lot-header-v2 .lot-header-wrap .actions .btn.prev, .lot-header-v2 .lot-header-wrap .actions .btn.next {
        width: 31px;
        color: #333333;
        z-index: 10; }
  .lot-header-v2 .back-wrapper {
    position: relative;
    background: white;
    line-height: 27px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .lot-header-v2 .back-wrapper a.back-to-lots, .lot-header-v2 .back-wrapper a.back-to-lots:hover, .lot-header-v2 .back-wrapper a.back-to-lots:visited, .lot-header-v2 .back-wrapper a.back-to-lots:active {
      text-transform: uppercase;
      text-decoration: underline;
      color: #333333;
      font-weight: 600;
      color: #333333; }
    .lot-header-v2 .back-wrapper .search-wrap {
      display: inline-block;
      vertical-align: top;
      float: right;
      margin-bottom: 0px; }
      .lot-header-v2 .back-wrapper .search-wrap .form-group {
        margin-bottom: 0px; }
      .lot-header-v2 .back-wrapper .search-wrap input {
        margin-right: 5px; }
      .lot-header-v2 .back-wrapper .search-wrap input, .lot-header-v2 .back-wrapper .search-wrap button {
        height: 27px;
        vertical-align: top; }
      .lot-header-v2 .back-wrapper .search-wrap button {
        line-height: 0px;
        font-weight: 400; }

.lot-header-v3 {
  position: relative; }
  .lot-header-v3 .btn-custom {
    border: 1px solid #ccc !important; }
  .lot-header-v3 .lot-header-wrap, .lot-header-v3 .back-wrapper {
    border-bottom: 1px solid #ccc; }
  .lot-header-v3 .lot-header-wrap {
    background-color: #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px; }
    .lot-header-v3 .lot-header-wrap .lot-number, .lot-header-v3 .lot-header-wrap .lot-title {
      display: table-cell;
      line-height: 31px;
      vertical-align: middle; }
    .lot-header-v3 .lot-header-wrap .lot-number {
      font-weight: 300;
      font-size: 23px;
      padding-right: 15px;
      text-align: left;
      color: #333333; }
    .lot-header-v3 .lot-header-wrap .lot-title {
      font-weight: 700;
      font-size: 18px;
      padding-left: 15px;
      margin-left: 15px;
      color: #333333;
      position: relative; }
      .lot-header-v3 .lot-header-wrap .lot-title::before {
        border-left: 1px solid #ccc;
        content: ' ';
        position: absolute;
        left: 0;
        top: 0px;
        bottom: 0; }
    .lot-header-v3 .lot-header-wrap .actions {
      float: right; }
  .lot-header-v3 .back-wrapper {
    position: relative;
    background: white;
    line-height: 27px;
    padding-top: 10px;
    padding-bottom: 35px;
    font-size: 13px; }
    .lot-header-v3 .back-wrapper a.back-to-lots, .lot-header-v3 .back-wrapper a.back-to-lots:hover, .lot-header-v3 .back-wrapper a.back-to-lots:visited, .lot-header-v3 .back-wrapper a.back-to-lots:active {
      text-transform: uppercase;
      text-decoration: underline;
      color: #333333;
      font-weight: 600;
      color: #333333; }
    .lot-header-v3 .back-wrapper .next-prev-wrapper {
      text-align: center; }
      .lot-header-v3 .back-wrapper .next-prev-wrapper .btn.icon-only {
        width: 27px;
        height: 27px;
        line-height: 27px; }
      .lot-header-v3 .back-wrapper .next-prev-wrapper .lot-count-wrap {
        display: inline-block;
        vertical-align: bottom;
        line-height: 25px;
        margin-left: 5px;
        margin-right: 5px; }
        .lot-header-v3 .back-wrapper .next-prev-wrapper .lot-count-wrap .lot-count {
          text-transform: capitalize; }
    .lot-header-v3 .back-wrapper .search-wrap {
      vertical-align: top;
      text-align: right;
      margin-bottom: 0px; }
      .lot-header-v3 .back-wrapper .search-wrap .form-group {
        margin-bottom: 0px; }
      .lot-header-v3 .back-wrapper .search-wrap input {
        border-right: none;
        width: 24%; }
      .lot-header-v3 .back-wrapper .search-wrap input, .lot-header-v3 .back-wrapper .search-wrap button {
        height: 27px;
        vertical-align: top; }
      .lot-header-v3 .back-wrapper .search-wrap button {
        line-height: 0px;
        font-weight: 600;
        text-transform: uppercase; }

input[type="text"].flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  margin-right: 0;
  background-color: #F7F7F7; }

.live-sale-page .lot-detail-container {
  padding: 11px 11px; }
  .live-sale-page .lot-detail-container .description-wrap.artist .watch-artist,
  .live-sale-page .lot-detail-container .description-wrap.artist .watched-artist {
    float: right; }
  .live-sale-page .lot-detail-container.detail-lot, .live-sale-page .lot-detail-container.current-lot {
    background-color: white; }
  .live-sale-page .lot-detail-container .auction-title {
    font-size: 28px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0; }
  .live-sale-page .lot-detail-container .lot-header .btn.watch-lot, .live-sale-page .lot-detail-container .lot-header .btn.watched-lot {
    right: 0;
    top: 0;
    position: absolute; }
  .live-sale-page .lot-detail-container .images-container, .live-sale-page .lot-detail-container .lot-detail {
    vertical-align: top;
    display: inline-block; }
  .live-sale-page .lot-detail-container .lot-detail {
    padding: 0 11px;
    width: 252px; }
  .live-sale-page .lot-detail-container #live-video {
    margin-bottom: 10px; }
  .live-sale-page .lot-detail-container .lot-detail .current-lot-label {
    color: #762e58;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
  .live-sale-page .lot-detail-container .lot-detail .lot-number {
    font-size: 16px;
    font-weight: 600; }
  .live-sale-page .lot-detail-container .lot-detail .category + .category::before {
    content: ", "; }
  .live-sale-page .lot-detail-container .lot-header .lot-number {
    font-weight: bold;
    font-size: 18px; }
  .live-sale-page .lot-detail-container .btn + .lot-number {
    margin-left: 25px; }
  .live-sale-page .lot-detail-container button.prev-lot, .live-sale-page .lot-detail-container button.next-lot {
    background-size: auto 14px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    background-color: #333;
    width: 35px;
    height: 31px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px #333;
    outline: none; }
  .live-sale-page .lot-detail-container button.prev-lot:hover, .live-sale-page .lot-detail-container button.next-lot:hover {
    background-color: #444; }
  .live-sale-page .lot-detail-container button.prev-lot:active, .live-sale-page .lot-detail-container button.next-lot:active {
    background-color: #222;
    box-shadow: 0px 0px 2px #333; }
  .live-sale-page .lot-detail-container button.prev-lot {
    background-image: url("/img/arrow-left-white.png"); }
  .live-sale-page .lot-detail-container button.next-lot {
    background-image: url("/img/arrow-right-white.png"); }
  .live-sale-page .lot-detail-container .lot-number + .prev-lot, .live-sale-page .lot-detail-container .lot-number + .next-lot {
    margin-left: 20px; }
  .live-sale-page .lot-detail-container button.prev-lot + .next-lot {
    margin-left: 5px; }
  .live-sale-page .lot-detail-container .main-image, .live-sale-page .lot-detail-container .thumbnails, .live-sale-page .lot-detail-container .image-disclaimer {
    width: 363px; }
  .live-sale-page .lot-detail-container .image-disclaimer {
    margin: 10px 0 0px 0;
    font-size: 13px; }
  .live-sale-page .lot-detail-container .thumbnails img {
    width: 79px;
    height: 79px;
    opacity: 0.5;
    margin-top: 11px;
    margin-bottom: 11px;
    cursor: pointer;
    transition: opacity 0.2s; }
    .live-sale-page .lot-detail-container .thumbnails img + img {
      margin-left: 11px; }
    .live-sale-page .lot-detail-container .thumbnails img:hover {
      opacity: 1.0; }
    .live-sale-page .lot-detail-container .thumbnails img.active {
      border: 1px solid #333;
      opacity: 1.0; }
  .live-sale-page .lot-detail-container .thumbnails img:nth-child(4n+1) {
    margin-left: 0; }
  .live-sale-page .lot-detail-container .title {
    font-size: 18px;
    font-weight: 500; }
  .live-sale-page .lot-detail-container .artist .name {
    font-size: 14px; }
  .live-sale-page .lot-detail-container .description-label {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 13px;
    font-weight: 600; }
  .live-sale-page .lot-detail-container .description {
    font-size: 12px; }
  .live-sale-page .lot-detail-container .youtube-video {
    margin-top: 20px; }

/* START of Lot thumbnail overlay */
.lot-default-overlay, .lot-details-overlay, .lot-loading {
  -webkit-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
  -moz-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
  transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0; }

.live-sale-page .lots-strip .lot-default-overlay, .live-sale-page .lots-strip .lot-details-overlay, .live-sale-page .lots-strip .lot-loading {
  width: 100%; }

.lot-details-overlay {
  top: 100%; }

.lot-default-overlay {
  bottom: 0;
  height: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 0; }
  .lot-default-overlay .status-label {
    text-transform: uppercase;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 16px;
    top: 50%;
    padding: 7px; }
  .lot-default-overlay.status-label-small {
    height: 30px;
    display: flex;
    align-items: center; }
    .lot-default-overlay.status-label-small .status-label {
      font-size: 12px;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      padding: 0 7px; }
  .lot-default-overlay.win, .lot-default-overlay.now, .lot-default-overlay.lost, .lot-default-overlay.paused, .lot-default-overlay.closed, .lot-default-overlay.bid, .lot-default-overlay.sold, .lot-default-overlay.passed {
    background-color: rgba(255, 255, 255, 0.9); }
  .lot-default-overlay.win, .lot-default-overlay.now, .lot-default-overlay.lost, .lot-default-overlay.paused, .lot-default-overlay.closed, .lot-default-overlay.bid, .lot-default-overlay.group {
    color: white; }
  .lot-default-overlay.win {
    background-color: rgba(46, 148, 147, 0.9); }
  .lot-default-overlay.now, .lot-default-overlay.group {
    background-color: rgba(235, 94, 40, 0.9); }
  .lot-default-overlay.lost {
    background-color: rgba(51, 51, 51, 0.9); }
  .lot-default-overlay.paused {
    background-color: rgba(102, 102, 102, 0.9); }
  .lot-default-overlay.closed {
    background-color: rgba(102, 102, 102, 0.9); }
  .lot-default-overlay.bid {
    background-color: rgba(235, 94, 40, 0.9); }

.bid-sheet-page .lot-default-overlay.bid {
  display: none; }

.lot-thumbnail-overlay-wrap.small .watch-ribbon {
  top: -1px;
  right: 4px;
  width: 15px;
  height: 24px; }

.lot-thumbnail-overlay-wrap.small .lot-default-overlay .status-label {
  font-size: 13px;
  margin-top: 0;
  top: 50%;
  padding: 0px; }

.lot-thumbnail-overlay-wrap.small .lot-default-overlay.bid .status-label .status-label-details {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px; }
  .lot-thumbnail-overlay-wrap.small .lot-default-overlay.bid .status-label .status-label-details .group {
    font-size: 11px; }

.lot-thumbnail-overlay-wrap.small .lot-details-overlay {
  padding: 0; }
  .lot-thumbnail-overlay-wrap.small .lot-details-overlay .lot-number-centered {
    margin-top: 13px; }

.lot-thumbnail-overlay-wrap .watch-ribbon {
  background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/icon-lot-watch-ribbon.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  right: 10px;
  width: 25px;
  height: 36px;
  background-size: 100% auto;
  z-index: 5;
  opacity: 0;
  -webkit-transition: 0.15s opacity;
  transition: 0.15s opacity;
  -webkit-transform: translateZ(0); }

.lot-thumbnail-overlay-wrap .watch-ribbon.watched {
  background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/icon-lot-watched-ribbon.png"); }

.lot-thumbnail-overlay-wrap:hover .watch-ribbon, .lot:hover .watch-ribbon, .lot-item:hover .watch-ribbon {
  opacity: 0.75; }

.lot-thumbnail-overlay-wrap .watch-ribbon:hover, .lot-thumbnail-overlay-wrap .watch-ribbon:active, .lot-thumbnail-overlay-wrap .watch-ribbon.watched {
  opacity: 1.0; }

.lot-thumbnail-overlay-wrap .watch-ribbon.watched:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2); }

.lot-thumbnail-overlay-wrap .watch-ribbon:active, .lot-thumbnail-overlay-wrap .watch-ribbon.watched:active {
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75); }

.lot-thumbnail-overlay {
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  z-index: 1; }

.lot-thumbnail-overlay-wrap.has-details:hover, .lot-thumbnail-overlay-wrap.has-details.hover {
  /*.lot-default-overlay.passed, .lot-default-overlay.sold, .lot-default-overlay.withdrawn {
		top: 0;
		opacity: 0;
	}*/ }
  .lot-thumbnail-overlay-wrap.has-details:hover .lot-default-overlay, .lot-thumbnail-overlay-wrap.has-details.hover .lot-default-overlay {
    bottom: 100%; }
  .lot-thumbnail-overlay-wrap.has-details:hover .lot-details-overlay, .lot-thumbnail-overlay-wrap.has-details.hover .lot-details-overlay {
    /*top: 0;*/
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

/*.lot-thumbnail-overlay-wrap {
	&.passed, &.sold, &.withdrawn {
		+ img {
			-webkit-filter: grayscale(100%);
			-webkit-transform: translateZ(0);
			-moz-filter: grayscale(100%);
			filter: grayscale(100%);
		}
	}
}*/
.lot-details-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 9px 11px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: none; }
  .lot-details-overlay .lot-number {
    font-size: 27px;
    font-weight: 300;
    margin-top: -2px; }
  .lot-details-overlay .lot-number-centered {
    margin-top: 6px;
    text-align: center !important; }
  .lot-details-overlay .lot-title {
    font-size: 16px;
    font-weight: 700;
    max-height: 46px;
    overflow: hidden; }
  .lot-details-overlay .artist-name {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 2px; }
  .lot-details-overlay .lot-price-container {
    font-weight: 600;
    font-style: italic;
    margin-top: 2px; }
    .lot-details-overlay .lot-price-container .estimate-label, .lot-details-overlay .lot-price-container .range {
      color: #333; }

.lot-thumbnail-overlay:hover .lot-details-overlay, .lot-thumbnail-overlay.hover .lot-details-overlay {
  opacity: 1.0; }

/* END of Lot thumbnail overlay */
.lot-loading {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 9px 11px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: none; }
  .lot-loading .loader {
    text-align: center;
    font-size: 37px; }

.lot-item:hover .watch-icon-wrap {
  opacity: 1.0; }

.lot:hover .bid-actions, .lot-v2:hover .bid-actions, .lot-item:hover .bid-actions {
  opacity: 1.0; }

.lots-page #auction-header {
  position: relative; }
  .lots-page #auction-header .auction-actions {
    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: right; }
    .lots-page #auction-header .auction-actions .btn {
      margin-left: 10px; }

.lots-page .lots-header .title {
  font-size: 26px;
  margin-top: 15px; }

.scroll-sticky.stick {
  position: fixed;
  z-index: 1000; }

.filters-container ~ .filters-container {
  border-width: 1px 0 0 0; }

.filters-container {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center; }

.filters-container,
.filtersV2-5-container.bottom-scroll-sticky {
  /* This prevents flickering in chrome */
  -webkit-backface-visibility: hidden;
  background-color: #eeeeee;
  /*height: 62px;*/
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  /*border-width: 1px 0;*/
  border-width: 0 0 1px 0;
  box-sizing: border-box;
  padding: 5px 0 6px;
  /* width: 940px; */
  padding-left: 153px;
  z-index: 1000; }
  .filters-container.basic,
  .filtersV2-5-container.bottom-scroll-sticky.basic {
    padding-left: 0; }

.filters-container {
  padding-left: 0; }
  .filters-container .btn-custom {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px; }
  .filters-container .lot-view-style .btn-custom {
    padding: 0px; }
  .filters-container .saved-searches {
    border-left: 1px solid #ccc;
    margin-left: 10px;
    padding-left: 10px; }
    .filters-container .saved-searches .btn-label {
      max-width: 115px; }
  .filters-container .filter-item {
    display: inline-block;
    vertical-align: top; }
  .filters-container .filter-item + .filter-item {
    margin-left: 8px; }
  .filters-container .number-of-lots {
    text-transform: uppercase;
    font-weight: 700;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 22px;
    width: 139px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    margin: -5px 10px -6px 0; }
  .filters-container .btn {
    height: 30px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0; }
  .filters-container label {
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 0px;
    display: block;
    text-transform: uppercase;
    font-size: 13px; }
  .filters-container .btn-group, .filters-container .btn, .filters-container .btn.prev, .filters-container .btn.next, .filters-container #page-num-top, .filters-container #page-num-bottom, .filters-container select,
  .filters-container .number-of-lots, .filters-container .multiselect-field-select-wrap, .filters-container .category-select-wrap, .filters-container .jump-to-lot-wrap, .filters-container #jump-to-lot-input {
    display: inline-block;
    vertical-align: top; }
  .filters-container .sort.btn-group > button {
    width: 145px; }
  .filters-container.basic .sort.btn-group > button {
    width: auto;
    padding-left: 10px;
    padding-right: 13px; }
  .filters-container .limit.btn-group > button {
    width: 61px; }
  .filters-container #page-num-top, .filters-container #jump-to-lot-input {
    width: 35px;
    height: 30px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center; }
  .filters-container #page-num-top {
    margin-left: 5px;
    background: transparent; }
  .filters-container .number-of-pages {
    line-height: 30px; }
  .filters-container #jump-to-lot-input {
    width: 50px; }
  .filters-container .jump-to-lot-wrap .btn.go {
    margin-left: 6px; }
  .filters-container .pages-wrap .btn.go {
    margin: 0 6px; }
  .filters-container .btn.prev, .filters-container .btn.next {
    position: relative; }
  .filters-container .btn.prev::before, .filters-container .btn.next::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 11px 12px;
    background-repeat: no-repeat;
    background-position: center center; }
  .filters-container .btn.prev::before {
    background-image: url("/img/btn-previous-page.png"); }
  .filters-container .btn.next::before {
    background-image: url("/img/btn-next-page.png"); }
  .filters-container .btn.prev, .filters-container .btn.next {
    width: 40px; }
  .filters-container .multiselect-field-select-wrap, .filters-container .category-select-wrap .dropdown-toggle {
    width: 162px; }

.basic-bid-sheet-filters-container {
  /* This prevents flickering in chrome */
  -webkit-backface-visibility: hidden;
  /*height: 62px;*/
  background-color: white;
  font-size: 14px;
  box-sizing: border-box;
  padding: 5px 0 6px;
  /* width: 940px; */
  z-index: 1000; }
  .basic-bid-sheet-filters-container .num-pages {
    display: inline-block;
    line-height: 32px;
    font-weight: 600;
    margin-left: 5px; }
  .basic-bid-sheet-filters-container .btn-custom {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px; }
  .basic-bid-sheet-filters-container .lot-view-style .btn-custom {
    padding: 0px; }
  .basic-bid-sheet-filters-container .filter-item {
    display: inline-block;
    vertical-align: top; }
  .basic-bid-sheet-filters-container .filter-item + .filter-item {
    margin-left: 8px; }
  .basic-bid-sheet-filters-container .number-of-lots {
    text-transform: uppercase;
    font-weight: 700;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
    position: absolute;
    left: 0px;
    padding-bottom: 10px;
    width: 139px; }
  .basic-bid-sheet-filters-container .btn {
    height: 30px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0; }
  .basic-bid-sheet-filters-container label {
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 0px;
    display: block;
    text-transform: uppercase;
    font-size: 13px; }
  .basic-bid-sheet-filters-container .btn-group, .basic-bid-sheet-filters-container .btn, .basic-bid-sheet-filters-container .btn.prev, .basic-bid-sheet-filters-container .btn.next, .basic-bid-sheet-filters-container #page-num-top, .basic-bid-sheet-filters-container #page-num-bottom, .basic-bid-sheet-filters-container select,
  .basic-bid-sheet-filters-container .number-of-lots, .basic-bid-sheet-filters-container .multiselect-field-select-wrap, .basic-bid-sheet-filters-container .category-select-wrap, .basic-bid-sheet-filters-container .jump-to-lot-wrap, .basic-bid-sheet-filters-container #jump-to-lot-input {
    display: inline-block;
    vertical-align: top; }
  .basic-bid-sheet-filters-container .sort.btn-group > button {
    width: 145px; }
  .basic-bid-sheet-filters-container.basic .sort.btn-group > button {
    width: auto;
    padding-left: 10px;
    padding-right: 13px; }
  .basic-bid-sheet-filters-container .limit.btn-group > button {
    width: 61px; }
  .basic-bid-sheet-filters-container #page-num-top, .basic-bid-sheet-filters-container #jump-to-lot-input {
    width: 35px;
    height: 30px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center; }
  .basic-bid-sheet-filters-container #page-num-top {
    margin-left: 5px; }
  .basic-bid-sheet-filters-container .number-of-pages {
    line-height: 30px; }
  .basic-bid-sheet-filters-container #jump-to-lot-input {
    width: 50px; }
  .basic-bid-sheet-filters-container .jump-to-lot-wrap .btn.go {
    margin-left: 6px; }
  .basic-bid-sheet-filters-container .pages-wrap .btn.go {
    margin: 0 6px; }
  .basic-bid-sheet-filters-container .btn.prev, .basic-bid-sheet-filters-container .btn.next {
    position: relative; }
  .basic-bid-sheet-filters-container .btn.prev::before, .basic-bid-sheet-filters-container .btn.next::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 11px 12px;
    background-repeat: no-repeat;
    background-position: center center; }
  .basic-bid-sheet-filters-container .btn.prev::before {
    background-image: url("/img/btn-previous-page.png"); }
  .basic-bid-sheet-filters-container .btn.next::before {
    background-image: url("/img/btn-next-page.png"); }
  .basic-bid-sheet-filters-container .btn.prev, .basic-bid-sheet-filters-container .btn.next {
    width: 40px; }
  .basic-bid-sheet-filters-container .multiselect-field-select-wrap, .basic-bid-sheet-filters-container .category-select-wrap .dropdown-toggle {
    width: 162px; }

.filtersV2-container {
  /*height: 62px;*/
  font-size: 14px; }
  .filtersV2-container .quick-bids-wrapper {
    position: absolute;
    right: 16px;
    top: 8px; }
    .filtersV2-container .quick-bids-wrapper .btn.quick-bid {
      background: -ms-linear-gradient(#762e58, #51203d);
      background: linear-gradient(#762e58, #51203d);
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      border: 1px solid #381629;
      color: white; }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid:hover {
        background: linear-gradient(#69294e, #441b33);
        background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid.active {
        background: linear-gradient(#51203d, #762e58);
        background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid:hover, .filtersV2-container .quick-bids-wrapper .btn.quick-bid:active {
        -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid:active {
        background: linear-gradient(#441b33, #69294e);
        background: -ms-linear-gradient(#762e58, #51203d, "vertical");
        -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid.flat {
        background: #762e58;
        border: 0;
        border-color: #762e58;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0; }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid.flat:hover {
        background: #883566; }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid.flat:active {
        background: #64274a; }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid.white.flat {
        border: 1px solid black; }
  .filtersV2-container .limit-label, .filtersV2-container .pages-label, .filtersV2-container .view-style-label {
    text-transform: uppercase; }
  .filtersV2-container .buffer {
    margin-top: 10px; }
  .filtersV2-container .no-pad {
    padding: 0px; }
  .filtersV2-container .box {
    border: 1px solid #DFDFDF; }
  .filtersV2-container .filter-item {
    background-color: #F7F7F7;
    padding-left: 9px;
    padding-right: 9px; }
  .filtersV2-container .pages-wrap {
    padding: 0 9px 9px 0; }
    .filtersV2-container .pages-wrap label {
      margin-bottom: 4px;
      line-height: 13px; }
  .filtersV2-container .page-number-container .btn {
    padding-left: 8px;
    padding-right: 8px; }
  .filtersV2-container .page-number-container input + input, .filtersV2-container .page-number-container input + .btn, .filtersV2-container .page-number-container .btn + input, .filtersV2-container .page-number-container .btn + .btn {
    margin-left: 3px; }
  .filtersV2-container .page-number-container input:disabled, .filtersV2-container .page-number-container .btn:disabled {
    opacity: 0.5; }
  .filtersV2-container #page-num-top-v2 {
    width: 35px;
    height: 30px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
  .filtersV2-container .search-wrap {
    margin-bottom: 0; }
  .filtersV2-container #filters-v2-search-field {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    width: 79%;
    display: inline-block; }
    .filtersV2-container #filters-v2-search-field + .btn.go {
      width: 20%;
      float: right; }
  .filtersV2-container #jump-to-lot-input-v2 {
    width: 55px; }
  .filtersV2-container .filter-item input[type=text] {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    vertical-align: top; }
    .filtersV2-container .filter-item input[type=text].full-width-with-button {
      width: 80%; }
  .filtersV2-container .filter-item .search-wrap .btn.go {
    margin-left: 2%;
    width: 18%;
    padding: 0; }
  .filtersV2-container .vintage-filter .search-wrap {
    margin: 7px 0; }
  .filtersV2-container .page-number-container, .filtersV2-container .limit-container, .filtersV2-container .view-style-container {
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    margin-left: 9px; }
  .filtersV2-container .sort-by .filter-item, .filtersV2-container .lots-type .filter-item {
    padding-top: 7px;
    padding-bottom: 6px; }
  .filtersV2-container .category-filter, .filtersV2-container .multiselect-filter {
    margin-bottom: 10px; }
  .filtersV2-container .category-filter .filter-item, .filtersV2-container .multiselect-filter .filter-item {
    padding-bottom: 8px; }
  .filtersV2-container .jump-to-lot .filter-item {
    padding-top: 9px;
    padding-bottom: 9px; }
  .filtersV2-container .filter-item-plain {
    background: none; }
  .filtersV2-container .filter-by ul,
  .filtersV2-container .sort-by ul {
    list-style: none;
    margin-left: -40px; }
    .filtersV2-container .filter-by ul label,
    .filtersV2-container .sort-by ul label {
      display: inline;
      font-weight: 300; }
  .filtersV2-container .active-filters {
    border: 1px solid #762e58;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative; }
    .filtersV2-container .active-filters .active-filters-summary-wrap {
      height: 42px; }
    .filtersV2-container .active-filters .active-filters-summary {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center; }
    .filtersV2-container .active-filters .active-filters-title {
      text-align: center;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px;
      color: #762e58; }
    .filtersV2-container .active-filters .no-filters {
      color: #333; }
    .filtersV2-container .active-filters .subtitle {
      text-align: center; }
      .filtersV2-container .active-filters .subtitle a {
        text-transform: uppercase;
        cursor: pointer;
        text-decoration: underline;
        cursor: pointer;
        color: #762e58; }
    .filtersV2-container .active-filters .active-filter-title {
      font-weight: 700; }
    .filtersV2-container .active-filters .active-filter-value {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin-right: -20px;
      padding-right: 20px; }
      .filtersV2-container .active-filters .active-filter-value + a {
        display: inline-block;
        vertical-align: middle; }
    .filtersV2-container .active-filters .active-lots-range {
      margin-top: 5px; }
    .filtersV2-container .active-filters .active-watched-lots-value {
      font-weight: bold; }
    .filtersV2-container .active-filters .active-lots-range-value {
      font-weight: bold; }
    .filtersV2-container .active-filters .multiselect-field-select-wrap, .filtersV2-container .active-filters .category-select-wrap {
      margin-top: 5px; }
    .filtersV2-container .active-filters .category-list, .filtersV2-container .active-filters .multiselect-field-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
    .filtersV2-container .active-filters .remove-filter-icon {
      display: inline-block;
      vertical-align: top;
      font-size: 8px;
      margin-top: -3px;
      cursor: pointer;
      color: #762e58; }
  .filtersV2-container .active-filter + .active-filter {
    margin-top: 8px; }
  .filtersV2-container .active-filters.no-filters {
    border: 1px solid #DFDFDF; }
  .filtersV2-container .multiselect-field-header, .filtersV2-container .categories-header {
    padding-top: 10px; }
    .filtersV2-container .multiselect-field-header span, .filtersV2-container .categories-header span {
      font-weight: 700;
      text-transform: uppercase;
      cursor: pointer; }
  .filtersV2-container .reset {
    color: #BCBCBC;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700; }
  .filtersV2-container .filter-item-header {
    text-transform: uppercase;
    background-color: #DEDEDE;
    text-align: center;
    font-weight: 700;
    color: #3e3e3e;
    line-height: 25px; }
  .filtersV2-container .btn-custom {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px; }
  .filtersV2-container .lot-view-style .btn-custom {
    padding: 0px; }
  .filtersV2-container .filter-item {
    vertical-align: top; }
  .filtersV2-container .filter-item + .filter-item {
    margin-left: 8px; }
  .filtersV2-container .number-of-lots {
    text-transform: uppercase;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .filtersV2-container .btn {
    height: 30px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0; }
  .filtersV2-container label {
    /*margin-bottom: 1px;
		margin-left: 2px;
		margin-right: 0px;*/
    display: block;
    font-size: 13px; }
  .filtersV2-container .radio.custom, .filtersV2-container .checkbox.custom {
    margin-top: 0;
    margin-bottom: 0; }
    .filtersV2-container .radio.custom label, .filtersV2-container .checkbox.custom label {
      margin-bottom: 0; }
    .filtersV2-container .radio.custom .input-label, .filtersV2-container .checkbox.custom .input-label {
      font-size: 13px;
      margin-left: 7px; }
  .filtersV2-container .btn-group, .filtersV2-container .btn, .filtersV2-container .btn.prev, .filtersV2-container .btn.next, .filtersV2-container #page-num-top, .filtersV2-container #page-num-bottom, .filtersV2-container select,
  .filtersV2-container .number-of-lots, .filtersV2-container .jump-to-lot-wrap, .filtersV2-container #jump-to-lot-input {
    display: inline-block;
    vertical-align: top; }
  .filtersV2-container .sort.btn-group > button {
    width: 145px; }
  .filtersV2-container .limit.btn-group > button {
    width: 61px; }
  .filtersV2-container #page-num-top, .filtersV2-container #jump-to-lot-input {
    width: 35px;
    height: 30px;
    text-align: center; }
  .filtersV2-container #jump-to-lot-input {
    padding-left: 4px;
    padding-right: 4px; }
  .filtersV2-container .number-of-pages {
    line-height: 30px; }
  .filtersV2-container #jump-to-lot-input {
    width: 50px; }
  .filtersV2-container .jump-to-lot-wrap .btn.go {
    margin-left: 6px; }
  .filtersV2-container .btn.prev, .filtersV2-container .btn.next {
    position: relative; }
  .filtersV2-container .btn.prev::before, .filtersV2-container .btn.next::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 11px 12px;
    background-repeat: no-repeat;
    background-position: center center; }
  .filtersV2-container .btn.prev::before {
    background-image: url("/img/btn-previous-page.png"); }
  .filtersV2-container .btn.next::before {
    background-image: url("/img/btn-next-page.png"); }
  .filtersV2-container .btn.prev, .filtersV2-container .btn.next {
    width: 40px; }
  .filtersV2-container .multiselect-field-select-wrap .dropdown-toggle, .filtersV2-container .category-select-wrap .dropdown-toggle {
    width: 162px; }

.lots + .filters-container {
  /*margin-bottom: 150px;*/ }

.lots-page {
  /* min-width: 940px; */ }

.auction-details-wrap {
  max-height: 0;
  overflow: hidden;
  margin-left: -2000px;
  padding-left: 2000px;
  padding-right: 2000px;
  margin-right: -2000px;
  -webkit-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) max-height;
  -moz-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) max-height;
  transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) max-height; }
  .auction-details-wrap.open {
    max-height: 500px; }

#auction-header.v2 ~ .auction-details-wrap.open {
  border-bottom: 1px solid #ccc; }
  #auction-header.v2 ~ .auction-details-wrap.open.has-filters-v1 {
    border-bottom-width: 0; }

.auction-details .auction-registration-notice {
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 3px;
  padding-left: 19px; }
  .auction-details .auction-registration-notice.pending {
    background-image: url("/img/icon-clock.png"); }
  .auction-details .auction-registration-notice.declined {
    background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/icon-x.png"); }
  .auction-details .auction-registration-notice.approved {
    background-image: url("/img/icon-check.png"); }
  .auction-details .auction-registration-notice .registration-label {
    font-weight: bold; }

.auction-details .section {
  margin: 10px 0 14px; }
  .auction-details .section .title {
    font-weight: 700;
    text-transform: uppercase; }
  .auction-details .section .title, .auction-details .section .value {
    font-size: 16px; }
  .auction-details .section .value {
    font-size: 13px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; }

.auction-details .section.description.has-viewing-information {
  width: 80%; }

.auction-details .section.description.has-location-description, .auction-details .section.location-description {
  width: 50%; }

.auction-details .section.description.has-viewing-information.has-location-description, .auction-details .section.location-description.has-viewing-information {
  width: 40%; }

.auction-details .section.viewing-information {
  width: 20%; }

.auction-details .section.viewing-information, .auction-details .section.location-description {
  padding-left: 20px; }

.auction-details .section.description, .auction-details .section.viewing-information, .auction-details .section.location-description {
  display: inline-block;
  vertical-align: top; }

.lots.list-view .auction-title,
.lots.grid-view .auction-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 39px;
  height: 40px;
  border-bottom: 1px solid #e5e5e5; }
  .lots.list-view .auction-title .auction-title-group-total,
  .lots.grid-view .auction-title .auction-title-group-total {
    font-weight: 100; }
  .lots.list-view .auction-title .auction-type.timed-auction,
  .lots.grid-view .auction-title .auction-type.timed-auction {
    background-image: url("/img/icon-clock.png");
    background-repeat: no-repeat;
    background-size: 16px;
    vertical-align: middle; }
  .lots.list-view .auction-title .auction-type.live-auction,
  .lots.grid-view .auction-title .auction-type.live-auction {
    background-image: url("/img/icon-hammer.png");
    background-repeat: no-repeat;
    background-size: 16px; }
  .lots.list-view .auction-title .auction-type,
  .lots.grid-view .auction-title .auction-type {
    padding-left: 18px;
    font-size: 15px;
    margin-right: 7px; }
  .lots.list-view .auction-title .auction-time-left,
  .lots.grid-view .auction-title .auction-time-left {
    color: #c62031;
    margin-right: 20px;
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
    font-style: italic;
    font-weight: 600;
    font-size: 15px; }
  .lots.list-view .auction-title .lot-count,
  .lots.grid-view .auction-title .lot-count {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px; }

.lots.list-view .auction-title + .lot, .lots.list-view .auction-title + .lot-v2,
.lots.grid-view .auction-title + .lot,
.lots.grid-view .auction-title + .lot-v2 {
  border-top-width: 0; }

.lots.grid-view .auction-title {
  margin-bottom: 8px; }

.bid-suggestions {
  display: none;
  position: absolute;
  z-index: 1000;
  border: 1px solid #762e58;
  top: 34px;
  left: 0;
  right: 0;
  overflow: scroll;
  max-height: 200px; }
  .bid-suggestions.dropup {
    top: auto;
    bottom: 34px; }
  .bid-suggestions .bid-suggestion {
    background-color: #fafafa;
    padding: 0 6px;
    font-size: 14px;
    line-height: 31px; }
    .bid-suggestions .bid-suggestion.active {
      background-color: #ccc !important; }
  .bid-suggestions .bid-suggestion:nth-child(2n) {
    background-color: #ededed; }
  .bid-suggestions .bid-suggestion:hover {
    background-color: #ccc; }
  .bid-suggestions .bid-suggestion:active {
    background-color: #aaa; }

.bid-suggestions:active, .bid-suggestions:hover {
  display: block; }

.bid-amount-input:focus ~ .bid-suggestions, .input-group:focus > .bid-suggestions, .bid-suggestions:active, .bid-suggestions:hover {
  display: block; }

.bid-amount-input:focus ~ .bid-suggestions, .input-group:focus > .bid-suggestions {
  display: block; }

.bid-amount-input:focus.empty ~ .bid-suggestions, .bid-amount-input.empty ~ .bid-suggestions {
  display: none; }

.lots.list-view .lot, .lots.list-view .lot-v2 {
  /*height: 144px;*/
  box-sizing: content-box;
  padding: 0px 0 0px 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-width: 1px 0 0;
  position: relative; }
  .lots.list-view .lot .cover-thumbnail, .lots.list-view .lot .details, .lots.list-view .lot .description, .lots.list-view .lot .actions, .lots.list-view .lot-v2 .cover-thumbnail, .lots.list-view .lot-v2 .details, .lots.list-view .lot-v2 .description, .lots.list-view .lot-v2 .actions {
    display: inline-block;
    vertical-align: top; }
  .lots.list-view .lot .cover-thumbnail-wrap, .lots.list-view .lot-v2 .cover-thumbnail-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .lots.list-view .lot .cover-thumbnail-wrap .package-type, .lots.list-view .lot-v2 .cover-thumbnail-wrap .package-type {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: white;
      background-color: rgba(118, 46, 88, 0.6);
      line-height: 25px;
      text-align: center;
      font-size: 14px; }
  .lots.list-view .lot .timer, .lots.list-view .lot-v2 .timer {
    font-style: italic;
    color: #762e58;
    font-size: 15px;
    position: absolute;
    line-height: 31px;
    height: 31px;
    z-index: 1; }
  .lots.list-view .lot .text-field-wraps, .lots.list-view .lot-v2 .text-field-wraps {
    height: 76px;
    overflow: hidden; }
  .lots.list-view .lot .text-field-wrap.half-size, .lots.list-view .lot-v2 .text-field-wrap.half-size {
    width: 50%;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top; }
  .lots.list-view .lot .text-field-wrap .field-label, .lots.list-view .lot-v2 .text-field-wrap .field-label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-top: 4px; }
  .lots.list-view .lot .text-field-wrap .field-value-wrap, .lots.list-view .lot-v2 .text-field-wrap .field-value-wrap {
    font-size: 13px;
    color: #333;
    position: relative;
    overflow: hidden; }
    .lots.list-view .lot .text-field-wrap .field-value-wrap .more-indicator, .lots.list-view .lot-v2 .text-field-wrap .field-value-wrap .more-indicator {
      position: absolute;
      /*top: 36px; See below for the top property (Find ".more-indicator") */
      left: 0;
      right: 0;
      height: 30px;
      background-color: white; }
  .lots.list-view .lot .text-field-wrap ~ .text-field-wrap, .lots.list-view .lot-v2 .text-field-wrap ~ .text-field-wrap {
    padding-left: 10px;
    border-left: 1px solid #ebebeb; }
  .lots.list-view .lot .text-field-wrap.half-size:last-child, .lots.list-view .lot-v2 .text-field-wrap.half-size:last-child {
    padding-right: 0; }
  .lots.list-view .lot .absentee-bid-box, .lots.list-view .lot-v2 .absentee-bid-box {
    margin-bottom: 0; }
  .lots.list-view .lot .image-disclaimer, .lots.list-view .lot-v2 .image-disclaimer {
    margin: 10px 0 0px 175px;
    font-size: 13px; }

.lots.list-view .lot-repeater:first-child .lot, .lots.list-view .lot-repeater:first-child .lot-v2, .lots.list-view .lot-repeater .group-header + .lot, .lots.list-view .lot-repeater .group-header + .lot-v2 {
  border-top-width: 0; }

.my-bid-mobile-edit-inputs.bidders-choice .place-bid-button-wrap .edit-bid:not(.jump-the-bid) {
  color: #999999;
  border-color: #999999; }

.my-bid-mobile-edit-inputs.bidders-choice .place-bid-button-wrap .edit-bid.jump-the-bid {
  color: #CE545F;
  border-color: #CE545F; }

.my-bid-mobile-edit-inputs.bidders-choice .place-bid-button-wrap .jump-the-bid-divider {
  margin-top: 8px; }

.my-bid-mobile-edit-inputs.bidders-choice .place-bid-button-wrap div.row div[class*=col-xs] {
  padding: 0; }
  .my-bid-mobile-edit-inputs.bidders-choice .place-bid-button-wrap div.row div[class*=col-xs].col-xs-1.text-center {
    padding-top: 10px; }
  .my-bid-mobile-edit-inputs.bidders-choice .place-bid-button-wrap div.row div[class*=col-xs].col-xs-11 {
    padding-left: 15px; }

.my-bid-mobile-edit-inputs.bidders-choice .place-bid-button-wrap div.jump-to-bid-info-tooltip .tooltip-inner {
  margin-left: -140px; }

.my-bid-mobile-edit-inputs.bidders-choice .place-bid-button-wrap a.jump-to-bid-info-link[data-toggle="tooltip"] {
  margin-left: -5px; }

.lot-repeater.bidders-choice {
  padding-bottom: 10px; }
  .lot-repeater.bidders-choice:hover {
    background-color: #f7f7f7 !important; }
  .lot-repeater.bidders-choice .lot-v2 .cover-thumbnail-wrap .cover-thumbnail, .lot-repeater.bidders-choice .lot-v2 .cover-thumbnail-wrap .lot-thumbnail-placeholder {
    width: 140px !important;
    height: 140px !important; }
  .lot-repeater.bidders-choice .lot-v2 .cover-thumbnail-wrap ~ .details {
    margin-right: -140px !important;
    height: 138px !important;
    margin-bottom: 10px !important; }
    .lot-repeater.bidders-choice .lot-v2 .cover-thumbnail-wrap ~ .details .text-field-wraps {
      height: 54px !important; }
      .lot-repeater.bidders-choice .lot-v2 .cover-thumbnail-wrap ~ .details .text-field-wraps ~ div {
        position: absolute;
        bottom: 0 !important; }

.my-bid.my-bid-timed.bidders-choice .edit-and-jump-bid-area .bid-actions a {
  margin-left: 0 !important; }

.my-bid.my-bid-timed.bidders-choice .edit-and-jump-bid-area .edit-bid-area .bid-actions.input-actions > button.btn {
  background: white;
  color: #999999;
  border: 1px solid #999999; }
  .my-bid.my-bid-timed.bidders-choice .edit-and-jump-bid-area .edit-bid-area .bid-actions.input-actions > button.btn.jump-to-bid {
    color: #CE545F;
    border-color: #CE545F; }

.my-bid.my-bid-timed.bidders-choice .edit-and-jump-bid-area > div:first-child > span.bid-actions > a {
  color: #999999;
  border-color: #999999; }

.my-bid.my-bid-timed.bidders-choice .edit-and-jump-bid-area > div:first-child > span.bid-actions ~ span > span.bid-actions > a {
  color: #CE545F;
  border-color: #CE545F; }

.my-bid.my-bid-timed.bidders-choice .edit-and-jump-bid-area .bid-type-divider {
  font-size: 14px; }

a.jump-to-bid-info-link[data-toggle="tooltip"] {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 0 5px;
  font-size: 12px;
  color: #999999;
  position: relative;
  z-index: 1000; }

body.is-mobile a.jump-to-bid-info-link[data-toggle="tooltip"] {
  display: inline-block;
  margin-top: 15px; }

div.jump-to-bid-info-tooltip {
  width: 300px; }
  div.jump-to-bid-info-tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  div.jump-to-bid-info-tooltip .tooltip-inner {
    background: white;
    color: #000;
    max-width: 300px;
    text-align: left;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3); }
  div.jump-to-bid-info-tooltip .tooltip-arrow {
    width: 10px;
    height: 10px;
    background: white;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    margin-bottom: -4px;
    box-shadow: rgba(0, 0, 0, 0.6) 10px 6px 16px 0;
    border: none; }

.lots.list-view .lot-v2 .block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  opacity: 0; }

.lots.list-view .lot-v2 .place-bid-button-wrap,
.lots.list-view .lot-v2 .watch-icon-wrap,
.lots.list-view .lot-v2 .field-value-wrap a,
.lots.list-view .lot-v2 .inner-place-bid-box,
.lots.list-view .lot-v2 .bid-actions,
.lots.list-view .lot-v2 .current-bid-box,
.lots.list-view .lot-v2 .bid-live-btn {
  position: relative;
  z-index: 210; }

.lots.list-view .lot-v2 .bid-live {
  z-index: 210; }

.lots.list-view .lot-v2 .inner-place-bid-box.bid-suggestions-open {
  z-index: 1002; }

.lots.list-view .lot-v2 .cover-thumbnail-wrap {
  margin-top: 8px; }

.lots.list-view .lot-v2 .cover-thumbnail, .lots.list-view .lot-v2 .lot-thumbnail-placeholder {
  width: 128px;
  height: 128px; }

.lots.list-view .lot-v2 .cover-thumbnail {
  position: absolute;
  left: 0;
  top: 0; }

.lots.list-view .lot-v2 .details {
  width: 100%;
  margin-right: -128px;
  padding: 8px;
  padding-right: 140px; }
  .lots.list-view .lot-v2 .details .lot-number {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-top: -1px;
    line-height: 22px;
    color: #999; }
  .lots.list-view .lot-v2 .details .lot-price-container {
    position: absolute;
    padding-left: 45px;
    right: 0px;
    padding-right: 8px;
    top: 8px; }
  .lots.list-view .lot-v2 .details .edit-and-jump-bid-area {
    display: inline-block; }
  .lots.list-view .lot-v2 .details .header {
    height: 24px;
    margin-bottom: -3px;
    overflow: hidden; }
  .lots.list-view .lot-v2 .details .title {
    border-left: 1px solid #ccc;
    margin-left: 9px;
    padding-left: 9px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: -1px; }
  .lots.list-view .lot-v2 .details .lot-number-and-title {
    display: block;
    width: 2350px; }
    .lots.list-view .lot-v2 .details .lot-number-and-title > * {
      display: inline-block;
      vertical-align: top; }
  .lots.list-view .lot-v2 .details .timer {
    position: absolute;
    right: 8px;
    bottom: 8px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
      .lots.list-view .lot-v2 .details .timer {
        position: relative;
        margin-left: 8px;
        /* margin-top: -15px; */ } }
  .lots.list-view .lot-v2 .details .text-field-wraps {
    height: 76px;
    overflow: hidden;
    width: 100%;
    /* '1st' is the largest width type, followed by '2nd' and so on.
			.width-3rd-1 means there is 1 field with a width type of '3rd'. */ }
    .lots.list-view .lot-v2 .details .text-field-wraps .text-field-wrap {
      padding-right: 10px;
      border-left-width: 0;
      display: inline-block;
      vertical-align: top; }
      .lots.list-view .lot-v2 .details .text-field-wraps .text-field-wrap .field-label {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        margin-top: 4px; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-3rd-1 .text-field-wrap.width-1st {
      width: 80%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-3rd-1 .text-field-wrap.width-3rd {
      width: 20%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-3rd-2 .text-field-wrap.width-1st {
      width: 60%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-3rd-2 .text-field-wrap.width-3rd {
      width: 20%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-1 .text-field-wrap.width-1st, .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-1 .text-field-wrap.width-2nd {
      width: 50%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-1.width-3rd-1 .text-field-wrap.width-1st {
      width: 50%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-1.width-3rd-1 .text-field-wrap.width-2nd {
      width: 30%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-1.width-3rd-1 .text-field-wrap.width-3rd {
      width: 20%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-1.width-3rd-2 .text-field-wrap.width-1st {
      width: 30%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-1.width-3rd-2 .text-field-wrap.width-2nd {
      width: 30%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-1.width-3rd-2 .text-field-wrap.width-3rd {
      width: 20%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-1.width-3rd-3 .text-field-wrap.width-1st {
      width: 20%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-1.width-3rd-3 .text-field-wrap.width-2nd {
      width: 20%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-1.width-3rd-3 .text-field-wrap.width-3rd {
      width: 20%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-0.width-3rd-3 .text-field-wrap.width-1st {
      width: 40%; }
    .lots.list-view .lot-v2 .details .text-field-wraps.width-2nd-0.width-3rd-3 .text-field-wrap.width-3rd {
      width: 20%; }

.lots.list-view .lot-v2 .watch-icon-wrap.always-visible {
  height: 100px; }

.lot-v2 .watch-icon-wrap, .lot .watch-icon-wrap, .lot-item .watch-icon-wrap {
  -webkit-transition: 200ms cubic-bezier(0.25, 0.1, 0.25, 1) max-width;
  -moz-transition: 200ms cubic-bezier(0.25, 0.1, 0.25, 1) max-width;
  transition: 200ms cubic-bezier(0.25, 0.1, 0.25, 1) max-width; }
  .lot-v2 .watch-icon-wrap.always-visible, .lot .watch-icon-wrap.always-visible, .lot-item .watch-icon-wrap.always-visible {
    max-width: 100px; }
  .lot-v2 .watch-icon-wrap .watch-icon, .lot .watch-icon-wrap .watch-icon, .lot-item .watch-icon-wrap .watch-icon {
    color: #ccc;
    text-align: center; }
    .lot-v2 .watch-icon-wrap .watch-icon:hover, .lot .watch-icon-wrap .watch-icon:hover, .lot-item .watch-icon-wrap .watch-icon:hover {
      color: #999; }
    .lot-v2 .watch-icon-wrap .watch-icon:active, .lot .watch-icon-wrap .watch-icon:active, .lot-item .watch-icon-wrap .watch-icon:active {
      -webkit-transform: scale(0.95, 0.95);
      transform: scale(0.95, 0.95); }
  .lot-v2 .watch-icon-wrap.watched .watch-icon, .lot .watch-icon-wrap.watched .watch-icon, .lot-item .watch-icon-wrap.watched .watch-icon {
    color: #762e58; }
    .lot-v2 .watch-icon-wrap.watched .watch-icon:hover, .lot .watch-icon-wrap.watched .watch-icon:hover, .lot-item .watch-icon-wrap.watched .watch-icon:hover {
      color: #c52b85; }
    .lot-v2 .watch-icon-wrap.watched .watch-icon:active, .lot .watch-icon-wrap.watched .watch-icon:active, .lot-item .watch-icon-wrap.watched .watch-icon:active {
      color: #762e58; }

.lots.list-view .lot-v2 .watch-icon-wrap {
  overflow: hidden;
  max-width: 0; }
  .lots.list-view .lot-v2 .watch-icon-wrap.always-visible {
    max-width: 100px; }
  .lots.list-view .lot-v2 .watch-icon-wrap.watched {
    max-width: 100px; }

.lots.list-view .lot-v2 .watch-icon {
  margin-left: 5px;
  margin-right: -3px;
  line-height: 21px;
  width: 25px;
  font-size: 20px;
  position: relative;
  font-family: FontAwesome; }
  .lots.list-view .lot-v2 .watch-icon::after {
    content: "";
    position: absolute;
    top: -13px;
    left: 0px; }
  .lots.list-view .lot-v2 .watch-icon.watched::after {
    content: "";
    position: absolute;
    top: -13px;
    left: 0px; }

.lots.list-view .lot-v2:hover .watch-icon-wrap {
  max-width: 100px;
  overflow: visible; }

.lot-thumbnail-overlay-wrap .watch-icon-wrap {
  position: absolute;
  opacity: 0;
  -webkit-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
  -moz-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
  transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
  right: 0;
  top: 0;
  width: 20%;
  height: 20%;
  text-align: center;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  /* .watch-icon {
			width: 100%;
			height: 100%;
			font-size: 20px;
			line-height: 0;
			padding-top: 50%;
			vertical-align: top;
			display: inline-block;
		} */ }
  .lot-thumbnail-overlay-wrap .watch-icon-wrap.watched {
    opacity: 1.0; }
  .lot-thumbnail-overlay-wrap .watch-icon-wrap .watch-icon {
    margin-right: -3px;
    line-height: 16px;
    width: 25px;
    height: 20px;
    font-size: 20px;
    line-height: 1.3;
    font-family: FontAwesome;
    position: relative; }
    .lot-thumbnail-overlay-wrap .watch-icon-wrap .watch-icon::after {
      content: "";
      position: absolute;
      top: 1px;
      left: 2px; }
    .lot-thumbnail-overlay-wrap .watch-icon-wrap .watch-icon.watched::after {
      content: "";
      position: absolute;
      top: 1px;
      left: 2px; }

.lot-thumbnail-overlay-wrap.small .watch-icon-wrap {
  width: 35%;
  height: 35%; }
  .lot-thumbnail-overlay-wrap.small .watch-icon-wrap .watch-icon {
    font-size: 15px;
    position: relative; }
    .lot-thumbnail-overlay-wrap.small .watch-icon-wrap .watch-icon::after {
      content: "";
      position: absolute;
      top: 12px;
      left: 5px; }
    .lot-thumbnail-overlay-wrap.small .watch-icon-wrap .watch-icon.watched::after {
      content: "";
      position: absolute;
      top: 12px;
      left: 5px; }

.lots-strip {
  /* live auction v1 width and height settings for the placeholder */
  /* these are the universal placeholder image code for live auction v1 and v2 */ }
  .lots-strip .lot-thumbnail-overlay-wrap .watch-icon-wrap {
    right: 1px;
    top: 1px; }
  .lots-strip .lot-thumbnail-placeholder {
    width: 63px;
    height: 62px; }
  .lots-strip .lot-thumbnail-placeholder {
    position: absolute; }

.lot-thumbnail-overlay-wrap:hover .watch-icon-wrap {
  opacity: 1.0; }

.lots.list-view .lot-v2 .details .lot-price-container {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 35px, #fff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 35px, #fff 100%); }

.lots.list-view .lot-v2:hover .details .lot-price-container {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f7f7f7 35px, #f7f7f7 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7f7f7 35px, #f7f7f7 100%); }

.lots.list-view .lot-v2:active .details .lot-price-container {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f7f7f7 35px, #f7f7f7 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7f7f7 35px, #f7f7f7 100%); }

.lot-thumbnail-placeholder {
  background-color: #EEEEEE; }
  .lot-thumbnail-placeholder.placeholder-image {
    background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/lot-thumbnail-placeholder.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center; }

.lots.list-view .lot {
  height: 144px;
  box-sizing: content-box;
  padding: 0px 0 0px 0;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-width: 1px 0 0;
  position: relative;
  /*.btn.watch-lot {
		width: 99px;
		height: 31px;
		background-image: url($webmodule-url + '/img/btn-watch-lot.png');
		background-size: 99px 31px;
	}
	&.has-bid {
		.description {
			width: 470px;
		}
	}*/ }
  .lots.list-view .lot .cover-thumbnail, .lots.list-view .lot .lot-thumbnail-placeholder {
    width: 144px;
    height: 144px; }
  .lots.list-view .lot .cover-thumbnail {
    position: absolute;
    top: 0;
    left: 0; }
  .lots.list-view .lot .actions {
    position: absolute;
    right: 0;
    bottom: 2px; }
  .lots.list-view .lot .details, .lots.list-view .lot .description {
    padding: 10px 10px; }
  .lots.list-view .lot .details {
    width: 230px;
    line-height: 1.3;
    box-sizing: border-box; }
    .lots.list-view .lot .details .lot-number {
      text-transform: uppercase;
      font-size: 26px;
      font-weight: 300;
      vertical-align: top;
      display: inline-block;
      margin-right: 7px;
      margin-top: -4px; }
    .lots.list-view .lot .details .title {
      font-size: 16px;
      color: #333;
      font-weight: 700;
      max-height: 40px;
      overflow: hidden; }
    .lots.list-view .lot .details .artist {
      font-size: 13px;
      line-height: 1.48;
      font-weight: 400;
      color: #333;
      text-transform: uppercase;
      margin-top: 4px;
      max-height: 36px; }
    .lots.list-view .lot .details .title-and-artist {
      max-height: 63px;
      margin-top: 3px;
      overflow: hidden; }
    .lots.list-view .lot .details .lot-price-container {
      margin-top: 5px;
      font-style: italic; }
    .lots.list-view .lot .details .dimensions {
      font-weight: 600;
      color: #999;
      font-style: italic;
      font-size: 14px;
      margin-top: 4px; }
  .lots.list-view .lot .description {
    width: 566px;
    padding-right: 0;
    box-sizing: border-box;
    height: 144px;
    position: relative; }
  .lots.list-view .lot .timer {
    right: 0;
    top: 10px; }

.lots.list-view .lot .text-field-wraps .field-value-wrap .more-indicator {
  top: 91px; }

.lots.list-view .lot .absentee-bid-box ~ .text-field-wraps .field-value-wrap .more-indicator {
  top: 56px; }

.lots.list-view .lot .lot-price-container ~ .text-field-wraps .field-value-wrap .more-indicator {
  top: 71px; }

.lots.list-view .lot .absentee-bid-box ~ .lot-price-container ~ .text-field-wraps .field-value-wrap .more-indicator {
  top: 36px; }

.absentee-bid-box:hover .bid-actions {
  opacity: 1.0; }

.absentee-bid-box, .spending-limit-box {
  position: relative;
  height: 31px;
  line-height: 31px;
  margin-bottom: 4px;
  min-width: 700px; }
  .absentee-bid-box > *, .spending-limit-box > * {
    position: relative; }
  .absentee-bid-box .bid-actions, .spending-limit-box .bid-actions {
    opacity: 0;
    -webkit-transition: 0.15s opacity;
    transition: 0.15s opacity;
    border-left: 1px solid #ddd;
    margin-left: 8px; }
    .absentee-bid-box .bid-actions > *, .spending-limit-box .bid-actions > * {
      margin-left: 8px; }
  .absentee-bid-box .place-bid-button-wrap, .absentee-bid-box .btn.place-bid, .absentee-bid-box .timed-lot-details, .absentee-bid-box .timed-lot-details > *, .absentee-bid-box .confirmed-status, .absentee-bid-box .group-label, .absentee-bid-box .bid-actions, .absentee-bid-box .bid-actions > *, .absentee-bid-box > *, .absentee-bid-box .static-status, .absentee-bid-box .static-status .btn, .absentee-bid-box .my-bid, .absentee-bid-box .outbid-notice, .absentee-bid-box .max-bid-amount-container, .spending-limit-box .place-bid-button-wrap, .spending-limit-box .btn.place-bid, .spending-limit-box .timed-lot-details, .spending-limit-box .timed-lot-details > *, .spending-limit-box .confirmed-status, .spending-limit-box .group-label, .spending-limit-box .bid-actions, .spending-limit-box .bid-actions > *, .spending-limit-box > *, .spending-limit-box .static-status, .spending-limit-box .static-status .btn, .spending-limit-box .my-bid, .spending-limit-box .outbid-notice, .spending-limit-box .max-bid-amount-container {
    vertical-align: top;
    display: inline-block; }
  .absentee-bid-box .outbid-notice, .spending-limit-box .outbid-notice {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    line-height: 31px; }
    .absentee-bid-box .outbid-notice, .absentee-bid-box .outbid-notice .bid-amount, .spending-limit-box .outbid-notice, .spending-limit-box .outbid-notice .bid-amount {
      color: #333 !important; }
  .absentee-bid-box .current-bid-box .current-bid-title, .absentee-bid-box .current-bid-box .bid-amount, .absentee-bid-box .current-bid-box .group-label, .spending-limit-box .current-bid-box .current-bid-title, .spending-limit-box .current-bid-box .bid-amount, .spending-limit-box .current-bid-box .group-label {
    color: #eb5e28; }
  .absentee-bid-box .current-bid-box .bid-amount, .spending-limit-box .current-bid-box .bid-amount {
    font-weight: 700;
    position: relative; }
    .absentee-bid-box .current-bid-box .bid-amount:hover .popover, .spending-limit-box .current-bid-box .bid-amount:hover .popover {
      display: block; }
    .absentee-bid-box .current-bid-box .bid-amount .popover, .spending-limit-box .current-bid-box .bid-amount .popover {
      bottom: 40px;
      top: auto;
      margin-left: 57%;
      width: 400px;
      max-width: 400px;
      left: -200px;
      font-size: 14px; }
  .absentee-bid-box .current-bid-box .bid-amount ~ .group-label, .spending-limit-box .current-bid-box .bid-amount ~ .group-label {
    margin-left: 8px; }
  .absentee-bid-box .current-bid-box .group-label, .spending-limit-box .current-bid-box .group-label {
    font-weight: 700;
    color: #762e58;
    background-color: rgba(118, 46, 88, 0.1);
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase; }
  .absentee-bid-box .current-bid-box .group-label.live-bid, .spending-limit-box .current-bid-box .group-label.live-bid {
    /*background-color: $red-dark;*/ }
  .absentee-bid-box .current-bid-box .confirmed-status, .spending-limit-box .current-bid-box .confirmed-status {
    margin-left: 8px;
    font-weight: 700;
    font-size: 13px;
    color: #f1553c; }
  .absentee-bid-box .current-bid-box .confirmed-status.submitted, .spending-limit-box .current-bid-box .confirmed-status.submitted {
    color: #2e9493; }
  .absentee-bid-box.outbid .current-bid-box .current-bid-title, .absentee-bid-box.outbid .current-bid-box .bid-amount, .spending-limit-box.outbid .current-bid-box .current-bid-title, .spending-limit-box.outbid .current-bid-box .bid-amount {
    color: #333; }
  .absentee-bid-box .current-bid-title, .absentee-bid-box .minimum-bid-title, .absentee-bid-box .winning-bid-title, .absentee-bid-box .current-bid-box .bid-amount, .absentee-bid-box .winning-bid-box .bid-amount, .absentee-bid-box .confirm-delete-label, .absentee-bid-box .outbid-notice, .absentee-bid-box .max-bid-amount-container, .spending-limit-box .current-bid-title, .spending-limit-box .minimum-bid-title, .spending-limit-box .winning-bid-title, .spending-limit-box .current-bid-box .bid-amount, .spending-limit-box .winning-bid-box .bid-amount, .spending-limit-box .confirm-delete-label, .spending-limit-box .outbid-notice, .spending-limit-box .max-bid-amount-container {
    font-size: 21px; }
  .absentee-bid-box .current-bid-title, .absentee-bid-box .minimum-bid-title, .absentee-bid-box .winning-bid-title, .absentee-bid-box .confirm-delete-label, .spending-limit-box .current-bid-title, .spending-limit-box .minimum-bid-title, .spending-limit-box .winning-bid-title, .spending-limit-box .confirm-delete-label {
    font-weight: 500; }
  .absentee-bid-box .current-bid-title.timed, .absentee-bid-box .current-bid-amount, .spending-limit-box .current-bid-title.timed, .spending-limit-box .current-bid-amount {
    font-weight: 700;
    line-height: 31px; }
  .absentee-bid-box .btn.place-bid + .timed-lot-details, .spending-limit-box .btn.place-bid + .timed-lot-details {
    margin-left: 10px; }
  .absentee-bid-box .confirm-delete-bid-box .bid-actions, .spending-limit-box .confirm-delete-bid-box .bid-actions {
    border-left: none;
    margin-left: 0; }
    .absentee-bid-box .confirm-delete-bid-box .bid-actions .btn, .spending-limit-box .confirm-delete-bid-box .bid-actions .btn {
      padding-left: 10px;
      padding-right: 10px; }
  .absentee-bid-box .confirm-delete-label, .spending-limit-box .confirm-delete-label {
    font-weight: 700;
    color: #eb5e28; }
  .absentee-bid-box .bid-amount, .spending-limit-box .bid-amount {
    font-weight: 700; }
  .absentee-bid-box .max-bid-amount-container, .spending-limit-box .max-bid-amount-container {
    color: #762e58; }
    .absentee-bid-box .max-bid-amount-container, .absentee-bid-box .max-bid-amount-container .bid-amount, .spending-limit-box .max-bid-amount-container, .spending-limit-box .max-bid-amount-container .bid-amount {
      font-weight: normal; }
  .absentee-bid-box .minimum-bid .bid-amount, .spending-limit-box .minimum-bid .bid-amount {
    color: #333; }
  .absentee-bid-box .my-bid.winning .current-bid-title.timed, .absentee-bid-box .my-bid.winning .current-bid-amount, .absentee-bid-box .my-bid.winning .max-bid-amount-container, .absentee-bid-box .my-bid.winning .max-bid-amount-container .bid-amount, .spending-limit-box .my-bid.winning .current-bid-title.timed, .spending-limit-box .my-bid.winning .current-bid-amount, .spending-limit-box .my-bid.winning .max-bid-amount-container, .spending-limit-box .my-bid.winning .max-bid-amount-container .bid-amount {
    color: #2e9493; }
  .absentee-bid-box .current-bid-title, .absentee-bid-box .winning-bid-title, .absentee-bid-box .current-bid-box .bid-amount, .absentee-bid-box .current-bid-actions, .absentee-bid-box .confirm-delete-label, .spending-limit-box .current-bid-title, .spending-limit-box .winning-bid-title, .spending-limit-box .current-bid-box .bid-amount, .spending-limit-box .current-bid-actions, .spending-limit-box .confirm-delete-label {
    display: inline-block;
    vertical-align: top; }
  .absentee-bid-box .static-status.won, .absentee-bid-box .static-status.subject_to, .spending-limit-box .static-status.won, .spending-limit-box .static-status.subject_to {
    color: #2e9493; }
  .absentee-bid-box .static-status, .spending-limit-box .static-status {
    font-size: 21px;
    font-weight: 400; }
  .absentee-bid-box .static-status + .static-status, .absentee-bid-box .static-status + .my-bid, .absentee-bid-box .static-status ~ .place-bid-button-wrap, .spending-limit-box .static-status + .static-status, .spending-limit-box .static-status + .my-bid, .spending-limit-box .static-status ~ .place-bid-button-wrap {
    border-left: 1px solid #ddd;
    margin-left: 8px;
    padding-left: 8px; }
  .absentee-bid-box .static-status .status-title, .spending-limit-box .static-status .status-title {
    font-weight: 300;
    text-transform: uppercase; }
  .absentee-bid-box .static-status.lost .status-title, .absentee-bid-box .static-status.won .status-title, .absentee-bid-box .static-status.now .status-title, .absentee-bid-box .static-status.subject-title .status-title, .spending-limit-box .static-status.lost .status-title, .spending-limit-box .static-status.won .status-title, .spending-limit-box .static-status.now .status-title, .spending-limit-box .static-status.subject-title .status-title {
    font-weight: 600;
    text-transform: uppercase; }
  .absentee-bid-box .static-status.lost + .static-status.sold, .spending-limit-box .static-status.lost + .static-status.sold {
    font-size: 15px; }
  .absentee-bid-box .static-status.won.status-details .status-title, .spending-limit-box .static-status.won.status-details .status-title {
    font-weight: normal;
    text-transform: none; }
  .absentee-bid-box .static-status.won + .my-bid, .spending-limit-box .static-status.won + .my-bid {
    border-left: 0;
    padding-left: 0; }
  .absentee-bid-box .static-status.now, .spending-limit-box .static-status.now {
    color: #f1553c; }
  .absentee-bid-box .move-to-group-box .group, .absentee-bid-box .group-label, .spending-limit-box .move-to-group-box .group, .spending-limit-box .group-label {
    background-color: #989898; }
  .absentee-bid-box .move-to-group-box .group-quantity, .absentee-bid-box .group-quantity-label, .spending-limit-box .move-to-group-box .group-quantity, .spending-limit-box .group-quantity-label {
    background-color: #cacaca; }
  .absentee-bid-box .inner-place-bid-box, .spending-limit-box .inner-place-bid-box {
    display: flex;
    align-items: center; }
    .absentee-bid-box .inner-place-bid-box .input-actions, .spending-limit-box .inner-place-bid-box .input-actions {
      display: flex !important;
      align-items: center; }
  .absentee-bid-box .place-bid-box, .spending-limit-box .place-bid-box {
    width: 100%; }
    .absentee-bid-box .place-bid-box .move-to-group-box, .spending-limit-box .place-bid-box .move-to-group-box {
      display: inline-block;
      vertical-align: top;
      /*select::before {
				position: absolute;
				content: "";
				width: 7px;
				height: 100%;
				top: 0;
				right: 0;
			}*/ }
      .absentee-bid-box .place-bid-box .move-to-group-box select, .spending-limit-box .place-bid-box .move-to-group-box select {
        box-shadow: none;
        -webkit-box-shadow: none;
        border: 0;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        line-height: 31px;
        height: 31px;
        padding: 0 20px 0 8px;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        background-image: url("/img/arrow-dropdown.png");
        background-repeat: no-repeat;
        background-size: 7px auto;
        background-position: calc(100% - 10px) center;
        width: auto; }
      .absentee-bid-box .place-bid-box .move-to-group-box select.group-quantity, .spending-limit-box .place-bid-box .move-to-group-box select.group-quantity {
        text-transform: initial; }
      .absentee-bid-box .place-bid-box .move-to-group-box select, .spending-limit-box .place-bid-box .move-to-group-box select {
        border-radius: 0; }
      .absentee-bid-box .place-bid-box .move-to-group-box select + select, .spending-limit-box .place-bid-box .move-to-group-box select + select {
        margin-left: 0; }
    .absentee-bid-box .place-bid-box .input-group, .spending-limit-box .place-bid-box .input-group {
      width: 166px;
      float: left; }
      .absentee-bid-box .place-bid-box .input-group > .input-group-addon, .absentee-bid-box .place-bid-box .input-group > input, .spending-limit-box .place-bid-box .input-group > .input-group-addon, .spending-limit-box .place-bid-box .input-group > input {
        height: 31px;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 0; }
      .absentee-bid-box .place-bid-box .input-group > .input-group-addon, .spending-limit-box .place-bid-box .input-group > .input-group-addon {
        line-height: 31px;
        border-radius: 0; }
    .absentee-bid-box .place-bid-box .bid-amount-input, .spending-limit-box .place-bid-box .bid-amount-input {
      width: 90px;
      padding-left: 6px;
      padding-right: 6px; }
    .absentee-bid-box .place-bid-box .input-actions, .absentee-bid-box .place-bid-box .input-actions button, .spending-limit-box .place-bid-box .input-actions, .spending-limit-box .place-bid-box .input-actions button {
      vertical-align: top;
      display: inline-block; }
    .absentee-bid-box .place-bid-box .input-actions button + button, .spending-limit-box .place-bid-box .input-actions button + button {
      margin-left: 2px; }
    .absentee-bid-box .place-bid-box .input-actions button.trash, .spending-limit-box .place-bid-box .input-actions button.trash {
      margin-left: 13px; }
      .absentee-bid-box .place-bid-box .input-actions button.trash::after, .spending-limit-box .place-bid-box .input-actions button.trash::after {
        position: absolute;
        content: "";
        border-left: 1px solid #ddd;
        left: -8px;
        width: 1px;
        top: 0;
        bottom: 0; }
  .absentee-bid-box .place-bid-box input.bid-amount, .absentee-bid-box .place-bid-box input.amount, .spending-limit-box .place-bid-box input.bid-amount, .spending-limit-box .place-bid-box input.amount {
    padding-left: 17px; }
  .absentee-bid-box .place-bid-box .currency-sign, .spending-limit-box .place-bid-box .currency-sign {
    position: absolute;
    z-index: 3;
    top: 7px;
    left: 53px;
    font-size: 14px; }
  .absentee-bid-box .move-to-group-box select, .spending-limit-box .move-to-group-box select {
    margin-left: 8px;
    width: 120px;
    height: 31px;
    line-height: 31px;
    vertical-align: top; }
  .absentee-bid-box .place-bid-box input.bid-amount, .spending-limit-box .place-bid-box input.bid-amount {
    padding-left: 6px;
    padding-right: 6px; }
  .absentee-bid-box .input-actions, .spending-limit-box .input-actions {
    position: relative;
    margin-left: 8px;
    height: 31px; }
    .absentee-bid-box .input-actions.icon-bid-inputs, .spending-limit-box .input-actions.icon-bid-inputs {
      padding-left: 8px;
      padding-top: 2px;
      border-left: 1px solid #ddd; }
  .absentee-bid-box .input-actions a, .spending-limit-box .input-actions a {
    color: #999;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer; }
  .absentee-bid-box .input-actions .remove, .absentee-bid-box .input-actions a, .spending-limit-box .input-actions .remove, .spending-limit-box .input-actions a {
    margin-left: 8px; }

.spending-limit-box {
  display: inline-block;
  vertical-align: top;
  width: 490px;
  min-width: 0; }
  .spending-limit-box .btn {
    vertical-align: top; }
  .spending-limit-box .confirm-edit-mode {
    font-size: 14px; }
  .spending-limit-box .spending-limit-input-label {
    font-weight: bold;
    color: #762e58;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    line-height: 31px;
    font-size: 13px;
    float: left;
    margin-right: 5px; }
  .spending-limit-box .spending-limit-actions, .spending-limit-box .confirm-edit-mode {
    display: inline-block;
    vertical-align: top; }
    .spending-limit-box .spending-limit-actions .btn.confirm, .spending-limit-box .confirm-edit-mode .btn.confirm {
      margin-left: 10px; }
    .spending-limit-box .spending-limit-actions a, .spending-limit-box .confirm-edit-mode a {
      color: #666666;
      margin-left: 10px;
      line-height: 31px;
      cursor: pointer;
      font-size: 14px; }
  .spending-limit-box .spending-limit-text {
    font-weight: 700;
    font-size: 13px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    background-color: #b9121a;
    color: white;
    padding: 0 9px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
    .spending-limit-box .spending-limit-text.no-spending-limit {
      background-color: #999;
      color: white; }
  .spending-limit-box > * {
    width: 400px; }

/*.absentee-bid-box.type-lot-detail {
	vertical-align: top;
	min-height: 40px;
	width: auto;
	display: block;
	text-align: left;

	.current-bid-box {
		padding-top: 0;
		.current-bid-title, .bid-amount {
			display: inline-block;
			vertical-align: top;
			font-size: 24px;
		}
		.bid-amount {
			font-weight: 700;
		}
		.current-bid-actions {
			display: inline-block;
			vertical-align: top;
			margin-top: 3px;
			margin-left: 10px;
		}
	}
	.place-bid-box {
		width: 400px;
	}
	.input-actions, .input-group {
		float: left;
	}
	.place-bid-box, .btn.place-bid {
		top: 0;
		margin-top: 0;
	}
	.btn.place-bid {
		width: 200px;
	}
	.place-bid-box .bid-amount {
		width: 80px;
	}
	.place-bid-box .input-group {
		width: 156px;
	}
	.input-actions, .place-bid-box {
		display: inline-block;
		vertical-align: top;
	}
	.input-actions {
		margin-top: 4px;
		> * {
			vertical-align: top;
			display: inline-block;
		}
		margin-left: 3px;
		.remove, .view-bid-sheet, .separator {
			float: none;
			position: static;
			margin-left: 7px;
			line-height: 28px;
		}
	}
}*/
.my-bid-vertical .amount {
  font-weight: bold;
  font-size: 16px; }

.my-bid-vertical .group-detail {
  position: relative;
  z-index: 300; }

.live-sale-page .absentee-bid-box {
  margin-top: 7px;
  min-height: 0; }
  .live-sale-page .absentee-bid-box .btn.place-bid {
    width: 230px; }
  .live-sale-page .absentee-bid-box .input-actions.links {
    clear: both;
    margin-left: 0;
    margin-top: 0; }
    .live-sale-page .absentee-bid-box .input-actions.links :first-child {
      margin-left: 0; }
  .live-sale-page .absentee-bid-box .current-bid-box .current-bid-actions {
    display: block;
    margin-left: 0; }

.live-sale-page .absentee-bid-box.is-absentee-biddable {
  height: 65px; }

.lots-page .lots .lot, .bid-sheet-page .lots .lot {
  font-size: 14px; }

.lot-price-container {
  font-size: 14px;
  /*.estimate .range, .sold-price .sold-label, .sold-price .price {
		font-weight: 500;
		font-size: 14px;
	}*/ }
  .lot-price-container .starting-price, .lot-price-container .estimate {
    display: inline-block;
    vertical-align: top;
    color: #999; }
  .lot-price-container .estimate .range-wrapper {
    display: inline-block;
    padding-right: 5px; }
  .lot-price-container .estimate .bid-count {
    float: right; }
  .lot-price-container .reserve {
    color: #666666;
    display: inline-block;
    vertical-align: top;
    font-weight: 700; }
  .lot-price-container .reserve ~ .estimate::before {
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 5px;
    content: " "; }
  .lot-price-container .starting-price {
    font-weight: 600;
    margin-right: 5px; }
  .lot-price-container .starting-price::after {
    content: "·"; }
  .lot-price-container .estimate {
    font-weight: 400;
    font-style: italic; }
  .lot-price-container .estimate-label, .lot-price-container .ranges {
    display: inline-block;
    vertical-align: top; }

.live-sale-page .lot-detail .lot-price-container {
  margin-top: 13px; }

.lots-page .lots.list-view .lot:hover, .lots .lot:hover .more-indicator, .bid-sheet-page .lots .lot:hover, .live-sale-page .lot-items .list-view .lot-item:hover, .lots-page .lots.list-view .lot-v2:hover, .lots .lot-v2:hover .more-indicator, .bid-sheet-page .lots .lot-v2:hover {
  background-color: #f7f7f7 !important; }

.lots-page .lots.list-view .lot:active, .lots .lot:active .more-indicator, .bid-sheet-page .lots .lot:active, .live-sale-page .lot-items .list-view .lot-item:active, .lots-page .lots.list-view .lot-v2:active, .lots .lot-v2:active .more-indicator, .bid-sheet-page .lots .lot-v2:active {
  background-color: #f7f7f7 !important; }

/*.lots-page .lots.list-view .lot.active, .bid-sheet-page .lots .lot.active, .live-sale-page .lot-items .list-view .lot-item.active {
	background-color: lighten($primary-color-medium, 39%);
}*/
.lots-page .lots.list-view .lot, .bid-sheet-page .lots .lot, .live-sale-page .lot-items .lot-item, .lots-page .lots.list-view .lot-v2, .bid-sheet-page .lots .lot-v2 {
  cursor: pointer; }

.bid-sheet-page .lots .lot .place-bid-box, .bid-sheet-page .lots .lot-v2 .place-bid-box {
  cursor: default; }

.lots-page .lots.grid-view .lot {
  display: inline-block;
  width: 16.66%;
  margin-bottom: 3px;
  vertical-align: top;
  padding-left: 3px; }
  .lots-page .lots.grid-view .lot .cover-thumbnail, .lots-page .lots.grid-view .lot .lot-thumbnail-placeholder {
    width: 100%;
    height: auto; }
  .lots-page .lots.grid-view .lot .lot-thumbnail-placeholder {
    padding-top: 100%; }
  .lots-page .lots.grid-view .lot .cover-thumbnail {
    position: absolute; }

.feature-coreLotListExpandedGridViewOnly .timer {
  color: #762e58;
  font-style: italic;
  position: absolute;
  top: 12px;
  right: 10px; }

.lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot {
  display: inline-block;
  width: 30.33%;
  padding-left: 0px;
  margin-top: 3%;
  vertical-align: top;
  margin-left: 3%;
  border: 2px solid #ececec;
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 480px), only screen and (max-width: 320px) {
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot {
      width: 90% !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px), only screen and (min-device-width: 320px) and (max-device-width: 568px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .my-bid-mobile-edit-inputs {
      display: none !important; } }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .lot-time-left {
    font-size: 12px; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .block-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    opacity: 0; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .place-bid-button-wrap,
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap,
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .field-value-wrap a,
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .inner-place-bid-box,
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .bid-actions,
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .current-bid-box,
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .bid-live-btn,
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .btn {
    position: relative;
    z-index: 210; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .inner-place-bid-box.bid-suggestions-open {
    z-index: 1002; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .cover-thumbnail, .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .lot-thumbnail-placeholder {
    width: 100%;
    height: auto; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .lot-thumbnail-placeholder {
    padding-top: 75%; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .cover-thumbnail {
    position: absolute;
    height: 100%;
    object-fit: contain; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .lot-details {
    padding: 9px 12px;
    position: relative; }
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .lot-details .lot-number, .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .lot-details .watch-icon-wrap {
      display: inline-block;
      vertical-align: top; }
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .lot-details .lot-number {
      font-weight: 400;
      font-size: 18px;
      text-transform: uppercase;
      color: #999; }
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .lot-details .title {
      font-size: 14px; }
      @media (min-width: 481px) {
        .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .lot-details .title {
          height: 40px;
          overflow: hidden; } }
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .lot-details .cottone-my-bid-vertical {
      margin-top: 5px; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap {
    overflow: hidden;
    max-width: 0;
    -webkit-transition: 200ms cubic-bezier(0.25, 0.1, 0.25, 1) max-width;
    -moz-transition: 200ms cubic-bezier(0.25, 0.1, 0.25, 1) max-width;
    transition: 200ms cubic-bezier(0.25, 0.1, 0.25, 1) max-width; }
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap.always-visible {
      max-width: 100px; }
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap.watched {
      max-width: 100px;
      height: 21px; }
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap .watch-icon {
      margin-left: 5px;
      margin-right: -3px;
      line-height: 21px;
      width: 25px;
      font-size: 16px;
      position: relative;
      font-family: FontAwesome; }
      .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap .watch-icon::after {
        content: "";
        position: absolute;
        top: -13px;
        left: 0px; }
      .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap .watch-icon.watched::after {
        content: "";
        position: absolute;
        top: -13px;
        left: 0px; }
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap .watch-icon {
      color: #ccc;
      text-align: center; }
      .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap .watch-icon:hover {
        color: #999; }
      .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap .watch-icon:active {
        -webkit-transform: scale(0.95, 0.95);
        transform: scale(0.95, 0.95); }
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap.watched .watch-icon {
      color: #762e58; }
      .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap.watched .watch-icon:hover {
        color: #c52b85; }
      .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap.watched .watch-icon:active {
        color: #762e58; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot:hover .watch-icon-wrap {
    max-width: 100px; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .desktop-my-bid-wrapper {
    margin-top: 10px; }

#mobileDisclaimer {
  text-align: center;
  font-weight: 600; }
  #mobileDisclaimer .optimized {
    font-size: 25px;
    color: #333;
    padding-top: 20px; }
  #mobileDisclaimer .download {
    font-size: 21px;
    color: #666;
    margin-top: -8px; }
  #mobileDisclaimer .download-app-buttons {
    padding-top: 17px;
    padding-bottom: 20px; }
    #mobileDisclaimer .download-app-buttons .download-app {
      width: 120px; }
      #mobileDisclaimer .download-app-buttons .download-app.android {
        height: 35.55px; }
  #mobileDisclaimer a {
    color: #00c6ff;
    font-size: 19px;
    font-weight: 500; }

@media (min-width: 992px) and (max-width: 1199px) {
  .lots-page .filters-column + .lots-column .lots.grid-view:not(.feature-coreLotListExpandedGridViewOnly) .lot {
    width: 25%; } }

.lots-page .lots.grid-view .lot {
  width: 14.28%; }

.lots-page .filters-column + .lots-column .lots.grid-view:not(.feature-coreLotListExpandedGridViewOnly) .lot {
  width: 20%; }

.two-columns-container {
  max-width: 970px;
  width: 100%;
  margin: 0 auto; }

.lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot {
  width: 47%;
  margin-left: 3%; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot.highlight-lot {
    border: 3px solid #000; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .mobile-my-bid-wrapper {
    padding: 0px 0 10px 11px; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .highlight-header-text {
    text-align: center;
    padding: 10px;
    font-weight: 600;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    left: 0;
    word-break: break-word;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    max-height: 100%; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .timer {
    float: right; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .estimate {
    padding: 9px 12px 0px;
    width: 100%; }
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .estimate .new-starting-price {
      font-style: normal; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .title {
    height: auto;
    overflow: inherit;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .lot-inner-container {
    position: relative; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .desktop-my-bid-wrapper {
    padding: 0 12px 9px;
    margin-top: 0;
    height: 100%; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .lot-details {
    padding: 0; }
  @media (min-width: 481px) {
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .my-bid-vertical:not(.realestate) {
      min-height: auto;
      height: 100%; } }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .desktop-my-bid-wrapper .my-bid-vertical .lot-price-container + div.row {
    min-height: 40px; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .desktop-my-bid-wrapper .my-bid-vertical .bid-area {
    margin-top: 0; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .desktop-my-bid-wrapper .my-bid-vertical .row:last-child {
    flex-grow: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    min-height: 40px; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .show-more {
    padding-left: 12px; }
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .show-more a {
      text-decoration: none; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .lot-inner {
    position: relative;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 300px;
    width: 100%;
    overflow: hidden;
    padding: 9px 12px 0; }
    .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .lot-inner.read-more-content {
      height: auto;
      overflow: auto;
      background: rgba(255, 255, 255, 0.4); }
      .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .lot-inner.read-more-content .title {
        display: block; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .starting-estimate-grid-live .lot-price-container {
    padding-left: 12px; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot .starting-estimate-grid-live .estimate {
    padding: 0;
    width: auto; }

@media (max-width: 991px) {
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly.TwoColumns .lot {
    width: 47%;
    margin-left: 2%; }
  body.is-fully-responsive .realestate-list-toolbar > .align-left {
    flex: auto; }
  body.is-fully-responsive .realestate-list-toolbar .filters, body.is-fully-responsive .realestate-list-toolbar .property-type-container, body.is-fully-responsive .realestate-list-toolbar .lot-type-container {
    display: block; }
    body.is-fully-responsive .realestate-list-toolbar .filters .filter-item .dropdown-toggle, body.is-fully-responsive .realestate-list-toolbar .property-type-container .filter-item .dropdown-toggle, body.is-fully-responsive .realestate-list-toolbar .lot-type-container .filter-item .dropdown-toggle {
      padding-left: 0;
      height: auto; }
      body.is-fully-responsive .realestate-list-toolbar .filters .filter-item .dropdown-toggle .btn-label, body.is-fully-responsive .realestate-list-toolbar .property-type-container .filter-item .dropdown-toggle .btn-label, body.is-fully-responsive .realestate-list-toolbar .lot-type-container .filter-item .dropdown-toggle .btn-label {
        white-space: normal;
        text-align: left; }
  body.is-fully-responsive .realestate-list-toolbar .view-mode-container {
    display: flex;
    justify-content: flex-end; }
    body.is-fully-responsive .realestate-list-toolbar .view-mode-container .btn-custom.view-mode {
      padding-right: 0; }
  body.is-fully-responsive .register-box, body.is-fully-responsive .forgot-password-box, body.is-fully-responsive .reset-password-box {
    width: auto;
    max-width: 395px; } }

.description-wrap.changelog {
  margin-bottom: 15px; }
  .description-wrap.changelog .description-label {
    color: #b9121a; }

.documents-v2 .document {
  line-height: 22px;
  margin-top: 3px; }

.documents-v2 .document-group-header {
  font-weight: bold;
  font-size: 17px; }

.documents-v2 .document + .document-group-header, .documents-v2 .document-group-header + .document-group-header {
  margin-top: 15px; }

.documents-v2 .document-icon, .documents-v2 .document-name, .documents-v2 .document-download-link {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px; }

.documents-v2 .document-icon {
  width: 22px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  color: white;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 9px;
  text-align: center;
  font-weight: bold; }
  .documents-v2 .document-icon, .documents-v2 .document-icon.pdf {
    background-color: #b9121a; }
  .documents-v2 .document-icon.jpg {
    background-color: #ffa200; }
  .documents-v2 .document-icon.xls {
    background-color: #007608; }
  .documents-v2 .document-icon.doc {
    background-color: #155b98; }

.documents-v2 .document-download-link {
  margin-left: 10px;
  color: #999;
  text-decoration: underline; }

.lot-page .my-bid:not(.bidders-choice) .bid-area {
  display: block; }

.lot-page .lot-header .title {
  font-size: 26px;
  padding-top: 10px;
  text-transform: none; }

.lot-page .lot-header .subtitle {
  padding-bottom: 0;
  min-height: 7px;
  margin-top: 1px;
  margin-bottom: 7px;
  text-transform: none; }
  .lot-page .lot-header .subtitle .lot-title {
    font-size: 26px;
    font-weight: 300; }

.lot-page .lot-header .lot-number {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle; }

.lot-page .lot-header .auction-title {
  padding-bottom: 10px; }

.lot-page .lot-header .artist {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 0; }

.lot-page .lot-header .artist .name {
  font-size: 20px;
  font-style: italic;
  color: #666666;
  margin-top: -5px; }

.lot-page .lot-header .artist .name, .lot-page .lot-header .artist .btn {
  display: inline-block;
  vertical-align: middle; }

.lot-page .lot-header .artist .btn {
  height: 28px;
  padding: 0 11px;
  margin-top: -5px;
  margin-left: 6px;
  font-style: normal; }

.lot-page .lot-header .artist + .artist {
  margin-left: 25px; }

.lot-page .lot-header .auction-title {
  font-weight: 300;
  font-size: 15px;
  display: block; }

.lot-page .lot-header .actions {
  float: right; }
  .lot-page .lot-header .actions .btn + .btn {
    margin-left: 7px; }

.lot-page .left-column, .lot-page .right-column {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px; }

.lot-page .left-column {
  width: 430px; }

.lot-page .main-image-wrap {
  width: 430px;
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 991px) {
    .lot-page .main-image-wrap {
      margin-bottom: 5px; } }
  .lot-page .main-image-wrap .image-disclaimer {
    margin-top: 15px;
    font-size: 13px; }
  .lot-page .main-image-wrap .lot-time-overlay {
    top: 0;
    position: absolute;
    width: 430px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0px;
    background-color: rgba(185, 18, 26, 0.8); }

.lot-page .main-image,
.lot-page .lot-thumbnail-placeholder {
  width: 430px;
  height: 430px;
  box-shadow: 0px 1px 3px 0px #dad9d7; }

.lot-page .auction-title, .lot-page .timed-auction-info {
  font-size: 13px; }

.lot-page .auction-title {
  margin: 2px 0;
  display: block; }

.lot-page .right-column {
  width: 510px;
  min-height: 430px;
  position: relative; }

.lot-page .current-bid-label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px; }

.lot-page .details {
  margin-left: 24px; }
  .lot-page .details .auction-type.timed-auction {
    background-image: url("/img/icon-clock.png");
    background-repeat: no-repeat;
    background-size: 16px; }
  .lot-page .details .auction-type.live-auction {
    background-image: url("/img/icon-hammer.png");
    background-repeat: no-repeat;
    background-size: 16px; }
  .lot-page .details .auction-type {
    padding-left: 18px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; }
    .lot-page .details .auction-type .auction-time-left {
      color: #b9121a; }
  .lot-page .details .text-details {
    margin-top: 15px;
    border-top: 1px solid #eee; }
  .lot-page .details .description-wrap {
    margin-top: 5px; }
  .lot-page .details .description-wrap.artist {
    position: relative; }
    .lot-page .details .description-wrap.artist .artist {
      /*color: $text-color-default;*/ }
    .lot-page .details .description-wrap.artist .watch-artist, .lot-page .details .description-wrap.artist .watched-artist {
      float: right;
      margin-top: 4px; }
  .lot-page .details .description-label {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase; }
  .lot-page .details .description {
    font-size: 13px; }

.lot-page .images {
  display: inline-block; }

.lot-page .images img {
  border: 1px solid #717171;
  opacity: 0.4;
  width: 58px;
  height: 58px;
  margin-left: 4px;
  margin-top: 4px;
  cursor: pointer;
  transition: opacity 0.2s; }

.lot-page .three-container {
  position: relative;
  width: auto;
  display: inline-block;
  margin-left: -2px; }
  .lot-page .three-container img {
    margin-right: 0; }
  .lot-page .three-container .share-file {
    display: none;
    position: absolute;
    top: 5px;
    z-index: 9;
    right: 2px;
    width: 15px;
    height: 15px;
    background: rgba(249, 249, 249, 0.7); }
    .lot-page .three-container .share-file .three-img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      margin: 0; }
  .lot-page .three-container .three-inner-container {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 50%;
    width: 100%;
    height: 25px;
    transform: translateX(-50%);
    background: rgba(249, 249, 249, 0.7); }
    .lot-page .three-container .three-inner-container .three-img {
      width: 100% !important;
      height: 100% !important;
      border: none;
      margin: 0; }
  .lot-page .three-container:hover .share-file {
    display: block; }

.lot-page .images img:hover {
  opacity: 1.0; }

.lot-page .images img:nth-child(7n+1) {
  margin-left: 0; }

.lot-page .images img.active {
  opacity: 1.0; }

.highlight-feature .main-image,
.highlight-feature .lot-thumbnail-placeholder {
  border: 3px solid #000; }

.highlight-feature .image-highlight-header-text {
  text-align: center;
  padding: 10px;
  font-weight: 600;
  position: absolute;
  top: 3px;
  width: calc(100% - 6px);
  z-index: 10;
  left: 3px;
  word-break: break-word;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  max-height: 100%;
  color: #000; }

.highlight-feature .lot-time-overlay + .image-highlight-header-text {
  top: 32px; }

#lot-nda .modal-header .actions {
  text-align: right; }

.auctions-page .timed-then-live-bidding-begins {
  color: inherit; }

.auctions-page .filters-container {
  background: none;
  border-bottom: none;
  padding-left: 0px;
  display: inline; }
  .auctions-page .filters-container .pages-wrap label {
    display: inline;
    line-height: 2.5; }
  .auctions-page .filters-container .filter-item {
    line-height: 2.2; }

.auctions-page .show-filter .filter-label, .auctions-page .show-filter .btn-group {
  display: inline-block;
  vertical-align: top; }

.auctions-page .show-filter .filter-label {
  line-height: 31px;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px; }

.auctions-page .show-filter .btn-group {
  height: 31px; }
  .auctions-page .show-filter .btn-group button {
    line-height: 29px;
    height: 31px;
    padding-top: 0;
    padding-bottom: 0; }

.auctions-page .auctions {
  margin: 21px 0; }

.auctions-page .auction {
  min-height: 250px; }
  .auctions-page .auction .cover-thumbnail-wrap .cover-thumbnail {
    width: 100% !important;
    height: 250px !important;
    background-size: 100% !important;
    background-repeat: no-repeat; }
  .auctions-page .auction.past, .auctions-page .auction.past .cover-thumbnail-wrap .cover-thumbnail {
    height: auto !important;
    min-height: 167px; }
  .auctions-page .auction .past, .auctions-page .auction.past .cover-thumbnail-wrap .cover-thumbnail.disable-crop-auction-image {
    height: auto !important;
    min-height: 250px; }
  .auctions-page .auction .title {
    font-weight: 300;
    font-size: 26px; }
  .auctions-page .auction .subtitle {
    /*padding: 3px 0;
			line-height: 24px;*/
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300; }
    .auctions-page .auction .subtitle span + span::before {
      content: " • "; }
  .auctions-page .auction .live-now-label, .auctions-page .auction .number-of-lots, .auctions-page .auction .start-date, .auctions-page .auction .total-sold-value {
    display: inline-block;
    vertical-align: top; }
  .auctions-page .auction .live-now-label {
    text-transform: uppercase;
    background-color: #b9121a;
    border-radius: 5px;
    font-weight: 500;
    color: white;
    padding: 0 7px;
    margin-right: 20px;
    font-size: 15px; }
  .auctions-page .auction .number-of-lots {
    font-weight: bold;
    font-size: 14px;
    margin-right: 20px; }
  .auctions-page .auction .start-date {
    font-size: 14px;
    color: #666666; }
  .auctions-page .auction .start-date::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    left: 0;
    margin-top: 3px;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    background-image: url("/img/icon-calendar.png");
    background-repeat: no-repeat;
    background-size: 100%; }
  .auctions-page .auction .total-sold-value {
    margin-left: 20px;
    font-size: 14px;
    color: #762e58;
    font-weight: bold; }
  .auctions-page .auction .description-label {
    margin-top: 9px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; }
  .auctions-page .auction .description {
    font-size: 13px;
    margin-bottom: 20px; }
  .auctions-page .auction .actions-and-notices {
    margin-top: 6px; }
    .auctions-page .auction .actions-and-notices .actions {
      /* position: absolute;
				bottom: -4px; */ }
  .auctions-page .auction .actions {
    margin-right: 10px;
    margin-bottom: 4px; }
  .auctions-page .auction .actions > .btn + .btn {
    margin-left: 5px; }
  .auctions-page .auction .auction-registration-notice {
    color: #b9121a;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    font-size: 13px; }
  .auctions-page .auction .actions .btn.bid-sheet {
    /*float: right;*/ }
  .auctions-page .auction .actions, .auctions-page .auction .bid-sheet-stats {
    display: inline-block;
    vertical-align: top; }
  .auctions-page .auction .bid-sheet-stats {
    line-height: 31px;
    font-size: 20px;
    margin-left: 10px;
    color: #762e58; }
    .auctions-page .auction .bid-sheet-stats .total-amount {
      font-weight: bold; }
    .auctions-page .auction .bid-sheet-stats .won, .auctions-page .auction .bid-sheet-stats .lost {
      display: inline-block;
      vertical-align: top;
      margin-left: 10px;
      border-left: 1px solid #eee;
      padding-left: 10px; }
    .auctions-page .auction .bid-sheet-stats .won {
      color: #2e9493; }
    .auctions-page .auction .bid-sheet-stats .lost {
      color: #b9121a; }
  .auctions-page .auction .cover-thumbnail-wrap, .auctions-page .auction .right-column {
    display: inline-block;
    vertical-align: top; }
  .auctions-page .auction .right-column {
    width: 100%;
    /* padding-left: 10px; */
    overflow: hidden;
    height: 100%;
    position: relative; }
  .auctions-page .auction .auction-type.timed-auction {
    background-image: url("/img/icon-clock.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0px 4px; }
  .auctions-page .auction .auction-type.live-auction {
    background-image: url("/img/icon-hammer.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0px 4px; }
  .auctions-page .auction .auction-type {
    border-top: 1px solid #ccc;
    border-width: 1px 0;
    line-height: 25px;
    padding-left: 20px;
    text-weight: 400;
    text-transform: uppercase;
    font-size: 12px; }
    .auctions-page .auction .auction-type .auction-approval-status {
      font-weight: 700;
      float: right; }
    .auctions-page .auction .auction-type .auction-approved {
      font-weight: 300;
      color: #333; }
      .auctions-page .auction .auction-type .auction-approved span {
        color: #2e9493;
        font-weight: 700; }
    .auctions-page .auction .auction-type .auction-pending {
      color: #000000; }
    .auctions-page .auction .auction-type .auction-declined {
      color: #b9121a; }
    .auctions-page .auction .auction-type .auction-not-registered {
      color: #454545; }
    .auctions-page .auction .auction-type .auction-sale-total {
      color: #c62031;
      font-size: 16px; }
  .auctions-page .auction .auction-row-header {
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding: 3px 0 6px; }
    .auctions-page .auction .auction-row-header .time-end {
      color: #762e58;
      font-style: italic; }
  .auctions-page .auction .auction-row-header.no-bottom-border {
    border-bottom: none; }
  .auctions-page .auction .cover-thumbnail-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background-clip: content-box;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .auctions-page .auction .cover-thumbnail-wrap .auction-status-box {
      position: absolute;
      right: 0;
      top: 0;
      width: 84px;
      height: 84px; }
      .auctions-page .auction .cover-thumbnail-wrap .auction-status-box.has-end-date {
        width: 168px; }
      .auctions-page .auction .cover-thumbnail-wrap .auction-status-box .live-now-box {
        padding-top: 14px; }
      .auctions-page .auction .cover-thumbnail-wrap .auction-status-box .date-box {
        padding-top: 7px; }
    .auctions-page .auction .cover-thumbnail-wrap .cover-thumbnail {
      width: 100%;
      height: 167px;
      background-size: 560px; }

.auctions-page .auction + .auction {
  margin-top: 18px; }

.login-page .logo, .register-page .logo,
.forgot-password-page .logo, .reset-password-page .logo {
  margin: 0px auto 0;
  padding-top: 30px;
  display: block;
  width: 141px; }

.login-page .static-header, .register-page .static-header {
  height: 87px; }
  .login-page .static-header .title, .register-page .static-header .title {
    padding-top: 29px; }

.login-page .logo + .login-title, .register-page .logo + .register-title,
.forgot-password-page > .logo + .title, .reset-password-page > .logo + .title {
  margin-top: 30px; }

.login-page .email-login-box, .register-page .register-box, .box-style-1 {
  background-color: #fbf9fa;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 1px 2px -2px #000;
  padding: 9px;
  border-radius: 3px; }
  .login-page .email-login-box .checkbox, .register-page .register-box .checkbox, .box-style-1 .checkbox {
    font-size: 14px; }
    .login-page .email-login-box .checkbox label#agree-terms-and-conditions-error, .register-page .register-box .checkbox label#agree-terms-and-conditions-error, .box-style-1 .checkbox label#agree-terms-and-conditions-error {
      float: right;
      padding-left: 10px;
      color: #b9121a;
      font-weight: bold; }
  .login-page .email-login-box .checkbox.terms-and-conditions, .register-page .register-box .checkbox.terms-and-conditions, .box-style-1 .checkbox.terms-and-conditions {
    margin-bottom: 0; }
    .login-page .email-login-box .checkbox.terms-and-conditions + .actions, .register-page .register-box .checkbox.terms-and-conditions + .actions, .box-style-1 .checkbox.terms-and-conditions + .actions {
      margin-top: 0; }

.btn.facebook-login {
  background-color: #405d95;
  color: white;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 45px;
  padding-right: 10px; }
  .btn.facebook-login::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-size: 12px auto;
    background-position: center bottom;
    background-image: url("/img/icon-facebook-f-white.png");
    background-repeat: no-repeat;
    border-right: 1px solid #4b669d;
    box-shadow: 1px 0px 0px 0px #38538A;
    width: 33px;
    height: 100%; }

.btn.email-login, .btn.email-sign-up, .btn.reset-password, .btn.send-password-reset {
  text-transform: uppercase; }

.btn.facebook-login:hover {
  background-color: #4666a3; }

.btn.facebook-login:active {
  background-color: #385283; }

.email-login-box form > input + input, .email-login-box .actions,
.register-box form > input + input, .register-box .actions,
.forgot-password-box form > input + input, .forgot-password-box .actions,
.reset-password-box form > input + input, .reset-password-box .actions {
  margin-top: 9px; }

.login-page .login-container {
  text-align: center; }

.login-page .email-login-box-wrap, .login-page .email-login-box, .login-page .social-login-box {
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.login-page .email-login-box-wrap + .social-login-box {
  border-left: 1px solid #ebebeb;
  padding-left: 15px;
  min-height: 137px; }

.login-page .email-login-box, .login-page .social-login-box {
  width: 246px;
  display: inline-block;
  vertical-align: top; }

.login-page .email-login-box {
  /*form > .btn, form > input {
			display: block;
		}*/ }

.login-page .social-login-box {
  margin-left: 15px;
  padding-top: 16px; }
  .login-page .social-login-box .facebook-notice {
    font-size: 12px;
    color: #666666;
    margin-top: 4px; }

.auth-page .login-title, .auth-page .register-title,
.auth-page > .title {
  font-weight: 300;
  color: #666666;
  font-size: 26px;
  text-align: center;
  margin-top: 85px; }

.auth-page .login-container, .auth-page .register-box, .auth-page .box-style-1 {
  margin: 23px auto 0; }

.auth-page .subtitle + .login-container, .auth-page .subtitle + .register-box, .auth-page .subtitle + .box-style-1 {
  margin-top: 15px; }

.auth-page .not-a-member-notice, .auth-page .already-a-member-notice, .auth-page .forgot-client-number-notice {
  display: block;
  font-size: 17px;
  color: #666666;
  text-align: center;
  margin-top: 18px;
  background: #fbf9fa;
  margin: 18px auto 0;
  padding: 11px;
  width: 246px; }
  .auth-page .not-a-member-notice .register-link, .auth-page .already-a-member-notice .register-link, .auth-page .forgot-client-number-notice .register-link {
    text-decoration: underline; }

.auth-page .forgot-client-number-notice {
  max-width: 322px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: auto; }

.auth-page .subtitle {
  font-weight: 300;
  color: #333; }

.auth-page .forgot-password-link, .auth-page .back-to-login-link {
  color: #666666;
  position: absolute;
  left: 5px;
  height: 31px;
  line-height: 31px;
  font-size: 12px; }

.auth-page .email-login-box .actions, .auth-page .register-box .actions, .auth-page .box-style-1 .actions {
  text-align: right;
  position: relative; }

.auth-page .register-link, .gray-link {
  color: #666666;
  cursor: pointer; }
  .auth-page .register-link:hover, .gray-link:hover {
    color: #8c8c8c;
    text-decoration: underline; }
  .auth-page .register-link:active, .gray-link:active {
    color: #404040;
    text-decoration: underline; }

.register-box, .forgot-password-box, .reset-password-box {
  width: 395px;
  box-sizing: border-box;
  max-width: 100%; }

.bid-sheet-page, .lots-page {
  /*.quantity-form > *, .group-header, .group-header .label {
		line-height: 27px;
	}*/
  /*h1, .bid-sheet-stats {
		display: inline-block;
		vertical-align: top;
	}*/ }
  .bid-sheet-page .bid-sheet-header, .lots-page .bid-sheet-header {
    margin-top: 10px;
    margin-bottom: 8px; }
  .bid-sheet-page .paddle, .lots-page .paddle {
    display: inline-block;
    vertical-align: top;
    height: 31px;
    line-height: 31px;
    font-size: 15px;
    font-weight: 600; }
  .bid-sheet-page .bid-sheet-stats > *, .lots-page .bid-sheet-stats > * {
    display: inline-block;
    vertical-align: top; }
  .bid-sheet-page .quantity-form label, .lots-page .quantity-form label {
    font-size: 14px;
    margin: 0 5px 0 0; }
  .bid-sheet-page .quantity-form input, .lots-page .quantity-form input {
    height: 27px;
    width: 50px;
    text-align: center; }
  .bid-sheet-page .group-header, .lots-page .group-header {
    border-bottom: 1px solid #cacaca;
    font-size: 17px;
    line-height: 38px;
    margin-top: 5px;
    color: #333; }
    .bid-sheet-page .group-header > *, .lots-page .group-header > * {
      display: inline; }
    .bid-sheet-page .group-header .group-label, .lots-page .group-header .group-label {
      font-weight: 700;
      text-transform: uppercase; }
    .bid-sheet-page .group-header .label, .lots-page .group-header .label {
      background-color: #762e58;
      height: 27px;
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase;
      padding-top: 0;
      padding-bottom: 0;
      margin: 0px 10px 0px 0; }
    .bid-sheet-page .group-header .quantity-form label, .lots-page .group-header .quantity-form label {
      margin-left: 8px;
      font-weight: normal; }
    .bid-sheet-page .group-header .btn.submit, .lots-page .group-header .btn.submit {
      float: right;
      margin-top: 9px; }
  .bid-sheet-page .quantity-form, .bid-sheet-page .quantity-form > *, .lots-page .quantity-form, .lots-page .quantity-form > * {
    display: inline-block;
    vertical-align: top; }
  .bid-sheet-page .group-form, .lots-page .group-form {
    position: relative;
    margin-left: 12px; }
  .bid-sheet-page .group-form:before, .lots-page .group-form:before {
    position: absolute;
    content: "";
    background-color: #ddd;
    height: 100%;
    width: 1px;
    padding: 0;
    box-sizing: border-box;
    top: 0;
    bottom: 0; }
  .bid-sheet-page .quantity-form > select, .lots-page .quantity-form > select {
    height: 27px;
    margin-top: 5px; }
  .bid-sheet-page .quantity-form .quantity-input-actions, .lots-page .quantity-form .quantity-input-actions {
    margin-left: 8px;
    border-left: 1px solid #ddd;
    padding-left: 8px;
    margin-top: 0px; }
  .bid-sheet-page .quantity-form .quantity-input-actions button, .lots-page .quantity-form .quantity-input-actions button {
    margin-top: -3px;
    margin-right: 2px; }
  .bid-sheet-page .quantity-form select, .lots-page .quantity-form select {
    padding-top: 0px;
    padding-bottom: 0px; }
  .bid-sheet-page .remove-bid, .lots-page .remove-bid {
    color: #b9121a;
    cursor: pointer;
    padding-top: 6px;
    display: inline-block; }
  .bid-sheet-page .single-bids .place-bid-box .input-group-addon, .bid-sheet-page .single-bids .group-header > .label, .lots-page .single-bids .place-bid-box .input-group-addon, .lots-page .single-bids .group-header > .label {
    background-color: #333; }
  .bid-sheet-page .single-bids .bid-sheet-page .place-bid-box input.bid-amount, .lots-page .single-bids .bid-sheet-page .place-bid-box input.bid-amount {
    border-color: #333; }

.input-group-addon {
  background-color: #762e58;
  color: white;
  font-weight: bold;
  border: 0; }

.input-group-addon + input {
  border-color: #762e58; }

.input-group.inactive .input-group-addon {
  background-color: #b3b3b3; }

.input-group.inactive input {
  border-color: #b3b3b3; }

.artists-page .artist {
  width: 176px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px; }
  .artists-page .artist .cover-thumbnail {
    width: 176px;
    height: 176px; }
  .artists-page .artist .name {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    max-height: 60px;
    display: block;
    color: #333;
    margin-top: 3px;
    margin-bottom: 3px; }

.artists-page .artist:nth-child(5n+1) {
  margin-left: 0; }

.agreement-page .title, .about-page h2 {
  margin: 15px 0 0;
  font-size: 30px;
  font-weight: 500;
  color: #762e58; }

.static-page > .title {
  color: #762e58;
  font-weight: 600; }

.about-page h2 {
  margin: 25px 0 10px;
  font-size: 25px; }

.about-page {
  font-size: 16px; }

.about-page .static-header + p {
  margin-top: 20px; }

.agreement-page {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 14px; }
  .agreement-page .updated-date {
    margin-bottom: 15px;
    font-weight: 600; }
    .agreement-page .updated-date.important {
      color: #b9121a;
      font-weight: bold;
      font-size: 16px; }
  .agreement-page .title + p {
    margin-top: 15px; }
  .agreement-page .section-title {
    font-weight: 600;
    font-size: 20px; }
  .agreement-page .section-subtitle {
    font-weight: 700;
    margin-top: 15px; }
  .agreement-page p + .section-title {
    margin-top: 25px; }
  .agreement-page ol {
    padding-left: 30px;
    counter-reset: list; }
    .agreement-page ol > li {
      list-style: none; }
    .agreement-page ol > li:before {
      content: counter(list) ") ";
      counter-increment: list;
      position: absolute;
      left: 15px;
      font-weight: 600; }
    .agreement-page ol > li > ol {
      padding-left: 40px;
      counter-reset: list; }
      .agreement-page ol > li > ol > li {
        list-style: none; }
      .agreement-page ol > li > ol > li:before {
        content: counter(list, lower-roman) ") ";
        counter-increment: list;
        position: absolute;
        left: 55px;
        font-weight: 600; }
  .agreement-page .listing-privacy-policy {
    padding: 0px; }
  .agreement-page .listing-ul-privacy-policy {
    padding-left: 15px; }
  .agreement-page .counter-listing-roman > li {
    counter-increment: mega-step; }
    .agreement-page .counter-listing-roman > li:before {
      position: relative;
      left: 0;
      font-weight: 600;
      content: counter(mega-step, upper-roman) "." !important;
      margin-right: 10px; }

.empty-state {
  width: 100%;
  padding: 80px 0;
  text-align: center; }
  .empty-state .main-image {
    height: 90px; }
  .empty-state .separator {
    margin-top: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #E7E7E7;
    width: 50%; }
  .empty-state .title {
    font-weight: bolder;
    font-size: 23px;
    color: #999999;
    padding-bottom: 10px; }
  .empty-state .subtitle {
    font-size: 20px;
    color: #BCBCBC;
    line-height: 25px; }
  .empty-state .actions {
    margin-top: 15px; }
    .empty-state .actions > a + a {
      margin-left: 15px; }

.bid-increments-table thead td {
  width: 120px;
  font-weight: bold; }

.mobile-nav {
  display: none; }

#mobile-nav {
  display: block; }
  #mobile-nav .slicknav_menu li {
    line-height: 44px; }
  #mobile-nav .slicknav_menu .slicknav_nav a:hover {
    background-color: #464646;
    color: white; }
  #mobile-nav .slicknav_menu .locale-wrapper {
    display: inline-block; }
    #mobile-nav .slicknav_menu .locale-wrapper .locale-flag {
      height: 24px;
      width: 24px;
      display: inline-block;
      background-size: 24px;
      background-position: center;
      background-repeat: no-repeat;
      height: 40px;
      margin-right: 5px; }
  #mobile-nav .slicknav_menu .slicknav_btn {
    float: left;
    background: none; }
  #mobile-nav .slicknav_menu .section-heading {
    margin-left: -5px; }
  #mobile-nav .logo {
    top: 0px;
    display: inline;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /* text-align: center; */
    background: url("/img/n4-spink/logo-collapsed.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 47px;
    background-size: 76px; }
  #mobile-nav .separator-before {
    border-left: none; }
  #mobile-nav .profile-menu {
    max-width: initial; }
    #mobile-nav .profile-menu > a {
      max-height: initial;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 29px; }
      #mobile-nav .profile-menu > a .item-name {
        overflow: hidden;
        max-width: initial;
        display: inline-block; }

.bid-modal {
  z-index: 1100 !important; }
  .bid-modal .modal-header {
    background-color: #2a2a2a;
    color: white; }
  .bid-modal .modal-header .close {
    color: white;
    float: none;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1.0;
    background-image: url("/img/icon-x-white-thin-bordered.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40% auto;
    width: 56px;
    height: 56px; }
  .bid-modal .modal-lot-header {
    margin-left: -20px;
    margin-right: -20px;
    background-color: #eee;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 1px; }
    .bid-modal .modal-lot-header .lot-image, .bid-modal .modal-lot-header .lot-text-details {
      display: inline-block;
      vertical-align: top; }
    .bid-modal .modal-lot-header .lot-text-details {
      padding: 15px 0px 0 15px;
      width: 75%; }
    .bid-modal .modal-lot-header .lot-image {
      width: 25%; }
    .bid-modal .modal-lot-header .lot-number {
      text-transform: uppercase;
      font-weight: normal;
      font-size: 15px; }
    .bid-modal .modal-lot-header .title {
      font-size: 19px;
      margin: 0;
      font-weight: bold; }
    .bid-modal .modal-lot-header .location-name {
      font-weight: bold;
      font-size: 14px; }
  .bid-modal .lot-timer {
    background-color: #762e58;
    color: white;
    line-height: 28px;
    font-size: 14px;
    padding: 0 5px;
    text-align: center;
    margin: 0 -20px;
    font-weight: 700; }
    .bid-modal .lot-timer .closed-notice, .bid-modal .lot-timer timer {
      display: inline-block;
      vertical-align: top; }
    .bid-modal .lot-timer .closed-notice + timer::before {
      margin-left: 12px;
      border-left: 1px solid #fafafa;
      padding-left: 12px;
      content: ""; }
  .bid-modal .bidding-info {
    text-align: center;
    font-size: 20px;
    margin: 0px 0;
    padding-top: 30px; }
    .bid-modal .bidding-info .bidding-info-title {
      text-transform: uppercase;
      font-weight: bold; }
    .bid-modal .bidding-info .bidding-info-details {
      color: #A3A3A3; }
  .bid-modal .modal-content.gray {
    background-color: #FAFAFA; }
  .bid-modal .modal-footer {
    padding: 0;
    background-color: white; }
    .bid-modal .modal-footer .select-bid-container {
      margin-bottom: 20px; }
      .bid-modal .modal-footer .select-bid-container select {
        width: 100%;
        height: 45px;
        padding-left: 10px;
        padding-right: 10px;
        border-style: solid;
        border-width: 0px 0 1px 0;
        border-color: #e5e5e5; }
    .bid-modal .modal-footer .actions {
      margin-bottom: 10px; }
      .bid-modal .modal-footer .actions .btn {
        width: 100%;
        height: 40px;
        font-weight: bold;
        font-size: 16px; }
    .bid-modal .modal-footer .actions .btn.half-size {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin-left: 0; }

/* start of copy to style.scss */
.modal.custom.fullscreen .modal-dialog {
  margin: 0;
  height: 100%;
  width: 100%; }
  .modal.custom.fullscreen .modal-dialog .modal-content {
    border-width: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.modal.custom.fullscreen .modal-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

.modal.custom.fullscreen.vertically-centered .modal-body {
  display: inline-block;
  vertical-align: middle; }

.modal.custom.fullscreen.vertically-centered .modal-content::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.modal.custom .modal-body.unpadded-top-and-bottom {
  padding-top: 0;
  padding-bottom: 0; }

.modal.custom .modal-title {
  text-align: center; }

.my-bid-vertical:not(.realestate) {
  margin-top: 0px; }
  @media (min-width: 481px) {
    .my-bid-vertical:not(.realestate) {
      display: flex;
      min-height: 82px;
      justify-content: flex-end;
      flex-direction: column; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px), only screen and (min-device-width: 320px) and (max-device-width: 568px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .my-bid-vertical:not(.realestate) {
      margin-top: 0px; } }
  .my-bid-vertical:not(.realestate) .state-label-subtitle {
    font-size: 14px; }
  .my-bid-vertical:not(.realestate) .btn.place-bid, .my-bid-vertical:not(.realestate) .btn.edit-bid, .my-bid-vertical:not(.realestate) .btn.register-to-bid {
    display: block;
    width: 100%; }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px), only screen and (min-device-width: 320px) and (max-device-width: 568px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      .my-bid-vertical:not(.realestate) .btn.place-bid, .my-bid-vertical:not(.realestate) .btn.edit-bid, .my-bid-vertical:not(.realestate) .btn.register-to-bid {
        margin-top: 10px; } }
  .my-bid-vertical:not(.realestate) .amount-container {
    text-align: left; }
  .my-bid-vertical:not(.realestate) .amount-container-col {
    margin: 0px 0;
    display: block;
    width: 100%; }
  .my-bid-vertical:not(.realestate) .bidding-container,
  .my-bid-vertical:not(.realestate) .max-bid-container {
    display: inline-block; }
  .my-bid-vertical:not(.realestate) .max-bid-label {
    color: #2e9493;
    font-weight: 400 !important; }
    .my-bid-vertical:not(.realestate) .max-bid-label.live-bid {
      color: #eb5e28; }
  .my-bid-vertical:not(.realestate) .max-bid-amount.live-bid {
    color: #eb5e28;
    font-weight: 700; }
  .my-bid-vertical:not(.realestate) .opening-bid-label,
  .my-bid-vertical:not(.realestate) .opening-bid-amount {
    font-style: normal;
    color: #999;
    text-transform: none;
    font-weight: 400 !important; }
  .my-bid-vertical:not(.realestate) .opening-bid-label {
    font-weight: 700 !important; }
  .my-bid-vertical:not(.realestate) .state-label {
    font-weight: 700;
    text-transform: none;
    text-align: left;
    font-size: 14px;
    margin-top: 0; }
    .my-bid-vertical:not(.realestate) .state-label.winning {
      color: #2e9493; }
  .my-bid-vertical:not(.realestate) .bidding-label, .my-bid-vertical:not(.realestate) .current-label, .my-bid-vertical:not(.realestate) .won-label {
    /*font-weight: bold;*/ }
  .my-bid-vertical:not(.realestate) .won-label {
    text-transform: none; }
  .my-bid-vertical:not(.realestate) .bidding-amount {
    font-weight: 700; }
    .my-bid-vertical:not(.realestate) .bidding-amount.winning {
      color: #2e9493; }
  .my-bid-vertical:not(.realestate) .won-amount {
    font-weight: 700; }
  .my-bid-vertical:not(.realestate) .bidding-container, .my-bid-vertical:not(.realestate) .bidding-container .bidding-label, .my-bid-vertical:not(.realestate) .won-container, .my-bid-vertical:not(.realestate) .won-container .won-label, .my-bid-vertical:not(.realestate) .won-container .won-amount, .my-bid-vertical:not(.realestate) .max-bid-container {
    color: #2e9493; }
  .my-bid-vertical:not(.realestate) .current-container, .my-bid-vertical:not(.realestate) .current-container .current-label {
    color: #eb5e28; }
  .my-bid-vertical:not(.realestate) .current-container .current-label {
    font-weight: 400; }
  .my-bid-vertical:not(.realestate) .outbid-row .outbid-container, .my-bid-vertical:not(.realestate) .outbid-row .current-container {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
  .my-bid-vertical:not(.realestate) .outbid-row .current-container {
    margin-right: 0; }
  .my-bid-vertical:not(.realestate) .authorized-amount-notice {
    color: #762e58;
    text-align: center; }
  .my-bid-vertical:not(.realestate) .onsite-auction-notice {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #762e58; }
  .my-bid-vertical:not(.realestate) .amount {
    margin-top: 0; }
  .my-bid-vertical:not(.realestate) .amount-label, .my-bid-vertical:not(.realestate) .amount {
    display: inline-block;
    vertical-align: top;
    font-size: 14px; }
  .my-bid-vertical:not(.realestate) .amount-label {
    font-weight: 700;
    text-transform: none; }
  .my-bid-vertical:not(.realestate) .max-bid-container .live-bid.amount-label {
    letter-spacing: normal; }
  .my-bid-vertical:not(.realestate) .current-label {
    letter-spacing: normal; }
  .my-bid-vertical:not(.realestate) .amount-label,
  .my-bid-vertical:not(.realestate) .state-label {
    letter-spacing: normal; }
  .my-bid-vertical:not(.realestate) .won-label {
    color: #2e9493;
    letter-spacing: normal;
    font-weight: 400; }
    .my-bid-vertical:not(.realestate) .won-label.state-label {
      font-weight: 700; }
  .my-bid-vertical:not(.realestate) .state-label.won-label {
    text-transform: uppercase; }
  .my-bid-vertical:not(.realestate) .won-amount.amount {
    font-weight: 400; }
  .my-bid-vertical:not(.realestate) .outbid-label {
    color: #333;
    font-weight: 400; }
  .my-bid-vertical:not(.realestate) .sold-label {
    color: #333;
    font-weight: 400;
    text-transform: uppercase; }
  .my-bid-vertical:not(.realestate) .sold-amount {
    color: #333; }
  .my-bid-vertical:not(.realestate) .lost-label {
    text-transform: uppercase;
    letter-spacing: normal; }
  .my-bid-vertical:not(.realestate) .lost-sold-container .sold-label,
  .my-bid-vertical:not(.realestate) .lost-sold-container .sold-amount {
    font-weight: 400; }
  .my-bid-vertical:not(.realestate) .lost-sold-container.is-lost .sold-label {
    text-transform: none; }
  .my-bid-vertical:not(.realestate) .amount {
    font-weight: 700; }
  .my-bid-vertical:not(.realestate) .max-bid-amount {
    font-weight: 400; }
  .my-bid-vertical:not(.realestate) .mobile-actions {
    text-align: center;
    margin-top: 10px; }
    .my-bid-vertical:not(.realestate) .mobile-actions a.delete-link {
      color: #999;
      font-size: 12px;
      line-height: 31px;
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      text-decoration: underline; }
    .my-bid-vertical:not(.realestate) .mobile-actions .confirm-delete-label {
      font-weight: bold;
      margin-bottom: 10px; }
  .my-bid-vertical:not(.realestate) .place-bid-button-wrap .btn, .my-bid-vertical:not(.realestate) .bid-live-button-wrap .btn {
    vertical-align: top;
    height: 37px;
    line-height: 37px;
    font-weight: 400; }
  .my-bid-vertical:not(.realestate) .bid-live-button-wrap .btn {
    margin-top: 5px; }
  .my-bid-vertical:not(.realestate) .bid-area {
    margin-top: 5px; }
    .my-bid-vertical:not(.realestate) .bid-area .input-actions {
      display: inline-block;
      vertical-align: top; }
    .my-bid-vertical:not(.realestate) .bid-area .input-group {
      float: left;
      margin-right: 5px;
      max-width: 140px; }
      .my-bid-vertical:not(.realestate) .bid-area .input-group .form-control {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        height: 31px;
        background-color: #f6f6f6; }
    .my-bid-vertical:not(.realestate) .bid-area .input-group-addon {
      border-radius: 0;
      padding: 6px; }
    .my-bid-vertical:not(.realestate) .bid-area .bid-actions a {
      margin-left: 10px;
      color: #999;
      font-size: 12px;
      line-height: 31px;
      cursor: pointer;
      display: block;
      vertical-align: top;
      text-decoration: underline; }
      @media (max-width: 1200px) {
        .my-bid-vertical:not(.realestate) .bid-area .bid-actions a {
          display: inline-block; } }
      .my-bid-vertical:not(.realestate) .bid-area .bid-actions a:hover {
        color: #b3b3b3; }
      .my-bid-vertical:not(.realestate) .bid-area .bid-actions a.cancel-bid {
        text-align: right;
        text-transform: none; }
    .my-bid-vertical:not(.realestate) .bid-area .confirm-delete-label {
      color: #eb5e28;
      font-weight: bold;
      font-size: 18px;
      line-height: 31px; }
    .my-bid-vertical:not(.realestate) .bid-area .confirm-delete-label, .my-bid-vertical:not(.realestate) .bid-area .bid-actions {
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 1200px) {
        .my-bid-vertical:not(.realestate) .bid-area .confirm-delete-label, .my-bid-vertical:not(.realestate) .bid-area .bid-actions {
          margin-top: 10px; } }
    .my-bid-vertical:not(.realestate) .bid-area .confirm-delete-label + .bid-actions {
      margin-left: 10px; }

/* tablet */
@media screen and (max-width: 991px) {
  body.is-fully-responsive .bidder-register-page .agreements {
    padding-left: 0px; }
  body.is-fully-responsive .slicknav-holder {
    position: fixed;
    width: 100%;
    height: 55px; }
    body.is-fully-responsive .slicknav-holder .slicknav_menu ul.slicknav_nav {
      width: 30%;
      overflow-y: scroll;
      max-height: 89vh; }
  body.is-fully-responsive .form-section .card-holder-name-group {
    padding-bottom: 42px; }
  body.is-fully-responsive .profile-page .section > .title label {
    padding-left: 0; }
  body.is-fully-responsive .auctions-page .auction .cover-thumbnail-wrap {
    width: 100%; }
  body.is-fully-responsive .auctions-page .auction .auction-row-header {
    min-height: 142px; }
  body.is-fully-responsive body.large-navbar-logo-visible #main .auctions-page .auction {
    height: auto !important; } }

@media screen and (max-width: 991px) {
  body.is-fully-responsive .btn-custom {
    padding: 0 14px; }
  body.is-fully-responsive .lots-page .auction-subhead {
    margin-top: 21px; }
  body.is-fully-responsive .lots-page .smart-filters-filter-item {
    margin-top: 19px; }
  body.is-fully-responsive .lots-page .mobile-smart-filters {
    position: fixed;
    z-index: 10001;
    right: -100%;
    top: 44px;
    width: 80%;
    background: white;
    overflow-y: scroll;
    height: 90vh; }
    body.is-fully-responsive .lots-page .mobile-smart-filters .mobile-smart-filters-close {
      z-index: 11;
      padding-left: 15px;
      padding-top: 2px;
      font-size: 25px;
      margin-bottom: -12px; }
    body.is-fully-responsive .lots-page .mobile-smart-filters .search-wrapper {
      margin-top: 10px !important;
      margin-left: 10px !important; }
      body.is-fully-responsive .lots-page .mobile-smart-filters .search-wrapper .search-field {
        width: 88% !important; }
      body.is-fully-responsive .lots-page .mobile-smart-filters .search-wrapper .icon.search {
        top: 35px !important; }
  body.is-fully-responsive .btn.view-lots {
    min-width: 0px !important; }
  body.is-fully-responsive .profile-page .new-credit-card-form .card-number-label,
  body.is-fully-responsive .profile-page .new-credit-card-form .cvc-code-label,
  body.is-fully-responsive .profile-page .new-credit-card-form .expiry-month-label,
  body.is-fully-responsive .profile-page .new-credit-card-form .expiry-year-label, body.is-fully-responsive .profile-page .form-section .new-credit-card-form .card-number-label,
  body.is-fully-responsive .profile-page .form-section .new-credit-card-form .cvc-code-label,
  body.is-fully-responsive .profile-page .form-section .new-credit-card-form .expiry-month-label,
  body.is-fully-responsive .profile-page .form-section .new-credit-card-form .expiry-year-label {
    width: 298px;
    padding-right: 0; }
  body.is-fully-responsive .profile-page .new-credit-card-form .credit-card-inputs .card-number, body.is-fully-responsive .profile-page .form-section .new-credit-card-form .credit-card-inputs .card-number {
    width: 158px; }
  body.is-fully-responsive .profile-page .credit-card-inputs input,
  body.is-fully-responsive .profile-page .credit-card-inputs select {
    margin-bottom: 10px;
    float: right; }
  body.is-fully-responsive .profile-page #stripeCardNumber {
    margin-right: 46px; }
  body.is-fully-responsive .profile-page #stripeCVCCode {
    margin-right: 150px; }
  body.is-fully-responsive .profile-page .expiry-month,
  body.is-fully-responsive .profile-page .expiry-year {
    margin-right: 74px; }
  body.is-fully-responsive .profile-page .form-section .form-group {
    margin-bottom: 10px; }
    body.is-fully-responsive .profile-page .form-section .form-group label {
      height: 36px; }
  body.is-fully-responsive .profile-page .credit-cards .credit-card .edit-address-form select,
  body.is-fully-responsive .profile-page .credit-cards .credit-card .edit-address-form input {
    margin-left: 0px !important; }
  body.is-fully-responsive .profile-page .section.credit-cards .form-section .actions {
    margin: 6px 0 15px; } }

/* PHONE */
@media screen and (max-width: 767px) {
  body.is-fully-responsive .bidder-register-page .agreements {
    padding-left: 0px; }
  body.is-fully-responsive .lots-page .mobile-smart-filters {
    position: fixed;
    z-index: 220;
    right: -100%;
    top: 44px;
    width: 80%;
    background: white;
    overflow-y: scroll;
    height: 90vh; }
    body.is-fully-responsive .lots-page .mobile-smart-filters .mobile-smart-filters-close {
      z-index: 11;
      padding-left: 15px;
      padding-top: 2px;
      font-size: 25px;
      margin-bottom: -12px; }
    body.is-fully-responsive .lots-page .mobile-smart-filters .search-wrapper {
      margin-top: 10px !important;
      margin-left: 10px !important; }
      body.is-fully-responsive .lots-page .mobile-smart-filters .search-wrapper .search-field {
        width: 88% !important; }
      body.is-fully-responsive .lots-page .mobile-smart-filters .search-wrapper .icon.search {
        top: 35px !important; }
  body.is-fully-responsive .lot-header-v2 .lot-header-wrap {
    min-height: 84px; }
    body.is-fully-responsive .lot-header-v2 .lot-header-wrap .lot-title::before {
      left: -13px; }
  body.is-fully-responsive .lot-header-v2 .actions .btn.prev {
    width: 10px;
    padding-left: 10px; }
  body.is-fully-responsive .lot-header-v2 .actions .btn.next {
    width: 10px;
    padding-right: 10px; }
  body.is-fully-responsive .lot-header-v2 .form-group {
    padding-left: 10px; }
  body.is-fully-responsive .lot-header-v2 #jump-to-lot-input-v2 {
    width: 60px;
    margin-right: 5px;
    display: inline; }
  body.is-fully-responsive .filters-container {
    z-index: 215 !important; }
    body.is-fully-responsive .filters-container .btn-custom {
      font-size: 13px;
      padding: 0 10px; }
    body.is-fully-responsive .filters-container .btn-label {
      max-width: 100px; }
    body.is-fully-responsive .filters-container .btn.prev,
    body.is-fully-responsive .filters-container .btn.next {
      width: 35px; }
    body.is-fully-responsive .filters-container .limit.btn-group > button {
      width: 50px; }
    body.is-fully-responsive .filters-container .save-search-container {
      font-size: 12px; }
      body.is-fully-responsive .filters-container .save-search-container button {
        font-size: 12px;
        padding: 0 8px; }
      body.is-fully-responsive .filters-container .save-search-container .view-searches {
        display: inline-block;
        vertical-align: middle; }
    body.is-fully-responsive .filters-container .saved-searches {
      border: none;
      padding-left: 0px; }
  body.is-fully-responsive .filters-container.bottom-scroll-sticky {
    display: block !important; }
  body.is-fully-responsive .slicknav-holder {
    position: initial;
    width: 100%;
    height: auto; }
    body.is-fully-responsive .slicknav-holder .slicknav_menu ul.slicknav_nav {
      width: 100%; }
  body.is-fully-responsive #mobile-nav .slicknav-holder .slicknav_menu ul.slicknav_nav {
    width: 100% !important; }
  body.is-fully-responsive .artists-page .artists.grid-view {
    text-align: center; }
    body.is-fully-responsive .artists-page .artists.grid-view .artist {
      width: 35%;
      margin-left: 0px;
      margin-right: 35px; }
      body.is-fully-responsive .artists-page .artists.grid-view .artist .cover-thumbnail-wrap .cover-thumbnail {
        width: auto;
        height: auto; }
      body.is-fully-responsive .artists-page .artists.grid-view .artist .details .btn.watch-artist {
        margin-left: 0px; }
  body.is-fully-responsive #auction-header.v2 {
    vertical-align: top;
    padding-top: 10px;
    height: 83px; }
    body.is-fully-responsive #auction-header.v2 .mobile-title {
      display: inline-block !important; }
      body.is-fully-responsive #auction-header.v2 .mobile-title .title {
        width: 280px;
        font-size: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      body.is-fully-responsive #auction-header.v2 .mobile-title .auction-type {
        padding-left: 25px;
        margin-top: 5px;
        font-size: 13px;
        text-transform: uppercase; }
        body.is-fully-responsive #auction-header.v2 .mobile-title .auction-type.timed-auction {
          background-image: url("/img/icon-clock.png");
          background-repeat: no-repeat;
          background-size: 16px; }
        body.is-fully-responsive #auction-header.v2 .mobile-title .auction-type.live-auction {
          background-image: url("/img/icon-hammer.png");
          background-repeat: no-repeat;
          background-size: 16px; }
    body.is-fully-responsive #auction-header.v2 .mobile-sub-head {
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      margin-top: 5px; }
      body.is-fully-responsive #auction-header.v2 .mobile-sub-head .auction-code {
        font-weight: 700;
        display: inline; }
      body.is-fully-responsive #auction-header.v2 .mobile-sub-head .auction-approval-status {
        margin-left: 10px; }
        body.is-fully-responsive #auction-header.v2 .mobile-sub-head .auction-approval-status.auction-approved {
          font-weight: 300;
          color: #333; }
          body.is-fully-responsive #auction-header.v2 .mobile-sub-head .auction-approval-status.auction-approved span {
            color: #2e9493;
            font-weight: 700; }
        body.is-fully-responsive #auction-header.v2 .mobile-sub-head .auction-approval-status.auction-pending {
          color: #000000; }
        body.is-fully-responsive #auction-header.v2 .mobile-sub-head .auction-approval-status.auction-declined {
          color: #b9121a; }
        body.is-fully-responsive #auction-header.v2 .mobile-sub-head .auction-approval-status.auction-not-registered {
          color: #bbbbbb; }
  body.is-fully-responsive .filters-container {
    width: auto; }
  body.is-fully-responsive .profile-page .section > .title label {
    padding-left: 10px; }
  body.is-fully-responsive .profile-page .section.saved-searches .saved-search-entry .saved-search-entry-controls button {
    padding: 0 7px; }
  body.is-fully-responsive .auctions-page .auction .cover-thumbnail-wrap {
    width: 100%; }
    body.is-fully-responsive .auctions-page .auction .cover-thumbnail-wrap .cover-thumbnail {
      position: relative; }
  body.is-fully-responsive .auctions-page .auction .right-column {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0px; }
  body.is-fully-responsive .auctions-page .auction .cover-thumbnail-wrap,
  body.is-fully-responsive .auctions-page .auction .right-column {
    max-width: 556px; }
  body.is-fully-responsive .auctions-page .auction {
    height: auto !important; }
  body.is-fully-responsive .auctions-page .auction.past {
    height: auto; }
    body.is-fully-responsive .auctions-page .auction.past .title {
      height: auto; }
    body.is-fully-responsive .auctions-page .auction.past .subtitle {
      height: auto; }
  body.is-fully-responsive .expiration-date .actions {
    margin-top: 0 !important;
    display: block !important;
    float: none !important; }
    body.is-fully-responsive .expiration-date .actions .confirm-delete-label {
      display: block !important; }
  body.is-fully-responsive .credit-card-label {
    padding-left: 5px !important;
    font-size: 13px !important; }
  body.is-fully-responsive .credit-card-label.brand-american {
    font-size: 11px !important; }
  body.is-fully-responsive .credit-card-label.brand-visa {
    background-image: none !important; }
  body.is-fully-responsive .credit-card-label.brand-mastercard {
    background-image: none !important; }
  body.is-fully-responsive .credit-card-label.brand-amex {
    background-image: none !important; }
  body.is-fully-responsive .credit-card-label.brand-discover {
    background-image: none !important; }
  body.is-fully-responsive .profile-page .new-credit-card-form .card-number-label,
  body.is-fully-responsive .profile-page .new-credit-card-form .cvc-code-label,
  body.is-fully-responsive .profile-page .new-credit-card-form .expiry-month-label,
  body.is-fully-responsive .profile-page .new-credit-card-form .expiry-year-label, body.is-fully-responsive .profile-page .form-section .new-credit-card-form .card-number-label,
  body.is-fully-responsive .profile-page .form-section .new-credit-card-form .cvc-code-label,
  body.is-fully-responsive .profile-page .form-section .new-credit-card-form .expiry-month-label,
  body.is-fully-responsive .profile-page .form-section .new-credit-card-form .expiry-year-label {
    width: 298px;
    padding-right: 0; }
  body.is-fully-responsive .profile-page .new-credit-card-form .credit-card-inputs .card-number, body.is-fully-responsive .profile-page .form-section .new-credit-card-form .credit-card-inputs .card-number {
    width: 158px; }
  body.is-fully-responsive .profile-page .credit-card-inputs input,
  body.is-fully-responsive .profile-page .credit-card-inputs select {
    margin-bottom: 10px;
    float: right; }
  body.is-fully-responsive .profile-page #stripeCardNumber {
    margin-right: 46px; }
  body.is-fully-responsive .profile-page #stripeCVCCode {
    margin-right: 150px; }
  body.is-fully-responsive .profile-page .expiry-month,
  body.is-fully-responsive .profile-page .expiry-year {
    margin-right: 0px; }
  body.is-fully-responsive .profile-page .form-section .form-group {
    margin-bottom: 10px; }
    body.is-fully-responsive .profile-page .form-section .form-group label {
      height: 36px; }
  body.is-fully-responsive .profile-page .credit-cards .credit-card .edit-address-form select,
  body.is-fully-responsive .profile-page .credit-cards .credit-card .edit-address-form input {
    margin-left: 0px !important; }
  body.is-fully-responsive .profile-page .section.credit-cards .form-section .actions {
    margin: 6px 0 15px; }
  body.is-fully-responsive #mobileDisclaimer .collage {
    width: 100%;
    margin-top: 40px; }
  body.is-fully-responsive #mobileDisclaimer .optimized {
    font-size: 18px;
    padding-top: 20px; }
  body.is-fully-responsive #mobileDisclaimer .download {
    font-size: 18px;
    margin-top: 0px; }
  body.is-fully-responsive #mobileDisclaimer .download-app-buttons {
    padding-top: 0px;
    margin-top: 10px; }
  body.is-fully-responsive #mobileDisclaimer a {
    color: #00c6ff;
    font-size: 19px;
    font-weight: 500; } }

.lot-page .contact-form-wrapper {
  border-top: 1px solid #eee;
  margin-top: 15px;
  margin-bottom: 15px; }
  .lot-page .contact-form-wrapper .contact-form-toggle {
    margin-top: 15px; }

.contact-form label {
  text-transform: uppercase;
  font-weight: normal; }

.contact-form .form-control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f2f2f2; }
  .contact-form .form-control:active, .contact-form .form-control:focus {
    background-color: white; }

.contact-form .success-message {
  line-height: 36px;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  color: #2e9493; }

.noscript-page {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  background-color: white;
  z-index: 100000; }
  .noscript-page .javascript-notice {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px; }
  .noscript-page .download-app-section {
    margin-top: 20px;
    text-align: center;
    font-size: 18px; }
  .noscript-page .download-app-text {
    margin-bottom: 20px; }
  .noscript-page img.download-app {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 40px; }
    + .noscript-page img.download-app {
      margin-left: 10px; }

.browser-support-notice {
  background-color: #f4f4f4;
  border-bottom: 1px solid #cacaca;
  padding: 0 10px 0 35px;
  margin-bottom: 43px; }
  .browser-support-notice .notice, .browser-support-notice .recommended-browsers {
    display: inline-block;
    vertical-align: top; }
  .browser-support-notice .notice {
    width: 46%;
    padding-top: 40px;
    padding-bottom: 40px; }
  .browser-support-notice .recommended-browsers {
    width: 54%;
    margin-top: 11px; }
  .browser-support-notice .notice-title {
    font-size: 26px; }
  .browser-support-notice .notice-subtitle {
    color: #787878;
    font-size: 16px;
    margin-top: 4px; }
  .browser-support-notice .recommended-browser {
    display: inline-block;
    vertical-align: top;
    height: 118px;
    width: 65px;
    margin-left: 45px;
    background-position: center top;
    font-weight: bold;
    color: #333333;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative; }
    .browser-support-notice .recommended-browser:first-child {
      margin-left: 0; }
    .browser-support-notice .recommended-browser .browser-name-and-version {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      font-size: 17px; }
    .browser-support-notice .recommended-browser .browser-version {
      font-size: 17px; }
  .browser-support-notice .recommended-browser.chrome {
    background-image: url("/img/ico-chrome.png"); }
  .browser-support-notice .recommended-browser.firefox {
    background-image: url("/img/ico-firefox.png"); }
  .browser-support-notice .recommended-browser.safari {
    background-image: url("/img/ico-safari.png"); }
  .browser-support-notice .recommended-browser.ie {
    background-image: url("/img/ico-ie.png"); }

.browser-support-notice.page {
  background-color: white;
  text-align: center;
  width: 60%;
  margin: 0 auto; }
  .browser-support-notice.page .logo {
    background-image: url("/img/n4-spink/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0 auto 30px; }
  .browser-support-notice.page .notice-title {
    font-size: 34px; }
  .browser-support-notice.page .notice-subtitle {
    font-size: 22px; }
  .browser-support-notice.page .notice {
    border-top: 1px solid #cacaca; }
  .browser-support-notice.page .notice, .browser-support-notice.page .recommended-browsers {
    width: 100%;
    display: block; }
  .browser-support-notice.page .recommended-browsers {
    margin-bottom: 40px; }

body.static-page-body .browser-support-notice {
  background-color: white;
  text-align: center; }

.static-page-body .section-title-anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden; }

@media (max-width: 767px) {
  .static-page-body .terms-and-conditions #auction-header {
    height: auto; } }

@media (max-width: 767px) {
  .static-page-body .terms-and-conditions #auction-header .btn-group .btn-default.group {
    padding: 5px; } }

.quick-bids-page {
  margin-bottom: 30px; }
  .quick-bids-page .input-group-addon {
    border-radius: 0; }
  .quick-bids-page .move-to-group-box select {
    border-radius: 0; }
  .quick-bids-page .move-to-group-box select {
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 31px;
    height: 31px;
    padding: 0 20px 0 8px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    background-image: url("/img/arrow-dropdown.png");
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: calc(100% - 10px) center;
    width: auto;
    background-color: #989898; }
    .quick-bids-page .move-to-group-box select:focus {
      background-color: #762e58; }
  .quick-bids-page .move-to-group-box .group-quantity {
    background-color: #cacaca; }
  .quick-bids-page .error {
    color: #c62031; }
  .quick-bids-page .btn-custom.white {
    background: -ms-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #d4d4d4;
    color: #333;
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px -1px rgba(0, 0, 0, 0.2); }
    .quick-bids-page .btn-custom.white:hover {
      background: linear-gradient(#f6f6f6, #dddddd);
      background: -ms-linear-gradient(#fff, #e6e6e6, "vertical"); }
    .quick-bids-page .btn-custom.white.active {
      background: linear-gradient(#e6e6e6, #fff);
      background: -ms-linear-gradient(#fff, #e6e6e6, "vertical"); }
    .quick-bids-page .btn-custom.white:hover, .quick-bids-page .btn-custom.white:active {
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
    .quick-bids-page .btn-custom.white:active {
      background: linear-gradient(#dddddd, #f6f6f6);
      background: -ms-linear-gradient(#fff, #e6e6e6, "vertical");
      -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
    .quick-bids-page .btn-custom.white.flat {
      background: #fff;
      border: 0;
      border-color: #fff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0; }
    .quick-bids-page .btn-custom.white.flat:hover {
      background: white; }
    .quick-bids-page .btn-custom.white.flat:active {
      background: #f2f2f2; }
    .quick-bids-page .btn-custom.white.white.flat {
      border: 1px solid black; }
    .quick-bids-page .btn-custom.white:hover {
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2); }
    .quick-bids-page .btn-custom.white:active {
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 2px -1px rgba(0, 0, 0, 0.2) !important;
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 2px -1px rgba(0, 0, 0, 0.2) !important;
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 2px -1px rgba(0, 0, 0, 0.2) !important; }
  .quick-bids-page .view-bid-area,
  .quick-bids-page .edit-bid-area {
    width: 59%;
    display: inline-block; }
  .quick-bids-page .move-to-group-wrapper {
    display: inline-block; }
    .quick-bids-page .move-to-group-wrapper ~ .delete {
      width: 59%;
      vertical-align: middle; }
      .quick-bids-page .move-to-group-wrapper ~ .delete .confirm-delete-wrapper {
        line-height: 5px; }
  .quick-bids-page .delete {
    display: inline-block;
    width: 39%; }
    .quick-bids-page .delete div {
      float: right; }
    .quick-bids-page .delete .confirm-delete-wrapper {
      font-size: 15px;
      line-height: 32px; }
      .quick-bids-page .delete .confirm-delete-wrapper span {
        color: #c62031;
        font-weight: 700; }
      .quick-bids-page .delete .confirm-delete-wrapper a {
        text-decoration: underline; }
  .quick-bids-page .btn-custom.clear-all {
    margin-right: 10px; }

/* Angular material overrides */
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  z-index: 10000; }

button, select, html, textarea, input {
  font-family: inherit; }

/*
   _____      _                _            
  / ____|    | |              | |           
 | |     __ _| | ___ _ __   __| | __ _ _ __ 
 | |    / _` | |/ _ \ '_ \ / _` |/ _` | '__|
 | |___| (_| | |  __/ | | | (_| | (_| | |   
  \_____\__,_|_|\___|_| |_|\__,_|\__,_|_|   
  
 calendar */
.calendar-page h2 {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle; }

.calendar-page .auction-count {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 15px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-top: 10px;
  margin-right: 10px; }
  .calendar-page .auction-count .calendar-event {
    margin-right: 7px; }

.calendar-page .cal-context {
  margin-top: 10px; }

.calendar-page .cal-row-head {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  border-bottom: none; }

.calendar-page .cal-row-head [class*=cal-cell], .calendar-page .cal-row-head [class*=cal-cell]:first-child {
  font-weight: 500;
  font-size: 16px; }

.calendar-page span[data-cal-date] {
  font-size: 19px;
  color: black; }

.calendar-page .cal-day-weekend span[data-cal-date] {
  color: black; }

.calendar-page .cal-month-box {
  margin-bottom: 60px; }
  .calendar-page .cal-month-box .cal-day-today {
    background-color: #ededed; }
    .calendar-page .cal-month-box .cal-day-today span[data-cal-date] {
      color: black;
      font-size: 19px;
      font-weight: 700; }

.calendar-page .calendar-event {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 4px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }
  .calendar-page .calendar-event.event-live {
    background-image: url("/img/ico-live-auction@2x.png"); }
  .calendar-page .calendar-event.event-timed {
    background-image: url("/img/ico-timed-auction@2x.png"); }

.calendar-page .calendar-switcher-wrapper {
  margin-top: 10px;
  float: right; }
  .calendar-page .calendar-switcher-wrapper .loading {
    margin-right: 10px;
    font-size: 22px;
    vertical-align: middle; }

.calendar-page .date-box-wrapper,
.calendar-page .auction-info-wrapper {
  display: inline-block;
  vertical-align: top; }

.calendar-page .auction-info-wrapper {
  width: 80%;
  margin-bottom: 20px; }

.calendar-page .date-box-wrapper {
  margin-right: 40px; }

.calendar-page .cal-slide-content {
  background-color: #ededed;
  box-shadow: none;
  color: #333;
  padding: 20px;
  padding-top: 10px;
  border: 1px solid #e1e1e1; }
  .calendar-page .cal-slide-content .auction-event:first-child {
    margin-top: 10px; }
  .calendar-page .cal-slide-content .auction-event {
    margin-bottom: 20px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    position: relative; }
    .calendar-page .cal-slide-content .auction-event .auction-type {
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase; }
    .calendar-page .cal-slide-content .auction-event .auction-title {
      font-weight: 700;
      font-size: 20px; }
    .calendar-page .cal-slide-content .auction-event .timer-wrapper {
      color: #c93029;
      margin-top: 5px;
      margin-bottom: 5px; }
    .calendar-page .cal-slide-content .auction-event a.event-item {
      color: #333; }
    .calendar-page .cal-slide-content .auction-event .actions {
      position: absolute;
      right: 0;
      bottom: -10px; }
    .calendar-page .cal-slide-content .auction-event .auction-status-box .date-box + .date-box:before {
      bottom: 15px; }
    .calendar-page .cal-slide-content .auction-event .auction-status-box .live-now-box {
      font-size: 15px; }
  .calendar-page .cal-slide-content .auction-event:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px; }

/* 
     _                  ____                              
    / \   _ __  _ __   | __ )  __ _ _ __  _ __   ___ _ __ 
   / _ \ | '_ \| '_ \  |  _ \ / _` | '_ \| '_ \ / _ \ '__|
  / ___ \| |_) | |_) | | |_) | (_| | | | | | | |  __/ |   
 /_/   \_\ .__/| .__/  |____/ \__,_|_| |_|_| |_|\___|_|   
         |_|   |_|                                        

app banner
 */
.app-banner {
  min-height: 165px;
  max-height: 200px;
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  margin-top: 51px;
  border-bottom: 1px solid #ccc;
  position: relative; }
  .app-banner .mobile-app-image {
    width: 100%;
    background-image: url("/img/n4-spink/mobile-app-banner.png");
    background-size: 100% auto;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    /*top: 5px;
		bottom: 50px;*/
    top: 15px;
    bottom: 0px;
    left: 0;
    background-size: contain;
    background-position: 8%; }
  .app-banner .mobile-device-wrapper {
    position: relative;
    display: inline-block;
    left: 40%;
    width: 50%;
    box-sizing: border-box; }
    .app-banner .mobile-device-wrapper::before {
      content: " ";
      display: inline-block;
      height: 165px;
      width: 1%;
      vertical-align: middle; }
    .app-banner .mobile-device-wrapper .mobile-device {
      display: inline-block;
      padding-top: 20px;
      padding-left: 20px;
      padding-bottom: 20px;
      vertical-align: middle;
      width: 100%;
      right: 0;
      box-sizing: border-box;
      margin-left: -14px; }
    .app-banner .mobile-device-wrapper .mobile-device-title {
      font-size: 24px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 10px; }
    .app-banner .mobile-device-wrapper .mobile-device-subtitle {
      font-size: 16px; }
    .app-banner .mobile-device-wrapper .app-button-wrap {
      display: inline-block;
      margin-top: 10px !important; }
      .app-banner .mobile-device-wrapper .app-button-wrap .ios {
        background-image: url("/img/plugins/app-store@2x.png");
        background-repeat: no-repeat;
        background-size: 135px;
        background-position: center;
        width: 135px;
        height: 40px;
        content: '';
        display: inline-block; }
      .app-banner .mobile-device-wrapper .app-button-wrap .android {
        background-image: url("/img/plugins/google-play@2x.png");
        background-repeat: no-repeat;
        background-size: 135px;
        background-position: center;
        width: 135px;
        height: 40px;
        content: '';
        display: inline-block; }
  .app-banner .app-banner-close {
    margin-right: 10px;
    margin-top: 10px;
    background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/icon-x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }

.missing-js-library {
  text-align: center;
  color: #333333; }
  .missing-js-library .img {
    margin-top: 100px;
    background-image: url("/img/gears.png");
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center; }
  .missing-js-library h1 {
    font-size: 28px;
    font-weight: 600; }
  .missing-js-library h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    width: 40%;
    margin: 0 auto; }
  .missing-js-library .btn {
    margin-top: 20px; }

.timed-then-live-bidding-begins {
  color: #eb5e28; }

.my-bid {
  font-size: 21px; }
  .my-bid .static-states {
    display: inline-block; }
    .my-bid .static-states .bidding-label {
      font-weight: bold; }
    .my-bid .static-states .won-label {
      font-weight: 600; }
    .my-bid .static-states .lost-label {
      text-transform: uppercase; }
    .my-bid .static-states .amount {
      font-weight: bold; }
    .my-bid .static-states .sold-amount, .my-bid .static-states .sold-price-amount {
      color: #333;
      font-weight: normal; }
    .my-bid .static-states .authorized-amount-notice {
      font-weight: bold;
      color: #eb5e28; }
    .my-bid .static-states .won-container {
      color: #2e9493; }
      .my-bid .static-states .won-container .won-label {
        text-transform: uppercase; }
      .my-bid .static-states .won-container .status-title {
        border-left: 1px solid #ddd;
        padding-left: 8px; }
      .my-bid .static-states .won-container .won-amount {
        font-weight: normal; }
    .my-bid .static-states .amount-container.passed {
      font-weight: 300;
      text-transform: uppercase; }
    .my-bid .static-states .lost-container .lost-label {
      font-weight: 600;
      text-transform: uppercase; }
    .my-bid .static-states .lost-container .sold-label {
      /* text-transform: uppercase; */
      /* font-size: 15px; */
      font-weight: 300; }
    .my-bid .static-states .lost-container .bid-container {
      color: rgba(235, 94, 40, 0.9); }
      .my-bid .static-states .lost-container .bid-container .amount {
        font-weight: 700; }
    .my-bid .static-states .lost-container .lost-label {
      border-right: 1px solid #ddd;
      padding-right: 8px; }
    .my-bid .static-states .lost-container .bid-container {
      border-left: 1px solid #ddd;
      padding-left: 8px; }
    .my-bid .static-states .ended-container .ended-label {
      font-weight: 300;
      text-transform: uppercase; }
    .my-bid .static-states .ended-container .outbid-label {
      font-weight: 700;
      text-transform: uppercase;
      border-left: 1px solid #ddd;
      padding-left: 8px; }
  .my-bid .bid-area {
    display: inline-block; }
  .my-bid .add-deposit-link {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }
    .my-bid .add-deposit-link i.fa {
      margin-left: 8px; }
  .my-bid .amount {
    display: inline-block;
    vertical-align: top;
    position: relative; }
  .my-bid .popover {
    width: 276px;
    left: -110px;
    bottom: 40px;
    top: initial; }
  .my-bid .place-bid-button-wrap .btn {
    vertical-align: top; }
  .my-bid .input-actions {
    display: inline-block;
    vertical-align: top; }
  .my-bid .input-group {
    float: left;
    margin-right: 10px;
    width: 165px;
    margin-top: 2px; }
    .my-bid .input-group .form-control {
      height: 31px; }
    .my-bid .input-group input {
      padding: 10px; }
  .my-bid .input-group-addon {
    border-radius: 0; }
  .my-bid .bid-actions a {
    margin-left: 7px;
    line-height: 31px; }
    .my-bid .bid-actions a.cancel-bid, .my-bid .bid-actions a.delete-bid {
      color: #999;
      text-decoration: underline;
      font-size: 14px;
      cursor: pointer; }
  .my-bid .bid-actions .view-bid-sheet {
    font-size: 12px;
    color: #666; }
  .my-bid .bid-actions-fade {
    opacity: 0;
    -webkit-transition: 0.15s opacity;
    transition: 0.15s opacity;
    border-left: 1px solid #ddd; }
    .my-bid .bid-actions-fade.no-border {
      border-left: none; }
  .my-bid .confirm-delete-label {
    color: #eb5e28;
    font-weight: bold;
    font-size: 18px;
    line-height: 31px; }
  .my-bid .confirm-delete-label, .my-bid .bid-actions {
    display: inline-block;
    vertical-align: top; }
  .my-bid .confirm-delete-label + .bid-actions {
    margin-left: 10px; }
  .my-bid .register-to-bid-button-wrap {
    display: inline-block;
    vertical-align: top;
    line-height: 31px; }
  .my-bid .amount-container {
    display: inline-block;
    vertical-align: top;
    line-height: 31px; }
    .my-bid .amount-container.sold-container {
      text-transform: uppercase; }
  .my-bid .group-detail {
    position: relative;
    z-index: 300; }

@media (min-width: 992px) and (max-width: 1199px) {
  .auction-lots-page .my-bid.my-bid-timed {
    font-size: 17px; }
    .auction-lots-page .my-bid.my-bid-timed .static-states .amount-container .extra-text {
      display: none; }
    .auction-lots-page .my-bid.my-bid-timed .input-group {
      width: 150px; }
      .auction-lots-page .my-bid.my-bid-timed .input-group .input-group-addon {
        padding: 7px; } }

.my-bid-timed .static-states .bidding-label, .my-bid-timed .static-states .bidding-amount, .my-bid-timed .static-states .won-label, .my-bid-timed .static-states .won-amount {
  color: #2e9493; }

.my-bid-timed .static-states .amount {
  font-weight: bold; }

.my-bid-timed .place-bid-button-wrap {
  margin-right: 0px; }

.my-bid-timed .my-max-bid {
  color: #2e9493; }

.my-bid-timed .place-bid-button-wrap, .my-bid-timed .minimum-bid, .my-bid-timed .current-bid, .my-bid-timed .my-max-bid {
  display: inline-block;
  vertical-align: top;
  line-height: 31px; }

.my-bid-timed .current-bid .amount {
  font-weight: bold; }

.my-bid-timed .current-bid {
  color: rgba(235, 94, 40, 0.9); }

.my-bid-timed .minimum-bid {
  font-style: normal;
  color: #999;
  font-size: 18px; }
  .my-bid-timed .minimum-bid .minimum-bid-title {
    font-weight: 700; }

.my-bid-live .static-states .bidding-label, .my-bid-live .static-states .bidding-amount {
  color: rgba(235, 94, 40, 0.9); }

.my-bid-live .static-states .bidding-container .bidding-label {
  font-weight: 500; }

.my-bid-live .static-states .sold-container {
  font-weight: 300;
  text-transform: uppercase; }
  .my-bid-live .static-states .sold-container .amount {
    font-weight: inherit; }

.my-bid-live .static-states .amount.won-amount {
  font-weight: normal; }

.my-bid-live .static-states .group-label {
  display: inline-block;
  color: #762e58;
  vertical-align: top;
  font-weight: 700;
  color: #762e58;
  background-color: rgba(118, 46, 88, 0.1);
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
  margin-left: 8px;
  font-size: 12px;
  line-height: 31px; }

.my-bid-live .place-bid-button-wrap {
  margin-right: 10px; }

.my-bid-live .place-bid-button-wrap, .my-bid-live .minimum-bid, .my-bid-live .current-bid, .my-bid-live .my-max-bid {
  display: inline-block;
  vertical-align: top;
  line-height: 31px; }

.my-bid-live .current-bid .amount, .my-bid-live .my-max-bid .amount {
  font-weight: bold; }

.my-bid-live .current-bid {
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(235, 94, 40, 0.9); }

.my-bid-live .minimum-bid {
  font-style: italic;
  color: #999; }

.my-bid-live .my-max-bid-title {
  text-transform: uppercase; }

@media screen and (max-width: 395px) {
  body.is-fully-responsive .profile-page .section > .title label {
    padding-left: 0; } }

@media screen and (max-width: 388px) {
  body.is-fully-responsive #auction-header.v2 .mobile-title .title {
    width: 250px; }
  body.is-fully-responsive .auctions-page .auction .actions > .btn {
    margin-right: 15px;
    margin-bottom: 10px; }
  body.is-fully-responsive .auctions-page .auction .actions > .btn + .btn {
    margin-left: 0px; }
  body.is-fully-responsive .new-credit-card-form .credit-card-inputs .card-number, body.is-fully-responsive .form-section .new-credit-card-form .credit-card-inputs .card-number {
    width: 168px; } }

/* 
  _      _                                _   _              __      _____  
 | |    (_)               /\             | | (_)             \ \    / /__ \ 
 | |     ___   _____     /  \  _   _  ___| |_ _  ___  _ __    \ \  / /   ) |
 | |    | \ \ / / _ \   / /\ \| | | |/ __| __| |/ _ \| '_ \    \ \/ /   / / 
 | |____| |\ V /  __/  / ____ \ |_| | (__| |_| | (_) | | | |    \  /   / /_ 
 |______|_| \_/ \___| /_/    \_\__,_|\___|\__|_|\___/|_| |_|     \/   |____|

mobile bidding room
 */
.OT_mirrored.OT_root.OT_subscriber.OT_fit-mode-cover {
  width: auto !important; }

#main.liveAuctionV2Mobile {
  margin-top: 0; }

/* this will scale us on retina displays */
.live-sale-page-v2-mobile-container.retina .video,
.live-sale-page-v2-mobile-container.retina .bid-action-box {
  zoom: .9;
  -moz-transform: scale(0.9);
  -moz-transform-origin: 0 0; }

.live-sale-page-v2-mobile-container .live-sale-subheader-mobile {
  color: white;
  background-color: #333;
  line-height: 50px;
  height: 50px;
  position: fixed;
  font-size: 14px;
  top: 0px;
  left: 0;
  right: 0;
  letter-spacing: 1px; }
  .live-sale-page-v2-mobile-container .live-sale-subheader-mobile a {
    color: #ababab; }
  .live-sale-page-v2-mobile-container .live-sale-subheader-mobile .auction-title {
    text-align: center;
    max-height: 50px;
    overflow: hidden; }
  .live-sale-page-v2-mobile-container .live-sale-subheader-mobile .lots-element {
    text-align: right; }

.live-sale-page-v2-mobile .lots-strip .lot-thumbnail-overlay-wrap .watch-icon-wrap .watch-icon {
  line-height: 4px; }

.live-sale-page-v2-mobile .lots-strip .lot-thumbnail-placeholder {
  width: 70px;
  height: 70px; }

.live-sale-page-v2-mobile .description-wrap {
  margin-bottom: 20px; }

.live-sale-page-v2-mobile .top-bar-row {
  margin-top: 50px; }
  .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap {
    position: relative;
    width: 100%; }
    .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip {
      height: 70px;
      background-color: #F1F1F1;
      z-index: 1000;
      white-space: nowrap;
      /* this does the trick */ }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .lot-item {
        height: 72px;
        width: 71px; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip > div {
        display: inline-block;
        vertical-align: top;
        padding: 1px;
        padding-left: 0;
        position: relative;
        cursor: pointer;
        background-color: #222222; }
        .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip > div .lot-thumbnail-overlay {
          width: 70px;
          height: 70px; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .lot-thumbnail-overlay-wrap.small .lot-details-overlay .lot-number-centered {
        margin-top: 19px;
        font-size: 20px;
        color: white; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .lot-thumbnail-overlay-wrap.has-details:hover .lot-default-overlay {
        bottom: 0; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .lot-thumbnail-overlay-wrap:hover .watch-icon-wrap {
        opacity: 0; }
        .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .lot-thumbnail-overlay-wrap:hover .watch-icon-wrap.watched {
          opacity: 1; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip > div:first-child {
        margin-left: 0; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip img.cover-thumbnail {
        width: 70px;
        height: 70px;
        /*box-shadow: 0px 2px 4px -1px rgba(50, 50, 50, 0.5);*/ }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .lot-item:hover img.cover-thumbnail, .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .all-lots-link:hover, .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .my-watched-lots-link:hover {
        /* box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.5); */ }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .lot-item:active img.cover-thumbnail, .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .all-lots-link:active, .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .my-watched-lots-link:active {
        /* box-shadow: 0px 2px 1px -1px rgba(50, 50, 50, 0.5); */ }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .lot-strip-actions {
        display: inline-block;
        vertical-align: top; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .all-lots-link, .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .my-watched-lots-link {
        color: white;
        font-weight: 700;
        text-align: center;
        font-size: 12px;
        line-height: 1.3;
        width: 63px;
        height: 62px;
        display: inline-block;
        vertical-align: top; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .my-watched-lots-link {
        background-color: #762e58;
        padding-top: 9px; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .my-watched-lots-link:hover {
        background-color: #813260; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .my-watched-lots-link:active {
        background-color: #6b2a50; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .all-lots-link {
        background-color: #762e58;
        padding-top: 19px;
        margin-left: 1px; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .all-lots-link:hover {
        background-color: #813260; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .all-lots-link:active {
        background-color: #6b2a50; }

.live-sale-page-v2-mobile .main-area.live-auction-container-v2 {
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 0px; }
  .live-sale-page-v2-mobile .main-area.live-auction-container-v2 .connection-label-wrap {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    color: #eb5e28;
    text-transform: uppercase; }
    .live-sale-page-v2-mobile .main-area.live-auction-container-v2 .connection-label-wrap::after {
      content: '';
      height: 1px;
      width: 100%;
      position: absolute;
      border-bottom: 1px solid #eb5e28;
      left: 0;
      bottom: 0; }
    .live-sale-page-v2-mobile .main-area.live-auction-container-v2 .connection-label-wrap .connection-label-contents {
      position: relative; }
      .live-sale-page-v2-mobile .main-area.live-auction-container-v2 .connection-label-wrap .connection-label-contents::before {
        position: absolute;
        content: "";
        background-position: center center;
        background-repeat: no-repeat;
        top: 3px;
        bottom: 2px;
        left: -25px;
        width: 21px; }
    .live-sale-page-v2-mobile .main-area.live-auction-container-v2 .connection-label-wrap.connected .connection-label-contents::before {
      background-image: url("/img/connection-light-green.png"); }
    .live-sale-page-v2-mobile .main-area.live-auction-container-v2 .connection-label-wrap.disconnected .connection-label-contents::before {
      background-image: url("/img/connection-light-red.png"); }

.live-sale-page-v2-mobile .content-footer {
  position: fixed;
  width: 100%;
  background-color: #eb5e28;
  bottom: 71px;
  left: 0px;
  text-align: center;
  color: white; }
  .live-sale-page-v2-mobile .content-footer .line-one {
    background-color: #e44f15;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600; }
    .live-sale-page-v2-mobile .content-footer .line-one.mobile-toggle {
      position: relative;
      padding: 10px 5px; }
      .live-sale-page-v2-mobile .content-footer .line-one.mobile-toggle .sound-toggle {
        padding: 5px 10px;
        width: 73px;
        top: 3px;
        right: 5px; }
    .live-sale-page-v2-mobile .content-footer .line-one .lot-number,
    .live-sale-page-v2-mobile .content-footer .line-one .highest-bid,
    .live-sale-page-v2-mobile .content-footer .line-one .state-message {
      display: inline-block; }
      .live-sale-page-v2-mobile .content-footer .line-one .lot-number div,
      .live-sale-page-v2-mobile .content-footer .line-one .highest-bid div,
      .live-sale-page-v2-mobile .content-footer .line-one .state-message div {
        display: inline-block; }
  .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper {
    height: 90px;
    line-height: 80px;
    position: relative; }
    .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .rzslider {
      width: 85%; }
      .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .rzslider.slide-to-bid {
        margin: 0px; }
      .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .rzslider .rz-bar-wrapper {
        z-index: initial !important;
        pointer-events: none;
        outline: 0; }
      .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .rzslider .rz-bar {
        top: 0;
        border-radius: 40px;
        height: 40px;
        background-color: #DDDBDB;
        border: 1px solid #888888; }
        .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .rzslider .rz-bar.rz-selection {
          visibility: visible !important;
          z-index: 2 !important; }
      .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .rzslider .rz-pointer {
        background-color: white;
        top: -20px;
        width: 51px;
        height: 51px;
        border-radius: 51px;
        box-shadow: 0px 0px 5px #888888; }
        .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .rzslider .rz-pointer:focus {
          /* best way i found to override the outline */
          outline: transparent;
          outline-color: transparent;
          outline-style: auto;
          outline-width: 0px; }
        .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .rzslider .rz-pointer::after {
          background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/mobile-bid-slider-arrow@2x.png");
          content: '';
          height: 100%;
          width: 100%;
          background-size: 60%;
          background-repeat: no-repeat;
          background-color: initial;
          top: 0;
          left: 0;
          background-position: center; }
        .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .rzslider .rz-pointer.rz-active::after {
          background-color: initial; }
    .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .slide-to-bid-message {
      color: #333;
      line-height: 40px;
      font-size: 20px;
      position: absolute;
      top: 25%;
      left: 20.5%;
      width: 65%;
      z-index: 1; }
      .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .slide-to-bid-message .price {
        font-weight: 700; }
    .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .bid-info-wrapper,
    .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .registration-info-wrapper,
    .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .disconnected-info-wrapper {
      font-weight: 700;
      font-size: 27px;
      text-transform: uppercase; }
    .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .bid-info-wrapper .action-status-wrap {
      display: flex;
      height: 90px;
      align-items: center;
      justify-content: center; }
      .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .bid-info-wrapper .action-status-wrap.multi-line {
        line-height: 45px; }
      .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .bid-info-wrapper .action-status-wrap .action-status {
        line-height: 31px; }
        .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .bid-info-wrapper .action-status-wrap .action-status span {
          display: block;
          font-size: 16px;
          line-height: 21px;
          font-weight: normal;
          text-transform: unset; }
    .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .disconnected-info-wrapper {
      position: relative;
      line-height: 55px; }
      .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .disconnected-info-wrapper div.reconnect {
        position: absolute;
        top: 30px;
        width: 100%; }
        .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .disconnected-info-wrapper div.reconnect a {
          font-size: 18px;
          color: white;
          text-transform: initial;
          text-decoration: underline;
          font-weight: 400; }
    .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .action-button {
      width: 90%;
      height: 50%;
      font-size: 24px; }
  .live-sale-page-v2-mobile .content-footer.winning-lot {
    background-color: #769b4d; }
    .live-sale-page-v2-mobile .content-footer.winning-lot .line-one {
      background-color: #6a8b43; }
  .live-sale-page-v2-mobile .content-footer.loosing-lot {
    background-color: #c72032; }
    .live-sale-page-v2-mobile .content-footer.loosing-lot .line-one {
      background-color: #b41d2e; }

.live-sale-page-v2-mobile .nav-tabs {
  position: fixed;
  width: 100%;
  bottom: 30px;
  background: #eeeeee;
  left: 0px;
  height: 41px;
  line-height: 41px; }
  .live-sale-page-v2-mobile .nav-tabs ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 0px; }
    .live-sale-page-v2-mobile .nav-tabs ul li {
      display: inline-block;
      width: 50%;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      position: relative; }
      .live-sale-page-v2-mobile .nav-tabs ul li ~ li::after {
        border-left: 1px solid #d5d5d5;
        content: '';
        height: 30px;
        position: absolute;
        left: 0;
        top: 5px; }
    .live-sale-page-v2-mobile .nav-tabs ul .tab-current,
    .live-sale-page-v2-mobile .nav-tabs ul .tab-history {
      color: #909090; }
      .live-sale-page-v2-mobile .nav-tabs ul .tab-current.active,
      .live-sale-page-v2-mobile .nav-tabs ul .tab-history.active {
        color: #333333; }
      .live-sale-page-v2-mobile .nav-tabs ul .tab-current .tab-wrapper,
      .live-sale-page-v2-mobile .nav-tabs ul .tab-history .tab-wrapper {
        position: relative;
        margin-left: 25px; }
        .live-sale-page-v2-mobile .nav-tabs ul .tab-current .tab-wrapper .icon,
        .live-sale-page-v2-mobile .nav-tabs ul .tab-history .tab-wrapper .icon {
          position: absolute;
          left: -25px;
          height: 20px;
          width: 20px;
          background-position: left;
          background-repeat: no-repeat;
          display: inline-block;
          background-size: 100%;
          top: 0; }
    .live-sale-page-v2-mobile .nav-tabs ul .tab-current .icon {
      background-image: url("/img/mobile-ico-current@2x.png"); }
    .live-sale-page-v2-mobile .nav-tabs ul .tab-current.active .icon {
      background-image: url("/img/mobile-ico-current-active@2x.png"); }
    .live-sale-page-v2-mobile .nav-tabs ul .tab-history .icon {
      background-image: url("/img/mobile-ico-history@2x.png"); }
    .live-sale-page-v2-mobile .nav-tabs ul .tab-history.active .icon {
      background-image: url("/img/mobile-ico-history-active@2x.png"); }

.live-sale-page-v2-mobile .desktop-version-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #666666;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px; }
  .live-sale-page-v2-mobile .desktop-version-wrapper a {
    color: #ccc;
    text-decoration: underline; }

.live-sale-page-v2-mobile .main-area {
  border-bottom: 0;
  margin-top: 15px; }
  .live-sale-page-v2-mobile .main-area .alert {
    opacity: 0;
    padding-left: 13px;
    border-bottom: 0;
    margin-left: -3px;
    z-index: 1000;
    width: 640px; }
    .live-sale-page-v2-mobile .main-area .alert.stick {
      margin-top: 0; }
    .live-sale-page-v2-mobile .main-area .alert::before, .live-sale-page-v2-mobile .main-area .alert::after {
      display: none; }
    .live-sale-page-v2-mobile .main-area .alert {
      height: 50px !important; }
  .live-sale-page-v2-mobile .main-area .tabs {
    position: relative;
    width: 100%; }
    .live-sale-page-v2-mobile .main-area .tabs .tab {
      width: 25%;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600;
      border: 1px solid #cacaca;
      position: relative; }
      .live-sale-page-v2-mobile .main-area .tabs .tab.wider {
        width: 33%; }
      .live-sale-page-v2-mobile .main-area .tabs .tab ~ .tab {
        border-left: none; }
      .live-sale-page-v2-mobile .main-area .tabs .tab:hover, .live-sale-page-v2-mobile .main-area .tabs .tab:active, .live-sale-page-v2-mobile .main-area .tabs .tab:link, .live-sale-page-v2-mobile .main-area .tabs .tab:visited {
        text-decoration: none; }
      .live-sale-page-v2-mobile .main-area .tabs .tab:hover {
        background-color: #f4f4f4; }
      .live-sale-page-v2-mobile .main-area .tabs .tab.active {
        border: 1px solid #762e58;
        color: #762e58; }
        .live-sale-page-v2-mobile .main-area .tabs .tab.active::after {
          width: 20px;
          height: 20px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 9px solid #762e58;
          position: absolute;
          bottom: -20px;
          left: 50%;
          margin-left: -12px;
          content: ''; }
  .live-sale-page-v2-mobile .main-area .loading {
    position: relative; }
    .live-sale-page-v2-mobile .main-area .loading .loading-contents {
      position: absolute;
      bottom: 20%;
      text-align: center;
      width: 100%;
      font-size: 33px; }

.live-sale-page-v2-mobile .bids-container,
.live-sale-page-v2-mobile .watching-container {
  padding: 10px; }

.live-sale-page-v2-mobile .lot-header, .live-sale-page-v2-mobile .lots-header {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
  line-height: 31px;
  margin-top: 10px;
  padding-right: 4px; }
  .live-sale-page-v2-mobile .lot-header .bids-filter, .live-sale-page-v2-mobile .lots-header .bids-filter {
    width: 20%;
    margin-left: 15px; }

.live-sale-page-v2-mobile .lot-header.no-border {
  border-bottom: none; }

.live-sale-page-v2-mobile .lots-header {
  padding-left: 0; }
  .live-sale-page-v2-mobile .lots-header > * {
    display: inline-block;
    vertical-align: top; }
  .live-sale-page-v2-mobile .lots-header .lot-view-style {
    margin-left: 15px; }
  .live-sale-page-v2-mobile .lots-header .bids-limit {
    width: 80px;
    padding-right: 0px;
    margin-left: 15px; }
  .live-sale-page-v2-mobile .lots-header .live-auction-pagination {
    margin-left: 15px; }
    .live-sale-page-v2-mobile .lots-header .live-auction-pagination .page-input {
      width: 50px;
      display: inline-block;
      margin-right: 5px; }
  .live-sale-page-v2-mobile .lots-header .form-control {
    height: 31px; }

.live-sale-page-v2-mobile .lots-container {
  background-color: white;
  padding: 11px; }

.live-sale-page-v2-mobile .lot-detail-container {
  height: 100%;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px; }
  .live-sale-page-v2-mobile .lot-detail-container .lot-header {
    font-size: 18px; }
  .live-sale-page-v2-mobile .lot-detail-container .btn-back {
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 10px; }
  .live-sale-page-v2-mobile .lot-detail-container .jump-to-lot {
    font-size: 14px;
    font-weight: 400;
    text-align: right; }
    .live-sale-page-v2-mobile .lot-detail-container .jump-to-lot .jump-to-lot-input {
      width: 24%;
      display: inline-block; }
    .live-sale-page-v2-mobile .lot-detail-container .jump-to-lot .btn-jump {
      font-weight: 400; }
  .live-sale-page-v2-mobile .lot-detail-container .description-wrap.artist .watch-artist,
  .live-sale-page-v2-mobile .lot-detail-container .description-wrap.artist .watched-artist {
    display: block;
    float: right; }
  .live-sale-page-v2-mobile .lot-detail-container.detail-lot, .live-sale-page-v2-mobile .lot-detail-container.current-lot {
    background-color: white; }
  .live-sale-page-v2-mobile .lot-detail-container .auction-title {
    font-size: 28px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0; }
  .live-sale-page-v2-mobile .lot-detail-container .watch-icon-wrap {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    max-width: 100px; }
    .live-sale-page-v2-mobile .lot-detail-container .watch-icon-wrap.watched .watch-icon {
      color: #762e58; }
    .live-sale-page-v2-mobile .lot-detail-container .watch-icon-wrap .watch-icon {
      margin-right: -3px;
      line-height: 20px;
      width: 25px;
      height: 25px;
      font-size: 20px;
      cursor: pointer;
      color: #ccc;
      font-family: FontAwesome;
      position: relative; }
      .live-sale-page-v2-mobile .lot-detail-container .watch-icon-wrap .watch-icon::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 2px; }
      .live-sale-page-v2-mobile .lot-detail-container .watch-icon-wrap .watch-icon.watched::after {
        content: "";
        position: absolute;
        top: 6px;
        left: 2px; }
  .live-sale-page-v2-mobile .lot-detail-container .lot-header {
    padding-left: 0;
    margin-top: 0; }
    .live-sale-page-v2-mobile .lot-detail-container .lot-header .line-one {
      position: relative; }
      .live-sale-page-v2-mobile .lot-detail-container .lot-header .line-one .lot-number {
        display: inline-block;
        font-style: 18px;
        font-size: 24px;
        font-weight: 400; }
      .live-sale-page-v2-mobile .lot-detail-container .lot-header .line-one .range-wrapper {
        position: absolute;
        right: 0px;
        font-style: italic;
        color: #999;
        font-size: 14px; }
    .live-sale-page-v2-mobile .lot-detail-container .lot-header .line-two .lot-title {
      font-weight: 700;
      font-size: 20px; }
    .live-sale-page-v2-mobile .lot-detail-container .lot-header .line-three .group-label,
    .live-sale-page-v2-mobile .lot-detail-container .lot-header .line-three .view-bid-sheet {
      font-size: 12px; }
  .live-sale-page-v2-mobile .lot-detail-container .images-container {
    width: 100%; }
    .live-sale-page-v2-mobile .lot-detail-container .images-container .main-image,
    .live-sale-page-v2-mobile .lot-detail-container .images-container .thumbnails {
      display: inline-block;
      vertical-align: top; }
    .live-sale-page-v2-mobile .lot-detail-container .images-container .main-image {
      width: 100%; }
    .live-sale-page-v2-mobile .lot-detail-container .images-container .thumbnails {
      display: block;
      margin-top: 10px; }
      .live-sale-page-v2-mobile .lot-detail-container .images-container .thumbnails::after {
        content: "";
        display: table;
        clear: both; }
      .live-sale-page-v2-mobile .lot-detail-container .images-container .thumbnails img {
        min-width: 79px;
        height: 79px;
        opacity: 0.4;
        cursor: pointer;
        transition: opacity 0.2s;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px; }
        .live-sale-page-v2-mobile .lot-detail-container .images-container .thumbnails img:hover {
          opacity: 0.7; }
        .live-sale-page-v2-mobile .lot-detail-container .images-container .thumbnails img.active {
          opacity: 1.0; }
  .live-sale-page-v2-mobile .lot-detail-container .lot-detail {
    width: 100%; }
  .live-sale-page-v2-mobile .lot-detail-container #live-video {
    margin-bottom: 10px; }
  .live-sale-page-v2-mobile .lot-detail-container .lot-detail .current-lot-label {
    color: #762e58;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
  .live-sale-page-v2-mobile .lot-detail-container .lot-detail .lot-number {
    font-size: 16px;
    font-weight: 600; }
  .live-sale-page-v2-mobile .lot-detail-container .lot-detail .category + .category::before {
    content: ", "; }
  .live-sale-page-v2-mobile .lot-detail-container .lot-header .lot-number {
    font-weight: bold;
    font-size: 18px; }
  .live-sale-page-v2-mobile .lot-detail-container .btn + .lot-number {
    margin-left: 25px; }
  .live-sale-page-v2-mobile .lot-detail-container button.prev-lot, .live-sale-page-v2-mobile .lot-detail-container button.next-lot {
    background-size: auto 14px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    background-color: #333;
    width: 35px;
    height: 31px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px #333;
    outline: none; }
  .live-sale-page-v2-mobile .lot-detail-container button.prev-lot:hover, .live-sale-page-v2-mobile .lot-detail-container button.next-lot:hover {
    background-color: #444; }
  .live-sale-page-v2-mobile .lot-detail-container button.prev-lot:active, .live-sale-page-v2-mobile .lot-detail-container button.next-lot:active {
    background-color: #222;
    box-shadow: 0px 0px 2px #333; }
  .live-sale-page-v2-mobile .lot-detail-container button.prev-lot {
    background-image: url("/img/arrow-left-white.png"); }
  .live-sale-page-v2-mobile .lot-detail-container button.next-lot {
    background-image: url("/img/arrow-right-white.png"); }
  .live-sale-page-v2-mobile .lot-detail-container .lot-number + .prev-lot, .live-sale-page-v2-mobile .lot-detail-container .lot-number + .next-lot {
    margin-left: 20px; }
  .live-sale-page-v2-mobile .lot-detail-container button.prev-lot + .next-lot {
    margin-left: 5px; }
  .live-sale-page-v2-mobile .lot-detail-container .title {
    font-size: 18px;
    font-weight: 500; }
  .live-sale-page-v2-mobile .lot-detail-container .artist .name {
    font-size: 14px; }
  .live-sale-page-v2-mobile .lot-detail-container .description-label {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 13px;
    font-weight: 600; }
  .live-sale-page-v2-mobile .lot-detail-container .description {
    font-size: 12px; }
  .live-sale-page-v2-mobile .lot-detail-container .youtube-video {
    margin-top: 20px; }

.live-sale-page-v2-mobile .lots-strip {
  margin-left: 7px; }
  .live-sale-page-v2-mobile .lots-strip .lot-default-overlay, .live-sale-page-v2-mobile .lots-strip .lot-details-overlay, .live-sale-page-v2-mobile .lots-strip .lot-loading {
    width: 100%; }
  .live-sale-page-v2-mobile .lots-strip .lot-details-overlay {
    display: none; }
  .live-sale-page-v2-mobile .lots-strip .lot-number-wrap {
    display: inline-block;
    position: absolute;
    line-height: 24px;
    font-size: 15px;
    width: 35%;
    height: 35%;
    left: 1px;
    top: 1px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9); }

.live-sale-page-v2-mobile .absentee-bid-box {
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 0;
  width: auto; }
  .live-sale-page-v2-mobile .absentee-bid-box .place-bid-box {
    width: auto; }
  .live-sale-page-v2-mobile .absentee-bid-box.is-absentee-biddable {
    height: 65px; }
  .live-sale-page-v2-mobile .absentee-bid-box .btn.place-bid {
    min-width: 150px; }
  .live-sale-page-v2-mobile .absentee-bid-box .input-actions.links {
    clear: both;
    margin-left: 0;
    margin-top: 0; }
    .live-sale-page-v2-mobile .absentee-bid-box .input-actions.links :first-child {
      margin-left: 0; }
  .live-sale-page-v2-mobile .absentee-bid-box .current-bid-box .current-bid-actions {
    display: block;
    margin-left: 0; }

.live-sale-page-v2-mobile .lot-detail .lot-price-container {
  margin-top: 13px; }

.live-sale-page-v2-mobile .lot-status-label {
  margin-top: 10px;
  font-weight: bold;
  color: #2e9493; }

.live-sale-page-v2-mobile .lot-status-sold, .live-sale-page-v2-mobile .lot-status-passed, .live-sale-page-v2-mobile .lot-status-pending {
  color: black !important; }

.live-sale-page-v2-mobile .action-status-wrap {
  margin-top: 5px;
  margin-bottom: 5px; }

.live-sale-page-v2-mobile .lot-items .list-view .lot-item:hover {
  background-color: #f7f7f7 !important; }

.live-sale-page-v2-mobile .lot-items .list-view .lot-item:active {
  background-color: #f7f7f7 !important; }

.live-sale-page-v2-mobile .lot-items .lot-item {
  cursor: pointer; }

.live-sale-page-v2-mobile .bid-history::-webkit-scrollbar-track,
.live-sale-page-v2-mobile .main-area-content::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none; }

.live-sale-page-v2-mobile .bid-history::-webkit-scrollbar-thumb,
.live-sale-page-v2-mobile .main-area-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #959595; }

.live-sale-page-v2-mobile .main-area-content,
.live-sale-page-v2-mobile .bid-history {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.live-sale-page-v2-mobile .live-auction-container-v2 {
  display: inline-block;
  vertical-align: top;
  bottom: 0;
  z-index: 1001;
  width: 100%;
  /* box-shadow: 1px 0px 2px 0px rgba(50, 50, 50, 0.3); */ }
  .live-sale-page-v2-mobile .live-auction-container-v2 .bid-action-box.no-paddle + .bid-history {
    top: 367px; }
  .live-sale-page-v2-mobile .live-auction-container-v2 .bid-increment, .live-sale-page-v2-mobile .live-auction-container-v2 .cancel-bid-confirmation {
    margin-bottom: -10px;
    font-size: 14px;
    line-height: 20px; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .bid-increment a, .live-sale-page-v2-mobile .live-auction-container-v2 .cancel-bid-confirmation a {
      text-decoration: underline; }
  .live-sale-page-v2-mobile .live-auction-container-v2 .bid-increment {
    font-size: 12px;
    width: 100%;
    /* position: absolute;
			bottom: 15px;
			left: 0; */
    line-height: 10px;
    font-style: italic; }
  .live-sale-page-v2-mobile .live-auction-container-v2 .logo {
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%; }
  .live-sale-page-v2-mobile .live-auction-container-v2 .open-for-bidding {
    font-size: 24px;
    padding-top: 20px; }
  .live-sale-page-v2-mobile .live-auction-container-v2 .highest-bid {
    color: white;
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
    height: 95px;
    margin-bottom: 15px; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .highest-bid .bid-label {
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px; }
  .live-sale-page-v2-mobile .live-auction-container-v2 .action-status-wrap .bid,
  .live-sale-page-v2-mobile .live-auction-container-v2 .highest-bid .bid {
    font-weight: 300;
    font-size: 38px; }
  .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history {
    color: black;
    z-index: 0;
    overflow-y: auto;
    width: 100%;
    /* bottom: 33px; */
    overflow-x: hidden;
    position: relative;
    padding-bottom: 30px;
    /* .state-message{
				background-color: #eeeeee;
				padding: 5px;
				text-align: center;
				.label{
					color: #333;
					font-size: 10px;
					text-transform: uppercase;
					font-weight: 700;
					letter-spacing: 1px;
				}
				.message{
					color: #666;
				}
			} */ }
    .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-empty-message {
      text-align: center;
      background-color: #fafafa; }
      .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-empty-message .ghost {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-empty-message span {
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        color: #999;
        font-size: 16px; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-list {
      list-style-type: none;
      padding: 0;
      margin: 0;
      /*position: fixed;*/
      width: 100%;
      /*top: $navbar-height + 353px;
				bottom: 35px;*/
      overflow-y: auto;
      overflow-x: hidden; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item.disabled .left .time, .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item.disabled .left .bid-label, .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item.disabled .right .bid {
      text-decoration: line-through;
      color: #888; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item {
      padding: 10px;
      position: relative; }
      .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item .bid-label, .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item .paddle {
        font-weight: 600;
        display: inline-block;
        vertical-align: top; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item .left, .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item .right {
      display: inline-block;
      vertical-align: top; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item .left {
      width: 160px;
      font-size: 12px; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item .left .time {
      /*line-height: $tight-line-height;*/
      /* font-style: italic; */ }
    .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item .right {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      width: 110px;
      right: 30px;
      font-size: 14px; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item .bid {
      font-weight: bold;
      text-align: right; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item:nth-child(even) {
      background-color: #FAFAFA; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item.my-bid {
      border-left: 2px solid #762e58; }
      .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item.my-bid .bid-label {
        font-weight: 700; }
      .live-sale-page-v2-mobile .live-auction-container-v2 .bid-history .bid-history-item.my-bid .bid {
        color: #762e58; }
  .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now,
  .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot {
    background: -ms-linear-gradient(#333, #1a1a1a);
    background: linear-gradient(#333, #1a1a1a);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #080808;
    color: white;
    font-size: 18px;
    width: 80%;
    height: 40px;
    text-transform: uppercase; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now:hover,
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot:hover {
      background: linear-gradient(#2a2a2a, #111111);
      background: -ms-linear-gradient(#333, #1a1a1a, "vertical"); }
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.active,
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.active {
      background: linear-gradient(#1a1a1a, #333);
      background: -ms-linear-gradient(#333, #1a1a1a, "vertical"); }
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now:hover, .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now:active,
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot:hover,
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot:active {
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now:active,
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot:active {
      background: linear-gradient(#111111, #2a2a2a);
      background: -ms-linear-gradient(#333, #1a1a1a, "vertical");
      -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.flat,
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.flat {
      background: #333;
      border: 0;
      border-color: #333;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.flat:hover,
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.flat:hover {
      background: #404040; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.flat:active,
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.flat:active {
      background: #262626; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.white.flat,
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.white.flat {
      border: 1px solid black; }
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.confirm,
    .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm {
      background: -ms-linear-gradient(#292929, #0f0f0f);
      background: linear-gradient(#292929, #0f0f0f);
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      border: 1px solid black;
      color: white;
      width: 72%; }
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.confirm:hover,
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm:hover {
        background: linear-gradient(#202020, #060606);
        background: -ms-linear-gradient(#292929, #0f0f0f, "vertical"); }
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.confirm.active,
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.active {
        background: linear-gradient(#0f0f0f, #292929);
        background: -ms-linear-gradient(#292929, #0f0f0f, "vertical"); }
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.confirm:hover, .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.confirm:active,
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm:hover,
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm:active {
        -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.confirm:active,
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm:active {
        background: linear-gradient(#060606, #202020);
        background: -ms-linear-gradient(#292929, #0f0f0f, "vertical");
        -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.confirm.flat,
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.flat {
        background: #292929;
        border: 0;
        border-color: #292929;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0; }
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.confirm.flat:hover,
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.flat:hover {
        background: #363636; }
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.confirm.flat:active,
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.flat:active {
        background: #1c1c1c; }
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.bid-now.confirm.white.flat,
      .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.white.flat {
        border: 1px solid black; }
  .live-sale-page-v2-mobile .live-auction-container-v2 .btn-custom.back-to-current-lot {
    margin-top: 20px;
    margin-bottom: -10px; }
  .live-sale-page-v2-mobile .live-auction-container-v2 .lot-info .status-label::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -14px;
    height: 0;
    width: 0;
    border-top-width: 21px;
    border-top-style: solid;
    border-left: 14px solid transparent; }

.live-sale-page-v2-mobile .initialization-failed {
  color: #B2B2B2;
  text-align: center; }
  .live-sale-page-v2-mobile .initialization-failed .warn {
    border-bottom: 1px solid #B2B2B2;
    background-image: url("/img/error@2x.png");
    background-size: 20% auto;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center; }

.live-sale-page-v2-mobile .btn-refresh {
  background: -ms-linear-gradient(#762e58, #51203d);
  background: linear-gradient(#762e58, #51203d);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #381629;
  color: white;
  margin-top: 20px;
  width: 130px;
  font-size: 17px;
  text-transform: uppercase; }
  .live-sale-page-v2-mobile .btn-refresh:hover {
    background: linear-gradient(#69294e, #441b33);
    background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
  .live-sale-page-v2-mobile .btn-refresh.active {
    background: linear-gradient(#51203d, #762e58);
    background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
  .live-sale-page-v2-mobile .btn-refresh:hover, .live-sale-page-v2-mobile .btn-refresh:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .live-sale-page-v2-mobile .btn-refresh:active {
    background: linear-gradient(#441b33, #69294e);
    background: -ms-linear-gradient(#762e58, #51203d, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .live-sale-page-v2-mobile .btn-refresh.flat {
    background: #762e58;
    border: 0;
    border-color: #762e58;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .live-sale-page-v2-mobile .btn-refresh.flat:hover {
    background: #883566; }
  .live-sale-page-v2-mobile .btn-refresh.flat:active {
    background: #64274a; }
  .live-sale-page-v2-mobile .btn-refresh.white.flat {
    border: 1px solid black; }

.no-padding {
  padding: 0 !important;
  margin: 0 !important; }

.register-landing-page .content-container {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px; }

.register-landing-page .icon {
  background-image: url("/img/create-account@2x.png");
  height: 200px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.register-landing-page .header {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600px; }

.register-landing-page .content {
  margin-bottom: 20px; }

.voffset {
  margin-top: 2px; }

.voffset1 {
  margin-top: 5px; }

.voffset2 {
  margin-top: 10px; }

.voffset3 {
  margin-top: 15px; }

.voffset4 {
  margin-top: 30px; }

.voffset5 {
  margin-top: 40px; }

.voffset6 {
  margin-top: 60px; }

.voffset7 {
  margin-top: 80px; }

.voffset8 {
  margin-top: 100px; }

.voffset9 {
  margin-top: 150px; }

.voffset-bottom {
  margin-bottom: 2px; }

.voffset-bottom1 {
  margin-bottom: 5px; }

.voffset-bottom2 {
  margin-bottom: 10px; }

.voffset-bottom3 {
  margin-bottom: 15px; }

.voffset-bottom4 {
  margin-bottom: 30px; }

.voffset-bottom5 {
  margin-bottom: 40px; }

.voffset-bottom6 {
  margin-bottom: 60px; }

.voffset-bottom7 {
  margin-bottom: 80px; }

.voffset-bottom8 {
  margin-bottom: 100px; }

.voffset-bottom9 {
  margin-bottom: 150px; }

.voffset-bottom20 {
  margin-bottom: 20px; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.btn.icon.watch-lot::before, .btn.icon.watched-lot::before,
.btn.icon.watch-artist::before, .btn.icon.watched-artist::before {
  background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/icon-watch-lot-star.png");
  width: 17px;
  height: 16px;
  left: 5px;
  top: 6px; }

.btn.icon.watch-lot::before, .btn.icon.watch-artist::before {
  background-position: 0 0px; }

.btn.icon.watched-lot::before, .btn.icon.watched-artist::before, .btn.icon.watched-lot:hover::before, .btn.icon.watched-artist:hover::before {
  background-position: 0 -17px; }

body.is-fully-responsive .slicknav-holder::after {
  content: '';
  position: absolute;
  background-image: url("/img/n4-spink/logo-collapsed.png");
  height: 47px;
  width: 80%;
  left: 10%;
  top: 0;
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat; }

@media screen and (max-width: 991px) and (min-width: 767px) and (orientation: portrait) {
  body.is-fully-responsive .slicknav-holder::after {
    /* ipad portrait */
    background-size: 30%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body.is-fully-responsive .slicknav-holder::after {
    background-size: 30%; } }

.save-search-container .saving-indicator,
.save-search-container .search-saved {
  color: #677e52;
  display: inline-block; }

.save-search-container .view-searches {
  display: inline-block;
  margin-left: 10px; }
  .save-search-container .view-searches a {
    color: #666666;
    text-decoration: underline; }

#auction-header .search-notification-frequency {
  display: block !important; }

.lot-page .btn.place-bid,
.lot-page .btn.make-offer,
.lot-page .make-an-offer-container .or-separator {
  width: 136px; }

.lot-page .make-an-offer-container .or-separator {
  position: relative;
  margin: 4px 0;
  text-align: center;
  font-size: 14px;
  color: #999999; }

.lot-page .make-an-offer-container .btn.make-offer.flat {
  background: -ms-linear-gradient(white, #e6e6e6);
  background: linear-gradient(white, #e6e6e6);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #d4d4d4;
  color: #eb5e28;
  border: 1px solid #eb5e28 !important; }
  .lot-page .make-an-offer-container .btn.make-offer.flat:hover {
    background: linear-gradient(#f6f6f6, #dddddd);
    background: -ms-linear-gradient(white, #e6e6e6, "vertical"); }
  .lot-page .make-an-offer-container .btn.make-offer.flat.active {
    background: linear-gradient(#e6e6e6, white);
    background: -ms-linear-gradient(white, #e6e6e6, "vertical"); }
  .lot-page .make-an-offer-container .btn.make-offer.flat:hover, .lot-page .make-an-offer-container .btn.make-offer.flat:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .lot-page .make-an-offer-container .btn.make-offer.flat:active {
    background: linear-gradient(#dddddd, #f6f6f6);
    background: -ms-linear-gradient(white, #e6e6e6, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .lot-page .make-an-offer-container .btn.make-offer.flat.flat {
    background: white;
    border: 0;
    border-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .lot-page .make-an-offer-container .btn.make-offer.flat.flat:hover {
    background: white; }
  .lot-page .make-an-offer-container .btn.make-offer.flat.flat:active {
    background: #f2f2f2; }
  .lot-page .make-an-offer-container .btn.make-offer.flat.white.flat {
    border: 1px solid black; }

.cookie-warning {
  margin: 0px;
  position: fixed;
  border-width: 1px 1px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #e4e4e4;
  border-right-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-image: initial;
  bottom: 0px;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  border-bottom-style: initial;
  border-bottom-color: initial;
  left: 10%;
  width: 80%;
  z-index: 2147483647;
  color: #333333;
  background: #eeeeee;
  opacity: 1; }
  .cookie-warning .close-cookie-warning {
    margin-right: 10px;
    margin-top: 10px;
    background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/icon-x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }
  .cookie-warning .cookie-warning-content {
    margin: 15px 35px 10px 35px;
    text-align: left !important;
    font-size: 11px; }
    .cookie-warning .cookie-warning-content a {
      color: #333333;
      text-decoration: underline; }
      .cookie-warning .cookie-warning-content a:hover {
        color: #666666; }

.cookie-warning-v2 {
  margin: 0px;
  position: fixed;
  border-width: 1px 1px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #e4e4e4;
  border-right-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-image: initial;
  bottom: 0px;
  border-bottom-style: initial;
  border-bottom-color: initial;
  z-index: 9999980;
  color: #333333;
  background: #eeeeee;
  opacity: 1;
  width: 100%; }
  .cookie-warning-v2 .cookie-warning-content {
    margin: 5px 35px 0px 35px;
    text-align: center !important;
    font-size: 11px; }
    .cookie-warning-v2 .cookie-warning-content .close-cookie-warning {
      background: -ms-linear-gradient(#762e58, #51203d);
      background: linear-gradient(#762e58, #51203d);
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      border: 1px solid #381629;
      color: white;
      line-height: 21px;
      height: 20px;
      margin-bottom: 5px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      margin-left: 10px;
      margin-right: 10px;
      font-size: 11px; }
      .cookie-warning-v2 .cookie-warning-content .close-cookie-warning:hover {
        background: linear-gradient(#69294e, #441b33);
        background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
      .cookie-warning-v2 .cookie-warning-content .close-cookie-warning.active {
        background: linear-gradient(#51203d, #762e58);
        background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
      .cookie-warning-v2 .cookie-warning-content .close-cookie-warning:hover, .cookie-warning-v2 .cookie-warning-content .close-cookie-warning:active {
        -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
      .cookie-warning-v2 .cookie-warning-content .close-cookie-warning:active {
        background: linear-gradient(#441b33, #69294e);
        background: -ms-linear-gradient(#762e58, #51203d, "vertical");
        -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
      .cookie-warning-v2 .cookie-warning-content .close-cookie-warning.flat {
        background: #762e58;
        border: 0;
        border-color: #762e58;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0; }
      .cookie-warning-v2 .cookie-warning-content .close-cookie-warning.flat:hover {
        background: #883566; }
      .cookie-warning-v2 .cookie-warning-content .close-cookie-warning.flat:active {
        background: #64274a; }
      .cookie-warning-v2 .cookie-warning-content .close-cookie-warning.white.flat {
        border: 1px solid black; }
    .cookie-warning-v2 .cookie-warning-content a.learn-more {
      color: #762e58;
      text-decoration: underline; }
      .cookie-warning-v2 .cookie-warning-content a.learn-more:hover {
        color: #bb4f8e; }

.additional-info-text {
  margin-top: 10px;
  color: #999; }

.bidding-room-footer-text {
  color: #999; }

.live-auction-bulletin-skin-2-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .live-auction-bulletin-skin-2-page .connection-status-wrap {
    background-color: #ccc;
    color: #333;
    position: fixed;
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
    .live-auction-bulletin-skin-2-page .connection-status-wrap.failed {
      color: white;
      background-color: #eb5e28; }
    .live-auction-bulletin-skin-2-page .connection-status-wrap button {
      margin-left: 10px; }
  .live-auction-bulletin-skin-2-page .bulletin-container {
    display: flex;
    height: 100%;
    align-items: stretch; }
    .live-auction-bulletin-skin-2-page .bulletin-container .lot-image-container {
      width: 50%;
      flex-grow: 0;
      flex-shrink: 0; }
      .live-auction-bulletin-skin-2-page .bulletin-container .lot-image-container .lot-number {
        font-weight: bold;
        font-size: 6.5vh;
        line-height: 14vh;
        text-align: center;
        background-color: #f7f7f7;
        border-bottom: 1px solid #e1e1e1;
        text-transform: uppercase; }
      .live-auction-bulletin-skin-2-page .bulletin-container .lot-image-container .lot-image {
        width: 100%;
        height: 86vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #f7f7f7; }
    .live-auction-bulletin-skin-2-page .bulletin-container .lot-details-container {
      width: 50%;
      display: flex;
      flex-direction: column;
      flex-grow: 0;
      flex-shrink: 0;
      background-color: #eee;
      border-left: 1px solid #e1e1e1;
      background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/logo-am-hammer-white.png");
      background-position: right 3vh bottom 3vh;
      background-repeat: no-repeat;
      background-size: auto 10vh; }
      .live-auction-bulletin-skin-2-page .bulletin-container .lot-details-container .bid-details {
        display: flex;
        flex-direction: column; }
        .live-auction-bulletin-skin-2-page .bulletin-container .lot-details-container .bid-details .current-bid-container {
          padding: 0 5vh 0;
          display: flex;
          justify-content: space-between; }
          .live-auction-bulletin-skin-2-page .bulletin-container .lot-details-container .bid-details .current-bid-container .current-bid-currency, .live-auction-bulletin-skin-2-page .bulletin-container .lot-details-container .bid-details .current-bid-container .current-bid-amount {
            font-size: 5vh;
            line-height: 12vh; }
        .live-auction-bulletin-skin-2-page .bulletin-container .lot-details-container .bid-details .current-bid-container:nth-child(1) {
          font-weight: bold; }
          .live-auction-bulletin-skin-2-page .bulletin-container .lot-details-container .bid-details .current-bid-container:nth-child(1) .current-bid-currency, .live-auction-bulletin-skin-2-page .bulletin-container .lot-details-container .bid-details .current-bid-container:nth-child(1) .current-bid-amount {
            font-size: 6.5vh;
            line-height: 14vh; }
        .live-auction-bulletin-skin-2-page .bulletin-container .lot-details-container .bid-details .current-bid-container:nth-child(even) {
          background-color: white; }
      .live-auction-bulletin-skin-2-page .bulletin-container .lot-details-container.no-logo {
        background-image: none; }

.live-auction-bulletin-skin-3-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .live-auction-bulletin-skin-3-page .connection-status-wrap {
    background-color: #ccc;
    color: #333;
    position: fixed;
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
    .live-auction-bulletin-skin-3-page .connection-status-wrap.failed {
      color: white;
      background-color: #eb5e28; }
    .live-auction-bulletin-skin-3-page .connection-status-wrap button {
      margin-left: 10px; }
  .live-auction-bulletin-skin-3-page .bulletin-container {
    display: flex;
    height: 100%;
    align-items: stretch;
    margin: 0 auto;
    width: 100%; }
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-image-container {
      width: 67%;
      flex-grow: 0;
      flex-shrink: 0;
      padding-top: 40px;
      padding: 40px 20px; }
      .live-auction-bulletin-skin-3-page .bulletin-container .lot-image-container .lot-number {
        font-weight: 300;
        font-size: 24px;
        color: #333333;
        padding-bottom: 10px; }
      .live-auction-bulletin-skin-3-page .bulletin-container .lot-image-container .lot-image {
        width: 100%;
        height: 86vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container {
      width: 33%;
      display: flex;
      flex-direction: column;
      flex-grow: 0;
      flex-shrink: 0;
      background-color: #f1f1f1;
      border-left: 1px solid #e1e1e1;
      background-position: top 40px center;
      background-repeat: no-repeat;
      background-size: auto 10vh; }
      .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .piguet-logo, .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bonhams-logo {
        padding: 25px 40px 0; }
        .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .piguet-logo img, .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bonhams-logo img {
          max-width: 100%;
          height: 140px;
          margin: 0 auto;
          display: block; }
          @media screen and (max-height: 800px) {
            .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .piguet-logo img, .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bonhams-logo img {
              height: 120px; } }
          @media screen and (max-height: 768px) {
            .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .piguet-logo img, .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bonhams-logo img {
              height: 100px; } }
      .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details {
        display: flex;
        flex-direction: column;
        padding-top: 25px;
        height: 100%; }
        .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container {
          padding: 0 35px 0;
          display: flex;
          justify-content: space-between;
          padding-bottom: 10px; }
          .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container.list-container .current-bid-currency {
            font-weight: bold; }
          .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container.list-container .current-bid-amount {
            font-weight: bold; }
          .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .current-bid-currency {
            font-size: 45px;
            font-weight: 600;
            text-transform: uppercase;
            flex: 0 0 48%;
            text-align: right;
            letter-spacing: 2px; }
          .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .current-bid-amount {
            font-size: 45px;
            font-weight: 300;
            text-transform: uppercase;
            flex: 0 0 48%;
            text-align: right;
            letter-spacing: 2px; }
          .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .lot-title-3 {
            text-align: center;
            width: 100%;
            padding-bottom: 15px; }
            .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .lot-title-3 span {
              font-weight: 600;
              font-size: 46px;
              text-transform: uppercase;
              color: #333333; }
          .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .lot-status {
            text-align: center;
            width: 100%;
            padding-bottom: 15px; }
            .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .lot-status span {
              font-weight: bold;
              font-size: 40px;
              text-transform: uppercase;
              color: #333333; }
        .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container:nth-child(2) .current-bid-amount {
          font-weight: 600; }
      .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bottom-line {
        font-size: 15px;
        color: #333333;
        padding: 20px;
        font-weight: 300; }
      .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container.no-logo {
        background-image: none; }
  @media screen and (max-height: 2000px) {
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .lot-title-3 span {
      font-size: 50px; }
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .lot-status span {
      font-size: 40px; }
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .current-bid-currency {
      font-size: 45px; }
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .current-bid-amount {
      font-size: 45px; } }
  @media screen and (max-height: 800px) {
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .lot-title-3 span {
      font-size: 40px; }
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .lot-status span {
      font-size: 30px; }
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .current-bid-currency {
      font-size: 35px; }
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .current-bid-amount {
      font-size: 35px; } }
  @media screen and (max-height: 768px) {
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .lot-title-3 span {
      font-size: 30px; }
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .lot-status span {
      font-size: 20px; }
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .current-bid-currency {
      font-size: 25px; }
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .current-bid-amount {
      font-size: 25px; } }
  @media (max-width: 1024px) {
    .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container {
      background-size: auto 7vh; }
      .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container {
        padding: 0 20px 0 10px; }
        .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .lot-title-3 span {
          font-size: 30px; }
        .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .lot-status span {
          font-size: 24px; }
        .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .current-bid-currency {
          flex: 0 0 35%; }
        .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container .bid-details .current-bid-container .current-bid-amount {
          flex: 0 0 60%; } }
  @media (max-width: 767px) {
    .live-auction-bulletin-skin-3-page .bulletin-container {
      flex-direction: column; }
      .live-auction-bulletin-skin-3-page .bulletin-container .lot-details-container {
        width: 100%; }
      .live-auction-bulletin-skin-3-page .bulletin-container .lot-image-container {
        flex: 1 1 auto;
        width: 100%; }
        .live-auction-bulletin-skin-3-page .bulletin-container .lot-image-container .lot-image {
          height: 100%;
          background-position: top center; } }

.live-auction-bulletin-skin-4-page .bulletin-container {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px; }

.live-auction-bulletin-skin-4-page nav {
  width: 100%;
  padding: 14px;
  border-bottom: 1px solid #dedede; }

.live-auction-bulletin-skin-4-page .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px; }
  .live-auction-bulletin-skin-4-page .header-container .logo-part img {
    max-width: 100%;
    height: 68px;
    margin: auto; }
  .live-auction-bulletin-skin-4-page .header-container .logo-part .logo {
    background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/logo-am-hammer-white.png");
    display: inline-block;
    background-size: 140px auto;
    min-width: 200px;
    height: 68px;
    background-position: center;
    background-repeat: no-repeat; }
  .live-auction-bulletin-skin-4-page .header-container .header-content-part {
    text-align: right; }
    .live-auction-bulletin-skin-4-page .header-container .header-content-part .date {
      color: #c5c5c5;
      font-size: 22px;
      text-transform: uppercase; }
    .live-auction-bulletin-skin-4-page .header-container .header-content-part .month-title {
      font-size: 30px;
      text-transform: capitalize; }

.live-auction-bulletin-skin-4-page .card-row {
  width: 100%;
  margin: 50px 0 30px; }

.live-auction-bulletin-skin-4-page .row-title {
  margin-bottom: 50px; }
  .live-auction-bulletin-skin-4-page .row-title div {
    font-size: 44px;
    text-transform: uppercase; }
    .live-auction-bulletin-skin-4-page .row-title div span {
      color: #707070; }

.live-auction-bulletin-skin-4-page .bulletin-card {
  display: flex;
  flex-direction: row;
  height: 484px;
  background: #f7f7f7;
  margin-bottom: 20px; }
  .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-left-immage-card {
    flex-basis: 50%;
    height: auto; }
    .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-left-immage-card img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-right-content {
    flex-basis: 50%;
    height: auto;
    line-height: 1.3; }
    .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-right-content .content-box {
      padding: 20px;
      width: 100%; }
    .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-right-content .content-row {
      padding-bottom: 20px; }
    .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-right-content .current-text {
      color: #9a9a9a;
      text-transform: uppercase;
      font-size: 38px; }
    .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-right-content .group-lots-title, .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-right-content .current-price, .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-right-content .asking-price {
      font-size: 48px;
      text-transform: uppercase; }
    .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-right-content .current-price {
      color: #d80034; }
    .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-right-content .asking-price {
      color: #989898; }
    .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-right-content .lot-group-item-list {
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box; }
      .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-right-content .lot-group-item-list .lot-group-item {
        font-size: 45px; }
    .live-auction-bulletin-skin-4-page .bulletin-card .bulletin-right-content .mt-20 {
      margin-top: 20px; }

.lot-comments {
  font-size: 16px;
  margin-bottom: 20px; }
  .lot-comments .comment-count {
    margin-bottom: 20px; }
  .lot-comments .comment-wrapper {
    margin-bottom: 20px;
    font-size: 14px;
    padding-bottom: 20px; }
    .lot-comments .comment-wrapper:not(:last-child) {
      border-bottom: 1px solid #f2f2f2; }
    .lot-comments .comment-wrapper.first {
      border-top: 1px solid #f2f2f2;
      padding-top: 20px; }
    .lot-comments .comment-wrapper .comment-header {
      margin-bottom: 5px; }
    .lot-comments .comment-wrapper .comment-name {
      font-weight: 700; }
    .lot-comments .comment-wrapper .comment-date {
      text-align: right;
      color: #999; }
      .lot-comments .comment-wrapper .comment-date .edited {
        font-weight: 700; }
    .lot-comments .comment-wrapper .comment-body {
      position: relative; }
      .lot-comments .comment-wrapper .comment-body .edit-wrapper {
        position: absolute;
        bottom: -13px;
        right: 0; }
  .lot-comments .pagination-wrapper {
    font-size: 12px; }
  .lot-comments textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
    padding: 10px;
    background-color: #f7f7f7;
    resize: none;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #ccc; }
  .lot-comments .post-comment-wrapper .user-wrapper {
    font-size: 12px; }
  .lot-comments .post-comment-wrapper .post-button-wrapper {
    text-align: right; }
  .lot-comments .actions {
    text-align: right; }
    .lot-comments .actions a {
      font-size: 12px;
      display: inline-block;
      margin-right: 10px; }

div.tabs-wrapper-left {
  width: 100%;
  text-align: left;
  margin-top: 12px; }
  div.tabs-wrapper-left .results-notice {
    display: inline-block;
    margin-right: 15px;
    font-weight: 700;
    font-size: 16px; }
  div.tabs-wrapper-left .save-search-container {
    display: inline-block;
    vertical-align: middle; }
    div.tabs-wrapper-left .save-search-container .btn-custom.view-lots.flat {
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      font-weight: 700;
      font-size: 12px;
      height: 31px;
      line-height: 31px;
      padding: 0 17px;
      position: relative; }

/** Order flow scss start **/
.primary-button {
  background: #4c627c;
  padding: 15px 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  text-align: center; }
  .primary-button:hover {
    text-decoration: none;
    background: #39495c; }

.invoice-page {
  padding-bottom: 70px; }
  .invoice-page .primary-button {
    background: #4c627c;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    text-align: center; }
    .invoice-page .primary-button:hover {
      text-decoration: none;
      background: #39495c; }
  .invoice-page .invoices {
    margin: 35px 0; }
    .invoice-page .invoices .content-header .invoice-box-row {
      margin-bottom: 10px; }
      .invoice-page .invoices .content-header .invoice-box-row .invoice-box {
        border: 1px solid #f7f7f7; }
        .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-header {
          background: #f7f7f7;
          padding: 12px 15px;
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid #f7f7f7; }
          .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-header .invoice-header-detail p {
            font-size: 16px;
            text-transform: uppercase;
            color: #333333;
            display: inline-block;
            margin: 0; }
            .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-header .invoice-header-detail p span {
              font-weight: 700; }
          .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-header .invoice-header-detail a {
            display: inline-block;
            font-size: 13px;
            color: #249bff;
            text-transform: uppercase;
            text-decoration: underline;
            margin-left: 10px; }
          .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-header .invoice-status p {
            font-size: 16px;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0; }
            .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-header .invoice-status p i {
              margin-right: 0px; }
            .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-header .invoice-status p.text-danger {
              color: #c62031; }
            .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-header .invoice-status p.text-success {
              color: #78b9a4; }
        .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row {
          padding: 15px;
          display: flex; }
          .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-details {
            width: 43%; }
            .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-details .checkout-text {
              font-size: 13px;
              font-style: italic;
              color: rgba(51, 51, 51, 0.85);
              margin: 0 !important;
              padding: 0 !important;
              font-weight: 400 !important; }
            .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-details p, .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-details span {
              font-size: 13px;
              color: #8a8a8a;
              font-weight: 300;
              padding-bottom: 5px;
              margin: 0; }
            .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-details span {
              font-style: italic; }
            .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-details h3 {
              font-size: 14px;
              color: #333333;
              font-weight: 600;
              margin: 10px 0; }
              .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-details h3 label {
                font-weight: 600;
                border-radius: 5px;
                margin: 0;
                font-size: 13px;
                color: #ffffff;
                padding: 3px 7px;
                font-weight: 400;
                letter-spacing: 1px;
                text-align: center; }
                .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-details h3 label.label-warning {
                  background: #ffab00; }
              .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-details h3 > div {
                display: inline-block; }
          .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-info {
            width: 42%; }
            .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-info > span {
              font-size: 13px;
              color: #333333;
              margin-top: 10px;
              display: block; }
            .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-info p {
              font-size: 16px;
              color: #333333;
              text-transform: uppercase;
              font-weight: 600;
              margin: 0; }
              .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-info p span {
                font-weight: 400; }
          .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-total {
            width: 20%;
            text-align: right; }
            .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-total p {
              font-size: 16px;
              color: #333333;
              text-transform: uppercase;
              font-weight: 600;
              margin: 0; }
              .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-total p span {
                font-weight: 400; }
                .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-total p span.text-danger {
                  color: #c62031; }
                .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-total p span.text-success {
                  color: #78b9a4; }
            .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-total a {
              padding: 8px 20px;
              margin-top: 10px; }
              .invoice-page .invoices .content-header .invoice-box-row .invoice-box .invoice-details-row .invoice-total a i {
                font-size: 18px;
                margin-right: 10px; }
      .invoice-page .invoices .content-header .invoice-box-row.paid .invoice-status p {
        color: #78b9a4; }
      .invoice-page .invoices .content-header .invoice-box-row.unpaid .invoice-status p {
        color: #c62031; }
      .invoice-page .invoices .content-header .invoice-box-row.unpaid .invoice-total p span {
        color: #c62031; }
      .invoice-page .invoices .content-header .invoice-box-row.unpaid .invoice-details h3 {
        margin-top: 5px; }
        .invoice-page .invoices .content-header .invoice-box-row.unpaid .invoice-details h3 .label-warning {
          background-color: #FFAB01;
          font-weight: 600;
          font-size: 12px;
          border-radius: 6px;
          letter-spacing: 1px; }
  .invoice-page .auction-list-title {
    text-align: center; }
  .invoice-page .filters-container {
    background: none;
    border: none; }
    .invoice-page .filters-container:before {
      background: none; }
    .invoice-page .filters-container .pages-wrap {
      margin: 0 auto; }
      .invoice-page .filters-container .pages-wrap label {
        text-align: left;
        display: block; }

.order-detail-wrap {
  margin: 45px 0px; }
  .order-detail-wrap .order-detail-container {
    max-width: 517px;
    margin: 0 auto;
    width: 100%; }
  .order-detail-wrap .order-item-detail p {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .order-detail-wrap .order-item-detail span {
    font-size: 13px;
    color: #8a8a8a;
    font-weight: 400; }

.proceed-payment-button {
  display: flex;
  justify-content: flex-end; }
  .proceed-payment-button a:hover, .proceed-payment-button a:focus {
    background: #39495c;
    color: #ffffff; }

.order-detail-box {
  border: 1px solid #eeeeee;
  margin-top: 20px;
  margin-bottom: 25px; }
  .order-detail-box .order-detail-row {
    padding: 15px 12px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .order-detail-box .order-detail-row p {
      max-width: 80%;
      margin: 0;
      display: -webkit-box;
      max-height: 40px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .order-detail-box .order-detail-row:nth-child(even) {
      background: #fafafa; }
    .order-detail-box .order-detail-row.order-total, .order-detail-box .order-detail-row.order-sub-total {
      padding: 20px 12px;
      background: #ffffff;
      text-transform: uppercase;
      font-weight: 700;
      border-top: 1px solid #eeeeee;
      letter-spacing: 1px;
      font-size: 16px; }
    .order-detail-box .order-detail-row.order-sub-total {
      border-bottom: 1px solid #eeeeee; }
    .order-detail-box .order-detail-row.order-due {
      text-transform: uppercase;
      font-weight: 700;
      padding: 20px 12px;
      letter-spacing: 1px;
      font-size: 16px; }
      .order-detail-box .order-detail-row.order-due span {
        color: #c62031; }
    .order-detail-box .order-detail-row .subtax {
      width: 100%; }
      .order-detail-box .order-detail-row .subtax p {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding-top: 10px;
        max-width: 100%; }
        .order-detail-box .order-detail-row .subtax p span {
          font-size: 12px;
          color: #8a8a8a; }

.order-confirmation-wrap {
  margin: 35px 0;
  padding-bottom: 70px; }
  .order-confirmation-wrap .order-confirmation-container {
    width: 100%;
    max-width: 550px;
    margin: 0 auto; }
  .order-confirmation-wrap .order-confirmation-detail, .order-confirmation-wrap .order-processing, .order-confirmation-wrap .order-failed {
    text-align: center; }
    .order-confirmation-wrap .order-confirmation-detail h2, .order-confirmation-wrap .order-processing h2, .order-confirmation-wrap .order-failed h2 {
      font-size: 28px;
      color: #78b9a4;
      font-weight: 500;
      padding: 10px 0;
      margin: 0; }
    .order-confirmation-wrap .order-confirmation-detail p, .order-confirmation-wrap .order-processing p, .order-confirmation-wrap .order-failed p {
      font-size: 14px;
      font-weight: 400;
      color: #777777;
      font-style: normal;
      margin: 0; }
    .order-confirmation-wrap .order-confirmation-detail a, .order-confirmation-wrap .order-processing a, .order-confirmation-wrap .order-failed a {
      font-size: 14px;
      font-weight: 600;
      color: #333333;
      display: inline-block;
      padding: 10px 0; }
  .order-confirmation-wrap .order-processing h2, .order-confirmation-wrap .order-processing i {
    color: #4c627c; }
  .order-confirmation-wrap .order-failed h2, .order-confirmation-wrap .order-failed i {
    color: #c62031; }
  .order-confirmation-wrap .order-detail-box {
    position: relative;
    border-bottom: none;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
    .order-confirmation-wrap .order-detail-box .order-detail-row.invoice-row {
      background: #ffffff !important;
      position: relative;
      text-align: center;
      font-size: 16px;
      color: #333333;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .order-confirmation-wrap .order-detail-box .order-detail-row.invoice-row p {
        display: block;
        text-align: center;
        width: 100%;
        max-width: 100%; }
      .order-confirmation-wrap .order-detail-box .order-detail-row.invoice-row:after {
        content: '';
        position: absolute;
        bottom: 0;
        border-bottom: 3px dotted #eeeeee;
        width: calc(100% - 30px); }
    .order-confirmation-wrap .order-detail-box .order-detail-row:nth-child(odd) {
      background: #fafafa; }
    .order-confirmation-wrap .order-detail-box .order-detail-row:nth-child(even) {
      background: #ffffff; }
    .order-confirmation-wrap .order-detail-box .order-detail-row.order-total {
      padding: 20px 12px 30px 12px; }
    .order-confirmation-wrap .order-detail-box:after {
      content: "";
      position: absolute;
      bottom: -13px;
      height: 38px;
      width: 100%;
      background: linear-gradient(45deg, transparent 4em, #ffffff 4em), linear-gradient(-45deg, transparent 4em, #ffffff 4em), linear-gradient(50deg, transparent 3.5em, #dbdbd7 3.8em), linear-gradient(-50deg, transparent 3.5em, #dbdbd7 3.8em);
      background-size: 12px 85px;
      z-index: 2; }
  .order-confirmation-wrap .order-ship-details p {
    font-size: 14px;
    color: #777777;
    font-style: italic;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: 300; }

/** Order flow scss end **/
.iti--allow-dropdown {
  float: right;
  width: 60%; }

.sound-toggle {
  background: #FFF;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100px;
  z-index: 999;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  width: 83px; }
  .sound-toggle .on-off-text {
    color: #333333;
    text-transform: uppercase;
    padding-left: 5px;
    margin-left: 3px;
    border-left: 1px solid #cccccc;
    font-size: 14px;
    font-weight: 600; }

@media (max-width: 1200px) {
  .sound-toggle {
    padding: 6px 13px; }
    .sound-toggle img {
      height: 18px; }
    .sound-toggle .on-off-text {
      font-size: 13px; } }

#choice-bidding-lot-selection {
  overflow-y: auto;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-overflow-scrolling: touch; }
  #choice-bidding-lot-selection .lots-selected .modal-footer p {
    color: #eb5e28; }
  #choice-bidding-lot-selection .modal-header {
    text-align: center; }
    #choice-bidding-lot-selection .modal-header h4 {
      text-transform: uppercase;
      font-size: 22px;
      font-weight: 600; }
      #choice-bidding-lot-selection .modal-header h4.won {
        color: #c62031; }
      #choice-bidding-lot-selection .modal-header h4.confirmed .fa-check {
        color: #699e3f; }
    #choice-bidding-lot-selection .modal-header .group-mode {
      font-weight: 700;
      font-size: 18px; }
  #choice-bidding-lot-selection .modal-body,
  #choice-bidding-lot-selection .modal-footer {
    padding: 0; }
  #choice-bidding-lot-selection .left,
  #choice-bidding-lot-selection .right {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
  #choice-bidding-lot-selection .modal-body .lot-selection-info {
    padding: 20px 15px;
    background-color: #F7F7F7;
    width: 100%; }
    #choice-bidding-lot-selection .modal-body .lot-selection-info .right {
      text-align: right; }
      #choice-bidding-lot-selection .modal-body .lot-selection-info .right .lot-selection-timer {
        font-weight: 700;
        font-size: 25px;
        color: #c62031; }
      #choice-bidding-lot-selection .modal-body .lot-selection-info .right p {
        color: #c62031;
        font-size: 12px; }
      #choice-bidding-lot-selection .modal-body .lot-selection-info .right .confirmation-total,
      #choice-bidding-lot-selection .modal-body .lot-selection-info .right .confirmation-total-label {
        color: #eb5e28; }
      #choice-bidding-lot-selection .modal-body .lot-selection-info .right .confirmation-total {
        font-size: 35px; }
      #choice-bidding-lot-selection .modal-body .lot-selection-info .right .confirmation-total-label {
        margin-top: -5px; }
    #choice-bidding-lot-selection .modal-body .lot-selection-info .final-bid-wrapper {
      font-size: 18px; }
      #choice-bidding-lot-selection .modal-body .lot-selection-info .final-bid-wrapper label {
        font-weight: 400;
        display: block;
        margin-bottom: 0; }
      #choice-bidding-lot-selection .modal-body .lot-selection-info .final-bid-wrapper .amount {
        font-weight: 700;
        color: #eb5e28;
        font-size: 30px; }
      #choice-bidding-lot-selection .modal-body .lot-selection-info .final-bid-wrapper .times-the-money {
        background-color: #eb5e28;
        padding: 2px 5px;
        border-radius: 5px;
        color: white;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 10px;
        display: inline-block;
        vertical-align: top;
        margin-top: 10px; }
  #choice-bidding-lot-selection .modal-body .selection-timer-progress {
    width: 100%;
    height: 3px;
    background-color: #ccc;
    margin-bottom: 10px; }
    #choice-bidding-lot-selection .modal-body .selection-timer-progress .selection-timer-progress-bar {
      width: 100%;
      background-color: #eb5e28;
      height: inherit; }
  #choice-bidding-lot-selection .modal-body .lot-selection {
    padding: 10px 15px; }
    #choice-bidding-lot-selection .modal-body .lot-selection .btn-select-all,
    #choice-bidding-lot-selection .modal-body .lot-selection .btn-unselect-all {
      border: 1px solid #ccc;
      font-weight: 400;
      margin-left: 5px; }
    #choice-bidding-lot-selection .modal-body .lot-selection .lot-count label {
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase; }
    #choice-bidding-lot-selection .modal-body .lot-selection ul {
      padding-left: 0;
      margin-left: 0;
      margin-bottom: 0; }
      #choice-bidding-lot-selection .modal-body .lot-selection ul li {
        display: inline-block;
        border: 1px solid #CCCCCC;
        padding: 5px;
        margin: 0;
        margin-right: 5px;
        height: 37px;
        margin-bottom: 10px; }
        #choice-bidding-lot-selection .modal-body .lot-selection ul li .lot-selection-item {
          vertical-align: top;
          margin-top: 7px; }
        #choice-bidding-lot-selection .modal-body .lot-selection ul li .lot-thumbnail-placeholder {
          height: 25px;
          width: 25px;
          display: inline-block;
          margin-right: 8px; }
        #choice-bidding-lot-selection .modal-body .lot-selection ul li .lot-title {
          display: inline-block;
          vertical-align: top;
          line-height: 25px;
          width: 100px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
  #choice-bidding-lot-selection .modal-footer {
    text-align: left;
    padding: 20px 15px;
    margin-top: 0px; }
    #choice-bidding-lot-selection .modal-footer .lot-selection-count {
      font-size: 20px;
      font-weight: 400;
      font-style: italic;
      margin-bottom: 5px;
      color: #eb5e28; }
    #choice-bidding-lot-selection .modal-footer p {
      color: #333;
      font-style: italic; }
    #choice-bidding-lot-selection .modal-footer .right {
      text-align: right; }
    #choice-bidding-lot-selection .modal-footer .total-cost {
      color: #eb5e28;
      font-size: 25px;
      margin-bottom: 5px;
      font-weight: 700; }
    #choice-bidding-lot-selection .modal-footer .btn-custom.btn-confirm {
      background: -ms-linear-gradient(#eb5e28, #cd4713);
      background: linear-gradient(#eb5e28, #cd4713);
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      border: 1px solid #ac3b10;
      color: white; }
      #choice-bidding-lot-selection .modal-footer .btn-custom.btn-confirm:hover {
        background: linear-gradient(#e95218, #bd4112);
        background: -ms-linear-gradient(#eb5e28, #cd4713, "vertical"); }
      #choice-bidding-lot-selection .modal-footer .btn-custom.btn-confirm.active {
        background: linear-gradient(#cd4713, #eb5e28);
        background: -ms-linear-gradient(#eb5e28, #cd4713, "vertical"); }
      #choice-bidding-lot-selection .modal-footer .btn-custom.btn-confirm:hover, #choice-bidding-lot-selection .modal-footer .btn-custom.btn-confirm:active {
        -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
      #choice-bidding-lot-selection .modal-footer .btn-custom.btn-confirm:active {
        background: linear-gradient(#bd4112, #e95218);
        background: -ms-linear-gradient(#eb5e28, #cd4713, "vertical");
        -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
      #choice-bidding-lot-selection .modal-footer .btn-custom.btn-confirm.flat {
        background: #eb5e28;
        border: 0;
        border-color: #eb5e28;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0; }
      #choice-bidding-lot-selection .modal-footer .btn-custom.btn-confirm.flat:hover {
        background: #ed6f3f; }
      #choice-bidding-lot-selection .modal-footer .btn-custom.btn-confirm.flat:active {
        background: #e44f15; }
      #choice-bidding-lot-selection .modal-footer .btn-custom.btn-confirm.white.flat {
        border: 1px solid black; }
    #choice-bidding-lot-selection .modal-footer .btn-link.btn-not-interested {
      color: #CCCCCC;
      text-decoration: underline; }

#bidders-choice-error-popup {
  background: rgba(51, 51, 51, 0.66); }
  #bidders-choice-error-popup .modal-dialog {
    margin-top: 20vh;
    width: 500px; }
  #bidders-choice-error-popup .modal-content {
    overflow: hidden; }
  #bidders-choice-error-popup .modal-header {
    background-color: #d9534f;
    color: white; }
    #bidders-choice-error-popup .modal-header .close-bidder-choice-error-modal {
      color: white;
      font-size: 30px !important;
      opacity: .8; }
    #bidders-choice-error-popup .modal-header .modal-title {
      font-size: 17px !important;
      font-weight: 700 !important; }
  #bidders-choice-error-popup .error-text {
    font-size: 14px; }
  #bidders-choice-error-popup .btn-dismiss {
    background: linear-gradient(to bottom, #7b7b7b 0%, #555 100%);
    color: #fff;
    font-size: 14px !important; }
    #bidders-choice-error-popup .btn-dismiss:hover {
      color: #333;
      background-color: #ebebeb;
      border-color: #adadad; }
  #bidders-choice-error-popup .modal-dialog .modal-footer {
    margin-top: 0px; }
    #bidders-choice-error-popup .modal-dialog .modal-footer .btn-dismiss {
      width: 49%;
      text-transform: uppercase;
      font-size: 18px; }

.no-lot-selection {
  width: 100%;
  padding: 10px 15px;
  min-height: 250px;
  float: left; }
  .no-lot-selection span {
    font-size: 20px; }
  .no-lot-selection h3 {
    font-size: 22px;
    color: #bc1e2f;
    margin: 0;
    font-style: italic;
    padding: 5px 0; }
  .no-lot-selection p {
    font-size: 14px; }

body div.userway.userway_p3, body div.userway.userway_p5, body div.userway.userway_p4 {
  z-index: 9999999; }
  @media (max-width: 768px) {
    body div.userway.userway_p3, body div.userway.userway_p5, body div.userway.userway_p4 {
      bottom: 45px; } }

.spending-limit-box-wrapper .title {
  padding-bottom: 5px !important;
  margin: 0 !important;
  border: none !important; }

.spending-limit-box-wrapper p {
  margin-bottom: 0; }

.spending-limit-box-wrapper .text-muted {
  font-size: 14px; }

.spending-limit-box-wrapper .info-box {
  border: 1px solid #ccc;
  padding: 20px 20px 20px 50px;
  position: relative; }
  .spending-limit-box-wrapper .info-box label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px; }
    .spending-limit-box-wrapper .info-box label input {
      position: absolute;
      left: 20px; }
  .spending-limit-box-wrapper .info-box p {
    font-size: 16px; }

.spending-limit-box-wrapper .spending-limit-dropdown:not(.open) .bid-suggestions {
  display: none !important; }

.spending-limit-box-wrapper .spending-limit-dropdown button {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #E5E5E5;
  background: #fff;
  text-align: left;
  font-size: 16px;
  margin: 15px 0;
  position: relative; }
  .spending-limit-box-wrapper .spending-limit-dropdown button:disabled {
    color: #999; }
  .spending-limit-box-wrapper .spending-limit-dropdown button i {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }

.spending-limit-box-wrapper .spending-limit-dropdown .bid-suggestions {
  top: 70px;
  border-color: #ccc; }
  .spending-limit-box-wrapper .spending-limit-dropdown .bid-suggestions .bid-suggestion {
    padding: 8px 15px;
    background: #fff;
    border-bottom: 1px solid #ccc; }
    .spending-limit-box-wrapper .spending-limit-dropdown .bid-suggestions .bid-suggestion:last-child {
      border-bottom: none; }

.client_phone_info {
  margin-top: 10px; }

.credit-cards .credit-card > label {
  display: flex;
  align-items: center; }

.credit-cards .credit-card input[type="radio"] {
  margin: 0 15px;
  height: 42px; }

.liveAuctionV2Mobile .lot-thumbnail-overlay {
  height: auto; }

body .core-premium-1-lot-page .bid-modal .modal-footer .custom-readonly-select {
  height: 45px;
  background: #fff; }

body .core-premium-1-lot-page .bid-modal .modal-footer .input-group {
  margin-bottom: 20px; }

body .core-premium-1-lot-page .bid-modal .modal-footer .bid-suggestions.dropup {
  bottom: 45px; }

.btn-custom.live.white {
  background: -ms-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #d4d4d4;
  color: #333;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  padding: 0; }
  .btn-custom.live.white:hover {
    background: linear-gradient(#f6f6f6, #dddddd);
    background: -ms-linear-gradient(#fff, #e6e6e6, "vertical"); }
  .btn-custom.live.white.active {
    background: linear-gradient(#e6e6e6, #fff);
    background: -ms-linear-gradient(#fff, #e6e6e6, "vertical"); }
  .btn-custom.live.white:hover, .btn-custom.live.white:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.live.white:active {
    background: linear-gradient(#dddddd, #f6f6f6);
    background: -ms-linear-gradient(#fff, #e6e6e6, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.live.white.flat {
    background: #fff;
    border: 0;
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.live.white.flat:hover {
    background: white; }
  .btn-custom.live.white.flat:active {
    background: #f2f2f2; }
  .btn-custom.live.white.white.flat {
    border: 1px solid black; }
  .btn-custom.live.white:hover {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2); }
  .btn-custom.live.white:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 2px -1px rgba(0, 0, 0, 0.2); }
  .btn-custom.live.white.flat {
    border: 1px solid black; }
  .btn-custom.live.white.active {
    background: #a60000;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.66px;
    border: none; }
  .btn-custom.live.white .live {
    width: auto;
    height: auto;
    padding: 0 10px;
    min-width: 77px; }

.live-view {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .live-view {
      margin-top: 15px; } }
  .live-view .lot-page .main-image-wrap {
    width: 750px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 26px; }
    @media (max-width: 991px) {
      .live-view .lot-page .main-image-wrap {
        width: 100% !important; } }
    .live-view .lot-page .main-image-wrap .current-lot-large {
      border: 1px solid #cccccc;
      width: 100%;
      height: 100%;
      display: block;
      min-height: 430px; }
      @media (max-width: 767px) {
        .live-view .lot-page .main-image-wrap .current-lot-large {
          min-height: 380px; } }
      @media (max-width: 639px) {
        .live-view .lot-page .main-image-wrap .current-lot-large {
          min-height: 220px; } }
  .live-view .lot-page .images {
    display: block;
    margin-top: 5px; }
    @media (max-width: 991px) {
      .live-view .lot-page .images {
        margin-left: 0 !important; } }
    .live-view .lot-page .images img {
      opacity: 1;
      border: none;
      width: 106px;
      height: 85px; }
  .live-view .lot-page .main-image, .live-view .lot-page .lot-thumbnail-placeholder {
    width: 750px;
    box-shadow: none;
    max-width: 100%; }
    .live-view .lot-page .main-image.blank, .live-view .lot-page .lot-thumbnail-placeholder.blank {
      background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/lot-thumbnail-placeholder.png");
      background-size: cover;
      background-position: center;
      height: 430px; }
  .live-view .lot-page .lot-details {
    position: relative;
    float: left;
    width: 100%; }
    .live-view .lot-page .lot-details .lot-number {
      font-size: 24px;
      font-weight: 400;
      color: #999;
      line-height: 22px;
      float: left;
      text-transform: uppercase;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .live-view .lot-page .lot-details .lot-number {
          font-size: 17px; } }
    .live-view .lot-page .lot-details .timer {
      position: absolute;
      right: 0;
      top: 0;
      color: #762e58;
      font-size: 17px;
      font-style: italic;
      font-weight: 400; }
      @media (max-width: 767px) {
        .live-view .lot-page .lot-details .timer {
          font-size: 14px; } }
    .live-view .lot-page .lot-details .title {
      float: left;
      width: 100%;
      font-size: 18px;
      color: #000;
      line-height: 20px;
      font-weight: 600;
      padding-bottom: 9px; }
      @media (max-width: 767px) {
        .live-view .lot-page .lot-details .title {
          font-size: 17px; } }
    .live-view .lot-page .lot-details .lot-price-container {
      float: left;
      width: 100%; }
      .live-view .lot-page .lot-details .lot-price-container .estimate {
        font-size: 18px;
        font-style: normal;
        color: #707070;
        margin-bottom: 8px; }
        @media (max-width: 767px) {
          .live-view .lot-page .lot-details .lot-price-container .estimate {
            font-size: 17px;
            margin-bottom: 0; } }
    .live-view .lot-page .lot-details .desktop-my-bid-wrapper {
      width: 100%;
      float: left; }
      .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical {
        min-height: inherit;
        justify-content: flex-start;
        flex-direction: row;
        align-items: flex-end;
        flex-wrap: wrap; }
        .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .state-label.winning {
          font-size: 18px; }
          @media (max-width: 767px) {
            .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .state-label.winning {
              font-size: 16px; } }
        .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container {
          line-height: 22px; }
          .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container .amount-label {
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase; }
            @media (max-width: 767px) {
              .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container .amount-label {
                font-size: 16px; } }
          .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container .amount {
            font-size: 18px;
            font-weight: 400; }
            @media (max-width: 767px) {
              .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container .amount {
                font-size: 16px; } }
          .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container.bidding-container .amount-label {
            font-weight: 700; }
          .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container.bidding-container .amount {
            font-weight: 700; }
          .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container.current-container .current-label {
            text-transform: uppercase;
            font-weight: 600; }
          .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container.current-container .current-amount {
            font-weight: 400; }
        .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .row:first-child {
          display: flex;
          flex-direction: column; }
          .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .row:first-child .amount-container-col {
            width: auto; }
        .live-view .lot-page .lot-details .desktop-my-bid-wrapper .my-bid-vertical .row.pr-10 {
          padding-right: 10px; }
    .live-view .lot-page .lot-details .reconnect-container .reconnect-btn {
      font-size: 16px;
      font-weight: 400;
      color: #000; }
      .live-view .lot-page .lot-details .reconnect-container .reconnect-btn i {
        margin-right: 6px; }
      .live-view .lot-page .lot-details .reconnect-container .reconnect-btn .disconnect {
        color: #c00101;
        display: inline-block; }
        .live-view .lot-page .lot-details .reconnect-container .reconnect-btn .disconnect span {
          font-weight: bold; }
      .live-view .lot-page .lot-details .reconnect-container .reconnect-btn .refresh-page {
        color: #999999; }
        .live-view .lot-page .lot-details .reconnect-container .reconnect-btn .refresh-page span {
          text-transform: lowercase; }
      .live-view .lot-page .lot-details .reconnect-container .reconnect-btn .reconnect {
        color: #03b6fc;
        text-decoration: underline;
        text-transform: lowercase; }
    .live-view .lot-page .lot-details .bid-button-grp {
      float: left;
      width: 100%; }
      .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn {
        margin: 10px 0; }
        @media (max-width: 767px) {
          .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn {
            margin-bottom: 0; }
            .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn .confirm {
              width: 67%;
              margin-bottom: 0px; } }
        .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn span {
          font-size: 18px;
          font-weight: 600;
          color: #333;
          text-transform: capitalize;
          display: inline-block;
          margin-right: 10px; }
          @media (max-width: 767px) {
            .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn span {
              display: block;
              margin-bottom: 5px;
              margin-right: 0px; } }
        .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn .cancel-bid {
          color: #999;
          text-decoration: underline; }
          @media (max-width: 767px) {
            .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn .cancel-bid {
              display: inline-block;
              text-align: center;
              width: 30%; } }
        @media (min-width: 768px) {
          .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn.first-clicked {
            display: flex;
            align-items: center; }
            .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn.first-clicked .btn-custom {
              order: 1; }
            .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn.first-clicked .cancel-bid {
              order: 2;
              margin-right: 10px; }
            .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn.first-clicked span {
              order: 3; } }
        @media (min-width: 768px) {
          .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn.second-clicked {
            display: flex;
            align-items: center; }
            .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn.second-clicked .btn-custom {
              order: 2; }
            .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn.second-clicked .cancel-bid {
              order: 3; }
            .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn.second-clicked span {
              order: 2; } }
        @media (min-width: 768px) {
          .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn.third-clicked {
            display: flex;
            align-items: center; }
            .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn.third-clicked .btn-custom {
              order: 3;
              margin-left: 10px; }
            .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn.third-clicked .cancel-bid {
              order: 2; }
            .live-view .lot-page .lot-details .bid-button-grp .quick-bid-btn.third-clicked span {
              order: 1; } }
    .live-view .lot-page .lot-details .btn-custom {
      margin-right: 10px;
      min-width: 121px;
      height: 35px;
      font-size: 12px;
      font-weight: 600;
      background: #762e58;
      width: auto;
      border: 1px solid #762e58;
      color: #fff; }
      @media (max-width: 767px) {
        .live-view .lot-page .lot-details .btn-custom {
          width: 100%;
          margin-bottom: 14px;
          margin-right: 0; }
          .live-view .lot-page .lot-details .btn-custom:last-child {
            margin-bottom: 0px; } }
      .live-view .lot-page .lot-details .btn-custom.btn-reconnect {
        margin-top: 15px;
        margin-right: 0; }
    .live-view .lot-page .lot-details .live-view-bid {
      display: flex;
      align-items: center;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .live-view .lot-page .lot-details .live-view-bid {
          margin-top: 15px;
          justify-content: space-between; } }
      .live-view .lot-page .lot-details .live-view-bid span {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        margin-right: 3px;
        display: block;
        margin-right: 10px; }
      .live-view .lot-page .lot-details .live-view-bid .input-group {
        margin-right: 10px; }
        @media (max-width: 767px) {
          .live-view .lot-page .lot-details .live-view-bid .input-group {
            flex: 1 1 auto; } }
        .live-view .lot-page .lot-details .live-view-bid .input-group input {
          width: 140px;
          height: 35px;
          border: 1px solid #ccc;
          padding: 6px;
          font-size: 14px; }
          .live-view .lot-page .lot-details .live-view-bid .input-group input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: rgba(51, 51, 51, 0.5);
            text-transform: capitalize; }
          .live-view .lot-page .lot-details .live-view-bid .input-group input::-moz-placeholder {
            /* Firefox 19+ */
            color: rgba(51, 51, 51, 0.5);
            text-transform: capitalize; }
          .live-view .lot-page .lot-details .live-view-bid .input-group input:-ms-input-placeholder {
            /* IE 10+ */
            color: rgba(51, 51, 51, 0.5);
            text-transform: capitalize; }
          .live-view .lot-page .lot-details .live-view-bid .input-group input:-moz-placeholder {
            /* Firefox 18- */
            color: rgba(51, 51, 51, 0.5);
            text-transform: capitalize; }
          @media (max-width: 767px) {
            .live-view .lot-page .lot-details .live-view-bid .input-group input {
              width: 100%; } }
      @media (max-width: 767px) {
        .live-view .lot-page .lot-details .live-view-bid .my-bid-mobile-edit-inputs {
          flex: 1 1 0; } }
      @media (max-width: 767px) {
        .live-view .lot-page .lot-details .live-view-bid .btn-custom {
          margin-bottom: 0px; } }
  .live-view .next-lots-column {
    float: left; }
    @media (max-width: 991px) {
      .live-view .next-lots-column {
        margin-top: 40px; } }
    .live-view .next-lots-column .next-lots-title {
      font-size: 18px;
      font-weight: 600;
      color: #000;
      line-height: 12px;
      margin-bottom: 18px; }
    .live-view .next-lots-column .lot-repeater {
      border: 2px solid #ececec;
      margin-bottom: 20px;
      position: relative;
      cursor: default; }
      .live-view .next-lots-column .lot-repeater .cover-thumbnail-wrap {
        text-align: center;
        min-height: 250px;
        max-height: 250px; }
        .live-view .next-lots-column .lot-repeater .cover-thumbnail-wrap img {
          max-width: 100%; }
      .live-view .next-lots-column .lot-repeater .lot-thumbnail-placeholder.placeholder-image {
        height: 250px;
        background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/lot-thumbnail-placeholder.png"); }
      .live-view .next-lots-column .lot-repeater .lot-details {
        padding: 14px;
        position: relative; }
        .live-view .next-lots-column .lot-repeater .lot-details .lot-number {
          display: inline-block;
          font-size: 18px;
          color: #999;
          font-weight: 400;
          line-height: 22px;
          text-transform: uppercase; }
        .live-view .next-lots-column .lot-repeater .lot-details .title {
          display: inline-block;
          font-size: 15px;
          color: #000;
          font-weight: 600;
          line-height: 20px;
          width: 100%; }
        .live-view .next-lots-column .lot-repeater .lot-details .watch-icon-wrap {
          display: inline-block; }
        .live-view .next-lots-column .lot-repeater .lot-details .timer {
          position: absolute;
          right: 14px;
          top: 14px;
          color: #762e58;
          font-style: italic;
          font-weight: 400;
          font-size: 15px; }
        .live-view .next-lots-column .lot-repeater .lot-details .estimate {
          font-style: normal;
          font-size: 15px;
          font-weight: 400;
          padding-top: 5px;
          color: #707070; }
        .live-view .next-lots-column .lot-repeater .lot-details .desktop-my-bid-wrapper .my-bid-vertical {
          min-height: inherit; }
          .live-view .next-lots-column .lot-repeater .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container {
            line-height: 22px; }
            .live-view .next-lots-column .lot-repeater .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container .bidding-container .amount-label {
              font-size: 16px;
              font-weight: 600;
              text-transform: uppercase; }
            .live-view .next-lots-column .lot-repeater .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container .bidding-container .amount {
              font-size: 16px;
              font-weight: 400; }
            .live-view .next-lots-column .lot-repeater .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container.current-container .current-label {
              text-transform: uppercase;
              font-weight: 600; }
            .live-view .next-lots-column .lot-repeater .lot-details .desktop-my-bid-wrapper .my-bid-vertical .amount-container.current-container .current-amount {
              font-weight: 400; }
  .live-view .empty-state {
    padding: 80px 20px; }
  .live-view .block-link {
    display: block;
    width: 100%;
    overflow: auto;
    text-decoration: none; }
  .live-view .more-info {
    font-weight: 400;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 8px; }

@media (max-width: 1199px) {
  .hidden-return-wrapper {
    display: none !important; } }

.live-view-button {
  background: -ms-linear-gradient(#DD3C43, #c42229);
  background: linear-gradient(#DD3C43, #c42229);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #a51d23;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.7px; }
  .live-view-button:hover {
    background: linear-gradient(#da2d34, #b51f26);
    background: -ms-linear-gradient(#DD3C43, #c42229, "vertical"); }
  .live-view-button.active {
    background: linear-gradient(#c42229, #DD3C43);
    background: -ms-linear-gradient(#DD3C43, #c42229, "vertical"); }
  .live-view-button:hover, .live-view-button:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .live-view-button:active {
    background: linear-gradient(#b51f26, #da2d34);
    background: -ms-linear-gradient(#DD3C43, #c42229, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .live-view-button.flat {
    background: #DD3C43;
    border: 0;
    border-color: #DD3C43;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .live-view-button.flat:hover {
    background: #e15258; }
  .live-view-button.flat:active {
    background: #d9262e; }
  .live-view-button.white.flat {
    border: 1px solid black; }
  .live-view-button:hover {
    color: white; }

.column3-grid-filter .lot .bid-area .input-group {
  max-width: 120px; }
  .column3-grid-filter .lot .bid-area .input-group input {
    padding: 6px; }

.registration-page.g-recaptcha {
  margin-top: 10px; }

.auction-status-box.language-es-ES {
  width: 72px; }

@media (max-width: 767px) {
  body.has-core-navbar.has-translator-bing .navbar .search-bar {
    right: 15px !important; } }

body #auction-header.v2 .auction-status-box.v2 .live-now-box {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: normal;
  padding: 0; }
  @media (max-width: 767px) {
    body #auction-header.v2 .auction-status-box.v2 .live-now-box {
      font-size: 12px; } }

body.locale-es-ES.is-fully-responsive #auction-header.v2 .mobile-header .toggle-auction-info, body.locale-fr-CA.is-fully-responsive #auction-header.v2 .mobile-header .toggle-auction-info, body.locale-de-DE.is-fully-responsive #auction-header.v2 .mobile-header .toggle-auction-info, body.locale-es-MX.is-fully-responsive #auction-header.v2 .mobile-header .toggle-auction-info, body.locale-fr-FR.is-fully-responsive #auction-header.v2 .mobile-header .toggle-auction-info {
  font-size: 11px; }

body.locale-fr-CA.is-fully-responsive #auction-header.v2 .mobile-header .toggle-auction-info {
  margin-top: -6px; }

.lot-v2.has-bid .my-bid {
  padding-right: 80px; }

body.is-mobile.large-navbar-logo-visible .return-to-wrapper {
  font-size: 11px; }

body.is-mobile.large-navbar-logo-visible.has-navbar-style-2 .return-to-wrapper {
  font-size: 11px; }

body.is-mobile #main {
  margin-top: 47px !important; }
  body.is-mobile #main.search-visible {
    margin-top: 81px !important; }

body.is-mobile.has-return-to-link #main {
  margin-top: 74px !important; }
  body.is-mobile.has-return-to-link #main.search-visible {
    margin-top: 108px !important; }

body.is-mobile:not(.large-navbar-logo-visible) #main.lot-detail {
  margin-top: 47px !important; }
  body.is-mobile:not(.large-navbar-logo-visible) #main.lot-detail.search-visible {
    margin-top: 47px !important; }

body.is-mobile.live-auction-body #main {
  margin-top: 0 !important; }
  body.is-mobile.live-auction-body #main.search-visible {
    margin-top: 0 !important; }

body.is-mobile.live-auction-body.has-return-to-link #main {
  margin-top: 0 !important; }
  body.is-mobile.live-auction-body.has-return-to-link #main.search-visible {
    margin-top: 0 !important; }

body.is-mobile.live-auction-body.locale-de-DE .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .slide-to-bid-message {
  font-size: 16px; }

body.is-mobile.live-auction-body.locale-fr-FR .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .slide-to-bid-message, body.is-mobile.live-auction-body.locale-fr-CA .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .slide-to-bid-message, body.is-mobile.live-auction-body.locale-es-MX .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .slide-to-bid-message, body.is-mobile.live-auction-body.locale-es-ES .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .slide-to-bid-message {
  font-size: 12px; }

#timed-auction-modal.fade.in {
  display: flex !important;
  justify-content: center;
  align-items: center; }

#timed-auction-modal .modal-content {
  border-radius: 0;
  border: none; }

#timed-auction-modal .modal-header {
  border-bottom: 1px solid #e6e6e6; }
  #timed-auction-modal .modal-header .modal-title {
    text-align: center;
    text-transform: uppercase; }

#timed-auction-modal .modal-body {
  background: #f1f1f1; }
  #timed-auction-modal .modal-body p {
    font-size: 14px;
    line-height: 1.4; }

#timed-auction-modal .modal-footer {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6; }
  #timed-auction-modal .modal-footer .btn-default {
    background: #000000;
    color: #fff;
    border: none;
    padding: 7px 40px;
    border-radius: 0px; }

.grouping-lot-header {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0; }
  .grouping-lot-header p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0; }
    .grouping-lot-header p span {
      font-weight: 400;
      padding-left: 5px;
      display: inline-block;
      text-transform: capitalize; }
  .grouping-lot-header .timer {
    font-style: italic;
    color: #762e58;
    font-size: 15px; }

.grouping-lot {
  border: 2px solid #999999;
  padding: 0 10px; }

.group-detail-label a {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
  color: #418AEF; }
  @media (max-width: 767px) {
    .group-detail-label a {
      font-size: 14px; } }

.mobile-footer .my-bid-vertical .state-label {
  display: inline-block; }

.mobile-footer .bidding-amount {
  color: #2e9493;
  padding-left: 2px; }

.mobile-footer .outbid-container .state-label {
  display: block; }

.lot-detail .details .my-bid .static-states {
  display: block; }

.lot-detail .details .edit-and-jump-bid-area {
  display: inline-block; }

.lot-detail .details .state-label, .lot-detail .details .outbid-label {
  display: inline-block;
  vertical-align: middle; }
  .lot-detail .details .state-label .extra-text, .lot-detail .details .outbid-label .extra-text {
    font-weight: 700; }

.lot-detail .details .outbid-amount {
  vertical-align: middle; }
  @media (max-width: 767px) {
    .lot-detail .details .outbid-amount {
      font-weight: 400; } }

.back-group-row {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  display: block;
  overflow: auto; }
  .back-group-row .back-to-lots {
    text-transform: uppercase;
    text-decoration: underline;
    color: #333333;
    font-weight: 600;
    color: #333333; }
  .back-group-row .group-lable {
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 5px;
    text-transform: uppercase; }
  .back-group-row .auction-time-left {
    color: #c62031;
    margin-right: 20px;
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
    font-style: italic;
    font-weight: 600;
    font-size: 15px; }
    @media (max-width: 767px) {
      .back-group-row .auction-time-left {
        margin-right: 10px;
        padding-right: 10px; } }
  .back-group-row .lot-count {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px; }

body.is-mobile .spending-limit-header .spending-limit-box {
  width: 100%;
  border-left: none;
  margin: 15px 0 20px;
  padding: 0;
  height: auto; }
  body.is-mobile .spending-limit-header .spending-limit-box .spending-limit-static {
    position: static; }
  body.is-mobile .spending-limit-header .spending-limit-box .place-bid-box {
    position: static; }
    body.is-mobile .spending-limit-header .spending-limit-box .place-bid-box .input-group {
      width: 145px; }
  @media screen and (max-width: 767px) {
    body.is-mobile .spending-limit-header .spending-limit-box .confirm-edit-mode .confirm {
      margin-left: 0; } }

body.is-mobile .spending-limit-header.bid-sheet-header {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; }
  body.is-mobile .spending-limit-header.bid-sheet-header .number-of-lots {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    width: auto;
    font-size: 20px; }
  body.is-mobile .spending-limit-header.bid-sheet-header .total-spent-amount-box {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 20px;
    display: inline-block; }

body.is-mobile .spending-limit-header .confirm-edit-mode-text {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    body.is-mobile .spending-limit-header .confirm-edit-mode-text {
      width: 100%; } }

body.is-mobile.has-core-navbar .navbar .search-bar {
  top: 3px; }

body.is-mobile #mobile-nav .slicknav-holder .slicknav_menu ul.slicknav_nav {
  overflow-y: auto !important; }

body.live-auction-body .live-sale-page-v2 .lots-header {
  display: flex;
  align-items: center; }
  body.live-auction-body .live-sale-page-v2 .lots-header label {
    margin-bottom: 0; }
  body.live-auction-body .live-sale-page-v2 .lots-header .form-control {
    padding-top: 3px;
    padding-bottom: 4px; }
  body.live-auction-body .live-sale-page-v2 .lots-header .live-auction-pagination {
    display: flex;
    align-items: center;
    margin-left: 12px; }
    body.live-auction-body .live-sale-page-v2 .lots-header .live-auction-pagination .btn-custom {
      margin-left: 3px;
      margin-right: 3px; }

body.live-auction-body .live-auction-container-v2 .bid-info-wrapper.times-the-money-label {
  min-height: 61px; }
  body.live-auction-body .live-auction-container-v2 .bid-info-wrapper.times-the-money-label .times-the-money {
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    pointer-events: none;
    cursor: default; }

.lot-header-v2-mobile .back-wrapper {
  position: relative;
  background: white;
  line-height: 27px;
  padding-top: 10px;
  padding-bottom: 35px;
  font-size: 13px; }
  .lot-header-v2-mobile .back-wrapper a.back-to-lots, .lot-header-v2-mobile .back-wrapper a.back-to-lots:hover, .lot-header-v2-mobile .back-wrapper a.back-to-lots:visited, .lot-header-v2-mobile .back-wrapper a.back-to-lots:active {
    text-transform: uppercase;
    text-decoration: underline;
    color: #333333;
    font-weight: 600;
    color: #333333; }

@media screen and (max-width: 1023px) {
  body.is-non-mobile .error-screen-unsupported {
    padding: 15px;
    display: block !important;
    position: fixed;
    width: 100% !important; } }

body .edit-bid-area .inner-place-bid-box {
  display: flex;
  flex-wrap: wrap; }
  body .edit-bid-area .inner-place-bid-box .bid-actions {
    width: calc(100% - 125px);
    display: flex !important;
    align-items: center; }
  body .edit-bid-area .inner-place-bid-box .buyers-premium-core {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    margin-top: 5px; }
    body .edit-bid-area .inner-place-bid-box .buyers-premium-core.buyers-premium-corepremium {
      padding-right: 5px;
      margin-top: 0; }
    body .edit-bid-area .inner-place-bid-box .buyers-premium-core.buyers-premium-hybrid {
      padding-left: 5px;
      margin-top: 0;
      line-height: 31px; }

body .list-view .edit-bid-area .inner-place-bid-box .buyers-premium-core {
  margin-top: 0;
  padding-left: 5px; }

body .my-bid .edit-bid-area .bid-actions {
  width: calc(100% - 175px); }

body .lot-detail .buyers-premium-core {
  margin-left: 10px;
  margin-top: 0 !important;
  line-height: 31px; }
  body .lot-detail .buyers-premium-core.buyers-premium-corepremium {
    margin-left: 0; }
  body .lot-detail .buyers-premium-core.buyers-premium-hybrid {
    padding-left: 0 !important;
    line-height: 31px; }

.email-verified .btn-custom {
  text-decoration: none; }

.alert {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  right: 0; }

.incp-bp {
  line-height: 1.2 !important; }
  .incp-bp .buyers-premium {
    display: block;
    font-size: 14px; }

.lot-detail .view-bid-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px; }
  .lot-detail .view-bid-area .start-est-price {
    padding-left: 10px; }
    .lot-detail .view-bid-area .start-est-price .minimum-bid {
      line-height: 1;
      vertical-align: middle; }
  .lot-detail .view-bid-area .current-bid {
    margin-left: 5px; }

.lot-detail .buy-now-button.ng-scope {
  display: inline-block;
  background: #eee;
  padding: 9px 15px 10px;
  margin-top: 5px; }
  .lot-detail .buy-now-button.ng-scope span {
    color: #eb5e28;
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px;
    vertical-align: middle; }

.lot-detail .core-premium-1-my-bid-vertical .start-est-price .amount-container-col {
  padding: 0; }

.lot-detail .core-premium-1-my-bid-vertical .buy-now-button .btn {
  width: 210px; }

.buyNowModal .modal-content {
  border-radius: 0; }

.buyNowModal .modal-header {
  position: relative; }
  .buyNowModal .modal-header .modal-title {
    font-weight: 700; }
  .buyNowModal .modal-header .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: lighter;
    margin: 0; }

.buyNowModal .modal-body {
  background: #f5f5f5; }
  .buyNowModal .modal-body h4 {
    margin: 0 0 15px;
    font-weight: 600; }
  .buyNowModal .modal-body .buy-now-info {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px; }
    .buyNowModal .modal-body .buy-now-info span {
      font-size: 16px; }
  .buyNowModal .modal-body .buy-now-info-details {
    font-size: 16px; }

.buyNowModal .modal-footer {
  margin: 0; }
  .buyNowModal .modal-footer .actions {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .buyNowModal .modal-footer .actions .cancel-btn {
      background: transparent;
      border: none;
      border-bottom: 1px solid #ddd;
      color: #bdbdbd;
      font-weight: normal;
      font-size: 16px;
      padding: 0;
      height: auto;
      line-height: 1;
      border-radius: 0; }
    .buyNowModal .modal-footer .actions .buy-btn {
      padding: 10px 30px;
      height: auto;
      font-size: 16px;
      width: 150px; }

body.is-mobile .lot-detail .buy-now-button {
  display: flex;
  align-items: center; }
  body.is-mobile .lot-detail .buy-now-button .btn {
    margin-top: 0 !important; }

body.is-mobile .lot-detail .core-premium-1-my-bid-vertical .buy-now-button .btn {
  width: 100%; }

.navbar-style-2.custom-search-bar #menu-style-2 {
  display: flex;
  align-items: center;
  margin-right: 0; }
  .navbar-style-2.custom-search-bar #menu-style-2 #hamburger {
    margin-right: 0; }

.navbar-style-2.custom-search-bar .search-bar {
  position: relative;
  top: 0;
  width: auto;
  margin-right: 15px; }
  .navbar-style-2.custom-search-bar .search-bar .search-field {
    position: static;
    border-radius: 3px;
    height: 40px;
    margin: 0;
    width: 500px; }
    @media screen and (max-width: 1199px) {
      .navbar-style-2.custom-search-bar .search-bar .search-field {
        width: 240px; } }
    .navbar-style-2.custom-search-bar .search-bar .search-field::placeholder {
      color: #666; }
  .navbar-style-2.custom-search-bar .search-bar .search.icon {
    background-image: url("/img/icon-search-black.png");
    background-color: transparent; }
    .navbar-style-2.custom-search-bar .search-bar .search.icon:hover {
      background-color: transparent; }
  .navbar-style-2.custom-search-bar .search-bar.active ~ .bid-live {
    visibility: visible !important; }
  .navbar-style-2.custom-search-bar .search-bar.active ~ #hamburger {
    visibility: visible !important; }

body.is-mobile .custom-search-bar#mobile-nav .slicknav_menu .slicknav_btn {
  z-index: 111; }

body.is-mobile .custom-search-bar .slicknav-holder:after {
  width: 50px;
  left: 40px; }

body.is-mobile.has-core-navbar .navbar.custom-search-bar .search-bar {
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 15px 0 100px; }
  body.is-mobile.has-core-navbar .navbar.custom-search-bar .search-bar .search-field {
    position: static;
    width: 100%;
    margin: 0;
    height: 30px;
    border-radius: 3px; }
    body.is-mobile.has-core-navbar .navbar.custom-search-bar .search-bar .search-field::placeholder {
      color: #666; }
  body.is-mobile.has-core-navbar .navbar.custom-search-bar .search-bar .search.icon {
    background-image: url("/img/icon-search-black.png");
    background-color: transparent;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 15px; }

.TwoColumns .bid-area-new-bx .place-bid-button-wrap .input-group .form-control {
  height: 37px !important; }

.TwoColumns .bid-area-new-bx .inner-place-bid-box .bid-actions {
  width: auto; }

.TwoColumns .bid-area-new-bx.buyerspremium-singlebid .place-bid-button-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .TwoColumns .bid-area-new-bx.buyerspremium-singlebid .place-bid-button-wrap .input-group .form-control {
    height: 37px !important; }
  .TwoColumns .bid-area-new-bx.buyerspremium-singlebid .place-bid-button-wrap .quick-bid-btn {
    margin-right: 5px; }
  .TwoColumns .bid-area-new-bx.buyerspremium-singlebid .place-bid-button-wrap .buyers-premium-core {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #999; }

.TwoColumns .bid-area-new-bx.buyerspremium-singlebid.edit-bid-area .inner-place-bid-box .bid-actions {
  width: auto; }

.TwoColumns .bid-area-new-bx.buyerspremium-singlebid.edit-bid-area .inner-place-bid-box .buyers-premium-core {
  margin-top: 0; }

.TwoColumns .bid-area-new-bx.invois-buyers-pre-bx.view-bid-area .edit-bid-wrap {
  width: 100%; }

.TwoColumns .bid-area-new-bx.invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .place-bid-button-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .TwoColumns .bid-area-new-bx.invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .place-bid-button-wrap .input-group .form-control {
    height: 37px !important; }
  .TwoColumns .bid-area-new-bx.invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .place-bid-button-wrap .bid-actions {
    width: auto; }
  .TwoColumns .bid-area-new-bx.invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .place-bid-button-wrap .buyers-premium-core {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #999;
    margin-top: 0;
    padding-left: 0; }

.TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap .input-group .form-control {
    height: 37px !important; }
  .TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap .quick-bid-btn {
    margin-right: 5px; }
  .TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap .buyers-premium-core {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #999; }

.TwoColumns .bid-area-new-bx.singlebid-bx.edit-bid-area .inner-place-bid-box .bid-actions {
  width: auto; }

.TwoColumns .bid-area-new-bx.singlebid-bx.edit-bid-area .inner-place-bid-box .buyers-premium-core {
  margin-top: 0; }

.column3-grid-filter .bid-area-new-bx.view-bid-area .place-bid-button-wrap {
  display: flex;
  flex-wrap: wrap; }
  .column3-grid-filter .bid-area-new-bx.view-bid-area .place-bid-button-wrap .edit-bid-wrap {
    width: 100%; }

.column3-grid-filter .bid-area-new-bx.edit-bid-area .inner-place-bid-box .place-bid-button-wrap {
  display: flex;
  flex-wrap: wrap; }

.column3-grid-filter .bid-area-new-bx.edit-bid-area .inner-place-bid-box .input-group {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.column3-grid-filter .bid-area-new-bx.edit-bid-area .inner-place-bid-box .bid-actions {
  margin-top: 10px;
  width: 100%; }

.column3-grid-filter .bid-area-new-bx.edit-bid-area .inner-place-bid-box .buyers-premium-core {
  display: block;
  width: 100%;
  padding-left: 0; }

.column3-grid-filter .bid-area-new-bx .invois-buyers-pre-bx.view-bid-area .place-bid-button-wrap {
  display: flex;
  flex-wrap: wrap; }
  .column3-grid-filter .bid-area-new-bx .invois-buyers-pre-bx.view-bid-area .place-bid-button-wrap .edit-bid-wrap {
    width: 100%; }

.column3-grid-filter .bid-area-new-bx .invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .place-bid-button-wrap {
  display: flex;
  flex-wrap: wrap; }

.column3-grid-filter .bid-area-new-bx .invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .input-group {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.column3-grid-filter .bid-area-new-bx .invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .bid-actions {
  margin-top: 10px;
  width: 100%; }

.column3-grid-filter .bid-area-new-bx .invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .buyers-premium-core {
  display: block;
  width: 100%;
  padding-left: 0; }

.lot-detail .bid-area-new-bx .place-bid-button-wrap .input-group {
  margin-top: 0;
  margin-right: 5px; }

.lot-detail .bid-area-new-bx.buyerspremium-singlebid.view-bid-area .current-bid {
  margin-left: 0; }

.lot-detail .bid-area-new-bx.buyerspremium-singlebid.view-bid-area .bid-actions .btn-custom {
  margin-right: 5px; }

.lot-detail .bid-area-new-bx.buyerspremium-singlebid .place-bid-button-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .lot-detail .bid-area-new-bx.buyerspremium-singlebid .place-bid-button-wrap .place-bid {
    margin-right: 5px; }
  .lot-detail .bid-area-new-bx.buyerspremium-singlebid .place-bid-button-wrap .quick-bid-btn .btn-custom {
    width: auto;
    padding: 0 6px;
    margin-right: 5px; }
  .lot-detail .bid-area-new-bx.buyerspremium-singlebid .place-bid-button-wrap .input-group {
    margin-top: 0;
    margin-right: 5px; }
  .lot-detail .bid-area-new-bx.buyerspremium-singlebid .place-bid-button-wrap .buyers-premium-core {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    margin-left: 0; }

.lot-detail .bid-area-new-bx.buyerspremium-singlebid.edit-bid-area .bid-actions {
  width: auto; }

.lot-detail .bid-area-new-bx.invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box {
  align-items: center; }
  .lot-detail .bid-area-new-bx.invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .input-group {
    margin-top: 0;
    margin-right: 5px; }
  .lot-detail .bid-area-new-bx.invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .move-to-group-box .form-control {
    margin-right: 5px;
    height: 32px;
    padding: 3px 5px; }
  .lot-detail .bid-area-new-bx.invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .bid-actions {
    width: auto; }
    .lot-detail .bid-area-new-bx.invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .bid-actions .btn-custom {
      margin-right: 5px; }
    .lot-detail .bid-area-new-bx.invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .bid-actions .caps {
      margin-right: 5px;
      margin-left: 0; }
  .lot-detail .bid-area-new-bx.invois-buyers-pre-bx.edit-bid-area .inner-place-bid-box .buyers-premium-core {
    margin: 0 5px 0 0; }

.lot-detail .bid-area-new-bx.invois-buyers-pre-bx.edit-bid-area .place-bid-button-wrap {
  display: flex;
  align-items: center; }

.lot-detail .bid-area-new-bx.singlebid-bx.view-bid-area .current-bid {
  margin-left: 0; }

.lot-detail .bid-area-new-bx.singlebid-bx.view-bid-area .start-est-price {
  padding-left: 0; }

.lot-detail .bid-area-new-bx.singlebid-bx .place-bid-button-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 0; }
  .lot-detail .bid-area-new-bx.singlebid-bx .place-bid-button-wrap .place-bid {
    margin-right: 5px; }
  .lot-detail .bid-area-new-bx.singlebid-bx .place-bid-button-wrap .quick-bid-btn .btn-custom {
    width: auto;
    padding: 0 6px;
    margin-right: 5px; }
  .lot-detail .bid-area-new-bx.singlebid-bx .place-bid-button-wrap .input-group {
    margin-top: 0;
    margin-right: 5px; }
  .lot-detail .bid-area-new-bx.singlebid-bx .place-bid-button-wrap .buyers-premium-core {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    margin-left: 0; }

.lot-detail .bid-area-new-bx.singlebid-bx.edit-bid-area .bid-actions {
  width: auto; }

body.is-mobile .lot-detail .mobile-responsive-btn1 .place-bid-button-wrap {
  padding: 10px 0px; }
  body.is-mobile .lot-detail .mobile-responsive-btn1 .place-bid-button-wrap .quick-bid-btn {
    display: flex;
    align-items: center;
    justify-content: center; }
    body.is-mobile .lot-detail .mobile-responsive-btn1 .place-bid-button-wrap .quick-bid-btn .btn-custom {
      margin: 0 15px 0 0; }
      body.is-mobile .lot-detail .mobile-responsive-btn1 .place-bid-button-wrap .quick-bid-btn .btn-custom:last-child {
        margin: 0; }

body.is-mobile .lot-detail .mobile-responsive-btn1 .actions .btn {
  width: 100%;
  height: 40px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px; }

body.is-mobile .lot-detail .mobile-responsive-btn {
  padding: 10px 0px; }
  body.is-mobile .lot-detail .mobile-responsive-btn .quick-bid-btn {
    display: flex;
    align-items: center;
    justify-content: center; }
    body.is-mobile .lot-detail .mobile-responsive-btn .quick-bid-btn .btn-custom {
      margin: 0 15px 0 0; }
      body.is-mobile .lot-detail .mobile-responsive-btn .quick-bid-btn .btn-custom:last-child {
        margin: 0; }

.list-view .edit-bid-area.bid-area-new-bx {
  display: inline-block;
  vertical-align: bottom; }
  .list-view .edit-bid-area.bid-area-new-bx .inner-place-bid-box .input-group {
    margin-top: 0; }
  .list-view .edit-bid-area.bid-area-new-bx .inner-place-bid-box .move-to-group-box .form-control {
    margin-right: 7px;
    height: 31px;
    padding: 3px 12px;
    margin-top: -3px; }
  .list-view .edit-bid-area.bid-area-new-bx .inner-place-bid-box .bid-actions {
    width: auto; }
    .list-view .edit-bid-area.bid-area-new-bx .inner-place-bid-box .bid-actions .btn-custom {
      margin-right: 7px; }
    .list-view .edit-bid-area.bid-area-new-bx .inner-place-bid-box .bid-actions .caps {
      margin-right: 7px;
      margin-left: 0; }

.list-view .edit-bid-area.invois-buyers-pre-bx .inner-place-bid-box {
  align-items: center; }
  .list-view .edit-bid-area.invois-buyers-pre-bx .inner-place-bid-box .place-bid-button-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .list-view .edit-bid-area.invois-buyers-pre-bx .inner-place-bid-box .bid-actions {
    width: auto; }
  .list-view .edit-bid-area.invois-buyers-pre-bx .inner-place-bid-box .buyers-premium-core {
    padding-left: 0;
    line-height: 21px; }

.bid-count-amount {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.outbid-bid-amount {
  display: flex; }

.bid-count-label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px; }

.half-increment-mobile {
  background: border-box;
  border: 1px solid;
  margin: 20px 20px 0;
  font-size: 20px;
  padding: 10px;
  width: 85%; }

@media screen and (max-width: 991px) {
  body.is-mobile #main {
    padding-bottom: 80px; } }

body.is-mobile .live-sale-page-v2-container .live-sale-subheader {
  top: 0; }

body.is-mobile .live-sale-page-v2-container .scroll-sticky-placeholder {
  display: none; }

body.is-mobile .live-sale-page-v2-container .live-sale-page-v2 .lots-strip {
  position: static;
  display: flex; }

body.is-mobile .live-sale-page-v2-container .live-sale-page-v2 .lots-strip-left {
  position: absolute;
  top: 0 !important; }

body.is-mobile .live-sale-page-v2-container .live-sale-page-v2 .lots-strip-right {
  position: absolute;
  top: 0 !important; }

.grid-view.TwoColumns .buyers-premium-input .place-bid-button-wrap {
  flex-wrap: initial; }

.grid-view.TwoColumns .buyers-premium-input .input-group {
  max-width: 305px; }

@media screen and (max-width: 1200px) {
  .grid-view.TwoColumns .my-bid-vertical:not(.realestate) .bid-area .buyers-premium-input .bid-actions {
    margin-top: 0; } }

.core-premium-1-my-bid-vertical .bid-area .buyers-premium-input .input-group {
  width: 305px;
  margin-bottom: 5px; }

.core-premium-1-my-bid-vertical .bid-area .buyers-premium-input .bid-actions {
  width: calc(100% - 175px); }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .core-premium-1-my-bid-vertical .bid-area .buyers-premium-input .input-group {
    width: 100%;
    margin: 0 0 5px; }
  .core-premium-1-my-bid-vertical .bid-area .buyers-premium-input .bid-actions {
    width: auto; } }

.list-view .buyers-premium-input .input-group {
  width: 305px; }

.live-auction .absentee-bid-box .place-bid-box.buyers-premium-input .input-group {
  width: 305px; }
  .live-auction .absentee-bid-box .place-bid-box.buyers-premium-input .input-group .bid-amount-input {
    width: 100%; }

.buyers-premium-input .bid-suggestions .bid-suggestion {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 6px;
  line-height: 20px; }

.bidding-info-buyerspremium {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.phone-country-picker .iti--allow-dropdown {
  width: 100%; }
  .phone-country-picker .iti--allow-dropdown .iti__flag-container {
    height: 31px; }

@media screen and (min-width: 1200px) {
  #auction-header.v2 .title {
    padding-right: 30px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    #auction-header.v2 .title.title-loggedin {
      width: 500px; }
  .locale-de-DE #auction-header.v2 .title, .locale-nl-NL #auction-header.v2 .title {
    width: 590px; }
    .locale-de-DE #auction-header.v2 .title.title-loggedin, .locale-nl-NL #auction-header.v2 .title.title-loggedin {
      width: 475px; }
  .locale-pl-PL #auction-header.v2 .title.title-loggedin {
    width: 375px; }
  .locale-ja-JP #auction-header.v2 .title.title-loggedin {
    width: 440px; }
  .locale-es-MX #auction-header.v2 .title, .locale-es-ES #auction-header.v2 .title {
    width: 580px; }
    .locale-es-MX #auction-header.v2 .title.title-loggedin, .locale-es-ES #auction-header.v2 .title.title-loggedin {
      width: 380px; }
  .locale-fi-FI #auction-header.v2 .title, .locale-it-IT #auction-header.v2 .title {
    width: 530px; }
    .locale-fi-FI #auction-header.v2 .title.title-loggedin, .locale-it-IT #auction-header.v2 .title.title-loggedin {
      width: 400px; }
  .locale-it #auction-header.v2 .title.title-loggedin {
    width: 380px; }
  .locale-fr-CA #auction-header.v2 .title.title-loggedin {
    width: 360px; }
  .locale-fr-FR #auction-header.v2 .title.title-loggedin {
    width: 330px; } }

@media screen and (max-width: 1199px) {
  #auction-header.v2 .title {
    padding-right: 30px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    #auction-header.v2 .title.title-loggedin {
      width: 340px; } }

.locale-pl-PL #auction-header.v2 .actions .auction-registration-notice {
  font-size: 10px; }

.locale-pl-PL .lot-header-v2-mobile .lot-header-wrap .actions .watch-lot, .locale-pl-PL .lot-header-v2-mobile .lot-header-wrap .actions .watched-lot {
  padding-left: 23px; }

.locale-pl-PL .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .action-button {
  font-size: 18px; }

.locale-pl-PL .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .slide-to-bid-message {
  left: 22.5%;
  font-size: 12px; }
  .locale-pl-PL .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .slide-to-bid-message.incp-bp {
    top: 34%; }
    .locale-pl-PL .live-sale-page-v2-mobile .content-footer .bid-slider-wrapper .slide-to-bid-message.incp-bp .buyers-premium {
      font-size: 11px; }

.locale-pl-PL .filtersV2-container .btn-custom {
  font-size: 11px;
  padding: 0 7px; }

.please-wait-modal .modal-dialog {
  height: 100%; }
  .please-wait-modal .modal-dialog .modal-content {
    border-radius: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 390px;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 5px; }
    .please-wait-modal .modal-dialog .modal-content .modal-header {
      border: none;
      padding: 30px 20px 20px;
      position: relative; }
      .please-wait-modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase; }
    .please-wait-modal .modal-dialog .modal-content .modal-body {
      padding: 0 20px; }
      .please-wait-modal .modal-dialog .modal-content .modal-body p {
        font-size: 18px; }
        @media (max-width: 767px) {
          .please-wait-modal .modal-dialog .modal-content .modal-body p {
            font-size: 14px; } }
    .please-wait-modal .modal-dialog .modal-content .modal-footer {
      border: none;
      text-align: center;
      margin: 0;
      padding: 0 20px 20px; }
      .please-wait-modal .modal-dialog .modal-content .modal-footer .loadmore-img {
        background: url("/img/load-modal.gif") no-repeat;
        background-size: contain;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block; }

.choice-lot-selection {
  padding-left: 0;
  padding-right: 0; }
  .choice-lot-selection .form-check {
    padding-left: 5px; }
    .choice-lot-selection .form-check .form-check-label {
      font-size: 14px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -3px; }

.choice-lot-selection-mobile .form-check-label {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px; }

@media screen and (min-width: 1200px) {
  .lots.list-view .lot-v2 .block-link.popover-img-link {
    z-index: 1; }
  button.popover-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 111;
    width: 100%;
    height: 100%; }
  .popover-hide {
    display: none; }
  .pop-comp-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #000;
    text-align: left;
    flex-wrap: wrap;
    z-index: 1111 !important;
    width: 500px; }
  .pop-comp-arrow {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    overflow: hidden;
    pointer-events: none; }
    .pop-comp-arrow::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      width: 20px;
      height: 20px;
      background-color: #fff;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
      transform: rotate(45deg);
      transform-origin: left top; }
  .pop-comp-content {
    position: relative;
    z-index: 2; }
    .pop-comp-content .lazy {
      text-align: center;
      padding: 10px 10px 0;
      width: 200px;
      background-color: #fff;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
      border-radius: 10px; }
      .pop-comp-content .lazy img {
        width: 20px !important;
        margin-bottom: 10px; }
      .pop-comp-content .lazy p {
        font-size: 14px; }
  .pop-comp-wrapper.position-bottom > .pop-comp-arrow {
    margin-left: -10px;
    left: 0;
    top: -19px; }
    .pop-comp-wrapper.position-bottom > .pop-comp-arrow::before {
      box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.14); }
  .pop-comp-wrapper.position-top > .pop-comp-arrow {
    margin-left: -10px;
    left: 0;
    bottom: -19px; }
  .pop-comp-wrapper.position-right > .pop-comp-arrow {
    margin-top: -10px;
    top: 0;
    left: -19px; }
  .pop-comp-wrapper.position-left > .pop-comp-arrow {
    margin-top: -10px;
    top: 0;
    right: -19px; }
  .pop-comp-disable-events {
    pointer-events: none; }
  .popover-body {
    display: none;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px; }
    .popover-body h2 {
      font-size: 20px;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      margin: 0 0 10px; }
    .popover-body p {
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
    .popover-body img {
      width: auto !important; }
    .popover-body .lot-thumbnail-placeholder {
      position: static !important;
      width: 200px !important;
      height: 200px !important; }
  .hide-div {
    display: none; }
    .hide-div + .popover-body {
      display: block; }
  .live-biidding-popover .pop-comp-content {
    display: flex;
    justify-content: center;
    width: 100%; }
  .live-sale-page-v2 .lots-strip .lot-thumbnail-overlay-wrap .watch-icon-wrap {
    z-index: 11111; } }

@media screen and (max-width: 1199px) {
  .popover-hide, .popover-thumbnail {
    display: none !important; } }

#menu.order-menu ul a {
  padding-left: 10px;
  padding-right: 10px; }

.locale-es-ES #auction-header.v2 .actions .auction-registration-notice, .locale-nl-NL #auction-header.v2 .actions .auction-registration-notice {
  font-size: 11px; }

.locale-it-IT .container.nav-container.logo-collapsed .logo.collapsed {
  width: 280px; }

.locale-it-IT .container.nav-container.logo-collapsed #menu {
  margin-left: 280px; }
  .locale-it-IT .container.nav-container.logo-collapsed #menu.order-menu ul a {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 13px; }

.locale-fr-CA .container.nav-container.logo-collapsed .logo.collapsed, .locale-fr-FR .container.nav-container.logo-collapsed .logo.collapsed {
  width: 230px; }

.locale-fr-CA .container.nav-container.logo-collapsed #menu, .locale-fr-FR .container.nav-container.logo-collapsed #menu {
  margin-left: 230px; }
  .locale-fr-CA .container.nav-container.logo-collapsed #menu.order-menu ul a, .locale-fr-FR .container.nav-container.logo-collapsed #menu.order-menu ul a {
    font-size: 13px; }

.locale-es-ES .container.nav-container.logo-collapsed .logo.collapsed, .locale-es-MX .container.nav-container.logo-collapsed .logo.collapsed {
  width: 215px; }

.locale-es-ES .container.nav-container.logo-collapsed #menu, .locale-es-MX .container.nav-container.logo-collapsed #menu {
  margin-left: 215px; }

.locale-de-DE .container.nav-container.logo-collapsed .logo.collapsed, .locale-fi-FI .container.nav-container.logo-collapsed .logo.collapsed, .locale-ja-JP .container.nav-container.logo-collapsed .logo.collapsed, .locale-pl-PL .container.nav-container.logo-collapsed .logo.collapsed, .locale-nl-NL .container.nav-container.logo-collapsed .logo.collapsed {
  width: 210px; }

.locale-de-DE .container.nav-container.logo-collapsed #menu, .locale-fi-FI .container.nav-container.logo-collapsed #menu, .locale-ja-JP .container.nav-container.logo-collapsed #menu, .locale-pl-PL .container.nav-container.logo-collapsed #menu, .locale-nl-NL .container.nav-container.logo-collapsed #menu {
  margin-left: 210px; }
  .locale-de-DE .container.nav-container.logo-collapsed #menu ul a, .locale-fi-FI .container.nav-container.logo-collapsed #menu ul a, .locale-ja-JP .container.nav-container.logo-collapsed #menu ul a, .locale-pl-PL .container.nav-container.logo-collapsed #menu ul a, .locale-nl-NL .container.nav-container.logo-collapsed #menu ul a {
    padding-left: 10px;
    padding-right: 10px; }
  .locale-de-DE .container.nav-container.logo-collapsed #menu.order-menu ul a, .locale-fi-FI .container.nav-container.logo-collapsed #menu.order-menu ul a, .locale-ja-JP .container.nav-container.logo-collapsed #menu.order-menu ul a, .locale-pl-PL .container.nav-container.logo-collapsed #menu.order-menu ul a, .locale-nl-NL .container.nav-container.logo-collapsed #menu.order-menu ul a {
    font-size: 14px; }

.locale-pl-PL .container.nav-container.logo-collapsed #menu.order-menu ul a {
  font-size: 14px;
  padding-left: 7px;
  padding-right: 7px; }

.locale-fi-FI .container.nav-container.logo-collapsed #menu.order-menu ul a {
  font-size: 13px;
  padding-left: 9px;
  padding-right: 9px; }

.loader-left-align {
  padding: 0 10px 0 24px; }

.bid-place-loader {
  position: absolute;
  left: 10px; }

.kyc-box {
  max-width: 740px; }

.kyc-success-box {
  max-width: 380px; }

.kyc-box, .kyc-success-box {
  margin: 20px auto; }
  .kyc-box .title, .kyc-success-box .title {
    font-size: 15px;
    margin-bottom: 5px; }
    .kyc-box .title .check-green, .kyc-success-box .title .check-green {
      color: green; }
  .kyc-box .page-content, .kyc-success-box .page-content {
    font-size: 14px;
    margin-bottom: 15px; }
  .kyc-box .btn-custom, .kyc-success-box .btn-custom {
    background: #000 !important;
    border-color: #000 !important; }
  .kyc-box .btn-custom:hover, .kyc-success-box .btn-custom:hover {
    background: #000 !important; }

.kyc-form {
  background: #fbf9fa;
  padding: 15px; }
  .kyc-form .form-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .kyc-form .form-group label {
      font-size: 14px; }
      .kyc-form .form-group label.open-file {
        margin: 0 5px 0 0;
        border: 2px solid #858585;
        padding: 5px 10px; }
    .kyc-form .form-group input[type="file"] {
      position: absolute;
      opacity: 0; }
    .kyc-form .form-group .supported-types {
      font-size: 14px;
      color: #a3a3a3; }
    .kyc-form .form-group #removeKycFile {
      font-size: 14px;
      color: #428bca; }
    .kyc-form .form-group .no-file-select {
      display: inline;
      margin-right: 10px; }

/* set $outbid-color & $current-bid-color variables for custom brand in BA SCSS */
.amount-container.outbid .outbid-container .outbid-label, .amount-container.outbid .outbid-container .outbid-amount {
  color: #333 !important; }

.my-bid-vertical .state-label.outbid {
  color: #333 !important; }

.outbid-row .state-label {
  color: #333 !important; }

.outbid-container .outbid-label, .outbid-container .outbid-amount, .outbid-container .state-label {
  color: #333 !important; }

.current-container, .current-container .current-label, .current-bid {
  color: rgba(191, 39, 60, 0.9) !important; }

.lot-detail .current-bid {
  color: rgba(191, 39, 60, 0.9) !important; }

#main.liveAuctionV2.liveAuctionTheme1 {
  margin-top: 45px !important; }

.lot-repeater.lot-repeater-index {
  padding-bottom: 10px; }
  .lot-repeater.lot-repeater-index:hover {
    background-color: #f7f7f7 !important; }
  .lot-repeater.lot-repeater-index .lot-v2 .cover-thumbnail-wrap .cover-thumbnail, .lot-repeater.lot-repeater-index .lot-v2 .cover-thumbnail-wrap .lot-thumbnail-placeholder {
    width: 140px !important;
    height: 140px !important; }
  .lot-repeater.lot-repeater-index .lot-v2 .cover-thumbnail-wrap ~ .details {
    margin-right: -140px !important;
    height: 138px !important;
    margin-bottom: 10px !important; }
    .lot-repeater.lot-repeater-index .lot-v2 .cover-thumbnail-wrap ~ .details .text-field-wraps {
      height: 54px !important; }
      .lot-repeater.lot-repeater-index .lot-v2 .cover-thumbnail-wrap ~ .details .text-field-wraps ~ div {
        position: absolute;
        bottom: 0 !important; }

.cof-checkbox label {
  font-size: 14px; }

@media screen and (max-width: 991px) {
  .cof-checkbox input[type="checkbox"] {
    float: left !important; } }

.live-sale-page-v2 .bid-suggestions.dropup {
  top: 34px;
  bottom: auto; }

.lots-page .lots.grid-view.TwoColumns .lot .lot-price-container .reserve {
  padding: 0 12px; }
  .lots-page .lots.grid-view.TwoColumns .lot .lot-price-container .reserve ~ .estimate:before {
    display: none; }

.lots-page .lots.grid-view.column3-grid-filter .lot .lot-price-container .estimate {
  width: 100%; }
  .lots-page .lots.grid-view.column3-grid-filter .lot .lot-price-container .estimate:before {
    display: none; }

.locale-it #auction-header.v2 .auction-status-box.v2 .live-now-box,
.locale-it-IT #auction-header.v2 .auction-status-box.v2 .live-now-box {
  font-size: 11px; }

.locale-fi-FI #auction-header.v2 .auction-status-box.v2 .live-now-box,
.locale-fr-CA #auction-header.v2 .auction-status-box.v2 .live-now-box {
  font-size: 13px; }

.locale-fr-FR #auction-header.v2 .auction-status-box.v2 .live-now-box {
  font-size: 12px; }

.locale-es-MX .lot-page .btn.place-bid,
.locale-fr-CA .lot-page .btn.place-bid,
.locale-it .lot-page .btn.place-bid,
.locale-it-IT .lot-page .btn.place-bid {
  width: auto; }

.locale-de-DE .auctions-page .auction .actions-and-notices .actions,
.locale-es-ES .auctions-page .auction .actions-and-notices .actions,
.locale-es-MX .auctions-page .auction .actions-and-notices .actions,
.locale-fi-FI .auctions-page .auction .actions-and-notices .actions,
.locale-fr-CA .auctions-page .auction .actions-and-notices .actions,
.locale-fr-FR .auctions-page .auction .actions-and-notices .actions,
.locale-it-IT .auctions-page .auction .actions-and-notices .actions,
.locale-it .auctions-page .auction .actions-and-notices .actions,
.locale-pl-PL .auctions-page .auction .actions-and-notices .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center; }

.locale-de-DE .auctions-page .auction .actions > .btn + .btn,
.locale-es-ES .auctions-page .auction .actions > .btn + .btn,
.locale-es-MX .auctions-page .auction .actions > .btn + .btn,
.locale-fi-FI .auctions-page .auction .actions > .btn + .btn,
.locale-fr-CA .auctions-page .auction .actions > .btn + .btn,
.locale-fr-FR .auctions-page .auction .actions > .btn + .btn,
.locale-it-IT .auctions-page .auction .actions > .btn + .btn,
.locale-it .auctions-page .auction .actions > .btn + .btn,
.locale-pl-PL .auctions-page .auction .actions > .btn + .btn {
  margin: 0; }

.locale-de-DE .TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap,
.locale-es-ES .TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap,
.locale-es-MX .TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap,
.locale-fi-FI .TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap,
.locale-fr-CA .TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap,
.locale-fr-FR .TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap,
.locale-it-IT .TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap,
.locale-it .TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap,
.locale-pl-PL .TwoColumns .bid-area-new-bx.singlebid-bx .place-bid-button-wrap {
  gap: 5px 0; }

.locale-it .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now,
.locale-it-IT .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now,
.locale-pl-PL .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now,
.locale-es-MX .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now,
.locale-fi-FI .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now,
.locale-fr-FR .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now {
  font-size: 14px; }

.locale-fr-CA .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now {
  font-size: 12px;
  padding: 0 10px; }

.locale-es-ES .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .off-increment-bidding .half span,
.locale-es-MX .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .off-increment-bidding .half span,
.locale-it-IT .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .off-increment-bidding .half span {
  font-size: 11px; }

.locale-it .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .off-increment-bidding .half span,
.locale-pl-PL .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .off-increment-bidding .half span {
  font-size: 10px; }

.locale-it #auction-header.v2 .toggle-auction-info span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle; }

.locale-it #auction-header.v2 .toggle-auction-info:before {
  top: 85%; }

.locale-de-DE #auction-header.v2 .actions .auction-registration-notice {
  font-size: 12px; }

.locale-de-DE .lot-header-v2-mobile .lot-header-wrap .actions .watched-lot, .locale-de-DE .lot-header-v2-mobile .lot-header-wrap .actions .watch-lot, .locale-es-ES .lot-header-v2-mobile .lot-header-wrap .actions .watched-lot, .locale-es-ES .lot-header-v2-mobile .lot-header-wrap .actions .watch-lot, .locale-fi-FI .lot-header-v2-mobile .lot-header-wrap .actions .watched-lot, .locale-fi-FI .lot-header-v2-mobile .lot-header-wrap .actions .watch-lot, .locale-fr-CA .lot-header-v2-mobile .lot-header-wrap .actions .watched-lot, .locale-fr-CA .lot-header-v2-mobile .lot-header-wrap .actions .watch-lot, .locale-ja-JP .lot-header-v2-mobile .lot-header-wrap .actions .watched-lot, .locale-ja-JP .lot-header-v2-mobile .lot-header-wrap .actions .watch-lot, .locale-nl-NL .lot-header-v2-mobile .lot-header-wrap .actions .watched-lot, .locale-nl-NL .lot-header-v2-mobile .lot-header-wrap .actions .watch-lot, .locale-de-CH .lot-header-v2-mobile .lot-header-wrap .actions .watched-lot, .locale-de-CH .lot-header-v2-mobile .lot-header-wrap .actions .watch-lot, .locale-it-IT .lot-header-v2-mobile .lot-header-wrap .actions .watched-lot, .locale-it-IT .lot-header-v2-mobile .lot-header-wrap .actions .watch-lot, .locale-it .lot-header-v2-mobile .lot-header-wrap .actions .watched-lot, .locale-it .lot-header-v2-mobile .lot-header-wrap .actions .watch-lot {
  padding: 0 9px 0 25px; }

.locale-es-ES .lot-thumbnail-overlay-wrap.small .lot-default-overlay .status-label, .locale-es-MX .lot-thumbnail-overlay-wrap.small .lot-default-overlay .status-label, .locale-fr-CA .lot-thumbnail-overlay-wrap.small .lot-default-overlay .status-label, .locale-fr-FR .lot-thumbnail-overlay-wrap.small .lot-default-overlay .status-label, .locale-nl-NL .lot-thumbnail-overlay-wrap.small .lot-default-overlay .status-label {
  font-size: 10px; }

.locale-fi-FI .lot-thumbnail-overlay-wrap.small .lot-default-overlay .status-label {
  font-size: 9px; }

.locale-it .lot-thumbnail-overlay-wrap.small .lot-default-overlay .status-label, .locale-it-IT .lot-thumbnail-overlay-wrap.small .lot-default-overlay .status-label {
  font-size: 8px; }

.lot-detail .my-bid.my-bid-timed.bidders-choice .edit-and-jump-bid-area .bid-actions a {
  margin-left: 7px !important; }

.locale-ja-JP .lot-detail .bid-area-new-bx .place-bid-button-wrap .input-group, .locale-zh-CN .lot-detail .bid-area-new-bx .place-bid-button-wrap .input-group, .locale-zh-TW .lot-detail .bid-area-new-bx .place-bid-button-wrap .input-group {
  width: 155px; }

.locale-ja-JP .lot-detail .bid-area-new-bx .place-bid-button-wrap .bid-actions, .locale-zh-CN .lot-detail .bid-area-new-bx .place-bid-button-wrap .bid-actions, .locale-zh-TW .lot-detail .bid-area-new-bx .place-bid-button-wrap .bid-actions {
  width: calc(100% - 160px); }

.live-sale-page-v2 .lot-default-overlay,
.live-sale-page-v2-mobile .lot-default-overlay {
  white-space: normal;
  word-break: break-word; }
  .live-sale-page-v2 .lot-default-overlay.status-label-small,
  .live-sale-page-v2-mobile .lot-default-overlay.status-label-small {
    height: auto; }
    .live-sale-page-v2 .lot-default-overlay.status-label-small .status-label,
    .live-sale-page-v2-mobile .lot-default-overlay.status-label-small .status-label {
      -webkit-line-clamp: inherit;
      -webkit-box-orient: inherit;
      overflow: inherit;
      text-overflow: inherit; }

.theme-5-live-sale-page .lots-strip .lot-thumbnail-overlay-wrap .lot-default-overlay .status-label {
  line-height: 16px;
  word-wrap: break-word; }

.navbar-style-2-background {
  z-index: 1031 !important; }

.navbar-style-2-nav {
  z-index: 1032 !important; }

.btn-custom.white.white.flat {
  border: 1px solid #ccc; }

.btn-custom.red-border-and-text {
  color: #eb5e28;
  border-color: #eb5e28; }

body.has-core-navbar-3 .navbar-header .logo {
  background-size: auto 90%; }

body.has-core-navbar-3 .navbar-header .large-navbar-logo {
  background-position: center center;
  background-size: auto 90%; }

body.large-navbar-logo-visible.has-return-to-link .return-to-wrapper {
  z-index: 100000; }

body.has-core-navbar-3 {
  /*.nav .dropdown.auctions .dropdown-menu {
    .section-menu.upcoming-auctions a {
      padding-left: 16px;
    }
  }*/
  /* .navbar .profile-menu {
    max-width: 140px;
    > a {
      max-height: $navbar-height;
      padding-top: 0;
      padding-bottom: 0;
      line-height: $navbar-height;
      .item-name{
        overflow: hidden;
        max-height: 20px;
        max-width: 50px;
        display: inline-block;
      }
    }
  } */ }
  body.has-core-navbar-3 .dropdown-menu {
    max-height: 300px;
    overflow: auto; }
  @media (max-width: 767px) {
    body.has-core-navbar-3 .sort-by-container .filter-item .dropdown-menu {
      left: auto;
      right: 0; }
      body.has-core-navbar-3 .sort-by-container .filter-item .dropdown-menu > li > a {
        white-space: normal;
        padding: 3px 10px; } }
  @media screen and (max-width: 767px) {
    body.has-core-navbar-3.locale-zh-TW .sort-by-container .filter-item .dropdown-menu, body.has-core-navbar-3.locale-zh-CN .sort-by-container .filter-item .dropdown-menu, body.has-core-navbar-3.locale-ja-JP .sort-by-container .filter-item .dropdown-menu {
      min-width: 140px; } }
  body.has-core-navbar-3 .container-non-responsive .navbar-nav.navbar-right:last-child {
    margin-right: 0; }
  body.has-core-navbar-3 .navbar-nav.navbar-right {
    float: left !important; }
  body.has-core-navbar-3 .navbar {
    min-height: 0; }
  body.has-core-navbar-3 .navbar-background {
    position: fixed;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    background: #2a2a2a;
    z-index: 999;
    /* This prevents flickering in chrome */
    -webkit-backface-visibility: hidden; }
  body.has-core-navbar-3 .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  body.has-core-navbar-3 .navbar-header .logo {
    -webkit-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    -moz-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-image: url("/img/n4-spink/logo.png");
    position: absolute;
    top: -45px;
    bottom: -45px;
    width: 250px;
    z-index: 10; }
    body.has-core-navbar-3 .navbar-header .logo.collapsed {
      top: 0;
      bottom: 0;
      width: 300px;
      background-size: auto 75%;
      background-image: url("/img/n4-spink/logo-collapsed.png") !important; }
  body.has-core-navbar-3 .navbar-header .logo.visible {
    opacity: 1.0; }
  body.has-core-navbar-3 .navbar-right {
    transition: all 0.5s !important; }
  body.has-core-navbar-3 .navbar-right.logo-collapsed {
    padding-left: 0;
    margin-left: 0; }
  body.has-core-navbar-3 .navbar-fixed-top {
    height: 40px;
    background: none;
    border: none; }
  body.has-core-navbar-3 .navbar-brand {
    background: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/logo-am-hammer-white.png") center center no-repeat;
    background-size: 100% auto;
    width: 35px;
    padding: 0; }
  body.has-core-navbar-3 .navbar-collapse {
    position: relative; }
  body.has-core-navbar-3 .navbar-collapse + .alert {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li > a {
    /*text-transform: uppercase;*/
    font-size: 15px;
    cursor: pointer;
    color: white;
    font-weight: 500;
    padding-left: 14px;
    padding-right: 14px; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li > a:hover,
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li.open > a,
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li.active > a,
  body.has-core-navbar-3 .navbar-inverse .navbar-right .dropdown-menu li a:hover,
  body.has-core-navbar-3 .navbar-inverse .navbar-right .notification-list > li:hover {
    background-color: #373737; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li > a:hover,
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li.open > a,
  body.has-core-navbar-3 .navbar-inverse .navbar-right > li.active > a {
    border-bottom: 3px solid #ff9725;
    padding-bottom: 7px; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right .dropdown-menu {
    background-color: #2a2a2a;
    padding: 0;
    border-color: #555555;
    border-top-width: 0;
    margin-top: 0;
    z-index: 2; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right .dropdown-menu li a {
    height: 50px;
    line-height: 50px;
    color: white;
    font-weight: 400;
    /*text-transform: uppercase;*/
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right .dropdown-menu li {
    list-style-type: none; }
  body.has-core-navbar-3 .navbar-inverse .navbar-right .dropdown-menu li a.separator-before::before {
    position: absolute;
    content: "";
    left: 10px;
    top: -1px;
    height: 0px;
    right: 0;
    border-top: 1px solid #212121; }
  body.has-core-navbar-3 .nav .dropdown .dropdown-menu {
    width: 350px;
    padding-left: 0; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-label {
      color: #999;
      text-transform: uppercase;
      font-weight: 500;
      padding-left: 10px; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-menu {
      padding-left: 0;
      overflow: hidden; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-menu.two-line li a {
      line-height: 38px; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-menu.two-line li .subtitle {
      bottom: 6px; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-label, body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-link {
      font-size: 12px;
      padding-top: 10px; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-link {
      color: #ff9725;
      position: absolute;
      right: 10px;
      top: 0;
      text-decoration: underline; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-label + .section-menu a, body.has-core-navbar-3 .nav .dropdown .dropdown-menu .section-label + .section-menu .subtitle {
      padding-left: 16px; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu .overflow-hidden-wrap {
      position: relative; }
    body.has-core-navbar-3 .nav .dropdown .dropdown-menu li .subtitle {
      display: block;
      font-size: 12px;
      position: absolute;
      color: #999;
      bottom: 0px;
      z-index: 1; }
  body.has-core-navbar-3 .navbar .account-bar {
    float: right;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 13px;
    padding-left: 15px; }
    body.has-core-navbar-3 .navbar .account-bar > a + a {
      padding-left: 15px; }
    body.has-core-navbar-3 .navbar .account-bar > a {
      color: #939393; }
    body.has-core-navbar-3 .navbar .account-bar > a.profile {
      color: white; }
  body.has-core-navbar-3 .navbar .profile-menu .item-name {
    text-transform: capitalize; }
  body.has-core-navbar-3 .navbar .notification-menu {
    line-height: 40px; }
    body.has-core-navbar-3 .navbar .notification-menu > .dropdown-toggle {
      height: 40px;
      width: 40px;
      background-image: url("/img/icon-notification.png");
      background-repeat: no-repeat;
      background-position: center 15px;
      background-size: 40%; }
    body.has-core-navbar-3 .navbar .notification-menu .dropdown-menu {
      position: absolute;
      right: 0;
      left: auto; }
    body.has-core-navbar-3 .navbar .notification-menu .dropdown-menu > .title {
      color: white;
      text-align: center;
      font-weight: bold;
      line-height: 20px;
      font-size: 18px;
      padding-top: 8px;
      padding-bottom: 10px; }
    body.has-core-navbar-3 .navbar .notification-menu .notification-list {
      color: white;
      margin: 0 2px;
      padding: 0; }
      body.has-core-navbar-3 .navbar .notification-menu .notification-list > li {
        position: relative;
        height: 80px;
        line-height: 80px;
        border-top: 1px solid #333;
        padding: 0 10px 0;
        cursor: pointer; }
      body.has-core-navbar-3 .navbar .notification-menu .notification-list > li .message {
        line-height: 20px;
        vertical-align: middle;
        display: inline-block; }
      body.has-core-navbar-3 .navbar .notification-menu .notification-list > li .message-time {
        position: absolute;
        right: 6px;
        bottom: 8px;
        line-height: 0.79;
        color: #999; }
      body.has-core-navbar-3 .navbar .notification-menu .notification-list .new {
        background-color: #762e58; }
        body.has-core-navbar-3 .navbar .notification-menu .notification-list .new .message {
          font-weight: bold; }
  body.has-core-navbar-3 .navbar .account-bar, body.has-core-navbar-3 .navbar .separator-before {
    /*border-left: 1px solid #333;*/ }
  body.has-core-navbar-3 .navbar .btn {
    float: right;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    margin: 0px 0 0 12px;
    text-transform: uppercase; }
  body.has-core-navbar-3 .nav .dropdown-menu {
    left: 0;
    right: auto; }
  body.has-core-navbar-3 .nav .overflow-hidden-wrap {
    overflow: hidden;
    max-height: 50px; }
  body.has-core-navbar-3 .nav .section-menu a {
    display: block; }
  body.has-core-navbar-3 .navbar .search-bar {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 101;
    overflow: hidden;
    transition: width 0.3s; }
    body.has-core-navbar-3 .navbar .search-bar .search.icon {
      background-image: url("/img/icon-search-white.png");
      background-position: center center;
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      background-size: 40%;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #2A2A2A;
      transition: background-image 0.3s; }
      body.has-core-navbar-3 .navbar .search-bar .search.icon:hover {
        background-color: #373737; }
    body.has-core-navbar-3 .navbar .search-bar .search-field, body.has-core-navbar-3 .navbar .search-bar .search.icon {
      display: inline-block;
      vertical-align: top; }
    body.has-core-navbar-3 .navbar .search-bar .search-field {
      margin-top: 6px;
      position: absolute;
      left: 0px;
      width: 260px;
      height: 28px; }
  body.has-core-navbar-3 .navbar .search-bar.active.empty .search.icon {
    background-image: url("/img/icon-search-cancel-white.png"); }
  body.has-core-navbar-3 .navbar .search-bar.active {
    width: 306px; }
  body.has-core-navbar-3 .nav, body.has-core-navbar-3 .btn.exit {
    transition: opacity 0.3s; }
  body.has-core-navbar-3 .navbar-collapse .search-bar.active ~ .nav, body.has-core-navbar-3 .navbar-collapse .search-bar.active ~ .btn {
    opacity: 0;
    display: none; }
  body.has-core-navbar-3 .navbar-collapse .search-bar.active.active-add ~ .nav, body.has-core-navbar-3 .navbar-collapse .search-bar.active.active-add ~ .btn,
  body.has-core-navbar-3 .navbar-collapse .search-bar.active.active-remove ~ .nav, body.has-core-navbar-3 .navbar-collapse .search-bar.active.active-remove ~ .btn {
    display: block; }
  body.has-core-navbar-3 .navbar-background {
    transition: height 0.2s; }
  body.has-core-navbar-3 .navbar {
    transition: top 0.2s; }
  body.has-core-navbar-3 .navbar-header .large-navbar-logo {
    position: fixed;
    display: none;
    margin-top: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-position: center 80%;
    background-size: auto 70%; }
    body.has-core-navbar-3 .navbar-header .large-navbar-logo.visible {
      display: inline-block; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar-right {
    padding-left: 256px; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar-right.about-link-available {
    padding-left: 221px; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar-right.artists-link-available {
    padding-left: 192px; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar-right.about-link-available.artists-link-available {
    padding-left: 157px; }
  body.has-core-navbar-3 .navbar-header .large-navbar-logo {
    height: 90px; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar-header .large-navbar-logo {
    height: 90px; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar-background {
    height: 130px; }
  body.has-core-navbar-3.large-navbar-logo-visible .navbar {
    top: 45px; }
  body.has-core-navbar-3.large-navbar-logo-visible #main, body.has-core-navbar-3.has-large-navbar-logo #main {
    margin-top: 130px; }
  body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .navbar {
    top: "27px32.5px"; }
  body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .navbar-header .large-navbar-logo {
    top: 27px !important;
    /*height: $navbar-large-height - $navbar-height;*/ }

body.has-core-navbar-3 .nav-container {
  text-align: right; }

body.has-core-navbar-3 .navbar-background {
  background-color: #fff; }

.live-sale-header {
  background-color: #fff; }

.navbar.navbar-inverse.navbar-fixed-top {
  background-color: #fff; }

body.has-core-navbar-3 .container-non-responsive.nav-container, body.has-core-navbar-3 .container.nav-container {
  height: 40px;
  text-align: right;
  position: relative; }

body.has-core-navbar-3.large-navbar-logo-visible .nav-container {
  text-align: right; }

body.has-core-navbar-3 .live-sale-header {
  color: #333333;
  background-color: #fff; }

body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .return-to-wrapper {
  background: rgba(0, 0, 0, 0.15); }
  body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .return-to-wrapper, body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .return-to-wrapper a, body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .return-to-wrapper a:active, body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .return-to-wrapper a:link, body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .return-to-wrapper a:visited {
    color: rgba(0, 0, 0, 0.85); }

body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .navbar {
  background-color: #fff; }

body.has-core-navbar-3 .navbar-background {
  border-bottom: 1px solid #ccc;
  box-sizing: content-box; }

body.has-core-navbar-3 .live-sale-header {
  border-bottom: 1px solid #ccc; }

body.has-core-navbar-3 #menu {
  padding-right: 45px; }
  body.has-core-navbar-3 #menu ul a {
    color: #333333; }
    body.has-core-navbar-3 #menu ul a.section-label {
      color: #333333; }
  body.has-core-navbar-3 #menu ul li {
    border-bottom-color: transparent; }
    body.has-core-navbar-3 #menu ul li.active {
      border-bottom-color: #ccc;
      background-color: #fff; }
    body.has-core-navbar-3 #menu ul li:hover {
      background-color: #fff; }
  body.has-core-navbar-3 #menu ul ul {
    background: #FFFFFF; }
    body.has-core-navbar-3 #menu ul ul li a {
      color: #333; }
  body.has-core-navbar-3 #menu > ul {
    /* top level */ }
    body.has-core-navbar-3 #menu > ul > li {
      border-bottom-color: #fff; }
      body.has-core-navbar-3 #menu > ul > li > a {
        text-transform: initial; }
      body.has-core-navbar-3 #menu > ul > li:hover {
        border-bottom-color: white; }
      body.has-core-navbar-3 #menu > ul > li ul {
        /* sub menu */ }
        body.has-core-navbar-3 #menu > ul > li ul li:not(.section-label):hover {
          background-color: #ccc; }
    body.has-core-navbar-3 #menu > ul > li.locale-wrapper {
      background-color: white;
      border-bottom-color: white; }
      body.has-core-navbar-3 #menu > ul > li.locale-wrapper:hover {
        border-bottom-color: none; }

body.has-core-navbar-3 .navbar .search-bar .search.icon, body.has-core-navbar-3 .navbar-style-2 .search-bar .search.icon {
  background-color: #fff;
  background-image: url("/img/icon-search-black.png"); }
  body.has-core-navbar-3 .navbar .search-bar .search.icon:hover, body.has-core-navbar-3 .navbar-style-2 .search-bar .search.icon:hover {
    background-color: #fff; }

body.has-core-navbar-3 .navbar .search-bar.active.empty .search.icon, body.has-core-navbar-3 .navbar-style-2 .search-bar.active.empty .search.icon {
  background-image: url("/img/icon-search-cancel-black.png"); }

#footer {
  background-color: #F7F7F7;
  color: #333;
  border-top: 1px solid transparent; }
  #footer .section .title {
    color: #eb5e28; }
  #footer .copyright {
    color: #333; }
  #footer .section.powered-by .logo-auction-mobility {
    background-image: url("/img/logo-auction-mobility-black.png"); }
  #footer .download-app-text p {
    color: #333; }

#menu ul a.section-label {
  text-transform: initial; }

#auction-header-wrap {
  background: #ebebeb; }

.agreement-page .title, .about-page h2 {
  color: #333; }

.core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction {
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay {
    /* position: absolute; */
    top: 40px;
    width: 60%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 28px;
    margin-bottom: 20px;
    margin-top: 20px; }
  .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .core-premium-1-auction-status-box.live-now {
    border: 2px solid #d20019;
    color: #d20019;
    text-align: center;
    padding: 2px 10px;
    display: inline-block;
    font-size: 19px;
    border-radius: 5px;
    margin-bottom: 15px; }

.core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .auction-title,
.lots-page .auction-details-header .auction-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: -10px; }

.core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .auction-subtitle,
.lots-page .auction-details-header .auction-subtitle {
  font-size: 17px;
  margin-top: 3px;
  letter-spacing: 1px; }
  .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .auction-subtitle .auction-type,
  .lots-page .auction-details-header .auction-subtitle .auction-type {
    font-weight: 700; }
  .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .auction-subtitle .auction-start-date,
  .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .auction-subtitle .auction-end-date,
  .lots-page .auction-details-header .auction-subtitle .auction-start-date,
  .lots-page .auction-details-header .auction-subtitle .auction-end-date {
    font-size: 15px;
    font-weight: 400; }
    .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .auction-subtitle .auction-start-date span,
    .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .auction-subtitle .auction-end-date span,
    .lots-page .auction-details-header .auction-subtitle .auction-start-date span,
    .lots-page .auction-details-header .auction-subtitle .auction-end-date span {
      font-weight: 600; }
  .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .auction-subtitle .auction-time-left,
  .lots-page .auction-details-header .auction-subtitle .auction-time-left {
    color: #eb5e28;
    font-size: 15px;
    font-weight: 300; }

.core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .auction-location,
.lots-page .auction-details-header .auction-location {
  font-size: 16px;
  font-weight: 400;
  margin-top: 3px;
  letter-spacing: 1px; }

.core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom,
.lots-page .auction-details-header .actions .btn-custom {
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0px 38px;
  margin-right: 10px;
  margin-top: 10px; }

.lots-page .auction-details-header {
  margin-bottom: 20px; }

.auction-registration-notice {
  font-size: 13px;
  position: relative;
  margin-left: 20px;
  font-weight: 600;
  letter-spacing: .2px;
  font-size: 16px;
  margin-top: 5px; }
  .auction-registration-notice::after {
    font-weight: 400;
    position: absolute;
    left: -20px;
    font-family: FontAwesome; }
  .auction-registration-notice.registered {
    color: #2e9493; }
    .auction-registration-notice.registered::after {
      content: "\f00c"; }
  .auction-registration-notice.pending::after {
    content: "\f141"; }
  .auction-registration-notice.declined {
    color: #eb5e28; }
    .auction-registration-notice.declined::after {
      content: "\f00d"; }

.core-premium-1-auctions-toolbar, .core-premium-1-lots-toolbar, .core-premium-1-foreclosures-toolbar, .core-premium-1-list-toolbar {
  background-color: white;
  border: 1px solid #ebebeb;
  border-bottom: none;
  border-width: 1px 0;
  line-height: 40px;
  font-size: 15px;
  padding: 8px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap; }
  .core-premium-1-auctions-toolbar > .align-left, .core-premium-1-lots-toolbar > .align-left, .core-premium-1-foreclosures-toolbar > .align-left, .core-premium-1-list-toolbar > .align-left {
    flex: 5 0 0;
    max-width: 60%; }
    @media (max-width: 768px) {
      .core-premium-1-auctions-toolbar > .align-left, .core-premium-1-lots-toolbar > .align-left, .core-premium-1-foreclosures-toolbar > .align-left, .core-premium-1-list-toolbar > .align-left {
        max-width: 100%; } }
  .core-premium-1-auctions-toolbar > .align-right, .core-premium-1-lots-toolbar > .align-right, .core-premium-1-foreclosures-toolbar > .align-right, .core-premium-1-list-toolbar > .align-right {
    flex: 5;
    text-align: right; }
  .core-premium-1-auctions-toolbar .lot-count, .core-premium-1-auctions-toolbar .bid-count, .core-premium-1-auctions-toolbar .toolbar-deposit-wrap, .core-premium-1-auctions-toolbar .picklist-container, .core-premium-1-auctions-toolbar .traditional-listing-title-container, .core-premium-1-lots-toolbar .lot-count, .core-premium-1-lots-toolbar .bid-count, .core-premium-1-lots-toolbar .toolbar-deposit-wrap, .core-premium-1-lots-toolbar .picklist-container, .core-premium-1-lots-toolbar .traditional-listing-title-container, .core-premium-1-foreclosures-toolbar .lot-count, .core-premium-1-foreclosures-toolbar .bid-count, .core-premium-1-foreclosures-toolbar .toolbar-deposit-wrap, .core-premium-1-foreclosures-toolbar .picklist-container, .core-premium-1-foreclosures-toolbar .traditional-listing-title-container, .core-premium-1-list-toolbar .lot-count, .core-premium-1-list-toolbar .bid-count, .core-premium-1-list-toolbar .toolbar-deposit-wrap, .core-premium-1-list-toolbar .picklist-container, .core-premium-1-list-toolbar .traditional-listing-title-container {
    display: inline-block;
    vertical-align: top; }
    .core-premium-1-auctions-toolbar .lot-count.sort-by-container, .core-premium-1-auctions-toolbar .bid-count.sort-by-container, .core-premium-1-auctions-toolbar .toolbar-deposit-wrap.sort-by-container, .core-premium-1-auctions-toolbar .picklist-container.sort-by-container, .core-premium-1-auctions-toolbar .traditional-listing-title-container.sort-by-container, .core-premium-1-lots-toolbar .lot-count.sort-by-container, .core-premium-1-lots-toolbar .bid-count.sort-by-container, .core-premium-1-lots-toolbar .toolbar-deposit-wrap.sort-by-container, .core-premium-1-lots-toolbar .picklist-container.sort-by-container, .core-premium-1-lots-toolbar .traditional-listing-title-container.sort-by-container, .core-premium-1-foreclosures-toolbar .lot-count.sort-by-container, .core-premium-1-foreclosures-toolbar .bid-count.sort-by-container, .core-premium-1-foreclosures-toolbar .toolbar-deposit-wrap.sort-by-container, .core-premium-1-foreclosures-toolbar .picklist-container.sort-by-container, .core-premium-1-foreclosures-toolbar .traditional-listing-title-container.sort-by-container, .core-premium-1-list-toolbar .lot-count.sort-by-container, .core-premium-1-list-toolbar .bid-count.sort-by-container, .core-premium-1-list-toolbar .toolbar-deposit-wrap.sort-by-container, .core-premium-1-list-toolbar .picklist-container.sort-by-container, .core-premium-1-list-toolbar .traditional-listing-title-container.sort-by-container {
      margin-right: 10px; }
  .core-premium-1-auctions-toolbar .traditional-listing-title-container, .core-premium-1-lots-toolbar .traditional-listing-title-container, .core-premium-1-foreclosures-toolbar .traditional-listing-title-container, .core-premium-1-list-toolbar .traditional-listing-title-container {
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: left center;
    padding-left: 35px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    background-image: url("/img/icon-traditional.png"); }
  .core-premium-1-auctions-toolbar .auction-type, .core-premium-1-lots-toolbar .auction-type, .core-premium-1-foreclosures-toolbar .auction-type, .core-premium-1-list-toolbar .auction-type {
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: left center;
    padding-left: 35px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top; }
    .core-premium-1-auctions-toolbar .auction-type.featured, .core-premium-1-lots-toolbar .auction-type.featured, .core-premium-1-foreclosures-toolbar .auction-type.featured, .core-premium-1-list-toolbar .auction-type.featured {
      background-image: url("/img/icon-featured-auctions.png"); }
    .core-premium-1-auctions-toolbar .auction-type.foreclosures, .core-premium-1-lots-toolbar .auction-type.foreclosures, .core-premium-1-foreclosures-toolbar .auction-type.foreclosures, .core-premium-1-list-toolbar .auction-type.foreclosures {
      background-image: url("/img/icon-foreclosure.png"); }
    .core-premium-1-auctions-toolbar .auction-type.traditional, .core-premium-1-lots-toolbar .auction-type.traditional, .core-premium-1-foreclosures-toolbar .auction-type.traditional, .core-premium-1-list-toolbar .auction-type.traditional {
      background-image: url("/img/icon-traditional.png"); }
    .core-premium-1-auctions-toolbar .auction-type.no-padding, .core-premium-1-lots-toolbar .auction-type.no-padding, .core-premium-1-foreclosures-toolbar .auction-type.no-padding, .core-premium-1-list-toolbar .auction-type.no-padding {
      padding-left: 0; }
  .core-premium-1-auctions-toolbar .core-premium-1-toolbar-pagination-container, .core-premium-1-lots-toolbar .core-premium-1-toolbar-pagination-container, .core-premium-1-foreclosures-toolbar .core-premium-1-toolbar-pagination-container, .core-premium-1-list-toolbar .core-premium-1-toolbar-pagination-container {
    display: inline-block;
    vertical-align: top; }
  .core-premium-1-auctions-toolbar .view-mode-container, .core-premium-1-lots-toolbar .view-mode-container, .core-premium-1-foreclosures-toolbar .view-mode-container, .core-premium-1-list-toolbar .view-mode-container {
    display: inline-block;
    vertical-align: top; }
    .core-premium-1-auctions-toolbar .view-mode-container .btn-custom.view-mode, .core-premium-1-lots-toolbar .view-mode-container .btn-custom.view-mode, .core-premium-1-foreclosures-toolbar .view-mode-container .btn-custom.view-mode, .core-premium-1-list-toolbar .view-mode-container .btn-custom.view-mode {
      background-repeat: no-repeat;
      background-position: 12px center;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      height: 40px;
      padding-left: 40px;
      text-align: right;
      opacity: 0.5; }
      .core-premium-1-auctions-toolbar .view-mode-container .btn-custom.view-mode:hover, .core-premium-1-lots-toolbar .view-mode-container .btn-custom.view-mode:hover, .core-premium-1-foreclosures-toolbar .view-mode-container .btn-custom.view-mode:hover, .core-premium-1-list-toolbar .view-mode-container .btn-custom.view-mode:hover {
        opacity: 0.8; }
      .core-premium-1-auctions-toolbar .view-mode-container .btn-custom.view-mode.active, .core-premium-1-lots-toolbar .view-mode-container .btn-custom.view-mode.active, .core-premium-1-foreclosures-toolbar .view-mode-container .btn-custom.view-mode.active, .core-premium-1-list-toolbar .view-mode-container .btn-custom.view-mode.active {
        opacity: 1.0; }
      .core-premium-1-auctions-toolbar .view-mode-container .btn-custom.view-mode.list, .core-premium-1-lots-toolbar .view-mode-container .btn-custom.view-mode.list, .core-premium-1-foreclosures-toolbar .view-mode-container .btn-custom.view-mode.list, .core-premium-1-list-toolbar .view-mode-container .btn-custom.view-mode.list {
        background-image: url("/img/core-premium-1/view-mode-list.png");
        background-size: auto 35%; }
      .core-premium-1-auctions-toolbar .view-mode-container .btn-custom.view-mode.map, .core-premium-1-lots-toolbar .view-mode-container .btn-custom.view-mode.map, .core-premium-1-foreclosures-toolbar .view-mode-container .btn-custom.view-mode.map, .core-premium-1-list-toolbar .view-mode-container .btn-custom.view-mode.map {
        background-image: url("/img/core-premium-1/view-mode-map.png");
        background-size: auto 40%; }
  .core-premium-1-auctions-toolbar .filter-item-label, .core-premium-1-lots-toolbar .filter-item-label, .core-premium-1-foreclosures-toolbar .filter-item-label, .core-premium-1-list-toolbar .filter-item-label {
    font-size: 13px; }
  .core-premium-1-auctions-toolbar .btn-group, .core-premium-1-lots-toolbar .btn-group, .core-premium-1-foreclosures-toolbar .btn-group, .core-premium-1-list-toolbar .btn-group {
    vertical-align: top; }
  .core-premium-1-auctions-toolbar .btn-custom.dropdown-toggle, .core-premium-1-auctions-toolbar .btn-group.limit .btn-custom, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.prev, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.next, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.view-mode, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.go, .core-premium-1-lots-toolbar .btn-custom.dropdown-toggle, .core-premium-1-lots-toolbar .btn-group.limit .btn-custom, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.prev, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.next, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.view-mode, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.go, .core-premium-1-foreclosures-toolbar .btn-custom.dropdown-toggle, .core-premium-1-foreclosures-toolbar .btn-group.limit .btn-custom, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.prev, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.next, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.view-mode, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.go, .core-premium-1-list-toolbar .btn-custom.dropdown-toggle, .core-premium-1-list-toolbar .btn-group.limit .btn-custom, .core-premium-1-list-toolbar .pages-wrap .btn-custom.prev, .core-premium-1-list-toolbar .pages-wrap .btn-custom.next, .core-premium-1-list-toolbar .pages-wrap .btn-custom.view-mode, .core-premium-1-list-toolbar .pages-wrap .btn-custom.go {
    position: relative;
    font-weight: normal;
    height: 29px;
    line-height: 27px;
    margin-top: 6px; }
    .core-premium-1-auctions-toolbar .btn-custom.dropdown-toggle:hover::before, .core-premium-1-auctions-toolbar .btn-custom.dropdown-toggle:active::before, .core-premium-1-auctions-toolbar .btn-group.limit .btn-custom:hover::before, .core-premium-1-auctions-toolbar .btn-group.limit .btn-custom:active::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.prev:hover::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.prev:active::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.next:hover::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.next:active::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.view-mode:hover::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.view-mode:active::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.go:hover::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.go:active::before, .core-premium-1-lots-toolbar .btn-custom.dropdown-toggle:hover::before, .core-premium-1-lots-toolbar .btn-custom.dropdown-toggle:active::before, .core-premium-1-lots-toolbar .btn-group.limit .btn-custom:hover::before, .core-premium-1-lots-toolbar .btn-group.limit .btn-custom:active::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.prev:hover::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.prev:active::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.next:hover::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.next:active::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.view-mode:hover::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.view-mode:active::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.go:hover::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.go:active::before, .core-premium-1-foreclosures-toolbar .btn-custom.dropdown-toggle:hover::before, .core-premium-1-foreclosures-toolbar .btn-custom.dropdown-toggle:active::before, .core-premium-1-foreclosures-toolbar .btn-group.limit .btn-custom:hover::before, .core-premium-1-foreclosures-toolbar .btn-group.limit .btn-custom:active::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.prev:hover::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.prev:active::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.next:hover::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.next:active::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.view-mode:hover::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.view-mode:active::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.go:hover::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.go:active::before, .core-premium-1-list-toolbar .btn-custom.dropdown-toggle:hover::before, .core-premium-1-list-toolbar .btn-custom.dropdown-toggle:active::before, .core-premium-1-list-toolbar .btn-group.limit .btn-custom:hover::before, .core-premium-1-list-toolbar .btn-group.limit .btn-custom:active::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.prev:hover::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.prev:active::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.next:hover::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.next:active::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.view-mode:hover::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.view-mode:active::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.go:hover::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.go:active::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .core-premium-1-auctions-toolbar .btn-custom.dropdown-toggle:hover::before, .core-premium-1-auctions-toolbar .btn-group.limit .btn-custom:hover::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.prev:hover::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.next:hover::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.view-mode:hover::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.go:hover::before, .core-premium-1-lots-toolbar .btn-custom.dropdown-toggle:hover::before, .core-premium-1-lots-toolbar .btn-group.limit .btn-custom:hover::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.prev:hover::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.next:hover::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.view-mode:hover::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.go:hover::before, .core-premium-1-foreclosures-toolbar .btn-custom.dropdown-toggle:hover::before, .core-premium-1-foreclosures-toolbar .btn-group.limit .btn-custom:hover::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.prev:hover::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.next:hover::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.view-mode:hover::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.go:hover::before, .core-premium-1-list-toolbar .btn-custom.dropdown-toggle:hover::before, .core-premium-1-list-toolbar .btn-group.limit .btn-custom:hover::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.prev:hover::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.next:hover::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.view-mode:hover::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.go:hover::before {
      background-color: rgba(0, 0, 0, 0.05); }
    .core-premium-1-auctions-toolbar .btn-custom.dropdown-toggle:active::before, .core-premium-1-auctions-toolbar .btn-group.limit .btn-custom:active::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.prev:active::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.next:active::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.view-mode:active::before, .core-premium-1-auctions-toolbar .pages-wrap .btn-custom.go:active::before, .core-premium-1-lots-toolbar .btn-custom.dropdown-toggle:active::before, .core-premium-1-lots-toolbar .btn-group.limit .btn-custom:active::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.prev:active::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.next:active::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.view-mode:active::before, .core-premium-1-lots-toolbar .pages-wrap .btn-custom.go:active::before, .core-premium-1-foreclosures-toolbar .btn-custom.dropdown-toggle:active::before, .core-premium-1-foreclosures-toolbar .btn-group.limit .btn-custom:active::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.prev:active::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.next:active::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.view-mode:active::before, .core-premium-1-foreclosures-toolbar .pages-wrap .btn-custom.go:active::before, .core-premium-1-list-toolbar .btn-custom.dropdown-toggle:active::before, .core-premium-1-list-toolbar .btn-group.limit .btn-custom:active::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.prev:active::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.next:active::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.view-mode:active::before, .core-premium-1-list-toolbar .pages-wrap .btn-custom.go:active::before {
      background-color: rgba(0, 0, 0, 0.1); }

.tabs .tab + .tab:not(.active) {
  border-left: none; }

.tabs-wrapper {
  width: 100%;
  text-align: right;
  margin-top: 20px; }
  .tabs-wrapper .core-premium-1-lots-tabs {
    position: initial; }
    .tabs-wrapper .core-premium-1-lots-tabs .tab.active {
      border-color: #ebebeb;
      border-top-width: 1px;
      border-left-width: 1px;
      border-right-width: 1px;
      position: relative; }
      .tabs-wrapper .core-premium-1-lots-tabs .tab.active::after {
        position: absolute;
        bottom: -1px;
        content: "";
        width: 100%;
        right: 0;
        border-bottom: 1px solid white;
        z-index: 1; }

.core-premium-1-lots-toolbar .results-notice {
  display: inline-block;
  margin-right: 15px;
  font-weight: 700;
  font-size: 16px; }

.core-premium-1-lots-toolbar.bottom .core-premium-1-toolbar-pagination-container {
  width: 100%; }

.core-premium-1-lots-toolbar .lot-count, .core-premium-1-lots-toolbar .bid-count {
  font-weight: bold;
  text-transform: uppercase; }

.core-premium-1-lots-toolbar .bid-count {
  color: #eb5e28; }

.core-premium-1-lots-toolbar .lot-count, .core-premium-1-lots-toolbar .bid-count, .core-premium-1-lots-toolbar .field {
  margin-right: 15px; }

.pagination-column .core-premium-1-toolbar-pagination-container {
  float: right; }

.core-premium-1-toolbar-pagination-container {
  line-height: 40px;
  text-align: center; }
  .core-premium-1-toolbar-pagination-container.mobile-only {
    margin-top: 20px; }

.filter-item input[type="text"] {
  -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 2px 2px 0px #dddddd; }

.filter-item .go {
  text-transform: uppercase;
  padding: 0 6px; }

.filter-item.bid-count-wrap {
  display: inline-block;
  line-height: 29px; }
  .filter-item.bid-count-wrap .btn.bid-count {
    background: -ms-linear-gradient(white, #e6e6e6);
    background: linear-gradient(white, #e6e6e6);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #d4d4d4;
    color: #eb5e28;
    border: 1px solid #eb5e28 !important; }
    .filter-item.bid-count-wrap .btn.bid-count:hover {
      background: linear-gradient(#f6f6f6, #dddddd);
      background: -ms-linear-gradient(white, #e6e6e6, "vertical"); }
    .filter-item.bid-count-wrap .btn.bid-count.active {
      background: linear-gradient(#e6e6e6, white);
      background: -ms-linear-gradient(white, #e6e6e6, "vertical"); }
    .filter-item.bid-count-wrap .btn.bid-count:hover, .filter-item.bid-count-wrap .btn.bid-count:active {
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
    .filter-item.bid-count-wrap .btn.bid-count:active {
      background: linear-gradient(#dddddd, #f6f6f6);
      background: -ms-linear-gradient(white, #e6e6e6, "vertical");
      -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
    .filter-item.bid-count-wrap .btn.bid-count.flat {
      background: white;
      border: 0;
      border-color: white;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0; }
    .filter-item.bid-count-wrap .btn.bid-count.flat:hover {
      background: white; }
    .filter-item.bid-count-wrap .btn.bid-count.flat:active {
      background: #f2f2f2; }
    .filter-item.bid-count-wrap .btn.bid-count.white.flat {
      border: 1px solid black; }

.filter-item.jump-to-lot-wrap {
  display: inline-block;
  margin-right: 9px; }
  .filter-item.jump-to-lot-wrap #jump-to-lot-input-premium {
    height: 29px;
    margin-top: 6px;
    padding-top: 4px;
    border-radius: 0;
    width: 60px;
    display: inline-block;
    vertical-align: top; }
  .filter-item.jump-to-lot-wrap .go {
    position: relative;
    font-weight: normal;
    height: 29px;
    line-height: 27px;
    margin-top: 6px;
    vertical-align: top;
    margin-left: -5px; }
    .filter-item.jump-to-lot-wrap .go:hover {
      background-color: #f2f2f2; }

.filter-item.search-lot-wrap {
  display: inline-block;
  margin-right: 9px; }
  .filter-item.search-lot-wrap #search-lot-input-premium {
    height: 29px;
    margin-top: 6px;
    padding-top: 4px;
    border-radius: 0;
    width: 150px;
    display: inline-block;
    vertical-align: top; }
  .filter-item.search-lot-wrap button.go {
    position: relative;
    font-weight: normal;
    height: 29px;
    width: 32px;
    line-height: 27px;
    margin-top: 6px;
    vertical-align: top;
    margin-left: -5px;
    background-image: url("/img/icon-search-gray@2x.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center; }
    .filter-item.search-lot-wrap button.go:hover {
      background-color: #f2f2f2;
      background-image: url("/img/icon-search-gray@2x.png");
      background-size: 60%;
      background-repeat: no-repeat;
      background-position: center; }

.filter-item.top-pagination {
  width: 100%;
  text-align: right;
  border-top: 1px solid #ebebeb;
  margin-top: 5px;
  padding-top: 5px; }
  .filter-item.top-pagination .core-premium-1-toolbar-pagination-container .filter-item {
    margin-right: 5px; }

.filter-item.limit-wrap,
.filter-item.jump-to-lot-wrap {
  position: relative;
  margin-right: 10px; }
  .filter-item.limit-wrap::after,
  .filter-item.jump-to-lot-wrap::after {
    position: absolute;
    height: 60%;
    width: 1px;
    content: '';
    border-right: 1px solid #ccc;
    top: 20%;
    right: -9px; }

.core-premium-1-toolbar-pagination-container, .core-premium-1-lot-toolbar {
  /* This prevents flickering in chrome */
  -webkit-backface-visibility: hidden;
  /*height: 62px;*/
  font-size: 14px;
  /*border-width: 1px 0;*/
  box-sizing: border-box;
  padding: 0px 0 0px;
  /* width: 940px; */
  z-index: 900; }
  .core-premium-1-toolbar-pagination-container > *, .core-premium-1-lot-toolbar > * {
    text-align: left; }
    .core-premium-1-toolbar-pagination-container > *.filter-item, .core-premium-1-lot-toolbar > *.filter-item {
      display: inline-block; }
  .core-premium-1-toolbar-pagination-container.basic, .core-premium-1-lot-toolbar.basic {
    padding-left: 0; }
  .core-premium-1-toolbar-pagination-container .btn-group .btn-custom, .core-premium-1-lot-toolbar .btn-group .btn-custom {
    background: none;
    border-radius: 0;
    line-height: 40px;
    height: 40px;
    font-weight: 500; }
    .core-premium-1-toolbar-pagination-container .btn-group .btn-custom:hover, .core-premium-1-lot-toolbar .btn-group .btn-custom:hover {
      background-color: #eee; }
    .core-premium-1-toolbar-pagination-container .btn-group .btn-custom .dropdown-pointer, .core-premium-1-lot-toolbar .btn-group .btn-custom .dropdown-pointer {
      background-image: url("/img/selectbox-arrow.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: right center;
      display: inline-block;
      vertical-align: top;
      margin-left: 10px;
      width: 13px;
      height: 40px; }
  .core-premium-1-toolbar-pagination-container .btn-group.open .btn-custom, .core-premium-1-lot-toolbar .btn-group.open .btn-custom {
    background-color: #ddd;
    box-shadow: none; }
  .core-premium-1-toolbar-pagination-container .btn-group .dropdown-menu, .core-premium-1-lot-toolbar .btn-group .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 0; }
  .core-premium-1-toolbar-pagination-container .lot-view-style .btn-custom, .core-premium-1-lot-toolbar .lot-view-style .btn-custom {
    padding: 0px; }
  .core-premium-1-toolbar-pagination-container .filter-item, .core-premium-1-lot-toolbar .filter-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px; }
  .core-premium-1-toolbar-pagination-container .filter-item + .filter-item, .core-premium-1-lot-toolbar .filter-item + .filter-item {
    margin-left: 0px; }
  .core-premium-1-toolbar-pagination-container .number-of-lots, .core-premium-1-lot-toolbar .number-of-lots {
    text-transform: uppercase;
    font-weight: 700;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
    position: absolute;
    left: 0px;
    padding-bottom: 10px;
    width: 139px; }
  .core-premium-1-toolbar-pagination-container .btn, .core-premium-1-lot-toolbar .btn {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    color: #333; }
  .core-premium-1-toolbar-pagination-container label, .core-premium-1-lot-toolbar label {
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 0px;
    display: block;
    text-transform: uppercase;
    font-size: 13px; }
  .core-premium-1-toolbar-pagination-container .btn-group, .core-premium-1-toolbar-pagination-container .btn, .core-premium-1-toolbar-pagination-container .btn.prev, .core-premium-1-toolbar-pagination-container .btn.next, .core-premium-1-toolbar-pagination-container #page-num-top, .core-premium-1-toolbar-pagination-container #page-num-bottom, .core-premium-1-toolbar-pagination-container select,
  .core-premium-1-toolbar-pagination-container .number-of-lots, .core-premium-1-toolbar-pagination-container .multiselect-field-select-wrap, .core-premium-1-toolbar-pagination-container .category-select-wrap, .core-premium-1-toolbar-pagination-container .jump-to-lot-wrap, .core-premium-1-toolbar-pagination-container #jump-to-lot-input, .core-premium-1-lot-toolbar .btn-group, .core-premium-1-lot-toolbar .btn, .core-premium-1-lot-toolbar .btn.prev, .core-premium-1-lot-toolbar .btn.next, .core-premium-1-lot-toolbar #page-num-top, .core-premium-1-lot-toolbar #page-num-bottom, .core-premium-1-lot-toolbar select,
  .core-premium-1-lot-toolbar .number-of-lots, .core-premium-1-lot-toolbar .multiselect-field-select-wrap, .core-premium-1-lot-toolbar .category-select-wrap, .core-premium-1-lot-toolbar .jump-to-lot-wrap, .core-premium-1-lot-toolbar #jump-to-lot-input {
    display: inline-block;
    vertical-align: top; }
  .core-premium-1-toolbar-pagination-container .sort.btn-group > button, .core-premium-1-lot-toolbar .sort.btn-group > button {
    width: 145px; }
  .core-premium-1-toolbar-pagination-container.basic .sort.btn-group > button, .core-premium-1-lot-toolbar.basic .sort.btn-group > button {
    width: auto;
    padding-left: 10px;
    padding-right: 13px; }
  .core-premium-1-toolbar-pagination-container #page-num-top, .core-premium-1-toolbar-pagination-container #jump-to-lot-input, .core-premium-1-lot-toolbar #page-num-top, .core-premium-1-lot-toolbar #jump-to-lot-input {
    width: 40px;
    padding-left: 2px;
    padding-right: 2px;
    height: 40px;
    text-align: center; }
  .core-premium-1-toolbar-pagination-container #page-num-top, .core-premium-1-lot-toolbar #page-num-top {
    height: 29px;
    margin-top: 6px;
    padding-top: 4px;
    border-radius: 0; }
  .core-premium-1-toolbar-pagination-container .number-of-pages, .core-premium-1-lot-toolbar .number-of-pages {
    line-height: 40px; }
  .core-premium-1-toolbar-pagination-container #jump-to-lot-input, .core-premium-1-lot-toolbar #jump-to-lot-input {
    width: 50px; }
  .core-premium-1-toolbar-pagination-container .btn.go, .core-premium-1-lot-toolbar .btn.go {
    margin: 0px 4px 0 8px; }
  .core-premium-1-toolbar-pagination-container .btn.prev, .core-premium-1-toolbar-pagination-container .btn.next, .core-premium-1-lot-toolbar .btn.prev, .core-premium-1-lot-toolbar .btn.next {
    position: relative; }
  .core-premium-1-toolbar-pagination-container .btn.prev::before, .core-premium-1-toolbar-pagination-container .btn.next::before, .core-premium-1-lot-toolbar .btn.prev::before, .core-premium-1-lot-toolbar .btn.next::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: auto 37%;
    background-repeat: no-repeat;
    background-position: center center; }
  .core-premium-1-toolbar-pagination-container .btn.prev::before, .core-premium-1-lot-toolbar .btn.prev::before {
    background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/arrow-left-gray-90.png"); }
  .core-premium-1-toolbar-pagination-container .btn.next::before, .core-premium-1-lot-toolbar .btn.next::before {
    background-image: url("/img/arrow-right-gray-90.png"); }
  .core-premium-1-toolbar-pagination-container .btn.prev, .core-premium-1-toolbar-pagination-container .btn.next, .core-premium-1-lot-toolbar .btn.prev, .core-premium-1-lot-toolbar .btn.next {
    width: 40px;
    margin-right: 4px; }
  .core-premium-1-toolbar-pagination-container .multiselect-field-select-wrap, .core-premium-1-toolbar-pagination-container .category-select-wrap .dropdown-toggle, .core-premium-1-lot-toolbar .multiselect-field-select-wrap, .core-premium-1-lot-toolbar .category-select-wrap .dropdown-toggle {
    width: 162px; }

.lots-page .auction-details-header {
  padding: 30px 0 0;
  position: relative; }
  .lots-page .auction-details-header .border-between-cells {
    position: absolute;
    content: "";
    background-color: #ebebeb;
    width: 1px;
    top: 20px;
    left: 50%;
    bottom: 20px; }
    @media (max-width: 767px) {
      .lots-page .auction-details-header .border-between-cells {
        display: none; } }
  .lots-page .auction-details-header .auction-location-name-and-lots {
    font-size: 24px;
    font-weight: 400;
    margin-top: 3px;
    letter-spacing: 1px; }
    .lots-page .auction-details-header .auction-location-name-and-lots .auction-time-left {
      color: #eb5e28;
      font-size: 18px;
      margin-top: 5px; }
  .lots-page .auction-details-header .auction-row-header .actions-and-notices .btn {
    margin-right: 15px; }
  .lots-page .auction-details-header .auction-info-wrapper {
    overflow: hidden;
    position: relative;
    -webkit-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) max-height;
    -moz-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) max-height;
    transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) max-height; }
    .lots-page .auction-details-header .auction-info-wrapper .fade-overflow::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(rgba(255, 255, 255, 0) 50px, white); }
  .lots-page .auction-details-header .toggle-auction-info {
    font-weight: 700;
    font-size: 13px;
    cursor: pointer; }
    .lots-page .auction-details-header .toggle-auction-info.less {
      margin-top: 10px; }
    @media (min-width: 768px) {
      .lots-page .auction-details-header .toggle-auction-info {
        padding-left: 15px; } }
  .lots-page .auction-details-header .auction-description,
  .lots-page .auction-details-header .auction-location-description,
  .lots-page .auction-details-header .auction-viewing-information {
    font-size: 16px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .lots-page .auction-details-header .auction-description,
      .lots-page .auction-details-header .auction-location-description,
      .lots-page .auction-details-header .auction-viewing-information {
        margin-top: -4px;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .lots-page .auction-details-header .auction-description,
      .lots-page .auction-details-header .auction-location-description,
      .lots-page .auction-details-header .auction-viewing-information {
        margin-top: 20px; } }
  .lots-page .auction-details-header .btn-custom.register-to-bid {
    background: -ms-linear-gradient(white, #e6e6e6);
    background: linear-gradient(white, #e6e6e6);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #d4d4d4;
    color: #eb5e28;
    border: 2px solid #eb5e28 !important; }
    .lots-page .auction-details-header .btn-custom.register-to-bid:hover {
      background: linear-gradient(#f6f6f6, #dddddd);
      background: -ms-linear-gradient(white, #e6e6e6, "vertical"); }
    .lots-page .auction-details-header .btn-custom.register-to-bid.active {
      background: linear-gradient(#e6e6e6, white);
      background: -ms-linear-gradient(white, #e6e6e6, "vertical"); }
    .lots-page .auction-details-header .btn-custom.register-to-bid:hover, .lots-page .auction-details-header .btn-custom.register-to-bid:active {
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
    .lots-page .auction-details-header .btn-custom.register-to-bid:active {
      background: linear-gradient(#dddddd, #f6f6f6);
      background: -ms-linear-gradient(white, #e6e6e6, "vertical");
      -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
    .lots-page .auction-details-header .btn-custom.register-to-bid.flat {
      background: white;
      border: 0;
      border-color: white;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0; }
    .lots-page .auction-details-header .btn-custom.register-to-bid.flat:hover {
      background: white; }
    .lots-page .auction-details-header .btn-custom.register-to-bid.flat:active {
      background: #f2f2f2; }
    .lots-page .auction-details-header .btn-custom.register-to-bid.white.flat {
      border: 1px solid black; }

.lots-page .lots.grid-view .core-premium-1-lot {
  position: relative;
  padding: 5px; }
  .lots-page .lots.grid-view .core-premium-1-lot:hover {
    background-color: #eee; }
    .lots-page .lots.grid-view .core-premium-1-lot:hover .core-premium-1-watch-icon-wrap {
      max-width: 100px;
      border-left: 1px solid #999; }
  .lots-page .lots.grid-view .core-premium-1-lot .block-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    opacity: 0; }
  .lots-page .lots.grid-view .core-premium-1-lot .core-premium-1-my-bid-vertical {
    position: relative;
    z-index: 310; }
  .lots-page .lots.grid-view .core-premium-1-lot .inner-place-bid-box.bid-suggestions-open {
    z-index: 1002; }
  @media (min-width: 768px) {
    .lots-page .lots.grid-view .core-premium-1-lot {
      display: inline-block;
      width: 31.33%;
      margin-top: 3%;
      vertical-align: top;
      margin-left: 0; }
      .lots-page .lots.grid-view .core-premium-1-lot.third, .lots-page .lots.grid-view .core-premium-1-lot.second {
        margin-left: 3%; } }
  .lots-page .lots.grid-view .core-premium-1-lot .cover-thumbnail-wrap {
    border: 1px solid #eee; }
  .lots-page .lots.grid-view .core-premium-1-lot .cover-thumbnail, .lots-page .lots.grid-view .core-premium-1-lot .lot-thumbnail-placeholder {
    width: 100%;
    height: auto; }
  .lots-page .lots.grid-view .core-premium-1-lot .lot-thumbnail-placeholder {
    padding-top: 100%; }
  .lots-page .lots.grid-view .core-premium-1-lot .cover-thumbnail {
    position: absolute; }
  .lots-page .lots.grid-view .core-premium-1-lot .lot-details {
    padding: 9px 0px; }
    .lots-page .lots.grid-view .core-premium-1-lot .lot-details .lot-number, .lots-page .lots.grid-view .core-premium-1-lot .lot-details .title {
      font-weight: 600;
      font-size: 17px; }
    .lots-page .lots.grid-view .core-premium-1-lot .lot-details .lot-number {
      display: inline-block; }
    .lots-page .lots.grid-view .core-premium-1-lot .lot-details .timer {
      color: #eb5e28; }
    .lots-page .lots.grid-view .core-premium-1-lot .lot-details .title {
      text-transform: uppercase; }
    .lots-page .lots.grid-view .core-premium-1-lot .lot-details .core-premium-1-my-bid-vertical {
      margin-top: 2px; }

.core-premium-1-watch-icon-wrap {
  display: inline-block;
  max-width: 0px;
  padding-left: 5px;
  margin-left: 5px;
  overflow: hidden;
  vertical-align: text-bottom;
  cursor: pointer; }
  .core-premium-1-watch-icon-wrap.always-visible {
    max-width: 100px; }
  .core-premium-1-watch-icon-wrap.watched {
    max-width: 100px;
    height: 21px; }
  .core-premium-1-watch-icon-wrap.mobile {
    max-width: 100px;
    border-left: 1px solid #999; }
  .core-premium-1-watch-icon-wrap .watch-icon {
    color: #999;
    margin-left: 2px;
    margin-right: -3px;
    line-height: 21px;
    width: 25px;
    font-size: 20px;
    position: relative;
    font-family: FontAwesome;
    z-index: 300; }
    .core-premium-1-watch-icon-wrap .watch-icon::after {
      content: "";
      position: absolute;
      top: -14px;
      left: 0px; }
    .core-premium-1-watch-icon-wrap .watch-icon.watched::after {
      content: "";
      position: absolute;
      top: -14px;
      left: 0px; }

.core-premium-1-lot-page .contact-form-wrapper {
  border-top: 1px solid #eee;
  margin-top: 15px;
  margin-bottom: 15px; }
  .core-premium-1-lot-page .contact-form-wrapper .contact-form-toggle {
    margin-top: 15px; }

.core-premium-1-lot-page .lot-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: uppercase; }

.core-premium-1-lot-page .lot-number-and-star {
  margin-top: -8px; }

.core-premium-1-lot-page .lot-number {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle; }

.core-premium-1-lot-page .core-premium-1-lot-price-container {
  margin-bottom: 8px; }

.core-premium-1-lot-page .core-premium-1-watch-icon-wrap {
  max-width: 100px;
  border-left: 1px solid #999;
  vertical-align: middle; }

.core-premium-1-lot-page .main-image-wrap, .core-premium-1-lot-page .right-column {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px; }

.core-premium-1-lot-page .main-image-wrap {
  width: 430px;
  margin-bottom: 20px;
  position: relative; }
  .core-premium-1-lot-page .main-image-wrap .image-disclaimer {
    margin-top: 15px;
    font-size: 13px; }
  .core-premium-1-lot-page .main-image-wrap .lot-time-overlay {
    position: absolute;
    width: 430px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0px;
    background-color: rgba(185, 18, 26, 0.8); }
  .core-premium-1-lot-page .main-image-wrap .gallery-nav-wrapper {
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center; }
    .core-premium-1-lot-page .main-image-wrap .gallery-nav-wrapper span {
      height: 12px;
      width: 12px;
      border-radius: 12px;
      border: 1px solid #fff;
      background-color: #4f4f4f;
      display: inline-block;
      margin: 0 6px; }
      .core-premium-1-lot-page .main-image-wrap .gallery-nav-wrapper span.active {
        background-color: #cf181d; }
      .core-premium-1-lot-page .main-image-wrap .gallery-nav-wrapper span:hover {
        cursor: pointer; }
  .core-premium-1-lot-page .main-image-wrap .images {
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    margin-top: 15px; }
  .core-premium-1-lot-page .main-image-wrap .gallery-nav-left,
  .core-premium-1-lot-page .main-image-wrap .gallery-nav-right {
    /* width: 27px; */
    /* height: 53px; */
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    height: 100%; }
    .core-premium-1-lot-page .main-image-wrap .gallery-nav-left:hover,
    .core-premium-1-lot-page .main-image-wrap .gallery-nav-right:hover {
      opacity: 0.7;
      cursor: pointer; }
  .core-premium-1-lot-page .main-image-wrap .gallery-nav-right::before,
  .core-premium-1-lot-page .main-image-wrap .gallery-nav-left::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .core-premium-1-lot-page .main-image-wrap .gallery-nav-right .arrow,
  .core-premium-1-lot-page .main-image-wrap .gallery-nav-left .arrow {
    /* top: 16px; */
    width: 0;
    height: 0;
    /* position: absolute; */
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .core-premium-1-lot-page .main-image-wrap .gallery-nav-right .arrow::after,
    .core-premium-1-lot-page .main-image-wrap .gallery-nav-left .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border: 12px solid transparent;
      /*adjust size*/ }
  .core-premium-1-lot-page .main-image-wrap .gallery-nav-left {
    left: 0%; }
    .core-premium-1-lot-page .main-image-wrap .gallery-nav-left .arrow {
      left: 6px;
      border-right: 12px solid #000; }
      .core-premium-1-lot-page .main-image-wrap .gallery-nav-left .arrow::after {
        top: -12px;
        /*adjust thickness*/
        left: -10px;
        border-right-color: #fff;
        /*Match background colour*/ }
  .core-premium-1-lot-page .main-image-wrap .gallery-nav-right {
    right: 0%; }
    .core-premium-1-lot-page .main-image-wrap .gallery-nav-right .arrow {
      right: 6px;
      border-left: 12px solid #000; }
      .core-premium-1-lot-page .main-image-wrap .gallery-nav-right .arrow::after {
        top: -12px;
        /*adjust thickness*/
        right: -10px;
        border-left-color: #fff;
        /*Match background colour*/ }

.core-premium-1-lot-page .main-image {
  width: 430px;
  height: 430px;
  border: 1px solid #eee; }

.core-premium-1-lot-page .auction-title, .core-premium-1-lot-page .timed-auction-info {
  font-size: 13px; }

.core-premium-1-lot-page .auction-title {
  margin: 2px 0;
  display: block; }

.core-premium-1-lot-page .right-column {
  width: 510px;
  min-height: 430px;
  position: relative; }

.core-premium-1-lot-page .current-bid-label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px; }

.core-premium-1-lot-page .details {
  margin-left: 24px; }
  .core-premium-1-lot-page .details .auction-type {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; }
    .core-premium-1-lot-page .details .auction-type .auction-time-left {
      color: #b9121a; }
  .core-premium-1-lot-page .details .core-premium-1-my-bid-vertical {
    margin-top: 10px; }
  .core-premium-1-lot-page .details .text-details {
    margin-top: 15px; }
  .core-premium-1-lot-page .details .description-wrap {
    margin-top: 5px; }
  .core-premium-1-lot-page .details .description-wrap.artist {
    position: relative; }
    .core-premium-1-lot-page .details .description-wrap.artist .artist {
      /*color: $text-color-default;*/ }
    .core-premium-1-lot-page .details .description-wrap.artist .watch-artist, .core-premium-1-lot-page .details .description-wrap.artist .watched-artist {
      float: right;
      margin-top: 4px; }
  .core-premium-1-lot-page .details .description-label {
    font-weight: 600;
    font-size: 15px; }
  .core-premium-1-lot-page .details .description {
    font-size: 14px; }

.core-premium-1-lot-page .images img {
  border: 1px solid #717171;
  opacity: 0.4;
  width: 58px;
  height: 58px;
  margin-right: 4px;
  margin-top: 4px;
  cursor: pointer;
  transition: opacity 0.2s; }

.core-premium-1-lot-page .images img:hover {
  opacity: 1.0; }

.core-premium-1-lot-page .images img:nth-child(7n+1) {
  margin-left: 0; }

.core-premium-1-lot-page .images img.active {
  opacity: 1.0; }

.core-premium-1-my-bid-vertical {
  margin-top: 0px; }
  .core-premium-1-my-bid-vertical .state-label-subtitle, .core-premium-1-my-bid-vertical .state-label {
    font-size: 14px; }
  .core-premium-1-my-bid-vertical .btn.place-bid, .core-premium-1-my-bid-vertical .btn.edit-bid, .core-premium-1-my-bid-vertical .btn.register-to-bid {
    /*display: block;
    width: 100%;*/ }
  .core-premium-1-my-bid-vertical .amount-container-col {
    margin: 0px 0; }
  .core-premium-1-my-bid-vertical .amount-container-col + .amount-container-col .amount-container::before {
    background-color: #dfdfdf;
    height: 43px;
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 1px; }
  .core-premium-1-my-bid-vertical .winning-container .amount-label {
    text-transform: none;
    font-size: 13px; }
  .core-premium-1-my-bid-vertical .ended-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
  .core-premium-1-my-bid-vertical .amount-label, .core-premium-1-my-bid-vertical .state-label {
    text-transform: uppercase;
    font-weight: 600; }
  .core-premium-1-my-bid-vertical .amount-label.starting-price-label {
    text-transform: none; }
  .core-premium-1-my-bid-vertical .bidding-label, .core-premium-1-my-bid-vertical .current-label, .core-premium-1-my-bid-vertical .won-label {
    /*font-weight: bold;*/ }
  .core-premium-1-my-bid-vertical .won-label, .core-premium-1-my-bid-vertical .won-amount, .core-premium-1-my-bid-vertical .won-title {
    font-weight: 700;
    color: #2e9493 !important; }
  .core-premium-1-my-bid-vertical .won-label, .core-premium-1-my-bid-vertical .won-amount {
    text-transform: none;
    font-size: 13px !important; }
  .core-premium-1-my-bid-vertical .won-title {
    font-size: 14px; }
  .core-premium-1-my-bid-vertical .bidding-container, .core-premium-1-my-bid-vertical .bidding-container .bidding-label, .core-premium-1-my-bid-vertical .won-container, .core-premium-1-my-bid-vertical .won-container .won-label, .core-premium-1-my-bid-vertical .won-container .won-amount, .core-premium-1-my-bid-vertical .max-bid-container {
    color: #2e9493; }
  .core-premium-1-my-bid-vertical .current-container, .core-premium-1-my-bid-vertical .current-container .current-label {
    color: #eb5e28; }
  .core-premium-1-my-bid-vertical .authorized-amount-notice {
    color: #762e58;
    text-align: center; }
  .core-premium-1-my-bid-vertical .onsite-auction-notice {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #762e58; }
  .core-premium-1-my-bid-vertical .amount-label, .core-premium-1-my-bid-vertical .amount {
    display: inline-block;
    vertical-align: top;
    font-size: 14px; }
  .core-premium-1-my-bid-vertical .mobile-actions {
    text-align: center;
    margin-top: 10px; }
    .core-premium-1-my-bid-vertical .mobile-actions a.delete-link {
      color: #999;
      font-size: 12px;
      line-height: 31px;
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      text-decoration: underline; }
    .core-premium-1-my-bid-vertical .mobile-actions .confirm-delete-label {
      font-weight: bold;
      margin-bottom: 10px; }
  .core-premium-1-my-bid-vertical .place-bid-button-wrap .btn, .core-premium-1-my-bid-vertical .bid-live-button-wrap .btn {
    vertical-align: top;
    height: 37px;
    line-height: 37px; }
  .core-premium-1-my-bid-vertical .bid-live-button-wrap .btn {
    margin-top: 5px; }
  .core-premium-1-my-bid-vertical .bid-area {
    margin-top: 5px; }
    .core-premium-1-my-bid-vertical .bid-area .input-actions {
      display: inline-block;
      vertical-align: top; }
    .core-premium-1-my-bid-vertical .bid-area .input-group {
      float: left;
      margin-right: 5px;
      width: 90px; }
      .core-premium-1-my-bid-vertical .bid-area .input-group .form-control {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        height: 31px;
        background-color: #f6f6f6; }
    .core-premium-1-my-bid-vertical .bid-area .input-group-addon {
      border-radius: 0; }
    .core-premium-1-my-bid-vertical .bid-area .bid-actions a {
      margin-left: 10px;
      color: #999;
      font-size: 12px;
      line-height: 31px;
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      text-decoration: underline; }
      .core-premium-1-my-bid-vertical .bid-area .bid-actions a:hover {
        color: #b3b3b3; }
    .core-premium-1-my-bid-vertical .bid-area a.delete-link {
      color: #666;
      font-size: 11px; }
    .core-premium-1-my-bid-vertical .bid-area .confirm-delete-label {
      color: #eb5e28;
      font-weight: bold;
      font-size: 18px;
      line-height: 31px; }
    .core-premium-1-my-bid-vertical .bid-area .confirm-delete-label, .core-premium-1-my-bid-vertical .bid-area .bid-actions {
      display: inline-block;
      vertical-align: top; }
    .core-premium-1-my-bid-vertical .bid-area .confirm-delete-label + .bid-actions {
      margin-left: 10px; }
  .core-premium-1-my-bid-vertical .sold-container {
    color: #333; }
    .core-premium-1-my-bid-vertical .sold-container .amount-label {
      text-transform: uppercase; }
    .core-premium-1-my-bid-vertical .sold-container.is-sold {
      color: #eb5e28; }
      .core-premium-1-my-bid-vertical .sold-container.is-sold .amount-label {
        text-transform: none; }
  .core-premium-1-my-bid-vertical .is-won {
    color: #2e9493; }
  .core-premium-1-my-bid-vertical .won-container .won-amount {
    font-weight: 400; }
  .core-premium-1-my-bid-vertical .current-container .current-label {
    text-transform: initial; }
  .core-premium-1-my-bid-vertical .sold-label, .core-premium-1-my-bid-vertical .sold-amount {
    font-size: 14px; }

.core-premium-1-lot-price-container {
  font-size: 15px; }
  .core-premium-1-lot-price-container .starting-price, .core-premium-1-lot-price-container .estimate {
    display: inline-block;
    vertical-align: top;
    color: #999; }
  .core-premium-1-lot-price-container .reserve {
    color: #666666;
    display: inline-block;
    vertical-align: top;
    font-weight: 700; }
  .core-premium-1-lot-price-container .estimate {
    display: block; }
    .core-premium-1-lot-price-container .estimate .range-wrapper {
      display: inline-block; }
  .core-premium-1-lot-price-container .starting-price {
    font-weight: 600;
    margin-right: 5px; }
  .core-premium-1-lot-price-container .estimate {
    font-weight: 400; }
    .core-premium-1-lot-price-container .estimate .range-wrapper {
      display: inline-block; }
  .core-premium-1-lot-price-container .estimate-label, .core-premium-1-lot-price-container .ranges {
    display: inline-block;
    vertical-align: top; }
  .core-premium-1-lot-price-container .estimate .range {
    font-weight: 500;
    font-size: 14px; }

.lot-detail .core-premium-1-lot-price-container.show-dot {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .lot-detail .core-premium-1-lot-price-container.show-dot .starting-price::after {
    content: "·"; }

.live-auction-body .core-premium-1-lot-price-container .estimate {
  display: inline-block; }

.btn-custom.bid-sheet {
  background: -ms-linear-gradient(#333, #1a1a1a);
  background: linear-gradient(#333, #1a1a1a);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #080808;
  color: white; }
  .btn-custom.bid-sheet:hover {
    background: linear-gradient(#2a2a2a, #111111);
    background: -ms-linear-gradient(#333, #1a1a1a, "vertical"); }
  .btn-custom.bid-sheet.active {
    background: linear-gradient(#1a1a1a, #333);
    background: -ms-linear-gradient(#333, #1a1a1a, "vertical"); }
  .btn-custom.bid-sheet:hover, .btn-custom.bid-sheet:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.bid-sheet:active {
    background: linear-gradient(#111111, #2a2a2a);
    background: -ms-linear-gradient(#333, #1a1a1a, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.bid-sheet.flat {
    background: #333;
    border: 0;
    border-color: #333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.bid-sheet.flat:hover {
    background: #404040; }
  .btn-custom.bid-sheet.flat:active {
    background: #262626; }
  .btn-custom.bid-sheet.white.flat {
    border: 1px solid black; }

.btn-custom.view-lots {
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0px 42px; }

.btn-custom.hot,
.btn-custom.color {
  background: -ms-linear-gradient(#eb5e28, #cd4713);
  background: linear-gradient(#eb5e28, #cd4713);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #ac3b10;
  color: white; }
  .btn-custom.hot:hover,
  .btn-custom.color:hover {
    background: linear-gradient(#e95218, #bd4112);
    background: -ms-linear-gradient(#eb5e28, #cd4713, "vertical"); }
  .btn-custom.hot.active,
  .btn-custom.color.active {
    background: linear-gradient(#cd4713, #eb5e28);
    background: -ms-linear-gradient(#eb5e28, #cd4713, "vertical"); }
  .btn-custom.hot:hover, .btn-custom.hot:active,
  .btn-custom.color:hover,
  .btn-custom.color:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.hot:active,
  .btn-custom.color:active {
    background: linear-gradient(#bd4112, #e95218);
    background: -ms-linear-gradient(#eb5e28, #cd4713, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.hot.flat,
  .btn-custom.color.flat {
    background: #eb5e28;
    border: 0;
    border-color: #eb5e28;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.hot.flat:hover,
  .btn-custom.color.flat:hover {
    background: #ed6f3f; }
  .btn-custom.hot.flat:active,
  .btn-custom.color.flat:active {
    background: #e44f15; }
  .btn-custom.hot.white.flat,
  .btn-custom.color.white.flat {
    border: 1px solid black; }

.btn-custom.place-bid,
.btn-custom.hot,
.btn-custom.color,
.btn-custom.edit-bid {
  font-weight: 600;
  padding: 0 30px; }

.btn.icon.cross-light-grey::before {
  background-position: 0 100%; }

.btn.icon.check-green::before {
  background-position: 0 0; }

.btn.icon.check-green::before,
.btn.icon.cross-light-grey::before {
  left: 25%;
  top: 25%;
  bottom: 25%;
  right: 25%;
  background-size: 100% auto;
  width: auto;
  height: auto;
  background-image: url("https://auctionmobility-web-static.s3.amazonaws.com/img/static/icon-check-cross-green.png"); }

#menu ul a {
  text-transform: initial; }

#menu ul a:hover {
  text-decoration: none !important; }

#menu ul a.section-label {
  font-size: 15px; }

#menu ul > li:not(.locale-dropdown):last-child {
  border-bottom: none; }

#menu > ul > li ul li:hover {
  background-color: #e3e3e3; }

#menu > ul > li ul li.overflow-hidden-wrap a {
  font-size: 12px;
  padding-left: 20px; }

.auth-page .forgot-password-link, .auth-page .back-to-login-link {
  position: inherit;
  float: left; }

.lot-thumbnail-placeholder {
  background-color: initial; }

/* responsive */
body.is-fully-responsive .slicknav_menu {
  background-color: white; }

.slicknav_menu .subtitle {
  color: #333; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #333; }

.slicknav_nav a {
  color: #333; }

#mobile-nav .slicknav_menu .slicknav_nav a:hover {
  background-color: #e6e6e6;
  color: #333; }

@media (max-width: 767px) {
  .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay.mobile {
    width: 100%;
    position: initial;
    top: 0px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px; }
    .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay.mobile .auction-title,
    .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay.mobile .auction-subtitle {
      line-height: 30px; }
  .lots-page .auction-details-header {
    padding: 0; }
  .lots-page .lots.grid-view {
    margin-top: 20px; }
    .lots-page .lots.grid-view .core-premium-1-lot {
      position: relative;
      display: inline-block;
      width: calc(50% - 20px);
      vertical-align: top;
      margin-left: 10px; }
      .lots-page .lots.grid-view .core-premium-1-lot:nth-child(even) {
        margin-left: 20px; } }

@media (max-width: 991px) {
  /*   .core-premium-1-my-bid-vertical{
    .amount-container {
      text-align: center;
    }
    .amount-container-col {
      margin: 15px 0;
    }
    .amount-label, .state-label {
      font-size: 14px;
      color: #777;
      letter-spacing: 1.5px;
    }
    .amount {
      font-size: 23px;
      font-weight: 400;
      margin-top: 5px;
    }
    .amount-label, .amount {
      display: block;
      vertical-align: top;
      
    }
  } */
  .register-box, .forgot-password-box, .reset-password-box {
    width: auto; }
  .core-premium-1-lot-page .main-image {
    width: 100%;
    height: 100%; }
  .core-premium-1-lot-page .main-image-wrap {
    width: 100%; }
    .core-premium-1-lot-page .main-image-wrap .lot-time-overlay {
      display: inline-block;
      position: relative;
      width: 100%; }
  .core-premium-1-lot-page .details {
    margin-left: 0px; }
  .core-premium-1-lot-page .right-column {
    width: 100%; }
  #my-bid-mobile-edit .modal-header {
    padding: 11px; }
  .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay {
    width: 100%; }
  .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction {
    min-height: 300px; } }

body.is-fully-responsive .slicknav-holder::after {
  background-size: contain;
  height: 40px;
  margin-top: 3px;
  background-image: url("/img/n4-spink/logo-collapsed.png"); }

@media (max-width: 991px) {
  body.is-fully-responsive #footer-mobile .back-to-top-wrapper {
    margin-top: initial !important; } }

.lot-header-v2 .back-wrapper .search-wrap button {
  font-weight: bold; }

.core-premium-1-lot-page .btn.place-bid,
.core-premium-1-lot-page .btn.make-offer,
.core-premium-1-lot-page .make-an-offer-container .or-separator,
.core-premium-1-lot-page .btn.phone-bid,
.core-premium-1-lot-page .phone-bid-container .or-separator {
  width: 300px; }

.core-premium-1-lot-page .make-an-offer-container .or-separator,
.core-premium-1-lot-page .phone-bid-container .or-separator {
  position: relative;
  margin: 4px 0;
  text-align: center;
  font-size: 14px;
  color: #999999; }

.core-premium-1-lot-page .make-an-offer-container .btn.make-offer.flat,
.core-premium-1-lot-page .make-an-offer-container .btn.phone-bid.flat,
.core-premium-1-lot-page .phone-bid-container .btn.make-offer.flat,
.core-premium-1-lot-page .phone-bid-container .btn.phone-bid.flat {
  background: -ms-linear-gradient(white, #e6e6e6);
  background: linear-gradient(white, #e6e6e6);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #d4d4d4;
  color: #666666;
  border: 1px solid #666666 !important;
  height: 36px;
  line-height: 36px; }
  .core-premium-1-lot-page .make-an-offer-container .btn.make-offer.flat:hover,
  .core-premium-1-lot-page .make-an-offer-container .btn.phone-bid.flat:hover,
  .core-premium-1-lot-page .phone-bid-container .btn.make-offer.flat:hover,
  .core-premium-1-lot-page .phone-bid-container .btn.phone-bid.flat:hover {
    background: linear-gradient(#f6f6f6, #dddddd);
    background: -ms-linear-gradient(white, #e6e6e6, "vertical"); }
  .core-premium-1-lot-page .make-an-offer-container .btn.make-offer.flat.active,
  .core-premium-1-lot-page .make-an-offer-container .btn.phone-bid.flat.active,
  .core-premium-1-lot-page .phone-bid-container .btn.make-offer.flat.active,
  .core-premium-1-lot-page .phone-bid-container .btn.phone-bid.flat.active {
    background: linear-gradient(#e6e6e6, white);
    background: -ms-linear-gradient(white, #e6e6e6, "vertical"); }
  .core-premium-1-lot-page .make-an-offer-container .btn.make-offer.flat:hover, .core-premium-1-lot-page .make-an-offer-container .btn.make-offer.flat:active,
  .core-premium-1-lot-page .make-an-offer-container .btn.phone-bid.flat:hover,
  .core-premium-1-lot-page .make-an-offer-container .btn.phone-bid.flat:active,
  .core-premium-1-lot-page .phone-bid-container .btn.make-offer.flat:hover,
  .core-premium-1-lot-page .phone-bid-container .btn.make-offer.flat:active,
  .core-premium-1-lot-page .phone-bid-container .btn.phone-bid.flat:hover,
  .core-premium-1-lot-page .phone-bid-container .btn.phone-bid.flat:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .core-premium-1-lot-page .make-an-offer-container .btn.make-offer.flat:active,
  .core-premium-1-lot-page .make-an-offer-container .btn.phone-bid.flat:active,
  .core-premium-1-lot-page .phone-bid-container .btn.make-offer.flat:active,
  .core-premium-1-lot-page .phone-bid-container .btn.phone-bid.flat:active {
    background: linear-gradient(#dddddd, #f6f6f6);
    background: -ms-linear-gradient(white, #e6e6e6, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .core-premium-1-lot-page .make-an-offer-container .btn.make-offer.flat.flat,
  .core-premium-1-lot-page .make-an-offer-container .btn.phone-bid.flat.flat,
  .core-premium-1-lot-page .phone-bid-container .btn.make-offer.flat.flat,
  .core-premium-1-lot-page .phone-bid-container .btn.phone-bid.flat.flat {
    background: white;
    border: 0;
    border-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .core-premium-1-lot-page .make-an-offer-container .btn.make-offer.flat.flat:hover,
  .core-premium-1-lot-page .make-an-offer-container .btn.phone-bid.flat.flat:hover,
  .core-premium-1-lot-page .phone-bid-container .btn.make-offer.flat.flat:hover,
  .core-premium-1-lot-page .phone-bid-container .btn.phone-bid.flat.flat:hover {
    background: white; }
  .core-premium-1-lot-page .make-an-offer-container .btn.make-offer.flat.flat:active,
  .core-premium-1-lot-page .make-an-offer-container .btn.phone-bid.flat.flat:active,
  .core-premium-1-lot-page .phone-bid-container .btn.make-offer.flat.flat:active,
  .core-premium-1-lot-page .phone-bid-container .btn.phone-bid.flat.flat:active {
    background: #f2f2f2; }
  .core-premium-1-lot-page .make-an-offer-container .btn.make-offer.flat.white.flat,
  .core-premium-1-lot-page .make-an-offer-container .btn.phone-bid.flat.white.flat,
  .core-premium-1-lot-page .phone-bid-container .btn.make-offer.flat.white.flat,
  .core-premium-1-lot-page .phone-bid-container .btn.phone-bid.flat.white.flat {
    border: 1px solid black; }

.btn-custom.place-bid,
.btn-custom.edit-bid {
  border: 1px solid #eb5e28 !important; }
  .btn-custom.place-bid:hover,
  .btn-custom.edit-bid:hover {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2); }

.core-premium-1-auctions .filters-container {
  background: none;
  border-bottom: none;
  padding-left: 0px;
  display: inline; }
  .core-premium-1-auctions .filters-container .pages-wrap label {
    display: inline;
    line-height: 2.5; }
  .core-premium-1-auctions .filters-container .filter-item {
    line-height: 2.2; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px), only screen and (min-device-width: 320px) and (max-device-width: 568px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .lots-page.auction-lots-page .place-bid-button-wrap {
    display: none; } }

/* PHONE */
@media screen and (max-width: 767px) {
  body.is-fully-responsive #mobileDisclaimer .collage {
    width: 100%;
    margin-top: 40px; }
  body.is-fully-responsive #mobileDisclaimer .optimized {
    font-size: 18px;
    padding-top: 20px; }
  body.is-fully-responsive #mobileDisclaimer .download {
    font-size: 18px;
    margin-top: 0px; }
  body.is-fully-responsive #mobileDisclaimer .download-app-buttons {
    padding-top: 0px;
    margin-top: 10px; }
  body.is-fully-responsive #mobileDisclaimer a {
    color: #00c6ff;
    font-size: 19px;
    font-weight: 500; } }

.core-premium-1-my-bid-vertical .mobile-actions.delete-bid-btn {
  text-align: left; }

body.is-mobile.locale-fr-CA .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.bid-live-btn, body.is-mobile.locale-de-DE .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.bid-live-btn, body.is-mobile.locale-es-ES .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.bid-live-btn, body.is-mobile.locale-es-MX .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.bid-live-btn, body.is-mobile.locale-fi-FI .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.bid-live-btn, body.is-mobile.locale-fr-FR .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.bid-live-btn, body.is-mobile.locale-it-IT .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.bid-live-btn, body.is-mobile.locale-ja-JP .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.bid-live-btn, body.is-mobile.locale-pl-PL .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.bid-live-btn, body.is-mobile.locale-it .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.bid-live-btn, body.is-mobile.locale-nl-NL .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.bid-live-btn {
  height: auto;
  white-space: unset;
  line-height: 1.3;
  padding: 10px 15px; }

body.is-mobile.locale-fr-CA .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.register-to-bid, body.is-mobile.locale-de-DE .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.register-to-bid, body.is-mobile.locale-es-ES .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.register-to-bid, body.is-mobile.locale-es-MX .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.register-to-bid, body.is-mobile.locale-fi-FI .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.register-to-bid, body.is-mobile.locale-fr-FR .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.register-to-bid, body.is-mobile.locale-it-IT .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.register-to-bid, body.is-mobile.locale-ja-JP .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.register-to-bid, body.is-mobile.locale-pl-PL .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.register-to-bid, body.is-mobile.locale-it .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.register-to-bid, body.is-mobile.locale-nl-NL .core-premium-1-auctions-page .core-premium-1-auctions .core-premium-1-auction .auction-details-overlay .actions .btn-custom.register-to-bid {
  height: auto;
  white-space: unset;
  line-height: 1.3;
  padding: 10px 15px; }

body.is-mobile.locale-fr-CA .lots-page .auction-details-header .actions .bid-live-btn, body.is-mobile.locale-de-DE .lots-page .auction-details-header .actions .bid-live-btn, body.is-mobile.locale-es-ES .lots-page .auction-details-header .actions .bid-live-btn, body.is-mobile.locale-es-MX .lots-page .auction-details-header .actions .bid-live-btn, body.is-mobile.locale-fi-FI .lots-page .auction-details-header .actions .bid-live-btn, body.is-mobile.locale-fr-FR .lots-page .auction-details-header .actions .bid-live-btn, body.is-mobile.locale-it-IT .lots-page .auction-details-header .actions .bid-live-btn, body.is-mobile.locale-ja-JP .lots-page .auction-details-header .actions .bid-live-btn, body.is-mobile.locale-pl-PL .lots-page .auction-details-header .actions .bid-live-btn, body.is-mobile.locale-it .lots-page .auction-details-header .actions .bid-live-btn, body.is-mobile.locale-nl-NL .lots-page .auction-details-header .actions .bid-live-btn {
  padding: 14px 15px;
  height: auto;
  white-space: normal;
  line-height: 1.4; }

body.is-mobile.locale-fr-CA .lots-page .auction-details-header .actions .register-to-bid, body.is-mobile.locale-de-DE .lots-page .auction-details-header .actions .register-to-bid, body.is-mobile.locale-es-ES .lots-page .auction-details-header .actions .register-to-bid, body.is-mobile.locale-es-MX .lots-page .auction-details-header .actions .register-to-bid, body.is-mobile.locale-fi-FI .lots-page .auction-details-header .actions .register-to-bid, body.is-mobile.locale-fr-FR .lots-page .auction-details-header .actions .register-to-bid, body.is-mobile.locale-it-IT .lots-page .auction-details-header .actions .register-to-bid, body.is-mobile.locale-ja-JP .lots-page .auction-details-header .actions .register-to-bid, body.is-mobile.locale-pl-PL .lots-page .auction-details-header .actions .register-to-bid, body.is-mobile.locale-it .lots-page .auction-details-header .actions .register-to-bid, body.is-mobile.locale-nl-NL .lots-page .auction-details-header .actions .register-to-bid {
  padding: 14px 15px;
  height: auto;
  white-space: normal;
  line-height: 1.4; }

body.is-mobile.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .navbar {
  top: 27px !important; }

body.is-mobile.has-core-navbar-3.large-navbar-logo-visible .navbar {
  top: 0 !important; }

.bid-count-amount {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .bid-count-amount .bid-count {
    font-size: 14px; }

.outbid-bid-amount {
  display: flex; }

.bid-count-label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px; }

@media screen and (max-width: 991px) {
  body.is-mobile #main {
    padding-bottom: 30px; } }

body.is-fully-responsive .slicknav-holder:after {
  background-size: contain;
  width: 70%;
  left: 15%; }

@media screen and (min-width: 1200px) {
  button.popover-thumbnail {
    z-index: 1029; }
  .live-sale-page-v2 .lots-strip .lot-thumbnail-overlay-wrap .watch-icon-wrap {
    z-index: 11111; }
  .lots-page .lots.grid-view .core-premium-1-lot .core-premium-1-my-bid-vertical {
    z-index: 1030; }
  .lots-page .scroll-sticky.stick {
    z-index: 1031; }
  .navbar-fixed-top {
    z-index: 1032; } }

.lot-detail .core-premium-1-lot-price-container .reserve ~ .estimate::before {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 5px;
  content: " "; }

body.has-core-navbar-3 .nav-container {
  text-align: right; }

body.has-core-navbar-3 .navbar-background {
  background-color: #441f3a; }

.live-sale-header {
  background-color: #441f3a; }

.navbar.navbar-inverse.navbar-fixed-top {
  background-color: #441f3a; }

body.has-core-navbar-3 .container-non-responsive.nav-container, body.has-core-navbar-3 .container.nav-container {
  height: 40px;
  text-align: right;
  position: relative; }

body.has-core-navbar-3.large-navbar-logo-visible .nav-container {
  text-align: right; }

body.has-core-navbar-3 .live-sale-header {
  color: #fff;
  background-color: #441f3a; }

body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .return-to-wrapper {
  background: rgba(0, 0, 0, 0.15); }
  body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .return-to-wrapper, body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .return-to-wrapper a, body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .return-to-wrapper a:active, body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .return-to-wrapper a:link, body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .return-to-wrapper a:visited {
    color: rgba(255, 255, 255, 0.85); }

body.has-core-navbar-3.large-navbar-logo-visible.has-return-to-link .navbar {
  background-color: #441f3a; }

body.has-core-navbar-3 .live-sale-header {
  border-bottom: 1px solid transparent; }

body.has-core-navbar-3 #menu {
  padding-right: 45px; }
  body.has-core-navbar-3 #menu ul a {
    color: #fff; }
    body.has-core-navbar-3 #menu ul a.section-label {
      color: #333; }
  body.has-core-navbar-3 #menu ul li {
    border-bottom-color: transparent; }
    body.has-core-navbar-3 #menu ul li.active {
      border-bottom-color: #ffffff;
      background-color: #441f3a; }
    body.has-core-navbar-3 #menu ul li:hover {
      background-color: #441f3a; }
  body.has-core-navbar-3 #menu ul ul {
    background: #FFFFFF; }
    body.has-core-navbar-3 #menu ul ul li a {
      color: #333; }
  body.has-core-navbar-3 #menu > ul {
    /* top level */ }
    body.has-core-navbar-3 #menu > ul > li {
      border-bottom-color: #441f3a; }
      body.has-core-navbar-3 #menu > ul > li > a {
        text-transform: initial; }
      body.has-core-navbar-3 #menu > ul > li:hover {
        border-bottom-color: white; }
      body.has-core-navbar-3 #menu > ul > li ul {
        /* sub menu */ }
        body.has-core-navbar-3 #menu > ul > li ul li:not(.section-label):hover {
          background-color: #eee; }
    body.has-core-navbar-3 #menu > ul > li.locale-wrapper {
      background-color: #672f58;
      border-bottom-color: #672f58; }
      body.has-core-navbar-3 #menu > ul > li.locale-wrapper:hover {
        border-bottom-color: none; }

body.has-core-navbar-3 .navbar .search-bar .search.icon, body.has-core-navbar-3 .navbar-style-2 .search-bar .search.icon {
  background-color: #441f3a;
  background-image: url("/img/icon-search-white.png"); }
  body.has-core-navbar-3 .navbar .search-bar .search.icon:hover, body.has-core-navbar-3 .navbar-style-2 .search-bar .search.icon:hover {
    background-color: #441f3a; }

body.has-core-navbar-3 .navbar .search-bar.active.empty .search.icon, body.has-core-navbar-3 .navbar-style-2 .search-bar.active.empty .search.icon {
  background-image: url("/img/icon-search-cancel-white.png"); }

#footer {
  background-color: #fff;
  color: #333;
  border-top: 1px solid #ccc; }
  #footer .section .title {
    color: #eb5e28; }
  #footer .copyright {
    color: #333; }
  #footer .section.powered-by .logo-auction-mobility {
    background-image: url("/img/logo-auction-mobility-black.png"); }
  #footer .download-app-text p {
    color: #333; }

#menu ul a.section-label {
  text-transform: initial; }

a {
  color: #b9121a; }

body.has-core-navbar-3 .navbar-header .logo.collapsed {
  background-size: auto 95%; }

.btn-custom.hot {
  background: -ms-linear-gradient(#762e58, #51203d);
  background: linear-gradient(#762e58, #51203d);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #381629;
  color: white; }
  .btn-custom.hot:hover {
    background: linear-gradient(#69294e, #441b33);
    background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
  .btn-custom.hot.active {
    background: linear-gradient(#51203d, #762e58);
    background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
  .btn-custom.hot:hover, .btn-custom.hot:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.hot:active {
    background: linear-gradient(#441b33, #69294e);
    background: -ms-linear-gradient(#762e58, #51203d, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.hot.flat {
    background: #762e58;
    border: 0;
    border-color: #762e58;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.hot.flat:hover {
    background: #883566; }
  .btn-custom.hot.flat:active {
    background: #64274a; }
  .btn-custom.hot.white.flat {
    border: 1px solid black; }

.btn-custom.place-bid,
.btn-custom.view-lots {
  background: -ms-linear-gradient(#2e9493, #226d6c);
  background: linear-gradient(#2e9493, #226d6c);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #195251;
  color: white;
  border-color: #2e9493 !important; }
  .btn-custom.place-bid:hover,
  .btn-custom.view-lots:hover {
    background: linear-gradient(#2a8685, #1e5f5f);
    background: -ms-linear-gradient(#2e9493, #226d6c, "vertical"); }
  .btn-custom.place-bid.active,
  .btn-custom.view-lots.active {
    background: linear-gradient(#226d6c, #2e9493);
    background: -ms-linear-gradient(#2e9493, #226d6c, "vertical"); }
  .btn-custom.place-bid:hover, .btn-custom.place-bid:active,
  .btn-custom.view-lots:hover,
  .btn-custom.view-lots:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.place-bid:active,
  .btn-custom.view-lots:active {
    background: linear-gradient(#1e5f5f, #2a8685);
    background: -ms-linear-gradient(#2e9493, #226d6c, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.place-bid.flat,
  .btn-custom.view-lots.flat {
    background: #2e9493;
    border: 0;
    border-color: #2e9493;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.place-bid.flat:hover,
  .btn-custom.view-lots.flat:hover {
    background: #34a7a6; }
  .btn-custom.place-bid.flat:active,
  .btn-custom.view-lots.flat:active {
    background: #288180; }
  .btn-custom.place-bid.white.flat,
  .btn-custom.view-lots.white.flat {
    border: 1px solid black; }

.btn-custom.register-to-bid {
  background: -ms-linear-gradient(#762e58, #51203d);
  background: linear-gradient(#762e58, #51203d);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #381629;
  color: white; }
  .btn-custom.register-to-bid:hover {
    background: linear-gradient(#69294e, #441b33);
    background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
  .btn-custom.register-to-bid.active {
    background: linear-gradient(#51203d, #762e58);
    background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
  .btn-custom.register-to-bid:hover, .btn-custom.register-to-bid:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.register-to-bid:active {
    background: linear-gradient(#441b33, #69294e);
    background: -ms-linear-gradient(#762e58, #51203d, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.register-to-bid.flat {
    background: #762e58;
    border: 0;
    border-color: #762e58;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.register-to-bid.flat:hover {
    background: #883566; }
  .btn-custom.register-to-bid.flat:active {
    background: #64274a; }
  .btn-custom.register-to-bid.white.flat {
    border: 1px solid black; }

.btn-custom.color,
.btn-custom.bid-sheet {
  background: -ms-linear-gradient(#762e58, #51203d);
  background: linear-gradient(#762e58, #51203d);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #381629;
  color: white; }
  .btn-custom.color:hover,
  .btn-custom.bid-sheet:hover {
    background: linear-gradient(#69294e, #441b33);
    background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
  .btn-custom.color.active,
  .btn-custom.bid-sheet.active {
    background: linear-gradient(#51203d, #762e58);
    background: -ms-linear-gradient(#762e58, #51203d, "vertical"); }
  .btn-custom.color:hover, .btn-custom.color:active,
  .btn-custom.bid-sheet:hover,
  .btn-custom.bid-sheet:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.color:active,
  .btn-custom.bid-sheet:active {
    background: linear-gradient(#441b33, #69294e);
    background: -ms-linear-gradient(#762e58, #51203d, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.color.flat,
  .btn-custom.bid-sheet.flat {
    background: #762e58;
    border: 0;
    border-color: #762e58;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.color.flat:hover,
  .btn-custom.bid-sheet.flat:hover {
    background: #883566; }
  .btn-custom.color.flat:active,
  .btn-custom.bid-sheet.flat:active {
    background: #64274a; }
  .btn-custom.color.white.flat,
  .btn-custom.bid-sheet.white.flat {
    border: 1px solid black; }

.additional-info-text {
  margin-top: 10px;
  color: #999; }

.bidding-room-footer-text {
  color: #999; }

.spink-register-page {
  margin-bottom: 40px; }
  .spink-register-page .error {
    color: #b9121a;
    font-weight: bold; }
  .spink-register-page .email-notice {
    margin-top: 39px;
    color: #999;
    font-style: italic; }
  .spink-register-page .required {
    color: #b9121a; }
  .spink-register-page .form-section .form-group label, .spink-register-page .form-section .form-group label ~ input, .spink-register-page .form-section .form-group label ~ select, .spink-register-page .form-section .form-group label.error {
    width: 100%; }
  .spink-register-page .notifications-list {
    margin-left: 30px; }
    .spink-register-page .notifications-list .select-notifications-label {
      font-weight: bold;
      margin-bottom: 5px; }
    .spink-register-page .notifications-list .notification-checkbox {
      margin-top: 0;
      margin-bottom: 0; }

.spink-register-page .form-section .section-title {
  color: #762e58;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  width: 100%; }

.spink-register-page #register-form {
  margin-top: 10px; }

.spink-register-page .address-section .form-group {
  width: 47%;
  display: inline-block;
  vertical-align: top; }
  .spink-register-page .address-section .form-group:nth-child(2n) {
    margin-left: 6%; }
  .spink-register-page .address-section .form-group label {
    display: block; }

.spink-register-page .notifications-section {
  font-size: 13px; }

.spink-register-page .agreements {
  margin-top: 13px; }
  .spink-register-page .agreements .agreements-label {
    color: #999;
    font-size: 13px; }

.spink-register-page .submit-section .actions {
  margin-top: 5px;
  text-align: right;
  margin-bottom: 10px; }

#menu ul > li:last-child {
  border-bottom: initial;
  border-bottom-style: solid; }

@font-face {
  font-family: "Sero Pro";
  src: url("/fonts/SeroPro-Extrathin.otf");
  font-weight: 100; }

@font-face {
  font-family: "Sero Pro";
  src: url("/fonts/SeroPro-Thin.otf");
  font-weight: 200; }

@font-face {
  font-family: "Sero Pro";
  src: url("/fonts/SeroPro-Extralight.otf");
  font-weight: 250; }

@font-face {
  font-family: "Sero Pro";
  src: url("/fonts/SeroPro-Light.otf");
  font-weight: 300; }

@font-face {
  font-family: "Sero Pro";
  font-style: italic;
  src: url("/fonts/SeroPro-LightItalic.otf");
  font-weight: 300; }

@font-face {
  font-family: "Sero Pro";
  src: url("/fonts/SeroPro.otf");
  font-weight: 400; }

@font-face {
  font-family: "Sero Pro";
  src: url("/fonts/SeroPro-Medium.otf");
  font-weight: 500; }

@font-face {
  font-family: "Sero Pro";
  src: url("/fonts/SeroPro-Medium.otf");
  font-weight: 600; }

@font-face {
  font-family: "Sero Pro";
  src: url("/fonts/SeroPro-Bold.otf");
  font-weight: 700; }

@font-face {
  font-family: "Sero Pro";
  src: url("/fonts/SeroPro-Black.otf");
  font-weight: 800; }

@font-face {
  font-family: "Portrait";
  src: url("/fonts/Portrait-Bold-Web.woff");
  font-weight: 700; }

@font-face {
  font-family: "Portrait";
  src: url("/fonts/Portrait-BoldItalic-Web.woff");
  font-style: italic;
  font-weight: 700; }

/*
   font-family: "Sero Pro", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
.live-sale-header {
  height: 49px;
  line-height: 49px; }

.live-sale-header .logo {
  height: 49px;
  margin-top: 0;
  background-image: url("/img/n4-spink/logo-collapsed.png"); }

body.has-core-navbar-3 .live-sale-header {
  background-color: #762e58;
  color: white; }

.live-sale-header .navbar-links {
  text-align: right; }
  .live-sale-header .navbar-links a {
    color: white; }
    .live-sale-header .navbar-links a + a {
      margin-left: 40px; }

.live-auction-body #main {
  margin-top: 49px; }
  .live-auction-body #main.liveAuctionV2Mobile {
    margin-top: 0; }

@media (min-width: 1300px) {
  .theme-2-live-sale-page.container, .live-sale-header .container {
    width: 1270px; } }

.thin-header {
  font-size: 13px;
  text-align: center;
  line-height: 37px;
  border-bottom: 1px solid #e5e5e5; }
  .thin-header .title, .thin-header .subtitle {
    display: inline-block;
    vertical-align: top; }
  .thin-header .title {
    font-weight: 600; }
  .thin-header .subtitle {
    margin-left: 10px; }

.theme-2-lot-price-container {
  font-size: 12px; }
  .theme-2-lot-price-container .status-label {
    font-weight: 600; }
  .theme-2-lot-price-container .starting-price, .theme-2-lot-price-container .estimate {
    display: inline-block;
    vertical-align: top; }
  .theme-2-lot-price-container .starting-price {
    font-weight: 600;
    margin-right: 14px;
    position: relative; }
  .theme-2-lot-price-container .starting-price::after {
    content: "·";
    position: absolute;
    right: -9px; }

.theme-2-lot-state-compact {
  font-size: 12px; }
  .theme-2-lot-state-compact .status-label {
    font-weight: 600; }
  .theme-2-lot-state-compact .starting-price, .theme-2-lot-state-compact .estimate {
    display: inline-block;
    vertical-align: top; }
  .theme-2-lot-state-compact .starting-price {
    font-weight: 600;
    margin-right: 14px;
    position: relative; }
  .theme-2-lot-state-compact .starting-price::after {
    content: "·";
    position: absolute;
    right: -9px; }
  .theme-2-lot-state-compact .bidding {
    color: #762e58; }
  .theme-2-lot-state-compact .current {
    color: #888;
    font-weight: 600; }

.mobile-row-warning {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px; }
  .mobile-row-warning > .col-xs-12 {
    padding: 0; }
  .mobile-row-warning .video-placeholder {
    width: 100%; }
    .mobile-row-warning .video-placeholder.ipad, .mobile-row-warning .video-placeholder.iphone {
      margin-top: 30px; }
    .mobile-row-warning .video-placeholder.ipad {
      width: 85%; }
    .mobile-row-warning .video-placeholder.iphone {
      width: 45%; }
  .mobile-row-warning .download-app-notice {
    margin-top: 20px;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px; }
  .mobile-row-warning .download-app {
    margin-top: 20px;
    width: 190px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.theme-2-live-sale-page .theme-2-live-auction-container .cover-thumbnail-wrap {
  height: 200px; }

.theme-2-live-sale-page .main-row {
  margin-top: 47px; }

.theme-2-live-sale-page .main-area-tabs .tab {
  width: 127px; }

.theme-2-live-sale-page .main-area-content-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
  letter-spacing: 1px; }

.theme-2-live-sale-page .main-area-content .theme-2-lot-list > .buyers-premium-notice {
  padding-top: 18px;
  background-color: white;
  color: #888;
  font-size: 13px;
  font-weight: 300;
  font-style: italic; }

.theme-2-live-sale-page .main-area-content .theme-2-lot-list .lot-item {
  padding: 30px 30px 27px;
  border-top: 1px solid #f0f0f0;
  cursor: pointer;
  position: relative; }
  .theme-2-live-sale-page .main-area-content .theme-2-lot-list .lot-item > .lot-info-container, .theme-2-live-sale-page .main-area-content .theme-2-lot-list .lot-item > .bid-area-container {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
  .theme-2-live-sale-page .main-area-content .theme-2-lot-list .lot-item > .lot-info-container {
    padding-right: 10px; }
  .theme-2-live-sale-page .main-area-content .theme-2-lot-list .lot-item > .bid-area-container {
    padding-left: 10px; }
  .theme-2-live-sale-page .main-area-content .theme-2-lot-list .lot-item:hover {
    background-color: #f7f7f7; }
  .theme-2-live-sale-page .main-area-content .theme-2-lot-list .lot-item:active {
    background-color: #ededed; }
  .theme-2-live-sale-page .main-area-content .theme-2-lot-list .lot-item.first-item {
    margin-top: 5px;
    padding-top: 20px;
    border-top-width: 0; }

.theme-2-live-sale-page .main-area-content .lot-list-empty-container {
  font-size: 18px;
  text-align: center;
  margin-top: 30px; }

.theme-2-live-sale-page #live-video_wrapper {
  vertical-align: top; }

.theme-2-live-sale-page #live-video.OT_root {
  width: 100%; }

.theme-2-live-sale-page .OT_widget-container {
  background-color: #f0f0f0 !important;
  border-bottom: 15px solid #fff !important; }

.theme-2-live-sale-page #live-video .flash-required-notice {
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px; }
  .theme-2-live-sale-page #live-video .flash-required-notice img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px; }

.theme-2-live-sale-page .live-video-wrap {
  margin-bottom: 15px; }

.theme-2-live-sale-page .auction-control-bar {
  line-height: 52px;
  height: 52px;
  background-color: #f0f0f0;
  padding: 0 20px;
  color: #666;
  font-weight: bold;
  font-size: 14px; }
  .theme-2-live-sale-page .auction-control-bar .live-indicator {
    border-right: 1px solid #666;
    padding-right: 10px; }
  .theme-2-live-sale-page .auction-control-bar .paddle-notice {
    position: relative;
    padding-left: 6px;
    margin-left: 4px; }
  .theme-2-live-sale-page .auction-control-bar .video-toggle {
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: normal; }

.theme-2-live-sale-page .lot-indicator {
  font-size: 13px;
  margin-bottom: 10px;
  position: relative; }
  .theme-2-live-sale-page .lot-indicator .current-lot-label, .theme-2-live-sale-page .lot-indicator .lot-number {
    font-weight: 500; }
  .theme-2-live-sale-page .lot-indicator .lot-index-indicator {
    position: absolute;
    right: 0;
    font-size: 14px; }
    .theme-2-live-sale-page .lot-indicator .lot-index-indicator .lot-index, .theme-2-live-sale-page .lot-indicator .lot-index-indicator .total-number-of-lots {
      font-weight: 500; }
  .theme-2-live-sale-page .lot-indicator .lot-number, .theme-2-live-sale-page .lot-indicator .total-number-of-lots {
    color: #9a9a9a; }

.theme-2-live-sale-page .scroll-to-current-lot-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 12px;
  background-color: rgba(255, 255, 255, 0.9); }

.theme-2-live-sale-page .lots-strip-tabs .tab {
  width: 50%; }

.theme-2-live-sale-page .lots-strip-wrap {
  position: relative;
  margin-top: 18px; }
  .theme-2-live-sale-page .lots-strip-wrap .lots-strip {
    max-height: 750px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: -2px;
    padding-left: 2px; }
    .theme-2-live-sale-page .lots-strip-wrap .lots-strip .lot-item.current {
      background-color: #f7f7f7; }
    .theme-2-live-sale-page .lots-strip-wrap .lots-strip .more-strip-lots-link {
      line-height: 35px;
      text-align: center;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 15px; }
      .theme-2-live-sale-page .lots-strip-wrap .lots-strip .more-strip-lots-link:hover {
        background-color: #f2f2f2; }
      .theme-2-live-sale-page .lots-strip-wrap .lots-strip .more-strip-lots-link:active {
        background-color: #dedede; }
    .theme-2-live-sale-page .lots-strip-wrap .lots-strip .more-strip-lots-link + .lot-item, .theme-2-live-sale-page .lots-strip-wrap .lots-strip .lot-item + .more-strip-lots-link, .theme-2-live-sale-page .lots-strip-wrap .lots-strip .more-strip-lots-link + .more-strip-lots-link {
      border-top: 1px solid #f0f0f0; }
    .theme-2-live-sale-page .lots-strip-wrap .lots-strip .lot-item {
      padding: 12px 20px 9px;
      cursor: pointer; }
      .theme-2-live-sale-page .lots-strip-wrap .lots-strip .lot-item .lot-number {
        margin-top: -3px; }
      .theme-2-live-sale-page .lots-strip-wrap .lots-strip .lot-item:hover {
        background-color: #ededed; }
      .theme-2-live-sale-page .lots-strip-wrap .lots-strip .lot-item:active {
        background-color: #e3e3e3; }
    .theme-2-live-sale-page .lots-strip-wrap .lots-strip .lot-item.bottom-edge-lot .theme-2-lot-price-container {
      border-bottom: 0; }

.theme-2-live-sale-page .lot-info-wrap {
  position: relative;
  cursor: pointer; }
  .theme-2-live-sale-page .lot-info-wrap:hover {
    background-color: #f7f7f7; }
  .theme-2-live-sale-page .lot-info-wrap:active {
    background-color: #ededed; }

.theme-2-live-sale-page .lot-detail-container .lot-info .cover-thumbnail {
  max-width: 100%;
  max-height: 400px; }

.theme-2-live-sale-page .back-to-current-lot-link {
  cursor: pointer;
  padding-right: 15px;
  line-height: 46px;
  height: 45px;
  font-size: 14px;
  border-bottom: 2px solid #f0f0f0;
  background-image: url("/img/arrow-left-gray-90.png");
  background-repeat: no-repeat;
  background-size: auto 36%;
  background-position: 15px center; }
  .theme-2-live-sale-page .back-to-current-lot-link .back-link-label {
    padding-left: 39px; }
  .theme-2-live-sale-page .back-to-current-lot-link:hover {
    background-color: #f7f7f7; }
  .theme-2-live-sale-page .back-to-current-lot-link:active {
    background-color: #eaeaea; }

.theme-2-live-sale-page .lot-detail-container {
  padding: 0px 30px 15px; }
  .theme-2-live-sale-page .lot-detail-container .description {
    margin-top: 11px; }
  .theme-2-live-sale-page .lot-detail-container .theme-2-my-bid {
    padding-top: 15px; }
  .theme-2-live-sale-page .lot-detail-container .lot-info {
    padding-top: 50px; }
  .theme-2-live-sale-page .lot-detail-container .theme-2-my-bid-wrapper + .lot-info {
    margin-top: 15px;
    border-top: 2px solid #f0f0f0;
    padding-top: 35px; }
  .theme-2-live-sale-page .lot-detail-container .theme-2-my-bid-wrapper.no-space-reserved + .lot-info {
    margin-top: 0;
    border-top-width: 0;
    padding-top: 0; }

.theme-2-live-sale-page .lots-strip .lot-item + .lot-item {
  padding-top: 10px; }

.theme-2-live-sale-page .loading {
  position: relative; }
  .theme-2-live-sale-page .loading .loading-contents {
    margin-top: 40px;
    text-align: center;
    width: 100%;
    font-size: 33px; }

.lot-info.horizontal {
  display: flex; }
  .lot-info.horizontal .cover-thumbnail-wrap {
    width: 50%;
    margin-right: 15px; }
  .lot-info.horizontal > .cover-thumbnail-wrap, .lot-info.horizontal .theme-2-watch-icon-wrap {
    flex: none; }

.lot-info.vertical .cover-thumbnail-wrap {
  margin-bottom: 15px; }

.lot-info.small-image .cover-thumbnail-wrap, .lot-info.small-image .cover-thumbnail {
  width: 60px; }

.lot-info.small-image .cover-thumbnail-wrap {
  margin-right: 15px; }

.lot-info.small-info .details .line-two {
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  @media (max-width: 1199px) {
    .lot-info.small-info .details .line-two {
      width: 91px; } }
  @media (min-width: 1200px) {
    .lot-info.small-info .details .line-two {
      width: 142px; } }
  @media (min-width: 1300px) {
    .lot-info.small-info .details .line-two {
      width: 165px; } }

.lot-info > .theme-2-watch-icon-wrap {
  margin-right: 10px; }

.lot-info .auction-title {
  margin-bottom: 10px; }

.lot-info .cover-thumbnail {
  max-height: 200px;
  max-width: 100%; }

.lot-info .cover-thumbnail-wrap {
  position: relative; }

.lot-info .theme-2-lot-price-container {
  margin-top: 0; }

.lot-info .detail-lot-info {
  margin-top: 6px; }
  .lot-info .detail-lot-info .description {
    margin-top: 6px; }

.lot-info .lot-number {
  font-size: 13px;
  color: #333;
  /*text-transform: uppercase;
      font-weight: 600;*/ }

.lot-info .lot-number-wrap .lot-number, .lot-info .lot-number-wrap .theme-2-watch-icon-wrap {
  display: inline-block;
  vertical-align: top; }

.lot-info .line-one {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500; }

.lot-info .line-two {
  font-size: 13px;
  font-weight: 300;
  font-style: italic; }

.lot-info .theme-2-my-bid {
  margin-top: 10px; }

.lot-info.external .lot-number {
  font-size: 15px;
  font-weight: bold; }

.lot-info.external .theme-2-my-bid {
  border-top: 2px solid #f0f0f0;
  padding-top: 15px; }

.theme-2-my-bid + .lot-info {
  margin-top: 15px; }

.lot-info > .theme-2-watch-icon-wrap, .lot-info:hover .theme-2-watch-icon-wrap, .lot-item:hover .theme-2-watch-icon-wrap {
  opacity: 0.8; }

.theme-2-live-auction-container {
  padding: 0; }
  .theme-2-live-auction-container > .lot-info-wrap, .theme-2-live-auction-container > .bid-box, .theme-2-live-auction-container > .bid-history {
    border-width: 0 2px;
    border-style: solid;
    border-color: #f0f0f0; }
  .theme-2-live-auction-container > .lot-info-wrap {
    border-top-width: 2px;
    padding: 15px; }
  .theme-2-live-auction-container > .bid-history {
    border-bottom-width: 2px; }
  .theme-2-live-auction-container > .current-lot-thumbnail-wrap {
    width: 100%;
    padding: 40px 25px 15px; }
    .theme-2-live-auction-container > .current-lot-thumbnail-wrap > .current-lot-thumbnail {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 100%;
      padding-top: 75%; }
  .theme-2-live-auction-container .paddle-number, .theme-2-live-auction-container .cancel-bid-confirmation {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .theme-2-live-auction-container .actions-and-statuses {
    position: relative; }
  .theme-2-live-auction-container .action-status-wrap, .theme-2-live-auction-container .action-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .theme-2-live-auction-container .action-status {
    border-style: none; }
  .theme-2-live-auction-container .action-status, .theme-2-live-auction-container .btn-custom.bid-now, .theme-2-live-auction-container .btn-custom.back-to-current-lot {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    color: #441f3a;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    width: 100%;
    display: block; }
    .theme-2-live-auction-container .action-status.btn-custom, .theme-2-live-auction-container .btn-custom.bid-now.btn-custom, .theme-2-live-auction-container .btn-custom.back-to-current-lot.btn-custom {
      background-color: #2e9493;
      color: white;
      border-style: solid; }
      .theme-2-live-auction-container .action-status.btn-custom:hover, .theme-2-live-auction-container .btn-custom.bid-now.btn-custom:hover, .theme-2-live-auction-container .btn-custom.back-to-current-lot.btn-custom:hover {
        background-color: #34a7a6; }
      .theme-2-live-auction-container .action-status.btn-custom:active, .theme-2-live-auction-container .btn-custom.bid-now.btn-custom:active, .theme-2-live-auction-container .btn-custom.back-to-current-lot.btn-custom:active {
        background-color: #288180;
        color: white; }
  .theme-2-live-auction-container .action-status {
    border-width: 1px;
    height: 47px;
    margin-top: 11px;
    margin-bottom: 11px; }
    .theme-2-live-auction-container .action-status.preparing-winning-lot {
      position: relative;
      top: -30px;
      font-size: 16px; }
  .theme-2-live-auction-container .btn-custom {
    border-width: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 49px; }
  .theme-2-live-auction-container .action-status-description {
    font-size: 14px;
    text-align: center; }
  .theme-2-live-auction-container .action-status-wrap.lot-won .action-status-description {
    font-size: 15px;
    line-height: 1.2; }
  .theme-2-live-auction-container .bid-box {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
    background-color: #f7f7f7;
    min-height: 127px;
    /* Prevents flickering when changing bid buttons due to animation */
    -webkit-transition: 400ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    -moz-transition: 400ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    transition: 400ms cubic-bezier(0.25, 0.1, 0.25, 1) all; }
    .theme-2-live-auction-container .bid-box.won {
      min-height: 159px; }
    .theme-2-live-auction-container .bid-box.disconnected, .theme-2-live-auction-container .bid-box.confirm {
      min-height: 147px; }
  .theme-2-live-auction-container .highest-bid-wrap {
    font-weight: 500;
    font-size: 14px;
    height: 28px;
    line-height: 28px; }
    @media (min-width: 1200px) {
      .theme-2-live-auction-container .highest-bid-wrap {
        font-size: 18px; } }
    @media (min-width: 1300px) {
      .theme-2-live-auction-container .highest-bid-wrap {
        font-size: 20px; } }
    .theme-2-live-auction-container .highest-bid-wrap .highest-bid {
      position: absolute;
      /* Allows for easy animation without jumpiness due to state changes. */ }
    .theme-2-live-auction-container .highest-bid-wrap .bid-label, .theme-2-live-auction-container .highest-bid-wrap .bid {
      display: inline-block;
      vertical-align: top; }
  .theme-2-live-auction-container .bid-increment {
    font-size: 11px;
    font-weight: 300; }
  .theme-2-live-auction-container .show-cost-calculator {
    position: relative; }
  .theme-2-live-auction-container .show-cost-calculator.up-arrow::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 7px 5.5px;
    border-color: transparent transparent #000000 transparent;
    content: '';
    position: absolute;
    right: -14px;
    top: 4px; }
  .theme-2-live-auction-container .show-cost-calculator.down-arrow::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5.5px 0 5.5px;
    border-color: #000000 transparent transparent transparent;
    content: '';
    position: absolute;
    right: -14px;
    top: 4px; }
  .theme-2-live-auction-container .cost-calculator {
    background-color: #ffffff;
    margin: 10px -15px 0;
    padding: 15px;
    padding-top: 0; }
    .theme-2-live-auction-container .cost-calculator .header {
      border-bottom: 1px solid #000000;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      line-height: 47px;
      margin-bottom: 20px;
      letter-spacing: 1.5px;
      padding: 0 15px;
      margin-left: -15px;
      margin-right: -15px;
      position: relative; }
      .theme-2-live-auction-container .cost-calculator .header .close-icon {
        position: absolute;
        content: "";
        right: 15px;
        top: 0;
        bottom: 0;
        width: 47px;
        background-position: right center;
        background-size: auto 14px;
        background-repeat: no-repeat;
        background-image: url("/img/icon-x.png"); }
    .theme-2-live-auction-container .cost-calculator ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      font-weight: 300;
      font-size: 14px; }
      .theme-2-live-auction-container .cost-calculator ul li {
        line-height: 28px; }
        .theme-2-live-auction-container .cost-calculator ul li .right {
          float: right;
          width: 115px; }
      .theme-2-live-auction-container .cost-calculator ul li.estimate-cost {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        font-size: 16px;
        font-weight: 600;
        margin-top: 5px;
        padding-top: 4px;
        padding-bottom: 4px; }
      .theme-2-live-auction-container .cost-calculator ul li.gray {
        color: #3f3f3f; }
    .theme-2-live-auction-container .cost-calculator .cost-calculator-message {
      font-size: 14px;
      font-weight: 300;
      margin-top: 17px; }
  .theme-2-live-auction-container .bid-history {
    padding: 0 10px; }
    .theme-2-live-auction-container .bid-history .bid-history-item.disabled .left .time, .theme-2-live-auction-container .bid-history .bid-history-item.disabled .left .bid-label, .theme-2-live-auction-container .bid-history .bid-history-item.disabled .right .bid {
      text-decoration: line-through; }
    .theme-2-live-auction-container .bid-history .bid-history-list {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .theme-2-live-auction-container .bid-history li, .theme-2-live-auction-container .bid-history .state-message {
      padding: 9px 9px 7px; }
    .theme-2-live-auction-container .bid-history li {
      border-top: 2px solid #f0f0f0; }
      .theme-2-live-auction-container .bid-history li:first-child {
        border-top-width: 0; }
      .theme-2-live-auction-container .bid-history li .right {
        float: right;
        font-weight: 600;
        line-height: 32px; }
    .theme-2-live-auction-container .bid-history li.my-bid {
      color: #762e58;
      font-size: 12px; }
    .theme-2-live-auction-container .bid-history .state-message {
      color: #f15123;
      line-height: 32px;
      font-size: 13px; }
    .theme-2-live-auction-container .bid-history .state-message ~ .bid-history-list li:first-child {
      border-top-width: 2px; }

.theme-2-tabs {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #f0f0f0; }
  .theme-2-tabs .tab {
    border: 2px solid #f0f0f0;
    border-width: 2px 2px 0px 2px;
    line-height: 41px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px;
    font-size: 16px;
    background-color: #f7f7f7;
    cursor: pointer;
    position: relative;
    text-align: center; }
    .theme-2-tabs .tab + .tab {
      border-left-width: 0; }
    .theme-2-tabs .tab:hover {
      background-color: #f1f1f1; }
    .theme-2-tabs .tab:active {
      background-color: #ebebeb; }
    .theme-2-tabs .tab.active {
      font-weight: 500;
      border-bottom-width: 0;
      background-color: white; }
      .theme-2-tabs .tab.active:before {
        position: absolute;
        content: "";
        background-color: #fff;
        left: 0;
        right: 0;
        bottom: -2px;
        width: 100%;
        height: 2px; }

.theme-2-watch-icon-wrap {
  position: relative;
  cursor: pointer;
  width: 30px;
  opacity: 0;
  color: white;
  z-index: 1;
  -webkit-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
  -moz-transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
  transition: 250ms cubic-bezier(0.25, 0.1, 0.25, 1) opacity; }
  .theme-2-watch-icon-wrap.watched {
    opacity: 0.8; }
  .theme-2-watch-icon-wrap:hover {
    opacity: 1.0 !important; }
  .theme-2-watch-icon-wrap.always-visible {
    opacity: 1.0 !important; }
  .theme-2-watch-icon-wrap:active {
    opacity: 1.0 !important; }
    .theme-2-watch-icon-wrap:active .theme-2-watch-icon {
      line-height: 22px;
      left: 0;
      top: 0; }
      .theme-2-watch-icon-wrap:active .theme-2-watch-icon .fa {
        font-size: 11px; }
  .theme-2-watch-icon-wrap .theme-2-watch-icon {
    position: absolute;
    text-align: center;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    line-height: 20px;
    /*.fa {
        margin-right: -3px;
        line-height: 16px;
        width: 25px;
        height: 20px;
        font-size: 20px;
        line-height: 1.3;
        position: relative;
      }*/ }
    .theme-2-watch-icon-wrap .theme-2-watch-icon .fa {
      width: 100%;
      height: 100%;
      font-size: 13px;
      line-height: 0;
      padding-top: 50%;
      vertical-align: top; }
  .theme-2-watch-icon-wrap.no-background .theme-2-watch-icon {
    background-color: transparent;
    color: #333;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 15px; }
  .theme-2-watch-icon-wrap.no-background:active .theme-2-watch-icon {
    font-size: 12px; }

.cover-thumbnail-wrap .theme-2-watch-icon-wrap {
  position: absolute;
  left: 0;
  top: 0; }

.theme-2-my-bid-live .static-states .won-label, .theme-2-my-bid-live .static-states .won-amount {
  color: #2e9493; }

.theme-2-my-bid-live .static-states .lost-label {
  font-weight: 600; }

.theme-2-my-bid-live .static-states .amount {
  font-weight: bold;
  position: relative; }
  .theme-2-my-bid-live .static-states .amount .popover {
    bottom: 30px;
    top: auto;
    width: 300px;
    left: -108px; }

.theme-2-my-bid-live .static-states .authorized-amount-notice {
  font-weight: bold;
  color: #eb5e28; }

.theme-2-my-bid-live .place-bid-button-wrap {
  margin-right: 10px; }

.theme-2-my-bid-live .place-bid-button-wrap, .theme-2-my-bid-live .minimum-bid, .theme-2-my-bid-live .current-bid, .theme-2-my-bid-live .bid-actions-wrap {
  display: inline-block;
  vertical-align: top; }

.theme-2-my-bid-live .current-bid .amount, .theme-2-my-bid-live .my-max-bid .amount {
  font-weight: bold; }

.theme-2-my-bid-live .current-bid {
  font-weight: bold;
  text-transform: uppercase;
  color: #eb5e28; }

.theme-2-my-bid-live .minimum-bid {
  font-style: italic;
  color: #999;
  line-height: 31px; }

.theme-2-my-bid-live .my-max-bid-title {
  text-transform: uppercase; }

.theme-2-my-bid .place-bid-button-wrap .btn {
  vertical-align: top; }

.theme-2-my-bid .input-actions {
  display: inline-block;
  vertical-align: top; }

.theme-2-my-bid .input-group {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 150px; }
  .theme-2-my-bid .input-group .form-control {
    height: 31px; }

.theme-2-my-bid .input-group-addon {
  border-radius: 0; }

.theme-2-my-bid .edit-bid-area .bid-input-label {
  padding: 6px 10px 6px 0px;
  font-size: 14px;
  float: left; }

.theme-2-my-bid .bid-actions .link-actions {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 8px; }

.theme-2-my-bid .bid-actions a {
  font-size: 13px;
  line-height: 15px;
  display: block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: underline; }

.theme-2-my-bid .bid-actions-wrap .bid-actions a:first-child {
  margin-left: 0; }

.theme-2-my-bid .confirm-delete-label {
  color: #b9121a;
  font-weight: 600;
  font-size: 18px;
  line-height: 31px; }

.theme-2-my-bid .confirm-delete-label, .theme-2-my-bid .bid-actions {
  display: inline-block;
  vertical-align: top; }

.theme-2-my-bid .confirm-delete-label + .bid-actions {
  margin-left: 10px; }

.theme-2-my-bid .register-to-bid-button-wrap {
  display: inline-block;
  vertical-align: top;
  line-height: 31px; }

.theme-2-my-bid .amount-container {
  font-size: 15px;
  line-height: 15px; }
  .theme-2-my-bid .amount-container .amount-label, .theme-2-my-bid .amount-container .amount, .theme-2-my-bid .amount-container .my-max-bid-edit {
    display: inline-block;
    vertical-align: top; }
  .theme-2-my-bid .amount-container .amount {
    margin-right: 5px; }
  .theme-2-my-bid .amount-container .my-max-bid-edit {
    font-size: 12px; }

.theme-2-my-bid .static-states .static-state-col + .static-state-col {
  margin-top: 9px; }

.theme-2-my-bid .bid-area {
  margin-top: 10px; }
  .theme-2-my-bid .bid-area.no-margin-top {
    margin-top: 0; }

.theme-2-my-bid .input-group-addon {
  background: none;
  color: #333;
  padding-left: 0;
  padding-right: 5px;
  font-weight: normal; }

.theme-2-my-bid .input-group-addon + input {
  border-color: #f0f0f0;
  border-width: 2px;
  box-shadow: none; }

.theme-2-my-bid .bid-placed-confirmation {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center; }
  .theme-2-my-bid .bid-placed-confirmation .fa-check {
    color: #5bab2d;
    border: 2px solid #bfbfbf;
    padding: 9px;
    margin-right: 18px;
    font-size: 22px;
    border-top-left-radius: 999px;
    border-top-right-radius: 999px;
    border-bottom-left-radius: 999px;
    border-bottom-right-radius: 999px; }

.theme-2-my-bid.large-bid-placed-confirmation .bid-actions-wrap {
  text-align: center;
  display: block;
  margin-top: 10px; }
  .theme-2-my-bid.large-bid-placed-confirmation .bid-actions-wrap .bid-actions .btn-custom {
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    padding: 0 60px;
    display: inline-block; }

.theme-2-my-bid.large .input-group {
  width: 100%; }
  .theme-2-my-bid.large .input-group .form-control {
    height: 36px; }

.theme-2-my-bid.large .theme-2-bid-suggestions {
  top: 43px; }

.theme-2-my-bid.large .view-bid-area .bid-actions, .theme-2-my-bid.large .edit-bid-area .bid-actions {
  margin-top: 10px; }

.theme-2-my-bid.large .view-bid-area .bid-actions, .theme-2-my-bid.large .view-bid-area .bid-actions button, .theme-2-my-bid.large .edit-bid-area .bid-actions, .theme-2-my-bid.large .edit-bid-area .bid-actions button {
  width: 100%; }

.theme-2-my-bid.large .view-bid-area .bid-actions button, .theme-2-my-bid.large .edit-bid-area .bid-actions button {
  height: 36px;
  line-height: 36px; }

.theme-2-my-bid.large .edit-bid-area .bid-actions {
  margin-top: 5px; }

.theme-2-my-bid.large .link-actions {
  display: block;
  margin-top: 10px;
  margin-left: 0px;
  text-align: right; }
  .theme-2-my-bid.large .link-actions a {
    display: inline-block;
    font-size: 13px; }
    .theme-2-my-bid.large .link-actions a + a {
      margin-left: 7px; }

.theme-2-my-bid .notices {
  margin-top: 10px; }
  .theme-2-my-bid .notices, .theme-2-my-bid .notices a {
    color: #999; }
  .theme-2-my-bid .notices .terms-notice {
    font-size: 10px; }
  .theme-2-my-bid .notices .buyers-premium-notice {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    font-style: italic; }

.theme-2-bid-suggestions {
  display: none;
  position: absolute;
  z-index: 1000;
  border: 1px solid #762e58;
  top: 34px;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: scroll; }
  .theme-2-bid-suggestions.dropup {
    top: auto;
    bottom: 34px; }
  .theme-2-bid-suggestions .bid-suggestion {
    background-color: #fafafa;
    padding: 0 6px;
    font-size: 14px;
    line-height: 31px; }
    .theme-2-bid-suggestions .bid-suggestion.active {
      background-color: #ccc !important; }
  .theme-2-bid-suggestions .bid-suggestion:nth-child(2n) {
    background-color: #ededed; }
  .theme-2-bid-suggestions .bid-suggestion:hover {
    background-color: #ccc; }
  .theme-2-bid-suggestions .bid-suggestion:active {
    background-color: #aaa; }

.theme-2-bid-suggestions:active, .theme-2-bid-suggestions:hover {
  display: block; }

.theme-2-bid-amount-input:focus ~ .theme-2-bid-suggestions, .input-group:focus > .theme-2-bid-suggestions, .theme-2-bid-suggestions:active, .theme-2-bid-suggestions:hover {
  display: block; }

.theme-2-bid-amount-input:focus ~ .theme-2-bid-suggestions, .input-group:focus > .theme-2-bid-suggestions {
  display: block; }

.theme-2-bid-amount-input:focus.empty ~ .theme-2-bid-suggestions, .bid-amount-input.empty ~ .theme-2-bid-suggestions {
  display: none; }

.live-bidding-filter-dropdown label {
  position: absolute;
  z-index: -1; }

@media screen and (max-width: 1023px) {
  body.is-non-mobile.has-core-navbar-3.large-navbar-logo-visible .error-screen-unsupported {
    top: 130px !important; } }

@media screen and (max-width: 1023px) {
  body.is-non-mobile .error-screen-unsupported {
    padding: 15px;
    display: block !important;
    position: fixed;
    width: 100% !important; } }

.n4-spink .alert {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  right: 0; }

/*# sourceMappingURL=n4-spink.css.map */