@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 */
/* 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 */
/*$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: 186px; }

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 #2C3437; }
      #menu ul li.active {
        border-bottom: 3px solid #24292D;
        background: #24292D;
        padding-bottom: 7px; }
      #menu ul li:not(.section-label):hover {
        background: #24292D; }
      #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: #2C3437;
      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 #24292D; }
    #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: 176px; }

.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; }

.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: auto; }
    .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("../images/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(137, 6, 20, 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("../images/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(#8a0202, #580101);
      background: linear-gradient(#8a0202, #580101);
      -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 #350101;
      color: white; }
      #auction-header.v2 .btn-custom.bid-sheet:hover, #auction-header.v2 .btn-custom.view-lots:hover {
        background: linear-gradient(#780202, #460101);
        background: -ms-linear-gradient(#8a0202, #580101, "vertical"); }
      #auction-header.v2 .btn-custom.bid-sheet.active, #auction-header.v2 .btn-custom.view-lots.active {
        background: linear-gradient(#580101, #8a0202);
        background: -ms-linear-gradient(#8a0202, #580101, "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(#460101, #780202);
        background: -ms-linear-gradient(#8a0202, #580101, "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: #8a0202;
        border: 0;
        border-color: #8a0202;
        -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: #a30202; }
      #auction-header.v2 .btn-custom.bid-sheet.flat:active, #auction-header.v2 .btn-custom.view-lots.flat:active {
        background: #710202; }
      #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: 15px;
        padding-right: 15px; }
      #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("../images/icon-clock.png"); }
        #auction-header.v2 .actions .auction-registration-notice.declined {
          background-image: url("../images/icon-x.png"); }
        #auction-header.v2 .actions .auction-registration-notice.approved {
          background-image: url("../images/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("../images/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: #b9121a;
        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: 780px;
    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: #890614;
      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 .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; }

@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("../images/logo-stacks-bowers-black.png"); }

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

.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; }

.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: #8a0202;
    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("../images/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("../images/icon-check-cross.png"); }

.btn.icon.back-to-lots::before {
  background-image: url("../images/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("../images/icon-trash.png"); }

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

.btn.icon.check-white::before {
  background-image: url("../images/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 #8a0202;
  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("../images/icon-checkmark-white.png"); }

.bid-sheet-page .btn-custom.submit-all::before, .bid-sheet-page .btn-custom.submit::before {
  background-image: url("../images/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 .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: 999;
    /* 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("../images/logo-stacks-bowers-black.png");
    position: absolute;
    top: 0;
    bottom: 0;
    width: 186px;
    transition: opacity 0.5s;
    opacity: 0;
    z-index: 10; }
  body.has-core-navbar .navbar-header .large-navbar-logo {
    background-image: url("../images/logo-stacks-bowers-black.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("../images/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 #24292D;
    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("../images/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: #8a0202; }
        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("../images/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: #2C3437;
      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("../images/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: 0px; }
  body.has-core-navbar.large-navbar-logo-visible .navbar-header .large-navbar-logo {
    height: 0px; }
  body.has-core-navbar.large-navbar-logo-visible .navbar-background {
    height: 40px; }
  body.has-core-navbar.large-navbar-logo-visible .navbar {
    top: 0px; }
  body.has-core-navbar.large-navbar-logo-visible #main, body.has-core-navbar.has-large-navbar-logo #main {
    margin-top: 40px; }
  body.has-core-navbar.large-navbar-logo-visible.has-return-to-link .navbar {
    top: 27px; }
  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: 67px; }
  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; }

.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("../images/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: #2C3437;
    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("../images/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: 1000; }
  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: 67px; }

.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: 176px;
  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: #ba081b;
    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("../images/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%; }

/* 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; }

.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: #8a0202;
    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 .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; }
  .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;
    width: 42%; }
  .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; }

.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 {
  height: 42px;
  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("../images/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("../images/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("../images/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("../images/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: #8a0202;
  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; }

.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("../images/icon-clock.png");
        background-repeat: no-repeat;
        background-size: 16px; }
      .bidder-register-page .auction-info-wrap .auction-type.live-auction {
        background-image: url("../images/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;
  padding: 20px; }

.live-auction-bulletin-page .lot-image {
  width: 40%;
  padding-left: 20px; }

.live-auction-bulletin-page .lot-image-large {
  width: 100%; }

.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: #8a0202;
  text-align: left; }

.live-auction-bulletin-page .current-lot-row .lot-number {
  padding-left: 20px; }

.live-auction-bulletin-page .logo {
  background-image: url("../images/logo-stacks-bowers-black.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px; }

.live-auction-bulletin-page .currency-table {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 5%; }
  .live-auction-bulletin-page .currency-table .currency-conversion div {
    display: inline-block; }
  .live-auction-bulletin-page .currency-table .currency-conversion > div {
    margin-right: 5%; }

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

.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: #8a0202; }
  .live-auction-bulletin .all-lots-header {
    background-color: #231f20;
    text-align: center; }
  .live-auction-bulletin .all-lots-header td {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding: 10px; }
  .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; }
  .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; }
  .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: #677e52; }
    .live-auction-container .bid-action-box .reconnect a:hover {
      cursor: pointer;
      color: #7e9a64; }
    .live-auction-container .bid-action-box .reconnect a:active {
      color: #506240; }
  .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: #fea7a7; }
    .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: #8a0202; }
    .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: #8a0202; }
    .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: #8a0202; }
    .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: #2c3337;
    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 #2c3337;
        position: absolute;
        left: -12px;
        top: -14px; }
  .live-auction-container .bid-action-box {
    background-color: #231f20;
    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("../images/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: #2c3337;
    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: #2c3337;
    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: #2c3337; }
    .live-auction-container .bid-history > .title {
      text-transform: uppercase;
      color: #2c3337;
      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: #890614; }
    .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("../images/connection-light-green.png"); }
    .live-auction-container .connection-info .status.disconnected::before {
      background-image: url("../images/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 */
.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: #8a0202;
      padding-top: 9px; }
    .live-sale-page-v2 .lots-strip .my-watched-lots-link:hover {
      background-color: #990202; }
    .live-sale-page-v2 .lots-strip .my-watched-lots-link:active {
      background-color: #7b0202; }
    .live-sale-page-v2 .lots-strip .all-lots-link {
      background-color: #8a0202;
      padding-top: 19px;
      margin-left: 1px; }
    .live-sale-page-v2 .lots-strip .all-lots-link:hover {
      background-color: #990202; }
    .live-sale-page-v2 .lots-strip .all-lots-link:active {
      background-color: #7b0202; }
  .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 #8a0202;
          color: #8a0202; }
          .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 #8a0202;
            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 .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: #8a0202; }
      .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 .images-container {
      width: 100%; }
      .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 {
        width: 74.5%; }
        .live-sale-page-v2 .lot-detail-container .images-container .main-image.full-width {
          width: 100%; }
      .live-sale-page-v2 .lot-detail-container .images-container .thumbnails {
        width: 24%;
        float: right; }
      .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: #8a0202;
      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("../images/arrow-left-white.png"); }
    .live-sale-page-v2 .lot-detail-container button.next-lot {
      background-image: url("../images/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(138, 2, 2, 0.9); }
  .live-sale-page-v2 .lots-strip .lot-info {
    padding-top: 0;
    border-left: 2px solid #8a0202;
    border-right: 2px solid #8a0202;
    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: #8a0202; }
    .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: #8a0202;
      border-bottom-color: #8a0202; }
    .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: ""; }
    .live-sale-page-v2 .lots-strip .lot-info .status.now::before {
      background-color: #8a0202; }
    .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: #8a0202; }
    .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: 9px solid #fff;
      position: absolute;
      bottom: -9px;
      left: 50%;
      margin-left: -12px; }
  .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; }
    .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: 2px;
      text-transform: uppercase; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .reconnect a {
        color: #677e52; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .reconnect a:hover {
        cursor: pointer;
        color: #7e9a64; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .reconnect a:active {
        color: #506240; }
    .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: #8a0202;
      color: white;
      text-align: center;
      min-height: 190px;
      position: relative; }
      .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.disconnected {
          position: static; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .action-status-wrap.disconnected::before {
            height: auto !important; }
        .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: 16pt;
          margin-top: 115px; }
          .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("../images/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: #580101;
        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("../images/connection-light-green.png"); }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer.disconnected::before {
          background-image: url("../images/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; }
      .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-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 #8a0202; }
        .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: #8a0202; }
    .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: #2C3437;
    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("../images/error%402x.png");
      background-size: 20% auto;
      height: 280px;
      background-repeat: no-repeat;
      background-position: center; }
  .live-sale-page-v2 .btn-refresh {
    background: -ms-linear-gradient(#8a0202, #580101);
    background: linear-gradient(#8a0202, #580101);
    -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 #350101;
    color: white;
    margin-top: 20px;
    width: 130px;
    font-size: 17px;
    text-transform: uppercase; }
    .live-sale-page-v2 .btn-refresh:hover {
      background: linear-gradient(#780202, #460101);
      background: -ms-linear-gradient(#8a0202, #580101, "vertical"); }
    .live-sale-page-v2 .btn-refresh.active {
      background: linear-gradient(#580101, #8a0202);
      background: -ms-linear-gradient(#8a0202, #580101, "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(#460101, #780202);
      background: -ms-linear-gradient(#8a0202, #580101, "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: #8a0202;
      border: 0;
      border-color: #8a0202;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0; }
    .live-sale-page-v2 .btn-refresh.flat:hover {
      background: #a30202; }
    .live-sale-page-v2 .btn-refresh.flat:active {
      background: #710202; }
    .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("../images/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; }

@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: #8a0202;
    padding-top: 9px; }
  .live-sale-page .lots-strip .my-watched-lots-link:hover {
    background-color: #990202; }
  .live-sale-page .lots-strip .my-watched-lots-link:active {
    background-color: #7b0202; }
  .live-sale-page .lots-strip .all-lots-link {
    background-color: #8a0202;
    padding-top: 19px;
    margin-left: 1px; }
  .live-sale-page .lots-strip .all-lots-link:hover {
    background-color: #990202; }
  .live-sale-page .lots-strip .all-lots-link:active {
    background-color: #7b0202; }

.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("../images/icon-list-style.png");
  background-size: 20px 15px; }

.lot-view-style > .btn > .icon.grid {
  background-image: url("../images/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("../images/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: #8a0202;
    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("../images/arrow-left-white.png"); }
  .live-sale-page .lot-detail-container button.next-lot {
    background-image: url("../images/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.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 {
    color: white; }
  .lot-default-overlay.win {
    background-color: rgba(138, 2, 2, 0.9); }
  .lot-default-overlay.now {
    background-color: rgba(185, 18, 26, 0.9); }
  .lot-default-overlay.lost {
    background-color: rgba(0, 0, 0, 0.2); }
  .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(138, 2, 2, 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("../images/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("../images/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: 1px;
    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; }
  .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("../images/btn-previous-page.png"); }
  .filters-container .btn.next::before {
    background-image: url("../images/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("../images/btn-previous-page.png"); }
  .basic-bid-sheet-filters-container .btn.next::before {
    background-image: url("../images/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(#8a0202, #580101);
      background: linear-gradient(#8a0202, #580101);
      -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 #350101;
      color: white; }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid:hover {
        background: linear-gradient(#780202, #460101);
        background: -ms-linear-gradient(#8a0202, #580101, "vertical"); }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid.active {
        background: linear-gradient(#580101, #8a0202);
        background: -ms-linear-gradient(#8a0202, #580101, "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(#460101, #780202);
        background: -ms-linear-gradient(#8a0202, #580101, "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: #8a0202;
        border: 0;
        border-color: #8a0202;
        -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: #a30202; }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid.flat:active {
        background: #710202; }
      .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 #8a0202;
    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: #8a0202; }
    .filtersV2-container .active-filters .no-filters {
      color: #231f20; }
    .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: #8a0202; }
    .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: #8a0202; }
  .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("../images/btn-previous-page.png"); }
  .filtersV2-container .btn.next::before {
    background-image: url("../images/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("../images/icon-clock.png"); }
  .auction-details .auction-registration-notice.declined {
    background-image: url("../images/icon-x.png"); }
  .auction-details .auction-registration-notice.approved {
    background-image: url("../images/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-type.timed-auction,
  .lots.grid-view .auction-title .auction-type.timed-auction {
    background-image: url("../images/icon-clock.png");
    background-repeat: no-repeat;
    background-size: 16px; }
  .lots.list-view .auction-title .auction-type.live-auction,
  .lots.grid-view .auction-title .auction-type.live-auction {
    background-image: url("../images/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 #8a0202;
  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(138, 2, 2, 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;
    font-weight: 600;
    color: #b9121a;
    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; }

.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: 136px; }
  .lots.list-view .lot-v2 .details .lot-number {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 300;
    margin-top: -1px;
    line-height: 22px; }
  .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 .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: 1500px; }
    .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 .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: #8a0202; }
    .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: #d90000; }
    .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: #8a0202; }

.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("../images/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: absolute; }
  .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: #890614; }
  .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: #8a0202;
    background-color: rgba(138, 2, 2, 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: #677e52; }
  .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: #890614; }
  .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: #8a0202; }
    .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: #56a000; }
  .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, .spending-limit-box .static-status.won {
    color: #56a000; }
  .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, .spending-limit-box .static-status.lost .status-title, .spending-limit-box .static-status.won .status-title, .spending-limit-box .static-status.now .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: inline-block;
    vertical-align: top; }
  .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("../images/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: #8a0202;
    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; }

.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; }
  .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: #890614; }

.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; }
  .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .lot-details {
    padding: 9px 12px; }
    .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: bold;
      font-size: 15px; }
    .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: #8a0202; }
      .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap.watched .watch-icon:hover {
        color: #d90000; }
      .lots-page .lots.grid-view.feature-coreLotListExpandedGridViewOnly .lot .watch-icon-wrap.watched .watch-icon:active {
        color: #8a0202; }
  .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-family: Avenir;
  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%; } }

@media (min-width: 1200px) {
  .lots-page .lots.grid-view .lot {
    width: 14.28%; }
  .lots-page .filters-column + .lots-column .lots.grid-view:not(.feature-coreLotListExpandedGridViewOnly) .lot {
    width: 20%; } }

.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 .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; }
  .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("../images/icon-clock.png");
    background-repeat: no-repeat;
    background-size: 16px; }
  .lot-page .details .auction-type.live-auction {
    background-image: url("../images/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 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 .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; }

#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 .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("../images/icon-calendar.png");
    background-repeat: no-repeat;
    background-size: 100%; }
  .auctions-page .auction .total-sold-value {
    margin-left: 20px;
    font-size: 14px;
    color: #8a0202;
    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: #8a0202; }
    .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: #677e52; }
    .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("../images/icon-clock.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0px 4px; }
  .auctions-page .auction .auction-type.live-auction {
    background-image: url("../images/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: #677e52;
        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: #b9121a;
      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("../images/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;
  margin: 0 auto;
  box-sizing: content-box; }

.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: #8a0202;
      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: #8a0202;
  color: white;
  font-weight: bold;
  border: 0; }

.input-group-addon + input {
  border-color: #8a0202; }

.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: #231f20;
    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: #8a0202; }

.static-page > .title {
  color: #8a0202;
  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("../images/logo-stacks-bowers-black.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("../images/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: #c22335;
    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: 10px; } }
  .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: 20px; } }
  .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: #677e52;
    font-weight: 400 !important; }
    .my-bid-vertical:not(.realestate) .max-bid-label.live-bid {
      color: #890614; }
  .my-bid-vertical:not(.realestate) .max-bid-amount.live-bid {
    color: #890614;
    font-weight: 700; }
  .my-bid-vertical:not(.realestate) .opening-bid-label,
  .my-bid-vertical:not(.realestate) .opening-bid-amount {
    font-style: italic;
    color: #999;
    text-transform: none;
    font-weight: 400 !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: #677e52; }
  .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) .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: #677e52; }
  .my-bid-vertical:not(.realestate) .current-container, .my-bid-vertical:not(.realestate) .current-container .current-label {
    color: #890614; }
  .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; }
  .my-bid-vertical:not(.realestate) .outbid-row .current-container {
    margin-left: 10px; }
  .my-bid-vertical:not(.realestate) .authorized-amount-notice {
    color: #8a0202;
    text-align: center; }
  .my-bid-vertical:not(.realestate) .onsite-auction-notice {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #8a0202; }
  .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: #677e52;
    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: #890614;
      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("../images/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("../images/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: #677e52;
            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: #677e52; }

.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("../images/ico-chrome.png"); }
  .browser-support-notice .recommended-browser.firefox {
    background-image: url("../images/ico-firefox.png"); }
  .browser-support-notice .recommended-browser.safari {
    background-image: url("../images/ico-safari.png"); }
  .browser-support-notice .recommended-browser.ie {
    background-image: url("../images/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("../images/logo-stacks-bowers-black.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: -40px;
  visibility: hidden; }

.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("../images/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: #8a0202; }
  .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("../images/ico-live-auction%402x.png"); }
  .calendar-page .calendar-event.event-timed {
    background-image: url("../images/ico-timed-auction%402x.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 {
  display: none;
  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("../images/phone-slide-v3.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("../images/app-store%402x.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("../images/google-play%402x.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("../images/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;
  font-family: Avenir;
  color: #333333; }
  .missing-js-library .img {
    margin-top: 100px;
    background-image: url("../images/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: #890614; }

.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: #890614; }
    .my-bid .static-states .won-container {
      color: #56a000; }
      .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(137, 6, 20, 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 .confirm-delete-label {
    color: #890614;
    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; }

@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: #56a000; }

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

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

.my-bid-timed .my-max-bid {
  color: #56a000; }

.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(137, 6, 20, 0.9); }

.my-bid-timed .minimum-bid {
  font-style: italic;
  color: #999;
  font-size: 18px; }

.my-bid-live .static-states .bidding-label, .my-bid-live .static-states .bidding-amount {
  color: rgba(137, 6, 20, 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: #8a0202;
  vertical-align: top;
  font-weight: 700;
  color: #8a0202;
  background-color: rgba(138, 2, 2, 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(137, 6, 20, 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: #8a0202;
        padding-top: 9px; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .my-watched-lots-link:hover {
        background-color: #990202; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .my-watched-lots-link:active {
        background-color: #7b0202; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .all-lots-link {
        background-color: #8a0202;
        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: #990202; }
      .live-sale-page-v2-mobile .top-bar-row .top-bar-wrap .lots-strip .all-lots-link:active {
        background-color: #7b0202; }

.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: #890614;
    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 #890614;
      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("../images/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("../images/connection-light-red.png"); }

.live-sale-page-v2-mobile .content-footer {
  position: fixed;
  width: 100%;
  background-color: #890614;
  bottom: 71px;
  left: 0px;
  text-align: center;
  color: white; }
  .live-sale-page-v2-mobile .content-footer .line-one {
    background-color: #710510;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600; }
    .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 {
        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-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("../images/mobile-bid-slider-arrow%402x.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: 24%;
      left: 20.5%;
      width: 72%;
      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 .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 .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("../images/mobile-ico-current%402x.png"); }
    .live-sale-page-v2-mobile .nav-tabs ul .tab-current.active .icon {
      background-image: url("../images/mobile-ico-current-active%402x.png"); }
    .live-sale-page-v2-mobile .nav-tabs ul .tab-history .icon {
      background-image: url("../images/mobile-ico-history%402x.png"); }
    .live-sale-page-v2-mobile .nav-tabs ul .tab-history.active .icon {
      background-image: url("../images/mobile-ico-history-active%402x.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 #8a0202;
        color: #8a0202; }
        .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 #8a0202;
          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: #8a0202; }
    .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: #8a0202;
    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("../images/arrow-left-white.png"); }
  .live-sale-page-v2-mobile .lot-detail-container button.next-lot {
    background-image: url("../images/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-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: scroll;
  -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;
    /* .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 #8a0202; }
      .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: #8a0202; }
  .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("../images/error%402x.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(#8a0202, #580101);
  background: linear-gradient(#8a0202, #580101);
  -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 #350101;
  color: white;
  margin-top: 20px;
  width: 130px;
  font-size: 17px;
  text-transform: uppercase; }
  .live-sale-page-v2-mobile .btn-refresh:hover {
    background: linear-gradient(#780202, #460101);
    background: -ms-linear-gradient(#8a0202, #580101, "vertical"); }
  .live-sale-page-v2-mobile .btn-refresh.active {
    background: linear-gradient(#580101, #8a0202);
    background: -ms-linear-gradient(#8a0202, #580101, "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(#460101, #780202);
    background: -ms-linear-gradient(#8a0202, #580101, "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: #8a0202;
    border: 0;
    border-color: #8a0202;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .live-sale-page-v2-mobile .btn-refresh.flat:hover {
    background: #a30202; }
  .live-sale-page-v2-mobile .btn-refresh.flat:active {
    background: #710202; }
  .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("../images/create-account%402x.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("../images/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("../images/logo-stacks-bowers-black.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: #890614;
  border: 1px solid #890614 !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: 9999980;
  color: #333333;
  background: #eeeeee;
  opacity: 1; }
  .cookie-warning .close-cookie-warning {
    margin-right: 10px;
    margin-top: 10px;
    background-image: url("../images/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(#8a0202, #580101);
      background: linear-gradient(#8a0202, #580101);
      -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 #350101;
      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(#780202, #460101);
        background: -ms-linear-gradient(#8a0202, #580101, "vertical"); }
      .cookie-warning-v2 .cookie-warning-content .close-cookie-warning.active {
        background: linear-gradient(#580101, #8a0202);
        background: -ms-linear-gradient(#8a0202, #580101, "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(#460101, #780202);
        background: -ms-linear-gradient(#8a0202, #580101, "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: #8a0202;
        border: 0;
        border-color: #8a0202;
        -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: #a30202; }
      .cookie-warning-v2 .cookie-warning-content .close-cookie-warning.flat:active {
        background: #710202; }
      .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: #8a0202;
      text-decoration: underline; }
      .cookie-warning-v2 .cookie-warning-content a.learn-more:hover {
        color: #ef0303; }

.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: #890614; }
    .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: 100%;
        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("../images/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; }

.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; }

.cardconnect-tokenframe {
  height: 50px;
  margin-left: -11px;
  width: calc(100% + 21px);
  margin-top: -12px;
  margin-bottom: -12px; }

#menu .locale-wrapper .locale-flag {
  padding: 0;
  margin-left: 5px; }

.locale-flag .locale-flag-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.profile-password-actions {
  margin-top: 10px; }

.error-screen-unsupported-csp {
  display: none;
  top: 0;
  z-index: 1111; }

#MicrosoftTranslatorWidget {
  color: white;
  background-color: #555555; }

.login-page .email-login-box, .login-page .social-login-box,
.auth-page .not-a-member-notice, .auth-page .already-a-member-notice,
.auth-page .forgot-client-number-notice {
  max-width: 366px;
  width: auto;
  min-width: 246px; }

.email-login-box-wrap .email-login-box .terms {
  width: 90%;
  margin-top: 9px;
  font-weight: 400; }

.login-container .agree-terms-conditions {
  vertical-align: top; }

.filters-container .number-of-lots {
  max-width: 139px;
  max-width: 144px;
  width: auto; }

.MicrosoftTranslatorWidget-wrapper {
  position: relative;
  height: 0; }
  .MicrosoftTranslatorWidget-wrapper .MicrosoftTranslatorWidget-content {
    top: 70px;
    z-index: 100;
    position: absolute;
    right: 0; }

.title-wrap {
  width: 70%; }

#auction-header.v2 .title {
  width: 100%; }

/* tablet */
@media screen and (max-width: 991px) {
  body.large-navbar-logo-visible #main, body.has-large-navbar-logo #main {
    margin-top: 0px; }
  .title-wrap {
    width: 63%; } }

@media screen and (max-width: 767px) {
  body.large-navbar-logo-visible #main {
    margin-top: 0px; } }

.absentee-bid-box .static-status.now, .absentee-bid-box .static-status.won,
.spending-limit-box .static-status.now,
.spending-limit-box .static-status.won {
  color: #559e1a; }

.absentee-bid-box .static-status.lost + .static-status.sold {
  font-size: 21px; }

.absentee-bid-box .static-status .you-bid {
  border-left: 1px solid #ddd;
  margin-left: 8px;
  padding-left: 8px;
  color: #559e1a; }

.absentee-bid-box .static-status .status-title {
  text-transform: none; }

.absentee-bid-box .static-status.grid-status {
  border: 0 !important;
  padding: 0px !important;
  margin: 0px !important; }
  .absentee-bid-box .static-status.grid-status .you-bid {
    border-left: 0 !important;
    margin-left: 0px !important;
    padding-left: 0px !important; }

.absentee-bid-box .input-actions {
  padding-left: 8px; }

.pad10 {
  padding-top: 10px; }

.forgot-password-page .content-container, .register-page .content-container, .reset-password-page .content-container {
  min-height: 200px; }

.register-box, .forgot-password-box, .reset-password-box {
  width: 30%; }

.btn.icon.check::before, .btn.icon.cross::before, .btn.icon.trash::before {
  left: 9px;
  top: 9px; }

.btn.small.icon-only::before {
  left: 7px;
  top: 7px; }

.container {
  max-width: 1336px; }

.empty-state {
  padding-bottom: 80px; }

.alert {
  z-index: 1; }

#auction-header-wrap {
  background: none; }
  #auction-header-wrap:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0c0c0+0,ffffff+100 */
    background: #c0c0c0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c0c0c0 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c0c0c0 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c0c0c0 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    background-size: auto 150%;
    background-position: 0%;
    /* position: fixed; */
    height: 109px;
    /* top: 41px; */ }
  #auction-header-wrap:after {
    background: url("../images/logo-stacks-bowers-black.png") no-repeat;
    background-size: auto 50%;
    background-position: 0%;
    position: absolute;
    height: 133px;
    content: ' ';
    left: 0;
    top: -15px;
    z-index: 1; }
  #auction-header-wrap #auction-header {
    border-bottom: none !important; }

.auction-type.timed-auction {
  background-image: url("../images/icon-clock.png");
  background-repeat: no-repeat;
  background-size: 16px; }

.auction-type.live-auction {
  background-image: url("../images/icon-hammer.png");
  background-repeat: no-repeat;
  background-size: 16px; }

.auction-type {
  padding-left: 18px;
  display: block;
  margin-right: 7px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px; }
  .auction-type .auction-approved span {
    color: #0A6141; }

.auction-subhead {
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px; }
  .auction-subhead .auction-type {
    font-size: 14px; }
    .auction-subhead .auction-type .auction-type-text::after {
      content: ' | '; }

.content-container {
  border: 1px solid #eeeeee;
  background-color: white;
  padding: 10px;
  position: relative;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.175); }

.commodity-type {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize; }
  .commodity-type span {
    font-size: 24px;
    display: inline-block;
    position: relative;
    left: 1px;
    top: 3px; }
    .commodity-type span.gold {
      color: goldenrod; }
    .commodity-type span.palladium {
      color: lightgray; }
    .commodity-type span.platinum {
      color: #e5e4e2; }
    .commodity-type span.silver {
      color: darkgray; }
    .commodity-type span.default {
      color: #C0BC9F; }

.bidding-info-wrapper {
  position: relative; }
  .bidding-info-wrapper .bidding-info-container {
    color: #fff;
    right: 35px;
    max-width: 760px;
    z-index: 1;
    -webkit-transition: bottom .5s ease;
    -moz-transition: bottom .5s ease;
    -o-transition: bottom .5s ease;
    -ms-transition: bottom .5s ease;
    transition: bottom .5s ease;
    right: 3%; }
    .bidding-info-wrapper .bidding-info-container.absolute {
      bottom: -106px;
      position: absolute; }
      @media only screen and (max-width: 480px), only screen and (max-width: 320px) {
        .bidding-info-wrapper .bidding-info-container.absolute {
          bottom: -191px; } }
    .bidding-info-wrapper .bidding-info-container.fixed {
      bottom: -191px;
      position: fixed; }
    .bidding-info-wrapper .bidding-info-container.open {
      bottom: -10px; }
    .bidding-info-wrapper .bidding-info-container .bidding-info-tab {
      background-color: #8f0e0f;
      border: 2px solid #890102;
      cursor: pointer;
      float: right;
      font-size: 15px;
      font-weight: 700;
      padding: 9px 15px;
      position: relative;
      width: 180px; }
      .bidding-info-wrapper .bidding-info-container .bidding-info-tab i {
        font-size: 16px;
        padding-right: 10px; }
      .bidding-info-wrapper .bidding-info-container .bidding-info-tab span {
        position: absolute;
        right: 16px;
        top: 3px;
        -webkit-transition: transform .2s ease;
        -moz-transition: transform .2s ease;
        -o-transition: transform .2s ease;
        -ms-transition: transform .2s ease;
        transition: transform .2s ease; }
        .bidding-info-wrapper .bidding-info-container .bidding-info-tab span.open {
          top: 7px;
          -moz-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .bidding-info-wrapper .bidding-info-container .bidding-info-content {
      background-color: #8f0e0f;
      border: 2px solid #890102;
      float: right;
      padding: 12px 18px; }
      .bidding-info-wrapper .bidding-info-container .bidding-info-content a {
        color: #fff;
        text-decoration: underline; }

.live-sale-page-v2 .bidding-info-wrapper {
  position: initial; }
  .live-sale-page-v2 .bidding-info-wrapper .bidding-info-container.absolute {
    bottom: -97px; }
  .live-sale-page-v2 .bidding-info-wrapper .bidding-info-container.fixed {
    bottom: -79px; }
  .live-sale-page-v2 .bidding-info-wrapper .bidding-info-container.open {
    bottom: 0px; }

.live-sale-page-v2 .alert-danger {
  padding-left: 10px;
  padding-right: 10px; }

.live-sale-page-v2 .lots-strip .lot-default-overlay.current {
  background: #9b2728;
  color: #ffffff; }

.live-sale-footer {
  z-index: 2; }

#footer,
#footer-mobile {
  background-color: white;
  color: black; }
  #footer .section .title,
  #footer-mobile .section .title {
    color: black; }
  #footer .copyright,
  #footer-mobile .copyright {
    color: black; }

@media screen and (max-width: 767px) {
  #footer,
  #footer-mobile {
    text-align: left; }
    #footer .section.powered-by,
    #footer-mobile .section.powered-by {
      padding-left: 0px;
      margin-left: 0px;
      height: 40px;
      margin-top: 35px; }
      #footer .section.powered-by.dashed,
      #footer-mobile .section.powered-by.dashed {
        padding-left: 20px;
        margin-left: -10px; } }

.mobile-auction-type {
  display: block; }

.static-page {
  font-size: 14px; }
  .static-page .content-header {
    margin-top: -10px;
    margin-bottom: 20px; }
    .static-page .content-header .title {
      padding-top: 18px; }
  .static-page .amounts {
    max-width: 50%; }
  .static-page .bank {
    max-width: 50%; }

.navbar {
  background-color: white;
  border-bottom: 1px solid #a3a3a3; }
  .navbar .navbar-brand {
    width: 350px;
    height: 39px;
    /* account 1px for border */
    background-image: "../images/logo-stacks-bowers-black.png";
    background-size: 350px auto;
    background-repeat: no-repeat;
    background-position: left center;
    background-clip: content-box;
    margin-right: 20px; }
  .navbar .navbar-header, .navbar .navbar-brand {
    margin-left: 0 !important; }

#auction-header.v2 {
  padding-left: 10px; }
  #auction-header.v2 .actions {
    right: -4px; }
    #auction-header.v2 .actions .toggle-auction-info::before {
      content: none; }
    #auction-header.v2 .actions .btn-wrap {
      height: 100%;
      line-height: 67px; }
      #auction-header.v2 .actions .btn-wrap .bid-sheet {
        text-transform: uppercase; }

#auction-header .auction-header-details .main-box {
  display: none !important; }

#auction-header .bid-sheet {
  color: #8a0202;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer; }

#auction-header .actions {
  z-index: 10;
  position: absolute;
  top: 100px;
  right: 20px; }
  #auction-header .actions ul {
    display: none; }

.required {
  color: #8a0202; }

.static-header::before {
  content: none; }

.logout-action {
  z-index: 10; }

.place-proxy-bid {
  margin-top: -1px;
  margin-left: 5px; }

.reserve-bid-not-met {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e5e5e5; }

.stacks-live-auction-nav {
  background: #2c3337;
  height: 40px;
  color: white;
  z-index: 11;
  line-height: 40px; }
  .stacks-live-auction-nav .logo {
    position: relative;
    transition: opacity 0.5s;
    background-size: auto 70%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../images/logo-min.png");
    display: inline-block;
    height: 50px;
    background-color: inherit;
    width: 190px;
    background-position-y: 3px;
    vertical-align: top;
    margin-top: 0px; }
  .stacks-live-auction-nav .exit-wrapper {
    line-height: 35px; }
    .stacks-live-auction-nav .exit-wrapper .exit {
      height: 25px !important;
      padding: 0 15px !important; }

.live-sale-page-v2-container .container {
  width: 1065px; }

.live-sale-page-v2-container .live-sale-page-v2 {
  position: relative; }
  .live-sale-page-v2-container .live-sale-page-v2 .lot-info .commodity-type {
    position: absolute;
    bottom: 4px;
    right: 8px; }
  .live-sale-page-v2-container .live-sale-page-v2 .lots-strip-right {
    right: -553px !important; }
  .live-sale-page-v2-container .live-sale-page-v2 .message {
    margin-bottom: 30px !important; }

.live-sale-page-v2-container .live-sale-subheader .auction-title {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: initial; }

.live-sale-page-v2-container .live-sale-subheader .date, .live-sale-page-v2-container .live-sale-subheader .time {
  padding-left: 2px; }

.live-sale-page-v2-container .bid-action-box {
  background-color: #8a0202; }
  .live-sale-page-v2-container .bid-action-box .btn {
    background: -ms-linear-gradient(#222023, #080808);
    background: linear-gradient(#222023, #080808);
    -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;
    line-height: 1; }
    .live-sale-page-v2-container .bid-action-box .btn:hover {
      background: linear-gradient(#19171a, black);
      background: -ms-linear-gradient(#222023, #080808, "vertical"); }
    .live-sale-page-v2-container .bid-action-box .btn.active {
      background: linear-gradient(#080808, #222023);
      background: -ms-linear-gradient(#222023, #080808, "vertical"); }
    .live-sale-page-v2-container .bid-action-box .btn:hover, .live-sale-page-v2-container .bid-action-box .btn: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-container .bid-action-box .btn:active {
      background: linear-gradient(black, #19171a);
      background: -ms-linear-gradient(#222023, #080808, "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-container .bid-action-box .btn.flat {
      background: #222023;
      border: 0;
      border-color: #222023;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0; }
    .live-sale-page-v2-container .bid-action-box .btn.flat:hover {
      background: #2f2c30; }
    .live-sale-page-v2-container .bid-action-box .btn.flat:active {
      background: #151416; }
    .live-sale-page-v2-container .bid-action-box .btn.white.flat {
      border: 1px solid black; }
  .live-sale-page-v2-container .bid-action-box .off-increment-bidding .btn-wrapper {
    width: 43%;
    display: inline-block; }
  .live-sale-page-v2-container .bid-action-box .off-increment-bidding .btn-wrapper + .btn-wrapper {
    margin-left: 5px; }
  .live-sale-page-v2-container .bid-action-box .off-increment-bidding button {
    width: 100%;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    padding: 0; }
  .live-sale-page-v2-container .bid-action-box .off-increment-bidding .bid-now {
    height: 55px; }
  .live-sale-page-v2-container .bid-action-box .off-increment-bidding .half {
    font-size: 15px;
    line-height: 1; }
    .live-sale-page-v2-container .bid-action-box .off-increment-bidding .half span {
      font-size: 12px;
      text-transform: none; }
  .live-sale-page-v2-container .bid-action-box .percentage {
    height: 55px !important;
    margin-bottom: 10px; }
  .live-sale-page-v2-container .bid-action-box .bid-btn-subtext {
    font-size: 13px;
    font-weight: 700; }
  .live-sale-page-v2-container .bid-action-box .buyers-premium {
    margin-top: 10px; }
    .live-sale-page-v2-container .bid-action-box .buyers-premium.sold {
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%; }
  .live-sale-page-v2-container .bid-action-box .reconnect a {
    color: white; }
  .live-sale-page-v2-container .bid-action-box .video #live-video .OT_root, .live-sale-page-v2-container .bid-action-box .video #live-video div.OT_root.OT_subscriber {
    width: 100% !important;
    height: 183px !important;
    position: relative !important; }
  .live-sale-page-v2-container .bid-action-box .percentage-disclaimer {
    position: absolute;
    bottom: 32px;
    width: 100%; }

.live-sale-page-v2-container .main-area .spot-price-container {
  background-color: #9b2728;
  border: 2px solid #890102;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 10px 20px;
  text-align: center; }
  .live-sale-page-v2-container .main-area .spot-price-container > span {
    padding-right: 8px; }
  .live-sale-page-v2-container .main-area .spot-price-container span {
    text-transform: capitalize; }
    .live-sale-page-v2-container .main-area .spot-price-container span span {
      font-weight: bold; }

.live-sale-page-v2-container .main-area .tabs .tab {
  width: 25%; }

.live-sale-page {
  margin-top: -40px; }
  .live-sale-page .lot-default-overlay.bid {
    background-color: #559e1a; }
  .live-sale-page .stacks-live-auction-nav {
    background: #2c3337;
    height: 40px;
    color: white;
    z-index: 1; }
    .live-sale-page .stacks-live-auction-nav::before {
      content: ''; }
    .live-sale-page .stacks-live-auction-nav div {
      display: inline-block; }
    .live-sale-page .stacks-live-auction-nav .logo {
      position: relative;
      transition: opacity 0.5s;
      background-size: auto 70%;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: rgba(0, 0, 0, 0.6);
      background-image: url("../images/logo-stacks-bowers%402x.png");
      display: inline-block;
      height: 55px;
      background-color: inherit;
      width: 190px;
      background-position-y: 3px;
      vertical-align: top; }
    .live-sale-page .stacks-live-auction-nav .title {
      vertical-align: top;
      font-size: 13px;
      font-weight: 700;
      margin-top: 5px;
      max-width: 330px;
      overflow: hidden;
      height: 40px;
      padding-top: 6px; }
    .live-sale-page .stacks-live-auction-nav .bid-sheet,
    .live-sale-page .stacks-live-auction-nav .watched,
    .live-sale-page .stacks-live-auction-nav .all-lots {
      font-size: 13px;
      font-weight: 600;
      margin-top: 11px;
      padding-left: 10px;
      margin-left: 10px;
      cursor: pointer;
      position: relative; }
      .live-sale-page .stacks-live-auction-nav .bid-sheet::before,
      .live-sale-page .stacks-live-auction-nav .watched::before,
      .live-sale-page .stacks-live-auction-nav .all-lots::before {
        border-left: 1px solid black;
        content: ' ';
        position: absolute;
        height: 40px;
        top: -9px;
        left: 0; }
      .live-sale-page .stacks-live-auction-nav .bid-sheet a, .live-sale-page .stacks-live-auction-nav .bid-sheet a:visited, .live-sale-page .stacks-live-auction-nav .bid-sheet a:link, .live-sale-page .stacks-live-auction-nav .bid-sheet a:active, .live-sale-page .stacks-live-auction-nav .bid-sheet a:hover,
      .live-sale-page .stacks-live-auction-nav .watched a,
      .live-sale-page .stacks-live-auction-nav .watched a:visited,
      .live-sale-page .stacks-live-auction-nav .watched a:link,
      .live-sale-page .stacks-live-auction-nav .watched a:active,
      .live-sale-page .stacks-live-auction-nav .watched a:hover,
      .live-sale-page .stacks-live-auction-nav .all-lots a,
      .live-sale-page .stacks-live-auction-nav .all-lots a:visited,
      .live-sale-page .stacks-live-auction-nav .all-lots a:link,
      .live-sale-page .stacks-live-auction-nav .all-lots a:active,
      .live-sale-page .stacks-live-auction-nav .all-lots a:hover {
        color: white; }
    .live-sale-page .stacks-live-auction-nav .status {
      vertical-align: top;
      margin-top: 9px;
      position: absolute;
      left: 810px;
      width: 141px; }
      .live-sale-page .stacks-live-auction-nav .status .auction-status {
        position: relative; }
        .live-sale-page .stacks-live-auction-nav .status .auction-status::before {
          background-image: url("../images/connection-light-green.png");
          position: absolute;
          content: "";
          background-position: center center;
          background-repeat: no-repeat;
          top: 0;
          bottom: 0;
          left: -24px;
          width: 21px;
          margin-right: 12px; }
      .live-sale-page .stacks-live-auction-nav .status .exit {
        margin-right: 10px;
        margin-left: 10px; }
        .live-sale-page .stacks-live-auction-nav .status .exit.btn-custom {
          height: 25px !important;
          line-height: 25px !important;
          padding: 0 8px !important; }
  .live-sale-page .lots-strip .all-lots-link {
    background-color: #2c3437; }
  .live-sale-page .lots-strip .lot-thumbnail-overlay-wrap .lot-number-wrap {
    left: 0px;
    top: 1px;
    position: absolute;
    color: white;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 2px;
    padding-right: 2px;
    min-width: 35%;
    height: 35%; }
  .live-sale-page .live-auction-container {
    top: 40px; }
    .live-sale-page .live-auction-container .lot-info {
      width: 298px;
      min-height: 64px; }
      .live-sale-page .live-auction-container .lot-info:hover {
        cursor: inherit;
        background-color: white; }
      .live-sale-page .live-auction-container .lot-info .lot-number + .line-one {
        width: 290px; }
      .live-sale-page .live-auction-container .lot-info .line-one {
        max-height: 30px; }
    .live-sale-page .live-auction-container .highest-bid {
      background-color: #8a0202;
      border-bottom: none; }
      .live-sale-page .live-auction-container .highest-bid .buyers-premium {
        margin-top: -7px; }
      .live-sale-page .live-auction-container .highest-bid .make-bid-pointer {
        top: -1px; }
        .live-sale-page .live-auction-container .highest-bid .make-bid-pointer::after {
          content: none; }
    .live-sale-page .live-auction-container .action-status .absentee-bid {
      font-size: 12pt;
      font-weight: 500; }
    .live-sale-page .live-auction-container .bid-action-box {
      background-color: #8a0202; }
      .live-sale-page .live-auction-container .bid-action-box .btn {
        background: -ms-linear-gradient(#222023, #080808);
        background: linear-gradient(#222023, #080808);
        -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;
        line-height: 1; }
        .live-sale-page .live-auction-container .bid-action-box .btn:hover {
          background: linear-gradient(#19171a, black);
          background: -ms-linear-gradient(#222023, #080808, "vertical"); }
        .live-sale-page .live-auction-container .bid-action-box .btn.active {
          background: linear-gradient(#080808, #222023);
          background: -ms-linear-gradient(#222023, #080808, "vertical"); }
        .live-sale-page .live-auction-container .bid-action-box .btn:hover, .live-sale-page .live-auction-container .bid-action-box .btn: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 .live-auction-container .bid-action-box .btn:active {
          background: linear-gradient(black, #19171a);
          background: -ms-linear-gradient(#222023, #080808, "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 .live-auction-container .bid-action-box .btn.flat {
          background: #222023;
          border: 0;
          border-color: #222023;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          border-radius: 0; }
        .live-sale-page .live-auction-container .bid-action-box .btn.flat:hover {
          background: #2f2c30; }
        .live-sale-page .live-auction-container .bid-action-box .btn.flat:active {
          background: #151416; }
        .live-sale-page .live-auction-container .bid-action-box .btn.white.flat {
          border: 1px solid black; }
      .live-sale-page .live-auction-container .bid-action-box .off-increment-bidding .btn-wrapper {
        width: 43%;
        display: inline-block; }
      .live-sale-page .live-auction-container .bid-action-box .off-increment-bidding .btn-wrapper + .btn-wrapper {
        margin-left: 5px; }
      .live-sale-page .live-auction-container .bid-action-box .off-increment-bidding button {
        width: 100%;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 1px; }
      .live-sale-page .live-auction-container .bid-action-box .off-increment-bidding .half {
        font-size: 15px;
        line-height: 1; }
        .live-sale-page .live-auction-container .bid-action-box .off-increment-bidding .half span {
          font-size: 13px;
          text-transform: none; }
      .live-sale-page .live-auction-container .bid-action-box .buyers-premium {
        margin-top: 10px; }
      .live-sale-page .live-auction-container .bid-action-box .reconnect a {
        color: white; }
    .live-sale-page .live-auction-container .bid-history {
      width: 298px;
      top: 357px; }
      .live-sale-page .live-auction-container .bid-history .bid-history-item.my-bid {
        background-color: #5E001B; }
    .live-sale-page .live-auction-container .connection-info {
      position: relative;
      background-color: #5E001B; }
      .live-sale-page .live-auction-container .connection-info .reconnect {
        position: relative;
        color: white; }
      .live-sale-page .live-auction-container .connection-info .paddle-number {
        position: relative;
        width: auto;
        bottom: initial;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        margin-right: 5px;
        margin-top: -5px; }
      .live-sale-page .live-auction-container .connection-info div {
        display: inline-block; }
      .live-sale-page .live-auction-container .connection-info .status::before {
        left: 126px; }
      .live-sale-page .live-auction-container .connection-info .status.connected {
        color: inherit;
        font-size: 12px;
        font-weight: 700; }
      .live-sale-page .live-auction-container .connection-info .status.disconnected {
        color: white; }
  .live-sale-page .main-area .lot-header-v2 {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: -5px; }
  .live-sale-page .main-area .title-wrapper {
    margin-top: 10px;
    padding-left: 5px; }
    .live-sale-page .main-area .title-wrapper .current-lot-label {
      margin-bottom: 10px;
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase;
      padding-right: 8px;
      margin-right: 5px;
      font-weight: 600;
      color: #750c2d; }
    .live-sale-page .main-area .title-wrapper .current-bid-title {
      font-size: 18px;
      position: relative; }
      .live-sale-page .main-area .title-wrapper .current-bid-title::after {
        content: ':';
        position: absolute;
        right: 0; }
    .live-sale-page .main-area .title-wrapper .bid-amount {
      color: #750c2d; }
    .live-sale-page .main-area .title-wrapper .absentee-bid-box {
      display: inline-block;
      width: auto;
      min-width: auto;
      margin-bottom: 0px; }
    .live-sale-page .main-area .title-wrapper .lot-number {
      font-size: 34px;
      font-weight: 600;
      margin-top: -10px; }
    .live-sale-page .main-area .title-wrapper .auction-title {
      font-size: 16px;
      margin-top: 0px;
      padding-top: 0px;
      font-weight: 700;
      line-height: 19px; }
  .live-sale-page .main-area .lot-detail-container .images-container {
    width: 100%; }
  .live-sale-page .main-area .lot-detail-container .main-image-wrapper {
    min-height: 400px;
    max-height: 500px;
    background: #f1f1f1;
    position: relative;
    text-align: center; }
  .live-sale-page .main-area .lot-detail-container .main-image {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .live-sale-page .main-area .lot-detail-container .lot-header {
    margin-bottom: 10px; }
  .live-sale-page .main-area .left-content,
  .live-sale-page .main-area .right-content {
    display: inline-block;
    width: 50%; }
  .live-sale-page .main-area .left-content.full-width {
    width: 100%; }
  .live-sale-page .main-area .right-content {
    margin-top: 6px;
    vertical-align: top; }
    .live-sale-page .main-area .right-content #live-video {
      display: inline-block;
      float: right; }
      .live-sale-page .main-area .right-content #live-video::before {
        content: "Live Video Feed";
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 13px;
        font-weight: 600; }
      .live-sale-page .main-area .right-content #live-video:empty {
        display: none; }
      .live-sale-page .main-area .right-content #live-video .OT_subscriber {
        width: 257px !important;
        height: 129px !important; }
  .live-sale-page .main-area .bottom-content {
    padding-left: 5px;
    padding-bottom: 20px; }
    .live-sale-page .main-area .bottom-content .description-wrap .description {
      padding-bottom: 10px; }
    .live-sale-page .main-area .bottom-content .description-wrap .description-label {
      text-transform: uppercase; }
  .live-sale-page .live-auction-footer {
    background: #2c3337;
    text-align: center;
    color: white;
    height: 36px;
    position: fixed;
    width: 100%;
    padding-top: 10px;
    bottom: 0px;
    left: 0%;
    z-index: 10000; }

.lot-page .main-image-wrap {
  width: 100%; }

.lot-page .main-image {
  width: 100%;
  height: 100%; }

.lot-page .right-column {
  width: 100%; }

.lot-page .images img {
  opacity: 1;
  border: none; }
  .lot-page .images img.active {
    border: 1px solid #717171; }

.lot-page .content-container {
  overflow: hidden; }
  .lot-page .content-container .show-auction-info {
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 13px; }
  .lot-page .content-container .auction-info {
    font-size: 13px; }
    .lot-page .content-container .auction-info label {
      margin-bottom: 0;
      text-transform: uppercase;
      color: #8a0202; }
  .lot-page .content-container .details {
    margin-left: 0px; }
    .lot-page .content-container .details .auction-title {
      font-weight: 400;
      font-size: 15px; }
    .lot-page .content-container .details .timed-auction-info {
      font-weight: 700;
      color: #c62031; }
      .lot-page .content-container .details .timed-auction-info span {
        font-weight: 400; }
    .lot-page .content-container .details .commodity-type {
      font-size: 16px; }
    .lot-page .content-container .details .text-details {
      margin-top: 10px; }
  .lot-page .content-container .estimate {
    font-size: 14px; }
    .lot-page .content-container .estimate .estimate-label {
      font-style: normal;
      font-weight: 600; }
    .lot-page .content-container .estimate span {
      font-style: normal; }
    .lot-page .content-container .estimate .current-bid {
      font-size: 20px; }
      .lot-page .content-container .estimate .current-bid .bid-amount {
        font-weight: 700 !important; }
  .lot-page .content-container .reserve {
    color: #999;
    font-weight: 600; }
  .lot-page .content-container .details .description-label {
    font-size: 14px; }
  .lot-page .content-container .details .description {
    font-size: 14px; }

.place-bid-box label {
  color: #810723;
  font-size: 15px;
  font-weight: 600; }

.place-bid-box .btn.place-bid {
  width: auto; }

.price-guide-label {
  font-weight: bold;
  font-size: 15px;
  line-height: 35px; }

.price-guide-container {
  margin-bottom: 20px; }

.price-guide-table-wrap {
  overflow-x: scroll;
  border: 1px solid #ccc;
  margin-bottom: 20px; }
  .price-guide-table-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 12px; }
  .price-guide-table-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #bfbfbf;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    position: relative;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.price-guide-table {
  border-width: 0;
  margin-bottom: 0px; }
  .price-guide-table thead th {
    text-transform: uppercase; }
    .price-guide-table thead th.column-header-auction_lot_cover_thumbnail {
      width: 100px; }
    .price-guide-table thead th.column-header-auctiondate {
      width: 125px; }
  .price-guide-table tr td:first-child {
    font-weight: bold; }
  .price-guide-table thead > tr > th {
    vertical-align: middle; }
  .price-guide-table thead > tr > th, .price-guide-table tbody > tr > td {
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 17px 23px; }
  .price-guide-table tr td a img {
    max-height: 80px; }
  .price-guide-table.price-guide thead th {
    width: 14.28%; }
  .price-guide-table.population-guide thead th {
    width: 16.66%; }
  .price-guide-table.apr-guide td {
    vertical-align: middle; }
  .price-guide-table.table-striped > thead > tr:nth-child(odd) > th, .price-guide-table.table-striped > tbody > tr:nth-child(even) > td {
    background-color: #f6f6f6; }
  .price-guide-table.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: transparent; }

.price-guide-notice {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
  position: relative; }
  .price-guide-notice.apr-guide-notice::before {
    content: "**"; }

.login-for-price-guides {
  display: block;
  background-color: #f5f5f5;
  color: #333;
  line-height: 50px;
  text-align: center;
  margin-top: 30px;
  font-size: 20px; }

.lot-page .estimate .current-bid, .lots-page .estimate .current-bid {
  color: #8a0202; }

.lots-page #auction-header-wrap:before {
  height: 87px; }

.my-bid-live .static-states .amount-label {
  text-transform: none; }

.my-bid-live .static-states .btn-custom.hot {
  background-color: #ca271f; }

.bidder-register-page .auction-info-wrap {
  background: #eee;
  height: 50px;
  padding: 10px;
  margin-bottom: -11px;
  padding-top: 16px; }

.navbar-header .logo {
  width: 181px; }

.navbar-header .large-navbar-logo {
  background-size: auto 100% !important;
  height: 50px !important;
  top: 15px !important; }

body.large-navbar-logo-visible .navbar {
  top: 0px; }

.navbar {
  margin-bottom: 0px; }

.navbar-header .logo {
  background-position: left center;
  background-size: auto 100%; }

body.large-navbar-logo-visible #main, body.has-large-navbar-logo #main {
  margin-top: 41px; }

.navbar-fixed-top {
  height: 41px; }

.navbar {
  margin-bottom: 0px; }

.navbar-header .logo.visible {
  top: 5px;
  height: 33px; }

.navbar-header .large-navbar-logo {
  background-size: auto 100% !important; }

.main-box {
  background-color: #eeeeee !important; }

#auction-header .auction-header-details .main-box .title {
  color: #222222; }

.btn-custom {
  text-transform: uppercase; }
  .btn-custom.stacksbowers-red, .btn-custom.place-bid, .btn-custom.bulk-bid {
    border: none !important; }

.btn-custom.stacksbowers-red:disabled::before {
  background-image: url("../images/cross-pattern.png");
  content: '';
  height: 100%;
  width: 100%;
  background-size: 5px;
  position: absolute;
  left: 0;
  opacity: 0.5;
  background-color: #ccc; }

.btn-custom.color {
  background: -ms-linear-gradient(#2c3337, #15191b);
  background: linear-gradient(#2c3337, #15191b);
  -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 #050607;
  color: white; }
  .btn-custom.color:hover {
    background: linear-gradient(#242a2d, #0d1011);
    background: -ms-linear-gradient(#2c3337, #15191b, "vertical"); }
  .btn-custom.color.active {
    background: linear-gradient(#15191b, #2c3337);
    background: -ms-linear-gradient(#2c3337, #15191b, "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(#0d1011, #242a2d);
    background: -ms-linear-gradient(#2c3337, #15191b, "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: #2c3337;
    border: 0;
    border-color: #2c3337;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.color.flat:hover {
    background: #374045; }
  .btn-custom.color.flat:active {
    background: #212629; }
  .btn-custom.color.white.flat {
    border: 1px solid black; }

.btn-custom.stacksbowers-red,
.btn-custom.bid-now,
.btn-custom.place-bid,
.btn-custom.bulk-bid,
.btn-custom.watched-lot,
.btn-custom.exit {
  background: -ms-linear-gradient(#8a0202, #580101);
  background: linear-gradient(#8a0202, #580101);
  -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 #350101;
  color: white; }
  .btn-custom.stacksbowers-red:hover,
  .btn-custom.bid-now:hover,
  .btn-custom.place-bid:hover,
  .btn-custom.bulk-bid:hover,
  .btn-custom.watched-lot:hover,
  .btn-custom.exit:hover {
    background: linear-gradient(#780202, #460101);
    background: -ms-linear-gradient(#8a0202, #580101, "vertical"); }
  .btn-custom.stacksbowers-red.active,
  .btn-custom.bid-now.active,
  .btn-custom.place-bid.active,
  .btn-custom.bulk-bid.active,
  .btn-custom.watched-lot.active,
  .btn-custom.exit.active {
    background: linear-gradient(#580101, #8a0202);
    background: -ms-linear-gradient(#8a0202, #580101, "vertical"); }
  .btn-custom.stacksbowers-red:hover, .btn-custom.stacksbowers-red:active,
  .btn-custom.bid-now:hover,
  .btn-custom.bid-now:active,
  .btn-custom.place-bid:hover,
  .btn-custom.place-bid:active,
  .btn-custom.bulk-bid:hover,
  .btn-custom.bulk-bid:active,
  .btn-custom.watched-lot:hover,
  .btn-custom.watched-lot:active,
  .btn-custom.exit:hover,
  .btn-custom.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); }
  .btn-custom.stacksbowers-red:active,
  .btn-custom.bid-now:active,
  .btn-custom.place-bid:active,
  .btn-custom.bulk-bid:active,
  .btn-custom.watched-lot:active,
  .btn-custom.exit:active {
    background: linear-gradient(#460101, #780202);
    background: -ms-linear-gradient(#8a0202, #580101, "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.stacksbowers-red.flat,
  .btn-custom.bid-now.flat,
  .btn-custom.place-bid.flat,
  .btn-custom.bulk-bid.flat,
  .btn-custom.watched-lot.flat,
  .btn-custom.exit.flat {
    background: #8a0202;
    border: 0;
    border-color: #8a0202;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.stacksbowers-red.flat:hover,
  .btn-custom.bid-now.flat:hover,
  .btn-custom.place-bid.flat:hover,
  .btn-custom.bulk-bid.flat:hover,
  .btn-custom.watched-lot.flat:hover,
  .btn-custom.exit.flat:hover {
    background: #a30202; }
  .btn-custom.stacksbowers-red.flat:active,
  .btn-custom.bid-now.flat:active,
  .btn-custom.place-bid.flat:active,
  .btn-custom.bulk-bid.flat:active,
  .btn-custom.watched-lot.flat:active,
  .btn-custom.exit.flat:active {
    background: #710202; }
  .btn-custom.stacksbowers-red.white.flat,
  .btn-custom.bid-now.white.flat,
  .btn-custom.place-bid.white.flat,
  .btn-custom.bulk-bid.white.flat,
  .btn-custom.watched-lot.white.flat,
  .btn-custom.exit.white.flat {
    border: 1px solid black; }

.btn-custom.stacksbowers-red.flat.disabled {
  background: #d6d6d6; }

.filters-container {
  background-color: #DEDEDE; }
  .filters-container::before {
    left: -10px;
    right: -10px; }

.content-header {
  height: 67px;
  background-color: #eeeeee;
  position: relative; }
  .content-header::after, .content-header::before {
    width: 10px;
    position: absolute;
    background: inherit;
    top: 0px;
    height: 100%;
    border: inherit;
    content: "";
    box-sizing: content-box; }
  .content-header::after {
    left: -10px; }
  .content-header::before {
    right: -10px; }
  .content-header .title {
    font-size: 22px;
    font-weight: 700;
    /* padding-top: 18px; */
    padding-left: 10px; }

.lots-page .absentee-bid-box .current-bid-box .current-bid-title {
  color: #559e1a; }

.lots-page .stacks-bid-limit {
  text-transform: uppercase;
  background-color: #8a0202;
  color: white;
  box-sizing: border-box;
  font-weight: 700;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px; }

.lots-page .bid-sheet-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5; }

.lots-page .current-bid-title,
.lots-page .bid-amount,
.lot-page .current-bid-title,
.lot-page .bid-amount {
  font-size: 21px;
  line-height: 1.2; }

.lots-page .current-bid-title,
.lot-page .current-bid-title {
  font-weight: 700; }

.lots-page .estimate .right-wrap {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

.buffer {
  margin-top: 10px; }

/* move to core */
.bulkBidPadding {
  padding-bottom: 30px; }

.bulk-bid-wrapper {
  background: white;
  z-index: 1000;
  margin-top: 40px;
  -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.175); }
  .bulk-bid-wrapper .bulk-bid-content {
    padding-top: 10px; }
    .bulk-bid-wrapper .bulk-bid-content a:active, .bulk-bid-wrapper .bulk-bid-content a:hover, .bulk-bid-wrapper .bulk-bid-content a:visited, .bulk-bid-wrapper .bulk-bid-content a:link {
      color: #999999; }
    .bulk-bid-wrapper .bulk-bid-content .bulk-bid-message-wrapper {
      float: right; }
      .bulk-bid-wrapper .bulk-bid-content .bulk-bid-message-wrapper p {
        width: 80%;
        padding-left: 10px; }
    .bulk-bid-wrapper .bulk-bid-content .buyers-premium {
      color: #999;
      font-weight: 400; }
    .bulk-bid-wrapper .bulk-bid-content .right-column {
      float: right; }
      .bulk-bid-wrapper .bulk-bid-content .right-column .bulk-bid-amount {
        font-size: 24px;
        color: #8a0202;
        display: inline-block;
        margin-right: 10px;
        font-weight: 700;
        display: inline-block; }
      .bulk-bid-wrapper .bulk-bid-content .right-column .btn {
        margin-top: -10px;
        display: inline-block; }
      .bulk-bid-wrapper .bulk-bid-content .right-column .bulk-cancel {
        padding-right: 40px;
        margin-top: -10px;
        display: inline-block;
        padding-left: 10px; }
      .bulk-bid-wrapper .bulk-bid-content .right-column .bulk-cancel-confirm {
        padding-right: 10px;
        padding-top: 10px; }

.lots-page .search-wrapper {
  margin-bottom: 10px; }
  .lots-page .search-wrapper .search-field {
    width: 92%;
    display: inline-block;
    height: 27px; }
  .lots-page .search-wrapper .icon.search {
    display: inline-block;
    background-image: url("../images/icon-search-white.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-size: 50%;
    cursor: pointer;
    position: absolute;
    left: 87%;
    top: 0px;
    background-color: #830026;
    transition: background-image 0.3s; }

/* end move to core */
.lots-page .lot-default-overlay {
  height: 104%;
  top: 0; }
  .lots-page .lot-default-overlay.now {
    background-color: rgba(185, 18, 26, 0.6); }

.lots-page .auction-details .section.description,
.lots-page .auction-details .section.viewing-information,
.lots-page .auction-details .section.location-description {
  display: block !important;
  padding-left: 0px;
  width: 100%; }
  .lots-page .auction-details .section.description .title,
  .lots-page .auction-details .section.viewing-information .title,
  .lots-page .auction-details .section.location-description .title {
    color: #8a0202; }

.lots-page .auction-details .section.description.has-viewing-information.has-location-description {
  width: 100%; }

.lots-page .auction-details .bidding-legal-notice {
  padding-top: 8px; }

.lots-page .content-container {
  padding-top: 0; }

.lots-page .filters-column + .lots-column .lots .lot-thumbnail-overlay {
  height: 24%;
  bottom: 0; }
  .lots-page .filters-column + .lots-column .lots .lot-thumbnail-overlay .lot-default-overlay.winning, .lots-page .filters-column + .lots-column .lots .lot-thumbnail-overlay .lot-default-overlay.win {
    background-color: rgba(85, 158, 26, 0.7); }
  .lots-page .filters-column + .lots-column .lots .lot-thumbnail-overlay .lot-default-overlay.lost {
    background-color: rgba(0, 0, 0, 0.7); }
  .lots-page .filters-column + .lots-column .lots .lot-thumbnail-overlay .lot-default-overlay.now {
    background-color: rgba(185, 18, 26, 0.7); }

.lots-page .filters-column + .lots-column .lots.grid-view .right-wrap {
  margin-left: 0px;
  margin-top: 0px; }

.lots-page .filters-column + .lots-column .lots.grid-view .lot-thumbnail-overlay {
  bottom: 0%;
  height: 11%; }

.lots-page .filters-column + .lots-column .lots.grid-view .auction-title {
  margin-bottom: 0px; }
  .lots-page .filters-column + .lots-column .lots.grid-view .auction-title .auction-type {
    display: inherit; }

.lots-page .filters-column + .lots-column .lots.grid-view .lot {
  margin-bottom: 20px;
  width: 30%;
  padding: 10px; }
  .lots-page .filters-column + .lots-column .lots.grid-view .lot:hover {
    background-color: #f7f7f7 !important; }
    .lots-page .filters-column + .lots-column .lots.grid-view .lot:hover .stacks-lot-info .lot-title-wrap .lot-title {
      opacity: 0;
      -webkit-transition: opacity 250ms ease-in-out;
      -moz-transition: opacity 250ms ease-in-out;
      -ms-transition: opacity 250ms ease-in-out;
      -o-transition: opacity 250ms ease-in-out;
      transition: opacity 250ms ease-in-out; }
    .lots-page .filters-column + .lots-column .lots.grid-view .lot:hover .stacks-lot-info .lot-title-wrap .lot-title-full {
      opacity: 1;
      background: #f7f7f7 !important;
      z-index: 10;
      -webkit-transition: opacity 250ms ease-in-out;
      -moz-transition: opacity 250ms ease-in-out;
      -ms-transition: opacity 250ms ease-in-out;
      -o-transition: opacity 250ms ease-in-out;
      transition: opacity 250ms ease-in-out; }
  .lots-page .filters-column + .lots-column .lots.grid-view .lot .cover-thumbnail-wrap {
    width: 100%;
    margin-left: 0%; }
  .lots-page .filters-column + .lots-column .lots.grid-view .lot .lot-thumbnail-placeholder {
    padding-top: 0;
    width: 100%; }
  .lots-page .filters-column + .lots-column .lots.grid-view .lot .stacks-lot-info .stacks-lot-number {
    font-size: 24px;
    font-weight: 300;
    display: inline-block; }
  .lots-page .filters-column + .lots-column .lots.grid-view .lot .stacks-lot-info .watch-icon-wrap {
    display: inline-block;
    font-size: 23px;
    margin-left: 5px; }
  .lots-page .filters-column + .lots-column .lots.grid-view .lot .stacks-lot-info .lot-title-wrap {
    position: relative; }
    .lots-page .filters-column + .lots-column .lots.grid-view .lot .stacks-lot-info .lot-title-wrap .lot-title,
    .lots-page .filters-column + .lots-column .lots.grid-view .lot .stacks-lot-info .lot-title-wrap .lot-title-full {
      font-size: 14px;
      font-weight: 700; }
    .lots-page .filters-column + .lots-column .lots.grid-view .lot .stacks-lot-info .lot-title-wrap .lot-title {
      overflow: hidden;
      max-height: 60px; }
    .lots-page .filters-column + .lots-column .lots.grid-view .lot .stacks-lot-info .lot-title-wrap .lot-title-full {
      position: absolute;
      opacity: 0;
      top: 0; }
  .lots-page .filters-column + .lots-column .lots.grid-view .lot .stacks-lot-info .estimate {
    font-size: 14px;
    font-weight: 400;
    font-style: normal; }

.lots-page .filters-column + .lots-column .lots.grid-view.bid-sheet .lot {
  width: 21%;
  margin-left: 3%; }

.lots-page .current-bid-wrapper {
  display: inline-block;
  color: #559e1a; }
  .lots-page .current-bid-wrapper div {
    display: inline-block; }

.lots-page .current-proxy-bid-wrapper {
  position: absolute;
  bottom: -60px; }
  @media screen and (max-width: 767px) {
    .lots-page .current-proxy-bid-wrapper {
      position: static;
      font-size: 17px; } }
  .lots-page .current-proxy-bid-wrapper.live {
    left: 100px; }

.lots-page.consignments .title:not(.lot-title) {
  padding-top: 17px; }

.lots-page.consignments .consignment-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  float: left;
  width: 100%; }
  .lots-page.consignments .consignment-header .auction-status-box-wrapper {
    display: inline-block; }
    .lots-page.consignments .consignment-header .auction-status-box-wrapper .auction-status-box {
      width: 42px; }
      .lots-page.consignments .consignment-header .auction-status-box-wrapper .auction-status-box.live-now {
        width: 60px;
        height: 60px; }
      .lots-page.consignments .consignment-header .auction-status-box-wrapper .auction-status-box.has-end-date {
        width: 84px; }
      .lots-page.consignments .consignment-header .auction-status-box-wrapper .auction-status-box .date-box {
        width: 41px; }
      .lots-page.consignments .consignment-header .auction-status-box-wrapper .auction-status-box .info-lines-wrap {
        display: none; }
  .lots-page.consignments .consignment-header .auction-info-wrapper {
    display: inline-block;
    /* vertical-align: middle; */
    vertical-align: top;
    margin-left: 5px;
    max-width: 66%; }
    .lots-page.consignments .consignment-header .auction-info-wrapper .auction-title {
      font-size: 18px;
      border-bottom: none;
      /* padding-top: 5px; */
      font-weight: 700;
      line-height: 1.2;
      /* margin-top: 15px; */
      min-height: 20px; }
  .lots-page.consignments .consignment-header .consignment-info-wrap {
    float: right;
    text-align: right;
    text-transform: uppercase;
    vertical-align: middle;
    margin-top: 10px; }
    @media screen and (max-width: 1100px) {
      .lots-page.consignments .consignment-header .consignment-info-wrap {
        float: initial;
        text-align: left; } }
    .lots-page.consignments .consignment-header .consignment-info-wrap .consignment-count {
      color: #8a0202;
      font-weight: 700;
      margin-bottom: 12px;
      font-size: 11px; }
    .lots-page.consignments .consignment-header .consignment-info-wrap .statement {
      padding-left: 18px; }
      .lots-page.consignments .consignment-header .consignment-info-wrap .statement a:hover, .lots-page.consignments .consignment-header .consignment-info-wrap .statement a:active, .lots-page.consignments .consignment-header .consignment-info-wrap .statement a:visited, .lots-page.consignments .consignment-header .consignment-info-wrap .statement a:link {
        color: black; }
      .lots-page.consignments .consignment-header .consignment-info-wrap .statement .statement-download.pdf {
        position: relative; }
        .lots-page.consignments .consignment-header .consignment-info-wrap .statement .statement-download.pdf::before {
          position: absolute;
          background-image: url("../images/icon-pdf%402x.png");
          background-repeat: no-repeat;
          background-size: 25px;
          content: '';
          height: 25px;
          width: 25px;
          left: -32px;
          top: -10px; }

.lots-page.consignments .lot-repeater {
  margin-bottom: 10px; }

.lots-page.consignments .filters-container {
  padding-left: 7px; }

.lots-page.consignments .consignmentfilters-container,
.lots-page.consignments .lots {
  margin-top: 20px; }

.consignmentfilters-container {
  font-size: 14px; }
  .consignmentfilters-container .box {
    border: 1px solid #DFDFDF; }
  .consignmentfilters-container .filter-item-header {
    text-transform: uppercase;
    background-color: #DEDEDE;
    text-align: center;
    font-weight: 700;
    color: #3e3e3e;
    line-height: 25px; }
  .consignmentfilters-container .filter-item {
    background-color: #F7F7F7;
    padding-left: 9px;
    padding-right: 9px; }
  .consignmentfilters-container input[type=radio] {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    margin-right: 7px;
    cursor: pointer; }
  .consignmentfilters-container input[type=radio]::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    border: 1px solid #999;
    border-radius: 50%;
    content: "";
    background-size: 18px; }
  .consignmentfilters-container input[type=radio]:checked::before {
    background-color: #8a0202;
    background-image: url("../images/radio-check-gray.png"); }
  .consignmentfilters-container .consignmentfilters-type .filter-item {
    padding-top: 7px;
    padding-bottom: 6px; }
  .consignmentfilters-container .consignmentfilters-type .placard {
    background: white; }

.smartfilters-container {
  font-size: 14px; }
  .smartfilters-container .buffer {
    margin-top: 10px; }
  .smartfilters-container .no-pad {
    padding: 0px; }
  .smartfilters-container .box {
    border: 1px solid #DFDFDF; }
  .smartfilters-container .filter-item {
    background-color: #F7F7F7;
    padding-left: 9px;
    padding-right: 9px; }
  .smartfilters-container .category-filter {
    margin-bottom: 10px; }
  .smartfilters-container .category-filter .filter-item {
    padding-bottom: 8px; }
  .smartfilters-container .filter-item-plain {
    background: none; }
  .smartfilters-container ul {
    margin-bottom: 0px;
    padding-bottom: 10px; }
  .smartfilters-container input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    margin-right: 7px;
    cursor: pointer; }
  .smartfilters-container input[type=checkbox]::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    border: 1px solid #999;
    content: "";
    background-size: 18px; }
  .smartfilters-container input[type=checkbox]:checked::before {
    background-color: #8a0202;
    background-image: url("../images/checkbox-check-gray.png"); }
  .smartfilters-container input[type=radio] {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    margin-right: 7px;
    cursor: pointer; }
  .smartfilters-container input[type=radio]::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    border: 1px solid #999;
    border-radius: 50%;
    content: "";
    background-size: 18px; }
  .smartfilters-container input[type=radio]:checked::before {
    background-color: #8a0202;
    background-image: url("../images/radio-check-gray.png"); }
  .smartfilters-container .no-overflow + .view-more {
    display: none; }
  .smartfilters-container .view-more {
    text-align: center; }
    .smartfilters-container .view-more a {
      cursor: pointer; }
  .smartfilters-container .active-filters {
    border: 1px solid #8a0202;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative; }
    .smartfilters-container .active-filters .active-filters-summary-wrap {
      height: 42px; }
    .smartfilters-container .active-filters .active-filters-summary {
      position: absolute;
      left: 0;
      right: 0;
      text-align: left;
      padding-left: 10px; }
      .smartfilters-container .active-filters .active-filters-summary.no-filters {
        text-align: center; }
      .smartfilters-container .active-filters .active-filters-summary .active-filters-title {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        color: #8a0202; }
      .smartfilters-container .active-filters .active-filters-summary .subtitle a {
        text-transform: uppercase;
        cursor: pointer;
        text-decoration: underline;
        cursor: pointer;
        color: #8a0202; }
    .smartfilters-container .active-filters .no-filters {
      color: #231f20; }
    .smartfilters-container .active-filters .active-filter-title {
      font-weight: 700;
      text-transform: uppercase; }
    .smartfilters-container .active-filters .active-filter-value {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
      .smartfilters-container .active-filters .active-filter-value + a {
        display: inline-block;
        vertical-align: middle; }
    .smartfilters-container .active-filters .active-lots-range {
      margin-top: 5px; }
    .smartfilters-container .active-filters .active-watched-lots-value {
      font-weight: bold; }
    .smartfilters-container .active-filters .active-lots-range-value {
      font-weight: bold; }
    .smartfilters-container .active-filters .category-select-wrap {
      margin-top: 5px; }
    .smartfilters-container .active-filters .category-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
    .smartfilters-container .active-filters .remove-filter-icon {
      display: inline-block;
      vertical-align: top;
      font-size: 8px;
      margin-top: -3px;
      cursor: pointer;
      color: #8a0202; }
  .smartfilters-container .active-filter + .active-filter {
    margin-top: 8px; }
  .smartfilters-container .active-filters.no-filters {
    border: 1px solid #8a0202; }
  .smartfilters-container .categories-header {
    padding-top: 10px; }
    .smartfilters-container .categories-header span {
      font-weight: 700;
      text-transform: uppercase;
      cursor: pointer; }
  .smartfilters-container .reset {
    color: #BCBCBC;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700; }
  .smartfilters-container .filter-item-header {
    text-transform: uppercase;
    background-color: #DEDEDE;
    text-align: center;
    font-weight: 700;
    color: #3e3e3e;
    line-height: 25px; }
  .smartfilters-container .btn-custom {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px; }
  .smartfilters-container .lot-view-style .btn-custom {
    padding: 0px; }
  .smartfilters-container .placard {
    border: 1px solid #ccc;
    padding: 5px;
    background: #F9F9F9; }
    .smartfilters-container .placard a {
      float: right;
      cursor: pointer;
      color: #8a0202; }
    .smartfilters-container .placard + .placard {
      margin-top: 10px; }
  .smartfilters-container .type-list {
    padding-left: 0; }
  .smartfilters-container .smartfilters-type .filter-item {
    padding-top: 7px;
    padding-bottom: 6px; }
  .smartfilters-container .smartfilters-type .placard {
    background: white; }
  .smartfilters-container .filter-item {
    vertical-align: top; }
  .smartfilters-container .filter-item + .filter-item {
    margin-left: 8px; }
  .smartfilters-container .btn {
    height: 30px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0; }
  .smartfilters-container label {
    /*margin-bottom: 1px;
		margin-left: 2px;
		margin-right: 0px;*/
    display: block;
    font-size: 13px; }
  .smartfilters-container .radio.custom {
    padding-left: 0px;
    margin-left: -7px; }
  .smartfilters-container .radio.custom, .smartfilters-container .checkbox.custom {
    margin-top: 0;
    margin-bottom: 0; }
    .smartfilters-container .radio.custom label, .smartfilters-container .checkbox.custom label {
      margin-bottom: 0; }
    .smartfilters-container .radio.custom .input-label, .smartfilters-container .checkbox.custom .input-label {
      position: relative;
      top: -5px;
      font-size: 13px;
      margin-left: 7px; }
  .smartfilters-container .input-label {
    position: relative;
    top: -5px;
    width: 80%; }
  .smartfilters-container .smart-categories li {
    vertical-align: middle;
    display: inline-block;
    width: 100%; }
  .smartfilters-container .smart-categories,
  .smartfilters-container .smart-custom.check {
    font-size: 13px;
    font-weight: 300;
    list-style: none;
    padding-left: 0; }
    .smartfilters-container .smart-categories div,
    .smartfilters-container .smart-custom.check div {
      display: inline-block;
      vertical-align: middle;
      line-height: 1; }
    .smartfilters-container .smart-categories label,
    .smartfilters-container .smart-custom.check label {
      display: inline-block;
      width: 85%; }
  .smartfilters-container ul {
    list-style: none; }
  .smartfilters-container label {
    display: inline;
    font-weight: 300; }
  .smartfilters-container .smart-subcategories {
    padding-left: 15px; }
  .smartfilters-container .expand {
    cursor: pointer;
    font-size: 10px;
    position: relative;
    top: -7px;
    border: 1px solid black;
    padding-left: 6px;
    padding-top: 3.25px;
    padding-bottom: 3.25px;
    padding-right: 6px; }
    .smartfilters-container .expand.no-children {
      visibility: hidden; }

.orders-page label {
  line-height: 2.5; }

.orders-page .content-header {
  height: 70px;
  margin-top: -10px; }

.orders-page .order-warning {
  font-style: italic;
  color: #3e3e3e;
  margin-left: 40px;
  position: relative;
  font-weight: 300 !important; }
  .orders-page .order-warning::before {
    content: "\f06a";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    color: #8a0202;
    left: -20px;
    top: 8px;
    font-size: 16px; }

.orders-page .content-header {
  margin-bottom: 20px; }
  .orders-page .content-header .steps-container {
    text-align: center;
    margin-top: 20px; }
    .orders-page .content-header .steps-container .steps {
      font-size: 16px;
      font-weight: 600;
      position: relative;
      color: #d0d0d0; }
      .orders-page .content-header .steps-container .steps span {
        font-family: "Avenir"; }
      .orders-page .content-header .steps-container .steps.active {
        font-weight: 700;
        color: black; }
      .orders-page .content-header .steps-container .steps::after {
        content: '';
        border-bottom: 1px solid #d0d0d0;
        width: 50%;
        position: absolute;
        left: 75%;
        top: 11px; }
      .orders-page .content-header .steps-container .steps.complete {
        position: relative;
        text-align: left;
        padding-left: 12%; }
        .orders-page .content-header .steps-container .steps.complete::before {
          content: '\f00c';
          position: absolute;
          left: 130px;
          color: #800b26; }
    .orders-page .content-header .steps-container .steps:last-child::after {
      content: none; }

.orders-page .box {
  border: 1px solid #DFDFDF; }
  .orders-page .box th {
    text-transform: uppercase;
    background-color: #DEDEDE;
    font-weight: 700;
    color: #333333;
    line-height: 25px;
    padding: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 10px; }
  .orders-page .box tbody {
    background: #f7f7f7;
    padding: 5px;
    font-size: 13px;
    font-weight: 600; }
  .orders-page .box td {
    padding: 10px; }
    .orders-page .box td span {
      font-weight: 600; }
  .orders-page .box .expand {
    cursor: pointer;
    font-size: 10px;
    position: relative;
    top: -7px;
    border: 1px solid black;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px; }
    .orders-page .box .expand.no-children {
      visibility: hidden; }

.orders-page .payments-due {
  margin-top: 10px; }
  .orders-page .payments-due a:link, .orders-page .payments-due a:active, .orders-page .payments-due a:hover, .orders-page .payments-due a:visited {
    color: #3e3e3e;
    font-style: italic;
    text-decoration: underline; }

.orders-page table.my-orders {
  width: 100%; }
  .orders-page table.my-orders th {
    text-align: left; }
  .orders-page table.my-orders .order-total {
    color: #8a0202;
    text-transform: uppercase; }
  .orders-page table.my-orders .order-info-wrapper .title-wrapper {
    margin-bottom: 15px; }
    .orders-page table.my-orders .order-info-wrapper .title-wrapper .auction-title {
      font-size: 18px;
      font-weight: 700; }
  .orders-page table.my-orders .order-info-wrapper .checkout-wrapper a.invoice {
    margin-left: 27px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 31px; }
    .orders-page table.my-orders .order-info-wrapper .checkout-wrapper a.invoice:hover, .orders-page table.my-orders .order-info-wrapper .checkout-wrapper a.invoice:active, .orders-page table.my-orders .order-info-wrapper .checkout-wrapper a.invoice:visited, .orders-page table.my-orders .order-info-wrapper .checkout-wrapper a.invoice:link {
      color: #3e3e3e;
      text-decoration: underline; }
    .orders-page table.my-orders .order-info-wrapper .checkout-wrapper a.invoice.pdf {
      position: relative; }
      .orders-page table.my-orders .order-info-wrapper .checkout-wrapper a.invoice.pdf::before {
        position: absolute;
        background-image: url("../images/icon-pdf%402x.png");
        background-repeat: no-repeat;
        background-size: 25px;
        content: '';
        height: 25px;
        width: 25px;
        left: -32px;
        top: -2px; }
  .orders-page table.my-orders .order-info-wrapper .checkout-wrapper .order-warning {
    line-height: 15.5px;
    display: block; }

.orders-page .payment-confirmed {
  text-align: center;
  margin-bottom: 10px; }
  .orders-page .payment-confirmed h1 {
    font-weight: 700; }

.orders-page table.confirmation a.invoice {
  margin-left: 27px;
  text-transform: uppercase;
  line-height: 31px;
  display: inline-block;
  background-color: #C8C8C8;
  padding-left: 40px;
  padding-right: 10px;
  margin-left: 0px;
  margin-top: 10px; }
  .orders-page table.confirmation a.invoice:hover, .orders-page table.confirmation a.invoice:active, .orders-page table.confirmation a.invoice:visited, .orders-page table.confirmation a.invoice:link {
    color: white;
    text-decoration: none; }
  .orders-page table.confirmation a.invoice.pdf {
    position: relative; }
    .orders-page table.confirmation a.invoice.pdf::before {
      position: absolute;
      background-image: url("../images/icon-pdf%402x.png");
      background-repeat: no-repeat;
      background-size: 25px;
      content: '';
      height: 25px;
      width: 25px;
      left: 4px;
      top: 2px; }

.orders-page table.shipping th,
.orders-page table.confirmation th {
  text-align: left; }

.orders-page table.shipping tbody,
.orders-page table.confirmation tbody {
  background: white; }

.orders-page table.shipping .form-control,
.orders-page table.confirmation .form-control {
  display: inline-block;
  width: 70%;
  float: right;
  margin-right: 0%; }

.orders-page table.shipping .preferred-payment,
.orders-page table.confirmation .preferred-payment {
  float: left; }

.orders-page table.shipping .address,
.orders-page table.confirmation .address {
  font-weight: 400; }

.orders-page .continue-shopping {
  margin-top: 10px; }

.orders-page .empty-state {
  padding-bottom: 20px; }

.orders-page .browse-auctions-wrapper {
  width: 100%;
  text-align: center; }
  .orders-page .browse-auctions-wrapper .browse-auctions {
    margin-bottom: 70px; }

.orders-page .credit-card-wrapper {
  border-bottom: 1px solid red; }

.orders-page .submit-payment-wrapper {
  margin-top: 10px;
  text-align: right; }
  .orders-page .submit-payment-wrapper button {
    min-width: 230px;
    margin-top: 10px; }

.orders-page .new-credit-card-wrapper .section-title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px; }

.orders-page .new-credit-card-wrapper .cvc-code-label #stripeCVCCode {
  width: 45%; }

.orders-page .new-credit-card-wrapper .expiry-month-label,
.orders-page .new-credit-card-wrapper .expiry-year-label {
  width: 249px; }
  .orders-page .new-credit-card-wrapper .expiry-month-label .expiry-month,
  .orders-page .new-credit-card-wrapper .expiry-month-label .expiry-year,
  .orders-page .new-credit-card-wrapper .expiry-year-label .expiry-month,
  .orders-page .new-credit-card-wrapper .expiry-year-label .expiry-year {
    width: 60%; }

.orders-page .new-credit-card-wrapper .credit-card-inputs {
  height: auto; }
  .orders-page .new-credit-card-wrapper .credit-card-inputs .card-number-label {
    padding-right: 20px; }
    .orders-page .new-credit-card-wrapper .credit-card-inputs .card-number-label .form-control {
      width: 60%; }
  .orders-page .new-credit-card-wrapper .credit-card-inputs .cvc-code-label {
    float: none !important; }
    .orders-page .new-credit-card-wrapper .credit-card-inputs .cvc-code-label input {
      margin-right: -6px; }
  .orders-page .new-credit-card-wrapper .credit-card-inputs .expiry-year-label {
    float: none !important; }

.orders-page .back-to-orders-wrapper {
  text-align: center; }
  .orders-page .back-to-orders-wrapper div {
    margin-top: 20px;
    margin-bottom: 20px; }
    .orders-page .back-to-orders-wrapper div span {
      font-weight: 600;
      display: inline-block;
      margin-right: 10px; }
  .orders-page .back-to-orders-wrapper .btn {
    width: 200px; }

.orders-past-page .number-of-lots {
  font-size: 18px;
  width: auto;
  padding-right: 10px; }

.orders-past-page .content-container {
  padding-top: 0; }

.orders-past-page .empty-state {
  padding-bottom: 20px; }

.orders-past-page .browse-auctions-wrapper {
  width: 100%;
  text-align: center; }
  .orders-past-page .browse-auctions-wrapper .browse-auctions {
    margin-bottom: 70px; }

.orders-past-page .order-total {
  color: #710920; }

.orders-past-page a.invoice {
  font-size: 13px; }
  .orders-past-page a.invoice:hover, .orders-past-page a.invoice:active, .orders-past-page a.invoice:visited, .orders-past-page a.invoice:link {
    color: #bdbdbd;
    text-decoration: underline; }
  .orders-past-page a.invoice.pdf {
    position: relative; }
    .orders-past-page a.invoice.pdf::before {
      position: absolute;
      background-image: url("../images/icon-pdf%402x.png");
      background-repeat: no-repeat;
      background-size: 20px;
      content: '';
      height: 20px;
      width: 20px;
      left: -26px;
      top: -4px; }

.orders-past-page .past-order-row:not(:last-child) .past-auction-order {
  border-bottom: 1px solid #ccc; }

.orders-past-page .past-auction-order {
  padding: 10px;
  border-bottom: 1px solid #dfdfdf; }
  .orders-past-page .past-auction-order .order-info-wrapper .title-wrapper {
    line-height: 31px; }
    .orders-past-page .past-auction-order .order-info-wrapper .title-wrapper .auction-title {
      font-size: 18px;
      font-weight: 600; }
      .orders-past-page .past-auction-order .order-info-wrapper .title-wrapper .auction-title .auction-type {
        padding-left: 23px; }
        .orders-past-page .past-auction-order .order-info-wrapper .title-wrapper .auction-title .auction-type.timed-auction {
          background-image: url("../images/icon-clock.png");
          background-repeat: no-repeat;
          background-size: 16px; }
        .orders-past-page .past-auction-order .order-info-wrapper .title-wrapper .auction-title .auction-type.live-auction {
          background-image: url("../images/icon-hammer.png");
          background-repeat: no-repeat;
          background-size: 16px; }
        .orders-past-page .past-auction-order .order-info-wrapper .title-wrapper .auction-title .auction-type .auction-time-left {
          color: #b9121a; }
    .orders-past-page .past-auction-order .order-info-wrapper .title-wrapper .right-col {
      font-size: 14px; }
      .orders-past-page .past-auction-order .order-info-wrapper .title-wrapper .right-col .order-total {
        color: #8a0202;
        margin-right: 35px; }
        .orders-past-page .past-auction-order .order-info-wrapper .title-wrapper .right-col .order-total span {
          font-weight: 700; }

/* end stuff to move to core */
.absentee-bid-box {
  height: auto;
  line-height: 25px;
  min-width: auto;
  margin-bottom: 0; }
  .absentee-bid-box > * {
    position: relative; }
  .absentee-bid-box .place-bid-box {
    display: inline-block;
    margin-bottom: 10px;
    width: 90%; }
    .absentee-bid-box .place-bid-box .inner-place-bid-box .input-group > .input-group-addon:first-child {
      padding-left: 9px;
      padding-right: 9px; }
    .absentee-bid-box .place-bid-box .inner-place-bid-box .input-group > .input-group-addon:last-child {
      padding-left: 3px;
      padding-right: 3px; }
    .absentee-bid-box .place-bid-box .bid-amount-input {
      width: 112px; }
  .absentee-bid-box .input-actions {
    padding-top: 0px;
    border-left: none; }
  .absentee-bid-box .edit-max-bid-amount-container,
  .absentee-bid-box .max-bid-amount-container {
    font-size: 21px;
    color: #559e1a; }
  .absentee-bid-box .max-bid-amount-container.under-reserve {
    color: #8a0202 !important; }
    .absentee-bid-box .max-bid-amount-container.under-reserve .bid-amount {
      color: #8a0202 !important; }
  .absentee-bid-box .edit-outbid-amount-container {
    margin-right: 5px;
    font-size: 24px;
    color: black;
    font-weight: 700; }
    .absentee-bid-box .edit-outbid-amount-container .bid-amount {
      font-weight: 400; }
  .absentee-bid-box .current-bid-box .bid-amount {
    color: #559e1a;
    vertical-align: initial; }
  .absentee-bid-box .bid-actions {
    opacity: 1;
    border-left: none; }
  .absentee-bid-box .proxy-bid-wrap {
    display: block; }
    .absentee-bid-box .proxy-bid-wrap .place-proxy-bid {
      margin-left: 0; }
    .absentee-bid-box .proxy-bid-wrap .proxy-bid-label {
      color: #8a0202;
      font-size: 14px; }
    .absentee-bid-box .proxy-bid-wrap .input-actions a {
      display: inline-block;
      margin-left: 5px;
      cursor: pointer;
      text-decoration: underline; }
    .absentee-bid-box .proxy-bid-wrap .input-actions a, .absentee-bid-box .proxy-bid-wrap .input-actions a:hover, .absentee-bid-box .proxy-bid-wrap .input-actions a:active, .absentee-bid-box .proxy-bid-wrap .input-actions a:visited {
      color: #8c8c8c; }

.current-proxy-bid-wrapper {
  font-size: 21px;
  color: black;
  font-style: initial; }
  .current-proxy-bid-wrapper.outbid {
    color: black; }

.place-bid-box.winning .input-group-addon {
  background-color: #559e1a; }
  .place-bid-box.winning .input-group-addon + input {
    border-color: #559e1a; }

.absentee-bid-box .my-bid.winning .max-bid-amount-container {
  color: #559e1a; }
  .absentee-bid-box .my-bid.winning .max-bid-amount-container .bid-amount {
    color: #559e1a; }

.btn-group.bid-status {
  position: absolute;
  right: 2%;
  top: 25%; }
  .btn-group.bid-status a {
    line-height: 30px;
    display: inline-block;
    width: 105px;
    font-weight: 700;
    text-transform: uppercase; }

.minimum-bid {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  display: inline-block;
  margin-left: 10px; }
  .minimum-bid .minimum-bid-title {
    font-size: inherit; }
  .minimum-bid .bid-amount {
    color: inherit !important;
    font-size: inherit !important; }

.lots.list-view .lot-v2 {
  height: 160px;
  float: left;
  width: 100%; }
  .lots.list-view .lot-v2 .commodity-type {
    position: absolute;
    right: 0;
    bottom: 0; }
  .lots.list-view .lot-v2 .watch-icon-wrap {
    overflow: visible; }
    .lots.list-view .lot-v2 .watch-icon-wrap .watch-icon {
      margin-left: 5px;
      margin-right: -3px;
      line-height: 21px;
      width: 25px;
      font-size: 21px; }
      .lots.list-view .lot-v2 .watch-icon-wrap .watch-icon::after {
        content: ""; }
  .lots.list-view .lot-v2 .cover-thumbnail-wrap {
    float: left; }
  .lots.list-view .lot-v2 .details {
    margin-right: inherit;
    padding-right: inherit;
    width: calc(100% - 128px);
    float: left; }
    .lots.list-view .lot-v2 .details .commodity-type {
      position: absolute;
      bottom: 10px;
      right: 5px; }
    .lots.list-view .lot-v2 .details .inner-details {
      height: 68px;
      position: relative; }
    .lots.list-view .lot-v2 .details .lot-number {
      font-size: 21px;
      font-weight: 300; }
    .lots.list-view .lot-v2 .details .title {
      border-left: none;
      padding-left: 0px;
      margin-left: 0px;
      font-weight: 700;
      font-size: 14px;
      margin-top: 8px;
      line-height: 1.3;
      max-height: 36px;
      width: 100%;
      display: inline-block;
      text-overflow: ellipsis;
      /* height: 31px; */
      white-space: nowrap;
      overflow: hidden; }
      .lots.list-view .lot-v2 .details .title .auction-info {
        font-size: 13px;
        font-weight: 300; }
    .lots.list-view .lot-v2 .details .right-info {
      position: absolute;
      padding-left: 45px;
      right: 0px;
      padding-right: 8px;
      top: 8px;
      color: #8a0202;
      font-weight: 700;
      font-size: 13px; }
    .lots.list-view .lot-v2 .details .lot-price-container {
      position: relative;
      top: 0;
      left: 0;
      padding-left: 0px;
      background-image: none !important; }
      .lots.list-view .lot-v2 .details .lot-price-container .starting-price {
        font-weight: 600;
        font-size: 14px;
        color: #8a0202; }
      .lots.list-view .lot-v2 .details .lot-price-container .estimate {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        float: left;
        width: 100%; }
        @media screen and (max-width: 767px) {
          .lots.list-view .lot-v2 .details .lot-price-container .estimate {
            padding: 5px 0; } }
    .lots.list-view .lot-v2 .details .absentee-bid-box {
      margin-bottom: 0; }

.lots.list-view .auction-title, .lots.grid-view .auction-title {
  min-height: 40px;
  height: auto;
  position: relative; }
  .lots.list-view .auction-title .auction-title-line, .lots.grid-view .auction-title .auction-title-line {
    width: 85%; }
  .lots.list-view .auction-title .right-title, .lots.grid-view .auction-title .right-title {
    position: absolute;
    right: 0;
    bottom: 0; }

.lot-price-container .reserve {
  color: #999;
  font-weight: 600; }

/* begin stuff to move into core */
/* end stuff to move into core */
.bid-history > .title {
  color: #ffffff !important; }

#menu ul ul li .subtitle {
  bottom: -13px; }

nav#menu {
  float: right;
  margin-right: 83px; }
  nav#menu ul a {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase; }
  nav#menu > ul > li {
    position: relative;
    padding-top: 4px; }
    nav#menu > ul > li::before {
      position: absolute;
      content: ' ';
      height: 25px;
      top: 8px;
      border-left: 1px solid #656a6c; }

.container {
  width: auto; }

.top-navbar {
  height: 41px;
  line-height: 41px;
  background-color: #2c3337;
  position: relative;
  font-weight: 400;
  font-family: "Avenir";
  color: white;
  font-size: 12px; }
  .top-navbar .bidding-help {
    position: absolute;
    line-height: 47px;
    font-size: 13px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 375px; }
    .top-navbar .bidding-help .help-label {
      font-weight: 600; }
  .top-navbar .return-home {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    float: left;
    padding-right: 5px;
    margin-right: 10px;
    font-size: 25px;
    position: relative; }
    .top-navbar .return-home::after {
      content: ' ';
      position: absolute;
      height: 25px;
      top: 8px;
      border-left: 1px solid #656a6c;
      left: 30px; }
    .top-navbar .return-home a, .top-navbar .return-home a:hover {
      color: #fff; }
  .top-navbar .return-to-stacks {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    float: left; }
    .top-navbar .return-to-stacks a {
      text-decoration: underline;
      color: white; }
  .top-navbar .menu {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600; }
    .top-navbar .menu li {
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase; }
      .top-navbar .menu li a {
        text-decoration: none;
        color: white; }
      .top-navbar .menu li + li {
        margin-left: 24px; }

.form-control {
  padding: 0;
  line-height: 17px;
  padding-left: 6px; }

.auctions-page label {
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700; }

.auctions-page .empty-state {
  margin-top: -100px;
  padding-top: 0px; }

.auctions-page .form-control {
  display: inline;
  height: 27px; }

.auctions-page select.form-control {
  width: 74.9%;
  padding: 4px; }

.auctions-page input.form-control {
  width: 60%; }

.auctions-page .icon.search {
  background-image: url("../images/icon-search-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  background-size: 50%;
  cursor: pointer;
  position: absolute;
  left: 59%;
  top: 0px;
  background-color: #830026;
  transition: background-image 0.3s; }

.auctions-page .smart-filters {
  background: #f7f7f7;
  border: 1px solid #ccc; }
  .auctions-page .smart-filters .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #333;
    background: #dedede;
    padding: 5px; }
  .auctions-page .smart-filters .body {
    padding-top: 13px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 13px; }
    .auctions-page .smart-filters .body ul {
      list-style: none;
      margin-left: -10px; }
      .auctions-page .smart-filters .body ul li {
        margin-bottom: 10px; }
        .auctions-page .smart-filters .body ul li a, .auctions-page .smart-filters .body ul li a:active, .auctions-page .smart-filters .body ul li a:hover, .auctions-page .smart-filters .body ul li a:visited {
          color: #333333; }
        .auctions-page .smart-filters .body ul li span {
          font-weight: 600; }

.auctions-page .auction-list-title {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 10px; }

.auctions-page .auction {
  height: auto; }
  .auctions-page .auction.past {
    height: auto !important; }
  .auctions-page .auction .download-consignment-form {
    width: 100%;
    margin-top: 10px;
    position: relative; }
    .auctions-page .auction .download-consignment-form::before {
      position: absolute;
      background-image: url("../images/icon-pdf%402x.png");
      background-repeat: no-repeat;
      background-size: 25px;
      content: '';
      height: 25px;
      width: 25px;
      left: 10px;
      top: 2px; }
  .auctions-page .auction .cover-thumbnail-wrap {
    width: 26%;
    margin-right: 10px; }
    .auctions-page .auction .cover-thumbnail-wrap .auction-status-box {
      left: 0;
      right: initial;
      width: 44px;
      height: 57px; }
      .auctions-page .auction .cover-thumbnail-wrap .auction-status-box.live-now {
        width: 64px;
        line-height: 1.2; }
      .auctions-page .auction .cover-thumbnail-wrap .auction-status-box.has-end-date {
        width: 88px; }
      .auctions-page .auction .cover-thumbnail-wrap .auction-status-box .live-now-box {
        padding-top: 7px; }
      .auctions-page .auction .cover-thumbnail-wrap .auction-status-box .date-box {
        width: 44px;
        padding-top: 3px; }
        .auctions-page .auction .cover-thumbnail-wrap .auction-status-box .date-box .day {
          font-size: 11px;
          margin-bottom: 5px; }
        .auctions-page .auction .cover-thumbnail-wrap .auction-status-box .date-box .date {
          font-size: 22px;
          font-weight: 600;
          margin-bottom: 5px; }
        .auctions-page .auction .cover-thumbnail-wrap .auction-status-box .date-box .month {
          font-size: 11px;
          font-weight: 700; }
    .auctions-page .auction .cover-thumbnail-wrap .cover-thumbnail {
      height: 195px;
      background-clip: content-box !important;
      background-size: cover !important;
      background-position: center !important; }
  .auctions-page .auction .auction-info-wrap {
    display: inline-block;
    width: 70%; }
    .auctions-page .auction .auction-info-wrap .auction-info-header {
      border-top: 1px solid #ccc; }
    .auctions-page .auction .auction-info-wrap .auction-row-header {
      border-bottom: none; }
  .auctions-page .auction .auction-type {
    border-top: none; }
    .auctions-page .auction .auction-type .auction-type-text {
      margin-right: 10px; }
    .auctions-page .auction .auction-type .auction-approval-status {
      float: none; }
  .auctions-page .auction .title {
    font-weight: 700;
    font-size: 21px; }

.auctions-page.past .content-header {
  margin-top: -10px; }

.auctions-page.past .auction .cover-thumbnail-wrap {
  width: 40%; }

.auctions-page.past .auction .auction-info-wrap {
  width: 58%; }

.auctions-page.past .auction.past .title {
  min-height: 33px;
  height: auto; }

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.is-fully-responsive .lot-page .right-column {
    width: 100%; } }

@media screen and (max-width: 768px) {
  body.is-fully-responsive .lots.list-view .lot-v2 {
    height: auto !important; }
    body.is-fully-responsive .lots.list-view .lot-v2 .details .absentee-bid-box {
      margin-top: 10px; }
  body.is-fully-responsive .lot-header-v2 .lot-header-wrap {
    min-height: 72px; }
    body.is-fully-responsive .lot-header-v2 .lot-header-wrap .actions .btn.prev,
    body.is-fully-responsive .lot-header-v2 .lot-header-wrap .actions .btn.next {
      width: 22px;
      padding-left: 5px; }
  body.is-fully-responsive .lot-header-v2 #jump-to-lot-input-v2 {
    width: 50px;
    padding: 5px; }
  body.is-fully-responsive .auctions-page select#smart-filter {
    width: 75%; }
  body.is-fully-responsive .auctions-page input.form-control {
    width: 94%; }
  body.is-fully-responsive .auctions-page .icon.search {
    left: 90%; }
  body.is-fully-responsive .auctions-page .smart-filters .body ul li {
    display: inline; }
    body.is-fully-responsive .auctions-page .smart-filters .body ul li:not(:last-child)::after {
      content: ' |'; }
  body.is-fully-responsive .auctions-page .auction-list-title {
    margin-top: 10px; }
  body.is-fully-responsive .lot-page .form-group {
    margin-left: 10px; }
  body.is-fully-responsive .lot-page .lot-header-v2 .lot-header-wrap .btn.go {
    margin-left: 10px; }
  body.is-fully-responsive .lot-page .lot-header-v2 .lot-header-wrap .actions .btn.prev,
  body.is-fully-responsive .lot-page .lot-header-v2 .lot-header-wrap .actions .btn.next {
    width: 31px;
    padding-left: 10px; }
  body.is-fully-responsive .lot-page .right-column {
    width: auto; }
  body.is-fully-responsive .lot-page .absentee-bid-box {
    min-width: 100%;
    min-height: 60px; }
    body.is-fully-responsive .lot-page .absentee-bid-box .inner-place-bid-box {
      width: 100%; }
      body.is-fully-responsive .lot-page .absentee-bid-box .inner-place-bid-box .input-group {
        float: none; }
    body.is-fully-responsive .lot-page .absentee-bid-box .place-bid-box .input-group {
      width: 100%; }
      body.is-fully-responsive .lot-page .absentee-bid-box .place-bid-box .input-group .bid-amount-input {
        width: 100%; }
    body.is-fully-responsive .lot-page .absentee-bid-box .place-bid-box .input-actions {
      display: block;
      border-left: none;
      margin-left: 0;
      padding-left: 0; }
      body.is-fully-responsive .lot-page .absentee-bid-box .place-bid-box .input-actions .place-bid {
        width: 100%;
        margin-top: 10px; }
  body.is-fully-responsive .lot-page .minimum-bid {
    margin-top: 15px; } }

.stacks-live-auction-bulletin-page {
  font-family: Helvetica, "Helvetica Neue", "Sero Pro", Roboto, Arial, sans-serif !important;
  max-width: 1024px;
  margin: auto;
  /* .lot-title{
        font-size: 30px;
        font-weight: 700;
        padding:20px;
    }
    .lot-image{
        width: 40%;
        padding-left: 20px;
    }
    .hr{
        border-bottom: 1px solid #ccc;
    }
    .current-lot-row .lot-number, .current-lot-row .current-bid {
        font-size: 65px;
        font-weight: bold;
        color: $stacksbowers-red;
        text-align: left;
    }
    .current-lot-row .lot-number{
        padding-left:20px;
    }
    .logo{
        text-align: center;
    }
    .currency-table{
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-left: 5%;
        .currency-conversion{
            div{
                display: inline-block;
            }
            &>div{
                margin-right: 5%;
            }
        }
    }
    .all-lots{
        .current-lot{
            color: $stacksbowers-red;
            border: 3px solid $stacksbowers-red;
        }
        tr, td{
            border: 1px solid black;
        }

    } */ }
  .stacks-live-auction-bulletin-page .bulletin-header-bg {
    background-color: #890614;
    padding: 0 10px 10px 10px; }
  .stacks-live-auction-bulletin-page .bulletin-header {
    background-color: #890614;
    color: white;
    width: 100%;
    border: 7px solid white;
    border-top: none;
    padding-top: 10px; }
    .stacks-live-auction-bulletin-page .bulletin-header .logo {
      background-image: url(../images/half-eagle-half-lion-icon%402x.png);
      background-size: contain;
      height: 120px;
      width: 140px;
      background-repeat: no-repeat;
      padding-left: 10px;
      margin-left: 10px;
      background-position: center;
      margin-bottom: 10px; }
    .stacks-live-auction-bulletin-page .bulletin-header .lot-number {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 88px;
      margin-bottom: -10px; }
    .stacks-live-auction-bulletin-page .bulletin-header .logo,
    .stacks-live-auction-bulletin-page .bulletin-header .lot-number {
      display: inline-block; }
    .stacks-live-auction-bulletin-page .bulletin-header .logo {
      vertical-align: top; }
    .stacks-live-auction-bulletin-page .bulletin-header .lot-number {
      vertical-align: bottom;
      margin-top: 23px; }
    .stacks-live-auction-bulletin-page .bulletin-header .current-bid-wrapper {
      float: right;
      padding-right: 10px; }
      .stacks-live-auction-bulletin-page .bulletin-header .current-bid-wrapper .current-bid-title {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center; }
      .stacks-live-auction-bulletin-page .bulletin-header .current-bid-wrapper .current-bid {
        font-size: 72px;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: -15px;
        text-align: center; }
  .stacks-live-auction-bulletin-page .image-wrapper,
  .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper {
    display: inline-block;
    vertical-align: top; }
  .stacks-live-auction-bulletin-page .image-wrapper {
    margin-top: 10px;
    width: 60%; }
    .stacks-live-auction-bulletin-page .image-wrapper .lot-image {
      width: 100%;
      height: 500px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .stacks-live-auction-bulletin-page .image-wrapper .lot-title {
      font-size: 30px;
      font-weight: 700;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      /* number of lines to show */
      line-height: 30px;
      /* fallback */
      max-height: 60px;
      /* fallback */ }
  .stacks-live-auction-bulletin-page .image-wrapper,
  .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper {
    margin-left: 1.5%; }
  .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper {
    float: right;
    width: 36%;
    background-color: black;
    position: absolute;
    min-height: 100%; }
    .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper .stacks-currency-table {
      font-size: 28px;
      color: white;
      text-align: center;
      float: right;
      min-width: 100%; }
      .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper .stacks-currency-table tr.currency-conversion:nth-child(odd) {
        background-color: #8A3030; }
      .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper .stacks-currency-table tr.currency-conversion:nth-child(even) {
        background-color: #890614; }
      .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper .stacks-currency-table td {
        padding: 10px; }
        .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper .stacks-currency-table td.lot-number {
          text-align: left; }
        .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper .stacks-currency-table td.hammer {
          text-align: right; }
      .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper .stacks-currency-table tr.stacks-all-lots-header {
        background-color: #000 !important;
        padding-top: 30px;
        padding-bottom: 30px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: left; }
        .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper .stacks-currency-table tr.stacks-all-lots-header td {
          padding-top: 20px;
          padding-bottom: 20px; }
          .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper .stacks-currency-table tr.stacks-all-lots-header td:first-child {
            text-align: left; }
          .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper .stacks-currency-table tr.stacks-all-lots-header td:last-child {
            text-align: right; }
      .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper .stacks-currency-table tr.stacks-all-lot-row:nth-child(odd) {
        background-color: #333B3E; }
      .stacks-live-auction-bulletin-page .stacks-currency-table-wrapper .stacks-currency-table tr.stacks-all-lot-row:nth-child(even) {
        background-color: #525252; }

.live-auction-bulletin-page .lot-title {
  font-size: 30px;
  font-weight: 700;
  padding: 20px; }

.live-auction-bulletin-page .lot-image {
  width: 40%;
  padding-left: 20px; }

.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: #8a0202;
  text-align: left; }

.live-auction-bulletin-page .current-lot-row .lot-number {
  padding-left: 20px; }

.live-auction-bulletin-page .logo {
  text-align: center; }

.live-auction-bulletin-page .currency-table {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 5%; }
  .live-auction-bulletin-page .currency-table .currency-conversion div {
    display: inline-block; }
  .live-auction-bulletin-page .currency-table .currency-conversion > div {
    margin-right: 5%; }

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

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

.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: #8a0202; }
  .live-auction-bulletin .all-lots-header {
    background-color: #000;
    text-align: center; }
  .live-auction-bulletin .all-lots-header td {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding: 10px; }
  .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; }
  .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; }
  .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; }

.text-fader {
  position: relative; }
  .text-fader::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 25px;
    height: 25px;
    width: 105px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(238, 238, 238, 0)), color-stop(100%, #eee));
    background-image: -moz-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eee 100%);
    background-image: -webkit-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eee 100%);
    background-image: linear-gradient(to right, rgba(238, 238, 238, 0) 0%, #eee 100%); }
  .text-fader.line-one::after {
    top: 17px;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }

.slicknav_menu {
  background: #2C3437 !important; }

#mobile-nav .slicknav-holder {
  /* this is how we have defined a click on the logo to get home */ }
  #mobile-nav .slicknav-holder::after {
    content: ' ';
    background: url("../images/logo-stacks-bowers-black.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: 190px;
    height: 48px; }
  #mobile-nav .slicknav-holder .logo-click-holder {
    width: 60%;
    position: absolute;
    height: 48px;
    top: 0;
    left: 20%;
    z-index: 100; }

#mobile-nav .slicknav_btn {
  z-index: 100; }

.second-phone-filter {
  position: relative;
  z-index: 100; }

/* PHONE */
@media screen and (max-width: 767px) {
  body.is-fully-responsive {
    /* begin stuff to move to core */
    /* end stuff to move to core */ }
    body.is-fully-responsive .bidder-register-page #registerToBidForm .title .checkbox {
      position: relative; }
    body.is-fully-responsive .consignmentfilters-container input[type=radio]::before {
      background-position-x: -1px;
      background-position-y: -1px; }
    body.is-fully-responsive .phone-tabs ul {
      list-style: none;
      padding-left: 0px; }
      body.is-fully-responsive .phone-tabs ul li a {
        display: block;
        margin-bottom: 5px; }
    body.is-fully-responsive #footer .section:first-child,
    body.is-fully-responsive #footer-mobile .section:first-child {
      padding-left: 12px; }
    body.is-fully-responsive .lots.list-view .lot-v2 {
      height: auto !important; }
      body.is-fully-responsive .lots.list-view .lot-v2 .details .absentee-bid-box {
        margin-top: 5px; }
        body.is-fully-responsive .lots.list-view .lot-v2 .details .absentee-bid-box .max-bid-amount-container {
          margin-top: 5px; }
        body.is-fully-responsive .lots.list-view .lot-v2 .details .absentee-bid-box .place-bid-box {
          display: none; }
    body.is-fully-responsive .lots.list-view .stacks-lot-list-v2 .lot-default-overlay .status-label {
      font-size: 14px;
      line-height: 12px; }
    body.is-fully-responsive .lots.list-view .stacks-lost-passed .lot-price-container {
      display: none; }
    body.is-fully-responsive .lots.list-view .stacks-lost-passed .details .absentee-bid-box {
      margin-top: 5px; }
      body.is-fully-responsive .lots.list-view .stacks-lost-passed .details .absentee-bid-box .static-status {
        font-size: 17px;
        margin-left: 0;
        border-left: none;
        padding-left: 0; }
        body.is-fully-responsive .lots.list-view .stacks-lost-passed .details .absentee-bid-box .static-status.lost + .sold, body.is-fully-responsive .lots.list-view .stacks-lost-passed .details .absentee-bid-box .static-status.won + .sold {
          width: 100%; }
        body.is-fully-responsive .lots.list-view .stacks-lost-passed .details .absentee-bid-box .static-status.lost + .won, body.is-fully-responsive .lots.list-view .stacks-lost-passed .details .absentee-bid-box .static-status.won + .won {
          width: 100%; }
    body.is-fully-responsive .lots.list-view .stacks-lost-passed .details .spending-limit-box .static-status {
      font-size: 17px; }
    body.is-fully-responsive .lots-page.consignments .consignment-header .consignment-info-wrap {
      float: initial;
      text-align: left; }
      body.is-fully-responsive .lots-page.consignments .consignment-header .consignment-info-wrap .statement .statement-download.pdf::before {
        left: -27px; }
    body.is-fully-responsive .lots-page.consignments .consignment-header ~ .lot-v2 {
      margin-top: 60px; }
    body.is-fully-responsive .lots-page.consignments .consignment-header .auction-status-box-wrapper.live-now ~ .auction-info-wrapper {
      margin-top: 0px; }
    body.is-fully-responsive .lots-page.consignments .lot-repeater {
      margin-bottom: 30px; }
    body.is-fully-responsive .lots-page .estimate .right-wrap {
      display: inline-block;
      margin-top: inherit;
      margin-left: 0px;
      margin-left: 0px; }
    body.is-fully-responsive .lots-page .max-bid-amount-container {
      line-height: 1.2; }
    body.is-fully-responsive .lots-page .filters-column + .lots-column .lots.grid-view .auction-title-span {
      max-width: 240px;
      overflow: hidden;
      display: inline-block;
      height: 25px;
      text-overflow: ellipsis; }
    body.is-fully-responsive .lots-page .filters-column + .lots-column .lots.grid-view .lot {
      width: 50%; }
      body.is-fully-responsive .lots-page .filters-column + .lots-column .lots.grid-view .lot .cover-thumbnail-wrap {
        padding-left: 0px; }
      body.is-fully-responsive .lots-page .filters-column + .lots-column .lots.grid-view .lot .stacks-lot-info {
        margin-top: 10px; }
    body.is-fully-responsive .lots-page .filters-column + .lots-column .lots.grid-view.bid-sheet .lot {
      width: 47%; }
    body.is-fully-responsive .lots-page .lot-title {
      padding-left: 0 !important; }
    body.is-fully-responsive .content-container {
      z-index: 15; }
    body.is-fully-responsive #auction-header.v2 {
      height: 124px;
      padding-left: 5px; }
      body.is-fully-responsive #auction-header.v2 .toggle-auction-info {
        line-height: inherit;
        width: auto;
        border-style: none; }
        body.is-fully-responsive #auction-header.v2 .toggle-auction-info.open {
          background-color: inherit; }
        body.is-fully-responsive #auction-header.v2 .toggle-auction-info::before {
          content: none; }
      body.is-fully-responsive #auction-header.v2 .auction-status-box {
        margin-right: 0px; }
      body.is-fully-responsive #auction-header.v2 .mobile-title {
        width: 63%; }
        body.is-fully-responsive #auction-header.v2 .mobile-title .title {
          width: 100%;
          text-overflow: initial;
          white-space: inherit;
          max-height: 50px; }
      body.is-fully-responsive #auction-header.v2 .auction-type {
        margin-top: 5px; }
      body.is-fully-responsive #auction-header.v2 .auction-type.timed-auction {
        background-image: url("../images/icon-clock.png");
        background-repeat: no-repeat;
        background-size: 15px; }
      body.is-fully-responsive #auction-header.v2 .auction-type.live-auction {
        background-image: url("../images/icon-hammer.png");
        background-repeat: no-repeat;
        background-size: 15px; }
      body.is-fully-responsive #auction-header.v2 .auction-type {
        padding-left: 15px;
        display: block;
        margin-right: 7px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px; }
      body.is-fully-responsive #auction-header.v2 .stacks-mobile-header {
        display: block;
        border-top: 1px solid #ccc;
        margin-left: -5px;
        margin-top: 5px; }
        body.is-fully-responsive #auction-header.v2 .stacks-mobile-header > div {
          display: inline-block;
          width: 49%;
          text-align: center;
          height: 33px;
          vertical-align: middle;
          padding-top: 7px;
          text-transform: uppercase; }
          body.is-fully-responsive #auction-header.v2 .stacks-mobile-header > div.full-width {
            width: 100%; }
            body.is-fully-responsive #auction-header.v2 .stacks-mobile-header > div.full-width::after {
              right: initial !important;
              margin-left: 5px !important; }
        body.is-fully-responsive #auction-header.v2 .stacks-mobile-header > div:first-child {
          border-right: 1px solid #ccc;
          position: relative; }
          body.is-fully-responsive #auction-header.v2 .stacks-mobile-header > div:first-child::after {
            content: '>';
            position: absolute;
            right: 5px; }
        body.is-fully-responsive #auction-header.v2 .stacks-mobile-header .mobile-bid-count {
          color: #8a0202; }
        body.is-fully-responsive #auction-header.v2 .stacks-mobile-header .all-lots-link {
          color: #8a0202;
          position: relative;
          display: block; }
          body.is-fully-responsive #auction-header.v2 .stacks-mobile-header .all-lots-link::after {
            content: '>';
            position: absolute;
            right: 5px; }
    body.is-fully-responsive .lots-page .inner-place-bid-box,
    body.is-fully-responsive .lots-page .bid-actions {
      display: none; }
    body.is-fully-responsive .lots-page .edit-outbid-amount-container,
    body.is-fully-responsive .lots-page .max-bid-amount-container,
    body.is-fully-responsive .lots-page .bid-amount, body.is-fully-responsive .lots-page .current-bid-title {
      font-size: 17px !important; }
    body.is-fully-responsive .lots-page .cover-thumbnail-wrap,
    body.is-fully-responsive .lots-page .cover-thumbnail,
    body.is-fully-responsive .lots-page .lot-thumbnail-placeholder {
      width: 100px !important;
      height: 100px !important; }
    body.is-fully-responsive .lots-page .auction-details .title {
      color: #8a0202; }
    body.is-fully-responsive .lots-page .filters-container .number-of-lots {
      font-size: 20px;
      width: 110px;
      margin-right: 10px; }
    body.is-fully-responsive .lots-page .bottom-scroll-sticky {
      width: 100%; }
    body.is-fully-responsive .lots-page .smart-filters-filter-item {
      width: 60%; }
    body.is-fully-responsive .lots-page .inner-details {
      position: relative; }
    body.is-fully-responsive .lots-page .lot-title {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      font-size: 18px;
      font-weight: 600;
      padding-left: 5px;
      text-transform: uppercase;
      height: 16px;
      max-height: 16px;
      overflow: hidden; }
    body.is-fully-responsive .lots-page .lot-title-fade {
      content: "";
      position: absolute;
      right: -20px;
      top: 0px;
      height: 25px;
      width: 105px;
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    body.is-fully-responsive .lots-page .inner-details {
      height: auto !important; }
    body.is-fully-responsive .lots-page .absentee-bid-box {
      margin-top: 10px; }
    body.is-fully-responsive .lots-page .filters-container {
      padding-left: 0px;
      z-index: 9; }
      body.is-fully-responsive .lots-page .filters-container .number-of-lots {
        position: relative; }
    body.is-fully-responsive .container {
      padding: 5px; }
    body.is-fully-responsive .lot-header-v2 .lot-header-wrap {
      height: auto; }
    body.is-fully-responsive .lot-header-v2 .jump-to-lot-wrapper {
      display: inline-block;
      margin-right: 10px; }
    body.is-fully-responsive .lot-header-v2 .actions {
      display: inline-block;
      float: initial !important; }
    body.is-fully-responsive .lot-page .right-column {
      width: 100%; }
    body.is-fully-responsive .lot-page .mobile-details {
      padding-top: 10px;
      border-top: 1px solid #eee; }
    body.is-fully-responsive .lot-page .input-group {
      width: auto; }
    body.is-fully-responsive .lot-page .bid-amount-input {
      width: 100%; }
    body.is-fully-responsive .lot-page .absentee-bid-box {
      min-width: 100%;
      height: auto; }
      body.is-fully-responsive .lot-page .absentee-bid-box .inner-place-bid-box {
        width: 100%; }
        body.is-fully-responsive .lot-page .absentee-bid-box .inner-place-bid-box .input-group {
          float: none; }
      body.is-fully-responsive .lot-page .absentee-bid-box .proxy-bid-label {
        display: block; }
      body.is-fully-responsive .lot-page .absentee-bid-box .place-bid-box {
        display: block; }
        body.is-fully-responsive .lot-page .absentee-bid-box .place-bid-box .input-group {
          width: 100%; }
          body.is-fully-responsive .lot-page .absentee-bid-box .place-bid-box .input-group .bid-amount-input {
            width: 100%; }
        body.is-fully-responsive .lot-page .absentee-bid-box .place-bid-box .input-actions {
          display: block;
          border-left: none;
          margin-left: 0;
          padding-left: 0;
          margin-top: 10px; }
          body.is-fully-responsive .lot-page .absentee-bid-box .place-bid-box .input-actions .place-bid {
            width: 100%; }
    body.is-fully-responsive .lot-page .minimum-bid {
      margin-left: 0px;
      margin-top: 27px; }
    body.is-fully-responsive .lot-page .right-column {
      margin-top: 0px; }
    body.is-fully-responsive .auctions-page #smart-filter {
      margin-bottom: 10px; }
    body.is-fully-responsive .auctions-page .auction-approval-status {
      display: block;
      margin-left: -17px; }
    body.is-fully-responsive .auctions-page select#smart-filter {
      width: 80%; }
    body.is-fully-responsive .auctions-page input.form-control {
      width: 94%; }
    body.is-fully-responsive .auctions-page .icon.search {
      left: 87.5%; }
    body.is-fully-responsive .auctions-page .smart-filters .body ul {
      padding-left: 20px; }
      body.is-fully-responsive .auctions-page .smart-filters .body ul li {
        display: block; }
        body.is-fully-responsive .auctions-page .smart-filters .body ul li:not(:last-child)::after {
          content: ''; }
    body.is-fully-responsive .auctions-page .auction-list-title {
      margin-top: 10px; }
    body.is-fully-responsive .auctions-page .auction .cover-thumbnail-wrap {
      width: 100% !important; }
      body.is-fully-responsive .auctions-page .auction .cover-thumbnail-wrap .auction-status-box {
        text-align: left;
        height: 50px; }
        body.is-fully-responsive .auctions-page .auction .cover-thumbnail-wrap .auction-status-box.has-end-date {
          width: 75px; }
        body.is-fully-responsive .auctions-page .auction .cover-thumbnail-wrap .auction-status-box .live-now-box {
          padding-left: 4px; }
        body.is-fully-responsive .auctions-page .auction .cover-thumbnail-wrap .auction-status-box .date-box {
          width: 37px;
          padding-top: 0px; }
          body.is-fully-responsive .auctions-page .auction .cover-thumbnail-wrap .auction-status-box .date-box .date {
            font-size: 21px; }
          body.is-fully-responsive .auctions-page .auction .cover-thumbnail-wrap .auction-status-box .date-box .month {
            font-size: 10px; }
      body.is-fully-responsive .auctions-page .auction .cover-thumbnail-wrap .cover-thumbnail {
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        height: 200px !important; }
    body.is-fully-responsive .auctions-page .auction .auction-info-wrap {
      width: 100%; }
    body.is-fully-responsive .auctions-page .auction .auction-row-header {
      min-height: inherit; }
    body.is-fully-responsive .auctions-page .auction .title {
      line-height: 1.2; }
    body.is-fully-responsive .auctions-page.past .auction .auction-info-wrap {
      width: 100%;
      margin-top: 10px; }
    body.is-fully-responsive .orders-page .content-header .steps-container .steps {
      font-size: 13px; }
      body.is-fully-responsive .orders-page .content-header .steps-container .steps.complete::before {
        left: 24px; }
      body.is-fully-responsive .orders-page .content-header .steps-container .steps::after {
        width: 20%;
        position: absolute;
        left: 85%;
        top: 9px; }
    body.is-fully-responsive .orders-page table.my-orders .order-info-wrapper .checkout-wrapper a.invoice {
      margin-left: 15px;
      display: inline;
      line-height: initial; }
      body.is-fully-responsive .orders-page table.my-orders .order-info-wrapper .checkout-wrapper a.invoice.pdf::before {
        background-size: 20px;
        height: 20px;
        width: 20px;
        left: -22px;
        top: -4px; }
    body.is-fully-responsive .orders-past-page .filters-container ~ .filters-container {
      padding-left: 0px; }
    body.is-fully-responsive .orders-past-page a.invoice {
      display: inline-block;
      padding-left: 10px; }
      body.is-fully-responsive .orders-past-page a.invoice.pdf::before {
        background-size: 20px;
        height: 20px;
        width: 20px;
        left: -14px;
        top: 2px; }
    body.is-fully-responsive .orders-past-page .number-of-lots {
      font-size: 18px; }
    body.is-fully-responsive .terms-and-conditions #auction-header-wrap {
      height: auto; }
      body.is-fully-responsive .terms-and-conditions #auction-header-wrap #auction-header:not(.v2) {
        height: 220px; }
        body.is-fully-responsive .terms-and-conditions #auction-header-wrap #auction-header:not(.v2) > * {
          vertical-align: top; }
        body.is-fully-responsive .terms-and-conditions #auction-header-wrap #auction-header:not(.v2) .actions {
          position: relative;
          margin-top: 0px; }
          body.is-fully-responsive .terms-and-conditions #auction-header-wrap #auction-header:not(.v2) .actions .btn-group {
            display: none; }
          body.is-fully-responsive .terms-and-conditions #auction-header-wrap #auction-header:not(.v2) .actions ul {
            display: block;
            padding-left: 40px; }
            body.is-fully-responsive .terms-and-conditions #auction-header-wrap #auction-header:not(.v2) .actions ul li {
              list-style: none; }
              body.is-fully-responsive .terms-and-conditions #auction-header-wrap #auction-header:not(.v2) .actions ul li .btn {
                margin-bottom: 5px;
                width: 150px; } }

.form-section.credit-cards .enter-shipping-address-notice, .orders-page .billing.box .enter-shipping-address-notice {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px; }

/* iphone4 portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  body.is-fully-responsive .lots.list-view .lot-v2 {
    height: auto !important; }
    body.is-fully-responsive .lots.list-view .lot-v2 .details {
      width: 65%; }
  body.is-fully-responsive .lot-header-v2 .lot-header-wrap {
    height: auto; }
  body.is-fully-responsive .lot-header-v2 .jump-to-lot-wrapper {
    display: block;
    margin-bottom: 10px; }
  body.is-fully-responsive .lot-header-v2 .actions {
    display: block;
    float: initial !important; }
  body.is-fully-responsive .lots-page .filters-container .number-of-lots {
    width: 100px; }
  body.is-fully-responsive .lots-page .lot-title-fade {
    right: 4px; }
  body.is-fully-responsive .filters-container .filter-item + .filter-item.jump-to-lot-wrap {
    margin-left: 0px; } }

/* iphone 6plus portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  body.is-fully-responsive .lots-page .lot-title-fade {
    right: 0px; } }

@media (min-width: 768px) {
  .lots-page .lots.grid-view .lot {
    width: 14.28%; }
  .lots-page .filters-column + .lots-column .lots.grid-view .lot {
    width: 30% !important; } }

#main.mobile {
  /* margin-top: 57px !important; //if they are on a tablet */
  padding-bottom: 210px; }
  #main.mobile .live-sale-page-v2-container .container {
    width: auto; }

#footer-mobile {
  height: 210px;
  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-mobile .am-link {
    color: inherit; }
  #footer-mobile .download-app {
    height: 40px;
    margin-left: 12px; }
  #footer-mobile .download-app + .download-app {
    margin-left: 10px; }
  #footer-mobile .download-app.ios {
    width: 135px; }
  #footer-mobile .download-app.android {
    width: 122px; }
  #footer-mobile .download-app-text, #footer-mobile .download-app-buttons, #footer-mobile .download-app-buttons > * {
    display: inline-block;
    vertical-align: top; }
  #footer-mobile .download-app-text p {
    margin-bottom: 0;
    color: #fff; }
  #footer-mobile .copyright-and-terms {
    text-align: center;
    margin: 13px auto; }
  #footer-mobile .copyright {
    color: #7c7c7c; }
  #footer-mobile .copyright, #footer-mobile .terms-and-conditions {
    display: inline-block; }
  #footer-mobile .sections {
    display: inline-block;
    text-align: left; }

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

#footer-mobile .section {
  /*width: 188px;*/
  width: auto;
  display: inline-block;
  vertical-align: top; }
  #footer-mobile .section .title {
    font-weight: 700;
    color: #ba081b;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 2px; }
  #footer-mobile .section .links a {
    display: block;
    color: white;
    line-height: 24px; }
  #footer-mobile .section + .section.powered-by {
    border-left: none; }
  #footer-mobile .section.powered-by {
    padding-left: 20px;
    margin-left: 15px;
    height: 30px; }
    #footer-mobile .section.powered-by .title {
      text-transform: none;
      font-weight: normal;
      font-size: 12px;
      padding-bottom: 0;
      margin-top: -3px; }
    #footer-mobile .section.powered-by .logo-auction-mobility {
      display: inline-block;
      vertical-align: top;
      width: 100px;
      height: 32px;
      margin-top: -6px;
      background-image: url("../images/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-mobile .section.powered-by.dashed {
      padding-left: 20px;
      margin-left: -10px;
      border-left: 1px dashed #595959; }

.btn.btn-custom.icon.white.watch-lot.flat,
.btn.btn-custom.icon.watched-lot.flat {
  padding-left: 25px;
  padding-right: 9px; }

body.is-fully-responsive .lot-page .lot-header-v2 .lot-header-wrap .actions .btn.prev,
body.is-fully-responsive .lot-page .lot-header-v2 .lot-header-wrap .actions .btn.next {
  padding-left: 0px;
  padding-right: 0px; }

#mobile-nav .slicknav-holder::after {
  display: none; }

#mobile-nav .slicknav-holder .logo-click-holder {
  display: none; }

@media (max-width: 991px) {
  .profile-page .form-section .form-group label,
  .bidder-register-page .form-section .form-group label {
    height: auto !important; }
  .profile-page .new-credit-card-form .cvc-code-label, .profile-page .form-section .new-credit-card-form .cvc-code-label,
  .profile-page .new-credit-card-form .expiry-year-label, .profile-page .form-section .new-credit-card-form .expiry-year-label,
  .profile-page .new-credit-card-form .card-holder-name-label > input, .profile-page .form-section .new-credit-card-form .card-holder-name-label > input,
  .bidder-register-page .new-credit-card-form .cvc-code-label,
  .bidder-register-page .form-section .new-credit-card-form .cvc-code-label,
  .bidder-register-page .new-credit-card-form .expiry-year-label,
  .bidder-register-page .form-section .new-credit-card-form .expiry-year-label,
  .bidder-register-page .new-credit-card-form .card-holder-name-label > input,
  .bidder-register-page .form-section .new-credit-card-form .card-holder-name-label > input {
    float: none; }
  .profile-page .new-credit-card-form .credit-card-inputs .card-number, .profile-page .new-credit-card-form .credit-card-inputs .cvc-code, .profile-page .new-credit-card-form .credit-card-inputs .expiry-month, .profile-page .new-credit-card-form .credit-card-inputs .expiry-year, .profile-page .form-section .new-credit-card-form .credit-card-inputs .card-number, .profile-page .form-section .new-credit-card-form .credit-card-inputs .cvc-code, .profile-page .form-section .new-credit-card-form .credit-card-inputs .expiry-month, .profile-page .form-section .new-credit-card-form .credit-card-inputs .expiry-year,
  .bidder-register-page .new-credit-card-form .credit-card-inputs .card-number,
  .bidder-register-page .new-credit-card-form .credit-card-inputs .cvc-code,
  .bidder-register-page .new-credit-card-form .credit-card-inputs .expiry-month,
  .bidder-register-page .new-credit-card-form .credit-card-inputs .expiry-year,
  .bidder-register-page .form-section .new-credit-card-form .credit-card-inputs .card-number,
  .bidder-register-page .form-section .new-credit-card-form .credit-card-inputs .cvc-code,
  .bidder-register-page .form-section .new-credit-card-form .credit-card-inputs .expiry-month,
  .bidder-register-page .form-section .new-credit-card-form .credit-card-inputs .expiry-year {
    float: none;
    display: block; } }

@media (max-width: 991px) {
  .bidding-info-wrapper {
    margin-top: 20px; }
    .bidding-info-wrapper .bidding-info-container.absolute {
      position: initial; }
    .bidding-info-wrapper .bidding-info-container .bidding-info-tab {
      display: none; }
  .lots.list-view .lot-v2 .details .commodity-type {
    position: relative;
    bottom: initial;
    float: right;
    margin-top: -10px; }
  .reserve-bid-not-met {
    padding-bottom: 20px;
    display: inline-block; }
  .lots.list-view .auction-title .auction-title-line,
  .lots.list-view .auction-title .auction-title-line,
  .lots.grid-view .auction-title .auction-title-line,
  .lots.grid-view .auction-title .auction-title-line {
    width: 100%;
    line-height: 27px; }
  .lots.list-view .auction-title .right-title,
  .lots.grid-view .auction-title .right-title {
    position: relative; }
    .lots.list-view .auction-title .right-title .lot-count,
    .lots.grid-view .auction-title .right-title .lot-count {
      float: none !important; }
  .lots.list-view .auction-title .auction-time-left,
  .lots.grid-view .auction-title .auction-time-left {
    border-right: none; }
  .lot-page .content-container .details .commodity-type {
    margin-top: 30px; } }

.popover .popover-title,
.popover .popover-content {
  padding: 3px 10px 2px; }

.absentee-bid-box .current-bid-box .bid-amount .popover {
  bottom: 32px; }

.lots-page .lot .block-link .cover-thumbnail-wrap, .lots-page .lot .block-link .lot-title-wrap, .lots-page .lot .block-link .stacks-lot-info {
  color: #333; }
  .lots-page .lot .block-link .cover-thumbnail-wrap:hover, .lots-page .lot .block-link .lot-title-wrap:hover, .lots-page .lot .block-link .stacks-lot-info:hover {
    text-decoration: none; }

.lots-page .lots.grid-view .current-proxy-bid-wrapper {
  position: static; }

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; } }

.orders-page .order-info-wrapper .checkout-wrapper .form-group {
  display: flex; }
  .orders-page .order-info-wrapper .checkout-wrapper .form-group label {
    width: 120px; }
  .orders-page .order-info-wrapper .checkout-wrapper .form-group .form-control {
    width: calc(100% - 120px); }

.divider-my-order {
  color: #cccccc;
  margin-left: 5px;
  margin-top: -3px; }

.vert-middle-my-order {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  margin-top: -2px; }

.vert-middle-page-my-order {
  min-height: 30px;
  display: inline-flex;
  align-items: center; }

.space-bet-my-order {
  justify-content: space-between;
  padding: 0px 0px 7px 0px; }

.font-header-my-order {
  font-size: 16px;
  display: flex;
  align-items: center; }
.lot-pcgs a {
  position: relative;
  z-index: 1111; }

.stacks-live-auction-nav {
  height: 50px; }
  .stacks-live-auction-nav .container {
    max-width: 100%;
    width: 1276px; }
  .stacks-live-auction-nav .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .stacks-live-auction-nav .logo {
    background-position-y: 9px; }
  .stacks-live-auction-nav .exit-wrapper .btn {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0; }

.live-sale-page-v2-container .item-row {
  display: flex;
  justify-content: space-between; }
  .live-sale-page-v2-container .item-row .col-xs-3 {
    width: 315px; }
  .live-sale-page-v2-container .item-row .position-fixed {
    position: fixed; }
  .live-sale-page-v2-container .item-row .tabsWrap.position-fixed {
    width: 285px; }
  .live-sale-page-v2-container .item-row .position-offset {
    margin-left: 315px; }
  @media (max-width: 1199px) {
    .live-sale-page-v2-container .item-row {
      margin-left: -10px;
      margin-right: -10px; }
      .live-sale-page-v2-container .item-row .col-xs-3 {
        width: 275px;
        padding-left: 10px;
        padding-right: 10px; }
        .live-sale-page-v2-container .item-row .col-xs-3 .tabsWrap.position-fixed {
          width: 235px; }
      .live-sale-page-v2-container .item-row .col-xs-6 {
        padding-left: 10px;
        padding-right: 10px; }
      .live-sale-page-v2-container .item-row .position-offset {
        margin-left: 275px; } }

.live-sale-page-v2-container .container {
  width: 1261px; }

.live-sale-page-v2-container .live-sale-page-v2 {
  margin-top: 70px; }

.live-sale-page-v2-container .video #live-video .OT_root.OT_subscriber {
  width: 100% !important;
  height: 351px !important;
  position: relative !important;
  margin-top: 20px; }

.live-sale-page-v2-container .live-video-bx {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: -20px; }
  .live-sale-page-v2-container .live-video-bx .video-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    transition: 0.6s;
    transform: translateY(100%);
    opacity: 0; }
    .live-sale-page-v2-container .live-video-bx .video-hover .video-hover-cont {
      position: relative;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      height: 40px;
      line-height: 40px;
      border-left: 1px solid #b7b7b7; }
      .live-sale-page-v2-container .live-video-bx .video-hover .video-hover-cont:first-child {
        border-left: none; }
      .live-sale-page-v2-container .live-video-bx .video-hover .video-hover-cont:before {
        content: '';
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
    .live-sale-page-v2-container .live-video-bx .video-hover .full-screen {
      width: 50%; }
      .live-sale-page-v2-container .live-video-bx .video-hover .full-screen:before {
        background-image: url(../images/expand-alt-solid.svg); }
    .live-sale-page-v2-container .live-video-bx .video-hover .video-on {
      width: 25%; }
      .live-sale-page-v2-container .live-video-bx .video-hover .video-on:before {
        background-image: url(../images/video-solid.svg); }
    .live-sale-page-v2-container .live-video-bx .video-hover .video-sound {
      width: 25%; }
      .live-sale-page-v2-container .live-video-bx .video-hover .video-sound:before {
        background-image: url(../images/volume-up-solid.svg); }
      .live-sale-page-v2-container .live-video-bx .video-hover .video-sound.mute:before {
        background-image: url(../images/volume-off-solid.svg);
        width: 10px;
        height: 20px;
        background-size: cover;
        top: -1px;
        position: relative; }
  .live-sale-page-v2-container .live-video-bx:hover .video-hover {
    opacity: 1;
    transform: translateY(0); }
  .live-sale-page-v2-container .live-video-bx.video-show-top-bar:hover .video-show-sound-wrap {
    transform: translateY(0);
    opacity: 1; }

.live-sale-page-v2-container .video-show-sound-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: flex;
  align-items: center;
  transition: all .4s linear;
  transform: translateY(-100%);
  opacity: 0; }
  .live-sale-page-v2-container .video-show-sound-wrap .screen-wrap-btn {
    width: calc(100% - 140px);
    text-align: center;
    padding-left: 50px; }
    .live-sale-page-v2-container .video-show-sound-wrap .screen-wrap-btn a {
      position: relative;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none; }
      .live-sale-page-v2-container .video-show-sound-wrap .screen-wrap-btn a::after {
        content: '';
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: left;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
        background-image: url(../images/exit-full-screen.svg);
        position: absolute;
        left: -25px; }
  .live-sale-page-v2-container .video-show-sound-wrap .sound-wrap-btn {
    border-left: 1px solid #b7b7b7;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .live-sale-page-v2-container .video-show-sound-wrap .sound-wrap-btn a {
      position: relative;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      display: flex;
      align-items: center; }
      .live-sale-page-v2-container .video-show-sound-wrap .sound-wrap-btn a::after {
        content: '';
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: center;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(../images/volume-up-solid.svg);
        position: absolute;
        left: -25px; }
      .live-sale-page-v2-container .video-show-sound-wrap .sound-wrap-btn a.mute:after {
        background-image: url(../images/volume-off-solid.svg);
        width: 10px;
        height: 20px;
        background-size: cover;
        top: -1px; }

.live-sale-page-v2-container .live-auction-control-bar {
  line-height: 52px;
  height: 52px;
  background-color: #f0f0f0;
  padding: 0 20px;
  color: #303030;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 20px; }
  .live-sale-page-v2-container .live-auction-control-bar .live-auction-control {
    display: flex;
    align-items: center; }
  .live-sale-page-v2-container .live-auction-control-bar .live-indicator {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    border-right: 1px solid #ddd;
    padding-right: 10px; }
  .live-sale-page-v2-container .live-auction-control-bar .connection-notice {
    font-size: 14px;
    position: relative;
    padding-left: 26px;
    margin-right: 5px;
    line-height: 13px;
    display: inline-flex;
    text-transform: capitalize;
    font-weight: 600;
    color: #5a5a5a; }
    .live-sale-page-v2-container .live-auction-control-bar .connection-notice:before {
      position: absolute;
      content: "";
      top: 0px;
      left: 7px;
      width: 12px;
      height: 12px;
      border-radius: 999px;
      background-color: #1eef00; }
    .live-sale-page-v2-container .live-auction-control-bar .connection-notice.disconnected:before {
      background-color: #d81818; }
  .live-sale-page-v2-container .live-auction-control-bar .live-auction-control-text p {
    margin: 0;
    color: #747474;
    font-weight: 300;
    font-size: 13px; }
    .live-sale-page-v2-container .live-auction-control-bar .live-auction-control-text p span {
      font-size: 12px;
      font-weight: 600;
      color: #5a5a5a;
      padding: 0 2px; }

.live-sale-page-v2-container .live-video-stream {
  display: flex;
  width: 100%;
  background-color: #5c5c5c;
  margin-bottom: 20px; }
  .live-sale-page-v2-container .live-video-stream .live-video-stream-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .live-sale-page-v2-container .live-video-stream .live-video-stream-inner .live-video-stream-title {
      flex: 1 1 auto;
      width: calc(100% - 140px);
      padding: 0 15px; }
      .live-sale-page-v2-container .live-video-stream .live-video-stream-inner .live-video-stream-title p {
        margin: 0;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff; }
        .live-sale-page-v2-container .live-video-stream .live-video-stream-inner .live-video-stream-title p a {
          color: #e3e3e3;
          font-weight: 400;
          text-decoration: underline;
          margin-left: 8px; }
    .live-sale-page-v2-container .live-video-stream .live-video-stream-inner .live-video-stream-sound {
      width: 140px;
      border-left: 1px solid #7d7d7d;
      padding: 8px 15px; }
      .live-sale-page-v2-container .live-video-stream .live-video-stream-inner .live-video-stream-sound a {
        display: inline-flex;
        text-transform: uppercase;
        justify-content: flex-end;
        width: 100%;
        font-weight: 600;
        color: #fff;
        position: relative;
        text-decoration: none; }
        .live-sale-page-v2-container .live-video-stream .live-video-stream-inner .live-video-stream-sound a:before {
          content: "";
          position: absolute;
          left: 13px;
          width: 17px;
          height: 15px;
          background-image: url(../images/volume-up-solid.svg); }
        .live-sale-page-v2-container .live-video-stream .live-video-stream-inner .live-video-stream-sound a.mute:before {
          background-image: url(../images/volume-off-solid.svg);
          left: 20px;
          width: 10px;
          height: 20px;
          top: -2px; }

.live-sale-page-v2-container .lot-info {
  border: 1px solid #ddd;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  min-height: 111px; }
  .live-sale-page-v2-container .lot-info .status {
    position: absolute;
    top: 0;
    right: 0;
    transform: skew(30deg);
    background: #8a0302;
    margin-right: -10px;
    overflow: hidden; }
    .live-sale-page-v2-container .lot-info .status .status-label {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      padding: 3px 18px 3px 10px;
      transform: skew(-30deg); }
  .live-sale-page-v2-container .lot-info .lot-info-right .lot-number {
    color: #747474;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px; }
  .live-sale-page-v2-container .lot-info .lot-info-right .line-one {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 52px; }
  .live-sale-page-v2-container .lot-info .lot-info-right .line-two {
    color: #aaaaaa;
    font-size: 12px;
    font-style: italic;
    font-weight: 700; }

.live-sale-page-v2-container .live-auction-container-v2 .bid-action-box {
  min-height: 240px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-label {
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 600; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid {
    font-weight: 200; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-increment {
    color: #fdfaf5;
    font-size: 14px;
    margin-top: 5px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-action-box-footer {
    height: 44px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.5px;
    background-color: #710202; }
    .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-action-box-footer:before {
      display: none; }
    .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-action-box-footer .state-message {
      font-size: 14px;
      font-weight: bold; }
    .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-action-box-footer .paddle-number-wrap .paddle-number {
      font-weight: bold;
      letter-spacing: 3px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-info-wrapper .regular-bidding .btn-custom {
    margin-top: 5px;
    font-size: 16px;
    height: 44px;
    text-transform: uppercase;
    background: #333a40;
    border: 1px solid #333;
    border-radius: 0;
    box-shadow: inherit;
    letter-spacing: 2px;
    font-weight: 600; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-info-wrapper .regular-bidding .buyers-premium {
    color: #efd7d3;
    letter-spacing: 1px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-info-wrapper .off-increment-bidding {
    display: flex;
    justify-content: center; }
    .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-info-wrapper .off-increment-bidding .btn-wrapper .btn {
      width: 100%;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1.5px;
      background: #343b41;
      border: 1px solid #333;
      border-radius: 0;
      height: 50px;
      box-shadow: inherit;
      margin-top: 5px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-info-wrapper .off-increment-bidding .btn-wrapper .btn span {
        text-transform: uppercase;
        color: #fdfaf5;
        font-size: 8px;
        margin-top: 4px; }
    .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-info-wrapper .off-increment-bidding .btn-wrapper .buyers-premium {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 34px;
      margin: 0; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-info-wrapper .box-title-status-wrap .action-status {
    font-weight: bold;
    display: inline-block;
    font-size: 16pt;
    margin-top: 5px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-info-wrapper .preparing-next {
    bottom: 104px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-info-wrapper .percentage-next {
    bottom: 45px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .disconnected .action-status {
    margin-top: 75px !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px; }
    .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .disconnected .action-status .reconnect {
      margin-bottom: 0;
      margin-top: 10px; }
      .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .disconnected .action-status .reconnect .btn {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 2px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .action-status-wrap .action-status .message .description-final {
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
    max-width: 220px;
    margin: 0 auto; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .action-status-wrap .action-status .reconnect .loder-box img {
    width: 40px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .action-status-wrap.final-price .action-status .bid {
    margin-top: 33px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .action-status-wrap.final-price .action-status .message .description-final {
    margin-bottom: 20px;
    margin-top: 20px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box.percentage-text-move .highest-bid {
    padding-top: 25px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box.percentage-text-move .bid-info-wrapper {
    padding-top: 7px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box.percentage-text-move .percentage-disclaimer {
    bottom: 65px; }

.live-sale-page-v2-container .live-auction-container-v2 .bid-history {
  border: none !important;
  height: calc(100vh - 450px) !important; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-history .bid-empty-message .ghost {
    height: calc(100vh - 450px) !important; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list {
    padding: 0 12px;
    border: 1px solid #ddd !important; }
    .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item {
      border-bottom: 1px solid #ddd !important;
      padding: 7px 0; }
      .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item:nth-child(odd) {
        background-color: transparent !important; }
      .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item .left .time {
        color: #adadad;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 12px;
        font-style: italic;
        letter-spacing: 0.5px; }
      .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item .left .bid-label {
        color: #565656;
        font-weight: 500;
        font-size: 14px;
        text-transform: capitalize; }
      .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item .right {
        right: 0; }
        .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item .right .bid {
          color: #575757;
          font-weight: 700;
          font-size: 14px;
          letter-spacing: 1px; }
      .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item:last-child {
        border-bottom: none !important; }
    .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item.my-bid {
      border: none !important;
      border-bottom: 1px solid #ddd !important; }
      .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item.my-bid .left .time {
        color: #830e21; }
      .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item.my-bid .left .bid-label {
        color: #830e21;
        font-weight: 600; }
      .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item.my-bid .right {
        right: 0; }
        .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item.my-bid .right .bid {
          color: #830e21; }
      .live-sale-page-v2-container .live-auction-container-v2 .bid-history ul.bid-history-list .bid-history-item.my-bid:last-child {
        border-bottom: none !important; }

.live-sale-page-v2-container .video-slid {
  margin-bottom: 20px; }
  .live-sale-page-v2-container .video-slid .height-set {
    width: 100%;
    height: 350px;
    object-fit: cover; }
  .live-sale-page-v2-container .video-slid .carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; }
    .live-sale-page-v2-container .video-slid .carousel-controls .carousel-control {
      background: transparent;
      opacity: 1;
      text-shadow: inherit;
      position: static;
      width: 28px; }
      .live-sale-page-v2-container .video-slid .carousel-controls .carousel-control img {
        width: 28px;
        cursor: pointer; }
    .live-sale-page-v2-container .video-slid .carousel-controls .carousel-indicators {
      margin: 0 10px;
      position: static;
      width: auto; }
      .live-sale-page-v2-container .video-slid .carousel-controls .carousel-indicators li {
        width: 8px;
        height: 8px;
        border: 1px solid #eaeaea;
        background-color: #eaeaea; }
        .live-sale-page-v2-container .video-slid .carousel-controls .carousel-indicators li.active {
          width: 8px;
          height: 8px;
          border: 1px solid #d5d5d5;
          background-color: #d5d5d5;
          margin: 1px; }

.live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs {
  padding-left: 5px;
  padding-right: 0px;
  position: relative;
  z-index: 0;
  border-bottom: 1.5px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs .tabs-wrap {
    flex: 1 1 auto;
    display: inline-flex; }
    .live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs .tabs-wrap .tab {
      border: 1.5px solid #f0f0f0;
      border-width: 1.5px 1.5px 0px 1.5px;
      line-height: 41px;
      display: inline-block;
      vertical-align: top;
      padding: 0px 0px;
      font-size: 14px;
      background-color: #f7f7f7;
      cursor: pointer;
      position: relative;
      text-align: center;
      width: 34%; }
      .live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs .tabs-wrap .tab + .tab {
        border-left-width: 0; }
      .live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs .tabs-wrap .tab:hover {
        background-color: #f1f1f1; }
      .live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs .tabs-wrap .tab:active {
        background-color: #ebebeb; }
      .live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs .tabs-wrap .tab.active {
        font-weight: 600;
        border-bottom-width: 0;
        color: #830617;
        background-color: white; }
        .live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs .tabs-wrap .tab.active:before {
          position: absolute;
          content: "";
          background-color: #fff;
          left: 0;
          right: 0;
          bottom: -2px;
          width: 100%;
          height: 2px; }
  .live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs .tabs-watching {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs .tabs-watching a {
      color: #393939;
      font-weight: 500;
      font-size: 14px;
      display: flex;
      align-items: center;
      border-right: 1px solid #b2b2b2;
      padding: 0 10px;
      text-decoration: underline; }
      .live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs .tabs-watching a img {
        width: 22px;
        padding-left: 3px; }
      .live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs .tabs-watching a:last-child {
        border-right: none;
        padding-right: 0; }

.live-sale-page-v2-container .current-lot-tabs .current-lot-content {
  margin-top: 20px; }
  .live-sale-page-v2-container .current-lot-tabs .current-lot-content .lot-number {
    color: #747474;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 3px;
    position: relative; }
    .live-sale-page-v2-container .current-lot-tabs .current-lot-content .lot-number .fa {
      cursor: pointer; }
      .live-sale-page-v2-container .current-lot-tabs .current-lot-content .lot-number .fa.fa-star {
        color: #7c0200; }
    .live-sale-page-v2-container .current-lot-tabs .current-lot-content .lot-number .commodity-type {
      position: absolute;
      top: -3px;
      right: 0;
      font-style: italic; }
      .live-sale-page-v2-container .current-lot-tabs .current-lot-content .lot-number .commodity-type span {
        line-height: 1; }
  .live-sale-page-v2-container .current-lot-tabs .current-lot-content .line-one {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px; }
  .live-sale-page-v2-container .current-lot-tabs .current-lot-content .line-two {
    color: #aaaaaa;
    font-size: 14.5px;
    font-style: italic;
    margin-bottom: 15px;
    font-weight: 700; }
  .live-sale-page-v2-container .current-lot-tabs .current-lot-content .price-guide .guide-table-wrap {
    margin-bottom: 30px; }
    .live-sale-page-v2-container .current-lot-tabs .current-lot-content .price-guide .guide-table-wrap:last-child {
      margin-bottom: 0; }
    .live-sale-page-v2-container .current-lot-tabs .current-lot-content .price-guide .guide-table-wrap .guide-title {
      color: #000000;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 5px; }
    .live-sale-page-v2-container .current-lot-tabs .current-lot-content .price-guide .guide-table-wrap .guide-table {
      overflow: auto; }
      .live-sale-page-v2-container .current-lot-tabs .current-lot-content .price-guide .guide-table-wrap .guide-table table {
        border: 1px solid #ddd;
        width: 100%; }
        .live-sale-page-v2-container .current-lot-tabs .current-lot-content .price-guide .guide-table-wrap .guide-table table thead tr {
          background-color: #f6f6f6; }
          .live-sale-page-v2-container .current-lot-tabs .current-lot-content .price-guide .guide-table-wrap .guide-table table thead tr th {
            padding: 14px 10px;
            text-transform: uppercase;
            font-size: 11px; }
        .live-sale-page-v2-container .current-lot-tabs .current-lot-content .price-guide .guide-table-wrap .guide-table table tbody tr:nth-child(even) {
          background-color: #f6f6f6; }
        .live-sale-page-v2-container .current-lot-tabs .current-lot-content .price-guide .guide-table-wrap .guide-table table tbody tr td {
          padding: 14px 10px;
          font-size: 11px;
          font-weight: 600; }
        .live-sale-page-v2-container .current-lot-tabs .current-lot-content .price-guide .guide-table-wrap .guide-table table tbody tr th {
          padding: 14px 10px;
          font-size: 11px;
          font-weight: 600; }
  .live-sale-page-v2-container .current-lot-tabs .current-lot-content p {
    color: #393939;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0; }

.live-sale-page-v2-container .tabsWrap .live-bidding-tabs {
  padding-left: 5px;
  padding-right: 40px;
  position: relative;
  z-index: 0;
  border-bottom: 1.5px solid #f0f0f0;
  display: flex;
  align-items: center; }
  .live-sale-page-v2-container .tabsWrap .live-bidding-tabs .tab {
    border: 1.5px solid #f0f0f0;
    border-width: 1.5px 1.5px 0px 1.5px;
    line-height: 41px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px;
    font-size: 14px;
    background-color: #f7f7f7;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 50%; }
    .live-sale-page-v2-container .tabsWrap .live-bidding-tabs .tab + .tab {
      border-left-width: 0; }
    .live-sale-page-v2-container .tabsWrap .live-bidding-tabs .tab:hover {
      background-color: #f1f1f1; }
    .live-sale-page-v2-container .tabsWrap .live-bidding-tabs .tab:active {
      background-color: #ebebeb; }
    .live-sale-page-v2-container .tabsWrap .live-bidding-tabs .tab.active {
      font-weight: 600;
      border-bottom-width: 0;
      color: #830617;
      background-color: white; }
      .live-sale-page-v2-container .tabsWrap .live-bidding-tabs .tab.active:before {
        position: absolute;
        content: "";
        background-color: #fff;
        left: 0;
        right: 0;
        bottom: -2px;
        width: 100%;
        height: 2px; }

.live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap {
  position: relative;
  margin-top: 10px; }
  .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip {
    height: calc(100vh - 150px);
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: -2px;
    padding-left: 2px;
    background: transparent; }
    .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item {
      height: auto;
      width: 100%;
      cursor: pointer;
      background-color: #fff;
      display: flex;
      border-bottom: 1px solid #ddd;
      padding: 15px 0; }
      .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item:hover {
        background: #f7f7f7; }
      .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-images {
        width: 60px;
        position: relative; }
        .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-images img {
          width: 100%; }
      .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content {
        width: calc(100% - 60px);
        padding-left: 20px;
        flex: 1 1 auto; }
        .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .lot-number {
          color: #747474;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 12px;
          margin-bottom: 2px; }
          .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .lot-number .fa {
            font-size: 15px;
            padding-left: 5px;
            color: #7c0200; }
        .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-one {
          color: #2c2c2c;
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 0;
          width: 185px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
        .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-two {
          color: #aaaaaa;
          font-size: 13px;
          font-style: italic;
          line-height: 18px;
          font-weight: 700; }
          .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-two.current-wrap {
            color: #7c0200;
            font-size: 14px;
            font-style: normal;
            font-weight: bold; }
            .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-two.current-wrap span {
              font-weight: 400;
              font-size: 13px; }
          .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-two.winning-wrap {
            color: #647555;
            font-size: 14px;
            font-style: normal;
            font-weight: bold; }
            .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-two.winning-wrap span {
              font-weight: 400;
              font-size: 13px; }
        .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-two-past {
          color: #aaaaaa;
          font-size: 13px; }
          .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-two-past.current-wrap {
            color: #7c0200;
            font-size: 14px;
            font-style: normal;
            font-weight: bold; }
            .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-two-past.current-wrap span {
              color: #aaaaaa;
              font-weight: 400;
              font-size: 13px; }
          .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-two-past.winning-wrap {
            color: #647555;
            font-size: 14px;
            font-style: normal;
            font-weight: bold; }
            .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-two-past.winning-wrap span {
              font-size: 13px; }
    .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .more-strip-lots-link {
      line-height: 40px;
      text-align: center;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 15px;
      color: #000;
      font-weight: 600; }
      .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .more-strip-lots-link:hover {
        background: #f7f7f7; }
      .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .more-strip-lots-link.disabled {
        pointer-events: none;
        background-color: #d6d6d6;
        opacity: 0.5; }
    .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip.spot-price-box {
      height: calc(100vh - 289px); }

@media (max-width: 1300px) {
  .live-sale-page-v2-container .container {
    max-width: 100%; }
  .live-sale-page-v2-container .current-lot-tabs .live-bidding-tabs .tabs-wrap .tab {
    width: 50%; }
  .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-images {
    width: 50px; }
  .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content {
    width: calc(100% - 50px);
    padding-left: 10px; }
    .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-one {
      width: 125px;
      font-size: 14px; }
    .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item .live-bidding-item-content .line-two {
      font-size: 13px; }
  .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item.current-wrap .live-bidding-item-content .line-two {
    font-size: 13px; }
  .live-sale-page-v2-container .tabsWrap .live-bidding-strip-wrap .live-bidding-strip .live-bidding-item.winning-wrap .live-bidding-item-content .line-two {
    font-size: 13px; }
  .live-sale-page-v2-container .live-auction-control-bar {
    padding: 5px 10px; }
    .live-sale-page-v2-container .live-auction-control-bar .live-indicator {
      font-size: 13px;
      padding-right: 5px; }
    .live-sale-page-v2-container .live-auction-control-bar .connection-notice {
      font-size: 13px;
      padding-left: 18px; }
      .live-sale-page-v2-container .live-auction-control-bar .connection-notice:before {
        top: 1px;
        left: 4px;
        width: 8px;
        height: 8px; }
    .live-sale-page-v2-container .live-auction-control-bar .live-auction-control-text p {
      font-size: 12px; }
      .live-sale-page-v2-container .live-auction-control-bar .live-auction-control-text p span {
        font-size: 13px; }
  .live-sale-page-v2-container .live-auction-container-v2 .bid-action-box .bid-info-wrapper .box-title-status-wrap .action-status {
    font-size: 13pt; } }

.live-sale-page-v2-container .bidding-info-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  .live-sale-page-v2-container .bidding-info-wrapper .bidding-info-container {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    transform: translateY(calc(100% - 43px));
    transition: 0.5s; }
    .live-sale-page-v2-container .bidding-info-wrapper .bidding-info-container.open-live {
      transform: translateY(0); }
      .live-sale-page-v2-container .bidding-info-wrapper .bidding-info-container.open-live .fa-angle-up.open-live {
        transform: rotateX(-180deg);
        top: 7px; }
    .live-sale-page-v2-container .bidding-info-wrapper .bidding-info-container.cookie-bottom-space {
      margin-bottom: 25px; }

.live-sale-page-v2-container .bidding-info-lottab {
  margin-bottom: 40px; }

@media screen and (max-width: 1199px) {
  .live-sale-page-v2-container .live-auction-control-bar {
    line-height: normal;
    flex-wrap: wrap; }
    .live-sale-page-v2-container .live-auction-control-bar .live-auction-control {
      padding-right: 10px; }
    .live-sale-page-v2-container .live-auction-control-bar .connection-notice {
      padding-left: 12px;
      margin-right: 2px; }
      .live-sale-page-v2-container .live-auction-control-bar .connection-notice:before {
        width: 6px;
        height: 6px;
        top: 2px;
        left: 3px; }
    .live-sale-page-v2-container .live-auction-control-bar .live-auction-control-text p span {
      padding-left: 0; } }

@media screen and (max-width: 1199px) {
  .live-sale-header .time {
    font-size: 12px; } }

.head-error-massage {
  background: #890200;
  position: relative;
  top: 50px;
  padding: 12px 0;
  transition: all .4s linear; }
  .head-error-massage .container {
    max-width: 100%;
    width: 1276px;
    display: block; }
  .head-error-massage .error-massage-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px; }
    .head-error-massage .error-massage-box .error-massage {
      display: flex;
      align-items: center; }
      .head-error-massage .error-massage-box .error-massage img {
        width: 20px; }
      .head-error-massage .error-massage-box .error-massage p {
        color: #fdfaf5;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
        padding-left: 10px; }
        .head-error-massage .error-massage-box .error-massage p span {
          font-size: 15px;
          font-weight: 600; }
    .head-error-massage .error-massage-box .close-btn a {
      display: block; }
      .head-error-massage .error-massage-box .close-btn a img {
        width: 14px; }

.bulletin-wrap .container {
  width: 100%;
  max-width: 1261px; }

.bulletin-wrap .container-fluid {
  padding: 0 85px; }

.bulletin-wrap .bulletin-head {
  background: #2b3238;
  padding: 30px 0; }
  .bulletin-wrap .bulletin-head .bulletin-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px; }
    .bulletin-wrap .bulletin-head .bulletin-inner .current-bid {
      flex: 1 1 auto;
      padding: 0 10px;
      display: flex;
      align-items: center; }
      .bulletin-wrap .bulletin-head .bulletin-inner .current-bid .lot-number-wrap {
        border-right: 3px solid #fff;
        margin-right: 15px;
        padding-right: 15px; }
        .bulletin-wrap .bulletin-head .bulletin-inner .current-bid .lot-number-wrap span {
          color: #fff;
          font-weight: 700;
          font-size: 65px;
          display: block;
          line-height: normal; }
      .bulletin-wrap .bulletin-head .bulletin-inner .current-bid .current-bid-amount-wrap span {
        color: #fff;
        font-weight: 700;
        font-size: 65px;
        display: block;
        line-height: normal; }
    .bulletin-wrap .bulletin-head .bulletin-inner .bulletin-head-logo {
      padding: 0 10px; }
      .bulletin-wrap .bulletin-head .bulletin-inner .bulletin-head-logo img {
        width: 300px; }

.bulletin-wrap .bulletin-body {
  height: calc(100vh - 247px); }
  .bulletin-wrap .bulletin-body .lot-image {
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center; }
    .bulletin-wrap .bulletin-body .lot-image img {
      max-width: 100%;
      width: 100%;
      margin: 0 auto;
      height: 100%;
      object-fit: contain; }
    .bulletin-wrap .bulletin-body .lot-image.two-lot-images img {
      width: 50%;
      padding: 20px; }

.bulletin-wrap .bulletin-foot {
  background: #2b3238;
  padding: 25px 0;
  height: 109px;
  display: flex;
  align-items: center; }
  .bulletin-wrap .bulletin-foot .bulletin-foot-title {
    width: 100%;
    text-align: center; }
    .bulletin-wrap .bulletin-foot .bulletin-foot-title h2 {
      font-size: 37px;
      color: white;
      font-weight: 700;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }

.price-guide-loader {
  width: 35px;
  display: block;
  margin: 50px auto 0; }
  .price-guide-loader img {
    width: 100%; }

.price-guide-error-msg {
  width: 225px;
  display: block;
  font-size: 14px;
  margin: 50px auto 0;
  text-align: center; }

.lot-pcgs a {
  position: relative;
  z-index: 11; }

.live-sale-page-v2-container .main-area {
  margin: 0; }
  .live-sale-page-v2-container .main-area .spot-price-container {
    max-height: 244px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    align-content: flex-start; }
    .live-sale-page-v2-container .main-area .spot-price-container .metal-box-data {
      width: 100%;
      padding: 0px;
      display: flex; }
      .live-sale-page-v2-container .main-area .spot-price-container .metal-box-data .metal-box-label {
        width: 50%;
        text-align: right; }
      .live-sale-page-v2-container .main-area .spot-price-container .metal-box-data .metal-box-price {
        width: 50%;
        text-align: left;
        padding-left: 5px; }

.live-sale-page-v2-container.retina .video {
  zoom: unset !important; }

.live-sale-page-v2-container.retina .bid-action-box {
  zoom: unset !important;
  -moz-transform: none;
  -moz-transform-origin: inherit; }

.live-sale-page-v2-container .video-slid .carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.live-sale-page-v2-container .video-slid .carousel-indicators {
  position: static;
  order: 2;
  width: auto;
  margin: 0;
  height: 28px;
  display: flex;
  align-items: center;
  margin-top: 20px; }
  .live-sale-page-v2-container .video-slid .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 1px solid #eaeaea;
    background-color: #eaeaea; }
    .live-sale-page-v2-container .video-slid .carousel-indicators li.active {
      width: 8px;
      height: 8px;
      border: 1px solid #d5d5d5;
      background-color: #d5d5d5;
      margin: 1px; }

.live-sale-page-v2-container .video-slid .carousel-control {
  background: transparent !important;
  position: static;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  opacity: 1; }
  .live-sale-page-v2-container .video-slid .carousel-control .glyphicon {
    width: 28px;
    height: 28px;
    position: static;
    margin: 0; }
    .live-sale-page-v2-container .video-slid .carousel-control .glyphicon:before {
      display: none; }
  .live-sale-page-v2-container .video-slid .carousel-control.left {
    order: 1;
    margin-right: 10px; }
    .live-sale-page-v2-container .video-slid .carousel-control.left .glyphicon {
      background: url("../images/left-arrow.png") no-repeat center/28px; }
  .live-sale-page-v2-container .video-slid .carousel-control.right {
    margin-left: 10px;
    order: 3; }
    .live-sale-page-v2-container .video-slid .carousel-control.right .glyphicon {
      background: url("../images/right-arrow.png") no-repeat center/28px; }

.two-line-title {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.lot-header-v2 {
  z-index: 1;
  position: relative; }

.absentee-bid-box .edit-outbid-amount-container + .place-bid-box {
  width: auto; }

.absentee-bid-box .edit-max-bid-amount-container + .place-bid-box {
  width: auto; }

.orders-page form .order-info-wrapper .checkout-wrapper .form-group {
  flex-wrap: wrap; }
  .orders-page form .order-info-wrapper .checkout-wrapper .form-group label.error {
    width: 100%;
    color: #b9121a;
    font-weight: bold; }

@media screen and (min-width: 1200px) {
  .stacks-live-auction-nav {
    z-index: 11111; }
  .live-sale-page-v2-container .item-row .position-fixed {
    z-index: 1111; }
  .live-sale-page-v2-container .item-row .position-offset {
    z-index: 1111; }
  .live-sale-page-v2-container .item-row .tabsWrap .main-area {
    width: 302px;
    margin-left: auto; }
  .live-sale-page-v2-container .item-row .tabsWrap.position-fixed {
    z-index: 111;
    width: 100%;
    max-width: 1261px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .live-sale-page-v2-container .tabsWrap .live-bidding-tabs {
    width: 285px;
    margin-left: auto; }
  .live-sale-page-v2-container .live-bidding-row {
    width: 285px;
    margin-left: auto; }
  .lots.list-view .lot-v2 .block-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 .spinner-loader {
        background: url("../images/spinner.gif") no-repeat;
        width: 20px;
        height: 20px;
        background-size: contain;
        display: block;
        margin: 0 auto 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 .placeholder-image {
      width: 150px;
      height: 150px; }
  .hide-div {
    display: none; }
    .hide-div + .popover-body {
      display: block; }
  .live-biidding-popover .pop-comp-content {
    display: flex;
    justify-content: flex-end;
    width: 100%; } }

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

body.stacksbowers .lots.list-view .lot-v2 .static-status .btn-custom {
  z-index: 210; }

body.stacksbowers .lots.list-view .lot-v2 .place-bid {
  z-index: 210; }

body.stacksbowers .new-credit-card-form .credit-card-input-form .StripeElement {
  border-radius: 2px;
  height: 31px;
  padding: 6px 8px; }

body.stacksbowers .new-credit-card-form .credit-card-input-form .credit-card-cvc-code-element {
  height: 31px; }

body.stacksbowers .new-credit-card-form .credit-card-input-form .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); }

body.stacksbowers .orders-page .new-credit-card-form .credit-card-input-form .StripeElement {
  border-radius: 4px; }

/*# sourceMappingURL=stacksbowers.css.map */