@charset "UTF-8";
/* 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 */
/* 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 */
/*$lot-active-color: darken($lot-hover-color, 10%) !default;*/
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);
.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; }

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

body .container-non-responsive.nav-container, body .container.nav-container {
  height: 190px;
  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: 80px; }

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: 190px;
      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:hover {
          background: #2A2A2A; }
        #menu ul a.section-label a:hover {
          text-decoration: none !important; }
    #menu ul li {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      border-bottom: 3px solid #2A2A2A; }
      #menu ul li.active {
        border-bottom: 3px solid #a1001e;
        background: #373737;
        padding-bottom: 7px; }
      #menu ul li:hover {
        background: #373737; }
        #menu ul li:hover > ul {
          display: block; }
      #menu ul li.separator-before {
        border-left: none; }
        #menu ul li.separator-before::before {
          position: absolute;
          content: "";
          left: 0px;
          top: -1px;
          height: 0px;
          right: 0;
          border-top: 1px solid #888; }
        #menu ul li.separator-before:first-child.separator-before::before {
          border-top: none; }
    #menu ul ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #2A2A2A;
      padding: 0;
      margin-top: 3px;
      border-color: #555555;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-width: 0;
      padding-bottom: 2px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
      #menu ul ul li {
        float: none;
        width: 200px; }
        #menu ul ul li .subtitle {
          display: block;
          font-size: 12px;
          position: absolute;
          color: #999;
          /* bottom: -7px; */
          bottom: -2px;
          right: 10px;
          margin-left: 23px; }
      #menu ul ul a {
        line-height: 120%;
        padding: 10px 15px; }
      #menu ul ul a:not(.section-label):hover {
        text-decoration: underline; }
      #menu ul ul ul {
        top: 0;
        left: 100%; }
  #menu > ul > li {
    height: 190px;
    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 #a1001e; }
    #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; }

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: 190px;
  padding-bottom: 0; }

.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: 104px; }
    .auction-status-box.v2 .date-box,
    .auction-status-box.v2 .info-box {
      width: 51px; }
    .auction-status-box.v2 .date-box .day {
      margin-top: 0px;
      font-size: 12px; }
    .auction-status-box.v2 .date-box .date {
      font-size: 21px;
      line-height: 17px;
      margin-top: 0; }
    .auction-status-box.v2 .date-box .month {
      font-size: 12px;
      margin-top: 0; }
  .auction-status-box .time,
  .auction-status-box .location {
    font-size: 11px;
    font-weight: 500; }
  .auction-status-box .info-lines-wrap {
    margin-top: -10px;
    margin-bottom: 10px; }
  .auction-status-box .date-box,
  .auction-status-box .info-box {
    width: 78px;
    display: inline-block;
    text-align: center; }
  .auction-status-box .date-box {
    position: relative;
    vertical-align: top; }
    .auction-status-box .date-box + .date-box:before {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: -4px;
      width: 8px;
      background: url("/img/arrow-right-very-thin.png") 0 center no-repeat;
      background-size: 100% auto; }
    .auction-status-box .date-box .day {
      font-size: 15px;
      font-weight: 400; }
    .auction-status-box .date-box .date {
      font-size: 33px;
      font-weight: 600;
      margin-top: -9px; }
    .auction-status-box .date-box .month {
      font-size: 15px;
      font-weight: 700;
      margin-top: -11px; }
  .auction-status-box.live-now {
    background-color: rgba(135, 0, 25, 0.9);
    color: #fff;
    text-align: center; }
  .auction-status-box .live-now-box {
    padding-top: 6px;
    font-size: 19px; }

.caps {
  text-transform: uppercase; }

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

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

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

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

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

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

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

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

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

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

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

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

.alert:before {
  content: none; }

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

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

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

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

#auction-header {
  height: 87px; }
  #auction-header .btn.back-to-lots {
    float: right;
    margin-top: 45px; }
  #auction-header.v2 {
    height: 67px;
    position: relative;
    background-color: #eeeeee;
    padding-left: 0;
    border-bottom: 1px solid #ccc; }
    #auction-header.v2 .btn-custom.bid-sheet, #auction-header.v2 .btn-custom.view-lots {
      background: -ms-linear-gradient(#870019, #540010);
      background: linear-gradient(#870019, #540010);
      -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 #300009;
      color: white; }
      #auction-header.v2 .btn-custom.bid-sheet:hover, #auction-header.v2 .btn-custom.view-lots:hover {
        background: linear-gradient(#750016, #42000c);
        background: -ms-linear-gradient(#870019, #540010, "vertical"); }
      #auction-header.v2 .btn-custom.bid-sheet.active, #auction-header.v2 .btn-custom.view-lots.active {
        background: linear-gradient(#540010, #870019);
        background: -ms-linear-gradient(#870019, #540010, "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(#42000c, #750016);
        background: -ms-linear-gradient(#870019, #540010, "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: #870019;
        border: 0;
        border-color: #870019;
        -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: #a1001e; }
      #auction-header.v2 .btn-custom.bid-sheet.flat:active, #auction-header.v2 .btn-custom.view-lots.flat:active {
        background: #6e0014; }
      #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("/img/icon-clock.png"); }
        #auction-header.v2 .actions .auction-registration-notice.declined {
          background-image: url("/img/icon-x.png"); }
        #auction-header.v2 .actions .auction-registration-notice.approved {
          background-image: url("/img/icon-check.png");
          font-weight: normal;
          width: 135px;
          padding-right: 10px; }
    #auction-header.v2 .toggle-auction-info {
      width: 67px;
      text-align: center;
      text-transform: uppercase;
      line-height: 67px;
      cursor: pointer;
      color: #aaa;
      font-weight: bold;
      border-width: 0 1px !important;
      border-style: solid;
      border-color: #cccccc;
      position: relative; }
      #auction-header.v2 .toggle-auction-info:before {
        content: "";
        position: absolute;
        top: 75%;
        left: 50%;
        width: 16px;
        height: 9px;
        margin-top: -4px;
        margin-left: -8px;
        background: url("/img/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: #870019; }
      #auction-header.v2 .auction-timer .timer {
        font-style: italic;
        color: #870019;
        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: #870019;
      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: #870019;
      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("/img/logo-alexcooper.png"); }

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

.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: #870019;
    font-size: 22px; }
    .bid-sheet-header .total-spent-amount-box .total-spent-label {
      text-transform: uppercase; }
    .bid-sheet-header .total-spent-amount-box .total-spent-amount {
      font-weight: bold; }
  .bid-sheet-header .total-spent-amount-box, .bid-sheet-header .spending-limit-box {
    border-left: 1px solid #cacaca;
    padding-left: 13px;
    margin-left: 13px; }
  .bid-sheet-header > :first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0; }
  .bid-sheet-header .absentee-bid-box, .bid-sheet-header .spending-limit-box {
    margin-bottom: 0; }
  .bid-sheet-header .tabs {
    position: absolute;
    right: 0; }
    .bid-sheet-header .tabs.vertically-centered {
      top: 0; }
    .bid-sheet-header .tabs .tab {
      border-bottom-width: 0; }
  .bid-sheet-header .number-of-lots {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    display: inline; }

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

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

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

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

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

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

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

.alert .close {
  opacity: 0.8; }

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

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

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

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

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

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

.btn {
  outline: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 .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: 190px;
    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("/img/logo-alexcooper.png");
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    transition: opacity 0.5s;
    opacity: 0;
    z-index: 10; }
  body.has-core-navbar .navbar-header .large-navbar-logo {
    background-image: url("/img/logo-alexcooper.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: 190px;
    background: none;
    border: none; }
  body.has-core-navbar .navbar-brand {
    background: url("/img/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 #a1001e;
    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: 190px; }
    body.has-core-navbar .navbar .notification-menu > .dropdown-toggle {
      height: 190px;
      width: 190px;
      background-image: url("/img/icon-notification.png");
      background-repeat: no-repeat;
      background-position: center 15px;
      background-size: 40%; }
    body.has-core-navbar .navbar .notification-menu .dropdown-menu {
      position: absolute;
      right: 0;
      left: auto; }
    body.has-core-navbar .navbar .notification-menu .dropdown-menu > .title {
      color: white;
      text-align: center;
      font-weight: bold;
      line-height: 20px;
      font-size: 18px;
      padding-top: 8px;
      padding-bottom: 10px; }
    body.has-core-navbar .navbar .notification-menu .notification-list {
      color: white;
      margin: 0 2px;
      padding: 0; }
      body.has-core-navbar .navbar .notification-menu .notification-list > li {
        position: relative;
        height: 80px;
        line-height: 80px;
        border-top: 1px solid #333;
        padding: 0 10px 0;
        cursor: pointer; }
      body.has-core-navbar .navbar .notification-menu .notification-list > li .message {
        line-height: 20px;
        vertical-align: middle;
        display: inline-block; }
      body.has-core-navbar .navbar .notification-menu .notification-list > li .message-time {
        position: absolute;
        right: 6px;
        bottom: 8px;
        line-height: 0.79;
        color: #999; }
      body.has-core-navbar .navbar .notification-menu .notification-list .new {
        background-color: #870019; }
        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: 190px;
    height: 190px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 101;
    overflow: hidden;
    transition: width 0.3s; }
    body.has-core-navbar .navbar .search-bar .search.icon {
      background-image: url("/img/icon-search-white.png");
      background-position: center center;
      background-repeat: no-repeat;
      width: 190px;
      height: 190px;
      background-size: 40%;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #2A2A2A;
      transition: background-image 0.3s; }
      body.has-core-navbar .navbar .search-bar .search.icon:hover {
        background-color: #373737; }
    body.has-core-navbar .navbar .search-bar .search-field, body.has-core-navbar .navbar .search-bar .search.icon {
      display: inline-block;
      vertical-align: top; }
    body.has-core-navbar .navbar .search-bar .search-field {
      margin-top: 6px;
      position: absolute;
      left: 0px;
      width: 260px;
      height: 28px; }
  body.has-core-navbar .navbar .search-bar.active.empty .search.icon {
    background-image: url("/img/icon-search-cancel-white.png"); }
  body.has-core-navbar .navbar .search-bar.active {
    width: 306px; }
  body.has-core-navbar .nav, body.has-core-navbar .btn.exit {
    transition: opacity 0.3s; }
  body.has-core-navbar .navbar-collapse .search-bar.active ~ .nav, body.has-core-navbar .navbar-collapse .search-bar.active ~ .btn {
    opacity: 0;
    display: none; }
  body.has-core-navbar .navbar-collapse .search-bar.active.active-add ~ .nav, body.has-core-navbar .navbar-collapse .search-bar.active.active-add ~ .btn,
  body.has-core-navbar .navbar-collapse .search-bar.active.active-remove ~ .nav, body.has-core-navbar .navbar-collapse .search-bar.active.active-remove ~ .btn {
    display: block; }
  body.has-core-navbar .navbar-background {
    transition: height 0.2s; }
  body.has-core-navbar .navbar {
    transition: top 0.2s; }
  body.has-core-navbar .navbar-header .large-navbar-logo {
    position: fixed;
    display: none;
    margin-top: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-position: center 80%;
    background-size: auto 70%; }
    body.has-core-navbar .navbar-header .large-navbar-logo.visible {
      display: inline-block; }
  body.has-core-navbar.large-navbar-logo-visible .navbar-right {
    padding-left: 256px; }
  body.has-core-navbar.large-navbar-logo-visible .navbar-right.about-link-available {
    padding-left: 221px; }
  body.has-core-navbar.large-navbar-logo-visible .navbar-right.artists-link-available {
    padding-left: 192px; }
  body.has-core-navbar.large-navbar-logo-visible .navbar-right.about-link-available.artists-link-available {
    padding-left: 157px; }
  body.has-core-navbar .navbar-header .large-navbar-logo {
    height: 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: 190px; }
  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: 190px; }
  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: 217px; }

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

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

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

body.large-navbar-logo-visible.has-return-to-link .return-to-wrapper {
  display: block;
  position: fixed;
  top: 0;
  background: #444444;
  height: 27px;
  width: 100%;
  color: white;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 1.3px;
  z-index: 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: 217px; }

.maintenance-message {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #6e0014;
  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: 0;
  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: white !important;
    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("/img/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: #870019;
  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: #870019;
    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 .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: #870019;
  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: #870019;
  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 {
  width: 265px;
  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("/img/credit-icon-visa.png"); }

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

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

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

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

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

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

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

.bidder-register-page #registerToBidForm .title {
  color: #870019;
  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("/img/icon-clock.png");
        background-repeat: no-repeat;
        background-size: 16px; }
      .bidder-register-page .auction-info-wrap .auction-type.live-auction {
        background-image: url("/img/icon-hammer.png");
        background-repeat: no-repeat;
        background-size: 16px; }
      .bidder-register-page .auction-info-wrap .auction-type .auction-time-left {
        color: #870019; }
    .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: #870019;
    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 {
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 1px solid #999999; }
  .live-auction-bulletin .header-row {
    background-color: #870019;
    color: white;
    text-align: right; }
  .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; }
  .live-auction-bulletin .all-lots-header {
    background-color: #cccccc;
    text-align: center; }
  .live-auction-bulletin .all-lots-header td {
    font-weight: bold;
    font-size: 34px; }
  .live-auction-bulletin .current-lot-row {
    background-color: white; }
  .live-auction-bulletin .current-lot-row .lot-number, .live-auction-bulletin .current-lot-row .current-bid {
    text-align: center;
    font-size: 65px;
    font-weight: bold; }
  .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 .hammer {
    font-size: 55px;
    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; }

.live-auction-container {
  top: 253px;
  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: #6acbb9; }
    .live-auction-container .bid-action-box .reconnect a:hover {
      cursor: pointer;
      color: #8cd7c9; }
    .live-auction-container .bid-action-box .reconnect a:active {
      color: #48bfa9; }
  .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: #ffa1b2; }
    .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: #7F7F7F; }
    .live-auction-container .lot-info .status.paused .status-label {
      background-color: #870019; }
    .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: #7F7F7F; }
    .live-auction-container .lot-info .status.paused .status-label::after {
      border-top-color: #870019; }
    .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: #7F7F7F; }
    .live-auction-container .lot-info .status.paused::before {
      background-color: #870019; }
    .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: #870019;
    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 #870019;
        position: absolute;
        left: -12px;
        top: -14px; }
  .live-auction-container .bid-action-box {
    background-color: #333333;
    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 {
      font-weight: bold;
      display: inline-block;
      vertical-align: middle;
      font-size: 16pt; }
    .live-auction-container .bid-action-box .action-status-wrap.lot-won {
      top: 11px;
      border-bottom: 1px solid #ddd; }
      .live-auction-container .bid-action-box .action-status-wrap.lot-won .action-status-description {
        font-size: 15px;
        line-height: 1.2;
        padding-bottom: 2px; }
    .live-auction-container .bid-action-box .increment {
      margin-top: 3px;
      margin-bottom: 4px; }
    .live-auction-container .bid-action-box .click-to-bid {
      background-image: url("/img/btn-click-to-bid.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 252px;
      width: 252px;
      height: 55px;
      background-color: transparent;
      border: 0;
      padding: 0;
      outline: none;
      vertical-align: top; }
    .live-auction-container .bid-action-box .click-to-bid:hover {
      background-position: 0 -55px; }
    .live-auction-container .bid-action-box .click-to-bid:active {
      background-position: 0 -109px; }
    .live-auction-container .bid-action-box .click-to-bid[disabled] {
      background-position: 0 -163px; }
  .live-auction-container .bid-action-box + .bid-history {
    border-top-width: 2px;
    border-top-style: solid; }
  .live-auction-container .state-message {
    background-color: #870019;
    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: #870019;
    color: white;
    z-index: 1;
    position: fixed;
    overflow-y: auto;
    width: 300px;
    top: 537px;
    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: #38413f; }
    .live-auction-container .bid-history .bid-history-item.my-bid {
      background-color: #870019; }
    .live-auction-container .bid-history > .title {
      text-transform: uppercase;
      color: #870019;
      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: #870019; }
    .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: #870019; }
    .live-auction-container .connection-info .status::before {
      position: absolute;
      content: "";
      background-position: center center;
      background-repeat: no-repeat;
      top: 0;
      bottom: 2px;
      left: -24px;
      width: 21px; }
    .live-auction-container .connection-info .status.connected::before {
      background-image: url("/img/connection-light-green.png"); }
    .live-auction-container .connection-info .status.disconnected::before {
      background-image: url("/img/connection-light-red.png"); }
  .live-auction-container .connection-info, .live-auction-container .connection-info .status {
    line-height: 33px;
    height: 33px; }

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

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

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

/* 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: #870019;
      padding-top: 9px; }
    .live-sale-page-v2 .lots-strip .my-watched-lots-link:hover {
      background-color: #96001c; }
    .live-sale-page-v2 .lots-strip .my-watched-lots-link:active {
      background-color: #780016; }
    .live-sale-page-v2 .lots-strip .all-lots-link {
      background-color: #870019;
      padding-top: 19px;
      margin-left: 1px; }
    .live-sale-page-v2 .lots-strip .all-lots-link:hover {
      background-color: #96001c; }
    .live-sale-page-v2 .lots-strip .all-lots-link:active {
      background-color: #780016; }
  .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 #870019;
          color: #870019; }
          .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 #870019;
            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.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: #870019; }
      .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: #870019;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px; }
    .live-sale-page-v2 .lot-detail-container .lot-detail .lot-number {
      font-size: 16px;
      font-weight: 600; }
    .live-sale-page-v2 .lot-detail-container .lot-detail .category + .category::before {
      content: ", "; }
    .live-sale-page-v2 .lot-detail-container .lot-header .lot-number {
      font-weight: bold;
      font-size: 18px; }
    .live-sale-page-v2 .lot-detail-container .btn + .lot-number {
      margin-left: 25px; }
    .live-sale-page-v2 .lot-detail-container button.prev-lot, .live-sale-page-v2 .lot-detail-container button.next-lot {
      background-size: auto 14px;
      background-position: center center;
      background-repeat: no-repeat;
      border: 0;
      background-color: #333;
      width: 35px;
      height: 31px;
      border-radius: 2px;
      box-shadow: 0px 1px 3px #333;
      outline: none; }
    .live-sale-page-v2 .lot-detail-container button.prev-lot:hover, .live-sale-page-v2 .lot-detail-container button.next-lot:hover {
      background-color: #444; }
    .live-sale-page-v2 .lot-detail-container button.prev-lot:active, .live-sale-page-v2 .lot-detail-container button.next-lot:active {
      background-color: #222;
      box-shadow: 0px 0px 2px #333; }
    .live-sale-page-v2 .lot-detail-container button.prev-lot {
      background-image: url("/img/arrow-left-white.png"); }
    .live-sale-page-v2 .lot-detail-container button.next-lot {
      background-image: url("/img/arrow-right-white.png"); }
    .live-sale-page-v2 .lot-detail-container .lot-number + .prev-lot, .live-sale-page-v2 .lot-detail-container .lot-number + .next-lot {
      margin-left: 20px; }
    .live-sale-page-v2 .lot-detail-container button.prev-lot + .next-lot {
      margin-left: 5px; }
    .live-sale-page-v2 .lot-detail-container .title {
      font-size: 18px;
      font-weight: 500; }
    .live-sale-page-v2 .lot-detail-container .artist .name {
      font-size: 14px; }
    .live-sale-page-v2 .lot-detail-container .description-label {
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 13px;
      font-weight: 600; }
    .live-sale-page-v2 .lot-detail-container .description {
      font-size: 12px; }
    .live-sale-page-v2 .lot-detail-container .youtube-video {
      margin-top: 20px; }
  .live-sale-page-v2 .lots-strip-left {
    position: absolute;
    top: 0;
    z-index: 1001; }
    .live-sale-page-v2 .lots-strip-left img.cover-thumbnail {
      -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      -webkit-filter: grayscale(100%);
      filter: gray;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); }
  .live-sale-page-v2 .lots-strip-right {
    position: absolute;
    top: 0;
    /* right: -421px; */
    /* right: -554px; */
    right: -483px;
    width: 639px;
    z-index: 1001; }
  .live-sale-page-v2 .lots-strip .lot-default-overlay, .live-sale-page-v2 .lots-strip .lot-details-overlay, .live-sale-page-v2 .lots-strip .lot-loading {
    width: 100%; }
  .live-sale-page-v2 .lots-strip .lot-details-overlay {
    background-color: rgba(135, 0, 25, 0.9); }
  .live-sale-page-v2 .lots-strip .lot-info {
    padding-top: 0;
    border-left: 2px solid #870019;
    border-right: 2px solid #870019;
    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: #870019; }
    .live-sale-page-v2 .lots-strip .lot-info .status.paused .status-label {
      background-color: #870019; }
    .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: #870019;
      border-bottom-color: #870019; }
    .live-sale-page-v2 .lots-strip .lot-info .status.paused .status-label::after {
      border-top-color: #870019; }
    .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: #870019; }
    .live-sale-page-v2 .lots-strip .lot-info .status.paused::before {
      background-color: #870019; }
    .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: #870019; }
    .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: #6acbb9; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .reconnect a:hover {
        cursor: pointer;
        color: #8cd7c9; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .reconnect a:active {
        color: #48bfa9; }
    .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: #870019;
      color: white;
      text-align: center;
      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: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("/img/btn-click-to-bid.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 252px;
        width: 252px;
        height: 55px;
        background-color: transparent;
        border: 0;
        padding: 0;
        outline: none;
        vertical-align: top; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .click-to-bid:hover {
        background-position: 0 -55px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .click-to-bid:active {
        background-position: 0 -109px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .click-to-bid[disabled] {
        background-position: 0 -163px; }
      .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer {
        position: absolute;
        bottom: 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        background-color: #540010;
        font-size: 14px;
        height: 28px;
        line-height: 28px; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer::before {
          position: absolute;
          content: "";
          background-position: center center;
          background-repeat: no-repeat;
          top: 0;
          bottom: 2px;
          right: 0px;
          width: 21px; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer.connected::before {
          background-image: url("/img/connection-light-green.png"); }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer.disconnected::before {
          background-image: url("/img/connection-light-red.png"); }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .paddle-number-wrap {
          left: 0;
          width: 100%;
          bottom: 10px; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .paddle-number-wrap .paddle-number {
            font-weight: 700;
            display: inline-block; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .paddle-number-wrap .registration-issue {
            display: inline-block; }
            .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .paddle-number-wrap .registration-issue .status {
              font-weight: normal; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .paddle-number-wrap,
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label {
          display: inline; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label {
          color: white;
          width: inherit;
          text-align: center; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .status {
            text-transform: uppercase;
            position: relative;
            display: inline-block; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .status.connected, .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .reconnect {
            color: white; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .status.disconnected {
            color: white; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .reconnect, .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .disconnect {
            text-transform: uppercase;
            position: absolute;
            right: 8px;
            top: 0;
            cursor: pointer; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-label .disconnect {
            color: white; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-info, .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .connection-info .status {
          line-height: 33px;
          height: 33px; }
        .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .state-message {
          color: white;
          font-weight: 600;
          text-align: center;
          position: relative;
          font-size: 12px; }
          .live-sale-page-v2 .live-auction-container-v2 .bid-action-box .bid-action-box-footer .state-message .state-time {
            position: absolute;
            right: 8px;
            top: 0;
            font-size: 24px; }
    .live-sale-page-v2 .live-auction-container-v2 .bid-action-box + .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 #870019; }
        .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: #870019; }
    .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now,
    .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot {
      background: -ms-linear-gradient(#333, #1a1a1a);
      background: linear-gradient(#333, #1a1a1a);
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      border: 1px solid #080808;
      color: white;
      font-size: 18px;
      width: 80%;
      height: 40px;
      text-transform: uppercase; }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now:hover,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot:hover {
        background: linear-gradient(#2a2a2a, #111111);
        background: -ms-linear-gradient(#333, #1a1a1a, "vertical"); }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.active,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.active {
        background: linear-gradient(#1a1a1a, #333);
        background: -ms-linear-gradient(#333, #1a1a1a, "vertical"); }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now:hover, .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now:active,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot:hover,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot:active {
        -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now:active,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot:active {
        background: linear-gradient(#111111, #2a2a2a);
        background: -ms-linear-gradient(#333, #1a1a1a, "vertical");
        -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.flat,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.flat {
        background: #333;
        border: 0;
        border-color: #333;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0; }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.flat:hover,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.flat:hover {
        background: #404040; }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.flat:active,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.flat:active {
        background: #262626; }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.white.flat,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.white.flat {
        border: 1px solid black; }
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm,
      .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm {
        background: -ms-linear-gradient(#292929, #0f0f0f);
        background: linear-gradient(#292929, #0f0f0f);
        -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
        border: 1px solid black;
        color: white;
        width: 72%; }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm:hover,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm:hover {
          background: linear-gradient(#202020, #060606);
          background: -ms-linear-gradient(#292929, #0f0f0f, "vertical"); }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm.active,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.active {
          background: linear-gradient(#0f0f0f, #292929);
          background: -ms-linear-gradient(#292929, #0f0f0f, "vertical"); }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm:hover, .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm:active,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm:hover,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm:active {
          -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
          -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm:active,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm:active {
          background: linear-gradient(#060606, #202020);
          background: -ms-linear-gradient(#292929, #0f0f0f, "vertical");
          -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
          -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm.flat,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.flat {
          background: #292929;
          border: 0;
          border-color: #292929;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          border-radius: 0; }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm.flat:hover,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.flat:hover {
          background: #363636; }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm.flat:active,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.flat:active {
          background: #1c1c1c; }
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.bid-now.confirm.white.flat,
        .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot.confirm.white.flat {
          border: 1px solid black; }
    .live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot {
      margin-top: 20px;
      margin-bottom: -10px; }
    .live-sale-page-v2 .live-auction-container-v2 .lot-info .status-label::after {
      position: absolute;
      content: "";
      bottom: 0;
      left: -14px;
      height: 0;
      width: 0;
      border-top-width: 21px;
      border-top-style: solid;
      border-left: 14px solid transparent; }
  .live-sale-page-v2 .live-sale-footer {
    background-color: #2A2A2A;
    position: absolute;
    left: 50%;
    color: white;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    bottom: -40px;
    height: 40px;
    width: 100%; }
  .live-sale-page-v2 .initialization-failed {
    color: #B2B2B2;
    text-align: center; }
    .live-sale-page-v2 .initialization-failed .warn {
      border-bottom: 1px solid #B2B2B2;
      background-image: url("/img/error@2x.png");
      background-size: 20% auto;
      height: 280px;
      background-repeat: no-repeat;
      background-position: center; }
  .live-sale-page-v2 .btn-refresh {
    background: -ms-linear-gradient(#870019, #540010);
    background: linear-gradient(#870019, #540010);
    -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 #300009;
    color: white;
    margin-top: 20px;
    width: 130px;
    font-size: 17px;
    text-transform: uppercase; }
    .live-sale-page-v2 .btn-refresh:hover {
      background: linear-gradient(#750016, #42000c);
      background: -ms-linear-gradient(#870019, #540010, "vertical"); }
    .live-sale-page-v2 .btn-refresh.active {
      background: linear-gradient(#540010, #870019);
      background: -ms-linear-gradient(#870019, #540010, "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(#42000c, #750016);
      background: -ms-linear-gradient(#870019, #540010, "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: #870019;
      border: 0;
      border-color: #870019;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0; }
    .live-sale-page-v2 .btn-refresh.flat:hover {
      background: #a1001e; }
    .live-sale-page-v2 .btn-refresh.flat:active {
      background: #6e0014; }
    .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("/img/logo-alexcooper.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; }
    .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;
    /*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; }
  .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: #870019;
    padding-top: 9px; }
  .live-sale-page .lots-strip .my-watched-lots-link:hover {
    background-color: #96001c; }
  .live-sale-page .lots-strip .my-watched-lots-link:active {
    background-color: #780016; }
  .live-sale-page .lots-strip .all-lots-link {
    background-color: #870019;
    padding-top: 19px;
    margin-left: 1px; }
  .live-sale-page .lots-strip .all-lots-link:hover {
    background-color: #96001c; }
  .live-sale-page .lots-strip .all-lots-link:active {
    background-color: #780016; }

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

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

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

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

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

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

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

.live-sale-page .lots-container {
  background-color: white;
  padding: 11px; }
  .live-sale-page .lots-container input.search-lots {
    border-radius: 3px;
    margin-left: 15px;
    width: 320px;
    height: 31px; }
  .live-sale-page .lots-container .see-all-button {
    margin-left: 15px;
    width: 105px;
    padding-left: 0;
    padding-right: 0; }
  .live-sale-page .lots-container .lot-view-style {
    float: right; }
  .live-sale-page .lots-container .lot-items .list-view .lot-item {
    height: 80px;
    border-width: 1px 0 0;
    border-color: #ebebeb;
    border-style: solid;
    padding: 6px 11px;
    margin-left: -11px;
    margin-right: -11px;
    box-sizing: content-box;
    position: relative; }
  .live-sale-page .lots-container .lot-items .list-view .lot-item:last-child {
    margin-bottom: -6px; }
  .live-sale-page .lots-container .lot-items .list-view .lot-item.watched::before {
    content: "";
    right: 48px;
    top: -2px;
    position: absolute;
    width: 19px;
    height: 27px;
    background: url("/img/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::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: #870019;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
  .live-sale-page .lot-detail-container .lot-detail .lot-number {
    font-size: 16px;
    font-weight: 600; }
  .live-sale-page .lot-detail-container .lot-detail .category + .category::before {
    content: ", "; }
  .live-sale-page .lot-detail-container .lot-header .lot-number {
    font-weight: bold;
    font-size: 18px; }
  .live-sale-page .lot-detail-container .btn + .lot-number {
    margin-left: 25px; }
  .live-sale-page .lot-detail-container button.prev-lot, .live-sale-page .lot-detail-container button.next-lot {
    background-size: auto 14px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    background-color: #333;
    width: 35px;
    height: 31px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px #333;
    outline: none; }
  .live-sale-page .lot-detail-container button.prev-lot:hover, .live-sale-page .lot-detail-container button.next-lot:hover {
    background-color: #444; }
  .live-sale-page .lot-detail-container button.prev-lot:active, .live-sale-page .lot-detail-container button.next-lot:active {
    background-color: #222;
    box-shadow: 0px 0px 2px #333; }
  .live-sale-page .lot-detail-container button.prev-lot {
    background-image: url("/img/arrow-left-white.png"); }
  .live-sale-page .lot-detail-container button.next-lot {
    background-image: url("/img/arrow-right-white.png"); }
  .live-sale-page .lot-detail-container .lot-number + .prev-lot, .live-sale-page .lot-detail-container .lot-number + .next-lot {
    margin-left: 20px; }
  .live-sale-page .lot-detail-container button.prev-lot + .next-lot {
    margin-left: 5px; }
  .live-sale-page .lot-detail-container .main-image, .live-sale-page .lot-detail-container .thumbnails, .live-sale-page .lot-detail-container .image-disclaimer {
    width: 363px; }
  .live-sale-page .lot-detail-container .image-disclaimer {
    margin: 10px 0 0px 0;
    font-size: 13px; }
  .live-sale-page .lot-detail-container .thumbnails img {
    width: 79px;
    height: 79px;
    opacity: 0.5;
    margin-top: 11px;
    margin-bottom: 11px;
    cursor: pointer;
    transition: opacity 0.2s; }
    .live-sale-page .lot-detail-container .thumbnails img + img {
      margin-left: 11px; }
    .live-sale-page .lot-detail-container .thumbnails img:hover {
      opacity: 1.0; }
    .live-sale-page .lot-detail-container .thumbnails img.active {
      border: 1px solid #333;
      opacity: 1.0; }
  .live-sale-page .lot-detail-container .thumbnails img:nth-child(4n+1) {
    margin-left: 0; }
  .live-sale-page .lot-detail-container .title {
    font-size: 18px;
    font-weight: 500; }
  .live-sale-page .lot-detail-container .artist .name {
    font-size: 14px; }
  .live-sale-page .lot-detail-container .description-label {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 13px;
    font-weight: 600; }
  .live-sale-page .lot-detail-container .description {
    font-size: 12px; }
  .live-sale-page .lot-detail-container .youtube-video {
    margin-top: 20px; }

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

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

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

.lot-default-overlay {
  bottom: 0;
  height: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 0; }
  .lot-default-overlay .status-label {
    text-transform: uppercase;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 16px;
    top: 50%;
    padding: 7px; }
  .lot-default-overlay.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(106, 203, 185, 0.8); }
  .lot-default-overlay.now {
    background-color: rgba(135, 0, 25, 0.9); }
  .lot-default-overlay.lost {
    background-color: rgba(35, 35, 35, 0.9); }
  .lot-default-overlay.paused {
    background-color: rgba(102, 102, 102, 0.9); }
  .lot-default-overlay.closed {
    background-color: rgba(102, 102, 102, 0.9); }
  .lot-default-overlay.bid {
    background-color: rgba(106, 203, 185, 0.8); }

.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("/img/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("/img/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 .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("/img/btn-previous-page.png"); }
  .filters-container .btn.next::before {
    background-image: url("/img/btn-next-page.png"); }
  .filters-container .btn.prev, .filters-container .btn.next {
    width: 40px; }
  .filters-container .multiselect-field-select-wrap, .filters-container .category-select-wrap .dropdown-toggle {
    width: 162px; }

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

.filtersV2-container {
  /*height: 62px;*/
  font-size: 14px; }
  .filtersV2-container .quick-bids-wrapper {
    position: absolute;
    right: 16px;
    top: 8px; }
    .filtersV2-container .quick-bids-wrapper .btn.quick-bid {
      background: -ms-linear-gradient(#870019, #540010);
      background: linear-gradient(#870019, #540010);
      -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 #300009;
      color: white; }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid:hover {
        background: linear-gradient(#750016, #42000c);
        background: -ms-linear-gradient(#870019, #540010, "vertical"); }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid.active {
        background: linear-gradient(#540010, #870019);
        background: -ms-linear-gradient(#870019, #540010, "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(#42000c, #750016);
        background: -ms-linear-gradient(#870019, #540010, "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: #870019;
        border: 0;
        border-color: #870019;
        -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: #a1001e; }
      .filtersV2-container .quick-bids-wrapper .btn.quick-bid.flat:active {
        background: #6e0014; }
      .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 #870019;
    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: #870019; }
    .filtersV2-container .active-filters .no-filters {
      color: #333333; }
    .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: #870019; }
    .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: #870019; }
  .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: #38413f;
    line-height: 25px; }
  .filtersV2-container .btn-custom {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px; }
  .filtersV2-container .lot-view-style .btn-custom {
    padding: 0px; }
  .filtersV2-container .filter-item {
    vertical-align: top; }
  .filtersV2-container .filter-item + .filter-item {
    margin-left: 8px; }
  .filtersV2-container .number-of-lots {
    text-transform: uppercase;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .filtersV2-container .btn {
    height: 30px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0; }
  .filtersV2-container label {
    /*margin-bottom: 1px;
		margin-left: 2px;
		margin-right: 0px;*/
    display: block;
    font-size: 13px; }
  .filtersV2-container .radio.custom, .filtersV2-container .checkbox.custom {
    margin-top: 0;
    margin-bottom: 0; }
    .filtersV2-container .radio.custom label, .filtersV2-container .checkbox.custom label {
      margin-bottom: 0; }
    .filtersV2-container .radio.custom .input-label, .filtersV2-container .checkbox.custom .input-label {
      font-size: 13px;
      margin-left: 7px; }
  .filtersV2-container .btn-group, .filtersV2-container .btn, .filtersV2-container .btn.prev, .filtersV2-container .btn.next, .filtersV2-container #page-num-top, .filtersV2-container #page-num-bottom, .filtersV2-container select,
  .filtersV2-container .number-of-lots, .filtersV2-container .jump-to-lot-wrap, .filtersV2-container #jump-to-lot-input {
    display: inline-block;
    vertical-align: top; }
  .filtersV2-container .sort.btn-group > button {
    width: 145px; }
  .filtersV2-container .limit.btn-group > button {
    width: 61px; }
  .filtersV2-container #page-num-top, .filtersV2-container #jump-to-lot-input {
    width: 35px;
    height: 30px;
    text-align: center; }
  .filtersV2-container #jump-to-lot-input {
    padding-left: 4px;
    padding-right: 4px; }
  .filtersV2-container .number-of-pages {
    line-height: 30px; }
  .filtersV2-container #jump-to-lot-input {
    width: 50px; }
  .filtersV2-container .jump-to-lot-wrap .btn.go {
    margin-left: 6px; }
  .filtersV2-container .btn.prev, .filtersV2-container .btn.next {
    position: relative; }
  .filtersV2-container .btn.prev::before, .filtersV2-container .btn.next::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 11px 12px;
    background-repeat: no-repeat;
    background-position: center center; }
  .filtersV2-container .btn.prev::before {
    background-image: url("/img/btn-previous-page.png"); }
  .filtersV2-container .btn.next::before {
    background-image: url("/img/btn-next-page.png"); }
  .filtersV2-container .btn.prev, .filtersV2-container .btn.next {
    width: 40px; }
  .filtersV2-container .multiselect-field-select-wrap .dropdown-toggle, .filtersV2-container .category-select-wrap .dropdown-toggle {
    width: 162px; }

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

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

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

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

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

.auction-details .section {
  margin: 10px 0 14px; }
  .auction-details .section .title {
    font-weight: 700;
    text-transform: uppercase; }
  .auction-details .section .title, .auction-details .section .value {
    font-size: 16px; }
  .auction-details .section .value {
    font-size: 13px; }

.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("/img/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("/img/icon-hammer.png");
    background-repeat: no-repeat;
    background-size: 16px; }
  .lots.list-view .auction-title .auction-type,
  .lots.grid-view .auction-title .auction-type {
    padding-left: 18px;
    font-size: 15px;
    margin-right: 7px; }
  .lots.list-view .auction-title .auction-time-left,
  .lots.grid-view .auction-title .auction-time-left {
    color: #c62031;
    margin-right: 20px;
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
    font-style: italic;
    font-weight: 600;
    font-size: 15px; }
  .lots.list-view .auction-title .lot-count,
  .lots.grid-view .auction-title .lot-count {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px; }

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

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

.bid-suggestions {
  display: none;
  position: absolute;
  z-index: 1000;
  border: 1px solid #870019;
  top: 34px;
  left: 0;
  right: 0; }
  .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(135, 0, 25, 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: #870019;
    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 .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; }
  .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%; }

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

.lots.list-view .lot-v2 .watch-icon-wrap {
  overflow: hidden;
  max-width: 0; }
  .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("/img/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('/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: #870019; }
  .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: #870019;
    background-color: rgba(135, 0, 25, 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: #6acbb9; }
  .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: #870019; }
  .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: #870019; }
    .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("/img/arrow-dropdown.png");
        background-repeat: no-repeat;
        background-size: 7px auto;
        background-position: calc(100% - 10px) center;
        width: auto; }
      .absentee-bid-box .place-bid-box .move-to-group-box select.group-quantity, .spending-limit-box .place-bid-box .move-to-group-box select.group-quantity {
        text-transform: initial; }
      .absentee-bid-box .place-bid-box .move-to-group-box select, .spending-limit-box .place-bid-box .move-to-group-box select {
        border-radius: 0; }
      .absentee-bid-box .place-bid-box .move-to-group-box select + select, .spending-limit-box .place-bid-box .move-to-group-box select + select {
        margin-left: 0; }
    .absentee-bid-box .place-bid-box .input-group, .spending-limit-box .place-bid-box .input-group {
      width: 166px;
      float: left; }
      .absentee-bid-box .place-bid-box .input-group > .input-group-addon, .absentee-bid-box .place-bid-box .input-group > input, .spending-limit-box .place-bid-box .input-group > .input-group-addon, .spending-limit-box .place-bid-box .input-group > input {
        height: 31px;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 0; }
      .absentee-bid-box .place-bid-box .input-group > .input-group-addon, .spending-limit-box .place-bid-box .input-group > .input-group-addon {
        line-height: 31px;
        border-radius: 0; }
    .absentee-bid-box .place-bid-box .bid-amount-input, .spending-limit-box .place-bid-box .bid-amount-input {
      width: 90px;
      padding-left: 6px;
      padding-right: 6px; }
    .absentee-bid-box .place-bid-box .input-actions, .absentee-bid-box .place-bid-box .input-actions button, .spending-limit-box .place-bid-box .input-actions, .spending-limit-box .place-bid-box .input-actions button {
      vertical-align: top;
      display: inline-block; }
    .absentee-bid-box .place-bid-box .input-actions button + button, .spending-limit-box .place-bid-box .input-actions button + button {
      margin-left: 2px; }
    .absentee-bid-box .place-bid-box .input-actions button.trash, .spending-limit-box .place-bid-box .input-actions button.trash {
      margin-left: 13px; }
      .absentee-bid-box .place-bid-box .input-actions button.trash::after, .spending-limit-box .place-bid-box .input-actions button.trash::after {
        position: absolute;
        content: "";
        border-left: 1px solid #ddd;
        left: -8px;
        width: 1px;
        top: 0;
        bottom: 0; }
  .absentee-bid-box .place-bid-box input.bid-amount, .absentee-bid-box .place-bid-box input.amount, .spending-limit-box .place-bid-box input.bid-amount, .spending-limit-box .place-bid-box input.amount {
    padding-left: 17px; }
  .absentee-bid-box .place-bid-box .currency-sign, .spending-limit-box .place-bid-box .currency-sign {
    position: absolute;
    z-index: 3;
    top: 7px;
    left: 53px;
    font-size: 14px; }
  .absentee-bid-box .move-to-group-box select, .spending-limit-box .move-to-group-box select {
    margin-left: 8px;
    width: 120px;
    height: 31px;
    line-height: 31px;
    vertical-align: top; }
  .absentee-bid-box .place-bid-box input.bid-amount, .spending-limit-box .place-bid-box input.bid-amount {
    padding-left: 6px;
    padding-right: 6px; }
  .absentee-bid-box .input-actions, .spending-limit-box .input-actions {
    position: relative;
    margin-left: 8px;
    height: 31px; }
    .absentee-bid-box .input-actions.icon-bid-inputs, .spending-limit-box .input-actions.icon-bid-inputs {
      padding-left: 8px;
      padding-top: 2px;
      border-left: 1px solid #ddd; }
  .absentee-bid-box .input-actions a, .spending-limit-box .input-actions a {
    color: #999;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer; }
  .absentee-bid-box .input-actions .remove, .absentee-bid-box .input-actions a, .spending-limit-box .input-actions .remove, .spending-limit-box .input-actions a {
    margin-left: 8px; }

.spending-limit-box {
  display: inline-block;
  vertical-align: top;
  width: 490px;
  min-width: 0; }
  .spending-limit-box .btn {
    vertical-align: top; }
  .spending-limit-box .confirm-edit-mode {
    font-size: 14px; }
  .spending-limit-box .spending-limit-input-label {
    font-weight: bold;
    color: #870019;
    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: #870019;
    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 .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; }

#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 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 .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 .lot {
    width: 20%; } }

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

.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: #870019; }
  .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 .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 .main-image-wrap, .lot-page .right-column {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px; }

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

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

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

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

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

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

.lot-page .details {
  margin-left: 24px; }
  .lot-page .details .auction-type.timed-auction {
    background-image: url("/img/icon-clock.png");
    background-repeat: no-repeat;
    background-size: 16px; }
  .lot-page .details .auction-type.live-auction {
    background-image: url("/img/icon-hammer.png");
    background-repeat: no-repeat;
    background-size: 16px; }
  .lot-page .details .auction-type {
    padding-left: 18px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; }
    .lot-page .details .auction-type .auction-time-left {
      color: #870019; }
  .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 .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: #870019;
    border-radius: 5px;
    font-weight: 500;
    color: white;
    padding: 0 7px;
    margin-right: 20px;
    font-size: 15px; }
  .auctions-page .auction .number-of-lots {
    font-weight: bold;
    font-size: 14px;
    margin-right: 20px; }
  .auctions-page .auction .start-date {
    font-size: 14px;
    color: #666666; }
  .auctions-page .auction .start-date::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    left: 0;
    margin-top: 3px;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    background-image: url("/img/icon-calendar.png");
    background-repeat: no-repeat;
    background-size: 100%; }
  .auctions-page .auction .total-sold-value {
    margin-left: 20px;
    font-size: 14px;
    color: #870019;
    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: #870019;
    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: #870019; }
    .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: #6acbb9; }
    .auctions-page .auction .bid-sheet-stats .lost {
      color: #870019; }
  .auctions-page .auction .cover-thumbnail-wrap, .auctions-page .auction .right-column {
    display: inline-block;
    vertical-align: top; }
  .auctions-page .auction .right-column {
    width: 100%;
    /* padding-left: 10px; */
    overflow: hidden;
    height: 100%;
    position: relative; }
  .auctions-page .auction .auction-type.timed-auction {
    background-image: url("/img/icon-clock.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0px 4px; }
  .auctions-page .auction .auction-type.live-auction {
    background-image: url("/img/icon-hammer.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0px 4px; }
  .auctions-page .auction .auction-type {
    border-top: 1px solid #ccc;
    border-width: 1px 0;
    line-height: 25px;
    padding-left: 20px;
    text-weight: 400;
    text-transform: uppercase;
    font-size: 12px; }
    .auctions-page .auction .auction-type .auction-approval-status {
      font-weight: 700;
      float: right; }
    .auctions-page .auction .auction-type .auction-approved {
      font-weight: 300;
      color: #333; }
      .auctions-page .auction .auction-type .auction-approved span {
        color: #6acbb9;
        font-weight: 700; }
    .auctions-page .auction .auction-type .auction-pending {
      color: #000000; }
    .auctions-page .auction .auction-type .auction-declined {
      color: #870019; }
    .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: #870019;
      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: #870019;
      font-weight: bold; }
  .login-page .email-login-box .checkbox.terms-and-conditions, .register-page .register-box .checkbox.terms-and-conditions, .box-style-1 .checkbox.terms-and-conditions {
    margin-bottom: 0; }
    .login-page .email-login-box .checkbox.terms-and-conditions + .actions, .register-page .register-box .checkbox.terms-and-conditions + .actions, .box-style-1 .checkbox.terms-and-conditions + .actions {
      margin-top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.register-box, .forgot-password-box, .reset-password-box {
  width: 395px;
  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: #870019;
      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: #870019;
    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: #870019;
  color: white;
  font-weight: bold;
  border: 0; }

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

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

.static-page > .title {
  color: #870019;
  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: #870019;
      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; }

.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 .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: 190px;
      margin-right: 5px; }
  #mobile-nav .slicknav_menu .slicknav_btn {
    float: left;
    background: none; }
  #mobile-nav .slicknav_menu .section-heading {
    margin-left: -5px; }
  #mobile-nav .logo {
    top: 0px;
    display: inline;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /* text-align: center; */
    background: url("/img/logo-alexcooper.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 .modal-header {
  background-color: #2a2a2a;
  color: white; }

.bid-modal .modal-header .close {
  color: white;
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1.0;
  background-image: url("/img/icon-x-white-thin-bordered.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  width: 56px;
  height: 56px; }

.bid-modal .modal-lot-header {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #eee;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 1px; }
  .bid-modal .modal-lot-header .lot-image, .bid-modal .modal-lot-header .lot-text-details {
    display: inline-block;
    vertical-align: top; }
  .bid-modal .modal-lot-header .lot-text-details {
    padding: 15px 0px 0 15px;
    width: 75%; }
  .bid-modal .modal-lot-header .lot-image {
    width: 25%; }
  .bid-modal .modal-lot-header .lot-number {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px; }
  .bid-modal .modal-lot-header .title {
    font-size: 19px;
    margin: 0;
    font-weight: bold; }
  .bid-modal .modal-lot-header .location-name {
    font-weight: bold;
    font-size: 14px; }

.bid-modal .lot-timer {
  background-color: #c22335;
  color: white;
  line-height: 28px;
  font-size: 14px;
  padding: 0 5px;
  text-align: center;
  margin: 0 -20px; }
  .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 {
  margin-top: 0px; }
  .my-bid-vertical .state-label {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    margin-top: 20px; }
  .my-bid-vertical .state-label-subtitle {
    font-size: 14px; }
  .my-bid-vertical .btn.place-bid, .my-bid-vertical .btn.edit-bid, .my-bid-vertical .btn.register-to-bid {
    display: block;
    width: 100%; }
  .my-bid-vertical .amount-container {
    text-align: center; }
  .my-bid-vertical .amount-container-col {
    margin: 15px 0; }
  .my-bid-vertical .amount-container-col + .amount-container-col .amount-container::before {
    background-color: #dfdfdf;
    height: 43px;
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 1px; }
  .my-bid-vertical .amount-label {
    text-transform: uppercase;
    font-size: 14px;
    color: #777;
    letter-spacing: 1.5px; }
  .my-bid-vertical .ended-label {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #777;
    letter-spacing: 1.5px; }
  .my-bid-vertical .bidding-label, .my-bid-vertical .current-label, .my-bid-vertical .won-label {
    font-weight: bold; }
  .my-bid-vertical .bidding-container, .my-bid-vertical .bidding-container .bidding-label, .my-bid-vertical .won-container, .my-bid-vertical .won-container .won-label {
    color: #6acbb9; }
  .my-bid-vertical .current-container, .my-bid-vertical .current-container .current-label {
    color: #870019; }
  .my-bid-vertical .authorized-amount-notice {
    color: #870019;
    text-align: center; }
  .my-bid-vertical .onsite-auction-notice {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #870019; }
  .my-bid-vertical .amount {
    font-size: 23px;
    font-weight: 400;
    margin-top: 5px; }
  .my-bid-vertical .sold-price-amount, .my-bid-vertical .sold-amount {
    color: #870019; }
  .my-bid-vertical .mobile-actions {
    text-align: center;
    margin-top: 10px; }
    .my-bid-vertical .mobile-actions a.delete-link {
      color: #999;
      font-size: 12px;
      line-height: 31px;
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      text-decoration: underline; }
    .my-bid-vertical .mobile-actions .confirm-delete-label {
      font-weight: bold;
      margin-bottom: 10px; }
  .my-bid-vertical .place-bid-button-wrap .btn, .my-bid-vertical .bid-live-button-wrap .btn {
    vertical-align: top;
    display: block;
    width: 100%;
    height: 37px;
    line-height: 37px; }
  .my-bid-vertical .bid-area .input-actions {
    display: inline-block;
    vertical-align: top; }
  .my-bid-vertical .bid-area .input-group {
    float: left;
    margin-right: 10px;
    width: 200px; }
    .my-bid-vertical .bid-area .input-group .form-control {
      height: 31px; }
  .my-bid-vertical .bid-area .input-group-addon {
    border-radius: 0; }
  .my-bid-vertical .bid-area .bid-actions a {
    margin-left: 10px;
    color: #999;
    font-size: 12px;
    line-height: 31px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    text-decoration: underline; }
    .my-bid-vertical .bid-area .bid-actions a:hover {
      color: #b3b3b3; }
  .my-bid-vertical .bid-area .confirm-delete-label {
    color: #870019;
    font-weight: bold;
    font-size: 18px;
    line-height: 31px; }
  .my-bid-vertical .bid-area .confirm-delete-label, .my-bid-vertical .bid-area .bid-actions {
    display: inline-block;
    vertical-align: top; }
  .my-bid-vertical .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.bottom-scroll-sticky {
    display: block !important; }
  body.is-fully-responsive .slicknav-holder {
    position: initial;
    width: 100%;
    height: auto; }
    body.is-fully-responsive .slicknav-holder .slicknav_menu ul.slicknav_nav {
      width: 100%; }
  body.is-fully-responsive #mobile-nav .slicknav-holder .slicknav_menu ul.slicknav_nav {
    width: 100% !important; }
  body.is-fully-responsive .artists-page .artists.grid-view {
    text-align: center; }
    body.is-fully-responsive .artists-page .artists.grid-view .artist {
      width: 35%;
      margin-left: 0px;
      margin-right: 35px; }
      body.is-fully-responsive .artists-page .artists.grid-view .artist .cover-thumbnail-wrap .cover-thumbnail {
        width: auto;
        height: auto; }
      body.is-fully-responsive .artists-page .artists.grid-view .artist .details .btn.watch-artist {
        margin-left: 0px; }
  body.is-fully-responsive #auction-header.v2 {
    vertical-align: top;
    padding-top: 10px;
    height: 83px; }
    body.is-fully-responsive #auction-header.v2 .mobile-title {
      display: inline-block !important; }
      body.is-fully-responsive #auction-header.v2 .mobile-title .title {
        width: 280px;
        font-size: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      body.is-fully-responsive #auction-header.v2 .mobile-title .auction-type {
        padding-left: 25px;
        margin-top: 5px;
        font-size: 13px;
        text-transform: uppercase; }
        body.is-fully-responsive #auction-header.v2 .mobile-title .auction-type.timed-auction {
          background-image: url("/img/icon-clock.png");
          background-repeat: no-repeat;
          background-size: 16px; }
        body.is-fully-responsive #auction-header.v2 .mobile-title .auction-type.live-auction {
          background-image: url("/img/icon-hammer.png");
          background-repeat: no-repeat;
          background-size: 16px; }
    body.is-fully-responsive #auction-header.v2 .mobile-sub-head {
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      margin-top: 5px; }
      body.is-fully-responsive #auction-header.v2 .mobile-sub-head .auction-code {
        font-weight: 700;
        display: inline; }
      body.is-fully-responsive #auction-header.v2 .mobile-sub-head .auction-approval-status {
        margin-left: 10px; }
        body.is-fully-responsive #auction-header.v2 .mobile-sub-head .auction-approval-status.auction-approved {
          font-weight: 300;
          color: #333; }
          body.is-fully-responsive #auction-header.v2 .mobile-sub-head .auction-approval-status.auction-approved span {
            color: #6acbb9;
            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: #870019; }
        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 .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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

app banner
 */
.app-banner {
  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("/img/plugins/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("/img/plugins/app-store@2x.png");
        background-repeat: no-repeat;
        background-size: 135px;
        background-position: center;
        width: 135px;
        height: 40px;
        content: '';
        display: inline-block; }
      .app-banner .mobile-device-wrapper .app-button-wrap .android {
        background-image: url("/img/plugins/google-play@2x.png");
        background-repeat: no-repeat;
        background-size: 135px;
        background-position: center;
        width: 135px;
        height: 40px;
        content: '';
        display: inline-block; }
  .app-banner .app-banner-close {
    margin-right: 10px;
    margin-top: 10px;
    background-image: url("/img/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("/img/gears.png");
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center; }
  .missing-js-library h1 {
    font-size: 28px;
    font-weight: 600; }
  .missing-js-library h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    width: 40%;
    margin: 0 auto; }
  .missing-js-library .btn {
    margin-top: 20px; }

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

.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("/img/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; }

.btn.icon.watch-lot::before, .btn.icon.watched-lot::before,
.btn.icon.watch-artist::before, .btn.icon.watched-artist::before {
  background-image: url("/img/icon-watch-lot-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; }

#loading-bar .bar {
  background: #b9121a; }

#loading-bar-spinner .spinner-icon {
  border-top-color: #b9121a;
  border-left-color: #b9121a; }

@font-face {
  font-family: "Larsseit";
  src: url("/fonts/Larsseit-Light.otf");
  font-weight: 300; }

@font-face {
  font-family: "Larsseit";
  src: url("/fonts/Larsseit-Light-Italic.otf");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Larsseit";
  src: url("/fonts/Larsseit.otf");
  font-weight: 400; }

@font-face {
  font-family: "Larsseit";
  src: url("/fonts/Larsseit-Italic.otf");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Larsseit";
  src: url("/fonts/Larsseit-Medium.otf");
  font-weight: 700; }

@font-face {
  font-family: "Larsseit";
  src: url("/fonts/Larsseit-Medium-Italic.otf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Larsseit";
  src: url("/fonts/Larsseit-Bold.otf");
  font-weight: 800; }

@font-face {
  font-family: "Larsseit";
  src: url("/fonts/Larsseit-Bold-Italic.otf");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "Larsseit";
  src: url("/fonts/Larsseit-ExtraBold.otf");
  font-weight: 900; }

@font-face {
  font-family: "Larsseit";
  src: url("/fonts/Larsseit-ExtraBold-Italic.otf");
  font-weight: 900;
  font-style: italic; }

.dropdown-menu {
  max-height: 400px;
  overflow-y: auto; }

.btn-custom.hot, .btn-custom.red {
  background: -ms-linear-gradient(#870019, #540010);
  background: linear-gradient(#870019, #540010);
  -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 #300009;
  color: white; }
  .btn-custom.hot:hover, .btn-custom.red:hover {
    background: linear-gradient(#750016, #42000c);
    background: -ms-linear-gradient(#870019, #540010, "vertical"); }
  .btn-custom.hot.active, .btn-custom.red.active {
    background: linear-gradient(#540010, #870019);
    background: -ms-linear-gradient(#870019, #540010, "vertical"); }
  .btn-custom.hot:hover, .btn-custom.hot:active, .btn-custom.red:hover, .btn-custom.red:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.hot:active, .btn-custom.red:active {
    background: linear-gradient(#42000c, #750016);
    background: -ms-linear-gradient(#870019, #540010, "vertical");
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.hot.flat, .btn-custom.red.flat {
    background: #870019;
    border: 0;
    border-color: #870019;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.hot.flat:hover, .btn-custom.red.flat:hover {
    background: #a1001e; }
  .btn-custom.hot.flat:active, .btn-custom.red.flat:active {
    background: #6e0014; }
  .btn-custom.hot.white.flat, .btn-custom.red.white.flat {
    border: 1px solid black; }

.btn-custom.blue {
  background: -ms-linear-gradient(#6acbb9, #44bea7);
  background: linear-gradient(#6acbb9, #44bea7);
  -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 #3aa591;
  color: white; }
  .btn-custom.blue:hover {
    background: linear-gradient(#5dc6b3, #3eb29d);
    background: -ms-linear-gradient(#6acbb9, #44bea7, "vertical"); }
  .btn-custom.blue.active {
    background: linear-gradient(#44bea7, #6acbb9);
    background: -ms-linear-gradient(#6acbb9, #44bea7, "vertical"); }
  .btn-custom.blue:hover, .btn-custom.blue: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.blue:active {
    background: linear-gradient(#3eb29d, #5dc6b3);
    background: -ms-linear-gradient(#6acbb9, #44bea7, "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.blue.flat {
    background: #6acbb9;
    border: 0;
    border-color: #6acbb9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.blue.flat:hover {
    background: #7dd2c2; }
  .btn-custom.blue.flat:active {
    background: #57c4b0; }
  .btn-custom.blue.white.flat {
    border: 1px solid black; }

.btn-custom.gray {
  background: -ms-linear-gradient(#38413f, #202624);
  background: linear-gradient(#38413f, #202624);
  -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 #101212;
  color: white; }
  .btn-custom.gray:hover {
    background: linear-gradient(#303736, #181c1b);
    background: -ms-linear-gradient(#38413f, #202624, "vertical"); }
  .btn-custom.gray.active {
    background: linear-gradient(#202624, #38413f);
    background: -ms-linear-gradient(#38413f, #202624, "vertical"); }
  .btn-custom.gray:hover, .btn-custom.gray: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.gray:active {
    background: linear-gradient(#181c1b, #303736);
    background: -ms-linear-gradient(#38413f, #202624, "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.gray.flat {
    background: #38413f;
    border: 0;
    border-color: #38413f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.gray.flat:hover {
    background: #444f4c; }
  .btn-custom.gray.flat:active {
    background: #2c3332; }
  .btn-custom.gray.white.flat {
    border: 1px solid black; }

.btn-custom.transparent {
  background: -ms-linear-gradient(transparent, transparent);
  background: linear-gradient(transparent, transparent);
  -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 transparent;
  color: #333; }
  .btn-custom.transparent:hover {
    background: linear-gradient(transparent, transparent);
    background: -ms-linear-gradient(transparent, transparent, "vertical"); }
  .btn-custom.transparent.active {
    background: linear-gradient(transparent, transparent);
    background: -ms-linear-gradient(transparent, transparent, "vertical"); }
  .btn-custom.transparent:hover, .btn-custom.transparent: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.transparent:active {
    background: linear-gradient(transparent, transparent);
    background: -ms-linear-gradient(transparent, transparent, "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.transparent.flat {
    background: transparent;
    border: 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.transparent.flat:hover {
    background: rgba(13, 13, 13, 0); }
  .btn-custom.transparent.flat:active {
    background: transparent; }
  .btn-custom.transparent.white.flat {
    border: 1px solid black; }

.btn-group .dropdown-toggle .btn-label {
  margin-right: 0px; }

.btn-custom {
  line-height: 32px; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.sale-status {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 26px;
  display: inline-block;
  position: absolute;
  top: 10px;
  background-size: auto 100%;
  text-transform: uppercase;
  z-index: 1;
  color: white;
  font-size: 12px;
  letter-spacing: 1.5px; }
  .sale-status::before, .sale-status::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: 0;
    bottom: 0; }
  .sale-status::before {
    width: 2px;
    left: -2px; }
  .sale-status::after {
    width: 13px;
    right: -13px; }
  .sale-status {
    background-image: url("/img/property-label-red-middle@2x.png"); }
    .sale-status::before {
      background-image: url("/img/property-label-red-left@2x.png"); }
    .sale-status::after {
      background-image: url("/img/property-label-red-right@2x.png"); }

.alexcooper-lot.traditional .sale-status, .alexcooper-lot-page.traditional .sale-status {
  background-image: url("/img/property-label-green-middle@2x.png"); }
  .alexcooper-lot.traditional .sale-status::before, .alexcooper-lot-page.traditional .sale-status::before {
    background-image: url("/img/property-label-green-left@2x.png"); }
  .alexcooper-lot.traditional .sale-status::after, .alexcooper-lot-page.traditional .sale-status::after {
    background-image: url("/img/property-label-green-right@2x.png"); }

.navbar a, .site-footer a {
  -webkit-transition: .3s;
  transition: .3s; }

body {
  font-family: "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px; }

/*body {
	&.large-navbar-logo-visible, &.has-large-navbar-logo {
		#main {
			margin-top: $navbar-large-height;
		}
	}
}*/
.alexcooper-register-box form > input + input, .alexcooper-register-box form > label + input, .alexcooper-register-box .actions, .alexcooper-register-box .form-group {
  margin-top: 9px; }

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

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

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

.alexcooper-auth-page .not-a-member-notice, .alexcooper-auth-page .already-a-member-notice, .alexcooper-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; }
  .alexcooper-auth-page .not-a-member-notice .register-link, .alexcooper-auth-page .already-a-member-notice .register-link, .alexcooper-auth-page .forgot-client-number-notice .register-link {
    text-decoration: underline; }

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

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

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

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

.alexcooper-register-box {
  margin: 0 auto;
  box-sizing: content-box; }
  .alexcooper-register-box .actions {
    padding-left: 10px;
    float: right;
    margin-top: 16px; }

.alexcooper-register-page .alexcooper-register-box, .box-style-1 {
  background-color: #fbf9fa;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 1px 2px -2px #000;
  padding: 9px;
  border-radius: 3px; }
  .alexcooper-register-page .alexcooper-register-box label.error, .box-style-1 label.error {
    color: #870019; }
  .alexcooper-register-page .alexcooper-register-box input[type=text] + label, .box-style-1 input[type=text] + label {
    margin-top: 5px; }
  .alexcooper-register-page .alexcooper-register-box .checkbox, .box-style-1 .checkbox {
    font-size: 14px; }
    .alexcooper-register-page .alexcooper-register-box .checkbox label#agree-terms-and-conditions-error, .box-style-1 .checkbox label#agree-terms-and-conditions-error {
      float: right;
      padding-left: 10px;
      font-weight: bold; }
  .alexcooper-register-page .alexcooper-register-box .checkbox.terms-and-conditions, .box-style-1 .checkbox.terms-and-conditions {
    margin-bottom: 12px; }
    .alexcooper-register-page .alexcooper-register-box .checkbox.terms-and-conditions + .actions, .box-style-1 .checkbox.terms-and-conditions + .actions {
      margin-top: 0; }

.alexcooper-onepage-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: inherit;
  overflow-y: auto; }
  .alexcooper-onepage-container .custom-slideshow, .alexcooper-onepage-container .custom-static-slides {
    height: 100%; }
  .alexcooper-onepage-container .about-slide {
    text-align: center;
    position: relative;
    height: auto; }
    .alexcooper-onepage-container .about-slide .about-caption {
      padding: 30px; }
      .alexcooper-onepage-container .about-slide .about-caption .slide-title {
        font-size: 37px;
        font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .alexcooper-onepage-container .about-slide .about-caption .slide-content {
        margin-top: 8px;
        font-size: 16px;
        line-height: 27px; }
    .alexcooper-onepage-container .about-slide .site-footer {
      margin-top: 0 !important;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .alexcooper-onepage-container .site-footer-slide {
    position: relative;
    overflow: auto; }
    .alexcooper-onepage-container .site-footer-slide .site-footer {
      margin-top: 0 !important; }

.custom-slideshow {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse; }

.custom-slideshow .background-image, .custom-slideshow .background-image-placeholder, .custom-static-slides .background-image, .custom-static-slides .background-image-placeholder {
  position: static;
  flex-grow: 1; }

.custom-slideshow .css-slideshow figure, .custom-static-slides .css-slideshow figure {
  width: 100%;
  height: auto;
  margin: 0;
  position: absolute; }

.custom-slideshow a.full-page-link, .custom-static-slides a.full-page-link {
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.custom-slideshow .non-overlay-container, .custom-static-slides .non-overlay-container {
  position: relative; }
  @media (min-width: 768px) {
    .custom-slideshow .non-overlay-container, .custom-static-slides .non-overlay-container {
      height: 100%; } }
  @media (max-width: 767px) {
    .custom-slideshow .non-overlay-container, .custom-static-slides .non-overlay-container {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      /*height: 1px;*/
      /* Need this dummy height for some reason in order for the non-overlay-container to take up the remaining space */
      min-height: 36vh; } }

.custom-slideshow .pagination-container, .custom-static-slides .pagination-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .custom-slideshow .pagination-container .prev-next-button, .custom-static-slides .pagination-container .prev-next-button {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 12;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: 0.7; }
    .custom-slideshow .pagination-container .prev-next-button:hover, .custom-static-slides .pagination-container .prev-next-button:hover {
      opacity: 0.85; }
    .custom-slideshow .pagination-container .prev-next-button:active, .custom-static-slides .pagination-container .prev-next-button:active {
      opacity: 1.0; }
  .custom-slideshow .pagination-container .prev-next-button, .custom-static-slides .pagination-container .prev-next-button {
    top: calc(50% - 25px);
    height: 50px;
    width: 50px;
    background-size: 30% auto; }
    .custom-slideshow .pagination-container .prev-next-button.prev, .custom-static-slides .pagination-container .prev-next-button.prev {
      left: 0;
      background-image: url("/img/arrow-left-gray-90.png"); }
    .custom-slideshow .pagination-container .prev-next-button.next, .custom-static-slides .pagination-container .prev-next-button.next {
      right: 0;
      background-image: url("/img/arrow-right-gray-90.png"); }

.custom-slideshow .slide-caption-container, .custom-static-slides .slide-caption-container {
  position: absolute;
  z-index: 10;
  /*.generic-caption, .property-caption, .highlight-caption{
			@media (max-width: 767px) {
				max-height: 50vh;
				overflow: scroll;
			}
		}*/
  /* NOTE That .slide-caption, .property-caption, and .highlight-caption are children of .slide-caption-container, which is simply a parent div used for positioning purposes.
		Right now, with a secondary class like .left, .right, .top, .bottom, or
		.mid-bottom-mid-right, it's flexible enough to be used for .slide-caption's, .property-caption's, and .highlight-caption's. So if we ever have more specific positioning requirements, just add a positioning class such as .mid-bottom-mid-right.
		*/ }
  .custom-slideshow .slide-caption-container.gray, .custom-static-slides .slide-caption-container.gray {
    background-color: rgba(56, 65, 63, 0.75); }
  .custom-slideshow .slide-caption-container.translucent-black, .custom-static-slides .slide-caption-container.translucent-black {
    background-color: rgba(0, 0, 0, 0.65); }
  .custom-slideshow .slide-caption-container.red, .custom-static-slides .slide-caption-container.red {
    background-color: rgba(135, 0, 25, 0.75); }
  .custom-slideshow .slide-caption-container.white, .custom-static-slides .slide-caption-container.white {
    background-color: rgba(255, 255, 255, 0.65); }
  .custom-slideshow .slide-caption-container.more-opaque-white, .custom-static-slides .slide-caption-container.more-opaque-white {
    background-color: rgba(255, 255, 255, 0.8); }
  .custom-slideshow .slide-caption-container.blue, .custom-static-slides .slide-caption-container.blue {
    background-color: rgba(106, 203, 185, 0.65); }
  .custom-slideshow .slide-caption-container.gray, .custom-slideshow .slide-caption-container.red, .custom-slideshow .slide-caption-container.blue, .custom-slideshow .slide-caption-container.translucent-black, .custom-static-slides .slide-caption-container.gray, .custom-static-slides .slide-caption-container.red, .custom-static-slides .slide-caption-container.blue, .custom-static-slides .slide-caption-container.translucent-black {
    color: white; }
  .custom-slideshow .slide-caption-container.left, .custom-static-slides .slide-caption-container.left {
    left: 0%;
    right: 40%; }
  .custom-slideshow .slide-caption-container.right, .custom-static-slides .slide-caption-container.right {
    left: 40%;
    right: 0%; }
  @media (min-width: 768px) {
    .custom-slideshow .slide-caption-container.left, .custom-static-slides .slide-caption-container.left {
      left: 8%;
      right: 58%; }
    .custom-slideshow .slide-caption-container.right, .custom-static-slides .slide-caption-container.right {
      left: 58%;
      right: 8%; } }
  .custom-slideshow .slide-caption-container.left, .custom-slideshow .slide-caption-container.right, .custom-static-slides .slide-caption-container.left, .custom-static-slides .slide-caption-container.right {
    top: 0;
    bottom: 0; }
  .custom-slideshow .slide-caption-container.top, .custom-static-slides .slide-caption-container.top {
    top: 0; }
  .custom-slideshow .slide-caption-container.bottom, .custom-static-slides .slide-caption-container.bottom {
    bottom: 0; }
  .custom-slideshow .slide-caption-container.top, .custom-slideshow .slide-caption-container.bottom, .custom-static-slides .slide-caption-container.top, .custom-static-slides .slide-caption-container.bottom {
    left: 0;
    right: 0; }
  .custom-slideshow .slide-caption-container.mid-bottom-mid-right, .custom-static-slides .slide-caption-container.mid-bottom-mid-right {
    left: 60%;
    top: 60%;
    width: 30%; }
    @media (max-width: 767px) {
      .custom-slideshow .slide-caption-container.mid-bottom-mid-right, .custom-static-slides .slide-caption-container.mid-bottom-mid-right {
        left: 0;
        width: 100%; } }
  .custom-slideshow .slide-caption-container .slide-caption, .custom-static-slides .slide-caption-container .slide-caption {
    vertical-align: middle;
    display: inline-block;
    padding: 5%; }
    .custom-slideshow .slide-caption-container .slide-caption .slide-title, .custom-static-slides .slide-caption-container .slide-caption .slide-title {
      font-size: 42px;
      font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 15px;
      line-height: 50px; }
    .custom-slideshow .slide-caption-container .slide-caption .slide-content, .custom-static-slides .slide-caption-container .slide-caption .slide-content {
      font-size: 18px; }
      .custom-slideshow .slide-caption-container .slide-caption .slide-content p, .custom-slideshow .slide-caption-container .slide-caption .slide-content ul, .custom-static-slides .slide-caption-container .slide-caption .slide-content p, .custom-static-slides .slide-caption-container .slide-caption .slide-content ul {
        margin-bottom: 20px; }
  .custom-slideshow .slide-caption-container .highlight-caption, .custom-static-slides .slide-caption-container .highlight-caption {
    padding: 20px; }
    .custom-slideshow .slide-caption-container .highlight-caption .highlight-caption-title, .custom-static-slides .slide-caption-container .highlight-caption .highlight-caption-title {
      color: #870019;
      font-weight: bold;
      text-transform: uppercase; }
    .custom-slideshow .slide-caption-container .highlight-caption .highlight-caption-body, .custom-static-slides .slide-caption-container .highlight-caption .highlight-caption-body {
      font-size: 15px;
      margin-top: 10px;
      font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .custom-slideshow .slide-caption-container .property-caption, .custom-static-slides .slide-caption-container .property-caption {
    padding: 20px 60px; }
    @media (max-width: 767px) {
      .custom-slideshow .slide-caption-container .property-caption, .custom-static-slides .slide-caption-container .property-caption {
        padding: 20px;
        text-align: center; } }
    .custom-slideshow .slide-caption-container .property-caption .property-caption-title, .custom-static-slides .slide-caption-container .property-caption .property-caption-title {
      font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 20px; }
    .custom-slideshow .slide-caption-container .property-caption .property-caption-subtitle, .custom-static-slides .slide-caption-container .property-caption .property-caption-subtitle {
      text-transform: uppercase;
      font-size: 17px; }
    .custom-slideshow .slide-caption-container .property-caption .toggle-caption, .custom-static-slides .slide-caption-container .property-caption .toggle-caption {
      display: none; }
      @media (max-width: 767px) {
        .custom-slideshow .slide-caption-container .property-caption .toggle-caption, .custom-static-slides .slide-caption-container .property-caption .toggle-caption {
          display: block; } }
    .custom-slideshow .slide-caption-container .property-caption .property-caption-content, .custom-static-slides .slide-caption-container .property-caption .property-caption-content {
      font-size: 17px;
      margin-top: 20px;
      margin-bottom: 20px;
      /*@media (max-width: 767px){
					display: none;
					&.visible {
						display: block;
					}
				}*/ }
    @media (max-width: 767px) {
      .custom-slideshow .slide-caption-container .property-caption .btn-custom.contact-form-link, .custom-static-slides .slide-caption-container .property-caption .btn-custom.contact-form-link {
        display: block;
        margin: 0 auto; } }
  .custom-slideshow .slide-caption-container .generic-caption.padded, .custom-static-slides .slide-caption-container .generic-caption.padded {
    padding: 30px 20px; }
  .custom-slideshow .slide-caption-container .generic-caption .generic-caption-title, .custom-static-slides .slide-caption-container .generic-caption .generic-caption-title {
    font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5; }
  .custom-slideshow .slide-caption-container .generic-caption .flex-container, .custom-static-slides .slide-caption-container .generic-caption .flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .custom-slideshow .slide-caption-container .generic-caption .flex-container .btn, .custom-static-slides .slide-caption-container .generic-caption .flex-container .btn {
      margin-left: 40px; }
    @media (max-width: 767px) {
      .custom-slideshow .slide-caption-container .generic-caption .flex-container, .custom-static-slides .slide-caption-container .generic-caption .flex-container {
        flex-wrap: wrap; }
        .custom-slideshow .slide-caption-container .generic-caption .flex-container .btn, .custom-static-slides .slide-caption-container .generic-caption .flex-container .btn {
          display: block;
          margin: 20px auto 0; } }

.custom-slideshow .slides-container, .custom-static-slides .slides-container {
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.custom-slideshow .slide, .custom-static-slides .slide {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .custom-slideshow .slide .background-image, .custom-static-slides .slide .background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.custom-static-slides .slide-caption-container.no-overlay, .custom-slideshow .slide-caption-container.no-overlay {
  position: static; }
  .custom-static-slides .slide-caption-container.no-overlay.red, .custom-slideshow .slide-caption-container.no-overlay.red {
    background-color: #870019; }

@media (max-width: 767px) {
  .custom-static-slides .slide-caption-container, .custom-slideshow .slide-caption-container {
    position: static; }
    .custom-static-slides .slide-caption-container.red, .custom-slideshow .slide-caption-container.red {
      background-color: #870019; } }

.custom-static-page .section-title {
  font-size: 44px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 25px;
  color: #870019; }

.custom-static-page .alternate-font-2-title {
  font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  margin: 30px 0;
  text-align: center; }

.custom-static-page .link-section-description {
  margin: 0;
  text-align: center; }

.custom-static-page .section-description {
  font-size: 18px; }

.custom-static-page .picture-links-row {
  margin-top: 30px; }

.custom-static-page .alternate-font-2-title + .link-section-description {
  margin-top: -20px; }

.custom-static-page .view-lots-link {
  margin: 30px auto 10px;
  display: block;
  width: 300px; }
  .custom-static-page .view-lots-link.large {
    height: 45px;
    line-height: 45px;
    font-size: 15px; }

.custom-static-page .static-guide-link-container {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 72%;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .custom-static-page .static-guide-link-container {
      margin-bottom: 20px; } }
  .custom-static-page .static-guide-link-container .static-guide-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .custom-static-page .static-guide-link-container .link-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(135, 0, 25, 0.75);
    font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 11px 5px;
    font-size: 19px;
    color: white; }

.custom-static-page .contact-form-container .contact-form {
  margin-top: 25px; }

.custom-static-page .contact-form-container .btn-custom.send-email {
  margin: 25px auto 0;
  display: block; }

.custom-static-page .basic-points-container {
  position: relative;
  text-align: center; }
  .custom-static-page .basic-points-container .full-width-background {
    background-color: #dbdbdb;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .custom-static-page .basic-points-container .basic-points-title {
    margin-top: 45px;
    color: #333; }
  .custom-static-page .basic-points-container .basic-point {
    margin: 0 0 15px;
    font-size: 18px; }
    .custom-static-page .basic-points-container .basic-point .basic-point-thumbnail {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100px;
      margin: 0 auto 20px; }
      .custom-static-page .basic-points-container .basic-point .basic-point-thumbnail::before {
        display: block;
        padding-top: 100%;
        content: ""; }
    .custom-static-page .basic-points-container .basic-point .basic-point-title {
      font-weight: bold; }
  .custom-static-page .basic-points-container .basic-points-description {
    font-size: 17px;
    margin: 5px 0 45px; }

#main {
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  /* Fixes AM-16003 ios scrolling issues */
  margin-top: 196px; }
  @media (max-width: 767px) {
    #main {
      margin-top: 64px !important;
      /* !important to override the manual margin-top setting for desktop in partials/alexcooper/navbar.volt */ } }
  #main.no-margin {
    margin-top: 0 !important; }

.alert-success {
  background-color: #6acbb9;
  border-color: #6acbb9;
  color: white;
  font-weight: bold; }

.foreclosures-page .foreclosures-info {
  margin-top: 40px; }
  .foreclosures-page .foreclosures-info .attorney-code-anchor {
    position: absolute;
    /* Make attorney anchor account for navbar and filters bar */
    margin-top: -210px !important; }

.alexcooper-auctions-toolbar, .alexcooper-lots-toolbar, .alexcooper-foreclosures-toolbar, .alexcooper-list-toolbar {
  background-color: #f9f9f9;
  line-height: 40px;
  font-size: 15px;
  border-bottom: 1px solid #cacaca;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end; }
  .alexcooper-auctions-toolbar > .align-left, .alexcooper-lots-toolbar > .align-left, .alexcooper-foreclosures-toolbar > .align-left, .alexcooper-list-toolbar > .align-left {
    flex-grow: 1; }
  @media (max-width: 767px) {
    .alexcooper-auctions-toolbar, .alexcooper-lots-toolbar, .alexcooper-foreclosures-toolbar, .alexcooper-list-toolbar {
      flex-direction: column;
      align-items: flex-start; }
      .alexcooper-auctions-toolbar > .align-left, .alexcooper-auctions-toolbar > .align-right, .alexcooper-lots-toolbar > .align-left, .alexcooper-lots-toolbar > .align-right, .alexcooper-foreclosures-toolbar > .align-left, .alexcooper-foreclosures-toolbar > .align-right, .alexcooper-list-toolbar > .align-left, .alexcooper-list-toolbar > .align-right {
        flex: 0 1 auto; }
      .alexcooper-auctions-toolbar .toolbar-tab-container, .alexcooper-lots-toolbar .toolbar-tab-container, .alexcooper-foreclosures-toolbar .toolbar-tab-container, .alexcooper-list-toolbar .toolbar-tab-container {
        order: 999; } }
  .alexcooper-auctions-toolbar .lot-count, .alexcooper-auctions-toolbar .bid-count, .alexcooper-auctions-toolbar .toolbar-deposit-wrap, .alexcooper-auctions-toolbar .picklist-container, .alexcooper-auctions-toolbar .traditional-listing-title-container, .alexcooper-lots-toolbar .lot-count, .alexcooper-lots-toolbar .bid-count, .alexcooper-lots-toolbar .toolbar-deposit-wrap, .alexcooper-lots-toolbar .picklist-container, .alexcooper-lots-toolbar .traditional-listing-title-container, .alexcooper-foreclosures-toolbar .lot-count, .alexcooper-foreclosures-toolbar .bid-count, .alexcooper-foreclosures-toolbar .toolbar-deposit-wrap, .alexcooper-foreclosures-toolbar .picklist-container, .alexcooper-foreclosures-toolbar .traditional-listing-title-container, .alexcooper-list-toolbar .lot-count, .alexcooper-list-toolbar .bid-count, .alexcooper-list-toolbar .toolbar-deposit-wrap, .alexcooper-list-toolbar .picklist-container, .alexcooper-list-toolbar .traditional-listing-title-container {
    display: inline-block;
    vertical-align: top; }
  .alexcooper-auctions-toolbar .traditional-listing-title-container, .alexcooper-lots-toolbar .traditional-listing-title-container, .alexcooper-foreclosures-toolbar .traditional-listing-title-container, .alexcooper-list-toolbar .traditional-listing-title-container {
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: left center;
    padding-left: 35px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    background-image: url("/img/icon-traditional.png"); }
  .alexcooper-auctions-toolbar .auction-type, .alexcooper-lots-toolbar .auction-type, .alexcooper-foreclosures-toolbar .auction-type, .alexcooper-list-toolbar .auction-type {
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: left center;
    padding-left: 35px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top; }
    .alexcooper-auctions-toolbar .auction-type.featured, .alexcooper-lots-toolbar .auction-type.featured, .alexcooper-foreclosures-toolbar .auction-type.featured, .alexcooper-list-toolbar .auction-type.featured {
      background-image: url("/img/icon-featured_auction.png"); }
    .alexcooper-auctions-toolbar .auction-type.foreclosures, .alexcooper-lots-toolbar .auction-type.foreclosures, .alexcooper-foreclosures-toolbar .auction-type.foreclosures, .alexcooper-list-toolbar .auction-type.foreclosures {
      background-image: url("/img/icon-foreclosure.png"); }
    .alexcooper-auctions-toolbar .auction-type.traditional, .alexcooper-lots-toolbar .auction-type.traditional, .alexcooper-foreclosures-toolbar .auction-type.traditional, .alexcooper-list-toolbar .auction-type.traditional {
      background-image: url("/img/icon-traditional.png"); }
    .alexcooper-auctions-toolbar .auction-type.no-padding, .alexcooper-lots-toolbar .auction-type.no-padding, .alexcooper-foreclosures-toolbar .auction-type.no-padding, .alexcooper-list-toolbar .auction-type.no-padding {
      padding-left: 0; }
  .alexcooper-auctions-toolbar .alexcooper-toolbar-pagination-container, .alexcooper-lots-toolbar .alexcooper-toolbar-pagination-container, .alexcooper-foreclosures-toolbar .alexcooper-toolbar-pagination-container, .alexcooper-list-toolbar .alexcooper-toolbar-pagination-container {
    display: inline-block;
    vertical-align: top; }
  .alexcooper-auctions-toolbar .view-mode-container, .alexcooper-lots-toolbar .view-mode-container, .alexcooper-foreclosures-toolbar .view-mode-container, .alexcooper-list-toolbar .view-mode-container {
    display: inline-block;
    vertical-align: top; }
    .alexcooper-auctions-toolbar .view-mode-container .btn-custom.view-mode, .alexcooper-lots-toolbar .view-mode-container .btn-custom.view-mode, .alexcooper-foreclosures-toolbar .view-mode-container .btn-custom.view-mode, .alexcooper-list-toolbar .view-mode-container .btn-custom.view-mode {
      background-repeat: no-repeat;
      background-position: 12px center;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      height: 40px;
      padding-left: 40px;
      text-align: right;
      opacity: 0.5; }
      .alexcooper-auctions-toolbar .view-mode-container .btn-custom.view-mode:hover, .alexcooper-lots-toolbar .view-mode-container .btn-custom.view-mode:hover, .alexcooper-foreclosures-toolbar .view-mode-container .btn-custom.view-mode:hover, .alexcooper-list-toolbar .view-mode-container .btn-custom.view-mode:hover {
        opacity: 0.8; }
      .alexcooper-auctions-toolbar .view-mode-container .btn-custom.view-mode.active, .alexcooper-lots-toolbar .view-mode-container .btn-custom.view-mode.active, .alexcooper-foreclosures-toolbar .view-mode-container .btn-custom.view-mode.active, .alexcooper-list-toolbar .view-mode-container .btn-custom.view-mode.active {
        opacity: 1.0; }
      .alexcooper-auctions-toolbar .view-mode-container .btn-custom.view-mode.list, .alexcooper-lots-toolbar .view-mode-container .btn-custom.view-mode.list, .alexcooper-foreclosures-toolbar .view-mode-container .btn-custom.view-mode.list, .alexcooper-list-toolbar .view-mode-container .btn-custom.view-mode.list {
        background-image: url("/img/alexcooper/view-mode-list.png");
        background-size: auto 35%; }
      .alexcooper-auctions-toolbar .view-mode-container .btn-custom.view-mode.map, .alexcooper-lots-toolbar .view-mode-container .btn-custom.view-mode.map, .alexcooper-foreclosures-toolbar .view-mode-container .btn-custom.view-mode.map, .alexcooper-list-toolbar .view-mode-container .btn-custom.view-mode.map {
        background-image: url("/img/alexcooper/view-mode-map.png");
        background-size: auto 40%; }
  .alexcooper-auctions-toolbar .toolbar-tab-container, .alexcooper-lots-toolbar .toolbar-tab-container, .alexcooper-foreclosures-toolbar .toolbar-tab-container, .alexcooper-list-toolbar .toolbar-tab-container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px;
    flex-shrink: 0; }
    .alexcooper-auctions-toolbar .toolbar-tab-container .btn-custom.toolbar-tab, .alexcooper-lots-toolbar .toolbar-tab-container .btn-custom.toolbar-tab, .alexcooper-foreclosures-toolbar .toolbar-tab-container .btn-custom.toolbar-tab, .alexcooper-list-toolbar .toolbar-tab-container .btn-custom.toolbar-tab {
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      height: 40px;
      text-align: right;
      opacity: 0.5;
      letter-spacing: 0px; }
      .alexcooper-auctions-toolbar .toolbar-tab-container .btn-custom.toolbar-tab:hover, .alexcooper-lots-toolbar .toolbar-tab-container .btn-custom.toolbar-tab:hover, .alexcooper-foreclosures-toolbar .toolbar-tab-container .btn-custom.toolbar-tab:hover, .alexcooper-list-toolbar .toolbar-tab-container .btn-custom.toolbar-tab:hover {
        opacity: 0.8;
        background-color: rgba(0, 0, 0, 0.05); }
      .alexcooper-auctions-toolbar .toolbar-tab-container .btn-custom.toolbar-tab:active, .alexcooper-lots-toolbar .toolbar-tab-container .btn-custom.toolbar-tab:active, .alexcooper-foreclosures-toolbar .toolbar-tab-container .btn-custom.toolbar-tab:active, .alexcooper-list-toolbar .toolbar-tab-container .btn-custom.toolbar-tab:active {
        opacity: 1.0;
        background-color: rgba(0, 0, 0, 0.1); }
      .alexcooper-auctions-toolbar .toolbar-tab-container .btn-custom.toolbar-tab.active, .alexcooper-lots-toolbar .toolbar-tab-container .btn-custom.toolbar-tab.active, .alexcooper-foreclosures-toolbar .toolbar-tab-container .btn-custom.toolbar-tab.active, .alexcooper-list-toolbar .toolbar-tab-container .btn-custom.toolbar-tab.active {
        opacity: 1.0;
        border: 1px solid #cacaca;
        border-bottom: 0; }
  .alexcooper-auctions-toolbar .range-tab-container, .alexcooper-lots-toolbar .range-tab-container, .alexcooper-foreclosures-toolbar .range-tab-container, .alexcooper-list-toolbar .range-tab-container {
    /*border-right: 1px solid #e1e1e1;*/ }
  .alexcooper-auctions-toolbar .btn-group.limit .btn-custom, .alexcooper-auctions-toolbar .btn-custom.prev, .alexcooper-auctions-toolbar .btn-custom.next, .alexcooper-auctions-toolbar .btn-custom.view-mode, .alexcooper-auctions-toolbar .btn-custom.go, .alexcooper-lots-toolbar .btn-group.limit .btn-custom, .alexcooper-lots-toolbar .btn-custom.prev, .alexcooper-lots-toolbar .btn-custom.next, .alexcooper-lots-toolbar .btn-custom.view-mode, .alexcooper-lots-toolbar .btn-custom.go, .alexcooper-foreclosures-toolbar .btn-group.limit .btn-custom, .alexcooper-foreclosures-toolbar .btn-custom.prev, .alexcooper-foreclosures-toolbar .btn-custom.next, .alexcooper-foreclosures-toolbar .btn-custom.view-mode, .alexcooper-foreclosures-toolbar .btn-custom.go, .alexcooper-list-toolbar .btn-group.limit .btn-custom, .alexcooper-list-toolbar .btn-custom.prev, .alexcooper-list-toolbar .btn-custom.next, .alexcooper-list-toolbar .btn-custom.view-mode, .alexcooper-list-toolbar .btn-custom.go {
    position: relative; }
    .alexcooper-auctions-toolbar .btn-group.limit .btn-custom:hover::before, .alexcooper-auctions-toolbar .btn-group.limit .btn-custom:active::before, .alexcooper-auctions-toolbar .btn-custom.prev:hover::before, .alexcooper-auctions-toolbar .btn-custom.prev:active::before, .alexcooper-auctions-toolbar .btn-custom.next:hover::before, .alexcooper-auctions-toolbar .btn-custom.next:active::before, .alexcooper-auctions-toolbar .btn-custom.view-mode:hover::before, .alexcooper-auctions-toolbar .btn-custom.view-mode:active::before, .alexcooper-auctions-toolbar .btn-custom.go:hover::before, .alexcooper-auctions-toolbar .btn-custom.go:active::before, .alexcooper-lots-toolbar .btn-group.limit .btn-custom:hover::before, .alexcooper-lots-toolbar .btn-group.limit .btn-custom:active::before, .alexcooper-lots-toolbar .btn-custom.prev:hover::before, .alexcooper-lots-toolbar .btn-custom.prev:active::before, .alexcooper-lots-toolbar .btn-custom.next:hover::before, .alexcooper-lots-toolbar .btn-custom.next:active::before, .alexcooper-lots-toolbar .btn-custom.view-mode:hover::before, .alexcooper-lots-toolbar .btn-custom.view-mode:active::before, .alexcooper-lots-toolbar .btn-custom.go:hover::before, .alexcooper-lots-toolbar .btn-custom.go:active::before, .alexcooper-foreclosures-toolbar .btn-group.limit .btn-custom:hover::before, .alexcooper-foreclosures-toolbar .btn-group.limit .btn-custom:active::before, .alexcooper-foreclosures-toolbar .btn-custom.prev:hover::before, .alexcooper-foreclosures-toolbar .btn-custom.prev:active::before, .alexcooper-foreclosures-toolbar .btn-custom.next:hover::before, .alexcooper-foreclosures-toolbar .btn-custom.next:active::before, .alexcooper-foreclosures-toolbar .btn-custom.view-mode:hover::before, .alexcooper-foreclosures-toolbar .btn-custom.view-mode:active::before, .alexcooper-foreclosures-toolbar .btn-custom.go:hover::before, .alexcooper-foreclosures-toolbar .btn-custom.go:active::before, .alexcooper-list-toolbar .btn-group.limit .btn-custom:hover::before, .alexcooper-list-toolbar .btn-group.limit .btn-custom:active::before, .alexcooper-list-toolbar .btn-custom.prev:hover::before, .alexcooper-list-toolbar .btn-custom.prev:active::before, .alexcooper-list-toolbar .btn-custom.next:hover::before, .alexcooper-list-toolbar .btn-custom.next:active::before, .alexcooper-list-toolbar .btn-custom.view-mode:hover::before, .alexcooper-list-toolbar .btn-custom.view-mode:active::before, .alexcooper-list-toolbar .btn-custom.go:hover::before, .alexcooper-list-toolbar .btn-custom.go:active::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .alexcooper-auctions-toolbar .btn-group.limit .btn-custom:hover::before, .alexcooper-auctions-toolbar .btn-custom.prev:hover::before, .alexcooper-auctions-toolbar .btn-custom.next:hover::before, .alexcooper-auctions-toolbar .btn-custom.view-mode:hover::before, .alexcooper-auctions-toolbar .btn-custom.go:hover::before, .alexcooper-lots-toolbar .btn-group.limit .btn-custom:hover::before, .alexcooper-lots-toolbar .btn-custom.prev:hover::before, .alexcooper-lots-toolbar .btn-custom.next:hover::before, .alexcooper-lots-toolbar .btn-custom.view-mode:hover::before, .alexcooper-lots-toolbar .btn-custom.go:hover::before, .alexcooper-foreclosures-toolbar .btn-group.limit .btn-custom:hover::before, .alexcooper-foreclosures-toolbar .btn-custom.prev:hover::before, .alexcooper-foreclosures-toolbar .btn-custom.next:hover::before, .alexcooper-foreclosures-toolbar .btn-custom.view-mode:hover::before, .alexcooper-foreclosures-toolbar .btn-custom.go:hover::before, .alexcooper-list-toolbar .btn-group.limit .btn-custom:hover::before, .alexcooper-list-toolbar .btn-custom.prev:hover::before, .alexcooper-list-toolbar .btn-custom.next:hover::before, .alexcooper-list-toolbar .btn-custom.view-mode:hover::before, .alexcooper-list-toolbar .btn-custom.go:hover::before {
      background-color: rgba(0, 0, 0, 0.05); }
    .alexcooper-auctions-toolbar .btn-group.limit .btn-custom:active::before, .alexcooper-auctions-toolbar .btn-custom.prev:active::before, .alexcooper-auctions-toolbar .btn-custom.next:active::before, .alexcooper-auctions-toolbar .btn-custom.view-mode:active::before, .alexcooper-auctions-toolbar .btn-custom.go:active::before, .alexcooper-lots-toolbar .btn-group.limit .btn-custom:active::before, .alexcooper-lots-toolbar .btn-custom.prev:active::before, .alexcooper-lots-toolbar .btn-custom.next:active::before, .alexcooper-lots-toolbar .btn-custom.view-mode:active::before, .alexcooper-lots-toolbar .btn-custom.go:active::before, .alexcooper-foreclosures-toolbar .btn-group.limit .btn-custom:active::before, .alexcooper-foreclosures-toolbar .btn-custom.prev:active::before, .alexcooper-foreclosures-toolbar .btn-custom.next:active::before, .alexcooper-foreclosures-toolbar .btn-custom.view-mode:active::before, .alexcooper-foreclosures-toolbar .btn-custom.go:active::before, .alexcooper-list-toolbar .btn-group.limit .btn-custom:active::before, .alexcooper-list-toolbar .btn-custom.prev:active::before, .alexcooper-list-toolbar .btn-custom.next:active::before, .alexcooper-list-toolbar .btn-custom.view-mode:active::before, .alexcooper-list-toolbar .btn-custom.go:active::before {
      background-color: rgba(0, 0, 0, 0.1); }

.alexcooper-auctions-toolbar, .alexcooper-foreclosures-toolbar {
  font-size: 14px; }

.toolbar-deposit-wrap {
  line-height: 40px; }

.toolbar-deposit {
  display: inline-block;
  vertical-align: top; }
  .toolbar-deposit.vertical {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .toolbar-deposit.vertical .authorized-deposit, .toolbar-deposit.vertical .deposit-balance {
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .toolbar-deposit.vertical .authorized-deposit > *, .toolbar-deposit.vertical .deposit-balance > * {
        text-align: left; }
  .toolbar-deposit .field {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
    .toolbar-deposit .field .field-label {
      text-transform: uppercase; }
      .toolbar-deposit .field .field-label::after {
        content: ": "; }
    .toolbar-deposit .field .field-label, .toolbar-deposit .field .field-value {
      font-weight: 500; }
    .toolbar-deposit .field .actions {
      position: relative;
      margin-left: 10px; }
      .toolbar-deposit .field .actions .action {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px; }
      .toolbar-deposit .field .actions .action .action-label {
        color: #aeaeae;
        cursor: pointer;
        text-decoration: underline; }
      .toolbar-deposit .field .actions .btn-custom.btn-add-funds {
        background: -ms-linear-gradient(#38413f, #202624);
        background: linear-gradient(#38413f, #202624);
        -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 #101212;
        color: white;
        text-transform: uppercase;
        padding-left: 7px;
        padding-right: 7px; }
        .toolbar-deposit .field .actions .btn-custom.btn-add-funds:hover {
          background: linear-gradient(#303736, #181c1b);
          background: -ms-linear-gradient(#38413f, #202624, "vertical"); }
        .toolbar-deposit .field .actions .btn-custom.btn-add-funds.active {
          background: linear-gradient(#202624, #38413f);
          background: -ms-linear-gradient(#38413f, #202624, "vertical"); }
        .toolbar-deposit .field .actions .btn-custom.btn-add-funds:hover, .toolbar-deposit .field .actions .btn-custom.btn-add-funds: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); }
        .toolbar-deposit .field .actions .btn-custom.btn-add-funds:active {
          background: linear-gradient(#181c1b, #303736);
          background: -ms-linear-gradient(#38413f, #202624, "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); }
        .toolbar-deposit .field .actions .btn-custom.btn-add-funds.flat {
          background: #38413f;
          border: 0;
          border-color: #38413f;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          border-radius: 0; }
        .toolbar-deposit .field .actions .btn-custom.btn-add-funds.flat:hover {
          background: #444f4c; }
        .toolbar-deposit .field .actions .btn-custom.btn-add-funds.flat:active {
          background: #2c3332; }
        .toolbar-deposit .field .actions .btn-custom.btn-add-funds.white.flat {
          border: 1px solid black; }
      .toolbar-deposit .field .actions .action.refresh {
        cursor: pointer; }
        .toolbar-deposit .field .actions .action.refresh, .toolbar-deposit .field .actions .action.refresh .action-label {
          color: #870019; }
        .toolbar-deposit .field .actions .action.refresh .fa {
          margin-left: 5px; }
        .toolbar-deposit .field .actions .action.refresh.refreshing .fa.fa-refresh {
          -webkit-animation-name: spin;
          -webkit-animation-duration: 1000ms;
          -webkit-animation-iteration-count: infinite;
          -webkit-animation-timing-function: linear;
          -moz-animation-name: spin;
          -moz-animation-duration: 1000ms;
          -moz-animation-iteration-count: infinite;
          -moz-animation-timing-function: linear;
          -ms-animation-name: spin;
          -ms-animation-duration: 1000ms;
          -ms-animation-iteration-count: infinite;
          -ms-animation-timing-function: linear;
          animation-name: spin;
          animation-duration: 1000ms;
          animation-iteration-count: infinite;
          animation-timing-function: linear; }

@-ms-keyframes spin {
  .toolbar-deposit .field .actions .action.refresh.refreshing .fa.fa-refresh from {
    -ms-transform: rotate(0deg); }
  .toolbar-deposit .field .actions .action.refresh.refreshing .fa.fa-refresh to {
    -ms-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
    .toolbar-deposit .field.authorized-deposit .field-value {
      color: #6acbb9; }
    .toolbar-deposit .field.deposit-balance .field-value {
      color: #870019; }
  .toolbar-deposit .authorized-deposit, .toolbar-deposit .authorized-deposit > *, .toolbar-deposit .authorized-deposit > .actions, .toolbar-deposit .deposit-balance, .toolbar-deposit .deposit-balance > *, .toolbar-deposit .deposit-balance > .actions {
    display: inline-block;
    vertical-align: top; }
  .toolbar-deposit .authorized-deposit .popup-wrap, .toolbar-deposit .deposit-balance .popup-wrap {
    display: none;
    position: absolute;
    top: 31px;
    padding-top: 17px;
    z-index: 6000; }
    .toolbar-deposit .authorized-deposit .popup-wrap::before, .toolbar-deposit .authorized-deposit .popup-wrap::after, .toolbar-deposit .deposit-balance .popup-wrap::before, .toolbar-deposit .deposit-balance .popup-wrap::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 20px 20px 20px; }
    .toolbar-deposit .authorized-deposit .popup-wrap::before, .toolbar-deposit .deposit-balance .popup-wrap::before {
      top: -2px;
      border-color: transparent transparent #ffffff transparent;
      z-index: 1; }
    .toolbar-deposit .authorized-deposit .popup-wrap::after, .toolbar-deposit .deposit-balance .popup-wrap::after {
      top: -3px;
      border-color: transparent transparent #ccc transparent; }
  .toolbar-deposit .authorized-deposit .popup-wrap.open, .toolbar-deposit .deposit-balance .popup-wrap.open {
    display: block; }
  .toolbar-deposit .deposit-loading {
    text-align: center;
    width: 100%;
    display: inline-block; }
  .toolbar-deposit .authorized-deposit .popup {
    background-color: white;
    border: 1px solid #ccc;
    width: 250px;
    margin-left: -108px;
    overflow: auto;
    max-height: 300px; }
    .toolbar-deposit .authorized-deposit .popup .deposit {
      line-height: 1.5;
      padding: 13px 10px; }
      .toolbar-deposit .authorized-deposit .popup .deposit.void .deposit-details {
        text-decoration: line-through;
        color: #999; }
      .toolbar-deposit .authorized-deposit .popup .deposit.void .icon {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      .toolbar-deposit .authorized-deposit .popup .deposit .deposit-title {
        font-weight: bold; }
      .toolbar-deposit .authorized-deposit .popup .deposit .icon {
        display: inline-block;
        vertical-align: top;
        background-image: url("/img/credit-icon-visa.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 25px;
        height: 30px; }
      .toolbar-deposit .authorized-deposit .popup .deposit .deposit-details {
        display: inline-block;
        vertical-align: top;
        padding-left: 9px;
        width: calc(100% - 30px); }
        .toolbar-deposit .authorized-deposit .popup .deposit .deposit-details .approval {
          color: #999;
          font-style: italic;
          font-size: 13px; }
  .toolbar-deposit .deposit-balance .popup {
    background-color: white;
    border: 1px solid #ccc;
    width: 316px;
    margin-left: -141px; }
    .toolbar-deposit .deposit-balance .popup .wire-transfer-notice {
      border-top: 1px solid #ccc;
      padding: 9px;
      text-align: center;
      line-height: 1.4; }
      .toolbar-deposit .deposit-balance .popup .wire-transfer-notice .wire-transfer-title {
        font-weight: bold;
        text-transform: uppercase; }
      .toolbar-deposit .deposit-balance .popup .wire-transfer-notice .wire-transfer-text {
        font-size: 14px;
        padding: 3px 0; }
      .toolbar-deposit .deposit-balance .popup .wire-transfer-notice .wire-transfer-phone {
        font-size: 18px; }
  .toolbar-deposit .deposit-balance .deposit-input-container {
    padding: 9px;
    line-height: calc(20 / 14);
    border-top: 1px solid #ccc; }
    .toolbar-deposit .deposit-balance .deposit-input-container input[type=text] {
      height: 31px;
      line-height: 29px;
      padding: 0 5px;
      display: block;
      width: 100%; }
    .toolbar-deposit .deposit-balance .deposit-input-container .btn {
      margin-top: 9px; }
    .toolbar-deposit .deposit-balance .deposit-input-container .btn + .btn {
      margin-left: 7px; }

.alexcooper-lots-toolbar .lot-count, .alexcooper-lots-toolbar .bid-count {
  font-weight: bold;
  text-transform: uppercase; }

.alexcooper-lots-toolbar .bid-count {
  color: #870019; }

.alexcooper-lots-toolbar .lot-count, .alexcooper-lots-toolbar .bid-count, .alexcooper-lots-toolbar .field {
  margin-right: 15px; }

.picklist-container .btn-group .dropdown-toggle .btn-label {
  max-width: none;
  letter-spacing: 0px; }

.picklist-container .filter-item:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.picklist-container .filter-item:active {
  background-color: rgba(0, 0, 0, 0.1); }

.picklist-container.multiselect ul.dropdown-menu li {
  position: relative; }
  .picklist-container.multiselect ul.dropdown-menu li > label {
    display: block;
    padding: 3px 20px 3px 30px;
    margin-bottom: 0;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    cursor: pointer;
    white-space: nowrap; }
    .picklist-container.multiselect ul.dropdown-menu li > label:hover {
      text-decoration: none;
      color: #262626;
      background-color: #f5f5f5; }
  .picklist-container.multiselect ul.dropdown-menu li a {
    padding-left: 30px; }

.picklist-container.multiselect .multiselect-checkbox {
  position: absolute;
  left: 10px;
  top: 2px; }

.picklist-container.lot-type-container.multiselect ul.dropdown-menu li a {
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: 29px center;
  padding-left: 54px; }

.picklist-container.lot-type-container.multiselect ul.dropdown-menu li.type-all a {
  padding-left: 30px; }

.login-to-bid-notice {
  font-style: italic;
  display: inline-block;
  vertical-align: top; }

.alexcooper-list-toolbar .auction-type {
  margin-right: 15px; }

.alexcooper-list-toolbar .filters {
  display: inline-block;
  vertical-align: top; }
  .alexcooper-list-toolbar .filters .filter {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    .alexcooper-list-toolbar .filters .filter + .filter {
      margin-left: 0; }
    .alexcooper-list-toolbar .filters .filter .dropdown {
      display: none;
      background-color: white;
      padding: 10px 15px; }
    .alexcooper-list-toolbar .filters .filter:hover {
      background-color: #e4e4e4; }
      .alexcooper-list-toolbar .filters .filter:hover .filter-label {
        cursor: pointer; }
      .alexcooper-list-toolbar .filters .filter:hover .dropdown {
        display: block;
        position: absolute;
        left: 0;
        z-index: 900; }

.alexcooper-filters-bar {
  position: relative;
  border-bottom: 1px solid #cacaca; }
  .alexcooper-filters-bar .alexcooper-filters-container {
    float: right;
    padding-bottom: 4px; }

.alexcooper-list-toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.alexcooper-toolbar-pagination-container .dropdown-menu, .alexcooper-filters-container .dropdown-menu {
  min-width: 0;
  text-align: left; }

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

.alexcooper-list-toolbar .btn-custom {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  padding: 0 12px; }

.pagination-column .alexcooper-toolbar-pagination-container {
  float: right; }

.alexcooper-toolbar-pagination-container {
  line-height: 40px;
  text-align: center; }
  .alexcooper-toolbar-pagination-container.mobile-only {
    margin-top: 20px; }
  .alexcooper-toolbar-pagination-container .results-notice {
    display: inline-block;
    margin-right: 15px;
    color: #999; }

.alexcooper-toolbar-pagination-container, .alexcooper-lot-toolbar {
  /* This prevents flickering in chrome */
  -webkit-backface-visibility: hidden;
  /*height: 62px;*/
  font-size: 14px;
  /*border-width: 1px 0;*/
  box-sizing: border-box;
  padding: 0px 0 0px;
  /* width: 940px; */
  z-index: 900; }
  .alexcooper-toolbar-pagination-container > *, .alexcooper-lot-toolbar > * {
    text-align: left; }
    .alexcooper-toolbar-pagination-container > *.filter-item, .alexcooper-lot-toolbar > *.filter-item {
      display: inline-block; }
  .alexcooper-toolbar-pagination-container.basic, .alexcooper-lot-toolbar.basic {
    padding-left: 0; }
  .alexcooper-toolbar-pagination-container .btn-group .btn-custom, .alexcooper-lot-toolbar .btn-group .btn-custom {
    background: none;
    border-radius: 0;
    line-height: 40px;
    height: 40px;
    font-weight: 500; }
    .alexcooper-toolbar-pagination-container .btn-group .btn-custom:hover, .alexcooper-lot-toolbar .btn-group .btn-custom:hover {
      background-color: #eee; }
    .alexcooper-toolbar-pagination-container .btn-group .btn-custom .dropdown-pointer, .alexcooper-lot-toolbar .btn-group .btn-custom .dropdown-pointer {
      background-image: url("/img/selectbox-arrow.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: right center;
      display: inline-block;
      vertical-align: top;
      margin-left: 10px;
      width: 13px;
      height: 40px; }
  .alexcooper-toolbar-pagination-container .btn-group.open .btn-custom, .alexcooper-lot-toolbar .btn-group.open .btn-custom {
    background-color: #ddd;
    box-shadow: none; }
  .alexcooper-toolbar-pagination-container .btn-group .dropdown-menu, .alexcooper-lot-toolbar .btn-group .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 0; }
  .alexcooper-toolbar-pagination-container .lot-view-style .btn-custom, .alexcooper-lot-toolbar .lot-view-style .btn-custom {
    padding: 0px; }
  .alexcooper-toolbar-pagination-container .filter-item, .alexcooper-lot-toolbar .filter-item {
    display: inline-block;
    vertical-align: top; }
  .alexcooper-toolbar-pagination-container .filter-item + .filter-item, .alexcooper-lot-toolbar .filter-item + .filter-item {
    margin-left: 0px; }
  .alexcooper-toolbar-pagination-container .number-of-lots, .alexcooper-lot-toolbar .number-of-lots {
    text-transform: uppercase;
    font-weight: 700;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
    position: absolute;
    left: 0px;
    padding-bottom: 10px;
    width: 139px; }
  .alexcooper-toolbar-pagination-container .btn, .alexcooper-lot-toolbar .btn {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    color: #333; }
  .alexcooper-toolbar-pagination-container label, .alexcooper-lot-toolbar label {
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 0px;
    display: block;
    text-transform: uppercase;
    font-size: 13px; }
  .alexcooper-toolbar-pagination-container .btn-group, .alexcooper-toolbar-pagination-container .btn, .alexcooper-toolbar-pagination-container .btn.prev, .alexcooper-toolbar-pagination-container .btn.next, .alexcooper-toolbar-pagination-container #page-num-top, .alexcooper-toolbar-pagination-container #page-num-bottom, .alexcooper-toolbar-pagination-container select,
  .alexcooper-toolbar-pagination-container .number-of-lots, .alexcooper-toolbar-pagination-container .multiselect-field-select-wrap, .alexcooper-toolbar-pagination-container .category-select-wrap, .alexcooper-toolbar-pagination-container .jump-to-lot-wrap, .alexcooper-toolbar-pagination-container #jump-to-lot-input, .alexcooper-lot-toolbar .btn-group, .alexcooper-lot-toolbar .btn, .alexcooper-lot-toolbar .btn.prev, .alexcooper-lot-toolbar .btn.next, .alexcooper-lot-toolbar #page-num-top, .alexcooper-lot-toolbar #page-num-bottom, .alexcooper-lot-toolbar select,
  .alexcooper-lot-toolbar .number-of-lots, .alexcooper-lot-toolbar .multiselect-field-select-wrap, .alexcooper-lot-toolbar .category-select-wrap, .alexcooper-lot-toolbar .jump-to-lot-wrap, .alexcooper-lot-toolbar #jump-to-lot-input {
    display: inline-block;
    vertical-align: top; }
  .alexcooper-toolbar-pagination-container .sort.btn-group > button, .alexcooper-lot-toolbar .sort.btn-group > button {
    width: 145px; }
  .alexcooper-toolbar-pagination-container.basic .sort.btn-group > button, .alexcooper-lot-toolbar.basic .sort.btn-group > button {
    width: auto;
    padding-left: 10px;
    padding-right: 13px; }
  .alexcooper-toolbar-pagination-container #page-num-top, .alexcooper-toolbar-pagination-container #jump-to-lot-input, .alexcooper-lot-toolbar #page-num-top, .alexcooper-lot-toolbar #jump-to-lot-input {
    width: 35px;
    height: 40px;
    text-align: center; }
  .alexcooper-toolbar-pagination-container #page-num-top, .alexcooper-lot-toolbar #page-num-top {
    height: 30px;
    margin-top: 5px;
    padding-top: 4px;
    border-radius: 0; }
  .alexcooper-toolbar-pagination-container .number-of-pages, .alexcooper-lot-toolbar .number-of-pages {
    line-height: 40px; }
  .alexcooper-toolbar-pagination-container #jump-to-lot-input, .alexcooper-lot-toolbar #jump-to-lot-input {
    width: 50px; }
  .alexcooper-toolbar-pagination-container .pages-wrap .btn.go, .alexcooper-lot-toolbar .pages-wrap .btn.go {
    margin: 0px 0px 0 8px; }
  .alexcooper-toolbar-pagination-container .btn.prev, .alexcooper-toolbar-pagination-container .btn.next, .alexcooper-lot-toolbar .btn.prev, .alexcooper-lot-toolbar .btn.next {
    position: relative; }
  .alexcooper-toolbar-pagination-container .btn.prev::before, .alexcooper-toolbar-pagination-container .btn.next::before, .alexcooper-lot-toolbar .btn.prev::before, .alexcooper-lot-toolbar .btn.next::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: auto 37%;
    background-repeat: no-repeat;
    background-position: center center; }
  .alexcooper-toolbar-pagination-container .btn.prev::before, .alexcooper-lot-toolbar .btn.prev::before {
    background-image: url("/img/arrow-left-gray-90.png"); }
  .alexcooper-toolbar-pagination-container .btn.next::before, .alexcooper-lot-toolbar .btn.next::before {
    background-image: url("/img/arrow-right-gray-90.png"); }
  .alexcooper-toolbar-pagination-container .btn.prev, .alexcooper-toolbar-pagination-container .btn.next, .alexcooper-lot-toolbar .btn.prev, .alexcooper-lot-toolbar .btn.next {
    width: 40px; }
  .alexcooper-toolbar-pagination-container .multiselect-field-select-wrap, .alexcooper-toolbar-pagination-container .category-select-wrap .dropdown-toggle, .alexcooper-lot-toolbar .multiselect-field-select-wrap, .alexcooper-lot-toolbar .category-select-wrap .dropdown-toggle {
    width: 162px; }

.alexcooper-tabs {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase; }
  .alexcooper-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 #cacaca; }
  .alexcooper-tabs .tab.active {
    background-color: #fff !important;
    color: #333;
    margin-left: -1px;
    line-height: 33px;
    border-bottom: 1px solid white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .alexcooper-tabs .tab + .tab {
    border-left: 1px solid #cacaca; }
  .alexcooper-tabs .tab.active + .tab {
    border-left-width: 1px; }
  .alexcooper-tabs .tab + .tab.active {
    border-left-width: 1px; }
  .alexcooper-tabs.bordered .tab + .tab {
    border-left-width: 0; }
  .alexcooper-tabs.bordered .tab {
    border-bottom: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca; }
  .alexcooper-tabs.bordered .tab.active {
    border-width: 1px 1px 0;
    line-height: 33px;
    height: 35px; }

.content-container {
  position: relative; }
  .content-container .alexcooper-tabs {
    position: static; }

.my-activity-header {
  margin-top: 20px; }
  .my-activity-header .lots-range-selector-wrap {
    text-align: right;
    margin-bottom: 15px; }
  .my-activity-header .page-selector {
    line-height: 34px; }
    .my-activity-header .page-selector .page {
      font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      display: inline-block;
      vertical-align: top;
      padding-right: 10px;
      color: #999; }
      .my-activity-header .page-selector .page.active {
        color: #333; }
      .my-activity-header .page-selector .page + .page {
        border-left: 1px solid #ccc;
        padding-left: 10px; }

.btn-custom.color {
  background: -ms-linear-gradient(#870019, #540010);
  background: linear-gradient(#870019, #540010);
  -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 #300009;
  color: white; }
  .btn-custom.color:hover {
    background: linear-gradient(#750016, #42000c);
    background: -ms-linear-gradient(#870019, #540010, "vertical"); }
  .btn-custom.color.active {
    background: linear-gradient(#540010, #870019);
    background: -ms-linear-gradient(#870019, #540010, "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(#42000c, #750016);
    background: -ms-linear-gradient(#870019, #540010, "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: #870019;
    border: 0;
    border-color: #870019;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.color.flat:hover {
    background: #a1001e; }
  .btn-custom.color.flat:active {
    background: #6e0014; }
  .btn-custom.color.white.flat {
    border: 1px solid black; }

.btn-custom.white {
  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: #333;
  border-color: #ccc !important; }
  .btn-custom.white:hover {
    background: linear-gradient(#f6f6f6, #dddddd);
    background: -ms-linear-gradient(white, #e6e6e6, "vertical"); }
  .btn-custom.white.active {
    background: linear-gradient(#e6e6e6, white);
    background: -ms-linear-gradient(white, #e6e6e6, "vertical"); }
  .btn-custom.white:hover, .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); }
  .btn-custom.white: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); }
  .btn-custom.white.flat {
    background: white;
    border: 0;
    border-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.white.flat:hover {
    background: white; }
  .btn-custom.white.flat:active {
    background: #f2f2f2; }
  .btn-custom.white.white.flat {
    border: 1px solid black; }

.btn-custom, .btn-custom.color {
  letter-spacing: 2px;
  font-weight: 300; }

.btn-custom.large {
  line-height: 41px;
  height: 41px;
  font-size: 13px; }

.btn-custom.x-large {
  line-height: 47px;
  height: 47px;
  font-size: 16px; }

#alexcooper-auction-header-wrap {
  background: none; }

#alexcooper-auction-header-wrap:before {
  background-image: url("/img/generic-demo-header-background.jpg");
  background-size: auto 150%;
  background-position: 0%; }

body.has-core-navbar .navbar-header .large-navbar-logo {
  background-position: center 50%;
  background-size: auto 80%; }

.navbar-header .logo {
  background-image: url("/img/logo-alexcooper.png") !important; }

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

.main-box {
  background-color: rgba(238, 238, 238, 0.1); }

.alexcooper-lot-toolbar {
  background-color: #f9f9f9;
  line-height: 40px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.alexcooper-breadcrumb {
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 8px; }
  .alexcooper-breadcrumb a {
    color: #333; }

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

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

#alexcooper-bidder-register-auction-header:after {
  display: none; }

#alexcooper-bidder-register-auction-header .alexcooper-auction-header-details .main-box {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-left: 10px;
  padding-right: 6px;
  background-color: inherit;
  padding: 15px 10px 15px 0px; }
  #alexcooper-bidder-register-auction-header .alexcooper-auction-header-details .main-box .title {
    color: #222222;
    font-size: 21px;
    font-weight: 600;
    height: 31px;
    line-height: 31px;
    margin: 0px;
    overflow: hidden; }
  #alexcooper-bidder-register-auction-header .alexcooper-auction-header-details .main-box .subtitle, #alexcooper-bidder-register-auction-header .alexcooper-auction-header-details .main-box .auction-registration-notice {
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    vertical-align: top; }

.alexcooper-auction-status-box-wrap, .alexcooper-auction-status-box {
  width: 50px;
  text-align: center; }

.alexcooper-auction-status-box-wrap .start-time {
  font-weight: bold;
  margin-top: 5px; }

.alexcooper-auction-status-box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  height: 50px;
  color: white;
  background-color: #38413f;
  text-align: left;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px; }
  .alexcooper-auction-status-box.live-now {
    border-width: 0; }
  .alexcooper-auction-status-box .date-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%; }
    .alexcooper-auction-status-box .date-box + .date-box:before {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: -4px;
      width: 8px;
      background: url("/img/arrow-right-very-thin.png") 0 center no-repeat;
      background-size: 100% auto; }
    .alexcooper-auction-status-box .date-box .day {
      font-size: 15px;
      font-weight: 400; }
    .alexcooper-auction-status-box .date-box .date {
      margin-top: 6px;
      font-size: 21px;
      font-weight: 400;
      line-height: 21px; }
    .alexcooper-auction-status-box .date-box .month {
      font-size: 12px;
      font-weight: 300; }
  .alexcooper-auction-status-box.live-now {
    background-color: rgba(135, 0, 25, 0.9);
    color: #fff;
    text-align: center; }
  .alexcooper-auction-status-box .live-now-box {
    padding-top: 6px;
    font-size: 19px; }

.alexcooper-lots-header {
  height: auto !important;
  position: relative;
  background-color: #fff;
  padding-left: 0;
  border-bottom: 1px solid #ccc; }
  .alexcooper-lots-header:after {
    display: none; }
  .alexcooper-lots-header .one-line-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .alexcooper-lots-header .one-line-header > * {
      -webkit-flex-grow: 0;
      -webkit-flex-shrink: 0;
      flex-grow: 0;
      flex-shrink: 0; }
    .alexcooper-lots-header .one-line-header .title-wrap {
      -webkit-flex-grow: 1;
      -webkit-flex-shrink: 1;
      flex-grow: 1;
      flex-shrink: 1;
      margin-left: 15px; }
    @media (max-width: 767px) {
      .alexcooper-lots-header .one-line-header .actions {
        display: none; } }
  .alexcooper-lots-header .mobile-only-header {
    display: none; }
  @media (max-width: 767px) {
    .alexcooper-lots-header .mobile-only-header {
      display: block; } }
  .alexcooper-lots-header .alexcooper-auction-status-box, .alexcooper-lots-header .title-wrap {
    margin-top: 12px;
    margin-bottom: 12px; }
  .alexcooper-lots-header .title {
    font-size: 21px;
    font-weight: 600;
    width: auto;
    margin: 0; }

.alexcooper-auction-header#auction-header {
  height: auto !important;
  position: relative;
  background-color: #fff;
  padding-left: 0;
  border-bottom: 1px solid #ccc; }
  .alexcooper-auction-header#auction-header:after {
    display: none; }
  .alexcooper-auction-header#auction-header .one-line-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .alexcooper-auction-header#auction-header .one-line-header > * {
      -webkit-flex-grow: 0;
      -webkit-flex-shrink: 0;
      flex-grow: 0;
      flex-shrink: 0; }
    .alexcooper-auction-header#auction-header .one-line-header .title-wrap {
      -webkit-flex-grow: 1;
      -webkit-flex-shrink: 1;
      flex-grow: 1;
      flex-shrink: 1;
      margin-left: 15px; }
    @media (max-width: 767px) {
      .alexcooper-auction-header#auction-header .one-line-header .actions {
        display: none; } }
  .alexcooper-auction-header#auction-header .mobile-only-header {
    display: none; }
  @media (max-width: 767px) {
    .alexcooper-auction-header#auction-header .mobile-only-header {
      display: block; } }
  .alexcooper-auction-header#auction-header .btn.back-to-lots {
    float: right;
    margin-top: 45px; }
  .alexcooper-auction-header#auction-header .btn-custom.bid-sheet, .alexcooper-auction-header#auction-header .btn-custom.view-lots {
    background: -ms-linear-gradient(#870019, #540010);
    background: linear-gradient(#870019, #540010);
    -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 #300009;
    color: white; }
    .alexcooper-auction-header#auction-header .btn-custom.bid-sheet:hover, .alexcooper-auction-header#auction-header .btn-custom.view-lots:hover {
      background: linear-gradient(#750016, #42000c);
      background: -ms-linear-gradient(#870019, #540010, "vertical"); }
    .alexcooper-auction-header#auction-header .btn-custom.bid-sheet.active, .alexcooper-auction-header#auction-header .btn-custom.view-lots.active {
      background: linear-gradient(#540010, #870019);
      background: -ms-linear-gradient(#870019, #540010, "vertical"); }
    .alexcooper-auction-header#auction-header .btn-custom.bid-sheet:hover, .alexcooper-auction-header#auction-header .btn-custom.bid-sheet:active, .alexcooper-auction-header#auction-header .btn-custom.view-lots:hover, .alexcooper-auction-header#auction-header .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); }
    .alexcooper-auction-header#auction-header .btn-custom.bid-sheet:active, .alexcooper-auction-header#auction-header .btn-custom.view-lots:active {
      background: linear-gradient(#42000c, #750016);
      background: -ms-linear-gradient(#870019, #540010, "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); }
    .alexcooper-auction-header#auction-header .btn-custom.bid-sheet.flat, .alexcooper-auction-header#auction-header .btn-custom.view-lots.flat {
      background: #870019;
      border: 0;
      border-color: #870019;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 0; }
    .alexcooper-auction-header#auction-header .btn-custom.bid-sheet.flat:hover, .alexcooper-auction-header#auction-header .btn-custom.view-lots.flat:hover {
      background: #a1001e; }
    .alexcooper-auction-header#auction-header .btn-custom.bid-sheet.flat:active, .alexcooper-auction-header#auction-header .btn-custom.view-lots.flat:active {
      background: #6e0014; }
    .alexcooper-auction-header#auction-header .btn-custom.bid-sheet.white.flat, .alexcooper-auction-header#auction-header .btn-custom.view-lots.white.flat {
      border: 1px solid black; }
  .alexcooper-auction-header#auction-header .alexcooper-auction-status-box {
    margin-right: 11px; }
    .alexcooper-auction-header#auction-header .alexcooper-auction-status-box .live-now-box {
      font-size: 15px;
      padding-top: 5px; }
  .alexcooper-auction-header#auction-header .alexcooper-auction-status-box, .alexcooper-auction-header#auction-header .title-wrap {
    margin-top: 12px;
    margin-bottom: 12px; }
  .alexcooper-auction-header#auction-header .title {
    font-size: 21px;
    font-weight: 600;
    width: auto;
    margin: 0; }
  @media (min-width: 768px) {
    .alexcooper-auction-header#auction-header .actions {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      align-self: stretch;
      -ms-flex-item-align: stretch; } }
  @media (max-width: 767px) {
    .alexcooper-auction-header#auction-header .actions > * {
      margin-bottom: 15px; }
    .alexcooper-auction-header#auction-header .actions > .mobile-toggle-auction-info {
      margin-bottom: 0; } }
  .alexcooper-auction-header#auction-header .actions {
    text-align: center; }
    .alexcooper-auction-header#auction-header .actions > * {
      display: inline-block;
      vertical-align: middle; }
    .alexcooper-auction-header#auction-header .actions .auction-timer, .alexcooper-auction-header#auction-header .actions .btn-wrap, .alexcooper-auction-header#auction-header .actions .auction-registration-notice {
      border-left: 1px solid #ccc;
      padding-left: 15px;
      padding-right: 15px; }
    .alexcooper-auction-header#auction-header .actions .btn-wrap + .btn-wrap {
      padding-left: 0;
      border-left-width: 0; }
    .alexcooper-auction-header#auction-header .actions > a:first-child, .alexcooper-auction-header#auction-header .actions > div:first-child {
      border-left-width: 0; }
    .alexcooper-auction-header#auction-header .actions .auction-registration-notice {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px;
      width: 147px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .alexcooper-auction-header#auction-header .actions .auction-registration-notice {
          border-left-width: 0;
          padding-left: 0;
          margin-bottom: 15px; } }
      .alexcooper-auction-header#auction-header .actions .auction-registration-notice.approved, .alexcooper-auction-header#auction-header .actions .auction-registration-notice.pending, .alexcooper-auction-header#auction-header .actions .auction-registration-notice.declined {
        background-repeat: no-repeat;
        background-size: 13px auto;
        background-position: 12px center;
        padding-left: 37px; }
      .alexcooper-auction-header#auction-header .actions .auction-registration-notice.pending, .alexcooper-auction-header#auction-header .actions .auction-registration-notice.declined {
        padding-right: 15px; }
      .alexcooper-auction-header#auction-header .actions .auction-registration-notice.pending {
        background-image: url("/img/icon-clock.png"); }
      .alexcooper-auction-header#auction-header .actions .auction-registration-notice.declined {
        background-image: url("/img/icon-x.png"); }
      .alexcooper-auction-header#auction-header .actions .auction-registration-notice.approved {
        background-image: url("/img/icon-check.png");
        font-weight: normal;
        width: 135px;
        padding-right: 10px; }
  .alexcooper-auction-header#auction-header .toggle-auction-info {
    width: 67px;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-self: stretch;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
    border-width: 0 1px !important;
    border-style: solid;
    border-color: #cccccc;
    position: relative; }
    .alexcooper-auction-header#auction-header .toggle-auction-info:before {
      content: "";
      position: absolute;
      top: 75%;
      left: 50%;
      width: 16px;
      height: 9px;
      margin-top: -4px;
      margin-left: -8px;
      background: url("/img/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; }
    .alexcooper-auction-header#auction-header .toggle-auction-info .toggle-label {
      align-self: center;
      width: 100%; }
    .alexcooper-auction-header#auction-header .toggle-auction-info.open {
      background-color: white; }
    .alexcooper-auction-header#auction-header .toggle-auction-info.open:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .alexcooper-auction-header#auction-header .mobile-toggle-auction-info {
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 100%;
    align-self: stretch;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    height: 45px;
    line-height: 45px; }
    .alexcooper-auction-header#auction-header .mobile-toggle-auction-info:after {
      content: "";
      margin-left: 7px;
      width: 16px;
      height: 8px;
      display: inline-block;
      background: url("/img/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; }
    .alexcooper-auction-header#auction-header .mobile-toggle-auction-info:before {
      position: absolute;
      background: inherit;
      top: -1px;
      height: 100%;
      border: inherit;
      left: -200%;
      right: -200%;
      z-index: -1;
      content: "";
      box-sizing: content-box; }
    .alexcooper-auction-header#auction-header .mobile-toggle-auction-info .toggle-label {
      display: inline; }
    .alexcooper-auction-header#auction-header .mobile-toggle-auction-info.open {
      background-color: white; }
    .alexcooper-auction-header#auction-header .mobile-toggle-auction-info.open:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .alexcooper-auction-header#auction-header .auction-timer {
    text-align: right; }
    .alexcooper-auction-header#auction-header .auction-timer .timer-label {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px; }
      .alexcooper-auction-header#auction-header .auction-timer .timer-label.closed {
        color: #b9121a; }
    .alexcooper-auction-header#auction-header .auction-timer .timer {
      font-style: italic;
      color: #b9121a;
      font-size: 13px; }
  .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .alexcooper-auction-status-box {
    width: 65px;
    height: 66px;
    padding: 2px; }
    .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .alexcooper-auction-status-box.has-end-date {
      width: 126px; }
    .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .alexcooper-auction-status-box .date-box {
      width: 61px; }
    .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .alexcooper-auction-status-box .day {
      font-size: 13px; }
    .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .alexcooper-auction-status-box .date {
      font-size: 27px;
      margin-top: -7px; }
    .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .alexcooper-auction-status-box .month {
      font-size: 14px;
      margin-top: -8px; }
    .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .alexcooper-auction-status-box .live-now-box {
      font-size: 17px; }
  .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .main-box {
    max-width: 780px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding-left: 10px;
    padding-right: 6px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 6px 10px 6px 10px; }
    .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .main-box .title {
      color: #870019;
      font-size: 21px;
      font-weight: 600;
      height: 31px;
      line-height: 31px;
      margin: 0px;
      overflow: hidden; }
    .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .main-box .subtitle, .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .main-box .auction-registration-notice {
      text-transform: uppercase;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      /*.item + .item:before {
					content: "•";
				}*/ }
    .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .main-box .auction-registration-notice {
      color: #b9121a;
      font-weight: 600; }
      .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .main-box .auction-registration-notice::before {
        color: #333;
        content: " • "; }
    .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .main-box > .actions {
      display: inline-block;
      vertical-align: top;
      margin-top: -1px; }
      .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .main-box > .actions .btn:not(.group) {
        height: 24px;
        line-height: 22px;
        padding: 0 10px;
        margin-left: 6px; }
    .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .main-box .toggle-auction-info {
      width: 154px; }
  .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .main-box.title-only {
    padding-left: 15px;
    padding-right: 15px; }
    .alexcooper-auction-header#auction-header .alexcooper-auction-header-details .main-box.title-only .title {
      font-size: 29px;
      height: 53px;
      line-height: 53px;
      font-weight: 500; }

.alexcooper-auction-details-wrap {
  overflow: hidden;
  position: relative;
  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;
  display: none;
  background-size: auto 100%;
  background-position: center center; }
  .alexcooper-auction-details-wrap.open {
    display: block; }
  .alexcooper-auction-details-wrap .background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center; }

.alexcooper-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; }
  .alexcooper-auction-details .auction-registration-notice.pending {
    background-image: url("/img/icon-clock.png"); }
  .alexcooper-auction-details .auction-registration-notice.declined {
    background-image: url("/img/icon-x.png"); }
  .alexcooper-auction-details .auction-registration-notice.approved {
    background-image: url("/img/icon-check.png"); }
  .alexcooper-auction-details .auction-registration-notice .registration-label {
    font-weight: bold; }

.alexcooper-auction-details .details-overlay {
  position: relative;
  padding: 22px 15px; }
  .alexcooper-auction-details .details-overlay, .alexcooper-auction-details .details-overlay:before {
    background-color: rgba(255, 255, 255, 0.85); }
  .alexcooper-auction-details .details-overlay:before {
    content: "";
    position: absolute;
    left: 100%;
    width: 2000px;
    top: 0;
    bottom: 0; }
  @media (max-width: 767px) {
    .alexcooper-auction-details .details-overlay {
      margin-left: -15px;
      margin-right: -15px; } }

.alexcooper-auction-details .section, .alexcooper-auction-details .block-section {
  margin: 10px 0 14px; }
  .alexcooper-auction-details .section .title, .alexcooper-auction-details .block-section .title {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .alexcooper-auction-details .section .title, .alexcooper-auction-details .section .value, .alexcooper-auction-details .block-section .title, .alexcooper-auction-details .block-section .value {
    font-size: 16px; }
  .alexcooper-auction-details .section .value, .alexcooper-auction-details .block-section .value {
    font-size: 13px; }

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

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

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

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

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

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

.bid-history > .title {
  color: #ffffff !important; }

.lot-info:hover {
  background-color: none; }

.logo.collapsed {
  background-size: auto 75%;
  background-image: url("/img/logo-alexcooper.png") !important; }

.navbar-header::after {
  color: #870019;
  position: absolute;
  right: 70px;
  top: -60px;
  text-transform: uppercase;
  font-size: 20px;
  content: "Web Demo"; }

.auction-timer .timer-label.closed {
  color: #870019; }

.auction-timer .timer {
  color: #870019; }

.alexcooper-lots .alexcooper-lot-list-auction-header, .alexcooper-lots .alexcooper-lot, .alexcooper-lots .foreclosure-label {
  border-top: 1px solid #eee;
  padding-top: 15px; }

.alexcooper-lots .alexcooper-lot-list-auction-header + .alexcooper-lot, .alexcooper-lots .alexcooper-lot-list-auction-header:first-child, .alexcooper-lots .alexcooper-lot:first-child, .alexcooper-lots .foreclosure-container:first-child .foreclosure-label {
  border-top-width: 0; }

.alexcooper-lots.list-view .alexcooper-lot .timer, .alexcooper-lots.list-view .alexcooper-lot .timer {
  color: #870019; }

.alexcooper-foreclosures-list, .alexcooper-foreclosure-container {
  /* Use this styling on the foreclosures page (as opposed to the lot list which is more general). */ }
  .alexcooper-foreclosures-list .foreclosure-label, .alexcooper-foreclosure-container .foreclosure-label {
    text-transform: uppercase;
    font-weight: bold; }
  .alexcooper-foreclosures-list .foreclosure-county-header, .alexcooper-foreclosures-list .foreclosure-date-header, .alexcooper-foreclosure-container .foreclosure-county-header, .alexcooper-foreclosure-container .foreclosure-date-header {
    margin-top: 15px;
    margin-bottom: 5px; }
  .alexcooper-foreclosures-list .foreclosure-date-header, .alexcooper-foreclosure-container .foreclosure-date-header {
    text-align: right; }
    .alexcooper-foreclosures-list .foreclosure-date-header .date-box, .alexcooper-foreclosures-list .foreclosure-date-header .full-date, .alexcooper-foreclosure-container .foreclosure-date-header .date-box, .alexcooper-foreclosure-container .foreclosure-date-header .full-date {
      display: inline-block;
      vertical-align: middle; }
    .alexcooper-foreclosures-list .foreclosure-date-header .alexcooper-auction-status-box + .full-date, .alexcooper-foreclosure-container .foreclosure-date-header .alexcooper-auction-status-box + .full-date {
      margin-left: 10px; }
    .alexcooper-foreclosures-list .foreclosure-date-header .full-date, .alexcooper-foreclosure-container .foreclosure-date-header .full-date {
      line-height: 30px;
      text-transform: uppercase; }
      .alexcooper-foreclosures-list .foreclosure-date-header .full-date .month, .alexcooper-foreclosures-list .foreclosure-date-header .full-date .date, .alexcooper-foreclosures-list .foreclosure-date-header .full-date .year, .alexcooper-foreclosure-container .foreclosure-date-header .full-date .month, .alexcooper-foreclosure-container .foreclosure-date-header .full-date .date, .alexcooper-foreclosure-container .foreclosure-date-header .full-date .year {
        font-weight: bold; }
  .alexcooper-foreclosures-list .foreclosure-county-header .county-title, .alexcooper-foreclosure-container .foreclosure-county-header .county-title {
    color: #870019;
    font-size: 21px;
    font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .alexcooper-foreclosures-list.has-date-grouping .foreclosure-county-header, .alexcooper-foreclosure-container.has-date-grouping .foreclosure-county-header {
    margin-top: 15px;
    margin-bottom: 5px; }
    .alexcooper-foreclosures-list.has-date-grouping .foreclosure-county-header.is-first-lot-in-date, .alexcooper-foreclosure-container.has-date-grouping .foreclosure-county-header.is-first-lot-in-date {
      margin-top: 10px; }
  .alexcooper-foreclosures-list.has-date-grouping .foreclosure-date-header, .alexcooper-foreclosure-container.has-date-grouping .foreclosure-date-header {
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left; }
  .alexcooper-foreclosures-list .foreclosure-location-description, .alexcooper-foreclosure-container .foreclosure-location-description {
    margin-top: 10px;
    margin-bottom: 15px; }
    .alexcooper-foreclosures-list .foreclosure-location-description .location-label, .alexcooper-foreclosure-container .foreclosure-location-description .location-label {
      font-weight: bold;
      text-transform: uppercase; }
  .alexcooper-foreclosures-list .foreclosure-lot, .alexcooper-foreclosure-container .foreclosure-lot {
    line-height: 25px; }
    .alexcooper-foreclosures-list .foreclosure-lot.cancelled > *, .alexcooper-foreclosure-container .foreclosure-lot.cancelled > * {
      text-decoration: line-through; }
      .alexcooper-foreclosures-list .foreclosure-lot.cancelled > *.status, .alexcooper-foreclosure-container .foreclosure-lot.cancelled > *.status {
        text-decoration: none; }
    .alexcooper-foreclosures-list .foreclosure-lot.postponed .foreclosure-title, .alexcooper-foreclosures-list .foreclosure-lot.postponed .deposit-amount, .alexcooper-foreclosures-list .foreclosure-lot.postponed .lawyer-code, .alexcooper-foreclosure-container .foreclosure-lot.postponed .foreclosure-title, .alexcooper-foreclosure-container .foreclosure-lot.postponed .deposit-amount, .alexcooper-foreclosure-container .foreclosure-lot.postponed .lawyer-code {
      text-decoration: line-through; }
    .alexcooper-foreclosures-list .foreclosure-lot.postponed .status, .alexcooper-foreclosure-container .foreclosure-lot.postponed .status {
      text-transform: uppercase; }
    .alexcooper-foreclosures-list .foreclosure-lot .watch-icon-wrap, .alexcooper-foreclosure-container .foreclosure-lot .watch-icon-wrap {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px; }
    .alexcooper-foreclosures-list .foreclosure-lot .foreclosure-time, .alexcooper-foreclosure-container .foreclosure-lot .foreclosure-time {
      font-weight: bold; }
    .alexcooper-foreclosures-list .foreclosure-lot .deposit-amount, .alexcooper-foreclosure-container .foreclosure-lot .deposit-amount {
      font-weight: bold; }
      .alexcooper-foreclosures-list .foreclosure-lot .deposit-amount .deposit-amount-label, .alexcooper-foreclosure-container .foreclosure-lot .deposit-amount .deposit-amount-label {
        text-transform: uppercase; }
    .alexcooper-foreclosures-list .foreclosure-lot .status, .alexcooper-foreclosure-container .foreclosure-lot .status {
      text-transform: lowercase; }
    .alexcooper-foreclosures-list .foreclosure-lot .foreclosure-sold-price, .alexcooper-foreclosure-container .foreclosure-lot .foreclosure-sold-price {
      text-transform: uppercase; }
      .alexcooper-foreclosures-list .foreclosure-lot .foreclosure-sold-price .amount, .alexcooper-foreclosure-container .foreclosure-lot .foreclosure-sold-price .amount {
        color: #870019; }
    .alexcooper-foreclosures-list .foreclosure-lot .lawyer-code, .alexcooper-foreclosure-container .foreclosure-lot .lawyer-code {
      font-weight: bold; }
    .alexcooper-foreclosures-list .foreclosure-lot .location-map-container, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container {
      position: relative;
      display: inline-block; }
      .alexcooper-foreclosures-list .foreclosure-lot .location-map-container .location-map-popup-wrap, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container .location-map-popup-wrap {
        display: none;
        position: absolute;
        bottom: 19px;
        left: -90px;
        width: 200px;
        z-index: 2000;
        height: auto; }
        .alexcooper-foreclosures-list .foreclosure-lot .location-map-container .location-map-popup-wrap:before, .alexcooper-foreclosures-list .foreclosure-lot .location-map-container .location-map-popup-wrap:after, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container .location-map-popup-wrap:before, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container .location-map-popup-wrap:after {
          content: "";
          position: absolute;
          bottom: 4px;
          width: 0;
          height: 0;
          left: 93px;
          border-style: solid;
          border-width: 15px 15px 0 15px; }
        .alexcooper-foreclosures-list .foreclosure-lot .location-map-container .location-map-popup-wrap:before, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container .location-map-popup-wrap:before {
          border-color: #ccc transparent transparent transparent; }
        .alexcooper-foreclosures-list .foreclosure-lot .location-map-container .location-map-popup-wrap:after, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container .location-map-popup-wrap:after {
          border-color: #fff transparent transparent transparent;
          bottom: 5px; }
        .alexcooper-foreclosures-list .foreclosure-lot .location-map-container .location-map-popup-wrap .location-map-popup, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container .location-map-popup-wrap .location-map-popup {
          border: 1px solid #ccc;
          margin-bottom: 19px;
          background-color: white; }
          .alexcooper-foreclosures-list .foreclosure-lot .location-map-container .location-map-popup-wrap .location-map-popup .close-icon, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container .location-map-popup-wrap .location-map-popup .close-icon {
            position: absolute;
            width: 15px;
            height: 15px;
            right: 8px;
            top: 8px;
            background: url("/img/icon-x.png") center center no-repeat;
            background-size: 100% auto;
            cursor: pointer; }
          .alexcooper-foreclosures-list .foreclosure-lot .location-map-container .location-map-popup-wrap .location-map-popup .address, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container .location-map-popup-wrap .location-map-popup .address {
            padding: 10px; }
        .alexcooper-foreclosures-list .foreclosure-lot .location-map-container .location-map-popup-wrap .location-map, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container .location-map-popup-wrap .location-map {
          width: 100%; }
      .alexcooper-foreclosures-list .foreclosure-lot .location-map-container .open-maps-link, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container .open-maps-link {
        text-transform: uppercase;
        color: #999;
        font-size: 14px;
        text-align: center;
        display: block;
        border-top: 1px solid #eee;
        padding: 10px 0; }
      .alexcooper-foreclosures-list .foreclosure-lot .location-map-container .location-map-popup-wrap.open, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container .location-map-popup-wrap.open {
        display: block; }
      .alexcooper-foreclosures-list .foreclosure-lot .location-map-container .map-toggle, .alexcooper-foreclosure-container .foreclosure-lot .location-map-container .map-toggle {
        cursor: pointer;
        text-transform: uppercase;
        color: #999;
        text-decoration: underline; }
    .alexcooper-foreclosures-list .foreclosure-lot .view-ad-link a, .alexcooper-foreclosure-container .foreclosure-lot .view-ad-link a {
      cursor: pointer;
      text-transform: uppercase;
      color: #999;
      text-decoration: underline; }

h2 {
  font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px; }

@media (min-width: 768px) {
  .alexcooper-lot-page .mls-number {
    text-align: right; } }

.alexcooper-lot-page .lot-type, .alexcooper-lot-page .mls-number {
  line-height: 24px; }

.alexcooper-lot-page .mls-number-value {
  font-weight: bold; }

.alexcooper-lot-page .main-row {
  margin-top: 15px;
  margin-bottom: 25px; }

.alexcooper-lot-page .details .date-and-location {
  margin-bottom: 15px; }

.alexcooper-lot-page .login-to-bid-notice {
  margin-bottom: 10px; }

.alexcooper-lot-page .main-lot-header .lot-number {
  text-transform: uppercase;
  color: #870019;
  font-weight: bold;
  font-size: 15px; }

.alexcooper-lot-page .main-lot-header .lot-type {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  padding-left: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top; }
  .alexcooper-lot-page .main-lot-header .lot-type.featured {
    background-image: url("/img/icon-featured_auction.png"); }
  .alexcooper-lot-page .main-lot-header .lot-type.foreclosures {
    background-image: url("/img/icon-foreclosure.png"); }
  .alexcooper-lot-page .main-lot-header .lot-type.traditional {
    background-image: url("/img/icon-traditional.png"); }

.alexcooper-lot-page .main-lot-header .lot-type.traditional {
  color: #6acbb9;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px; }

.alexcooper-lot-page .main-lot-header .title {
  font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 15px 0;
  line-height: 28px; }
  .alexcooper-lot-page .main-lot-header .title:first-child {
    margin-top: 0; }

.alexcooper-lot-page .main-lot-header .location-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0; }

.alexcooper-lot-page .main-image-wrap {
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative; }
  .alexcooper-lot-page .main-image-wrap .main-image-placeholder {
    content: "";
    width: 100%;
    padding-top: 56.25%;
    position: relative; }
    .alexcooper-lot-page .main-image-wrap .main-image-placeholder.has-placeholder {
      background-image: url("/img/lot-thumbnail-placeholder.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-color: #eee; }
    .alexcooper-lot-page .main-image-wrap .main-image-placeholder .caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 5px;
      font-weight: bold;
      background-color: rgba(255, 255, 255, 0.75);
      font-size: 16px;
      z-index: 1; }
  .alexcooper-lot-page .main-image-wrap .prev-next-button, .alexcooper-lot-page .main-image-wrap .expand-button {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
    @media (min-width: 768px) {
      .alexcooper-lot-page .main-image-wrap .prev-next-button, .alexcooper-lot-page .main-image-wrap .expand-button {
        display: none;
        opacity: 0.5; } }
    @media (max-width: 767px) {
      .alexcooper-lot-page .main-image-wrap .prev-next-button, .alexcooper-lot-page .main-image-wrap .expand-button {
        opacity: 0.75; } }
    .alexcooper-lot-page .main-image-wrap .prev-next-button:hover, .alexcooper-lot-page .main-image-wrap .expand-button:hover {
      opacity: 0.75; }
    .alexcooper-lot-page .main-image-wrap .prev-next-button:active, .alexcooper-lot-page .main-image-wrap .expand-button:active {
      opacity: 1.0; }
  .alexcooper-lot-page .main-image-wrap .prev-next-button {
    top: calc(50% - 25px);
    height: 50px;
    width: 50px;
    background-size: 30% auto; }
    .alexcooper-lot-page .main-image-wrap .prev-next-button.prev {
      left: 0;
      background-image: url("/img/arrow-left-gray-90.png"); }
    .alexcooper-lot-page .main-image-wrap .prev-next-button.next {
      right: 0;
      background-image: url("/img/arrow-right-gray-90.png"); }
  .alexcooper-lot-page .main-image-wrap .expand-button {
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    top: 10px;
    right: 10px;
    text-align: center; }
    .alexcooper-lot-page .main-image-wrap .expand-button:before {
      font-size: 23px;
      line-height: 50px;
      color: #333; }
  .alexcooper-lot-page .main-image-wrap:hover .prev-next-button, .alexcooper-lot-page .main-image-wrap:hover .expand-button {
    display: block; }

.alexcooper-lot-page .main-image {
  width: 100%;
  position: absolute;
  top: 0; }

.alexcooper-lot-page .images-wrap {
  display: block;
  margin-top: 15px;
  overflow: hidden; }

.alexcooper-lot-page .images {
  height: 143px;
  width: 99999px; }

.alexcooper-lot-page .images img {
  opacity: 0.4;
  height: 100%;
  margin-left: 7px;
  cursor: pointer;
  transition: opacity 0.2s; }

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

.alexcooper-lot-page .images img.active {
  opacity: 1.0;
  border: 2px solid #717171; }

.alexcooper-lot-page .in-cooperation-with-container {
  margin-bottom: 30px; }

.alexcooper-lot-page .property-information-container {
  margin-bottom: 20px; }
  .alexcooper-lot-page .property-information-container .property-value {
    line-height: 32px; }

.alexcooper-lot-page .external-links-container {
  margin-bottom: 20px; }

.alexcooper-lot-page .external-link {
  color: #870019;
  line-height: 30px;
  display: block;
  font-weight: 500;
  text-decoration: underline; }

.alexcooper-lot-page .lot-content-tabs {
  bottom: auto;
  right: auto;
  position: relative;
  margin-bottom: 15px; }
  .alexcooper-lot-page .lot-content-tabs .tab {
    font-weight: 700;
    letter-spacing: 1px; }

.alexcooper-lot-page .date-and-location.pre-auction {
  background-color: #f7f7f7;
  padding: 10px; }

.alexcooper-lot-page .date-and-location .date-label {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px; }

.alexcooper-lot-page .auction-day-of-week {
  text-transform: uppercase; }

.alexcooper-lot-page .auction-date {
  font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  margin: 5px auto; }

.alexcooper-lot-page .auction-location-notice {
  font-size: 14px; }

.alexcooper-lot-page .auction-time-left {
  text-align: center;
  margin: 25px 0 0 0; }

.alexcooper-lot-page .btn-custom.register-to-bid {
  display: block; }

.alexcooper-lot-page .my-bid-vertical {
  margin-bottom: 15px; }

.alexcooper-lot-page .bidding-opens {
  background-color: #f7f7f7;
  padding: 10px; }

.alexcooper-lot-page .toolbar-deposit {
  line-height: 30px; }

.alexcooper-lot-page .prices {
  margin-top: 30px; }

.alexcooper-lot-page .lot-actions {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }
  .alexcooper-lot-page .lot-actions .lot-action {
    cursor: pointer;
    width: 33%;
    position: relative;
    text-align: center; }
    .alexcooper-lot-page .lot-actions .lot-action.watch .lot-action-icon::before, .alexcooper-lot-page .lot-actions .lot-action.watching .lot-action-icon::before {
      font-size: 18px; }
    .alexcooper-lot-page .lot-actions .lot-action.watching.lot-action .lot-action-icon, .alexcooper-lot-page .lot-actions .lot-action.watching.lot-action .lot-action-label {
      color: #870019; }
    .alexcooper-lot-page .lot-actions .lot-action::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -20px;
      bottom: -20px;
      z-index: -1; }
    .alexcooper-lot-page .lot-actions .lot-action:hover::before {
      background-color: #f7f7f7; }
    .alexcooper-lot-page .lot-actions .lot-action:active::before {
      background-color: #eee; }
    .alexcooper-lot-page .lot-actions .lot-action .lot-action-label {
      text-transform: uppercase;
      margin-top: 5px; }

.alexcooper-lot-page .addthis_sharing_toolbox {
  display: none;
  text-align: center;
  margin-top: 15px; }
  .alexcooper-lot-page .addthis_sharing_toolbox.visible {
    display: block; }
  .alexcooper-lot-page .addthis_sharing_toolbox .a2a_default_style a {
    float: right; }

.alexcooper-lot-page .property-location-container .property-location {
  width: 100%;
  border: 1px solid #ccc; }

.alexcooper-lot-page .auction-agent {
  position: relative; }
  .alexcooper-lot-page .auction-agent .agent-container {
    display: flex;
    align-items: center;
    margin: 30px 0px 30px 15px; }
    .alexcooper-lot-page .auction-agent .agent-container .agent-img-container {
      width: 100px;
      height: 140px;
      overflow: hidden;
      border-radius: 50px;
      align-self: flex-start; }
      .alexcooper-lot-page .auction-agent .agent-container .agent-img-container .agent-pic {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .alexcooper-lot-page .auction-agent .agent-container .agent-details {
      margin-left: 5%;
      width: calc(100% - 100px - 5%); }
      .alexcooper-lot-page .auction-agent .agent-container .agent-details .details {
        border-left: 1px solid #eee;
        padding-left: 5%; }
        .alexcooper-lot-page .auction-agent .agent-container .agent-details .details .email {
          word-break: break-word; }
      .alexcooper-lot-page .auction-agent .agent-container .agent-details .agent-logo {
        margin-top: 3px;
        padding-left: 5%; }
  .alexcooper-lot-page .auction-agent .details {
    position: relative; }
    .alexcooper-lot-page .auction-agent .details .name {
      font-weight: bold;
      font-size: 18px; }
    .alexcooper-lot-page .auction-agent .details .phone {
      font-size: 18px; }

.alexcooper-lot-page .app-links a .download-app {
  height: 40px; }

.alexcooper-lot-page .app-links a + a {
  margin-left: 10px; }

.alexcooper-lot-page .details h2 {
  margin-top: 30px;
  margin-bottom: 15px; }

@media (max-width: 991px) {
  .alexcooper-lot-page .description {
    margin-bottom: 25px; } }

.documents .document {
  line-height: 22px;
  margin-top: 3px; }
  @media (max-width: 767px) {
    .documents .document {
      margin-top: 12px; } }

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

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

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

.documents .document-name {
  margin-right: 10px; }

.documents .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 .document-icon, .documents .document-icon.pdf {
    background-color: #870019; }
  .documents .document-icon.jpg {
    background-color: #ffa200; }
  .documents .document-icon.xls {
    background-color: #007608; }
  .documents .document-icon.doc {
    background-color: #155b98; }

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

.document-nda .accept-nda-text {
  margin-right: 15px; }
  .document-nda .accept-nda-text input {
    vertical-align: top;
    margin-right: 4px; }

timer .timer-box {
  display: inline-block;
  vertical-align: top;
  background-color: #f7f7f7;
  width: 23%;
  position: relative;
  text-align: center; }
  timer .timer-box + .timer-box {
    margin-left: 2%; }
  timer .timer-box .count-and-label-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    timer .timer-box .count-and-label-wrap::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    timer .timer-box .count-and-label-wrap .count-and-label {
      vertical-align: middle;
      display: inline-block; }
      timer .timer-box .count-and-label-wrap .count-and-label .count {
        font-size: 32px; }
      timer .timer-box .count-and-label-wrap .count-and-label .count-label {
        text-transform: uppercase;
        font-size: 12px;
        color: #999; }
  timer .timer-box::before {
    content: "";
    margin-top: 100%;
    display: block; }

.alexcooper-lots.list-view .auction-title,
.alexcooper-lots.grid-view .auction-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 39px;
  height: 40px;
  border-bottom: 1px solid #e5e5e5; }
  .alexcooper-lots.list-view .auction-title .auction-type.timed-auction,
  .alexcooper-lots.grid-view .auction-title .auction-type.timed-auction {
    background-image: url("/img/icon-clock.png");
    background-repeat: no-repeat;
    background-size: 16px; }
  .alexcooper-lots.list-view .auction-title .auction-type.live-auction,
  .alexcooper-lots.grid-view .auction-title .auction-type.live-auction {
    background-image: url("/img/icon-hammer.png");
    background-repeat: no-repeat;
    background-size: 16px; }
  .alexcooper-lots.list-view .auction-title .auction-type,
  .alexcooper-lots.grid-view .auction-title .auction-type {
    padding-left: 18px;
    font-size: 15px;
    margin-right: 7px; }
  .alexcooper-lots.list-view .auction-title .auction-time-left,
  .alexcooper-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; }
  .alexcooper-lots.list-view .auction-title .lot-count,
  .alexcooper-lots.grid-view .auction-title .lot-count {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px; }

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

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

.alexcooper-lot-list-auction-header .first-line {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  color: #870019;
  line-height: 30px;
  font-size: 16px; }
  .alexcooper-lot-list-auction-header .first-line .lot-count, .alexcooper-lot-list-auction-header .first-line .auction-type {
    font-weight: bold;
    text-transform: uppercase; }
  .alexcooper-lot-list-auction-header .first-line .auction-type, .alexcooper-lot-list-auction-header .first-line .auction-time-left {
    width: 30%; }
  .alexcooper-lot-list-auction-header .first-line .auction-type {
    margin-right: 10px; }
  .alexcooper-lot-list-auction-header .first-line .auction-time-left {
    font-style: italic;
    font-weight: 500;
    text-align: right; }
  .alexcooper-lot-list-auction-header .first-line .auction-time-end {
    color: #333;
    text-transform: uppercase; }
    .alexcooper-lot-list-auction-header .first-line .auction-time-end .date {
      font-weight: bold; }

.alexcooper-lot-list-auction-header .alexcooper-auction-title {
  font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-top: 5px; }

.alexcooper-lot-list-auction-header .view-auction-lots-link {
  color: #999;
  text-transform: none;
  margin-left: 8px;
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px; }

.alexcooper-lots.list-view .alexcooper-lot-list-auction-header + .alexcooper-lot {
  margin-top: 0; }

.alexcooper-lots.list-view .alexcooper-lot {
  min-height: 155px;
  box-sizing: content-box;
  padding: 10px;
  background-color: #fff;
  position: relative;
  margin-top: 15px; }
  .alexcooper-lots.list-view .alexcooper-lot + .alexcooper-lot, .alexcooper-lots.list-view .alexcooper-lot + .alexcooper-lot-list-auction-header {
    margin-top: 0; }
  .alexcooper-lots.list-view .alexcooper-lot .lot-type.traditional {
    color: #6acbb9;
    font-weight: bold;
    text-transform: uppercase; }
  .alexcooper-lots.list-view .alexcooper-lot .lot-number, .alexcooper-lots.list-view .alexcooper-lot .lot-type, .alexcooper-lots.list-view .alexcooper-lot .mls-number, .alexcooper-lots.list-view .alexcooper-lot .details .auction-time-end {
    display: inline-block;
    vertical-align: top; }
  .alexcooper-lots.list-view .alexcooper-lot .mls-number {
    float: right;
    padding-left: 10px;
    padding-right: 20px;
    line-height: 22px; }
  .alexcooper-lots.list-view .alexcooper-lot .details .auction-time-end {
    float: right;
    padding: 0 20px;
    line-height: 24px;
    margin-top: -3px; }
  .alexcooper-lots.list-view .alexcooper-lot .mls-number-value {
    font-weight: bold; }
  .alexcooper-lots.list-view .alexcooper-lot a.view-details {
    float: right;
    color: #999;
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: underline;
    padding-left: 10px; }
    .alexcooper-lots.list-view .alexcooper-lot a.view-details:hover {
      color: #b3b3b3; }
  .alexcooper-lots.list-view .alexcooper-lot .list-price {
    text-transform: uppercase; }
    .alexcooper-lots.list-view .alexcooper-lot .list-price .list-price-value {
      font-weight: bold; }
  .alexcooper-lots.list-view .alexcooper-lot .bid-amount-input:focus ~ .bid-suggestions, .alexcooper-lots.list-view .alexcooper-lot .input-group:focus > .bid-suggestions {
    display: block; }
  .alexcooper-lots.list-view .alexcooper-lot .cover-thumbnail, .alexcooper-lots.list-view .alexcooper-lot .details, .alexcooper-lots.list-view .alexcooper-lot .description, .alexcooper-lots.list-view .alexcooper-lot .actions {
    display: inline-block;
    vertical-align: top; }
  .alexcooper-lots.list-view .alexcooper-lot .cover-thumbnail-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .alexcooper-lots.list-view .alexcooper-lot .cover-thumbnail-wrap .package-type {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: white;
      background-color: rgba(135, 0, 25, 0.6);
      line-height: 25px;
      text-align: center;
      font-size: 14px; }
  .alexcooper-lots.list-view .alexcooper-lot .header {
    margin-top: -4px; }
  .alexcooper-lots.list-view .alexcooper-lot .title {
    font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin: -4px 0 5px; }
  .alexcooper-lots.list-view .alexcooper-lot .header + .title {
    margin-top: 2px; }
  .alexcooper-lots.list-view .alexcooper-lot .view-details {
    float: right;
    margin-top: -4px; }
  .alexcooper-lots.list-view .alexcooper-lot .timer {
    font-style: italic;
    font-weight: 600;
    color: #b9121a;
    font-size: 15px;
    line-height: 31px;
    height: 31px;
    z-index: 1; }
    .alexcooper-lots.list-view .alexcooper-lot .timer.desktop {
      position: absolute; }
  .alexcooper-lots.list-view .alexcooper-lot .location-name {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px; }

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

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

.alexcooper-lots.list-view .alexcooper-lot .watch-icon-wrap {
  display: inline-block;
  vertical-align: top; }

.alexcooper-lots.list-view .alexcooper-lot .my-bid-vertical {
  margin-top: 10px; }

.alexcooper-lots.list-view .alexcooper-lot .place-bid-button-wrap,
.alexcooper-lots.list-view .alexcooper-lot .register-to-bid-button-wrap,
.alexcooper-lots.list-view .alexcooper-lot .watch-icon-wrap,
.alexcooper-lots.list-view .alexcooper-lot .field-value-wrap a,
.alexcooper-lots.list-view .alexcooper-lot .inner-place-bid-box,
.alexcooper-lots.list-view .alexcooper-lot .bid-actions,
.alexcooper-lots.list-view .alexcooper-lot .alexcooper-my-bid a, .alexcooper-lots.list-view .alexcooper-lot .alexcooper-my-bid button, .alexcooper-lots.list-view .alexcooper-lot .alexcooper-my-bid select, .alexcooper-lots.list-view .alexcooper-lot .alexcooper-my-bid input,
.alexcooper-lots.list-view .alexcooper-lot .my-bid-vertical a, .alexcooper-lots.list-view .alexcooper-lot .my-bid-vertical button, .alexcooper-lots.list-view .alexcooper-lot .my-bid-vertical select, .alexcooper-lots.list-view .alexcooper-lot .my-bid-vertical input {
  position: relative;
  z-index: 210; }

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

.alexcooper-lots.list-view .alexcooper-lot .cover-thumbnail-wrap {
  width: 100%; }
  .alexcooper-lots.list-view .alexcooper-lot .cover-thumbnail-wrap::before {
    padding-top: 56.25%;
    content: ""; }

.alexcooper-lots.list-view .alexcooper-lot .cover-thumbnail, .alexcooper-lots.list-view .alexcooper-lot .lot-thumbnail-placeholder {
  width: 100%;
  height: 155px;
  background-repeat: no-repeat;
  background-position: center center; }

.alexcooper-lots.list-view .alexcooper-lot .cover-thumbnail {
  position: absolute;
  background-size: 100% auto;
  left: 0;
  top: 0;
  background-size: contain; }

.alexcooper-lots.list-view .alexcooper-lot .lot-thumbnail-placeholder {
  background-size: auto 75%; }

.alexcooper-lots.list-view .alexcooper-lot .details {
  width: 100%; }
  .alexcooper-lots.list-view .alexcooper-lot .details .lot-number {
    text-transform: uppercase;
    color: #870019;
    font-weight: bold;
    font-size: 15px; }
  .alexcooper-lots.list-view .alexcooper-lot .details .lot-price-container {
    position: absolute;
    padding-left: 45px;
    right: 0px;
    padding-right: 8px;
    top: 8px; }
  .alexcooper-lots.list-view .alexcooper-lot .details .header {
    overflow: hidden; }
  .alexcooper-lots.list-view .alexcooper-lot .details .lot-number-and-title {
    display: block;
    width: 1500px; }
    .alexcooper-lots.list-view .alexcooper-lot .details .lot-number-and-title > * {
      display: inline-block;
      vertical-align: top; }
  .alexcooper-lots.list-view .alexcooper-lot .details .auction-time-end {
    color: #333;
    text-transform: uppercase; }
    .alexcooper-lots.list-view .alexcooper-lot .details .auction-time-end .date {
      font-weight: bold; }
  .alexcooper-lots.list-view .alexcooper-lot .details .timer.desktop {
    position: absolute;
    right: 8px;
    bottom: 0; }
  .alexcooper-lots.list-view .alexcooper-lot .details .my-bid-vertical .timer {
    text-align: center;
    margin-bottom: -10px; }
  .alexcooper-lots.list-view .alexcooper-lot .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'. */ }
    .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps .text-field-wrap {
      padding-right: 10px;
      border-left-width: 0;
      display: inline-block;
      vertical-align: top; }
      .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps .text-field-wrap .field-label {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        margin-top: 4px; }
    .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps.width-3rd-1 .text-field-wrap.width-1st {
      width: 80%; }
    .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps.width-3rd-1 .text-field-wrap.width-3rd {
      width: 20%; }
    .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps.width-3rd-2 .text-field-wrap.width-1st {
      width: 60%; }
    .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps.width-3rd-2 .text-field-wrap.width-3rd {
      width: 20%; }
    .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps.width-2nd-1 .text-field-wrap.width-1st, .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps.width-2nd-1 .text-field-wrap.width-2nd {
      width: 50%; }
    .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps.width-2nd-1.width-3rd-1 .text-field-wrap.width-1st {
      width: 50%; }
    .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps.width-2nd-1.width-3rd-1 .text-field-wrap.width-2nd {
      width: 30%; }
    .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps.width-2nd-1.width-3rd-1 .text-field-wrap.width-3rd {
      width: 20%; }
    .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps.width-2nd-1.width-3rd-2 .text-field-wrap.width-1st {
      width: 30%; }
    .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps.width-2nd-1.width-3rd-2 .text-field-wrap.width-2nd {
      width: 30%; }
    .alexcooper-lots.list-view .alexcooper-lot .details .text-field-wraps.width-2nd-1.width-3rd-2 .text-field-wrap.width-3rd {
      width: 20%; }

.alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .alexcooper-lot .details .header {
  margin-top: 10px; }

.alexcooper-lots.list-view .alexcooper-lot-container.force-mobile a.view-details {
  margin-top: 10px; }

.alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .alexcooper-lot.traditional a.view-details {
  line-height: 21px; }

.alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .title {
  margin-top: 10px; }

.alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .header + .title {
  margin-top: 5px; }

.alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .alexcooper-foreclosures-list .foreclosure-date-header, .alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .alexcooper-foreclosure-container .foreclosure-date-header {
  text-align: left;
  margin-top: 0; }

.alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .alexcooper-foreclosures-list .foreclosure-county-header, .alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .alexcooper-foreclosure-container .foreclosure-county-header {
  margin-bottom: 0; }

.alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .mls-number {
  line-height: 22px; }

.alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .details .auction-time-end {
  margin-top: 10px; }

.alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .alexcooper-lot-list-auction-header .first-line {
  display: block; }
  .alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .alexcooper-lot-list-auction-header .first-line .auction-type, .alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .alexcooper-lot-list-auction-header .first-line .auction-time-left {
    width: auto;
    display: block;
    text-align: left; }

.alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .alexcooper-lot-list-auction-header .alexcooper-auction-title, .alexcooper-lots.list-view .alexcooper-lot-container.force-mobile .alexcooper-lot .title {
  font-size: 16px; }

@media (max-width: 767px) {
  .alexcooper-lots.list-view .alexcooper-lot-container .alexcooper-lot .details .header {
    margin-top: 10px; }
  .alexcooper-lots.list-view .alexcooper-lot-container a.view-details {
    margin-top: 10px; }
  .alexcooper-lots.list-view .alexcooper-lot-container .alexcooper-lot.traditional a.view-details {
    line-height: 21px; }
  .alexcooper-lots.list-view .alexcooper-lot-container .title {
    margin-top: 10px; }
  .alexcooper-lots.list-view .alexcooper-lot-container .header + .title {
    margin-top: 5px; }
  .alexcooper-lots.list-view .alexcooper-lot-container .alexcooper-foreclosures-list .foreclosure-date-header, .alexcooper-lots.list-view .alexcooper-lot-container .alexcooper-foreclosure-container .foreclosure-date-header {
    text-align: left;
    margin-top: 0; }
  .alexcooper-lots.list-view .alexcooper-lot-container .alexcooper-foreclosures-list .foreclosure-county-header, .alexcooper-lots.list-view .alexcooper-lot-container .alexcooper-foreclosure-container .foreclosure-county-header {
    margin-bottom: 0; }
  .alexcooper-lots.list-view .alexcooper-lot-container .mls-number {
    line-height: 22px; }
  .alexcooper-lots.list-view .alexcooper-lot-container .details .auction-time-end {
    margin-top: 10px; }
  .alexcooper-lots.list-view .alexcooper-lot-container .alexcooper-lot-list-auction-header .first-line {
    display: block; }
    .alexcooper-lots.list-view .alexcooper-lot-container .alexcooper-lot-list-auction-header .first-line .auction-type, .alexcooper-lots.list-view .alexcooper-lot-container .alexcooper-lot-list-auction-header .first-line .auction-time-left {
      width: auto;
      display: block;
      text-align: left; }
  .alexcooper-lots.list-view .alexcooper-lot-container .alexcooper-lot-list-auction-header .alexcooper-auction-title, .alexcooper-lots.list-view .alexcooper-lot-container .alexcooper-lot .title {
    font-size: 16px; } }

.alexcooper-lot .watch-icon-wrap, .alexcooper-lot-item .watch-icon-wrap, .foreclosure-lot .watch-icon-wrap {
  cursor: pointer;
  -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; }
  .alexcooper-lot .watch-icon-wrap .watch-icon, .alexcooper-lot-item .watch-icon-wrap .watch-icon, .foreclosure-lot .watch-icon-wrap .watch-icon {
    color: #ccc;
    text-align: center; }
    .alexcooper-lot .watch-icon-wrap .watch-icon:hover, .alexcooper-lot-item .watch-icon-wrap .watch-icon:hover, .foreclosure-lot .watch-icon-wrap .watch-icon:hover {
      color: #999; }
    .alexcooper-lot .watch-icon-wrap .watch-icon:active, .alexcooper-lot-item .watch-icon-wrap .watch-icon:active, .foreclosure-lot .watch-icon-wrap .watch-icon:active {
      -webkit-transform: scale(0.95, 0.95);
      transform: scale(0.95, 0.95); }
  .alexcooper-lot .watch-icon-wrap.watched .watch-icon, .alexcooper-lot-item .watch-icon-wrap.watched .watch-icon, .foreclosure-lot .watch-icon-wrap.watched .watch-icon {
    color: #870019; }
    .alexcooper-lot .watch-icon-wrap.watched .watch-icon:hover, .alexcooper-lot-item .watch-icon-wrap.watched .watch-icon:hover, .foreclosure-lot .watch-icon-wrap.watched .watch-icon:hover {
      color: #d40027; }
    .alexcooper-lot .watch-icon-wrap.watched .watch-icon:active, .alexcooper-lot-item .watch-icon-wrap.watched .watch-icon:active, .foreclosure-lot .watch-icon-wrap.watched .watch-icon:active {
      color: #870019; }

.alexcooper-lots.list-view .alexcooper-lot .watch-icon-wrap {
  position: absolute;
  right: 0;
  padding: 5px;
  width: 27px;
  height: 27px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0; }
  .alexcooper-lots.list-view .alexcooper-lot .watch-icon-wrap:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  .alexcooper-lots.list-view .alexcooper-lot .watch-icon-wrap.watched {
    opacity: 0.75; }

.alexcooper-lots.list-view .alexcooper-lot .watch-icon, .alexcooper-lots.list-view .alexcooper-lot .watch-icon::before {
  display: inline-block;
  vertical-align: top;
  color: white;
  line-height: 17px;
  width: 17px;
  height: 17px;
  font-size: 17px; }

.alexcooper-lots.list-view .alexcooper-lot:hover .watch-icon-wrap, .alexcooper-lots.list-view .alexcooper-lot:hover .watch-icon-wrap.watched {
  opacity: 1.0; }

.alexcooper-lots.list-view .alexcooper-lot .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%); }

.alexcooper-lots.list-view .alexcooper-lot: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%); }

.alexcooper-lots.list-view .alexcooper-lot: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%); }

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

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

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

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

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

.alexcooper-bid-modal .modal-header {
  background-color: #2a2a2a;
  color: white;
  height: 52px; }

.alexcooper-bid-modal .modal-header .close {
  color: white;
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1.0;
  background-image: url("/img/icon-x-white-thin-bordered.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  width: 56px;
  height: 56px; }

.alexcooper-bid-modal .lot-header {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 20px;
  background-color: #FAFAFA; }
  .alexcooper-bid-modal .lot-header .lot-number {
    text-transform: uppercase;
    color: #870019;
    font-weight: bold;
    font-size: 15px; }
  .alexcooper-bid-modal .lot-header .lot-title {
    font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px;
    margin: 0 0 15px 0; }
  .alexcooper-bid-modal .lot-header .location-name {
    font-weight: bold;
    font-size: 14px; }
  .alexcooper-bid-modal .lot-header .bidding-info {
    text-align: center;
    font-size: 20px;
    margin: 30px 0;
    border-top: 1px solid #F1F1F1;
    padding-top: 30px; }
    .alexcooper-bid-modal .lot-header .bidding-info .bidding-info-title {
      text-transform: uppercase;
      font-weight: bold; }
    .alexcooper-bid-modal .lot-header .bidding-info .bidding-info-details {
      color: #A3A3A3; }

.alexcooper-bid-modal .lot-timer {
  background-color: #870019;
  color: white;
  line-height: 28px;
  font-size: 14px;
  padding: 0 5px;
  text-align: center;
  margin: 0 -20px; }
  .alexcooper-bid-modal .lot-timer .closed-notice, .alexcooper-bid-modal .lot-timer timer {
    display: inline-block;
    vertical-align: top; }
  .alexcooper-bid-modal .lot-timer .closed-notice + timer::before {
    margin-left: 12px;
    border-left: 1px solid #fafafa;
    padding-left: 12px;
    content: ""; }

.alexcooper-bid-modal .my-bid-vertical {
  margin-top: 30px; }

.alexcooper-bid-modal .modal-content.gray {
  background-color: #FAFAFA; }

.alexcooper-bid-modal .modal-footer {
  padding: 0;
  background-color: white; }
  .alexcooper-bid-modal .modal-footer .select-bid-container {
    margin-bottom: 20px; }
    .alexcooper-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; }
  .alexcooper-bid-modal .modal-footer .btn.submit {
    display: block;
    width: 100%;
    margin-bottom: 10px; }

#lots-map-container {
  position: relative;
  /* Allow navbar, filters bar, and 113px of the footer to be visible. */
  height: calc(100vh - 100px - 40px - 113px); }
  #lots-map-container .lot-list {
    display: none;
    padding: 0 15px;
    overflow: auto; }
    @media (min-width: 768px) {
      #lots-map-container .lot-list {
        display: block;
        position: absolute;
        left: 0%;
        width: 300px;
        top: 0;
        bottom: 0; }
        #lots-map-container .lot-list .toolbar-deposit .deposit-balance > .actions {
          /* Make the Add Funds link appear to the right most area of the left bar so that the popup doesn't get cut off when hovering */
          float: right; } }
    @media (min-width: 1600px) {
      #lots-map-container .lot-list {
        width: 400px; } }
    #lots-map-container .lot-list .alexcooper-toolbar-pagination-container {
      margin: 10px 0 20px;
      text-align: center; }
  #lots-map-container ng-map {
    position: absolute;
    left: 0;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      #lots-map-container ng-map {
        left: 300px; } }
    @media (min-width: 1600px) {
      #lots-map-container ng-map {
        left: 400px; } }

body.is-mobile {
  /* We are using flexbox to support dynamic heights so make everything static */ }
  body.is-mobile #lots-map-container {
    /* Allow navbar, and 3 lines of filters bar to be visible. */
    height: calc(100vh - 70px - 120px);
    /*height: auto;
		position: static;
		-webkit-flex-grow: 10;
		flex-grow: 10;
		ng-map {
			position: static;
			height: auto;
		}*/ }
  body.is-mobile #lots-map-container {
    /*display: flex;
		height: auto;
		flex-direction: column;
		position: absolute;*/
    /* Make the parent absolute so we define the bounds of the page which includes filters and map */
    /*top: $navbar-mobile-height;
		bottom: 0;
		left: 0;
		right: 0;
		ng-map {
			position: static;
			height: 100%;
		}*/ }

ng-map .gm-style-iw > div {
  max-width: inherit !important; }

ng-map .gm-style-iw > div, ng-map .gm-style-iw {
  overflow: visible !important; }

ng-map .gm-style-iw .alexcooper-lots .alexcooper-lot-list-auction-header {
  margin-top: 0;
  padding-top: 0; }

/* Reset styles that are auto inserted by angular map library */
ng-map .gm-style {
  font-family: "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: calc(20 / 14); }
  ng-map .gm-style .gm-style-iw {
    font-size: 15px; }

.site-footer .traditional-listings-notice {
  background-color: #6acbb9;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .site-footer .traditional-listings-notice .notice {
    font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-right: 20px; }
  .site-footer .traditional-listings-notice .view-traditional-listings-link {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding-right: 20px;
    background: url("/img/arrow-right-white.png") right center no-repeat;
    background-size: auto 50%; }
    @media (max-width: 767px) {
      .site-footer .traditional-listings-notice .view-traditional-listings-link {
        padding-right: 30px;
        background-size: auto 40%; } }

.slideshow-alexcooper-auction .block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  opacity: 0; }

.slideshow-alexcooper-auction .watch-icon-wrap {
  display: inline-block;
  vertical-align: top; }

.slideshow-alexcooper-auction .place-bid-button-wrap,
.slideshow-alexcooper-auction .watch-icon-wrap,
.slideshow-alexcooper-auction .field-value-wrap a,
.slideshow-alexcooper-auction .inner-place-bid-box,
.slideshow-alexcooper-auction .bid-actions {
  position: relative;
  z-index: 210; }

.slideshow-alexcooper-auction .inner-place-bid-box.bid-suggestions-open {
  z-index: 211; }

.slideshow-alexcooper-auction .alexcooper-auction-status-box-wrap, .slideshow-alexcooper-auction .alexcooper-auction-status-box {
  width: 60px; }

.slideshow-alexcooper-auction .alexcooper-auction-status-box {
  height: 60px; }
  .slideshow-alexcooper-auction .alexcooper-auction-status-box .date-box {
    margin-top: 5px; }

.slideshow-alexcooper-auction .alexcooper-auction-status-box-wrap {
  margin-right: 20px; }

.slideshow-alexcooper-auction .cover-thumbnail-wrap {
  width: calc(100% - 80px);
  position: relative; }
  .slideshow-alexcooper-auction .cover-thumbnail-wrap::before {
    padding-top: 56.25%;
    content: ""; }

.slideshow-alexcooper-auction .cover-thumbnail, .slideshow-alexcooper-auction .auction-thumbnail-placeholder {
  width: 100%;
  min-height: 210px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top; }

.slideshow-alexcooper-auction .cover-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain; }

.slideshow-alexcooper-auction .alexcooper-auction-status-box-wrap, .slideshow-alexcooper-auction .cover-thumbnail-wrap {
  display: inline-block;
  vertical-align: top; }

.slideshow-alexcooper-auction .actions {
  margin-left: -20px;
  margin-right: -20px;
  position: static;
  margin-top: 10px; }

.slideshow-alexcooper-auction .actions a {
  display: block;
  width: 100%; }

.slideshow-alexcooper-auction .details {
  width: 100%;
  position: relative;
  min-height: 210px; }
  @media (max-width: 767px) {
    .slideshow-alexcooper-auction .details {
      min-height: 0; } }
  .slideshow-alexcooper-auction .details .lot-number {
    text-transform: uppercase;
    color: #870019;
    font-weight: bold;
    font-size: 15px; }
  .slideshow-alexcooper-auction .details .title {
    font-size: 17px;
    font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .slideshow-alexcooper-auction .details .location-name {
    font-weight: bold;
    margin-top: 10px; }
  .slideshow-alexcooper-auction .details .location-description {
    margin-top: 3px;
    color: #999;
    font-size: 14px; }
  .slideshow-alexcooper-auction .details .lot-price-container {
    position: absolute;
    padding-left: 45px;
    right: 0px;
    padding-right: 8px;
    top: 8px; }
  .slideshow-alexcooper-auction .details .header {
    margin-top: 0px;
    margin-bottom: 7px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .slideshow-alexcooper-auction .details .auction-type-and-registration > * {
    display: inline-block;
    vertical-align: top; }
  .slideshow-alexcooper-auction .details .registration {
    color: #999;
    text-transform: uppercase; }
    .slideshow-alexcooper-auction .details .registration .fa-check {
      color: #6acbb9; }
  .slideshow-alexcooper-auction .details .auction-type + .registration {
    margin-left: 5px; }
  .slideshow-alexcooper-auction .details .lot-number-and-title {
    display: block;
    width: 1500px; }
    .slideshow-alexcooper-auction .details .lot-number-and-title > * {
      display: inline-block;
      vertical-align: top; }
  .slideshow-alexcooper-auction .details .auction-type {
    color: #870019;
    font-weight: bold;
    text-transform: uppercase; }
  .slideshow-alexcooper-auction .details .time-end {
    font-style: italic;
    color: #870019;
    font-weight: 500; }
  .slideshow-alexcooper-auction .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'. */ }
    .slideshow-alexcooper-auction .details .text-field-wraps .text-field-wrap {
      padding-right: 10px;
      border-left-width: 0;
      display: inline-block;
      vertical-align: top; }
      .slideshow-alexcooper-auction .details .text-field-wraps .text-field-wrap .field-label {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        margin-top: 4px; }
    .slideshow-alexcooper-auction .details .text-field-wraps.width-3rd-1 .text-field-wrap.width-1st {
      width: 80%; }
    .slideshow-alexcooper-auction .details .text-field-wraps.width-3rd-1 .text-field-wrap.width-3rd {
      width: 20%; }
    .slideshow-alexcooper-auction .details .text-field-wraps.width-3rd-2 .text-field-wrap.width-1st {
      width: 60%; }
    .slideshow-alexcooper-auction .details .text-field-wraps.width-3rd-2 .text-field-wrap.width-3rd {
      width: 20%; }
    .slideshow-alexcooper-auction .details .text-field-wraps.width-2nd-1 .text-field-wrap.width-1st, .slideshow-alexcooper-auction .details .text-field-wraps.width-2nd-1 .text-field-wrap.width-2nd {
      width: 50%; }
    .slideshow-alexcooper-auction .details .text-field-wraps.width-2nd-1.width-3rd-1 .text-field-wrap.width-1st {
      width: 50%; }
    .slideshow-alexcooper-auction .details .text-field-wraps.width-2nd-1.width-3rd-1 .text-field-wrap.width-2nd {
      width: 30%; }
    .slideshow-alexcooper-auction .details .text-field-wraps.width-2nd-1.width-3rd-1 .text-field-wrap.width-3rd {
      width: 20%; }
    .slideshow-alexcooper-auction .details .text-field-wraps.width-2nd-1.width-3rd-2 .text-field-wrap.width-1st {
      width: 30%; }
    .slideshow-alexcooper-auction .details .text-field-wraps.width-2nd-1.width-3rd-2 .text-field-wrap.width-2nd {
      width: 30%; }
    .slideshow-alexcooper-auction .details .text-field-wraps.width-2nd-1.width-3rd-2 .text-field-wrap.width-3rd {
      width: 20%; }

.alexcooper-auction + .alexcooper-auction {
  margin-top: 15px;
  border-top: 1px solid #eee;
  padding-top: 15px; }

.alexcooper-auction .block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  opacity: 0; }

.alexcooper-auction .watch-icon-wrap {
  display: inline-block;
  vertical-align: top; }

.alexcooper-auction .place-bid-button-wrap,
.alexcooper-auction .watch-icon-wrap,
.alexcooper-auction .field-value-wrap a,
.alexcooper-auction .inner-place-bid-box,
.alexcooper-auction .bid-actions {
  position: relative;
  z-index: 210; }

.alexcooper-auction .inner-place-bid-box.bid-suggestions-open {
  z-index: 211; }

.alexcooper-auction .alexcooper-auction-status-box-wrap, .alexcooper-auction .alexcooper-auction-status-box {
  width: 60px; }

.alexcooper-auction .alexcooper-auction-status-box {
  height: 60px; }
  .alexcooper-auction .alexcooper-auction-status-box .date-box {
    margin-top: 5px; }

.alexcooper-auction .alexcooper-auction-status-box-wrap {
  margin-right: 20px; }

.alexcooper-auction .cover-thumbnail-wrap {
  width: calc(100% - 80px);
  position: relative; }

.alexcooper-auction .cover-thumbnail, .alexcooper-auction .auction-thumbnail-placeholder {
  width: 100%;
  min-height: 210px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center; }

.alexcooper-auction .auction-thumbnail-placeholder {
  display: inline-block;
  vertical-align: top;
  background-color: #eee; }

.alexcooper-auction .cover-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain; }

.alexcooper-auction .alexcooper-auction-status-box-wrap, .alexcooper-auction .cover-thumbnail-wrap {
  display: inline-block;
  vertical-align: top; }

.alexcooper-auction .actions {
  margin-top: 6px; }
  @media (max-width: 767px) {
    .alexcooper-auction .actions {
      position: static; } }

.alexcooper-auction .actions a {
  margin-top: 5px;
  margin-right: 7px; }
  @media (max-width: 767px) {
    .alexcooper-auction .actions a {
      width: 100%; } }

.alexcooper-auction .details {
  width: 100%;
  position: relative;
  min-height: 214px;
  /* Add 4px to offset negative margin on .details .header which aligns the title pixel perfectly. */
  padding-bottom: 36px; }
  @media (max-width: 767px) {
    .alexcooper-auction .details {
      min-height: 0;
      padding-bottom: 0; } }
  .alexcooper-auction .details .lot-number {
    text-transform: uppercase;
    color: #870019;
    font-weight: bold;
    font-size: 15px; }
  .alexcooper-auction .details .title {
    font-size: 17px;
    font-family: "Libre Baskerville", "Larsseit", "Avenir", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      .alexcooper-auction .details .title {
        padding-bottom: 0; } }
  .alexcooper-auction .details .location-wrap {
    margin-top: 7px; }
  .alexcooper-auction .details .location-name {
    font-weight: bold; }
  .alexcooper-auction .details .location-description {
    color: #999;
    font-size: 14px; }
  .alexcooper-auction .details .location-name + .location-description {
    margin-top: 3px; }
  .alexcooper-auction .details .lot-price-container {
    position: absolute;
    padding-left: 45px;
    right: 0px;
    padding-right: 8px;
    top: 8px; }
  .alexcooper-auction .details .header {
    margin-top: -4px;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    @media (max-width: 767px) {
      .alexcooper-auction .details .header {
        margin-top: 10px; } }
  .alexcooper-auction .details .auction-type-and-registration > * {
    display: inline-block;
    vertical-align: top; }
  .alexcooper-auction .details .registration {
    color: #999;
    text-transform: uppercase; }
    .alexcooper-auction .details .registration .fa-check {
      color: #6acbb9; }
  .alexcooper-auction .details .auction-type + .registration {
    margin-left: 5px; }
  .alexcooper-auction .details .lot-number-and-title {
    display: block;
    width: 1500px; }
    .alexcooper-auction .details .lot-number-and-title > * {
      display: inline-block;
      vertical-align: top; }
  .alexcooper-auction .details .auction-type {
    color: #870019;
    font-weight: bold;
    text-transform: uppercase; }
  .alexcooper-auction .details .time-end {
    font-style: italic;
    color: #870019;
    font-weight: 500; }
  .alexcooper-auction .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'. */ }
    .alexcooper-auction .details .text-field-wraps .text-field-wrap {
      padding-right: 10px;
      border-left-width: 0;
      display: inline-block;
      vertical-align: top; }
      .alexcooper-auction .details .text-field-wraps .text-field-wrap .field-label {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        margin-top: 4px; }
    .alexcooper-auction .details .text-field-wraps.width-3rd-1 .text-field-wrap.width-1st {
      width: 80%; }
    .alexcooper-auction .details .text-field-wraps.width-3rd-1 .text-field-wrap.width-3rd {
      width: 20%; }
    .alexcooper-auction .details .text-field-wraps.width-3rd-2 .text-field-wrap.width-1st {
      width: 60%; }
    .alexcooper-auction .details .text-field-wraps.width-3rd-2 .text-field-wrap.width-3rd {
      width: 20%; }
    .alexcooper-auction .details .text-field-wraps.width-2nd-1 .text-field-wrap.width-1st, .alexcooper-auction .details .text-field-wraps.width-2nd-1 .text-field-wrap.width-2nd {
      width: 50%; }
    .alexcooper-auction .details .text-field-wraps.width-2nd-1.width-3rd-1 .text-field-wrap.width-1st {
      width: 50%; }
    .alexcooper-auction .details .text-field-wraps.width-2nd-1.width-3rd-1 .text-field-wrap.width-2nd {
      width: 30%; }
    .alexcooper-auction .details .text-field-wraps.width-2nd-1.width-3rd-1 .text-field-wrap.width-3rd {
      width: 20%; }
    .alexcooper-auction .details .text-field-wraps.width-2nd-1.width-3rd-2 .text-field-wrap.width-1st {
      width: 30%; }
    .alexcooper-auction .details .text-field-wraps.width-2nd-1.width-3rd-2 .text-field-wrap.width-2nd {
      width: 30%; }
    .alexcooper-auction .details .text-field-wraps.width-2nd-1.width-3rd-2 .text-field-wrap.width-3rd {
      width: 20%; }

/* START of Sellers guide */
.custom-static-page .custom-slideshow {
  height: 600px; }
  @media (max-width: 767px) {
    .custom-static-page .custom-slideshow {
      /* Subtract 70px for navbar mobile height (var $navbar-mobile-height does not work unfortunately) */
      /*height: calc(100vh - 70px);*/
      height: auto; } }

@media (min-width: 768px) {
  .custom-static-page.sellers-guide-child-page .custom-slideshow {
    height: 820px; } }

.custom-static-page .contact-form input, .custom-static-page .contact-form textarea, .custom-static-page .contact-form select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  border-radius: 2px; }

/* END of Sellers guide */
/* START of Lot thumbnail overlay */
.alexcooper-lot-default-overlay, .alexcooper-lot-details-overlay, .alexcooper-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 .alexcooper-lot-default-overlay, .live-sale-page .lots-strip .alexcooper-lot-details-overlay, .live-sale-page .lots-strip .alexcooper-lot-loading {
  width: 100%; }

.add-deposit-link {
  color: #aaa;
  text-decoration: underline; }

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

.alexcooper-lot-default-overlay {
  height: 20%;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0; }
  .alexcooper-lot-default-overlay .status-label {
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    top: 50%; }
  .alexcooper-lot-default-overlay.win, .alexcooper-lot-default-overlay.now, .alexcooper-lot-default-overlay.lost, .alexcooper-lot-default-overlay.paused, .alexcooper-lot-default-overlay.closed, .alexcooper-lot-default-overlay.bid, .alexcooper-lot-default-overlay.sold, .alexcooper-lot-default-overlay.passed {
    background-color: rgba(255, 255, 255, 0.9); }
  .alexcooper-lot-default-overlay.win, .alexcooper-lot-default-overlay.now, .alexcooper-lot-default-overlay.lost, .alexcooper-lot-default-overlay.paused, .alexcooper-lot-default-overlay.closed, .alexcooper-lot-default-overlay.bid {
    color: white; }
  .alexcooper-lot-default-overlay.win {
    background-color: rgba(106, 203, 185, 0.8); }
  .alexcooper-lot-default-overlay.now {
    background-color: rgba(135, 0, 25, 0.9); }
  .alexcooper-lot-default-overlay.lost {
    background-color: rgba(35, 35, 35, 0.9); }
  .alexcooper-lot-default-overlay.paused {
    background-color: rgba(102, 102, 102, 0.9); }
  .alexcooper-lot-default-overlay.closed {
    background-color: rgba(102, 102, 102, 0.9); }
  .alexcooper-lot-default-overlay.bid {
    background-color: rgba(106, 203, 185, 0.8); }

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

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

.alexcooper-lot-thumbnail-overlay-wrap.small .alexcooper-lot-default-overlay {
  top: 68%;
  height: 32%; }

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

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

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

.alexcooper-lot-thumbnail-overlay-wrap .watch-ribbon {
  background-image: url("/img/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); }

.alexcooper-lot-thumbnail-overlay-wrap .watch-ribbon.watched {
  background-image: url("/img/icon-lot-watched-ribbon.png"); }

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

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

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

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

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

.alexcooper-lot-thumbnail-overlay-wrap.has-details:hover, .alexcooper-lot-thumbnail-overlay-wrap.has-details.hover {
  /*.lot-default-overlay.passed, .lot-default-overlay.sold, .lot-default-overlay.withdrawn {
		top: 0;
		opacity: 0;
	}*/ }
  .alexcooper-lot-thumbnail-overlay-wrap.has-details:hover .lot-default-overlay, .alexcooper-lot-thumbnail-overlay-wrap.has-details.hover .lot-default-overlay {
    top: -24%; }
  .alexcooper-lot-thumbnail-overlay-wrap.has-details:hover .alexcooper-lot-details-overlay, .alexcooper-lot-thumbnail-overlay-wrap.has-details.hover .alexcooper-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%);
		}
	}
}*/
.alexcooper-lot-details-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 9px 11px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: none; }
  .alexcooper-lot-details-overlay .lot-number {
    font-size: 27px;
    font-weight: 300;
    margin-top: -2px; }
  .alexcooper-lot-details-overlay .lot-number-centered {
    margin-top: 6px;
    text-align: center !important; }
  .alexcooper-lot-details-overlay .lot-title {
    font-size: 16px;
    font-weight: 700;
    max-height: 46px;
    overflow: hidden; }
  .alexcooper-lot-details-overlay .artist-name {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 2px; }
  .alexcooper-lot-details-overlay .lot-price-container {
    font-weight: 600;
    font-style: italic;
    margin-top: 2px; }
    .alexcooper-lot-details-overlay .lot-price-container .estimate-label, .alexcooper-lot-details-overlay .lot-price-container .range {
      color: #333; }

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

/* END of Lot thumbnail overlay */
.alexcooper-my-bid-timed .static-states .bidding-label, .alexcooper-my-bid-timed .static-states .bidding-amount, .alexcooper-my-bid-timed .static-states .won-label, .alexcooper-my-bid-timed .static-states .won-amount {
  color: #6acbb9; }

.alexcooper-my-bid-timed .static-states .bidding-label, .alexcooper-my-bid-timed .static-states .won-label {
  text-transform: uppercase;
  font-weight: bold; }

.alexcooper-my-bid-timed .static-states .sold-label, .alexcooper-my-bid-timed .static-states .initial-deposit-label, .alexcooper-my-bid-timed .static-states .starting-price-label {
  text-transform: uppercase; }

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

.alexcooper-my-bid-timed .static-states .authorized-amount-notice {
  color: #870019; }

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

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

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

.alexcooper-my-bid-timed .current-bid {
  font-weight: bold;
  text-transform: uppercase;
  color: #870019; }

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

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

.alexcooper-my-bid-catalog-only .static-states .won-label, .alexcooper-my-bid-catalog-only .static-states .won-amount {
  color: #6acbb9; }

.alexcooper-my-bid-catalog-only .static-states .won-label {
  text-transform: uppercase;
  font-weight: bold; }

.alexcooper-my-bid-catalog-only .static-states .sold-label, .alexcooper-my-bid-catalog-only .static-states .initial-deposit-label, .alexcooper-my-bid-catalog-only .static-states .starting-price-label {
  text-transform: uppercase; }

.alexcooper-my-bid-catalog-only .static-states .amount {
  font-weight: bold; }

.alexcooper-my-bid-catalog-only .static-states .authorized-amount-notice {
  font-weight: bold;
  color: #870019; }

.alexcooper-my-bid-catalog-only .static-states .onsite-auction-notice {
  font-weight: bold;
  color: #870019; }

.alexcooper-my-bid-catalog-only .minimum-bid {
  display: inline-block;
  vertical-align: top;
  line-height: 31px;
  font-style: italic;
  color: #999; }

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

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

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

.alexcooper-my-bid-live .current-bid {
  font-weight: bold;
  text-transform: uppercase;
  color: #870019; }

.alexcooper-my-bid-live .minimum-bid:not(.opening-bid) {
  font-style: italic;
  color: #999; }

.alexcooper-my-bid-live .minimum-bid.opening-bid {
  text-transform: uppercase; }
  .alexcooper-my-bid-live .minimum-bid.opening-bid .amount {
    font-weight: 700; }

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

.alexcooper-my-bid .static-states .bidding-label, .alexcooper-my-bid .static-states .bidding-amount, .alexcooper-my-bid .static-states .won-label, .alexcooper-my-bid .static-states .won-amount {
  color: #6acbb9; }

.alexcooper-my-bid .static-states .bidding-label, .alexcooper-my-bid .static-states .won-label {
  text-transform: uppercase;
  font-weight: bold; }

.alexcooper-my-bid .static-states .sold-label, .alexcooper-my-bid .static-states .initial-deposit-label, .alexcooper-my-bid .static-states .starting-price-label, .alexcooper-my-bid .static-states .amount-label {
  text-transform: uppercase; }

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

.alexcooper-my-bid .static-states .sold-amount, .alexcooper-my-bid .static-states .sold-price-amount {
  color: #870019; }

.alexcooper-my-bid .static-states .authorized-amount-notice {
  font-weight: bold;
  color: #870019; }

.alexcooper-my-bid .add-deposit-link {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px; }
  .alexcooper-my-bid .add-deposit-link i.fa {
    margin-left: 8px; }

.alexcooper-my-bid .amount {
  display: inline-block;
  vertical-align: top;
  position: relative; }

.alexcooper-my-bid .popover {
  width: 276px;
  left: -110px;
  bottom: 40px;
  top: initial; }

.alexcooper-my-bid .place-bid-button-wrap .btn {
  vertical-align: top; }

.alexcooper-my-bid .input-actions {
  display: inline-block;
  vertical-align: top; }

.alexcooper-my-bid .input-group {
  float: left;
  margin-right: 10px;
  width: 200px; }
  .alexcooper-my-bid .input-group .form-control {
    height: 31px; }

.alexcooper-my-bid .input-group-addon {
  border-radius: 0; }

.alexcooper-my-bid .bid-actions a {
  margin-left: 10px;
  color: #999;
  font-size: 12px;
  line-height: 31px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-decoration: underline; }
  .alexcooper-my-bid .bid-actions a:hover {
    color: #b3b3b3; }

.alexcooper-my-bid .my-max-bid .bid-actions a:first-child {
  margin-left: 0; }

.alexcooper-my-bid .confirm-delete-label {
  color: #870019;
  font-weight: bold;
  font-size: 18px;
  line-height: 31px; }

.alexcooper-my-bid .confirm-delete-label, .alexcooper-my-bid .bid-actions {
  display: inline-block;
  vertical-align: top; }

.alexcooper-my-bid .confirm-delete-label + .bid-actions {
  margin-left: 10px; }

.alexcooper-my-bid .register-to-bid-button-wrap {
  display: inline-block;
  vertical-align: top;
  line-height: 31px; }

.alexcooper-my-bid .amount-container {
  margin-bottom: 5px; }

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

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

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

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

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

/* Start of PROFILE ELEMENTS */
.alexcooper-profile-page .formatted-name-wrap, .alexcooper-profile-column .formatted-name-wrap {
  margin-bottom: 10px; }
  .alexcooper-profile-page .formatted-name-wrap .formatted-name, .alexcooper-profile-column .formatted-name-wrap .formatted-name {
    font-size: 21px;
    font-weight: 500; }
  .alexcooper-profile-page .formatted-name-wrap .registered, .alexcooper-profile-column .formatted-name-wrap .registered {
    font-style: italic;
    font-size: 13px;
    color: #bbb; }

.alexcooper-profile-page a, .alexcooper-profile-column a {
  cursor: pointer; }

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

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

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

.alexcooper-profile-page .section.user-information, .alexcooper-profile-column .section.user-information {
  vertical-align: top; }
  .alexcooper-profile-page .section.user-information .field, .alexcooper-profile-column .section.user-information .field {
    /* max-height: 38px; */
    overflow: hidden; }
  .alexcooper-profile-page .section.user-information .change-password, .alexcooper-profile-column .section.user-information .change-password {
    max-height: 140px; }
  .alexcooper-profile-page .section.user-information .btn-custom.logout, .alexcooper-profile-column .section.user-information .btn-custom.logout {
    margin-top: 5px; }

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

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

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

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

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

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

.alexcooper-profile-page .section, .alexcooper-profile-column .section {
  margin-top: 15px;
  width: 100%; }
  .alexcooper-profile-page .section > .title, .alexcooper-profile-column .section > .title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding-top: 14px;
    margin-bottom: 11px;
    border-top: 1px solid #ccc;
    width: 100%; }
    .alexcooper-profile-page .section > .title button, .alexcooper-profile-column .section > .title button {
      padding-left: 10px;
      padding-right: 10px;
      margin-top: -4px;
      color: #333; }
    .alexcooper-profile-page .section > .title label, .alexcooper-profile-column .section > .title label {
      text-transform: none;
      color: black;
      font-weight: 300;
      padding-left: 10px;
      margin-bottom: 0; }
  .alexcooper-profile-page .section > .description, .alexcooper-profile-column .section > .description {
    font-size: 14px; }
  .alexcooper-profile-page .section .field, .alexcooper-profile-column .section .field {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    margin-top: 5px; }
    .alexcooper-profile-page .section .field form, .alexcooper-profile-column .section .field form {
      padding: 9px;
      margin-left: -9px;
      padding-bottom: 11px; }
      .alexcooper-profile-page .section .field form > input, .alexcooper-profile-page .section .field form > select, .alexcooper-profile-column .section .field form > input, .alexcooper-profile-column .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; }
      .alexcooper-profile-page .section .field form input.password-change, .alexcooper-profile-column .section .field form input.password-change {
        margin-bottom: 26px; }
      .alexcooper-profile-page .section .field form input.password-change.pad, .alexcooper-profile-column .section .field form input.password-change.pad {
        margin-right: 72px; }
      .alexcooper-profile-page .section .field form input.password-change, .alexcooper-profile-column .section .field form input.password-change {
        margin-left: 72px; }
      .alexcooper-profile-page .section .field form input.password-change.first, .alexcooper-profile-column .section .field form input.password-change.first {
        margin-left: 0px; }
    .alexcooper-profile-page .section .field .field-name, .alexcooper-profile-column .section .field .field-name {
      font-weight: 500;
      margin-right: 5px;
      text-transform: capitalize; }
      .alexcooper-profile-page .section .field .field-name::after, .alexcooper-profile-column .section .field .field-name::after {
        /* content: ":"; */ }
    .alexcooper-profile-page .section .field .field-name, .alexcooper-profile-page .section .field .field-value, .alexcooper-profile-column .section .field .field-name, .alexcooper-profile-column .section .field .field-value {
      display: inline-block;
      vertical-align: top;
      font-size: 13px; }
    .alexcooper-profile-page .section .field .confirm-delete-label, .alexcooper-profile-column .section .field .confirm-delete-label {
      font-weight: bold;
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
    .alexcooper-profile-page .section .field .actions, .alexcooper-profile-column .section .field .actions {
      display: inline-block; }
    .alexcooper-profile-page .section .field:hover .actions, .alexcooper-profile-column .section .field:hover .actions {
      opacity: 1.0; }
  .alexcooper-profile-page .section .details, .alexcooper-profile-column .section .details {
    font-size: 13px; }
  .alexcooper-profile-page .section .address, .alexcooper-profile-column .section .address {
    line-height: 1.8; }
    .alexcooper-profile-page .section .address .street-address, .alexcooper-profile-page .section .address .city, .alexcooper-profile-page .section .address .state, .alexcooper-profile-page .section .address .postal-code, .alexcooper-profile-column .section .address .street-address, .alexcooper-profile-column .section .address .city, .alexcooper-profile-column .section .address .state, .alexcooper-profile-column .section .address .postal-code {
      display: inline-block;
      vertical-align: top; }
  .alexcooper-profile-page .section.credit-cards .field-value, .alexcooper-profile-column .section.credit-cards .field-value {
    line-height: 30px; }
    .alexcooper-profile-page .section.credit-cards .field-value img.brand-icon, .alexcooper-profile-column .section.credit-cards .field-value img.brand-icon {
      height: 30px;
      margin-right: 10px; }
  .alexcooper-profile-page .section .actions, .alexcooper-profile-column .section .actions {
    transition: 0.2s opacity; }
  .alexcooper-profile-page .section .actions.no-fade, .alexcooper-profile-column .section .actions.no-fade {
    opacity: 1.0; }
  .alexcooper-profile-page .section.payment-method .preferred-payment-wrap, .alexcooper-profile-column .section.payment-method .preferred-payment-wrap {
    font-size: 13px; }

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

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

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

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

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

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

.alexcooper-profile-page .section .credit-cards .credit-card .field-value, .alexcooper-profile-column .section .credit-cards .credit-card .field-value {
  border: 1px solid #ccc; }
  .alexcooper-profile-page .section .credit-cards .credit-card .field-value label, .alexcooper-profile-column .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; }
  .alexcooper-profile-page .section .credit-cards .credit-card .field-value input[type="radio"], .alexcooper-profile-column .section .credit-cards .credit-card .field-value input[type="radio"] {
    margin-left: 10px;
    margin-right: 10px; }

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

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

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

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

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

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

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

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

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

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

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

.alexcooper-profile-page .registered-auctions .auction-registration, .alexcooper-profile-column .registered-auctions .auction-registration {
  padding: 8px;
  font-size: 14px;
  line-height: 34px; }
  .alexcooper-profile-page .registered-auctions .auction-registration .edit-shipping-method a, .alexcooper-profile-column .registered-auctions .auction-registration .edit-shipping-method a {
    margin-left: 8px;
    display: inline-block;
    vertical-align: top; }
  .alexcooper-profile-page .registered-auctions .auction-registration .edit-shipping-method .form-control, .alexcooper-profile-column .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; }

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

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

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

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

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

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

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

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

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

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

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

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

.alexcooper-form-section .billing-address-fields .actions {
  margin-top: 20px; }

.alexcooper-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 .credit-card-use-notice {
    font-style: italic;
    color: #666;
    font-size: 13px;
    margin-bottom: 12px; }
  .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; }

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

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

.new-credit-card-form .card-number-label, .new-credit-card-form .cvc-code-label, .new-credit-card-form .expiry-month-label, .new-credit-card-form .expiry-year-label, .form-section .new-credit-card-form .card-number-label, .form-section .new-credit-card-form .cvc-code-label, .form-section .new-credit-card-form .expiry-month-label, .form-section .new-credit-card-form .expiry-year-label {
  margin-right: 10px;
  margin-bottom: 10px; }

.new-credit-card-form .credit-card-inputs .form-group, .form-section .new-credit-card-form .credit-card-inputs .form-group {
  margin-bottom: 0; }

.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 {
  width: 265px;
  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, .alexcooper-profile-page .credit-cards .credit-card, .alexcooper-profile-column .credit-cards .credit-card, .toolbar-deposit .field.deposit-balance .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, .alexcooper-profile-page .credit-cards .credit-card + .credit-card, .alexcooper-profile-column .credit-cards .credit-card + .credit-card, .toolbar-deposit .field.deposit-balance .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, .alexcooper-profile-page .credit-cards .credit-card input, .alexcooper-profile-page .credit-cards .credit-card .credit-card-label, .alexcooper-profile-column .credit-cards .credit-card input, .alexcooper-profile-column .credit-cards .credit-card .credit-card-label, .toolbar-deposit .field.deposit-balance .credit-cards .credit-card input, .toolbar-deposit .field.deposit-balance .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, .alexcooper-profile-page .credit-cards .credit-card-label, .alexcooper-profile-column .credit-cards .credit-card-label, .toolbar-deposit .field.deposit-balance .credit-cards .credit-card-label {
  /*border-left: 1px solid #ccc;*/
  position: relative;
  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: 13px;
  font-weight: 700; }
  .bidder-register-page .credit-cards .credit-card-label::before, .phillips-bidder-register-page .credit-cards .credit-card-label::before, .alexcooper-profile-page .credit-cards .credit-card-label::before, .alexcooper-profile-column .credit-cards .credit-card-label::before, .toolbar-deposit .field.deposit-balance .credit-cards .credit-card-label::before {
    position: absolute;
    width: 1px;
    content: "";
    background-color: #ccc;
    top: 8px;
    bottom: 8px;
    left: 0; }

.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, .alexcooper-profile-page .credit-cards .credit-card-label.brand-visa, .alexcooper-profile-page .credit-cards .credit-card-label.brand-mastercard, .alexcooper-profile-page .credit-cards .credit-card-label.brand-amex, .alexcooper-profile-page .credit-cards .credit-card-label.brand-discover, .alexcooper-profile-column .credit-cards .credit-card-label.brand-visa, .alexcooper-profile-column .credit-cards .credit-card-label.brand-mastercard, .alexcooper-profile-column .credit-cards .credit-card-label.brand-amex, .alexcooper-profile-column .credit-cards .credit-card-label.brand-discover, .toolbar-deposit .field.deposit-balance .credit-cards .credit-card-label.brand-visa, .toolbar-deposit .field.deposit-balance .credit-cards .credit-card-label.brand-mastercard, .toolbar-deposit .field.deposit-balance .credit-cards .credit-card-label.brand-amex, .toolbar-deposit .field.deposit-balance .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, .alexcooper-profile-page .credit-cards .credit-card-label.brand-visa, .alexcooper-profile-column .credit-cards .credit-card-label.brand-visa, .toolbar-deposit .field.deposit-balance .credit-cards .credit-card-label.brand-visa {
  background-image: url("/img/credit-icon-visa.png"); }

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

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

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

.bidder-register-page .credit-cards .credit-card > label, .phillips-bidder-register-page .credit-cards .credit-card > label, .alexcooper-profile-page .credit-cards .credit-card > label, .alexcooper-profile-column .credit-cards .credit-card > label, .toolbar-deposit .field.deposit-balance .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, .alexcooper-profile-page .credit-cards .credit-card > label input, .alexcooper-profile-column .credit-cards .credit-card > label input, .toolbar-deposit .field.deposit-balance .credit-cards .credit-card > label input {
  margin-left: 15px;
  margin-right: 15px; }

.toolbar-deposit .field.deposit-balance .credit-cards .credit-card {
  border-width: 0; }
  .toolbar-deposit .field.deposit-balance .credit-cards .credit-card + .credit-card {
    border-top: 1px solid #ccc; }

.alexcooper-narrow-credit-cards .alexcooper-narrow-credit-card {
  background-color: white;
  display: block;
  margin: 0;
  border: 1px solid #cccccc; }

.alexcooper-narrow-credit-cards .alexcooper-narrow-credit-card + .alexcooper-narrow-credit-card {
  border-top: 0; }

.alexcooper-narrow-credit-cards .alexcooper-narrow-credit-card input, .alexcooper-narrow-credit-cards .alexcooper-narrow-credit-card .credit-card-label {
  margin: 0; }

.alexcooper-narrow-credit-cards .confirm-delete-label {
  color: #870019;
  font-weight: bold;
  font-size: 18px;
  line-height: 31px; }

.alexcooper-narrow-credit-cards .credit-card-label {
  height: 42px;
  line-height: 42px;
  vertical-align: top;
  display: inline-block;
  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; }

.alexcooper-narrow-credit-cards .credit-card-label.brand-visa, .alexcooper-narrow-credit-cards .credit-card-label.brand-mastercard, .alexcooper-narrow-credit-cards .credit-card-label.brand-amex, .alexcooper-narrow-credit-cards .credit-card-label.brand-discover {
  padding-left: 45px; }

.alexcooper-narrow-credit-cards .credit-card-label.brand-visa {
  background-image: url("/img/credit-icon-visa.png"); }

.alexcooper-narrow-credit-cards .credit-card-label.brand-mastercard {
  background-image: url("/img/credit-icon-mastercard.png"); }

.alexcooper-narrow-credit-cards .credit-card-label.brand-amex {
  background-image: url("/img/credit-icon-amex.png"); }

.alexcooper-narrow-credit-cards .credit-card-label.brand-discover {
  background-image: url("/img/credit-icon-discover.png"); }

.alexcooper-narrow-credit-cards .alexcooper-narrow-credit-card > label {
  margin-bottom: 0;
  cursor: pointer; }

.alexcooper-narrow-credit-cards .alexcooper-narrow-credit-card > label input {
  margin-left: 15px;
  margin-right: 15px; }

.alexcooper-narrow-credit-cards .alexcooper-narrow-credit-card .edit-address-form, .alexcooper-narrow-credit-cards .alexcooper-narrow-credit-card .view-address-form {
  padding: 10px;
  background-color: #fafafa; }

.alexcooper-narrow-credit-cards .alexcooper-narrow-credit-card .view-address-form label {
  margin-bottom: 0; }

.alexcooper-narrow-credit-cards .alexcooper-narrow-credit-card .view-address-form .field-group {
  margin-bottom: 10px; }

.alexcooper-narrow-credit-cards .alexcooper-narrow-credit-card .view-address-form + .edit-address-form {
  margin-top: 0; }

.alexcooper-profile-column .alexcooper-narrow-credit-cards .credit-card-label {
  border-left: 0; }

.alexcooper-narrow-credit-card-inputs label, .alexcooper-narrow-credit-card-inputs input, .alexcooper-narrow-credit-card-inputs select {
  display: block; }

.alexcooper-narrow-credit-card-inputs .form-group .expiry-month-label, .alexcooper-narrow-credit-card-inputs .form-group .expiry-year-label {
  width: 45%;
  display: inline-block; }

.alexcooper-narrow-credit-card-inputs .form-group .expiry-year-label {
  margin-left: 10%; }

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

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

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

.alexcooper-searches {
  margin-top: 10px; }
  .alexcooper-searches .search-query {
    margin-top: 15px;
    border: 1px solid #ccc; }
    .alexcooper-searches .search-query .search-query-header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      line-height: 31px;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      .alexcooper-searches .search-query .search-query-header .search-query-header-info {
        cursor: pointer;
        width: 100%; }
      .alexcooper-searches .search-query .search-query-header > .search-query-header-info {
        padding: 5px 10px; }
      .alexcooper-searches .search-query .search-query-header .search-title {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 17px; }
      .alexcooper-searches .search-query .search-query-header .search-subtitle {
        color: #999; }
      .alexcooper-searches .search-query .search-query-header .search-actions {
        width: 185px;
        padding-right: 10px;
        text-align: right;
        flex-shrink: 0; }
        .alexcooper-searches .search-query .search-query-header .search-actions > * {
          display: inline-block;
          vertical-align: top; }
        .alexcooper-searches .search-query .search-query-header .search-actions .toggle-icon-wrap {
          padding-top: 10px;
          padding-bottom: 10px;
          margin-left: 10px;
          padding-right: 5px;
          cursor: pointer; }
        .alexcooper-searches .search-query .search-query-header .search-actions .toggle-icon {
          background-image: url("/img/arrow-down-very-thin-black.png");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          width: 21px;
          height: 10px;
          -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;
          -ms-transform: rotate(180deg);
          /* IE 9 */
          -webkit-transform: rotate(180deg);
          /* Chrome, Safari, Opera */
          transform: rotate(180deg); }
          .alexcooper-searches .search-query .search-query-header .search-actions .toggle-icon.open {
            -ms-transform: rotate(0deg);
            /* IE 9 */
            -webkit-transform: rotate(0deg);
            /* Chrome, Safari, Opera */
            transform: rotate(0deg); }
    .alexcooper-searches .search-query .search-query-details {
      background-color: #fafafa;
      padding: 0 0px 10px; }
      .alexcooper-searches .search-query .search-query-details .notices {
        color: #870019;
        font-size: 13px;
        padding-left: 10px; }
      .alexcooper-searches .search-query .search-query-details .search-detail-actions {
        text-align: right;
        padding-right: 10px;
        line-height: 27px;
        margin-top: 4px; }
        .alexcooper-searches .search-query .search-query-details .search-detail-actions .saved-indicator, .alexcooper-searches .search-query .search-query-details .search-detail-actions .saving-indicator {
          display: inline-block;
          vertical-align: top;
          font-weight: bold; }
        .alexcooper-searches .search-query .search-query-details .search-detail-actions button + button, .alexcooper-searches .search-query .search-query-details .search-detail-actions div + button {
          margin-left: 10px; }
      .alexcooper-searches .search-query .search-query-details .section {
        padding: 10px; }
      .alexcooper-searches .search-query .search-query-details .checkbox-section .section-label {
        font-weight: bold; }
      .alexcooper-searches .search-query .search-query-details .name-section .form-group, .alexcooper-searches .search-query .search-query-details .query-section .form-group {
        margin-bottom: 0; }
      .alexcooper-searches .search-query .search-query-details .name-section .section-label, .alexcooper-searches .search-query .search-query-details .query-section .section-label {
        font-size: 15px;
        font-weight: bold; }
        .alexcooper-searches .search-query .search-query-details .name-section .section-label .label-text, .alexcooper-searches .search-query .search-query-details .query-section .section-label .label-text {
          display: inline-block;
          width: 55px; }
        .alexcooper-searches .search-query .search-query-details .name-section .section-label input, .alexcooper-searches .search-query .search-query-details .query-section .section-label input {
          margin-left: 5px; }
      .alexcooper-searches .search-query .search-query-details .inline-radio-section .section-label {
        line-height: 41px;
        font-weight: bold; }
      .alexcooper-searches .search-query .search-query-details .inline-radio-section .section-label, .alexcooper-searches .search-query .search-query-details .inline-radio-section .radio {
        display: inline-block;
        vertical-align: top; }
      .alexcooper-searches .search-query .search-query-details .inline-radio-section .radio {
        margin-left: 10px;
        margin-right: 15px;
        margin-top: 10px;
        position: relative; }
        .alexcooper-searches .search-query .search-query-details .inline-radio-section .radio + .radio::before {
          border-left: 1px solid #ccc;
          position: absolute;
          left: -15px;
          top: 0;
          bottom: 0;
          width: 1px;
          content: ""; }
      .alexcooper-searches .search-query .search-query-details .notifications-section, .alexcooper-searches .search-query .search-query-details .date-range-section {
        border-width: 1px 0 0;
        border-style: solid;
        border-color: #eee; }
      .alexcooper-searches .search-query .search-query-details .date-range-section {
        border-bottom-width: 1px; }

/* End of PROFILE ELEMENTS */
/* START OF HEADER AND FOOTER */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav:before,
.nav:after {
  content: " ";
  display: table; }

.nav:after {
  clear: both; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: false; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%; }

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none; }

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent; }

.navbar:before,
.navbar:after {
  content: " ";
  display: table; }

.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse .search-container, .navbar-collapse .search-container > * {
  -webkit-transition: 100ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
  -moz-transition: 100ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
  transition: 100ms cubic-bezier(0.25, 0.1, 0.25, 1) all; }

md-autocomplete {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.navbar-collapse .search-container {
  float: right;
  position: relative; }
  .navbar-collapse .search-container md-autocomplete button {
    position: absolute;
    background-color: white;
    right: 70px;
    top: 0;
    bottom: 0; }
  @media (min-width: 1200px) {
    .navbar-collapse .search-container {
      margin-top: 25px; }
      .navbar-collapse .search-container, .navbar-collapse .search-container .search-field, .navbar-collapse .search-container input[type=search], .navbar-collapse .search-container md-autocomplete-wrap, .navbar-collapse .search-container md-autocomplete {
        height: 40px;
        line-height: 40px;
        width: 270px; }
      .navbar-collapse .search-container .search-icon {
        top: 10px;
        z-index: 100; } }
  @media (min-width: 1200px) {
    .navbar-collapse .search-container {
      margin-top: 24px; }
      .navbar-collapse .search-container, .navbar-collapse .search-container .search-field, .navbar-collapse .search-container input[type=search], .navbar-collapse .search-container md-autocomplete-wrap, .navbar-collapse .search-container md-autocomplete {
        height: 48px;
        line-height: 48px; }
      .navbar-collapse .search-container, .navbar-collapse .search-container .search-field, .navbar-collapse .search-container input[type=search] {
        width: 256px; }
      .navbar-collapse .search-container .search-icon {
        top: 15px; } }
  .navbar-collapse .search-container .search-field, .navbar-collapse .search-container input[type=search] {
    border-radius: 0;
    border-width: 0;
    padding-left: 43px;
    padding-right: 75px;
    padding-top: 2px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: 0.1px; }
  .navbar-collapse .search-container .search-icon {
    position: absolute;
    left: 16px;
    font-size: 15px;
    -ms-transform: rotate(7deg);
    /* IE 9 */
    -webkit-transform: rotate(7deg);
    /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .navbar-collapse .search-container .search-button {
    position: absolute;
    z-index: 100;
    font-weight: 500;
    right: 16px;
    top: 0;
    bottom: 0;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px; }

@media (min-width: 768px) {
  .top-nav-collapse .navbar-collapse .search-container {
    margin-top: 10px; }
    .top-nav-collapse .navbar-collapse .search-container, .top-nav-collapse .navbar-collapse .search-container .search-field, .top-nav-collapse .navbar-collapse .search-container input[type=search], .top-nav-collapse .navbar-collapse .search-container md-autocomplete-wrap, .top-nav-collapse .navbar-collapse .search-container md-autocomplete {
      height: 30px;
      line-height: 30px; }
    .top-nav-collapse .navbar-collapse .search-container .search-icon {
      top: 6px;
      font-size: 16px;
      left: 12px; }
    .top-nav-collapse .navbar-collapse .search-container .search-field, .top-nav-collapse .navbar-collapse .search-container input[type=search] {
      font-size: 15px;
      padding-top: 0;
      padding-left: 40px;
      padding-bottom: 0; }
    .top-nav-collapse .navbar-collapse .search-container .search-button {
      font-size: 15px; } }

@media (min-width: 992px) {
  .top-nav-collapse .navbar-collapse .search-container, .top-nav-collapse .navbar-collapse .search-container .search-field, .top-nav-collapse .navbar-collapse .search-container input[type=search] {
    width: 270px; } }

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table; }

.navbar-collapse:after {
  clear: both; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: none; }

@media screen and (max-width: 767px) {
  .navbar .bottom {
    max-height: 550px;
    overflow-y: auto; } }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 50px; }

@media (max-width: 767px) {
  .navbar-brand {
    width: 253px;
    height: 64px;
    padding-top: 0;
    padding-bottom: 0; }
  .navbar .navbar-right li a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.25px; }
  .navbar .navbar-collapse {
    width: 320px;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: none; }
  .navbar .top.container .inner .navbar-header {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center; } }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: absolute;
  left: 10px;
  margin-right: 15px;
  margin-left: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.25px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px; }

@media screen and (max-width: 767px) {
  .navbar .top .navbar-nav {
    margin: 0; }
  .navbar .bottom .navbar-nav {
    margin: 0; }
    .navbar .bottom .navbar-nav .border-top {
      border-top: 1px solid rgba(255, 255, 255, 0.3); } }

.navbar .top .navbar-nav > li > a {
  line-height: 50px;
  padding-top: 3px;
  padding-bottom: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 14px;
  padding-left: 25px; }
  @media screen and (max-width: 767px) {
    .navbar .top .navbar-nav > li > a {
      line-height: 20px;
      padding: 24px 0; } }

.navbar-fixed-top.top-nav-collapse .top .navbar-nav > li > a {
  line-height: 25px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .bottom .navbar-nav > li > a {
    height: 96px;
    line-height: 96px;
    padding-top: 0;
    padding-bottom: 0; }
    .bottom .navbar-nav > li > a .caret {
      border-top: 5px solid;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-radius: 2px;
      margin-top: -1px; } }

.navbar-fixed-top.top-nav-collapse .navbar-nav > li > a {
  height: auto;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0; }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  max-height: inherit;
  overflow: inherit;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu li.dropdown .caret {
      border: none;
      border-top: 5px solid transparent;
      border-left: 5px solid;
      border-bottom: 5px solid transparent; } }
  .navbar-nav > li > .dropdown-menu li.dropdown:hover .child-dropdown-menu {
    display: block; }
  .navbar-nav > li > .dropdown-menu li.active a {
    background: transparent; }
  @media screen and (max-width: 767px) {
    .navbar-nav > li > .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: -10px;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav > li > .dropdown-menu:hover a {
        color: #fff !important; } }

.child-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  background-clip: padding-box; }
  .child-dropdown-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    line-height: 36px; }
  @media screen and (max-width: 767px) {
    .child-dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
      padding: 3px 25px; } }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px; }

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -6px !important; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .navbar-right {
      margin-right: -15px !important; } }

@media (min-width: 768px) {
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.navbar {
  background: #FFF;
  border: 0;
  position: fixed;
  margin-bottom: 0;
  width: 100%; }

.navbar .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.navbar .top {
  height: 100px;
  display: table;
  -webkit-transition: .3s;
  transition: .3s; }
  @media (max-width: 767px) {
    .navbar .top {
      height: 64px;
      padding-left: 48px;
      padding-right: 48px; } }
  @media screen and (min-width: 1200px) {
    .navbar .top {
      width: 1138px; } }

.navbar .bottom {
  background: #38413f; }
  @media screen and (min-width: 1200px) {
    .navbar .bottom .container {
      width: 1138px; } }

.navbar .bottom .container {
  display: table; }

.navbar .bottom h1 {
  color: #FFF;
  font-size: 18px;
  margin: 0;
  padding: 11px 15px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .navbar .bottom h1 {
    font-size: 24px;
    padding: 14.5px 0; } }

.navbar .bottom .navbar-toggle {
  margin: 0; }

.navbar .bottom .inner .navbar-header {
  text-align: center; }

.navbar .bottom .navbar-toggle .down, .navbar .bottom .title {
  color: #D8D8D8;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 90px; }

.navbar .bottom .navbar-toggle .down:after {
  color: #FFF; }

.navbar .bottom li a {
  letter-spacing: 1.25px;
  text-transform: uppercase; }

.navbar .bottom ul.nav > li > a {
  background: none;
  color: #FFF;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.4px;
  padding-left: 16px;
  padding-right: 16px; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar .bottom ul.nav > li > a {
      padding-left: 6px;
      padding-right: 6px; } }
  @media screen and (max-width: 767px) {
    .navbar .bottom ul.nav > li > a {
      line-height: 20px;
      padding: 24px 0; } }

@media (min-width: 768px) {
  .navbar .bottom ul.nav > li:hover ul.dropdown-menu,
  .navbar .top ul.nav > li:hover ul.dropdown-menu {
    display: block; } }

.navbar .bottom ul.nav > li > ul li a {
  line-height: 36px;
  padding: 4px 20px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 14px; }

.navbar .bottom li a:hover,
.navbar .bottom li a:active,
.navbar .bottom li a:focus {
  background: none;
  color: #606060;
  text-decoration: none; }

.navbar .bottom li.current-cat a {
  background: none;
  font-family: 'Larsseit-Medium'; }

@media (min-width: 768px) {
  .navbar .bottom li.current-cat:after {
    bottom: -10px;
    color: #FFF;
    content: '▾';
    font: 10px "SSStandard";
    position: absolute;
    text-align: center;
    width: 100%; } }

@media (min-width: 768px) {
  .navbar .navbar-brand {
    padding-bottom: 0;
    padding-top: 0; } }

.navbar .navbar-brand a {
  background: url("/img/logo-alexcooper.png") no-repeat;
  display: block;
  height: 25px;
  padding-bottom: 0;
  padding-top: 0;
  width: 157px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

@media (max-width: 767px) {
  .navbar .navbar-brand a {
    background-image: url("/img/alexcooper/logo-alexcooper@2x.png");
    width: 100%;
    display: inline-block;
    height: 64px;
    background-size: 100% auto; } }

@media (min-width: 768px) {
  .navbar .navbar-brand a {
    height: 50px;
    width: 300px;
    margin-top: 3px; } }

.navbar .navbar-toggle {
  margin-right: 0; }

.navbar .navbar-toggle .icon-bar {
  background: #37403e; }

.navbar .nav a {
  color: #3e4745; }
  @media (max-width: 767px) {
    .navbar .nav a {
      color: white; } }

.navbar .nav a:hover,
.navbar .nav a:active {
  background: none;
  color: #841619; }

@media (min-width: 768px) {
  .navbar .bottom ul.nav > li::before {
    -webkit-transition: 200ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    -moz-transition: 200ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    transition: 200ms cubic-bezier(0.25, 0.1, 0.25, 1) all; }
  .navbar .bottom ul.nav > li.active::before {
    width: 90%;
    margin-left: 5%; }
  .navbar .bottom ul.nav > li::before {
    content: '';
    border-top: 4px solid #6acbb9;
    position: absolute;
    height: 4px;
    top: 0px;
    width: 0%;
    margin-left: 50%; }
  .navbar .bottom ul.nav > li:hover::before {
    width: 90%;
    margin-left: 5%; }
  .navbar .bottom ul.nav > li:active::before {
    width: 80%;
    margin-left: 10%;
    border-top-color: #369987; } }

@media (min-width: 768px) and (max-width: 992px) {
  .navbar .nav li {
    font-size: 12px; }
  .navbar .nav li a {
    padding-left: 6px;
    padding-right: 6px; } }

.navbar .nav .open a,
.navbar .nav .open a:hover,
.navbar .nav .open a:focus {
  background: 0; }

@media screen and (max-width: 1199px) {
  .navbar .bottom .search-container {
    position: absolute;
    left: calc(100% - 60px);
    right: 10px;
    height: 50px;
    margin-right: 0px;
    margin-top: 23px;
    -webkit-transition: 300ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    -moz-transition: 300ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    transition: 300ms cubic-bezier(0.25, 0.1, 0.25, 1) all; }
    .navbar .bottom .search-container md-autocomplete {
      margin: 8px 50px 8px 0; }
      .navbar .bottom .search-container md-autocomplete, .navbar .bottom .search-container md-autocomplete md-autocomplete-wrap, .navbar .bottom .search-container md-autocomplete input {
        line-height: 34px;
        height: 34px; }
    .navbar .bottom .search-container md-autocomplete button {
      position: absolute;
      background-color: white;
      right: 0px;
      top: 0;
      bottom: 0; }
    .navbar .bottom .search-container.active {
      left: 65px; }
    .navbar .bottom .search-container input[type=text] {
      margin-top: 8px;
      margin-bottom: 8px;
      width: calc(100% - 50px); }
    .navbar .bottom .search-container .search-bar {
      width: 100%;
      height: 50px;
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 101;
      overflow: hidden;
      transition: width 0.3s;
      line-height: 34px; }
      .navbar .bottom .search-container .search-bar input[type=search] {
        font-size: 14px;
        width: 100%;
        padding: 0 65px 0 15px;
        border: none;
        box-sizing: border-box;
        margin: 8px 0; }
    .navbar .bottom .search-container .search-bar .search.icon {
      background-image: url("/img/icon-search-white.png");
      background-color: #38413f;
      background-size: auto 40%;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer;
      width: 50px;
      height: 50px;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      transition: background-image 0.3s; }
    .navbar .bottom .search-container .search-bar.active.empty .search.icon {
      background-image: url("/img/icon-search-cancel-white.png"); } }

@media (max-width: 767px) {
  .navbar {
    background: #38413f;
    -webkit-transition: 500ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    -moz-transition: 500ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    transition: 500ms cubic-bezier(0.25, 0.1, 0.25, 1) all; }
  .navbar .navbar-toggle .icon-bar {
    background: white; }
  .navbar ul.nav > li::before {
    content: none; }
  .navbar .container.top .search-container {
    position: absolute;
    left: calc(100% - 60px);
    right: 15px;
    height: 50px;
    margin-right: 0px;
    -webkit-transition: 300ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    -moz-transition: 300ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    transition: 300ms cubic-bezier(0.25, 0.1, 0.25, 1) all;
    /*margin-top: 25px;
		&, .search-field, input[type=search], md-autocomplete-wrap, md-autocomplete {
			height: 40px;
			line-height: 40px;
		}
		.search-icon {
			top: 10px;
			z-index: 100;
		}*/ }
    .navbar .container.top .search-container md-autocomplete {
      margin: 8px 50px 8px 0; }
      .navbar .container.top .search-container md-autocomplete, .navbar .container.top .search-container md-autocomplete md-autocomplete-wrap, .navbar .container.top .search-container md-autocomplete input {
        line-height: 34px;
        height: 34px; }
    .navbar .container.top .search-container md-autocomplete button {
      position: absolute;
      background-color: white;
      right: 0px;
      top: 0;
      bottom: 0; }
    .navbar .container.top .search-container.active {
      left: 65px; }
    .navbar .container.top .search-container input[type=text] {
      margin-top: 8px;
      margin-bottom: 8px;
      width: calc(100% - 50px); }
    .navbar .container.top .search-container .search-bar {
      width: 100%;
      height: 50px;
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 101;
      overflow: hidden;
      transition: width 0.3s;
      line-height: 34px; }
      .navbar .container.top .search-container .search-bar input[type=search] {
        font-size: 14px;
        width: 100%;
        padding: 0 65px 0 15px;
        border: none;
        box-sizing: border-box;
        margin: 8px 0;
        background: transparent; }
      .navbar .container.top .search-container .search-bar.active input[type=search] {
        background: #fff; }
    .navbar .container.top .search-container .search-bar .search.icon {
      background-image: url("/img/icon-search-white.png");
      background-color: #38413f;
      background-size: auto 40%;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer;
      width: 50px;
      height: 50px;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      transition: background-image 0.3s; }
    .navbar .container.top .search-container .search-bar.active.empty .search.icon {
      background-image: url("/img/icon-search-cancel-white.png"); } }

@media (max-width: 767px) {
  .navbar .nav .dropdown .arrow:after {
    float: right; } }

@media (min-width: 768px) {
  .navbar .nav .dropdown {
    position: relative; }
  .navbar .nav .dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 15px 0px rgba(0, 0, 0, 0.15); }
  .navbar .nav .dropdown .dropdown-menu:before {
    border-bottom: 11px solid #F3F3F3;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -11px; }
  .navbar .nav .dropdown .dropdown-menu:after {
    border-bottom: 10px solid #FFF;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 50%; }
  .navbar .nav .dropdown .social.dropdown-menu:before {
    left: auto;
    right: 9px;
    content: ''; }
  .navbar .nav .dropdown .social.dropdown-menu:after {
    right: 10px;
    left: auto;
    content: ''; } }

.navbar .nav .dropdown .social a {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 36px;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
  vertical-align: top; }
  @media (min-width: 768px) {
    .navbar .nav .dropdown .social a {
      color: #37403e; } }

.navbar .nav .dropdown .social a:before {
  line-height: 40px; }

.top-nav-collapse {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  .top-nav-collapse .inner {
    height: 25px;
    width: 100%; }
  .top-nav-collapse .top {
    height: 50px;
    -webkit-transition: .3s;
    transition: .3s; }
  .top-nav-collapse .navbar-brand {
    height: 25px;
    padding-bottom: 0;
    padding-top: 0; }
  .top-nav-collapse .navbar-brand a {
    background-image: url("/img/logo-alexcooper.png") no-repeat;
    display: block;
    height: 25px;
    width: 157px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s; } }

main .heading,
main .heading .cont,
main .heading .author,
.gallery,
.site-footer .contact .item,
.carousel,
.pagination {
  clear: left;
  zoom: 1; }

main .heading:after,
main .heading .cont:after,
main .heading .author:after,
.gallery:after,
.site-footer .contact .item:after,
.carousel:after,
.pagination:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.site-footer {
  font-size: 16px;
  font-weight: 300; }
  .site-footer .contact {
    color: #38413f;
    padding-bottom: 50px;
    padding-top: 50px; }

@media (max-width: 767px) {
  .site-footer .contact .copyright {
    text-align: center; } }

.site-footer .contact .copyright {
  padding-left: 5px; }
  .site-footer .contact .copyright small {
    color: #9ba09f;
    display: block;
    font-size: 12px;
    letter-spacing: .5px;
    padding-top: 5px; }

.site-footer .contact h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 700; }

@media (max-width: 991px) {
  .site-footer .contact h3 {
    margin-top: 40px;
    text-align: left; }
  .site-footer .contact .links {
    display: none; } }

.site-footer .contact a {
  color: #38413f; }
  .site-footer .contact a:hover {
    text-decoration: underline;
    color: #870019; }

.site-footer .contact .item {
  padding: 14px 0; }

.site-footer .contact .ac-invert {
  display: flex; }

.site-footer .contact .footer-column .desc {
  padding: 2px 0; }

@media (min-width: 1200px) {
  .site-footer .contact .footer-column {
    width: 21%; } }

.site-footer .contact .links {
  margin: 10px 0 0 40px; }
  .site-footer .contact .links a {
    font-weight: 700;
    color: #333333;
    text-decoration: none;
    display: block;
    transition: color 0.5s, text-decoration 0.5s; }
    .site-footer .contact .links a:hover {
      color: #870019;
      text-decoration: underline; }

.site-footer .contact .dllr {
  margin-top: 20px;
  color: black; }

.site-footer .contact .item .title {
  color: #9ba09f;
  float: left;
  letter-spacing: 0.47px;
  text-transform: uppercase;
  width: 30%; }

.site-footer .contact .item .desc {
  float: left;
  width: 70%; }

@media (max-width: 767px) {
  .site-footer .contact .item .desc {
    text-align: right; } }

.icon:before {
  content: "";
  float: left; }

.icon.sm:before {
  height: 4.0em;
  margin-right: 10px;
  width: 20em; }

@media (min-width: 768px) {
  .icon.sm:before {
    height: 4.0em;
    margin-right: 15px;
    width: 20em; } }

.icon.lg:before {
  height: 30px;
  margin: 10px 10px 10px 0;
  width: 30px; }

@media (min-width: 768px) {
  .icon.lg:before {
    height: 74px;
    margin: 0 15px 0 0;
    width: 74px; } }

.icon.re:before {
  background: url("/img/icon-re.svg") no-repeat; }

.icon.fa:before {
  background: url("/img/icon-fa.svg") no-repeat; }

.icon.fr:before {
  background: url("/img/icon-fr.svg") no-repeat; }

.icon.ac:before {
  background: url("/img/icon-ac.svg") no-repeat; }

.icon.ac-invert:before {
  background: url("/img/alexcooper-auctioneers.svg") no-repeat; }

.icon.middle:before {
  margin-top: -6px;
  margin-bottom: -6px; }

.icon.icon-author:before {
  background: url("/img/icon-author.svg") no-repeat;
  height: 32px;
  margin-right: 15px;
  width: 32px; }

.strikethrough {
  text-decoration: line-through; }

.alexcooper-lots.list-view .alexcooper-lot .timer.desktop {
  bottom: 0;
  right: 10px; }

.site-footer {
  margin-top: 0 !important; }

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

body.alexcooper .site-footer .contact {
  padding-bottom: 40px;
  padding-top: 96px; }
  body.alexcooper .site-footer .contact .copyright-text {
    display: flex;
    align-items: center;
    margin-top: 80px; }
    body.alexcooper .site-footer .contact .copyright-text div {
      margin-right: 24px;
      display: flex;
      flex-direction: column; }
      body.alexcooper .site-footer .contact .copyright-text div a {
        font-size: 85%;
        color: #38413f;
        text-decoration: underline;
        font-size: 13.6px;
        font-weight: 300;
        line-height: 19.4286px; }
      body.alexcooper .site-footer .contact .copyright-text div img {
        width: 40px;
        height: auto; }

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