/* 
 *	sothebys.com.desktop.less - 	Compiles desktop styles
 */
/* Z-index of #mask must lower than .boxes .window */
#mask {
  position: absolute;
  z-index: 9000;
  background-color: #000;
  display: none;
  top: 0px;
}
.boxes .window {
  position: fixed;
  display: none;
  z-index: 9999;
  padding: 20px;
}
.boxes .video-detail {
  padding-top: 25px;
}
/* Customize your modal window here, you can add background image too */
.boxes .dialog {
  background-color: #F6F6EA;
}
.online-only .button-action-large {
  display: inline-block;
  width: 158px;
  height: 55px;
  font-family: "BentonExtraCompBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid transparent;
  background: #ffbd00;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #353530;
  text-decoration: none;
}
.online-only .button-action-large span.post {
  display: block;
  font-size: 30px;
  line-height: 16px;
  font-family: "BentonExtraCompBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.online-only .button-action-large:hover {
  border: 2px solid #ffbd00;
  background: #000000;
  color: #ffbd00;
}
.online-only .button-action-large .add-to-calendar:hover {
  border: 2px solid #ffffff;
}
.online-only .button-action-large div.left {
  float: left;
  width: 59%;
  margin-right: -18px;
  line-height: 27px;
  text-align: center;
}
.online-only .button-action-large div.left .post {
  line-height: 20px;
}
.online-only .button-action-large div.divider {
  float: left;
  margin-top: .33em;
  width: 0px;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 200;
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.online-only .button-action-large div.right {
  line-height: 27px;
  text-align: center;
  width: 93%;
}
.online-only .button-action-large div.right .post {
  line-height: 20px;
}
.online-only .button-action-large.register-to-bid {
  color: #353530;
  line-height: 30px;
}
.online-only .button-action-large.register-to-bid:hover {
  text-decoration: none;
  border: 2px solid #ffbd00;
  background: #000000;
  color: #ffbd00;
}
.online-only .button-action-large.bid-now {
  background-color: #7e7f79;
  color: #ffbd00;
}
.online-only .button-action-large.bid-now span.post {
  display: block;
}
.online-only .button-action-large.bid-now:hover {
  background: #7e7f79;
  color: #ffbd00;
}
.badge {
  -webkit-border-radius: 0;
  background: #a47f1a;
  border-radius: 0;
  box-shadow: 0px 0px 10px #b1b1a8;
  color: #fff;
  display: inline-block;
  font-family: 'BentonComp';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 19px;
  padding: 0.4em 1em;
  text-transform: uppercase;
  vertical-align: middle;
}
.online-only .badge {
  background: #ffbd00;
}
.badge.inline {
  float: left;
  margin-right: 1em;
}
.search-input {
  display: inline-block;
  margin: 0;
  position: relative;
  position: absolute;
  top: 70px;
  left: 1em;
}
.search-input button {
  position: absolute;
  right: 2px;
  top: 2px;
  border: 0;
  background: none;
  padding: 0;
}
.search-input button .glyph-search {
  color: #969696;
  font-size: 20px;
}
.search-input input {
  height: 22px;
  padding: 0 5px;
  line-height: 10px;
  font-size: 10px;
  font-family: 'Benton';
  margin: 0;
  width: 95px;
  padding-right: 25px;
  background: #e5e4da;
  border-radius: 0;
  border: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ie9 {
  /* Fix IE9 issue */
}
.ie9 #slideWidget .mobile {
  display: none;
}
.viewport-cover {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
#slideWidget {
  position: relative;
}
#slideWidget.no-overflow {
  overflow: hidden;
}
#slideWidget.fancy-slider-container {
  overflow-x: hidden;
}
#slideWidget .slides,
#slideWidget .slides > div {
  width: 100%;
}
#slideWidget #loader {
  height: 32px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 999;
}
#slideWidget .content {
  display: block;
  width: 100%;
}
#slideWidget img {
  width: 100%;
}
#slideWidget .slide {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#slideWidget .slide .hover-caption {
  display: none;
  padding: 10px;
  padding-left: 60px;
  line-height: 1.2em;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 150px;
  left: 5%;
  width: 90%;
  color: #fff;
  text-align: left;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#slideWidget .slide .hover-caption .title {
  font-weight: bold;
}
#slideWidget .slide .hover-caption .lot-text {
  padding-bottom: 5px;
  border-bottom: 1px solid #afafa3;
}
#slideWidget .slide .hover-caption .lot-number {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
}
#slideWidget .slide .hover-caption .estimate {
  margin-top: 5px;
  text-transform: normal;
  border: 0;
  line-height: 1.1em;
  margin-bottom: 0;
}
#slideWidget .slide .hover-caption .estimate strong {
  display: block;
}
#slideWidget .slide[class*=on]:hover .hover-caption {
  display: block;
}
#slideWidget:hover .rslides_nav {
  display: block;
}
#slideWidget .rslides_nav {
  display: none;
}
#slideWidget .rslides_nav,
#slideWidget .stickout_slides_nav {
  color: #1b1b1b;
  width: 62px;
  height: 62px;
  text-align: center;
  border-radius: 31px;
  behavior: url(/etc/designs/redesigns/sothebys/redesignlibs/source/js/PIE.htc);
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  -pie-background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  position: absolute;
  line-height: 62px;
  margin-top: -31px;
}
#slideWidget .rslides_nav i,
#slideWidget .stickout_slides_nav i {
  line-height: 62px;
  font-size: 24px;
}
#slideWidget .rslides_nav:hover,
#slideWidget .stickout_slides_nav:hover {
  text-decoration: none;
}
#slideWidget.mixed {
  padding-bottom: 55px;
}
#slideWidget.small .rslides_nav {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.5);
  -pie-background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  position: absolute;
}
#slideWidget.small .rslides_nav i {
  line-height: 42px;
  font-size: 20px;
}
#slideWidget.small.mixed .rslides_nav {
  display: block;
  background: none;
  -pie-background: none;
}
#slideWidget.small.mixed .rslides_nav i {
  font-size: 42px;
  color: #797970;
}
#slideWidget.small.mixed .rslides_nav:hover {
  background: none;
  -pie-background: none;
}
#slideWidget .stickout_slides_nav {
  background: none;
  -pie-background: none;
}
#slideWidget .rslides_nav:hover {
  background: rgba(255, 255, 255, 0.7);
  -pie-background: rgba(255, 255, 255, 0.7);
}
#slideWidget .rslides_nav.prev {
  left: 40px;
  top: 50.1%;
}
#slideWidget .rslides_nav.next {
  right: 40px;
  top: 50.1%;
}
#slideWidget .stickout_slides_nav.prev {
  left: -90px;
  top: 50.1%;
  margin-top: -30px;
}
#slideWidget .stickout_slides_nav.next {
  right: -90px;
  top: 50.1%;
  margin-top: -30px;
}
#slideWidget .rslides_tabs {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
#slideWidget .rslides_tabs .rslides_here a {
  background: #a47f1a;
}
#slideWidget .rslides_tabs li {
  display: inline-block;
}
#slideWidget .rslides_tabs li a {
  text-indent: -10000px;
  overflow: hidden;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background: #323232;
  color: #fff;
  display: block;
  margin-right: 13px;
}
#slideWidget .caption {
  z-index: 10;
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  font-weight: normal;
  text-transform: uppercase;
  background: #ffffff;
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 1.0em;
  position: absolute;
  top: 50%;
  left: 20%;
  cursor: pointer;
}
#slideWidget .caption:hover h4 {
  color: #a47f1a;
}
#slideWidget .caption h4 {
  color: #000000;
  margin-top: 0;
}
#slideWidget .caption .title {
  margin-bottom: 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 1px;
  padding-top: 3px;
  padding-bottom: 10px;
  font-family: 'Mercury', Georgia, "Times New Roman", Times, serif;
}
#slideWidget .caption .link {
  display: block;
}
#slideWidget .caption a.link {
  line-height: normal;
  pointer-events: none;
  /* Rebranding */
  font-family: "BentonComp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  background: #a47f1a;
  display: inline-block;
  padding: 0px 20px 0px 20px;
  font-size: 13px;
  text-decoration: none;
}
#slideWidget .caption a.link:hover {
  text-decoration: none;
}
#slideWidget .caption.topleft {
  top: 10%;
}
#slideWidget .caption.bottomleft {
  top: auto;
  bottom: 10%;
}
#slideWidget .caption.topright {
  top: 10%;
  right: 20%;
  bottom: auto;
}
#slideWidget .caption.bottomright {
  top: auto;
  right: 20%;
  bottom: 10%;
}
/* Specific to news and video landing page */
.content-header #slideWidget.mixed {
  padding-bottom: 35px;
}
.content-header #slideWidget .rslides_tabs {
  bottom: 0;
}
/* Specific to sliders in rows in desktop mode, which have a margin-left of -20px */
@media (min-width: 980px) {
  .row #slideWidget .rslides_nav.next {
    right: 20px;
  }
  .row #slideWidget .rslides_nav.prev {
    left: 20px;
  }
  #slideWidget.small.mixed .rslides_nav.next {
    right: -35px;
  }
  #slideWidget.small.mixed .rslides_nav.prev {
    left: -15px;
  }
}
@media (min-width: 1024px) {
  #slideWidget.small.mixed .rslides_nav.next {
    right: -50px;
  }
  #slideWidget.small.mixed .rslides_nav.prev {
    left: -30px;
  }
}
.featured-content > h4 {
  margin-top: 0;
}
.featured-content h5 {
  color: #a47f1a;
  margin-top: 0;
  font-weight: normal;
}
.feature {
  display: block;
  position: relative;
  /*
  width:180px;
  float:left;
  margin-right:10px;
  margin-bottom:40px;
  */
}
.feature h1,
.feature h2,
.feature h3,
.feature h4,
.feature h5,
.feature h6 {
  margin: 0;
}
.feature img {
  width: 100%;
}
.feature .video-preview img {
  width: 100%;
}
.feature p.ellipsis {
  height: 40px;
  /* Line height of 20px x2 */
}
a.feature:hover {
  color: #a47f1a;
  text-decoration: none;
}
a.feature:hover i.glyph-play {
  color: #a47f1a;
}
.lot-navigation {
  top: 160px;
  display: block;
  position: relative;
  padding: 0 10%;
}
.lot-navigation .arrow-left {
  color: #646461;
  position: absolute;
  font-size: 60px;
  left: 10px;
}
.lot-navigation .arrow-left:visited {
  color: #646461;
}
.lot-navigation .arrow-right {
  color: #646461;
  position: absolute;
  font-size: 60px;
  right: 10px;
}
#filter-loading-img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
section.filter-rm {
  background: none;
  text-transform: uppercase;
  font-size: 11px;
  color: #000000;
  padding-right: 0;
  text-decoration: underline;
  display: inline-block;
  padding-left: 20px;
}
section.filter .selected-options[disabled] .option {
  pointer-events: none;
  color: #cfcfc4;
}
section.filter .selected-options[disabled] .option a {
  color: #cfcfc4;
}
section.filter .form-inline .row {
  padding-left: 10px;
  padding-right: 10px;
}
section.filter .form-inline div.inline {
  display: inline-block;
}
@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -50px 0;
  }
}
section.filter .hint {
  color: #b1b1a8;
  font-size: 10px;
}
section.filter .currency-dropdown a.dropdown-toggle {
  text-decoration: underline;
}
section.filter .more-options[disabled] {
  pointer-events: none;
}
section.filter .more-options i:after {
  font-family: Glyph;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f010";
  margin-left: 1em;
  font-size: 9px;
}
section.filter .calendar-container {
  position: relative;
}
section.filter .calendar-container .calendar {
  background: efefe6;
  padding-right: 2em;
}
section.filter .calendar-container i {
  position: absolute;
  right: 5px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 0.5em;
  pointer-events: none;
}
section.filter .lotnumber-container,
section.filter .salenumber-container {
  position: relative;
}
section.filter .lotnumber-container i,
section.filter .salenumber-container i {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 30px;
  width: 14px;
  height: 14px;
  padding-left: 0.5em;
}
section.filter .lotnumber-container i:hover,
section.filter .salenumber-container i:hover {
  cursor: pointer;
}
section.filter .lotnumber-container .lot-number i,
section.filter .salenumber-container .lot-number i {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 30px;
  width: 14px;
  height: 14px;
  padding-left: 0.5em;
}
section.filter .lotnumber-container .lot-number i:hover,
section.filter .salenumber-container .lot-number i:hover {
  cursor: pointer;
}
section.filter .lotnumber-container .inline-overlay .overlay-content,
section.filter .salenumber-container .inline-overlay .overlay-content {
  white-space: nowrap;
  margin-top: 10px;
  padding: 10px 30px 25px;
  text-transform: none;
}
section.filter .dropdown-toggle {
  background: #fff;
}
section.filter .currency-dropdown .dropdown-toggle,
section.filter .more-options {
  background: none;
  text-transform: uppercase;
  font-size: 11px;
  color: #000000;
  padding-right: 0;
}
section.filter .more-options.collapsed i:after {
  content: "\f011";
}
section.filter form {
  margin-bottom: 0;
  font-size: 11px;
  padding-top: 5px;
}
section.filter form .multiline-filter-column .btn-group {
  margin-bottom: 10px;
}
section.filter form.video {
  margin-top: 0;
  background: #7e7f79;
  color: #ffffff;
}
section.filter form strong {
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 10px 0 20px;
  display: inline-block;
}
section.filter form strong.small {
  min-width: auto;
  margin: 0 20px 0 0;
}
section.filter form .btn-group > .btn {
  padding: 0 0.5em;
  font-size: 11px;
  line-height: 28px;
}
section.filter form .btn-group > .btn .caret {
  margin-top: 0;
  margin-left: 0.5em;
}
section.filter .dropdown-menu {
  max-height: 400px;
  min-width: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
section.filter .dropdown-menu li.active label {
  color: #a47f1a;
}
section.filter .dropdown-menu li.disabled label {
  color: #cfcfc4;
  pointer-events: none;
}
section.filter .dropdown-menu li.disabled label:hover {
  color: inherit;
}
section.filter .dropdown-menu a,
section.filter .pagination a {
  color: #353530;
  margin: 0;
}
section.filter .dropdown-menu a.btn,
section.filter .pagination a.btn {
  padding: 0;
}
section.filter .dropdown-menu a:hover,
section.filter .pagination a:hover {
  color: #a47f1a;
}
section.filter .currency-dropdown {
  display: inline-block;
}
section.filter .currency-dropdown .active {
  background: #cba53e;
  color: #ffffff;
}
.online-only section.filter .currency-dropdown .active {
  background: #ffbd00;
}
section.filter .currency-dropdown .active:hover {
  color: #ffffff;
}
section.filter .currency-dropdown .dropdown-toggle i:before {
  font-family: Glyph;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f011";
  font-size: 10px;
  margin-left: 0.5em;
}
section.filter .multiselect {
  min-width: 220px;
  color: #000000;
}
section.filter .range-slider-container {
  width: 220px;
  display: inline-block;
  position: relative;
  top: 10px;
}
section.filter .range-from,
section.filter .range-to {
  font-size: 10px;
}
section.filter .range-from .currency,
section.filter .range-to .currency {
  font-weight: bold;
}
section.filter .estimate.lot .range-from,
section.filter .estimate.lot .range-to {
  font-size: 12px;
}
section.filter div.filter-advanced-options {
  background: #ffffff;
  margin-top: 5px;
}
section.filter div.filter-advanced-options .dropdown-toggle {
  border: 1px solid #cfcfc4;
  width: 190px;
}
section.filter div.filter-advanced-options label div {
  height: 16px;
  padding-bottom: 5px;
}
section.filter div.filter-advanced-options strong {
  display: inline;
  margin: 0;
  font-size: 10px;
}
section.filter div.filter-advanced-options label {
  padding-bottom: 5px;
  margin-left: 20px;
}
section.filter div.filter-advanced-options label.form-label {
  width: 210px;
}
section.filter div.filter-advanced-options .button-action {
  background: #cba53e;
  color: #ffffff;
  border: 0;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 0 20px;
}
section.filter div.filter-advanced-options .apply-container input[type="submit"],
section.filter div.filter-advanced-options .apply-container-alt input[type="submit"] {
  margin: 0;
  height: 30px;
  width: 125px;
  margin-top: 5px;
}
section.filter div.filter-advanced-options .apply-container input[type="submit"].inactive,
section.filter div.filter-advanced-options .apply-container-alt input[type="submit"].inactive {
  background: #cfcfc4;
  color: #353530;
}
section.filter div.filter-advanced-options .apply-container-alt input[type="submit"] {
  width: 80px;
}
section.filter div.filter-advanced-options input[type=text] {
  background-color: #efefe5;
  margin-bottom: -6px;
}
section.filter .advanced-options-container {
  padding: 5px;
}
section.filter .selected-options .btn.btn-link {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
}
section.filter .selected-options .option {
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 1em;
  display: inline-block;
}
section.filter .selected-options .option a {
  color: #000000;
  margin-right: 0.2em;
}
section.filter .selected-options .option a:hover {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
section.filter.bordered {
  border-top: 1px solid #C5C5BC;
  border-bottom: 1px solid #C5C5BC;
  margin-bottom: 15px;
}
section.filter.bordered p {
  margin: 0;
}
section.filter.bordered .row.pagination {
  border: 0px;
}
section.filter.bottom {
  border-top: 1px solid #C5C5BC;
  border-bottom: 0;
  margin-bottom: -20px;
}
section.filter.bottom p {
  margin: 0;
}
section.filter .pagination {
  line-height: 40px;
  font-size: small;
}
section.filter .pagination .sort.active[data-sort-by$="-asc"] i:before {
  content: "\f010";
  font-size: 10px;
  margin-left: 0.5em;
}
section.filter .pagination .sort.active[data-sort-by$="-desc"] i:before {
  content: "\f011";
  font-size: 10px;
  margin-left: 0.5em;
}
section.filter .pagination .view-all {
  margin: 0 1em;
}
section.filter .pagination .page-info,
section.filter .pagination .list-label {
  margin-left: 1em;
  vertical-align: middle;
  font-size: .9em;
  text-transform: uppercase;
}
section.filter a.button {
  margin: 0 0.3em;
  text-decoration: none;
}
section.filter a.button i {
  font-size: 16px;
}
section.filter .next {
  margin-left: 1.5em;
}
section.filter p {
  margin-top: 1em;
}
section.filter .active {
  text-decoration: none;
  font-weight: bold;
}
section.filter .filter {
  margin-top: 1em;
  background: #7e7f79;
  border-top: 1px solid #c6c7b7;
  border-bottom: 1px solid #c6c7b7;
}
.online-only section.filter .filter {
  background: none;
}
section.filter .filter .span16 {
  color: #ffffff;
}
section.filter .filter .span16 a.more-options {
  color: #ffffff;
}
section.filter .filter .currency-dropdown a.dropdown-toggle {
  color: #ffffff;
}
section.filter .filter .currency-dropdown a.dropdown-toggle i {
  color: #000000;
}
section.filter .filter .ui-widget-content {
  border: none;
}
section.filter .filter .ui-widget-header {
  background: #000000;
}
section.filter .filter .ui-slider-handle:before {
  color: #ffffff;
}
section.filter.bordered-bottom {
  border-top: none;
  border-bottom: 1px solid #C5C5BC;
  margin-bottom: 15px;
}
section.filter.no-top-margin {
  margin-top: 0;
}
/* =========================================================
 * bootstrap-datepicker.js
 * original by Stefan Petre
 * tweaked by gus
 * ========================================================= */
.bs-sc-datepicker td.old,
.bs-sc-datepicker td.new {
  color: #DDDDDD;
}
.bs-sc-datepicker td span.active:active,
.bs-sc-datepicker td span.active.active {
  background-color: #003399 \9;
}
.bs-sc-datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  z-index: 1051;
}
.bs-sc-datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.bs-sc-datepicker thead tr:first-child th {
  cursor: pointer;
}
.bs-sc-datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bs-sc-datepicker td.day.disabled {
  color: #dddddd;
  cursor: default;
}
.bs-sc-datepicker th.switch {
  width: 145px;
}
.bs-sc-datepicker td span.old {
  color: #999999;
}
.bs-sc-datepicker td span:hover {
  background: #eeeeee;
}
.bs-sc-datepicker td span.active {
  background: #a47f1a;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bs-sc-datepicker td span {
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  display: block;
}
.bs-sc-datepicker table {
  width: 100%;
  margin: 0;
}
.bs-sc-datepicker th {
  border-bottom: 1px solid #efefef;
}
.bs-sc-datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.bs-sc-datepicker.dropdown-menu {
  max-width: inherit;
}
.bs-sc-datepicker td span.active:hover,
.bs-sc-datepicker td span.active:active,
.bs-sc-datepicker td span.active.active,
.bs-sc-datepicker td span.active.disabled,
.bs-sc-datepicker td span.active[disabled] {
  background-color: #0044cc;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bs-sc-datepicker td.active:hover,
.bs-sc-datepicker td.active:hover:hover,
.bs-sc-datepicker td.active:active,
.bs-sc-datepicker td.active:hover:active,
.bs-sc-datepicker td.active.active,
.bs-sc-datepicker td.active:hover.active,
.bs-sc-datepicker td.active.disabled,
.bs-sc-datepicker td.active:hover.disabled,
.bs-sc-datepicker td.active[disabled],
.bs-sc-datepicker td.active:hover[disabled] {
  background-color: #0044cc;
}
.bs-sc-datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.bs-sc-datepicker td.active,
.bs-sc-datepicker td.active:hover {
  background: #a47f1a;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bs-sc-datepicker td,
.bs-sc-datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 5px !important;
}
.bs-sc-datepicker td.active:active,
.bs-sc-datepicker td.active:hover:active,
.bs-sc-datepicker td.active.active,
.bs-sc-datepicker td.active:hover.active {
  background: #a47f1a;
}
/*! jQuery UI - v1.10.2 - 2013-03-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  z-index: 2;
  cursor: default;
  width: 0;
  height: 0;
  position: absolute;
  margin-top: -10px;
}
.ui-slider .ui-slider-handle:hover {
  text-decoration: none;
}
.ui-slider .ui-slider-handle:before {
  font-family: Glyph;
  display: inline-block;
  text-decoration: inherit;
  content: "\f011";
  margin-left: 0.5em;
  font-size: 9px;
  color: #353530;
  margin-left: 3px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/* Component containers
----------------------------------*/
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee ;
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #a47f1a;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #ffe45c;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  background: #b81900;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
.inline-overlay:hover .overlay-content {
  display: block;
}
.inline-overlay {
  position: relative;
  text-transform: uppercase;
}
.inline-overlay.mini-trigger .overlay-content {
  right: -20px;
}
.inline-overlay > a {
  display: inline;
}
.inline-overlay .overlay-content {
  color: #000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 2em;
  right: 0;
  padding: 20px;
  background: #fff;
  z-index: 1020;
}
.inline-overlay .overlay-content:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  top: -20px;
  right: 20px;
  z-index: 9000;
}
.inline-overlay .overlay-content:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: none;
  top: -10px;
  left: 0;
}
.inline-overlay .overlay-content.show {
  display: block;
}
.inline-overlay .overlay-content.wide-text {
  width: 350px;
}
.inline-overlay .overlay-content h5 {
  color: #cfcfc4;
  font-size: 12px;
  font-weight: bold;
}
.inline-overlay .overlay-content.nav-left {
  position: absolute;
  top: 50px;
  left: 50px;
  right: inherit;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  min-width: 100px;
  text-transform: none;
}
.inline-overlay .overlay-content.nav-right {
  position: absolute;
  top: 50px;
  right: 50px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-transform: none;
}
.inline-overlay .overlay-content.left-align {
  right: auto;
  left: 0px;
}
.inline-overlay .overlay-content.left-align:before {
  left: 20px;
  right: auto;
}
.inline-overlay.click-show {
  /* Used in JS to toggle show class on overlay*/
}
.inline-overlay .register-login-overlay {
  top: 3.5em;
  white-space: nowrap;
}
div:not(.online-only) .inline-overlay .register-login-overlay {
  top: 3em;
}
#bodyWrap .lotdetail-description .inline-overlay .register-login-overlay {
  top: 2.5em;
}
div.eventdetail-headerbuttonbox .inline-overlay .register-login-overlay {
  top: 3.5em;
}
.inline-overlay .register-login-overlay h5 {
  margin-top: 0;
  text-align: left;
  color: #353530;
  text-transform: none;
}
.online-only .inline-overlay .register-login-overlay h5 {
  color: #000000;
}
.inline-overlay .register-login-overlay .button-action {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 11px;
  line-height: 2em;
}
.inline-overlay .register-login-overlay .button-action.primary,
.inline-overlay .register-login-overlay .button-action:hover {
  background: #a47f1a;
  color: #fff;
}
.online-only .inline-overlay .register-login-overlay .button-action.primary,
.online-only .inline-overlay .register-login-overlay .button-action:hover {
  background: #ffbd00;
}
.inline-overlay .register-login-overlay .button-action:last-of-type {
  margin-right: 0;
}
.block-actions .inline-overlay .register-login-overlay {
  top: 2em;
}
.sale-list-page article .inline-overlay .register-login-overlay .button-action,
.auctions article .inline-overlay .register-login-overlay .button-action {
  margin-bottom: 0;
}
.estimate a.inline-overlay {
  margin: 0 0 2px 2px;
}
.estimate a.inline-overlay .overlay-content {
  top: 2.3em;
  right: -25px;
}
.pre-ie9 .estimate a.inline-overlay {
  display: inline-table;
}
.pre-ie9 .estimate a.inline-overlay .overlay-content {
  top: 2.5em;
}
.overlay {
  display: none;
  width: 100%;
  position: absolute;
  background: #dedfcd;
  z-index: 1020;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
}
.overlay aside {
  font-size: 12px;
}
.overlay .top-container {
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}
.overlay .top-container .lotdetail-estimate {
  margin-bottom: 5px;
}
.overlay .top-container .lotdetail-estimate .span-6 {
  margin-left: 0;
  margin-right: 100px;
}
.overlay .top-container .lotdetail-estimate a.dropdown-toggle {
  color: #969696;
  text-decoration: underline;
}
.overlay .top-container .lotdetail-lotnumber {
  font-size: 30px;
}
.overlay .top-container .lotdetail-lotnumber {
  border-color: #969696;
  color: #969696;
}
.overlay .top-container .lotdetail-lotnumber {
  margin-top: 12px;
}
.overlay .container {
  padding: 0;
  position: relative;
}
.overlay .close {
  position: absolute;
  top: 20px;
  right: 0;
}
.overlay-trigger {
  padding: 1em;
}
.overlay-trigger.active {
  background: #dedfcd;
}
.alt.overlay-trigger {
  text-decoration: none;
  font-weight: bold;
}
.modal-header.modal-mycatalog h5 {
  padding-left: 20px;
}
.modal-body.modal-mycatalog {
  min-height: 400px;
}
.modal-body.modal-mycatalog .auctions article .image {
  width: 190px;
}
.modal-body.modal-mycatalog .auctions article .details {
  width: 280px;
}
.modal-body.modal-mycatalog .auctions article .actions {
  width: 70px;
}
.modal-body.modal-mycatalog .controls {
  padding-left: 20px;
  background: #dedfcd;
  min-height: 400px;
}
#image-zoom-overlay .estimate .conversions-container {
  padding-top: 0;
}
.color-guide .black {
  color: #000000;
}
.color-guide .black ~ .swatch {
  background-color: #000000;
}
.color-guide .grayDarker {
  color: #1b1b1b;
}
.color-guide .grayDarker ~ .swatch {
  background-color: #1b1b1b;
}
.color-guide .grayDark {
  color: #353530;
}
.color-guide .grayDark ~ .swatch {
  background-color: #353530;
}
.color-guide .gray {
  color: #646461;
}
.color-guide .gray ~ .swatch {
  background-color: #646461;
}
.color-guide .grayLight {
  color: #cfcfc4;
}
.color-guide .grayLight ~ .swatch {
  background-color: #cfcfc4;
}
.color-guide .grayLighter {
  color: #d7d6ce;
}
.color-guide .grayLighter ~ .swatch {
  background-color: #d7d6ce;
}
.color-guide .grayish {
  color: #b1b1a8;
}
.color-guide .grayish ~ .swatch {
  background-color: #b1b1a8;
}
.color-guide .grayLightest {
  color: #afafa3;
}
.color-guide .grayLightest ~ .swatch {
  background-color: #afafa3;
}
.color-guide .white {
  color: #ffffff;
}
.color-guide .white ~ .swatch {
  background-color: #ffffff;
}
.color-guide .stbYellow {
  color: #a47f1a;
}
.color-guide .stbYellow ~ .swatch {
  background-color: #a47f1a;
}
.color-guide .stbYellowLighter {
  color: #cba53e;
}
.color-guide .stbYellowLighter ~ .swatch {
  background-color: #cba53e;
}
.color-guide .stbGrayFooter {
  color: #79796d;
}
.color-guide .stbGrayFooter ~ .swatch {
  background-color: #79796d;
}
.color-guide .blue {
  color: #049cdb;
}
.color-guide .blue ~ .swatch {
  background-color: #049cdb;
}
.color-guide .blueDark {
  color: #0064cd;
}
.color-guide .blueDark ~ .swatch {
  background-color: #0064cd;
}
.color-guide .green {
  color: #46a546;
}
.color-guide .green ~ .swatch {
  background-color: #46a546;
}
.color-guide .red {
  color: #9d261d;
}
.color-guide .red ~ .swatch {
  background-color: #9d261d;
}
.color-guide .yellow {
  color: #ffc40d;
}
.color-guide .yellow ~ .swatch {
  background-color: #ffc40d;
}
.color-guide .orange {
  color: #f89406;
}
.color-guide .orange ~ .swatch {
  background-color: #f89406;
}
.color-guide .pink {
  color: #c3325f;
}
.color-guide .pink ~ .swatch {
  background-color: #c3325f;
}
.color-guide .purple {
  color: #7a43b6;
}
.color-guide .purple ~ .swatch {
  background-color: #7a43b6;
}
.color-guide .swatch {
  width: 100px;
  height: 20px;
  margin: 0 0 0 10px;
  display: inline-block;
}
#image-zoom-overlay {
  background-color: #ffffff;
  line-height: 1;
}
#image-zoom-overlay .inline {
  display: inline;
}
#image-zoom-overlay .close {
  background-image: none;
  background-position: initial initial;
  background-repeat: initial initial;
  background-color: white;
  left: 24px;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 28px;
  opacity: 1;
  top: 35px;
}
#image-zoom-overlay .close .glyph-x {
  font-size: 18px;
  padding-left: 4px;
}
#image-zoom-overlay .container {
  width: 100%;
}
#image-zoom-overlay .lotdetail-guarantee,
#image-zoom-overlay .lotdetail-subtitle {
  max-width: 860px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#image-zoom-overlay .lotdetail-guarantee {
  text-transform: uppercase;
  font-size: 20px;
}
#image-zoom-overlay .lotdetail-subtitle {
  font-size: 13px;
}
#image-zoom-overlay .lotdetail-header-block {
  padding-top: 7px;
  font-size: 11px;
}
#image-zoom-overlay .estimate.lot-sold {
  line-height: 1;
}
#image-zoom-overlay .estimate.lot-sold span {
  line-height: 22px;
}
#image-zoom-overlay .estimate.lot-sold div {
  margin-bottom: 5px;
  font-weight: bold;
}
#image-zoom-overlay .estimate .left-section {
  float: none;
  margin-left: 0;
  font-size: 12px;
}
#image-zoom-overlay .estimate .range-from {
  margin-left: 5px;
}
#image-zoom-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#image-zoom-wrapper img {
  max-width: none;
}
#image-zoom-wrapper .zoom-alt {
  top: 90px;
  position: absolute;
  left: 10px;
  width: 55px;
}
#image-zoom-wrapper .zoom-alt img {
  padding-bottom: 10px;
}
#image-zoom-wrapper.js-active {
  cursor: move;
  background-image: none;
}
.js-enabled #image-zoom-wrapper {
  overflow: hidden;
  position: relative;
}
.js-enabled #image-zoom-wrapper #image-zoom {
  visibility: hidden;
  position: relative;
}
#image-zoom-wrapper div.zoom-control {
  width: 26px;
  height: 26px;
  background: #ffffff;
  text-align: center;
  line-height: 26px;
}
#image-zoom-wrapper div.zoom-in,
#image-zoom-wrapper div.zoom-out {
  position: absolute;
  left: 24px;
  top: 125px;
  font-size: 30px;
}
#image-zoom-wrapper div.zoom-in:after,
#image-zoom-wrapper div.zoom-out:after {
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "+";
}
#image-zoom-wrapper div.zoom-out {
  top: 160px;
}
#image-zoom-wrapper div.zoom-out:after {
  content: "–";
}
#image-zoom-wrapper div.zoom-off {
  opacity: 0.5;
}
.zoom-hover-trigger {
  display: inline-block;
  width: 100%;
}
.zoom-hover-trigger.loading .zoom-loading {
  display: block;
}
.zoom-hover-trigger.loading .lot-image {
  opacity: .3;
}
.zoom-hover-trigger:hover .zoom-hover,
.zoom-hover-trigger:hover .zoom-hover-bg {
  display: block;
}
.zoom-hover,
.zoom-hover-bg,
.zoom-loading {
  display: none;
  position: absolute;
  width: 220px;
  height: 30px;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  margin-left: -120px;
  padding: 8px 10px 5px 10px;
  color: #b1b1a8;
  font-size: 18px;
  pointer-events: none;
}
.zoom-hover a,
.zoom-hover-bg a,
.zoom-loading a {
  color: #b1b1a8;
  text-decoration: underline;
  pointer-events: none;
}
.online-only .lotdetail-image-wrap .zoom-hover a,
.online-only .lotdetail-image-wrap .zoom-hover-bg a,
.online-only .lotdetail-image-wrap .zoom-loading a {
  color: #ffffff;
}
.zoom-hover-bg {
  background-color: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.page-wrap {
  width: 940px;
  margin: 0 auto;
  padding-top: 120px;
}
.auctions-container.page-wrap,
.gallery-wrap .page-wrap {
  padding-top: 0;
}
.parentSection {
  background: #ffffff;
  border-bottom: 1px solid #afafa3;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
}
.auctions-container .parentSection {
  border-bottom: 0;
  margin-bottom: 0;
  min-height: 500px;
}
.localNav {
  margin: 0;
  padding: 0 0 50px;
  float: left;
  width: 80px;
  margin-left: -80px;
  text-transform: uppercase;
  font-family: 'Benton500', Benton, Arial, sans-serif;
  z-index: 102;
  position: relative;
}
.localNav.affix {
  position: fixed;
  top: 186px;
}
.localNav.affix-bottom {
  position: absolute;
}
.localNav > li,
.localNav .subNav > li {
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
  width: 100%;
  position: relative;
  text-align: right;
}
.localNav > li.primary,
.localNav .subNav > li.primary {
  margin-bottom: 20px;
}
.localNav > li.primary > a,
.localNav .subNav > li.primary > a {
  border-bottom-width: 4px;
  font-weight: bold;
}
.localNav > li:last-child,
.localNav .subNav > li:last-child {
  margin-bottom: 0;
}
.localNav > li > a,
.localNav .subNav > li > a {
  font-size: 10px;
  color: #353530;
  cursor: pointer;
  border-bottom: 2px solid #353530;
  text-decoration: none;
  padding: 4px 0;
  line-height: 1.2;
  display: inline-block;
  margin: 0 20px 0 0;
  word-break: break-word;
}
.localNav > li > a:focus,
.localNav .subNav > li > a:focus {
  background: none;
}
.localNav > li > a:hover,
.localNav .subNav > li > a:hover {
  color: #a47f1a;
  border-bottom-color: #a47f1a;
  background: none;
}
.localNav > li.active > a,
.localNav .subNav > li.active > a {
  color: #a47f1a;
  border-bottom-color: #a47f1a;
}
.localNav .subNav {
  margin: 0;
  padding: 0;
  width: 135px;
}
.localNav .subNav > li {
  text-align: left;
}
.exNavBlock {
  display: none;
}
.localNav li.expanded > a,
.no-touch .localNav li.expandable.hoverable:hover > a {
  color: #a47f1a;
  border-bottom-color: #a47f1a;
  background: none;
}
.localNav li.expanded .localFlyout {
  display: block !important;
}
.localFlyout {
  position: absolute;
  top: -25px;
  left: 100%;
  display: none;
  padding-left: 10px;
  z-index: 10;
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  -ms-animation: fadeIn 0.2s;
}
.localFlyout .flyoutContent {
  padding: 8px 10px;
  background: #ffffff;
  box-shadow: -1px 1px 3px rgba(50, 50, 50, 0.25);
  text-align: left;
}
.localFlyout .contactForm {
  width: 290px;
  font-size: 10px;
}
.localFlyout .contactForm > p {
  line-height: 1.4;
}
.localFlyout .contactForm .header {
  font: bold 11px 'Benton500', Benton, Arial, sans-serif;
  margin-top: 0;
}
.localFlyout .contactForm .border {
  border-bottom: 2px solid #57574d;
  padding: 0 0 9px;
}
.localFlyout .contactForm .border > a,
.localFlyout .contactForm .border > a:hover {
  color: #353530;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.localFlyout .contactForm .label {
  font-size: 11px;
  font-weight: bold;
  color: #000;
}
.localFlyout .contactForm input,
.localFlyout .contactForm textarea {
  background: #fff;
  border: 1px solid #eceee2;
  padding: 2px;
  width: 100%;
  resize: none;
}
.localFlyout .contactForm input {
  height: 26px;
  margin-bottom: 7px;
}
.localFlyout .contactForm textarea {
  height: 80px;
  margin-bottom: 17px;
}
.localFlyout .contactForm label.error {
  margin-top: -8px;
  color: #9d261d;
  font-size: .8em;
}
.localFlyout .contactForm .contactMessageLabel label.error {
  margin-top: -18px;
}
.localFlyout .contactForm .actions > a,
.localFlyout .contactForm .actions input {
  width: 45%;
  float: left;
  line-height: 25px;
}
.localFlyout .contactForm .actions .secondary {
  margin-right: 5%;
  font-size: 10px;
  color: #92928a;
  text-align: center;
}
.localFlyout .contactForm .actions .btn {
  margin-left: 5%;
}
.localFlyout .contactForm .actions .sentLabel,
.localFlyout .contactForm .actions .sentLabel:hover {
  text-decoration: none;
  cursor: default;
}
.localFlyout .contactForm .actions .sendInquiryLink {
  height: auto;
  margin-bottom: 0;
  padding: 0;
  background: #c5c5bb;
  border: 0;
  color: #646461;
}
.no-boxshadow .flyoutContent {
  border: 1px solid #ccc;
}
.contact .localFlyout {
  top: -70px;
}
.page-exhibitions .contact .localFlyout,
.page-past-exhibitions .contact .localFlyout {
  top: -186px;
}
.page-past-exhibitions .contact .localFlyout * {
  box-sizing: border-box;
}
.page-hdr {
  padding-bottom: 8px;
  margin: 20px 0;
  border-bottom: 1px solid #7e7f79;
}
.page-hdr h1 {
  display: inline-block;
  font: normal 24px Benton, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
}
.page-hdr .aux-item {
  margin-top: 5px;
  float: right;
}
.page-hdr .view-mode {
  line-height: 25px;
  margin-top: 11px;
}
.page-hdr .view-mode > li {
  display: inline-block;
  vertical-align: middle;
}
.page-hdr .view-mode > li.line {
  width: 1px;
  height: 25px;
  background: #000;
  margin: 0 5px;
}
.page-hdr .view-mode > li > a {
  color: #76766c;
  cursor: pointer;
}
.page-hdr .view-mode > li > a:hover {
  color: #a47f1a;
  text-decoration: none;
}
.page-hdr .view-mode > li > a > i {
  font-size: 28px;
  line-height: 28px;
}
.page-hdr .view-mode > li.active > a {
  color: #a47f1a;
}
@media screen and (max-width: 1100px) {
  .parentSection {
    width: 860px;
    float: right;
  }
  .auctions-container .parentSection {
    min-height: 530px;
  }
  .localNav.affix {
    top: 210px;
  }
  .localNav .subNav > li {
    margin-bottom: 20px;
  }
  .localFlyout .contactForm .border > a,
  .localFlyout .contactForm .border > a:hover {
    color: #a47f1a;
    text-decoration: none;
    pointer-events: auto;
    cursor: pointer;
  }
  .localFlyout .contactForm .border > a:hover {
    color: #624c10;
    text-decoration: underline;
  }
  .gallery-wrap .localNav.affix {
    top: 186px;
  }
  .gallery-wrap .localNav {
    margin-left: 0;
  }
  .auctions-container.page-wrap .parentSection .advanced-options-container .input-large {
    width: 180px;
  }
}
@media only screen and (max-width: 979px) {
  .page-wrap {
    width: 730px;
    padding-top: 150px;
  }
  .auctions-container.page-wrap {
    width: 730px;
    padding: 0;
  }
  .page-hdr {
    margin-left: 90px;
  }
  .auctions-container .page-hdr {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .localNav {
    width: 109px;
    margin-left: -109px;
    top: -680px;
  }
  .localNav.affix {
    top: 215px;
  }
  .localNav > li.primary {
    margin-bottom: 43px;
  }
  .localNav .subNav {
    width: 160px;
  }
  .localNav > li,
  .localNav .subNav > li {
    margin-bottom: 20px;
  }
  .localNav > li > a,
  .localNav .subNav > li > a {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.15;
  }
  .gallery-wrap .localNav.affix {
    top: 215px;
    margin-left: -10px;
  }
  .parentSection {
    width: 640px;
  }
  .auctions-container.auctions-list-page.page-wrap .pagination,
  .auctions-container.auctions-list-page.page-wrap .auctions {
    margin: 0;
  }
  .page-wrap .auctions article .details {
    width: 45%;
  }
  .page-wrap .auctions article .actions .button-action {
    width: 130px;
  }
  .page-wrap .parentSection > .filter:last-of-type .span8 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrap,
  .auctions-container.page-wrap {
    width: auto;
    padding-top: 0;
  }
  .page-hdr {
    margin: 10px 10px 0 10px;
    border-bottom: 0;
  }
  .page-hdr > h1 {
    font-size: 18px;
  }
  .page-hdr > .aux-item {
    margin-top: 12px;
  }
  .page-hdr > .aux-item.btn {
    margin-top: 11px;
  }
  .page-hdr .glyph-s2 {
    font-size: 26px;
    line-height: 15px;
    margin: 0 7px 0 0;
  }
  .section .page-hdr {
    margin: 0 0 10px;
    border-bottom: 1px solid #7e7f79;
  }
  .parentSection {
    width: auto;
    float: none;
    padding: 0 10px;
    margin-top: 0;
  }
  .auctions-container.page-wrap .parentSection {
    padding: 0;
    min-height: ;
  }
  /* Exhibitions Navigation overrides */
  .localNav {
    display: none;
  }
  .exNavBlock {
    position: relative;
    z-index: 101;
  }
  .exNavBlock a {
    font-size: 14px;
    color: #353530;
    cursor: pointer;
    text-decoration: none;
    padding: 0 20px 0 0;
    margin: 0;
    line-height: 1.2;
    display: inline-block;
    text-transform: uppercase;
  }
  .exNavBlock a > i {
    position: absolute;
    right: 0;
  }
  .exNavBlock .exNav {
    display: none;
    background: #ffffff;
    box-shadow: -1px 1px 3px rgba(50, 50, 50, 0.25);
    padding: 9px 0 0;
    position: absolute;
    right: 10px;
    top: 40px;
  }
  .exNavBlock .exNav > li {
    margin: 0 0 7px;
    padding: 0;
    text-align: right;
  }
  .exNavBlock .exNav > li > a {
    float: none;
    padding: 12px 15px 12px 18px;
  }
  .exNavBlock .exNav > li > a:focus {
    background: none;
  }
  .exNavBlock .exNav > li > a:hover {
    color: #a47f1a;
    background: none;
  }
  .exNavBlock .exNav > li.active > a {
    color: #a47f1a;
    font-weight: bold;
  }
  .page-wrap .auctions article .details {
    width: auto;
  }
  .page-wrap .parentSection > .filter:first-of-type {
    display: none;
  }
  .page-wrap .parentSection > .filter .pagination span.pull-right {
    float: none;
    display: block;
    text-align: center;
  }
}
/* For pages that only contain iframes */
.iframe-page-container iframe {
  border: 0;
  width: 100%;
  height: 1200px;
}
/* More/Less Toggle used with STBCore.TextExpander class */
.expand-desc {
  display: none;
}
.desc-less {
  display: none;
}
.full-desc .desc-less {
  display: block;
}
.full-desc .desc-more {
  display: none;
}
/* Parlsey errors */
.parsley-errors-list {
  color: #b94a48;
}
select.parsley-error,
input[type="text"].parsley-error,
input[type="password"].parsley-error {
  border: 1px solid #b94a48;
}
.pre-ie9 {
  /*a.logo:hover {
    text-decoration: none;
    color: inherit;
    opacity: 1.0;
    -webkit-transition: initial;
  }*/
}
.pre-ie9 .topmenu .search-input input {
  width: 85px;
}
.pre-ie9 .topmenu .search-input button {
  right: 0px;
}
.pre-ie9 .topmenu-megamenu > li.last-megamenu > a {
  border-right: 1px solid #ffffff;
  padding-right: 10px;
}
.pre-ie9 .topmenu-megamenu > li > a {
  /* For some reason IE needs this again? */
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 19px;
}
.pre-ie9 .topmenu .preferred {
  font-size: 12px;
}
.cq-wcm-edit .topmenu {
  height: 135px;
}
#preferredAcctNav {
  position: absolute;
  width: 110px;
  left: 50%;
  margin-left: -132px;
  margin-top: -61px;
  background: #000000;
  z-index: 601;
  display: none;
}
#preferredAcctNav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 10px;
  display: block;
  padding: 5px;
}
nav.preferred {
  border-top: 1px solid #373833;
  border-bottom: 1px solid #373833;
  height: 40px;
  position: relative;
  background: #151512;
  color: #ffffff;
  font-size: 13px;
  z-index: 600;
}
nav.preferred .menu {
  position: relative;
  z-index: 15;
}
nav.preferred .menu.edit-hover {
  z-index: 9000;
}
nav.preferred a {
  color: #ffffff;
}
nav.preferred a span {
  pointer-events: none;
}
nav.preferred + hr {
  display: none;
}
nav.preferred .page-recommendations nav.preferred li.list.recommendations > a {
  color: #d1aa3f;
}
nav.preferred .page-wishlists nav.preferred li.list.wishlist > a {
  color: #d1aa3f;
}
nav.preferred .page-favorites nav.preferred li.list.favorites > a {
  color: #d1aa3f;
}
.menu-hover {
  background: black;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.menu-hover > .tmpl-container > ul.dropdown,
.menu-hover > ul.dropdown {
  display: block;
  top: 40px;
}
nav.preferred .menu > li {
  overflow-x: hidden;
  width: 135px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  float: left;
  border-right: 1px solid #373833;
}
nav.preferred .menu > li a {
  text-decoration: none;
  display: block;
  height: 40px;
  width: 100%;
  position: relative;
  z-index: 15;
  overflow: hidden;
}
nav.preferred .menu > li a:hover {
  color: #d1aa3f;
}
nav.preferred .menu > li:first-of-type {
  border-left: 1px solid #373833;
}
nav.preferred .menu > li.title {
  width: 187px;
  background: #000000;
  font-family: 'ATSackers';
  font-size: 18px;
  letter-spacing: 0.1em;
}
nav.preferred .menu > li.title {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
nav.preferred .menu > li.links {
  font-family: 'ATSackers';
  font-size: 12px;
}
nav.preferred .menu > li.list {
  font-family: 'ATSackers';
  font-size: 12px;
  color: #a7a79e;
}
nav.preferred .menu > li.recommendations {
  width: 200px;
}
nav.preferred .menu > li.expand {
  background: black;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
nav.preferred .menu > li.expand > .tmpl-container > ul.dropdown,
nav.preferred .menu > li.expand > ul.dropdown {
  display: block;
  top: 40px;
}
.no-touch nav.preferred .menu > li:hover {
  background: black;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.no-touch nav.preferred .menu > li:hover > .tmpl-container > ul.dropdown,
.no-touch nav.preferred .menu > li:hover > ul.dropdown {
  display: block;
  top: 40px;
}
nav.preferred .menu > li > ul.dropdown,
nav.preferred .menu > li > .tmpl-container > ul.dropdown {
  width: 155px;
  display: none;
  z-index: 12;
  background: #000000;
  font-size: 9px;
  text-align: left;
  font-family: Benton, Arial, sans-serif;
  position: absolute;
  top: 40px;
  padding: 5px 0 5px;
}
nav.preferred .menu > li > ul.dropdown p,
nav.preferred .menu > li > .tmpl-container > ul.dropdown p {
  font-size: 9px;
}
nav.preferred .menu > li > ul.dropdown li,
nav.preferred .menu > li > .tmpl-container > ul.dropdown li {
  height: auto;
}
nav.preferred .menu > li > ul.dropdown li a,
nav.preferred .menu > li > .tmpl-container > ul.dropdown li a {
  height: auto;
  width: auto;
  padding: 3px 34px;
  padding-bottom: 10px;
  line-height: 14px;
}
nav.preferred .menu > li > ul.dropdown li:last-child a,
nav.preferred .menu > li > .tmpl-container > ul.dropdown li:last-child a {
  padding-bottom: 5px;
}
nav.preferred .menu > li > ul.dropdown .dropdown,
nav.preferred .menu > li > .tmpl-container > ul.dropdown .dropdown {
  padding: 0;
  margin: 0;
}
nav.preferred .menu > li > ul.dropdown .dropdown li a,
nav.preferred .menu > li > .tmpl-container > ul.dropdown .dropdown li a {
  padding-left: 39px;
}
nav.preferred li.list {
  font-size: 13px;
}
nav.preferred li.list > .tmpl-container > ul.dropdown,
nav.preferred li.list > ul.dropdown {
  background: white;
  height: auto;
  /*max-width: 940px; width: auto !important; width: 940px;*/
  /*min-width: 468px; width: auto !important; width: 468px;*/
  width: 100%;
  position: absolute;
  right: 0;
  top: 40px;
  display: none;
  color: #a7a79e;
  *zoom: 1;
}
nav.preferred li.list > .tmpl-container > ul.dropdown:before,
nav.preferred li.list > ul.dropdown:before,
nav.preferred li.list > .tmpl-container > ul.dropdown:after,
nav.preferred li.list > ul.dropdown:after {
  display: table;
  content: "";
  line-height: 0;
}
nav.preferred li.list > .tmpl-container > ul.dropdown:after,
nav.preferred li.list > ul.dropdown:after {
  clear: both;
}
nav.preferred li.list > .tmpl-container > ul.dropdown a,
nav.preferred li.list > ul.dropdown a {
  color: #a7a79e;
}
nav.preferred li.list > .tmpl-container > ul.dropdown a:hover,
nav.preferred li.list > ul.dropdown a:hover {
  color: #000000;
}
nav.preferred li.list > .tmpl-container > ul.dropdown .view-all,
nav.preferred li.list > ul.dropdown .view-all {
  position: absolute;
  top: 5px;
  right: 10px;
  margin: 0;
  width: auto;
  text-transform: none;
  text-align: right;
  text-transform: uppercase;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li,
nav.preferred li.list > ul.dropdown li {
  width: 74px;
  margin: 20px 27px 14px 27px;
  padding: 0;
  float: right;
  text-align: center;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li a,
nav.preferred li.list > ul.dropdown li a {
  padding: 0;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li .results,
nav.preferred li.list > ul.dropdown li .results {
  font-size: 12px;
  text-transform: none;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li .results .total,
nav.preferred li.list > ul.dropdown li .results .total {
  font-size: 15px;
  font-weight: bold;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li .title,
nav.preferred li.list > ul.dropdown li .title {
  display: block;
  margin-top: 5px;
  line-height: 1.3em;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li .image,
nav.preferred li.list > ul.dropdown li .image {
  width: 80px;
  height: 80px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li .image img,
nav.preferred li.list > ul.dropdown li .image img {
  max-height: 80px;
  max-width: 80px;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li.side-text,
nav.preferred li.list > ul.dropdown li.side-text {
  padding-right: 121px;
  position: relative;
  margin: 20px 17px;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li.side-text a,
nav.preferred li.list > ul.dropdown li.side-text a {
  width: 200px;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li.side-text .image,
nav.preferred li.list > ul.dropdown li.side-text .image {
  width: 90px;
  max-height: 120px;
  float: left;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li.side-text .image img,
nav.preferred li.list > ul.dropdown li.side-text .image img {
  width: 80px;
  max-height: 80px;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li.side-text .text,
nav.preferred li.list > ul.dropdown li.side-text .text {
  position: relative;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 80px;
  margin-left: 10px;
  line-height: 1.3em;
  font-size: 9px;
  float: left;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li.side-text .text .artist,
nav.preferred li.list > ul.dropdown li.side-text .text .artist {
  font-weight: bolder;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li.side-text .text .title,
nav.preferred li.list > ul.dropdown li.side-text .text .title,
nav.preferred li.list > .tmpl-container > ul.dropdown li.side-text .text .artist,
nav.preferred li.list > ul.dropdown li.side-text .text .artist {
  margin: 2px 0px 2px 0px;
  font-size: 9px;
  margin: 0;
  overflow-y: hidden;
  display: block;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li.side-text .text .title,
nav.preferred li.list > ul.dropdown li.side-text .text .title {
  max-height: 2.6em;
}
nav.preferred li.list > .tmpl-container > ul.dropdown li.side-text.view-all,
nav.preferred li.list > ul.dropdown li.side-text.view-all {
  margin: 0;
}
nav.preferred li.list > .tmpl-container > ul.dropdown.empty,
nav.preferred li.list > ul.dropdown.empty {
  width: 310px;
  font-size: 12px;
  text-align: center;
  text-transform: none;
}
nav.preferred li.list > .tmpl-container > ul.dropdown.empty strong,
nav.preferred li.list > ul.dropdown.empty strong {
  margin-bottom: 20px;
  color: black;
}
nav.preferred li.list > .tmpl-container > ul.dropdown.empty a,
nav.preferred li.list > ul.dropdown.empty a {
  text-decoration: underline;
}
nav.preferred li.list > .tmpl-container > ul.dropdown.empty li,
nav.preferred li.list > ul.dropdown.empty li {
  padding: 30px 0;
  width: auto;
  margin: 0;
  float: none;
}
nav.preferred.edit {
  display: none;
}
.page-preferred-access nav.preferred.edit {
  display: block;
  height: auto;
}
.page-preferred-access nav.preferred.edit .menu > li {
  float: none;
  width: auto;
  height: auto;
  text-align: left;
  position: relative;
}
.page-preferred-access nav.preferred.edit .menu > li .dropdown {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
}
.page-preferred-access nav.preferred.edit .menu > li .dropdown li a {
  font-size: 12px !important;
  font-family: 'Benton' !important;
}
.preferred-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  width: 640px;
  margin-left: 340px;
  position: relative;
  top: -10px;
  height: 10px;
  display: block;
}
.preferred .topmenu-utility li.expandable.hoverable > nav,
.preferred .topmenu-megamenu li.expandable.hoverable > nav {
  margin-top: -20px;
}
.topmenu {
  float: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  width: 100%;
  height: 120px;
  background: #000000;
  color: #ffffff;
}
.topmenu .topmenu-logo-header {
  margin: 0;
}
.topmenu .topmenu-logo-header .logo {
  margin: 8px 0;
}
.topmenu .topmenu-inner-wrap {
  width: 940px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 0px;
}
.topmenu hr {
  display: none;
}
.topmenu .logo {
  float: none;
}
.topmenu .logo img {
  display: block;
  margin-bottom: 1em;
  width: 242px;
  margin-left: 20px;
}
.topmenu .logo:after {
  content: ' ';
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: block;
  height: 25px;
  width: 155px;
  position: absolute;
  bottom: -10px;
  left: 0px;
}
.topmenu .menu-button {
  display: none;
}
.topmenu .preferred {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
  font-family: 'ATSackers';
  font-size: 11px;
  letter-spacing: 0.1em;
}
.topmenu .expandable .auctions {
  background-color: inherit;
}
.topmenu ul {
  float: right;
  top: 0;
  margin-right: 0.5em;
}
.topmenu ul div[class*="cq-"] {
  display: inline;
}
.topmenu ul div[class*="cq-"] a {
  display: inline-block;
}
.topmenu ul a {
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  display: block;
  border-bottom: 1px solid #333;
  color: #afafa3;
}
.topmenu ul a.active {
  font-weight: bold;
}
.topmenu ul.typeahead {
  width: 300px;
  margin-left: -177px;
  margin-top: -4px;
  background-color: rgba(229, 228, 218, 0.9);
  border-top: none;
  border-left: none;
  z-index: 300000;
}
.topmenu ul.typeahead span.typeahead-result {
  float: left;
  text-transform: none;
  font-size: 10px;
}
.topmenu ul.typeahead span.typeahead-number {
  float: right;
  text-transform: lowercase;
  font-size: 10px;
}
.topmenu ul.typeahead .active a {
  color: #ffffff;
  background-color: #a47f1a;
}
.topmenu .external a {
  border: 0;
  font-size: 14px;
}
.topmenu .search-input {
  margin: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 70px;
  left: 1em;
}
.topmenu .search-input button {
  position: absolute;
  right: 22px;
  top: -2px;
  border: 0;
  background: none;
  padding: 0;
}
.topmenu .search-input button .icon-xl-search {
  color: #969696;
  width: 18px;
}
.topmenu .search-input button .glyph-search {
  color: #000000;
  width: 18px;
  font-size: 20px;
}
.topmenu .search-input input {
  height: 22px;
  padding: 0 5px;
  line-height: 10px;
  font-size: 10px;
  font-family: 'Benton';
  margin: 0;
  width: 95px;
  padding-right: 25px;
  background: #ffffff;
  border-radius: 0;
  border: 0;
  margin-top: -3px;
}
.topmenu .topmenu-utility,
.topmenu .topmenu-megamenu {
  float: none;
  margin: 0 0 0 340px;
  width: 600px;
  max-width: 600px;
  text-align: justify;
}
.topmenu .topmenu-utility a,
.topmenu .topmenu-megamenu a {
  border-bottom: none;
  text-align: left;
}
.topmenu .topmenu-utility > li,
.topmenu .topmenu-megamenu > li {
  display: inline;
}
.topmenu .topmenu-utility > li > span,
.topmenu .topmenu-megamenu > li > span {
  display: inline-block;
}
.topmenu .topmenu-utility > li > a,
.topmenu .topmenu-megamenu > li > a {
  display: inline-block;
  text-decoration: none;
}
.topmenu .topmenu-utility > li > a:hover,
.topmenu .topmenu-megamenu > li > a:hover {
  color: #a47f1a;
  text-decoration: underline;
}
.topmenu .topmenu-utility > li.faux-line,
.topmenu .topmenu-megamenu > li.faux-line {
  display: inline-block !important;
  width: 100%;
  height: 0;
}
.topmenu .topmenu-utility:after,
.topmenu .topmenu-megamenu:after {
  display: inline-block !important;
  width: 100%;
  content: '';
}
.topmenu .topmenu-utility.typeahead:after,
.topmenu .topmenu-megamenu.typeahead:after {
  display: block !important;
}
.topmenu .topmenu-utility.topmenu-utility,
.topmenu .topmenu-megamenu.topmenu-utility {
  height: 35px;
}
.topmenu .topmenu-utility > li {
  border-left: 1px solid #cfcfc4;
  font-size: 11px;
}
.topmenu .topmenu-utility > li:first-child > a {
  padding-left: 10px;
}
.topmenu .topmenu-utility > li:last-child > a {
  padding-right: 20px;
}
.topmenu .topmenu-megamenu {
  position: relative;
  border: 0;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.topmenu .topmenu-megamenu li {
  border: 0;
}
.topmenu .topmenu-megamenu li > a {
  color: #ffffff;
}
.topmenu .topmenu-megamenu > li:last-child:after {
  content: ' ';
  position: absolute;
  width: 8px;
  margin-right: -3px;
  margin-top: 30%;
  height: 45%;
  background: black;
  box-sizing: border-box;
}
.topmenu .topmenu-megamenu > li:last-child > a {
  padding-left: 15px;
  padding-right: 20px;
  position: relative;
}
.topmenu .topmenu-megamenu > li > a,
.topmenu .topmenu-megamenu > li:first-child > a,
.topmenu .topmenu-megamenu > li:last-child > a {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 19px;
}
.topmenu .search-input {
  position: relative;
  top: 0;
  left: 0;
}
.topmenu a.logo {
  float: left;
  display: block;
  width: 242px;
  height: 59px;
  position: relative;
  top: -0.5em;
}
.topmenu li.expandable > a,
.topmenu li.expandable > span > a {
  font-size: 13px;
  letter-spacing: 1px;
}
.topmenu li.expandable.expanded > nav {
  display: block;
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  -ms-animation: fadeIn 0.2s;
  background: rgba(0, 0, 0, 0.8);
  color: #000000;
}
/* Language-specific classes for top menu */
.lang-es .topmenu .preferred {
  letter-spacing: 0;
}
.lang-es .topmenu-utility li {
  padding-left: 5px;
}
.lang-fr .topmenu li.expandable > a,
.lang-fr .topmenu li.expandable > span > a,
.lang-es .topmenu li.expandable > a,
.lang-es .topmenu li.expandable > span > a {
  font-size: 12px;
  letter-spacing: 0;
}
.lang-it .topmenu li.expandable > a,
.lang-it .topmenu li.expandable > span > a,
.lang-ru .topmenu li.expandable > a,
.lang-ru .topmenu li.expandable > span > a,
.lang-de .topmenu li.expandable > a,
.lang-de .topmenu li.expandable > span > a {
  font-size: 12px;
}
.topmenu li.expandable > a {
  color: #ffffff;
  font-weight: normal;
}
.topmenu li.expandable > a:active {
  color: #ffffff;
}
.topmenu li.expandable > a:hover {
  color: #a47f1a;
  font-weight: bold;
  text-decoration: none;
}
.no-touch .topmenu li.expandable.hoverable {
  padding: 10px 6px 22px 6px;
}
.no-touch .topmenu li.expandable.hoverable:hover > a {
  color: #a47f1a;
  font-weight: bold;
  text-decoration: none;
}
.no-touch .topmenu li.expandable.hoverable:hover > nav {
  display: block;
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  -ms-animation: fadeIn 0.2s;
  background: rgba(0, 0, 0, 0.8);
  color: #000000;
  padding: 0;
}
.topmenu li.expandable {
  position: relative;
}
.topmenu li.expandable:last-child .megamenu {
  left: auto;
  right: 0;
}
.topmenu .megamenu {
  margin-left: 0;
  left: 0;
  min-width: 220px;
}
.topmenu .megamenu .MegaMenuList {
  width: 100%;
  margin: 0;
  float: none;
  z-index: 9999;
}
.topmenu .megamenu .MegaMenuBreak {
  margin: 10px 20px;
  display: block;
}
.topmenu .megamenu .MegaMenuItem {
  padding: 0 20px !important;
  width: 100%;
  box-sizing: border-box;
  display: block;
  line-height: 2.4;
}
.topmenu .megamenu .MegaMenuItem a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 20px;
  font-family: "BentonComp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-weight: normal;
}
.topmenu .megamenu .MegaMenuItem:hover {
  background-color: #ffffff;
}
.topmenu .megamenu .MegaMenuItem:hover a {
  color: #000000 !important;
}
.topmenu .megamenu .MegaMenuItem--listLink a {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px;
  color: #969696 !important;
}
.no-touch .online-only .topmenu li.expandable.hoverable:hover > a {
  color: #ffbd00;
}
.topmenu .megamenu .span6 h4,
.topmenu .megamenu .span6 h5 {
  margin: 5px 0;
  line-height: 2.0em;
}
.topmenu .megamenu .span6 h4 a,
.topmenu .megamenu .span6 h5 a {
  text-decoration: underline;
  text-transform: uppercase;
  font-family: Benton, Arial, sans-serif;
  color: #646461 !important;
}
.online-only .topmenu .megamenu .span6 h4 a,
.online-only .topmenu .megamenu .span6 h5 a {
  color: #ffbd00;
}
.topmenu .megamenu .span6 a {
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  color: #000000;
}
.topmenu .megamenu .span6 .summaryviewall a {
  display: block;
  color: #969696;
  text-decoration: underline;
  line-height: 2em;
  font-size: 15px;
  font-weight: normal;
  width: 300px;
}
.topmenu .megamenu .span6 p {
  margin: 0;
  line-height: 10px;
}
.topmenu .megamenu .span6 ul {
  margin: 0;
  width: 310px;
  display: block;
  height: inherit;
}
.topmenu .megamenu .span6 ul li {
  width: 150px;
  display: inline-block;
  padding: 0;
  border: none !important;
  text-align: left;
  font-weight: normal;
}
.topmenu .megamenu .span6 ul li:last-child {
  width: 300px;
}
.topmenu .megamenu .span6 ul li.full {
  width: 100%;
}
.topmenu .megamenu .span6 ul.full li {
  width: 100%;
}
.topmenu .megamenu .span6 ul.locations {
  background: url('../img/locations-bg.png') no-repeat;
  background-size: 310px;
}
.topmenu .megamenu .span6 .vevent .description a {
  text-decoration: none;
  font-size: 16px;
  margin-top: 2px;
}
.topmenu .megamenu .span6 .vevent .description a:hover {
  text-decoration: underline;
}
.topmenu .megamenu .span6 .badge {
  font-size: 26px;
  padding: .1em .2em;
}
li.subitem a {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 12px;
}
.topmenu .topmenu-utility > li:first-child,
.topmenu .topmenu-megamenu > li:first-child {
  padding-left: 0;
  border-left: none;
}
.topmenu .topmenu-utility > li:last-child,
.topmenu .topmenu-megamenu > li:last-child {
  padding: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
}
.topmenu .topmenu-utility > li:last-child a,
.topmenu .topmenu-megamenu > li:last-child a,
.topmenu .topmenu-utility > li:last-child nav,
.topmenu .topmenu-megamenu > li:last-child nav,
.topmenu .topmenu-utility > li:last-child form,
.topmenu .topmenu-megamenu > li:last-child form {
  pointer-events: auto;
}
.topmenu .topmenu-utility > li:last-child form,
.topmenu .topmenu-megamenu > li:last-child form {
  padding-right: 20px;
}
.topmenu .topmenu-utility > li > a {
  display: inline-block;
  color: #afafa3;
}
.topmenu .topmenu-utility > li > a.active {
  color: #a47f1a;
}
.topmenu .topmenu-utility > li,
.topmenu .topmenu-megamenu li {
  padding: 0 0 0 10px;
  margin: 0;
  display: inline;
}
.topmenu .topmenu-utility > li > .preferred,
.topmenu .topmenu-megamenu li > .preferred {
  color: #ffffff;
}
.topmenu .topmenu-utility > li:first-child > .logged-in,
.topmenu .topmenu-megamenu li:first-child > .logged-in {
  color: #ffffff;
}
.topmenu .topmenu-utility > li:first-child > .logged-in:hover,
.topmenu .topmenu-megamenu li:first-child > .logged-in:hover {
  color: #a47f1a;
}
.online-only .topmenu .topmenu-utility > li > a.active,
.online-only .topmenu .topmenu-megamenu li > a.active {
  color: #ffbd00;
}
.topmenu .topmenu-utility > li.search,
.topmenu .topmenu-megamenu li.search {
  text-align: right;
  border-left: 0;
  padding-right: 0;
}
.topmenu .topmenu-megamenu li > a {
  color: #ffffff;
  font-family: "BentonComp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
header.mobile-header,
nav.mobile-nav,
form.mobile-search {
  display: none;
}
.ie8 .megamenu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#AAAAAA')";
  margin-left: -41px;
}
.megamenu {
  position: absolute;
  display: none;
  margin: 0 auto;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  background: #ffffff;
  z-index: 10000;
  padding-top: 2em;
  margin-left: -40px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
.megamenu a {
  color: #ffffff;
  display: block;
  font-family: 'BentonLight', Arial, sans-serif;
}
.megamenu a.first {
  border-top: 0.1em solid #444444;
  font-size: 26px;
  display: block;
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  display: inline-block;
  border-top: 0;
  font-size: 13px;
  font-weight: bold;
}
.megamenu nav {
  margin-left: 1em;
}
.megamenu li {
  list-style-type: none;
}
.megamenu .vevent {
  margin-bottom: 0.5em;
}
.megamenu .vevent .description a {
  color: #000000;
}
.megamenu .vevent .location {
  color: #969696;
  font-size: 12px;
  text-transform: uppercase;
}
.megamenu .dtstart {
  margin-right: 0.5em;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.megamenu .feature {
  margin-top: 1em;
  margin-right: 0.5em;
  width: 100px;
  float: left;
  display: block;
}
.megamenu .feature img {
  width: 80px;
  height: 80px;
  display: block;
}
.megamenu .feature h4 {
  font-weight: normal;
  color: #a47f1a;
}
.megamenu .feature h6.title {
  font-size: 10px;
}
.megamenu .feature p {
  font-size: 12px;
  height: auto;
  max-height: 40px;
  font-weight: normal;
}
.megamenu .bordered {
  border-right: 2px solid #ddddd5;
  height: 100%;
}
.megamenu > .span5 {
  box-sizing: border-box;
  padding-left: 20px;
  border-left: 1px solid #b1b1a8;
  width: 259px;
}
.megamenu .today {
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'BentonComp';
  letter-spacing: 0px;
  background: #a47f1a;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  line-height: 35px;
  padding: 0 0.5em;
  vertical-align: middle;
}
.megamenu .submenu-extras div {
  margin-left: 0;
  margin-bottom: 2em;
}
.megamenu .feature {
  text-transform: inherit;
  text-align: left;
  width: 220px;
  color: inherit;
}
.megamenu .feature:hover {
  text-decoration: none;
}
.megamenu .feature:hover p {
  text-decoration: underline;
}
.megamenu .feature img {
  width: 220px;
  height: 125px;
}
.view-all {
  text-decoration: underline;
  line-height: 2em;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 2em;
}
.view-all:hover,
.view-all:active {
  color: #a47f1a;
}
.megamenu-locations {
  width: 305px;
  height: 140px;
  background: url('../img/locations-bg.png') no-repeat;
  background-size: 305px;
}
.megamenu-view-all {
  display: block;
  color: #969696;
  text-decoration: underline;
  line-height: 2em;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 2em;
  width: 300px;
}
.megamenu-view-all:hover,
.megamenu-view-all:active {
  color: #a47f1a;
}
.online-only .megamenu-view-all:hover,
.online-only .megamenu-view-all:active {
  color: #ffbd00;
}
.megamenu-full {
  display: block;
  width: 300px;
}
.auctions-container {
  width: 940px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .online-only .auctions-container {
    width: 1200px;
    top: -70px;
    z-index: 1000;
  }
}
@media (min-width: 1200px) {
  .auctions-container.contains-gridview {
    width: 1200px;
  }
  .auctions-container.contains-gridview .ecat-filter {
    width: 1200px;
  }
  .auctions-container.contains-gridview .ecat-filter .span4 {
    margin-left: 100px;
  }
}
.auctions-container .actions.inline-actions.separated-block {
  white-space: nowrap;
}
.auctions-container .ecat-filter {
  width: 940px;
  margin: 0 auto;
}
.auctions-container .ecat-filter.auction-grid {
  border-bottom: 1px solid #afafa3;
}
.auctions-container.has-gridview-toggle .ecat-filter {
  border-bottom: none;
}
.auctions-container .view-grid,
.auctions-container .view-list {
  font-size: 16px;
  opacity: 0.4;
  line-height: 40px;
  cursor: pointer;
}
.auctions-container .view-grid.active,
.auctions-container .view-list.active {
  opacity: 1;
}
.auctions-container h4.sleek {
  font-weight: normal;
  font-size: 20px;
}
.auctions-container .text-container {
  position: relative;
  z-index: 200;
}
.auctions-container .text-container div.slides-mask {
  position: absolute;
  width: 400px;
  height: 385px;
  background: #ffffff;
  z-index: -1;
}
.auctions-container .text-container .feature {
  width: 180px;
  margin-top: 50px;
  float: left;
}
.auctions-container .text-container h1 {
  margin-top: 0;
}
.auctions-container .view-list,
.auctions-container .view-grid {
  vertical-align: top;
}
.auctions-container .view-list:hover,
.auctions-container .view-grid:hover {
  color: #a47f1a;
}
.auctions-container .view-list i,
.auctions-container .view-grid i {
  margin-left: 10px;
  margin-right: 10px;
}
.auctions-container.iswine .sale-article .image {
  display: none;
}
.featured-content.vertical [class*="span"],
.featured-content.vertical .span5_across {
  margin-left: 0;
  padding-left: 0;
}
.auctions-slider {
  width: 600px;
}
.estimate abbr {
  display: none;
}
.badge-row {
  height: 50px;
}
.single-auction {
  background: #fff;
}
.single-auction.grid {
  padding-top: 40px;
  border-top: 1px solid #afafa3;
}
.single-auction.grid article {
  border: none;
  display: block;
  float: left;
  width: 25%;
  height: 250px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px 40px 20px;
}
.single-auction.grid article .image {
  float: none;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
  z-index: 9;
}
.single-auction.grid article:hover .details {
  display: block;
}
.single-auction.grid article .details {
  display: none;
  width: 235px;
  position: absolute;
  top: 50px;
  left: 0;
  float: none;
  margin-left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  z-index: 10;
}
.single-auction.grid article .details h1 {
  font-size: 13px;
  line-height: 30px;
  margin: 0 0.5em 85px 0.5em;
  float: left;
  vertical-align: top;
  color: #fff;
}
.single-auction.grid article .details h3,
.single-auction.grid article .details h4 {
  font-size: 11px;
  color: #fff;
  margin: 0;
}
.single-auction.grid article .details .estimate {
  border-bottom: 0;
  font-size: 9px;
  clear: both;
}
.single-auction.grid article .details .estimate img {
  display: inline;
}
.single-auction.grid article .details .estimate strong {
  display: block;
}
.single-auction.grid article .actions {
  display: none;
}
.slideWidget-container {
  position: relative;
  z-index: 100;
}
.slideWidget-container #slideWidget {
  width: 320px;
  height: 380px;
  margin: 0px auto;
}
.slideWidget-container #slideWidget .slide {
  width: 320px;
  height: 380px;
  line-height: 380px;
  text-align: center;
}
.slideWidget-container #slideWidget .slide a {
  display: block;
}
.slideWidget-container #slideWidget .slide img {
  max-height: 380px;
  width: auto;
}
.overlay .span6 > h5 {
  margin-top: 0;
}
.button-group.auction-actions {
  margin-bottom: 8px;
  font-size: 12px;
  *zoom: 1;
}
.button-group.auction-actions .block-actions {
  display: block;
  float: left;
  margin-right: 30px;
  width: 140px;
}
.button-group.auction-actions i {
  font-size: 10px;
}
.button-group.auction-actions a {
  text-decoration: underline;
  font-weight: normal;
  text-transform: uppercase;
}
.button-group.auction-actions:before,
.button-group.auction-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.button-group.auction-actions:after {
  clear: both;
}
.auction-actions.spec-help.hidden,
.button-group.auction-actions.spec-help.hidden {
  margin: 0;
}
.auction-actions.spec-help.hidden .block-actions,
.button-group.auction-actions.spec-help.hidden .block-actions {
  display: none;
}
.auction-actions.spec-help a.hidden,
.button-group.auction-actions.spec-help a.hidden {
  display: block;
  visibility: visible;
}
.lot-text .button-group {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cfcfc4;
  *zoom: 1;
}
.lot-text .button-group a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 200%;
}
.lot-text .button-group .col {
  float: left;
  width: 40%;
}
.lot-text .button-group .col.last {
  width: 20%;
}
.lot-text .button-group:before,
.lot-text .button-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.lot-text .button-group:after {
  clear: both;
}
.lot-text.separated-block {
  margin-top: 0;
}
.side-col .contains3 .span3 {
  margin: 0;
  padding-left: 20px;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-col .contains3 .span3 .feature {
  width: 100%;
}
.side-col .contains3 h5 {
  /*margin-left: @gridGutterWidth;*/
}
.auctions {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  background: #fff;
  position: relative;
}
.online-only .auctions {
  box-shadow: none;
}
.auctions.auction-grid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.auctions.loading {
  opacity: 0.8;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(0, 0, 0, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, 0.1)), color-stop(0.75, rgba(0, 0, 0, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  -webkit-animation: animate-stripes 2s linear infinite;
}
.auctions article {
  border-top: 1px solid #afafa3;
  padding: 20px;
  position: relative;
}
.auctions article:first-of-type {
  border-top: none;
}
.auctions article .badge {
  position: absolute;
  top: 0;
  left: 0;
}
.auctions article .details {
  /*Anchor tag gray link imitation */
  width: 430px;
  margin-left: 40px;
  display: block;
  float: left;
}
.auctions article .details h1,
.auctions article .details h2,
.auctions article .details h3 {
  margin: 0;
}
.auctions article .details h4 {
  margin: 0 0 3em 0;
}
.auctions article .details h1 {
  color: #969696;
  font-size: 35px;
}
.auctions article .details .estimate {
  display: inline-block;
  font-size: small;
}
.auctions article .details .currency-conversion {
  clear: left;
}
.auctions article .details time,
.auctions article .details .location {
  font-size: small;
  color: #b1b1a8;
  text-transform: uppercase;
}
.auctions article .details .location:after {
  content: " | ";
}
.auctions article .details .location.no-append:after {
  content: "";
}
.auctions article .details time {
  margin-right: 1em;
}
.auctions article .details a.times {
  margin-left: 0;
  font-size: small;
  color: #b1b1a8;
  text-decoration: underline;
  text-transform: capitalize;
}
.auctions article .details .psuedo-action {
  color: #b1b1a8;
  text-decoration: underline;
}
.auctions article .details .psuedo-action.hover {
  color: #a47f1a;
}
.auctions article .details .dtstart {
  margin-right: 0.1em;
  font-weight: bold;
  color: #1b1b1b;
}
.auctions article .details h4 {
  color: #1b1b1b;
  font-weight: normal;
  width: 100%;
  text-align: left;
}
.auctions article .details h4 a {
  color: #1b1b1b;
}
.auctions article .actions {
  float: right;
  width: 140px;
  margin-right: 20px;
}
.auctions article .actions a {
  line-height: 2;
  font-size: 11px;
}
.auctions article .actions .button-action {
  margin-bottom: 1em;
  text-align: center;
  width: 140px;
}
.auctions article .image {
  float: left;
  width: 250px;
}
.auctions article .image img {
  margin: 0 auto;
  display: block;
  max-height: 200px;
}
.auctions article.results-article .left-section {
  float: left;
  margin-right: 10px;
}
.auctions article.results-article .details.with-conversion {
  padding-bottom: 60px;
}
.auctions article.sale-article h1 a {
  color: #afafa3;
}
.auctions article.sale-article h4 {
  margin-bottom: 0;
}
.auctions article.sale-article h4.author {
  font-weight: bold;
}
.auctions article.sale-article h4.author a {
  color: #353530;
}
.auctions article.sale-article h4.title {
  font-style: italic;
}
.auctions article.sale-article .details {
  padding-bottom: 30px;
  min-height: 150px;
  width: 410px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.auctions article.sale-article .details.with-conversion {
  padding-bottom: 60px;
}
.auctions article.sale-article .estimate {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}
.auctions article.sale-article .estimate .left-section {
  float: left;
  margin-right: 10px;
}
.auctions article.sale-article .image {
  width: 256px;
}
.lot-blog-title {
  font-size: 16px;
  border-top: 1px solid #c5c5bc;
  border-bottom: 1px solid #c5c5bc;
}
.lot-article {
  clear: both;
  padding-bottom: 10px;
}
.lot-article .image {
  width: 250px;
  height: 140px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.lot-article .image img {
  max-height: 100%;
  width: auto;
}
.lot-article a {
  color: #000000;
}
.lot-article a:hover {
  color: #a47f1a;
}
.lot-article .details {
  width: 620px;
  height: 180px;
  display: inline-block;
  padding-bottom: 20px;
}
.lot-article .details h4 {
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}
.lot-article .details p {
  max-height: 50px;
  padding-left: 20px;
}
.single-lot .text-group > .button-action {
  text-align: center;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.details .button-action .print,
.details .button-action .pipe {
  display: inline;
}
.details h1,
.details h2,
.details h3,
.details h4,
.details h5 {
  margin: 0;
  white-space: normal;
}
.details .number,
.details .lead {
  color: #999;
}
.details .lead {
  font-size: 10px;
  text-transform: uppercase;
  margin: 3px 0 0 0;
  font-weight: normal;
  line-height: 150%;
}
.details .guarantee {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 130%;
  margin: 3px 0;
}
.details .artist {
  font-size: 20px;
  text-transform: uppercase;
}
.details .description {
  margin-top: 30px;
}
.details .text-group .description {
  margin-bottom: 10px;
}
.full-width {
  width: 100%;
}
.side-col.thumbnail-group,
.button-group .thumbnail-group {
  padding-top: 0;
}
.side-col.thumbnail-group .feature,
.button-group .thumbnail-group .feature {
  text-align: center;
  font-size: 12px;
}
.side-col.thumbnail-group .feature img,
.button-group .thumbnail-group .feature img {
  max-height: 180px;
}
.side-col.thumbnail-group .feature p,
.button-group .thumbnail-group .feature p,
.side-col.thumbnail-group .feature h5,
.button-group .thumbnail-group .feature h5 {
  text-align: left;
}
.side-col.thumbnail-group .feature p,
.button-group .thumbnail-group .feature p {
  line-height: 1.2em;
  height: 2.4em;
}
.side-col.thumbnail-group .table-container,
.button-group .thumbnail-group .table-container {
  display: table;
  table-layout: fixed;
}
.side-col.thumbnail-group .fixed-img-container,
.button-group .thumbnail-group .fixed-img-container {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.side-col.thumbnail-group .fixed-img-container img,
.button-group .thumbnail-group .fixed-img-container img {
  max-height: 100px;
  max-width: 100px;
  width: auto;
  width: inherit\9;
  /* Messy IE8 hack. Less messy than alternatives  */
}
.side-col.thumbnail-group .fixed-img-container-wide,
.button-group .thumbnail-group .fixed-img-container-wide {
  width: 100px;
  height: 56px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.side-col.thumbnail-group .fixed-img-container-wide img,
.button-group .thumbnail-group .fixed-img-container-wide img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.side-col.thumbnail-group .row,
.button-group .thumbnail-group .row,
.side-col.thumbnail-group .row-fluid,
.button-group .thumbnail-group .row-fluid {
  margin-bottom: 20px;
}
.side-col.thumbnail-group .row.no-margin,
.button-group .thumbnail-group .row.no-margin {
  margin-bottom: 0px;
}
.side-col.thumbnail-group a h5,
.button-group .thumbnail-group a h5 {
  border: 0;
  margin-left: 0;
}
.lot-navigation {
  /*display: none;*/
  z-index: 100;
}
img.lot {
  display: block;
  margin: 0px auto;
}
.lot-images {
  text-align: center;
  position: relative;
}
.lot-images .inline-overlay {
  position: relative;
}
.lot-images .inline-overlay > a {
  display: inline;
}
.lot-images .inline-overlay .overlay-content {
  white-space: nowrap;
}
.lot-images .inline-overlay .overlay-content li {
  display: inline-block;
}
.lot-images .inline-overlay .overlay-content:hover {
  display: block;
}
.lot-images .inline-overlay .overlay-content:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  top: -20px;
  right: 20px;
  z-index: 9000;
}
.lot-images .padding {
  padding: 10px;
  padding-top: 0;
}
.lot-images .lot-image {
  max-height: 500px;
  max-width: 500px;
  padding: 0;
}
.container.lot-details .estimate .left-section {
  float: left;
  margin-right: 10px;
}
.container.lot-details .estimate .conversions-container {
  padding-top: 30px;
}
.container.lot-details .suggested .ellipsis {
  max-height: 40px;
}
.container.lot-header,
.auctions-container,
.container.lot-details > .row {
  position: relative;
}
.container.lot-header .print-cat,
.auctions-container .print-cat,
.container.lot-details > .row .print-cat,
.container.lot-header .to-lot,
.auctions-container .to-lot,
.container.lot-details > .row .to-lot {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 11px;
  line-height: 11px;
}
.container.lot-header .to-lot,
.auctions-container .to-lot,
.container.lot-details > .row .to-lot {
  top: -10px;
}
.container.lot-header .vevent .location,
.auctions-container .vevent .location,
.container.lot-details > .row .vevent .location {
  color: #b1b1a8;
}
.container.lot-header .comp-images,
.auctions-container .comp-images,
.container.lot-details > .row .comp-images {
  width: 140px;
  margin-right: 20px;
  height: 100%;
  float: left;
  *zoom: 1;
}
.container.lot-header .comp-images .span3,
.auctions-container .comp-images .span3,
.container.lot-details > .row .comp-images .span3 {
  margin-left: 0px;
  width: auto;
}
.container.lot-header .comp-images:before,
.auctions-container .comp-images:before,
.container.lot-details > .row .comp-images:before,
.container.lot-header .comp-images:after,
.auctions-container .comp-images:after,
.container.lot-details > .row .comp-images:after {
  display: table;
  content: "";
  line-height: 0;
}
.container.lot-header .comp-images:after,
.auctions-container .comp-images:after,
.container.lot-details > .row .comp-images:after {
  clear: both;
}
.container.lot-header .cat-notes,
.auctions-container .cat-notes,
.container.lot-details > .row .cat-notes {
  width: 520px;
}
.container.lot-header .cat-notes.with-images,
.auctions-container .cat-notes.with-images,
.container.lot-details > .row .cat-notes.with-images {
  margin-top: 10px;
}
.container.lot-header .cat-notes.with-images .cat-notes-text,
.auctions-container .cat-notes.with-images .cat-notes-text,
.container.lot-details > .row .cat-notes.with-images .cat-notes-text {
  width: 360px;
  float: left;
  *zoom: 1;
}
.container.lot-header .cat-notes.with-images .cat-notes-text:before,
.auctions-container .cat-notes.with-images .cat-notes-text:before,
.container.lot-details > .row .cat-notes.with-images .cat-notes-text:before,
.container.lot-header .cat-notes.with-images .cat-notes-text:after,
.auctions-container .cat-notes.with-images .cat-notes-text:after,
.container.lot-details > .row .cat-notes.with-images .cat-notes-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.container.lot-header .cat-notes.with-images .cat-notes-text:after,
.auctions-container .cat-notes.with-images .cat-notes-text:after,
.container.lot-details > .row .cat-notes.with-images .cat-notes-text:after {
  clear: both;
}
.container.lot-header .cat-notes-text,
.auctions-container .cat-notes-text,
.container.lot-details > .row .cat-notes-text {
  display: block;
}
.container.lot-header .cat-notes-text > p,
.auctions-container .cat-notes-text > p,
.container.lot-details > .row .cat-notes-text > p {
  margin: 10px 0 0;
}
.lot-details .text-group .description .expand-desc {
  margin-top: 5px;
  margin-bottom: 5px;
}
.lot-details .text-group .description .description-wrap {
  margin-bottom: 5px;
}
.lot-details .text-group .button-group {
  margin-top: 20px;
  clear: both;
}
.lot-details .text-group .button-group .col {
  float: left;
  width: 50%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.lot-details .text-group .button-group .col a {
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 200%;
}
@media only screen and (max-width: 767px) {
  /* Mobile override */
  .container.lot-details > .row .comp-images {
    width: 100%;
  }
  .container.lot-details > .row .cat-notes {
    width: auto;
  }
  .container.lot-details > .row .cat-notes .cat-notes-text {
    width: 90%;
  }
}
.specialists {
  display: none;
  *zoom: 1;
}
.specialists.active {
  display: block;
  clear: both;
}
.specialists .span4,
.specialists .span5 {
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 150%;
}
.specialists .image-area {
  float: left;
  width: 100px;
}
.specialists .image-area img {
  width: 100%;
}
.specialists .details {
  float: left;
  width: 160px;
  margin-left: 20px;
  word-wrap: break-word;
}
.specialists .name {
  font-weight: bold;
  font-size: 12px;
}
.specialists .title {
  font-style: italic;
}
.specialists .phone {
  margin-top: 10px;
}
.specialists a {
  color: #b1b1a8;
  text-decoration: underline;
}
.online-only .specialists a {
  color: #000000;
}
.specialists:before,
.specialists:after {
  display: table;
  content: "";
  line-height: 0;
}
.specialists:after {
  clear: both;
}
.specialists.non-overlay {
  margin-top: 20px;
}
.specialists.non-overlay .span4,
.specialists.non-overlay .span5 {
  width: auto;
  float: none;
  *zoom: 1;
}
.specialists.non-overlay .span4 .details,
.specialists.non-overlay .span5 .details {
  width: auto;
}
.specialists.non-overlay .span4 .details a,
.specialists.non-overlay .span5 .details a {
  font-size: 11px;
}
.specialists.non-overlay .span4:before,
.specialists.non-overlay .span5:before,
.specialists.non-overlay .span4:after,
.specialists.non-overlay .span5:after {
  display: table;
  content: "";
  line-height: 0;
}
.specialists.non-overlay .span4:after,
.specialists.non-overlay .span5:after {
  clear: both;
}
.dl-horizontal.loc-date dt,
.dl-horizontal.loc-date dd {
  margin-bottom: 10px;
}
.dl-horizontal.loc-date dt {
  text-align: left;
}
.valuation .body-wrap .featured-media {
  margin-bottom: 20px;
}
a.see-more {
  width: 90%;
  height: 25px;
  text-align: center;
}
.st-header {
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 2px 2px -2px #000000;
  display: none;
}
.st-top-hero {
  width: 100%;
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.st-top-hero .home-video {
  display: block;
}
.st-top-hero .mobile {
  display: none;
}
.st-top-hero .st-loading {
  height: 770px;
  background: #ffffff;
}
.st-top-hero #slideWidget {
  display: none;
}
.st-top-hero #slideWidget img {
  height: auto;
  width: 100%;
}
.st-top-hero #slideWidget .st-mobile {
  display: none;
}
.st-top-hero #slideWidget .rslides_tabs a {
  background-color: #000000;
}
.st-top-hero #slideWidget .rslides_tabs .rslides_here a {
  background-color: #f9b226;
}
.st-top-hero #slideWidget:hover .rslides_nav {
  display: none;
}
.st-top-hero .st-header {
  font-size: 50px;
  border-bottom: 7px solid #ffffff;
}
.st-main-container {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  padding-top: 45px;
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  padding: 0;
}
.st-main-container .st-header {
  font-size: 50px;
  border-bottom: 6px solid #ffffff;
  line-height: 50px;
  position: relative;
  float: left;
}
.st-main-container .wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.st-auction-date {
  position: absolute;
  width: 100px;
  padding: 2% 0;
  box-sizing: border-box;
  margin-left: 370px;
  margin-top: 125px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  box-shadow: 8px 0px 5px -5px #646461;
}
.timed > .st-auction-date {
  background-color: #ffffff;
  color: #000000;
}
.st-auction-date .date {
  overflow: hidden;
  margin: 0 10px 10px;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 5px;
}
.st-auction-date .date .date-left {
  width: 50%;
  float: left;
  font-family: "BentonExtraCompBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62px;
  line-height: 52px;
}
.st-auction-date .date .date-right {
  font-family: "BentonExtraCompExLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 50%;
  float: left;
  font-size: 25px;
  line-height: 26px;
  text-align: right;
}
.st-auction-date .time {
  font-family: "BentonExtraCompExLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  padding: 3px 0;
}
.st-auction {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 40px;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px 0px #cfcfc4;
}
.st-auction .auction-info {
  width: 420px;
  height: 100%;
  box-sizing: border-box;
  float: left;
  background: #000000;
  color: #ffffff;
  position: relative;
}
.st-auction .auction-info .st-btn {
  margin-top: 10px;
}
.st-auction .auction-img {
  width: 520px;
  height: 100%;
  float: left;
  background-size: cover;
}
.st-auction .note {
  display: none;
}
.st-auction .auction-type {
  font-family: "BentonExtraCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-top: 40px;
  font-size: 30px;
  text-transform: lowercase;
}
.st-auction .auction-type i {
  display: none;
}
.st-auction .auction-title {
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  width: 75%;
  margin: 20px auto;
  height: 50%;
  overflow: hidden;
  line-height: 70px;
}
.st-auction .auction-title .st-large {
  font-size: 68px;
}
.st-auction .auction-title .st-medium {
  font-size: 50px;
  line-height: 55px;
}
.st-auction .auction-title .st-small {
  font-size: 40px;
  line-height: 45px;
}
.st-auction .auction-title .st-extra-small {
  font-size: 32px;
  line-height: 35px;
}
.st-auction .auction-desc {
  font-family: "BentonExtraCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: lowercase;
}
.st-auction.timed .auction-info {
  background-color: transparent;
  color: #000000;
}
.st-auction.timed .auction-title,
.st-auction.timed .auction-desc,
.st-auction.timed .auction-type {
  text-shadow: 1px 1px #d7d6ce;
}
.st-auction.timed .note {
  display: block;
  color: #f9b226;
  text-transform: uppercase;
  text-shadow: 1px 1px #d7d6ce;
  font-size: 16px;
}
.st-auction.timed .auction-type {
  color: #000000;
}
.st-auction.timed .auction-type i {
  color: #f9b226;
  display: inline;
}
.st-auction.timed .st-btn {
  color: #ffffff;
  background-color: #000000;
  box-shadow: 0px 2px 3px 0px #d7d6ce;
  border-color: #000000;
}
.st-auction.live .auction-type {
  color: #f9b226;
}
.st-auction.live .st-btn {
  background-color: #f9b226;
}
.st-auction.live.timed .auction-type {
  color: #000000;
}
.st-auction.live.timed .st-btn {
  color: #000000;
  box-shadow: 0px 2px 3px 0px #d7d6ce;
}
.auction-info a:hover,
.st-caption a:hover {
  text-decoration: none;
}
.st-btn {
  color: #000000;
  background-color: #ffffff;
  text-transform: uppercase;
  width: 160px;
  height: 60px;
  margin: 30px auto 0;
  padding: 6px;
  box-sizing: border-box;
  margin: 0 auto;
}
.auction-info .st-btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.online-only .st-btn {
  margin-top: 10px;
}
.st-btn.newsletter {
  width: 100%;
  color: #f9b226;
  text-align: center;
  background-color: #4f897a;
  margin: 0;
  cursor: pointer;
}
.st-btn .top {
  font-family: "BentonExtraCompBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}
.st-btn .bottom {
  font-family: "BentonExtraCompBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  margin-top: 2px;
  letter-spacing: 1px;
}
.st-btn:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #ffffff;
}
.st-btn.video {
  margin-top: 4px;
  margin-left: 20px;
  position: relative;
  float: left;
  height: 51px;
  font-size: 12px;
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  border: 0;
  background-color: white;
  color: black;
  padding: 10px 0 12px 0px;
  width: 140px;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
}
.st-btn.video b {
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "BentonExtraCompBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
}
.st-btn.video .i {
  font: 25px;
}
.st-btn.video .btn-text {
  width: 70%;
  float: right;
  text-align: left;
}
.mobile {
  display: none;
}
.st-video {
  position: absolute;
  display: none;
  z-index: 12;
  left: 0;
  max-width: 940px;
  max-height: 770px;
  width: 100%;
  height: auto;
  top: 20px;
}
.st-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  top: 0;
  left: 0;
}
.st-close {
  position: absolute;
  z-index: 50;
  right: 0;
  color: #ffffff;
  font-size: 25px;
  display: none;
  top: 25px;
  cursor: pointer;
}
.st-caption {
  position: absolute;
  top: 120px;
  z-index: 10;
  width: 350px;
}
.st-caption.left {
  left: 0;
  text-align: left;
}
.st-caption.right {
  right: 0;
  text-align: right;
}
.st-caption.right .st-btn {
  float: right;
}
.st-caption .breadcrumb {
  font-size: 30px;
  font-family: "BentonExtraCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
}
.st-caption .breadcrumb.black {
  color: #000000;
}
.st-caption .breadcrumb.white {
  color: #ffffff;
}
.st-caption .title {
  font-size: 80px;
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 70px;
}
.st-caption .title.black {
  color: #000000;
}
.st-caption .title.white {
  color: #ffffff;
}
.st-caption .title b {
  font-family: "BentonExtraCompBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.st-caption .st-btn {
  background-color: #f9b226;
  margin: 0;
  text-align: center;
}
.st-caption .subtext {
  font-size: 20px;
  font-family: "BentonExtraCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  text-transform: lowercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.st-caption .subtext.black {
  color: #000000;
}
.st-caption .subtext.white {
  color: #ffffff;
}
.st-story-section {
  overflow: hidden;
  margin: 40px 0;
}
.st-story {
  float: left;
  width: 460px;
  height: 300px;
  margin-top: 20px;
  font-family: "BentonExtraCompExLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 114px;
  position: relative;
}
.st-story > .stories {
  width: 100%;
  height: 100%;
}
.st-story .instructions {
  font-size: 30px;
}
.st-story.title {
  line-height: 100px;
}
.st-story > .title {
  line-height: 100px;
  text-transform: uppercase;
  text-align: left;
  width: 50%;
  letter-spacing: 10px;
}
.st-story > .title .yellow {
  color: #f9b226;
}
.st-story > .title-small {
  line-height: 70px;
  font-size: 75px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  letter-spacing: 10px;
}
.st-story > .title-small .yellow {
  color: #f9b226;
}
.st-story .amp {
  font-size: 229px;
  text-align: right;
  color: #f9b226;
  position: absolute;
  top: 0;
  right: 0;
  float: left;
  margin-top: 160px;
  width: 190px;
  height: 100px;
  text-align: left;
}
.st-story.left {
  float: left;
}
.st-story.right {
  float: right;
}
.st-play-btn {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #000000;
  margin-left: 3px;
  margin-top: -3px;
}
.st-play-btn.white {
  border-left: 20px solid #ffffff;
}
.st-story-tile .st-play-btn {
  position: absolute;
  top: 10px;
  left: 10px;
}
.st-btn.video .st-play-btn {
  position: absolute;
  top: 17px;
  left: 10px;
}
.st-story-tile {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.st-story-tile.gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray;
}
.st-story-tile .title {
  background-color: #ffffff;
  margin: 0;
  width: 75%;
  color: #000000;
  font-family: "BentonExtraCompBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  padding: 4% 0;
  box-sizing: border-box;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
}
.st-story-tile i {
  font-size: 20px;
  color: #ffffff;
  float: left;
  margin: 10px;
}
.st-story-tile.gray:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.st-story-tile.gray:hover > .IEImgPlaceholder {
  opacity: 0;
}
.st-newsletter {
  background-color: #004360;
  width: 100%;
  color: #e5fee1;
}
.st-newsletter .st-main-container {
  overflow: hidden;
  text-align: left;
  padding: 25px 0;
}
.st-newsletter .left {
  width: 220px;
  float: left;
  font-family: "BentonExtraCompExLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 72px;
  line-height: 66px;
  text-transform: uppercase;
}
.st-newsletter .mid {
  width: 450px;
  float: left;
  line-height: 25px;
  margin-right: 30px;
  padding-top: 15px;
}
.st-newsletter .mid .title {
  font-family: "BentonExtraCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.st-newsletter .mid .copy {
  font-family: "BentonExtraCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.st-newsletter .mid .more {
  color: #e5fee1;
  font-family: "BentonExtraCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
}
.st-newsletter .right {
  width: 220px;
  float: left;
  padding-top: 15px;
}
.st-newsletter .right .title {
  text-transform: uppercase;
  font-family: "BentonCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 16px;
}
.st-newsletter .right ::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #555;
}
.st-newsletter .right :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  color: #555;
}
.st-newsletter .right ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  color: #555;
}
.st-newsletter .right :-ms-input-placeholder {
  text-transform: uppercase;
  color: #555;
}
.st-newsletter .right input {
  text-transform: lowercase;
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  letter-spacing: 1px;
}
.st-newsletter .right input:focus {
  color: #000000;
}
.EmailSignup-errorMessage,
.EmailSignup-successMessage,
.EmailSignup-successLine,
.EmailSignup_exists {
  display: none;
}
.EmailSignup-errorMessage.newsletter,
.EmailSignup-successMessage.newsletter,
.EmailSignup-successLine.newsletter,
.EmailSignup_exists.newsletter {
  background-color: transparent;
  cursor: default;
}
.EmailSignup-successLine {
  border-top: 1px solid #ffffff;
}
.pre-ie9 .footer-tagline-wrap {
  white-space: nowrap;
}
footer {
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  margin-top: 0;
  border-top: 1px solid #000000;
  display: block;
}
footer .feature {
  margin-bottom: 40px;
}
footer a {
  color: #c5c5bc;
}
footer .row-fluid {
  width: 70%;
  margin: 0 auto;
}
footer .share-icons {
  vertical-align: sub;
  display: inline-block;
  font-size: 30px;
  float: left;
  margin-right: 15px;
}
footer .share-icons a {
  color: #ffffff;
  display: inline-block;
}
footer .share-icons a:hover {
  text-decoration: none;
  color: #a47f1a;
}
footer .share-icons a:hover i {
  color: #a47f1a;
}
footer ul {
  height: 3em;
  line-height: 12px;
  text-align: justify;
  width: 100%;
}
footer ul.beyond-auctions {
  padding-top: 10px;
}
footer ul.beyond-auctions a {
  text-decoration: underline;
}
footer ul li {
  line-height: 22px;
  display: inline;
}
footer ul li a {
  display: inline-block;
  font-size: 11px;
}
footer ul li a:hover {
  color: #a47f1a;
}
footer ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
footer ul h5 {
  margin: 0;
  font-size: 11px;
  display: inline-block;
}
.page-homepage footer .share-icons a {
  color: #646560;
}
.page-homepage footer .share-icons a:hover {
  color: #624C10;
}
.footer-tagline {
  width: 100%;
  height: 40px;
  font-size: 20px;
  position: relative;
  font-family: Benton, Arial, sans-serif;
}
.footer-tagline-wrap {
  position: absolute;
  right: 20px;
}
.footer-tagline-wrap img {
  height: 23px;
  margin-top: -3px;
}
.footer-tagline-wrap span {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #ffffff;
  margin-left: 10px;
}
.footer-main-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.footer-beyond-wrap {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-beyond-wrap > p {
  line-height: 5px;
}
.footer-beyond-wrap .icp {
  float: right;
}
form.jump-to-lot {
  width: 210px;
  margin: 0;
}
form.jump-to-lot button {
  margin-left: 10px;
  line-height: 30px;
}
form.jump-to-lot h5 {
  margin-top: 0;
}
form.jump-to-lot .error {
  display: none;
}
form.jump-to-lot .alert {
  margin-bottom: 0;
  margin-top: 10px;
}
#conditionsOfSaleModal {
  background: #ffffff;
  padding: 20px;
}
#conditionsOfSaleModal .modal-header {
  padding: 20px;
  background-color: #7e7f79;
  color: #ffffff;
}
#conditionsOfSaleModal .modal-header h1 {
  margin: 0;
  font-size: 30px;
}
#conditionsOfSaleModal .modal-body {
  padding: 20px 40px;
  box-sizing: border-box;
  background: #fff;
  max-height: 600px;
  -moz-box-sizing: padding-box;
  /*RED-2039: FF box model adjustment*/
}
#conditionsOfSaleModal .image-group img {
  max-height: 300px;
}
#conditionsOfSaleModal .estimate {
  margin-top: 15px;
}
#conditionsOfSaleModal .close {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #000;
}
#conditionsOfSaleModal .span16 {
  font-size: 11px;
  color: #000;
  padding-top: 20px;
}
#conditionsOfSaleModal .span16:empty {
  padding: 0;
}
#conditionsOfSaleModal .span16 b {
  font-weight: normal;
  font-size: 11px;
  color: #afafa3;
  margin-top: 20px;
  display: block;
}
#conditionsOfSaleModal .span16 p.condition-text {
  margin-bottom: 20px;
}
#conditionsOfSaleModal .span16 p.condition-desc {
  margin-bottom: 20px;
}
#saleroomNoticeModal {
  background: #ffffff;
}
#saleroomNoticeModal table {
  width: 100%;
}
#saleroomNoticeModal .modal-header {
  padding: 0;
}
#saleroomNoticeModal .modal-body {
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}
#saleroomNoticeModal .close {
  opacity: 1;
  font-size: 16px;
  color: #000000;
}
#languageModal {
  width: 500px;
  margin-left: -250px;
  text-align: center;
}
#languageModal h3 {
  font-size: 16px;
  color: #a47f1a;
  text-transform: uppercase;
}
#languageModal .modal-header {
  padding: 50px 0 30px 0;
}
#languageModal .modal-header a.close {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 2;
}
#languageModal .modal-body {
  width: 301px;
  margin: 0px auto;
}
#languageModal .modal-body ul {
  width: auto;
  margin-bottom: 60px;
  *zoom: 1;
}
#languageModal .modal-body ul:before,
#languageModal .modal-body ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#languageModal .modal-body ul:after {
  clear: both;
}
#languageModal .modal-body li {
  width: 110px;
  padding: 15px 0;
  padding-left: 40px;
  text-align: left;
  float: left;
}
#languageModal .modal-body li.odd {
  padding-left: 0;
  padding-right: 40px;
  border-right: 1px solid #cfcfc4;
}
#languageModal .modal-body li .current-language {
  font-weight: bold;
}
#languageModal .modal-body li a {
  color: inherit;
}
#languageModal .modal-body li:only-of-type {
  border: 0;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  float: none;
}
#bidNowModal {
  z-index: 3001;
}
#bidNowModal .modal-body {
  margin: 0 20px 20px 20px;
  width: 90%;
  padding: 20px;
  background: white;
}
#bidNowModal .modal-body .modal-panel {
  float: left;
  width: 31%;
  padding: 2em 9%;
  height: 20em;
  text-align: center;
}
#bidNowModal .modal-body .login {
  border-right: solid 1px gray;
}
#bidNowModal .modal-body .register p {
  height: 87px;
  text-align: left;
}
table.saleroom-notice th,
table.saleroom-notice td {
  padding: 1em;
}
table.saleroom-notice th {
  background: #dedfcd;
  font-size: x-small;
  text-transform: uppercase;
  min-width: 100px;
  text-align: left;
}
table.saleroom-notice td {
  background: #fff;
  vertical-align: top;
}
table.saleroom-notice td:first-child {
  color: #646461;
}
form.my-catalogue {
  background: #dedfcd;
}
form.my-catalogue article .details {
  width: 260px;
  margin-left: 20px;
}
form.my-catalogue fieldset {
  padding: 10px;
}
#catalogueModal {
  background: #ffffff;
  padding: 20px;
}
#catalogueModal .modal-header {
  padding: 20px;
  background-color: #dedfcd;
  border-bottom: 1px solid #a0a09e;
}
#catalogueModal .modal-header h5 {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
#catalogueModal .modal-body {
  box-sizing: border-box;
  background: #fff;
  max-height: 600px;
}
#catalogueModal .controls {
  width: 30%;
  height: 500px;
  padding: 20px;
  float: left;
  background-color: #dedfcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#catalogueModal .controls .overlay-content {
  left: 75%;
  top: -100px;
  text-transform: none;
  position: absolute;
  width: 550px;
  padding-bottom: 10px;
}
#catalogueModal .controls .overlay-content:before {
  left: -20px;
  top: 96px;
  right: auto;
  border-bottom-color: transparent;
  border-right-color: #fff;
}
#catalogueModal .controls .overlay-content .header {
  margin-top: 0;
  font-weight: bold;
}
#catalogueModal .controls .overlay-content .entry {
  margin-top: 0;
  line-height: 1.4;
}
#catalogueModal .controls .overlay-content .title {
  font-weight: bold;
  display: block;
}
#catalogueModal .content {
  width: 70%;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  height: 500px;
}
#catalogueModal .close {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #000;
}
#catalogueModal article:first-of-type {
  border-top: 0;
}
#catalogueModal article .image {
  width: 150px;
}
#catalogueModal article .details {
  width: 280px;
}
#catalogueModal article .actions {
  float: left;
  margin-right: 0;
  width: 120px;
}
#catalogueModal article .actions .btn {
  width: 100%;
}
#catalogueModal #printCatInstrLink {
  margin-top: 20px;
}
#catalogueModal #printCatInstrLink .inline-overlay > span {
  font-size: 11px;
  font-weight: bold;
}
/* Click 'track sale' on auction page to test */
.lightbox .blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 222, 204, 0.55);
  opacity: 0;
  z-index: 9049;
  pointer-events: none;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.lightbox .window {
  top: -800px;
  position: fixed;
  margin: 0px auto;
  width: 940px;
  background-color: #ffffff;
  z-index: 9050;
  opacity: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  transition: opacity .5s ease, top .5s ease;
  -webkit-transition: opacity .5s ease, top .5s ease;
}
.lightbox .window .outer {
  background-color: #dedfcd;
  margin: 20px;
}
.lightbox .window .content {
  background: #fff;
  width: 690px;
  max-height: 700px;
  overflow: scroll;
  float: right;
}
.lightbox .window .left-col {
  margin: 10px;
  width: 180px;
  float: left;
}
.lightbox .window .window-title {
  font-size: 12px;
  padding: 10px;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #666;
}
.lightbox .window .close {
  margin: 5px 5px 0;
  color: #000;
}
.lightbox .window .auctions article:first-of-type {
  border-top: 0;
}
.lightbox.active {
  display: block;
}
.lightbox.active .blocker {
  opacity: 1;
  pointer-events: auto;
}
.lightbox.active .window {
  top: 100px;
  opacity: 1;
}
#loading-overlay {
  background-color: rgba(0, 0, 0, 0.15);
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.share-overlay {
  width: 180px;
}
.share-overlay span {
  display: inline-block;
}
#emailSignupModal {
  width: 700px;
  margin-left: -250px;
  text-align: center;
}
#emailSignupModal h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  text-transform: uppercase;
}
#emailSignupModal h3.sub {
  font-family: 'Benton';
  font-size: 15px;
}
#emailSignupModal .modal-header {
  padding: 50px 0 30px 0;
}
#emailSignupModal .modal-header a.close {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 2;
}
#emailSignupModal .modal-body #emailSignup-error {
  color: #FF4136;
  display: none;
}
#emailSignupModal .modal-body #emailSignup-email {
  width: 220px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
}
#emailSignupModal .modal-body #emailSignupButton {
  width: 240px;
  line-height: 18px;
  font-size: 11px;
}
.home-video {
  width: 100%  !important;
  height: auto !important;
}
.video-preview {
  display: block;
  position: relative;
}
.video-preview .glyph-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
}
.video-preview .glyph-wrap i.glyph-play {
  position: relative;
  top: -25px;
  left: -25px;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}
.video-preview:hover i.glyph-play {
  color: #a47f1a;
}
div.preview-small-alt {
  height: 70px;
}
div.preview-small-alt img {
  max-height: 70px;
}
div.preview-small {
  height: 96px;
}
div.preview-small img {
  max-height: 96px;
}
div.preview-medium {
  height: 169px;
}
div.preview-medium img {
  max-height: 169px;
}
.single-video-container .content,
.single-video-container .info {
  padding-bottom: 1em;
}
.single-video-container .content {
  margin: 0 auto;
}
.single-video-container .topic,
.single-video-container .type {
  font-family: 'Benton';
  font-size: 10px;
  text-transform: uppercase;
}
.single-video-container .related article {
  margin: 20px 0 0 0;
}
.single-video-container .related article .video-preview.span8 {
  margin-left: 0;
}
.single-video-container .related article .glyph-play {
  font-size: 80px;
  line-height: 80px;
  top: -40px;
  left: -40px;
}
.single-video-container .related article .video-blog-details p {
  word-wrap: break-word;
  overflow: hidden;
  max-height: 5.4em;
  line-height: 1.8em;
}
.single-video-container .related article .video-blog-details a {
  color: inherit;
}
.single-video-container .related article .video-blog-details a:hover {
  color: #a47f1a;
  text-decoration: none;
}
.single-video-container .related article .heading {
  font-size: 14px;
}
.single-video-container .video-blog-details .description {
  height: auto;
}
.all-videos {
  position: relative;
}
.all-videos .content h3 {
  line-height: 40px;
}
.all-videos .content .controlBar {
  background-color: #ccc;
  padding: 1em;
}
.all-videos .content .controlBar .con {
  width: 45%;
}
.all-videos .content .controlBar label {
  font-size: 10px;
  font-weight: bold;
  margin: 0 5% 0 5%;
  text-transform: uppercase;
  vertical-align: middle;
}
.all-videos .content .controlBar .con,
.all-videos .content .controlBar label,
.all-videos .content .controlBar select {
  display: inline-block;
}
.all-videos .thumbnail-grid {
  margin-top: 20px;
}
.all-videos .feature {
  margin-bottom: 30px;
  margin-left: 0px;
  font-size: 11px;
}
.all-videos .feature p {
  font-size: 12px;
  line-height: 1.1em;
  max-height: 2.2em;
  margin-bottom: 0;
  height: auto;
}
.all-videos .feature time,
.all-videos .feature .author,
.all-videos .feature .duration {
  text-transform: uppercase;
  color: #afafa3;
  font-size: 10px;
}
.all-videos .feature .details {
  height: 62px;
  white-space: normal;
}
.all-videos .feature .details .topic {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}
.all-videos .feature .author {
  max-height: 20px;
  display: inline-block;
}
.all-videos .feature .glyph-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
}
.all-videos .feature .glyph-wrap i.glyph-play {
  position: relative;
  top: -25px;
  left: -25px;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}
.all-videos .feature .glyph-wrap i.glyph-play:hover {
  color: #a47f1a;
}
.all-videos .feature a:hover i.glyph-play {
  color: #a47f1a;
}
.all-videos .feature:last-child {
  margin-bottom: 10px;
}
.grid .feature {
  margin-left: 20px;
}
.article-list {
  position: relative;
}
.article-list .group {
  position: relative;
  float: none;
  width: auto;
  min-height: 100px;
}
.article-list .group .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
}
.article-list .group .image .image {
  width: 100%;
}
.article-list .group .details .type,
.article-list .group .video-blog-details .type {
  margin-bottom: 0;
}
.article-list h3 a {
  color: #afafa3;
  font-size: .6em;
  margin-left: 10px;
  text-decoration: underline;
  line-height: 0;
  /* Fixes spacing bug */
}
.video-landing-container .all-videos .content > .filter {
  background: #7e7f79;
}
.video-landing-container section.filter section.filter {
  background: #ffffff;
}
.video-landing-container section.filter section.filter .row.pagination {
  border: none;
}
.video-landing-container .content-header {
  margin-bottom: 20px;
  position: relative;
}
.video-landing-container .divided-pair .divider {
  display: none;
}
.video-landing-container .divided-pair .group .details {
  margin-left: 145px;
}
.video-blog-details .type,
.video-landing-container .type,
.section-newsandvideo .type {
  margin: 0;
}
.video-blog-details .topic,
.video-landing-container .topic,
.section-newsandvideo .topic,
.video-blog-details .type,
.video-landing-container .type,
.section-newsandvideo .type {
  font-family: 'Benton';
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.video-blog-details .topic span:only-child:before,
.video-landing-container .topic span:only-child:before,
.section-newsandvideo .topic span:only-child:before,
.video-blog-details .type span:only-child:before,
.video-landing-container .type span:only-child:before,
.section-newsandvideo .type span:only-child:before {
  content: "";
}
.video-blog-details .heading,
.video-landing-container .heading,
.section-newsandvideo .heading {
  font-family: Benton, Arial, sans-serif;
  font-size: 12px;
  max-height: 30px;
  font-weight: normal;
  line-height: 1.5;
  margin: .2em 0 0em;
  overflow: hidden;
}
.video-blog-details .heading.squish,
.video-landing-container .heading.squish,
.section-newsandvideo .heading.squish {
  line-height: 1.0;
}
.video-blog-details h4,
.video-landing-container h4,
.section-newsandvideo h4 {
  font-weight: normal;
}
.video-blog-details .byLine,
.video-landing-container .byLine,
.section-newsandvideo .byLine {
  margin: 0 0 1em;
}
#video-results {
  position: relative;
}
#bcVideoContainer {
  max-height: none;
}
.video-modal-container {
  padding: 0;
}
.video-modal-container .player {
  margin: 0 auto;
}
.video-modal-container .read-more-area {
  text-align: right;
}
/*
 * Video Player CSS
 */
#BCLcontainingBlock {
  width: 100%;
}
#bcVideoModal .modal-header {
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#bcVideoModal .close {
  color: #ffffff;
  opacity: 0.8;
  text-shadow: 0;
}
.BCLvideoWrapper {
  position: relative;
  /*padding-bottom: 56.25%; this would be for 16:9; */
  padding-bottom: 60%;
  height: 0;
}
* html .BCLvideoWrapper {
  margin-bottom: 45px;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.BCLvideoWrapper div,
.BCLvideoWrapper embed,
.BCLvideoWrapper object,
.BrightcoveExperience {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.BCLcontainingBlock .picHolder {
  background: #ffffff;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}
.BCLcontainingBlock .picHolder img {
  width: 100%;
}
.BCLcontainingBlock .picHolder .glyph-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
}
.BCLcontainingBlock .picHolder .glyph-wrap i.glyph-play {
  position: relative;
  top: -52px;
  left: -52px;
  font-size: 100px;
  line-height: 100px;
  color: #fff;
}
.BCLcontainingBlock .picHolder:hover {
  cursor: pointer;
}
.BCLcontainingBlock .picHolder:hover i.glyph-play {
  color: #a47f1a;
}
/*
 * HTML5 Video player Subtitle CSS (prevents another HTTP req)
 */
#player {
  float: left;
}
#dotsubSubtitleHolderHolder {
  position: relative;
  overflow: visible;
  height: 1px;
  width: 1px;
}
#dotsubSubtitleHolder {
  width: 100%;
  height: 80px;
  top: 210px;
  left: auto;
  top: auto;
  bottom: 80px;
}
#dotsubSubtitleArea {
  position: absolute;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  text-shadow: -1px 1px black, 1px 1px black, 1px 1px black, 1px -1px black;
  color: #FFF;
  text-align: center;
  vertical-align: bottom;
  width: inherit;
  bottom: 0px;
}
#dotsubLanguageSelectHolder {
  height: auto;
  left: auto;
  top: auto;
  bottom: -10px;
  position: absolute;
  width: auto;
}
#dotsubLanguageSelectHolder select {
  width: auto;
}
/******************************************/
/* Structural Elements */
/******************************************/
.blog-landing-container {
  padding: 0 0 20px;
}
.blog-landing-lower {
  padding: 5px 0 15px;
}
.grid-2-col article,
.grid-2-col .grid-item {
  margin-bottom: 20px;
}
.grid-2-col article h4,
.grid-2-col .grid-item h4 {
  margin: 0;
}
.grid-2-col article h5,
.grid-2-col .grid-item h5 {
  margin: 0;
}
.grid-2-col article p,
.grid-2-col .grid-item p {
  margin: 10px 0 0;
  height: 60px;
  overflow: hidden;
}
/******************************************/
/* Hero Area */
/******************************************/
.hero {
  position: relative;
}
.hero .hero-img {
  width: 64.583333333333%;
  /* 620/960 */
  margin: 0 2.083333333333% 0 0;
  /* 20/960 */
  float: left;
}
.hero .hero-content {
  width: 33.333333333333%;
  /* 320/960 */
  float: left;
  margin-bottom: 70px;
}
.hero .hero-content .hero-title {
  color: #a47f1a;
  margin: 0;
  font: bold 9px/1 'Benton';
  text-transform: uppercase;
}
.hero .hero-content > h1 {
  font-size: 24px;
  line-height: 1.25;
}
.hero .hero-content .author.by-line {
  font-family: 'BentonLight';
  color: #7f7f7a;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
}
.hero .hero-content .author.by-line a {
  color: #7f7f7a;
}
.connect-hero {
  background: #ffffff;
  bottom: 0;
  white-space: nowrap;
  position: absolute;
  /* Specific for app store glyph */
}
.connect-hero a {
  color: #646461;
  font-size: 42px;
  display: inline-block;
  margin-left: 3px;
}
.connect-hero a.app {
  margin-left: 10px;
}
.connect-hero a:hover {
  color: #353530;
  text-decoration: none;
}
.connect-hero a:first-child {
  margin-left: 0;
}
.connect-hero .glyph-appStore:before {
  font-size: 42px;
  top: -6px;
  position: relative;
  /*margin-top:-30px;*/
  margin-left: 20px;
  -webkit-font-smoothing: antialiased;
}
.connect-hero .alt2 {
  border-bottom: 1px solid #ddddd5;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
.ie8 .connect-hero .glyph-appStore:before {
  width: 80px;
  margin-left: 0px;
  text-align: center;
}
.section-title {
  color: #a47f1a;
  border-bottom: 1px solid #a0a09e;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}
.section-title .view-all-text {
  font-size: 12px;
  color: #646461;
  margin: 0 0 0 8px;
  font-weight: normal;
  text-decoration: underline;
}
.section-title .glyph-arrow-right {
  display: none;
}
.bloggers .section-title .view-all:hover {
  color: #a47f1a;
  text-decoration: none;
}
.blogger-bio.contracted .set-ellipsis p {
  margin-bottom: 0;
}
.blogger-bio.expanded .set-ellipsis p {
  margin-bottom: 0;
}
/******************************************/
/* Lists */
/******************************************/
.content-list > li {
  margin: 0 0 30px;
}
.content-list .author,
.content-list .source-title,
.content-list .blog-title {
  margin: 0;
}
.content-list .post-title {
  margin: 0 0 3px;
}
.blog-landing-lower .content-list p {
  overflow: hidden;
}
.posts-list > li {
  margin-bottom: 35px;
}
.posts-list > li:only-of-type {
  margin-bottom: 15px;
}
.posts-list .source-title {
  color: #a47f1a;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.posts-list h4.source-title {
  font-size: 10px;
}
.posts-list h4.alt,
.posts-list .post-title {
  font-weight: normal;
  line-height: 1.45;
  margin: 0 0 3px;
  text-transform: none;
}
.posts-list .author,
.posts-list h5.alt {
  color: #646461;
  margin: 0 0 14px;
  line-height: 1;
}
.posts-list p {
  height: 4.2em;
  line-height: 1.4em;
}
.content-list p,
.posts-list p {
  height: 4.2em;
  line-height: 1.4em;
  margin: 10px 0 0;
}
.content-list p:empty,
.posts-list p:empty {
  height: 0;
  line-height: 0;
  margin: 0;
}
/* ALl Blogs */
.blog-allblogs-container .row-fluid-tablet,
.blog-allbloggers-container .row-fluid-tablet {
  padding-top: 20px;
}
.blog-allblogs-container .row-fluid-tablet > .grid-item,
.blog-allbloggers-container .row-fluid-tablet > .grid-item {
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-allblogs-container .row-fluid-tablet > .grid-item h4 a,
.blog-allbloggers-container .row-fluid-tablet > .grid-item h4 a {
  color: #353530;
}
.blog-allblogs-container .row-fluid-tablet .img-area,
.blog-allbloggers-container .row-fluid-tablet .img-area {
  width: 38.695652173913%;
  /* 178/460 */
  margin-right: 4.782608695652%;
  /* 22/460 */
  float: left;
}
.blog-allblogs-container .row-fluid-tablet .content,
.blog-allbloggers-container .row-fluid-tablet .content {
  width: 56.521739130435%;
  /* 260/460 */
  float: left;
}
.blog-allblogs-container .ellipsis p,
.blog-allbloggers-container .ellipsis p {
  word-wrap: break-word;
  overflow: hidden;
  max-height: 5.4em;
  line-height: 1.8em;
}
/* All Bloggers */
.main-blogger,
.main-blog {
  margin: 0 0 20px;
}
.main-blogger .img-area,
.main-blog .img-area {
  width: 18.936170212766%;
  /* 178/940 */
  margin: 0 1.914893617021% 0 0;
  /* 18/940 */
  float: left;
}
.main-blogger .content,
.main-blog .content {
  width: 79.148936170213%;
  /* 744/940 */
  float: left;
}
.main-blogger h1.alt,
.main-blog h1.alt {
  font-size: 18px;
  margin: 0;
}
.main-blogger h5.alt,
.main-blog h5.alt {
  margin-top: 5px;
}
/* Single Blog Page */
.main-blog {
  margin-top: 20px;
}
.single-listings .listing-item {
  margin: 0 0 18px;
}
.single-listings .listing-item .img-area {
  width: 26.595744680851%;
  /* 250/940 */
  margin: 0 2.127659574468% 0 0;
  /* 20/940 */
  float: left;
  display: block;
}
.single-listings .listing-item .img-area img {
  width: 100%;
}
.single-listings .listing-item .content {
  width: 71.276595744681%;
  /* 670/940 */
  float: left;
}
.single-listings .listing-item h5.alt {
  color: #a47f1a;
  margin: 0;
  line-height: 1;
}
.single-listings .listing-item h5.author,
.single-listings .listing-item h5.author a {
  color: #afafa3;
}
.single-listings .listing-item .post-title a {
  color: #353530;
}
.single-listings .listing-item h4 {
  font-weight: normal;
}
.single-listings .listing-item p {
  margin-top: 10px;
}
/* Single Blog Post */
.blog-header {
  padding: 0 0 50px;
  margin: 0 0 25px;
  border-bottom: 1px solid #ddddd5;
}
.blog-header h1.alt {
  font-size: 24px;
  margin: 10px 0;
}
.blog-header .blog-title,
.blog-header .author {
  margin: 0;
  line-height: 1;
}
.blog-header .author > a {
  text-decoration: underline;
  color: #adada5;
}
.blog-header .author div {
  display: inline;
}
.post-content img + sup,
.post-content img + br + sup {
  top: 0;
  line-height: 1.5em;
  display: inline-block;
}
.post-sidebar .side-hdr {
  color: #a47f1a;
  font-size: 20px;
  line-height: 1.2;
  border-bottom: 1px solid #ddddd5;
  padding: 0 0 4px;
  margin: 0 0 20px;
}
.post-sidebar .content-list > li {
  margin: 0 0 20px;
}
.post-sidebar .content-list .img-area {
  float: left;
  margin: 0 6.6667% 0 0;
  /* 20/300 */
  width: 33.3333%;
  /* 100/300 */
}
.post-sidebar .content-list .content {
  float: left;
  width: 60%;
  /* 180/300 */
}
.post-sidebar .content-list .author {
  font-size: 12px;
  line-height: 1.2;
}
.post-sidebar .content-list .author a {
  color: #353530;
}
.post-sidebar .content-list .view-more {
  float: right;
}
.post-sidebar .content-list .source-title a {
  color: #adada5;
}
/******************************************/
/* Common Blog Components */
/******************************************/
.tag-list {
  color: #969696;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em 0 2em;
}
.tag-list .action {
  color: #353530;
}
.tag-list a {
  color: #1b1b1b;
  text-decoration: underline;
}
.blog-pagination {
  margin: 0 0 1em;
}
.blog-pagination .back,
.blog-pagination .forward {
  width: 40%;
  display: block;
  position: relative;
  float: left;
}
.blog-pagination .back span,
.blog-pagination .forward span {
  color: #000;
  width: auto;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 37px;
  margin-left: 40px;
}
.blog-pagination .forward {
  float: right;
}
.blog-pagination .forward span {
  margin-left: 0;
  margin-right: 40px;
  text-align: right;
}
.blog-pagination .back i,
.blog-pagination .forward i {
  font-size: 35px;
  position: absolute;
  top: 7px;
  left: 0;
  color: #646461;
}
.blog-pagination .forward i {
  left: auto;
  right: 0;
}
.blog-pagination-bar {
  border: 1px solid #dfdfd5;
  border-width: 1px 0;
  margin: 0 0 20px;
  padding: 10px 0 9px;
}
.share-actions {
  position: relative;
  margin: 0 0 20px;
}
.share-actions .share {
  color: #646461;
  background: #cfcfc4;
  display: inline-block;
  margin: 0 18px 0 0;
  font: bold 10px/26px 'Benton';
  text-transform: uppercase;
  padding: 0 40px 0 35px;
}
.share-actions .share-active {
  color: #fff;
  background: #a47f1a;
}
.share-actions .like {
  display: inline-block;
}
.share-actions .fb-like {
  vertical-align: middle;
}
.share-actions .print {
  float: right;
  color: #7f7f7a;
  font: 12px/1 'Benton';
  text-decoration: underline;
  margin-top: 6px;
}
.share-box {
  padding: 20px 15px;
  background: #fff;
  display: none;
  position: absolute;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  z-index: 1;
  /* Creates the arrow */
}
.share-box > span {
  display: inline-block;
  margin-left: 25px;
  cursor: pointer;
}
.share-box > span:first-child {
  margin-left: 0;
}
.share-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 35px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#blog-results {
  position: relative;
}
.article-page-wrap > div.clearfix {
  display: none;
  /* We don't want this in preview mode for this container */
}
.article-page-wrap div.text.parbase.section {
  width: 80%;
}
/* CQ Fixes */
#CQ .article-page-wrap > div.clearfix {
  display: block;
}
.parbase.slideshow.section {
  overflow: hidden;
}
/* Hero */
.article-hero-component {
  height: 350px;
  max-height: 350px;
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
}
.article-hero-component img {
  position: absolute;
  width: 100%;
  margin-bottom: 50px;
}
.article-hero-component .article-hero-caption-wrap {
  position: absolute;
  color: #ffffff;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.29) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.29)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.29) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.29) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.29) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.29) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#4a000000', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0px -6px 10px 0px rgba(20, 20, 20, 0.45);
  -moz-box-shadow: 0px -6px 10px 0px rgba(20, 20, 20, 0.45);
  box-shadow: 0px -6px 10px 0px rgba(20, 20, 20, 0.45);
}
.article-hero-component .article-hero-caption-wrap.article-hero-caption-white {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(252, 252, 252, 0.65) 0%, rgba(255, 255, 255, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 0.65)), color-stop(100%, rgba(255, 255, 255, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(252, 252, 252, 0.65) 0%, rgba(255, 255, 255, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(252, 252, 252, 0.65) 0%, rgba(255, 255, 255, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(252, 252, 252, 0.65) 0%, rgba(255, 255, 255, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(252, 252, 252, 0.65) 0%, rgba(255, 255, 255, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6fcfcfc', endColorstr='#a6ffffff', GradientType=0);
  /* IE6-8 */
  -webkit-box-shadow: 0px -6px 10px 0px rgba(230, 230, 230, 0.45);
  -moz-box-shadow: 0px -6px 10px 0px rgba(230, 230, 230, 0.45);
  box-shadow: 0px -6px 10px 0px rgba(230, 230, 230, 0.45);
  color: #000000;
}
.article-hero-component .article-hero-caption {
  width: 940px;
  margin: 0 auto;
  padding: 5px 0px 5px 0px;
}
.article-hero-component .article-hero-eyebrow {
  margin-top: 5px;
  text-transform: uppercase;
  color: #a47f1a;
  font-family: Benton, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
}
.article-hero-component .article-hero-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 36px;
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  font-weight: normal;
  line-height: 36px;
}
.article-hero-component .article-hero-author {
  font-size: 10px;
  font-family: Benton, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
}
.article-hero-component .author.authorLink {
  display: inline;
}
.blog-blogpost-container.article-page-wrap {
  /* Corner container for Share/Recirc component */
  /* Share component */
  /* Recirc component */
}
.blog-blogpost-container.article-page-wrap .article-corner-container {
  padding-left: 20px;
  margin-bottom: 20px;
}
.blog-blogpost-container.article-page-wrap .article-corner-container .content-list .topic {
  display: block;
  font-family: 'Benton';
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.blog-blogpost-container.article-page-wrap .article-corner-container .content-list .topic span:only-child:before {
  content: "";
}
.blog-blogpost-container.article-page-wrap .article-share-component {
  margin-bottom: 10px;
}
.blog-blogpost-container.article-page-wrap .article-recirc-component {
  /*margin-bottom: 10px;
    img {
      width: 100%;
      margin-bottom: 10px
    }*/
}
.article-page-wrap {
  /* Drop Caps */
  /* Components Below */
  /* Shared styles*/
  /* Section break component */
  /* Image/Video component */
  /* Image component */
  /* Video component */
  /* Slideshow component */
  /* Quote component */
  /* Auction/Exhibition components */
  /* Options */
}
.article-page-wrap .text.parbase.entry > p,
.article-page-wrap > p {
  width: 640px;
}
.article-page-wrap p.drop-caps:first-letter {
  font-size: 50px;
  line-height: 39px;
  font-weight: bold;
  float: left;
  margin-right: 5px;
  margin-left: -4px;
}
.article-page-wrap .article-image-component,
.article-page-wrap .article-text-component,
.article-page-wrap .article-auction-component,
.article-page-wrap .article-exhibition-component,
.article-page-wrap .article-slideshow-component,
.article-page-wrap .article-video-component {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-page-wrap .article-separator-component {
  width: 640px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.article-page-wrap .article-separator-component hr {
  width: 50%;
  margin: 0 auto;
  border-width: 4px;
  border-color: black;
}
.article-page-wrap .article-image-component,
.article-page-wrap .article-video-component {
  width: 62.5%;
}
.article-page-wrap .article-image-component.pull-right,
.article-page-wrap .article-video-component.pull-right {
  margin-left: 10px;
  width: auto;
  max-width: 62.5%;
}
.article-page-wrap .article-image-component img,
.article-page-wrap .article-video-component img {
  display: block;
  margin-bottom: 5px;
}
.article-page-wrap .article-image-component sup,
.article-page-wrap .article-video-component sup {
  display: block;
  line-height: normal;
  top: auto;
  position: static;
  text-transform: uppercase;
}
.article-page-wrap .article-image-component {
  width: 640px;
}
.article-page-wrap .article-video-component {
  width: 640px;
}
.article-page-wrap .article-video-component .BCLcontainingBlock {
  margin-bottom: 5px;
}
.article-page-wrap .article-video-component.pull-right {
  width: 62.5%;
  max-width: none;
}
.article-page-wrap .article-brightcove-video-image img {
  width: 640px;
}
.article-page-wrap .article-brightcove-video-wrap {
  width: 100%;
  height: 100%;
}
.article-page-wrap .article-brightcove-video {
  position: relative;
  cursor: pointer;
}
.article-page-wrap .article-brightcove-video .glyph-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
}
.article-page-wrap .article-brightcove-video .glyph-wrap i.glyph-play {
  position: relative;
  top: -25px;
  left: -40px;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
}
.article-page-wrap .article-brightcove-video:hover .glyph-wrap i.glyph-play {
  color: #a47f1a;
}
.article-page-wrap .article-slideshow-component {
  width: 640px;
  height: 360px;
  text-align: center;
  background: #EEEEEE;
  /* BEGIN CYCLE CONFIG */
  /* Unique case */
  /* END CYCLE CONFIG */
}
.article-page-wrap .article-slideshow-component img {
  width: auto;
  height: 100%;
}
.article-page-wrap .article-slideshow-component .slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.article-page-wrap .article-slideshow-component .article-slideshow-caption {
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}
.article-page-wrap .article-slideshow-component .article-slideshow-caption-text {
  padding: 8px 20px 8px 20px;
  display: block;
}
.article-page-wrap .article-slideshow-component.pull-right {
  margin-left: 10px;
}
.article-page-wrap .article-slideshow-component .cycle {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.article-page-wrap .article-slideshow-component .cycle .cycle-nav {
  color: #1b1b1b;
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  border-radius: 31px;
  behavior: url(/etc/designs/redesigns/sothebys/redesignlibs/source/js/PIE.htc);
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  -pie-background: rgba(255, 255, 255, 0.5);
  z-index: 102;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -31px 0 0 -31px;
  transition: all 0.3s ease-out;
}
.article-page-wrap .article-slideshow-component .cycle .cycle-nav i {
  line-height: 62px;
  font-size: 24px;
}
.article-page-wrap .article-slideshow-component .cycle .cycle-nav:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  -pie-background: rgba(255, 255, 255, 0.7);
}
.article-page-wrap .article-slideshow-component .cycle .cycle-prev,
.article-page-wrap .article-slideshow-component .cycle .cycle-next {
  display: none;
  position: absolute;
  cursor: pointer;
  z-index: 102;
  height: 150px;
  margin-top: -75px;
  top: 50%;
}
.article-page-wrap .article-slideshow-component .cycle:hover .cycle-prev,
.article-page-wrap .article-slideshow-component .cycle:hover .cycle-next {
  display: block;
}
.article-page-wrap .article-slideshow-component .cycle .cycle-prev {
  left: 10px;
  right: auto;
}
.article-page-wrap .article-slideshow-component .cycle .cycle-next {
  left: auto;
  right: 10px;
}
.article-page-wrap .article-slideshow-component .cycle .slide {
  width: 640px;
}
.article-page-wrap .article-slideshow-component .cycle .cycle-overlay {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
}
.article-page-wrap .article-slideshow-component .cycle .cycle-overlay .text {
  padding: 10px;
}
.article-page-wrap .article-slideshow-component .cycle .cycle-overlay.cycle-overlay-below {
  background: inherit;
  position: relative;
}
.article-page-wrap .article-slideshow-component .cycle .cycle-overlay.cycle-overlay-below .text {
  padding: 10px 0;
  color: #afafa3;
}
.article-page-wrap .article-slideshow-component .touch {
  /* Unique case so arrows work on landscape tablet */
}
.article-page-wrap .article-slideshow-component .touch .cycle .cycle-prev,
.article-page-wrap .article-slideshow-component .touch .cycle .cycle-next {
  display: block;
}
.article-page-wrap .article-quote-component {
  width: 640px;
  margin-bottom: 10px;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.article-page-wrap .article-quote-text {
  font-size: 24px;
  text-transform: uppercase;
  font-family: Times New Roman;
  font-weight: normal;
  line-height: 28px;
}
.article-page-wrap .article-quote-author {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
}
.article-page-wrap .article-quote-symbol {
  font-weight: bold;
  font-size: 36px;
  line-height: 15px;
  position: relative;
  top: 5px;
}
.article-page-wrap .article-event-component {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #000000;
  color: white;
  width: 640px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.article-page-wrap .article-event-component:hover {
  color: #a47f1a;
}
.article-page-wrap .article-event-image {
  position: absolute;
  right: 0px;
  width: 250px;
  height: 140px;
}
.article-page-wrap .article-event-image img {
  width: 100%;
  height: 100%;
}
.article-page-wrap .article-event-caption {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 350px;
}
.article-page-wrap .article-event-caption-eyebrow {
  color: #a47f1a;
}
.article-page-wrap .article-event-caption-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 26px;
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  font-weight: normal;
}
.article-page-wrap .article-event-caption-subtitle {
  font-size: 10px;
  line-height: 25px;
  font-family: 'BentonLight', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}
.article-page-wrap .article-full-width {
  width: 100%;
}
.article-page-wrap .article-full-width > img {
  width: 100%;
  height: auto;
}
.article-page-footer .blog-actions {
  display: none;
}
.article-page-footer .content-list {
  display: none;
}
.article-page-footer .post-sidebar {
  display: none;
}
.ArticleContainer {
  width: 100%;
  *zoom: 1;
  position: relative;
}
.ArticleContainer:before,
.ArticleContainer:after {
  display: table;
  content: "";
  line-height: 0;
}
.ArticleContainer:after {
  clear: both;
}
.ArticleContainer [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.ArticleContainer [class*="span"]:first-child {
  margin-left: 0;
}
.ArticleContainer .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.ArticleContainer .span16 {
  width: 100%;
  *width: 99.94680851%;
}
.ArticleContainer .span15 {
  width: 93.61702128%;
  *width: 93.56382979%;
}
.ArticleContainer .span14 {
  width: 87.23404255%;
  *width: 87.18085106%;
}
.ArticleContainer .span13 {
  width: 80.85106383%;
  *width: 80.79787234%;
}
.ArticleContainer .span12 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.ArticleContainer .span11 {
  width: 68.08510638%;
  *width: 68.03191489%;
}
.ArticleContainer .span10 {
  width: 61.70212766%;
  *width: 61.64893617%;
}
.ArticleContainer .span9 {
  width: 55.31914894%;
  *width: 55.26595745%;
}
.ArticleContainer .span8 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.ArticleContainer .span7 {
  width: 42.55319149%;
  *width: 42.5%;
}
.ArticleContainer .span6 {
  width: 36.17021277%;
  *width: 36.11702128%;
}
.ArticleContainer .span5 {
  width: 29.78723404%;
  *width: 29.73404255%;
}
.ArticleContainer .span4 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.ArticleContainer .span3 {
  width: 17.0212766%;
  *width: 16.96808511%;
}
.ArticleContainer .span2 {
  width: 10.63829787%;
  *width: 10.58510638%;
}
.ArticleContainer .span1 {
  width: 4.25531915%;
  *width: 4.20212766%;
}
.ArticleContainer .offset16 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.ArticleContainer .offset16:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.ArticleContainer .offset15 {
  margin-left: 97.87234043%;
  *margin-left: 97.76595745%;
}
.ArticleContainer .offset15:first-child {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.ArticleContainer .offset14 {
  margin-left: 91.4893617%;
  *margin-left: 91.38297872%;
}
.ArticleContainer .offset14:first-child {
  margin-left: 89.36170213%;
  *margin-left: 89.25531915%;
}
.ArticleContainer .offset13 {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.ArticleContainer .offset13:first-child {
  margin-left: 82.9787234%;
  *margin-left: 82.87234043%;
}
.ArticleContainer .offset12 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.ArticleContainer .offset12:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.ArticleContainer .offset11 {
  margin-left: 72.34042553%;
  *margin-left: 72.23404255%;
}
.ArticleContainer .offset11:first-child {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.ArticleContainer .offset10 {
  margin-left: 65.95744681%;
  *margin-left: 65.85106383%;
}
.ArticleContainer .offset10:first-child {
  margin-left: 63.82978723%;
  *margin-left: 63.72340426%;
}
.ArticleContainer .offset9 {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.ArticleContainer .offset9:first-child {
  margin-left: 57.44680851%;
  *margin-left: 57.34042553%;
}
.ArticleContainer .offset8 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.ArticleContainer .offset8:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.ArticleContainer .offset7 {
  margin-left: 46.80851064%;
  *margin-left: 46.70212766%;
}
.ArticleContainer .offset7:first-child {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.ArticleContainer .offset6 {
  margin-left: 40.42553191%;
  *margin-left: 40.31914894%;
}
.ArticleContainer .offset6:first-child {
  margin-left: 38.29787234%;
  *margin-left: 38.19148936%;
}
.ArticleContainer .offset5 {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.ArticleContainer .offset5:first-child {
  margin-left: 31.91489362%;
  *margin-left: 31.80851064%;
}
.ArticleContainer .offset4 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.ArticleContainer .offset4:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.ArticleContainer .offset3 {
  margin-left: 21.27659574%;
  *margin-left: 21.17021277%;
}
.ArticleContainer .offset3:first-child {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.ArticleContainer .offset2 {
  margin-left: 14.89361702%;
  *margin-left: 14.78723404%;
}
.ArticleContainer .offset2:first-child {
  margin-left: 12.76595745%;
  *margin-left: 12.65957447%;
}
.ArticleContainer .offset1 {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
.ArticleContainer .offset1:first-child {
  margin-left: 6.38297872%;
  *margin-left: 6.27659574%;
}
.ArticleBody {
  width: 940px;
}
.ArticleBody > p {
  width: 640px;
}
.ArticleSidebar {
  width: 300px;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
}
/* Page-Specific Scope */
.onview-page {
  /* Filter Fixes */
}
.onview-page .filter {
  text-align: center;
}
.onview-page .dropdown.locations {
  display: inline-block;
  text-align: left;
}
.onview-page .dropdown.locations .dropdown-toggle {
  text-align: left;
  text-indent: 20px;
  padding: 4px 0px 4px 0px;
  min-width: 244px;
  color: #000000;
}
.onview-page .dropdown.locations .glyph-down {
  position: absolute;
  right: 5px;
}
.onview-page .dropdown-menu {
  position: absolute;
  width: 244px;
  left: auto;
  right: 0px;
}
.onview-page .dropdown-menu li {
  width: 200px;
  cursor: pointer;
}
.onview-page .dropdown-menu li a {
  width: 100%;
}
.onview-page .calendar-container {
  display: inline-block;
}
.onview-page .calendar-container input.calendar[readonly="readonly"] {
  cursor: pointer;
}
/* Title */
.onview-title {
  text-align: center;
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.onview-loading {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.onview-loading.active {
  display: block;
}
/* Small black box container with the extended top border used in hero */
.onview-box-header-container {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.onview-box-header-wrap {
  border-top: 4px solid #000000;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}
.onview-box-header {
  color: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#bf000000', GradientType=0);
  /* IE6-8 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
}
.onview-box-header-subtitle {
  margin-left: 15px;
}
/* Small black box container at the bottom of upcoming events divs */
.onview-box-footer-container {
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.onview-box-footer {
  display: inline-block;
  color: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#bf000000', GradientType=0);
  /* IE6-8 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-size: 10px;
}
.onview-event-count {
  color: #a47f1a;
}
.onview-event-count .online-event-count-text {
  color: #ffffff;
}
/* Hero */
.onview-hero {
  max-height: 350px;
  position: relative;
  overflow: hidden;
}
.onview-hero img {
  padding-top: 4px;
}
.onview-hero .onview-box-header {
  padding: 5px 40px 5px 40px;
}
.onview-hero-caption-wrap {
  position: absolute;
  top: 40px;
  left: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#bf000000', GradientType=0);
  /* IE6-8 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}
.onview-hero-caption-wrap.top-right {
  left: auto;
  right: 10px;
}
.onview-hero-caption-wrap.bottom-left {
  top: auto;
  bottom: 10px;
}
.onview-hero-caption-wrap.bottom-right {
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
}
.onview-hero-caption {
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 20px 5px 20px;
  min-width: 150px;
}
.onview-hero-caption-title {
  border-bottom: 2px solid #ffffff;
  font-size: 15px;
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: normal;
}
.onview-hero-caption-subtitle {
  font-size: 10px;
  line-height: normal;
}
.onview-exhibitions-section,
.onview-auctions-section {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
}
/* List items */
.onview-section-header {
  position: absolute;
  top: -8px;
  left: 45px;
  font-size: 12px;
  background: #000000;
  color: #ffffff;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
}
.onview-results-item {
  padding: 20px;
  background: #ffffff;
  border-top: 1px solid #afafa3;
}
.onview-results-item:first-of-type {
  border-top: 2px solid #000000;
}
.onview-results-item:last-of-type {
  border-bottom: 1px solid #afafa3;
}
.onview-results-city {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 13px;
}
.onview-results-address {
  margin-bottom: 10px;
}
.onview-results-text {
  float: left;
  width: 630px;
}
.onview-results-text > div {
  padding-left: 20px;
}
.onview-results-name {
  margin-bottom: 5px;
}
.onview-results-name a {
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  color: #000000;
}
.onview-results-name a p {
  font-size: 18px;
  max-height: 20px;
  margin-bottom: 0px;
  overflow: hidden;
}
.onview-noresults-section,
.onview-dataerror-section {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  font-size: 16px;
  text-align: center;
}
.onview-results-date {
  text-transform: uppercase;
  color: #b1b1a8;
  line-height: 15px;
  margin-bottom: 5px;
}
.onview-results-description p {
  font-size: 12px;
  max-height: 60px;
  overflow: hidden;
}
.onview-results-image {
  float: left;
  width: 250px;
}
.onview-results-image img {
  width: 100%;
  height: auto;
}
.onview-results-location-wrap {
  display: inline-block;
  vertical-align: top;
}
.onview-results-location-symbol {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.onview-results-location-symbol .onview-results-location-overlay {
  min-width: 200px;
  right: auto;
  top: 45px;
}
.onview-results-location-symbol .onview-results-location-overlay:before {
  left: 10px;
  right: auto;
}
.onview-results-time-wrap {
  display: inline-block;
  vertical-align: top;
}
.onview-results-time-wrap > div {
  padding-left: 20px;
}
.onview-results-time {
  text-transform: uppercase;
}
.onview-results-location-symbol img {
  width: 100%;
  height: auto;
}
/* Pagination Component */
.onview-pagination {
  border-top: 1px solid #afafa3;
  border-bottom: 1px solid #afafa3;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  clear: both;
  position: relative;
}
.onview-pagination .glyph-arrow-left {
  cursor: pointer;
  font-size: 22px;
}
.onview-pagination .glyph-arrow-right {
  position: absolute;
  right: 0px;
  top: 10px;
  cursor: pointer;
  font-size: 22px;
}
.onview-pagination-text {
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  right: 40px;
  top: 10px;
}
.onview-pagination-tomorrow {
  font-weight: bold;
}
.onview-pagination-day {
  margin-left: 5px;
}
.onview-pagination-date {
  color: #a47f1a;
  margin-left: 5px;
  font-weight: bold;
}
/* Upcoming events component */
.onview-upcoming-title-wrap {
  margin-top: 20px;
  border-top: 2px solid black;
}
.onview-upcoming-title {
  background: #000000;
  color: #ffffff;
  width: 225px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: -12px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}
.onview-upcoming {
  position: relative;
  margin-bottom: 40px;
}
.onview-upcoming img {
  padding-top: 4px;
}
.onview-upcoming-events-container {
  text-align: center;
  margin-left: -20px;
  overflow: hidden;
  margin-top: 20px;
}
.onview-upcoming-event {
  position: relative;
  width: 300px;
  display: inline-block;
  margin-left: 20px;
  min-height: 150px;
}
.onview-upcoming-event img {
  width: 300px;
  height: auto;
}
.onview-upcoming-event-title {
  position: absolute;
  top: 0px;
  left: 50%;
}
.onview-upcoming-event-subtitle {
  position: absolute;
  bottom: 0px;
  left: 50%;
}
.onview-event-location {
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.onview-date-white {
  font-size: 12px;
  text-transform: uppercase;
}
.onview-date-gold {
  color: #a47f1a;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.rotate {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.search-title {
  font-family: 'BentonLight', Arial, sans-serif;
  font-size: 24px;
  margin: 5px 10px;
  text-transform: uppercase;
  width: 70%;
}
.search-title .search-results {
  font-weight: normal;
}
.search-title .search-keyword {
  padding-left: 5px;
}
#searchResultsFilterToggle {
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 10px;
}
#searchResultsFilterToggle:hover {
  text-decoration: none;
}
#searchResultsFilter {
  display: none;
  border: 1px solid #000000;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #dfdfce;
}
#searchResultsFilter .btn-group button.dropdown-toggle {
  display: none;
}
#searchResultsFilter .btn-group ul.dropdown-menu {
  display: block;
  position: relative;
  float: left;
  border: none;
  background: transparent;
  box-shadow: none;
  z-index: 1;
}
#searchResultsFilter .btn-group ul.dropdown-menu a:hover {
  color: #000000;
}
#searchResultsFilter .btn-group ul.dropdown-menu li.disabled a,
#searchResultsFilter .btn-group ul.dropdown-menu li.disabled a:hover {
  color: #646461;
  opacity: .75;
}
#searchResultsFilter .btn-group ul.dropdown-menu li.disabled a label,
#searchResultsFilter .btn-group ul.dropdown-menu li.disabled a:hover label {
  cursor: default !important;
}
#searchResultsFilter .btn-group label {
  font-size: 10px;
  padding-left: 0 !important;
}
#searchResultsFilter .btn-group label input {
  margin-bottom: 8px !important;
  margin-right: 3px;
}
#searchResultsFilter h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
}
#searchResultsFilter .alt-desc {
  text-transform: uppercase;
  color: #646461;
  font-size: 8px;
  font-style: italic;
  height: 10px;
}
#searchResultsFilter .location-filter {
  width: 47%;
  float: left;
}
#searchResultsFilter .location-filter li {
  float: left;
  width: 33%;
}
#searchResultsFilter .location-filter .btn-group {
  border: 1px solid #000000;
  border-top: none;
  border-bottom: none;
  padding-left: 8%;
}
#searchResultsFilter .location-filter h4 {
  padding-left: 8%;
}
#searchResultsFilter .type-filter {
  width: 32%;
  float: left;
}
#searchResultsFilter .type-filter li {
  float: left;
  width: 45%;
  overflow: hidden;
}
#searchResultsFilter .period-filter {
  width: 18%;
  float: left;
  padding-left: 2%;
}
#searchResultsFilter .clear-link {
  text-transform: uppercase;
  text-decoration: underline;
  color: #646461;
  font-size: 10px;
}
.search-results-section {
  clear: both;
}
/* List items */
#searchResultsList {
  padding-bottom: 20px;
}
#searchResultsList:first-child {
  border-top: 1px solid #afafa3;
}
#searchResultsList:last-child {
  border-bottom: 1px solid #afafa3;
  margin-bottom: 20px;
}
#searchResultsList article {
  background: #ffffff;
}
#searchResultsList article.location {
  background: #dfdfce;
}
#searchResultsList.search-grid-view {
  background: #ffffff;
}
.search-results-item {
  padding: 20px;
}
.search-results-item .type {
  border-top: 1px solid #000000;
  position: relative;
  margin-bottom: 30px;
}
.search-results-item .type .type-header {
  position: absolute;
  top: -10px;
  left: 45px;
  font-size: 12px;
  line-height: 20px;
  background: #000000;
  color: #ffffff;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  height: 20px;
}
.search-results-item .type .type-header > h4 {
  margin-top: -20px;
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.search-results-item.auction .type {
  border-color: #a47f1a;
}
.search-results-item.auction .type.online-only {
  border-color: #000000;
}
.search-results-item.auction .type .type-header {
  background: #a47f1a;
}
.search-results-item.auction .type .type-header.online-only {
  background: #000000;
  color: #a47f1a;
}
.search-results-item.gallery .type {
  border-color: #a47f1a;
}
.search-results-item.gallery .type .type-header {
  background: #a47f1a;
}
.search-results-item.gallery .eyebrow i.glyph-s2 {
  font-size: 1.6em;
}
.search-results-item.department .search-results-locations li strong {
  display: inline-block;
  width: 35%;
}
.search-results-item.specialist .search-results-info {
  font-style: italic;
}
.search-results-item.specialist .search-results-info .locations {
  font-style: normal;
}
.search-results-item.lot .type {
  border-color: #a47f1a;
}
.search-results-item.lot .type.online-only {
  border-color: #000000;
}
.search-results-item.lot .type .type-header {
  background: #a47f1a;
}
.search-results-item.lot .type .type-header.online-only {
  background: #000000;
  color: #a47f1a;
}
.search-results-item.lot .search-results-text {
  width: 32%;
  margin-right: 2.3%;
}
.search-results-item.lot .search-results-details {
  width: 32%;
  float: left;
}
.search-results-item.lot .search-results-title {
  font-family: 'BentonLight', Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 6px;
}
.search-results-item.lot .search-results-s2 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 36px;
}
.search-results-item.lot .search-results-s2 + .search-results-title {
  margin-top: 5px;
}
.search-results-item.lot .eyebrow.exhibition {
  color: #000000;
}
.search-results-item.lot .eyebrow + .search-results-title {
  margin-top: 5px;
}
.search-results-item.lot .search-results-name {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.search-results-item.lot .search-results-subtitle {
  font-family: 'BentonLight', Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 20px;
  max-height: 40px;
  height: auto;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.search-results-item.lot .search-results-subtitle a,
.search-results-item.lot .search-results-subtitle a:hover {
  color: #000000;
}
.search-results-item.location {
  padding: 0 0 20px 0;
  margin: 40px 0 20px 0;
  border: 1px solid black;
  border-top: none;
  position: relative;
}
.search-results-item.location .search-results-text {
  width: 33%;
}
.search-results-item.location .search-results-location-details {
  width: 45%;
  float: right;
  padding-right: 20px;
}
.search-results-item.location .search-results-location-details img {
  width: 100%;
}
.search-results-item.location .search-results-location-details div.upcoming-auctions {
  text-align: right;
  padding: 10px 0;
}
.search-results-item.location .search-results-location-details div.upcoming-auctions a {
  text-transform: uppercase;
  color: #353530;
  font-weight: bold;
  font-size: 11px;
}
.search-results-item.video .search-results-name {
  width: 46%;
  float: left;
}
.search-results-item dt {
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  vertical-align: top;
}
.search-results-item dd {
  display: inline-block;
  margin-left: 0;
  vertical-align: top;
}
.search-results-item div.ellipsis {
  height: 60px;
  overflow: hidden;
}
.search-results-item div.ellipsis img,
.search-results-item div.ellipsis br,
.search-results-item div.ellipsis sup {
  display: none;
}
.search-results-item .eyebrow {
  color: #a47f1a;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.search-results-item.service .search-results-description {
  height: 60px;
  overflow: hidden;
}
.search-results-info .locations {
  font-weight: bold;
  text-transform: uppercase;
}
.search-results-city {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 13px;
}
.search-results-address {
  position: absolute;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 42%;
  bottom: 0;
}
.search-results-address .city,
.search-results-address .postal-code {
  display: inline-block;
}
.search-results-address .contact {
  margin: 0;
}
.search-results-locations ul li {
  width: 49%;
  float: left;
}
.search-results-text {
  float: left;
  width: 67%;
}
.search-results-text > div {
  padding-left: 20px;
}
.search-results-text p {
  margin: 0;
}
.search-results-name {
  margin-bottom: 5px;
}
.search-results-name a {
  color: #000000;
}
.search-results-name a p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0px;
  overflow: hidden;
}
.search-results-name p.disabledLink {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0px;
  overflow: hidden;
}
.search-noresults-section,
.search-dataerror-section {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  font-size: 16px;
  text-align: center;
}
.search-results-date {
  text-transform: uppercase;
  color: #b1b1a8;
  line-height: 15px;
  margin-bottom: 5px;
}
.search-results-description p {
  font-size: 12px;
}
.search-results-image {
  float: left;
  width: 28%;
  padding-left: 20px;
  text-align: center;
}
.search-results-image img {
  height: auto;
  display: inline-block;
}
.search-results-image img.error {
  max-width: 50%;
  padding: 20% 10%;
  background-color: #dfdfce;
}
.search-results-location-wrap {
  display: inline-block;
  vertical-align: top;
}
.search-results-location-symbol {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.search-results-location-symbol .search-results-location-overlay {
  min-width: 200px;
  right: auto;
  top: 45px;
}
.search-results-location-symbol .search-results-location-overlay:before {
  left: 10px;
  right: auto;
}
.search-results-time-wrap {
  display: inline-block;
  vertical-align: top;
}
.search-results-time-wrap > div {
  padding-left: 20px;
}
.search-results-time {
  text-transform: uppercase;
}
.search-results-location-symbol img {
  width: 100%;
  height: auto;
}
.search-results-auction-sessions {
  margin: 10px 0 0 20px;
}
.search-results-lot-number {
  color: #646461;
  opacity: .75;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.search-results-estimates {
  font-size: 12px;
}
.search-results-estimates .estimate-label {
  font-weight: bold;
}
.search-results-sold {
  font-size: 12px;
}
.search-results-sold .sold-label {
  font-weight: bold;
  text-transform: uppercase;
}
.search-results-auction-details {
  text-transform: uppercase;
  font-weight: bold;
}
.search-lot-grid-item {
  display: inline-block;
  width: 33%;
}
.search-lot-grid-item .search-results-image {
  float: none;
  width: 100%;
  padding: 20px 0 10px 0;
  text-align: center;
}
.search-lot-grid-item .search-results-image img {
  max-width: 80%;
  max-height: 256px;
  height: auto;
  display: inline-block;
}
.search-lot-grid-item .search-results-image img.error {
  max-width: 40%;
  padding: 20% 10%;
  background-color: #dfdfce;
}
.search-lot-grid-item .eyebrow {
  color: #a47f1a;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 14px;
}
.search-lot-grid-item .search-results-text {
  width: 90%;
}
.search-lot-grid-item .search-results-title {
  font-family: 'BentonLight', Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 6px;
}
.search-lot-grid-item .search-results-name {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  width: 92%;
  margin: 0;
}
.search-lot-grid-item .search-results-subtitle {
  font-family: 'BentonLight', Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  max-height: 32px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.search-lot-grid-item .search-results-subtitle a,
.search-lot-grid-item .search-results-subtitle a:hover {
  color: #000000;
}
.search-lot-grid-item .search-results-estimates {
  font-size: 10px;
  line-height: 12px;
}
.search-lot-grid-item .search-results-sold {
  font-size: 10px;
  line-height: 12px;
}
#searchResultsGridToggle {
  text-align: right;
}
#searchResultsGridToggle label {
  display: inline;
  line-height: 40px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #646461;
}
#searchResultsGridToggle button.btn-link {
  font-size: 16px;
  line-height: 40px;
  color: #000000;
  opacity: .4;
}
#searchResultsGridToggle button.btn-link.active {
  opacity: 1;
}
#searchResultsUpcomingAuctions {
  display: none;
  margin: 40px 0 20px 0;
  background-color: #dfdfce;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #a47f1a;
}
#searchResultsUpcomingAuctions > .title {
  margin: -50px 35% 30px 35%;
  width: 30%;
  border-bottom: 20px solid #a47f1a;
  color: #a47f1a;
  text-transform: uppercase;
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  font-size: 16px;
  white-space: nowrap;
}
#searchResultsUpcomingAuctions .slide {
  width: 100%;
}
#searchResultsUpcomingAuctions a.view-auctions {
  position: absolute;
  top: -30px;
  right: 0;
  margin-right: 15px;
  text-transform: uppercase;
  color: #353530;
  font-weight: bold;
  text-decoration: underline;
  font-size: 11px;
}
#searchResultsUpcomingAuctions .item {
  width: 48%;
  overflow: hidden;
  background-color: #333;
  background-size: 100%;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  display: inline-block;
  position: relative;
  padding-bottom: 27%;
  height: 0;
  border: 1px solid #a47f1a;
  box-shadow: 0 0 4px black;
  margin: 0 .3%;
}
#searchResultsUpcomingAuctions .item .title {
  height: 30%;
  padding: 1%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.search-no-results h4 {
  font-size: 13px;
}
.search-no-results p {
  margin: 0;
}
.search-no-results li {
  margin-left: 20px;
  list-style-type: disc;
}
.slideshowpage-hidden {
  display: none;
}
.slideshowpage-overflow {
  overflow-x: visible;
  background: #000000;
}
/* Slideshow Page Header */
.slideshowpage-header {
  margin-bottom: 20px;
}
.slideshowpage-body {
  margin-bottom: 20px;
  position: relative;
}
.slideshowpage-topic {
  color: #a47f1a;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.slideshowpage-title {
  font-size: 36px;
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-transform: none;
  font-style: normal;
}
.slideshowpage-subtitle {
  font-family: 'BentonLight', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0px;
  line-height: 20px;
}
/* Slideshow Page Body */
.slideshowpage-image-wrap {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  width: 66.66%;
}
.slideshowpage-image {
  display: block;
  position: relative;
  width: 100%;
  max-height: 400px;
  text-decoration: none;
}
.slideshowpage-image img {
  max-height: 400px;
}
.slideshowpage-image-copyright {
  text-align: left;
  font-family: Benton, Arial, sans-serif;
  font-size: 12px;
  color: #646461;
}
.slideshowpage-info-wrap {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: -20px;
}
.slideshowpage-info {
  display: inline-block;
  font-family: Benton, Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #ffffff;
  background: #646461;
  padding: 13px 20px 13px 20px;
}
.slideshowpage-info .glyph-right {
  font-size: 22px;
  position: relative;
  top: 4px;
  margin-left: -4px;
  margin-right: 10px;
}
.slideshowpage-summary-wrap {
  display: inline-block;
  width: 33.33%;
}
.slideshowpage-summary-wrap .slideshowpage-summary {
  padding-left: 30px;
  max-height: 420px;
  overflow-y: hidden;
}
.slideshowpage-summary-wrap .slideshowpage-share {
  padding-left: 30px;
}
.slideshowpage-summary-wrap .cta {
  margin-top: 20px;
  padding-left: 30px;
}
/* Actual Slideshow Styles */
.slideshowpage-slide-text-container {
  width: 80%;
  padding-left: 30px;
  padding-right: 30px;
}
.slideshowpage-slide-text-wrapper {
  color: #ffffff;
}
.slideshowpage-slide-image-holder {
  display: inline-block;
  width: 100%;
}
.slideshowpage-number {
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
  color: #cfcfc4;
}
.slideshowpage-page-from {
  color: #a47f1a;
}
.slideshowpage-page-to {
  color: #ffffff;
}
.slideshowpage-content {
  width: 940px;
  padding: 0px 20px 0px 20px;
  margin: 0 auto;
}
/* Modal overrides (Note: Requires this much specificity due to how the other modals were created) */
.slideshowpage-modal.modal.fade.in {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  position: absolute;
  overflow-x: hidden;
  max-height: none;
  top: 0px;
  bottom: 0px;
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #000000;
}
.slideshowpage-modal.modal.fade.in .modal-header {
  position: static;
  padding: 0px;
}
.slideshowpage-modal.modal.fade.in .modal-body {
  max-height: none;
  overflow-y: visible;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.slideshowpage-modal.modal.fade.in .modal-footer {
  margin: 0;
  padding: 0;
  border-top: none;
  background: #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slideshowpage-modal-close {
  z-index: 500;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 30px;
  display: block;
  width: 28px;
  height: 28px;
}
.slideshowpage-modal-close .slideshowpage-modal-close-img:before {
  width: 28px;
  height: 28px;
  position: absolute;
  content: " ";
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-x.png');
}
.slideshowpage-bg.modal-backdrop.fade.in {
  visibility: hidden;
  background-color: black;
}
.slideshowpage-component {
  position: relative;
  width: 100%;
  /* Vertical overrides */
}
.slideshowpage-component .cta {
  padding-top: 10px;
  padding-bottom: 10px;
}
.slideshowpage-component .cta.edit .button-action.close {
  position: static;
  display: block;
}
.slideshowpage-component .cta.edit form {
  display: block;
  clear: both;
}
.slideshowpage-component .cta.submitted .button-action.close {
  display: none;
}
.slideshowpage-component .cta.submitted form {
  display: none;
}
.slideshowpage-component .slideshowpage-header {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  text-align: center;
  color: #ffffff;
}
.slideshowpage-component .slideshowpage-header .slideshowpage-title {
  text-align: center;
}
.slideshowpage-component .slideshowpage-subtitle {
  margin-left: 40px;
}
.slideshowpage-component .slideshowpage-subtitle {
  margin-left: 40px;
}
.slideshowpage-component .slideshowpage-cycle-nav {
  line-height: 100px;
  color: #ffffff;
  background: none;
}
.slideshowpage-component .slideshowpage-cycle-prev,
.slideshowpage-component .slideshowpage-cycle-next,
.slideshowpage-component .slideshowpage-cycle-restart {
  position: absolute;
  cursor: pointer;
  z-index: 102;
  top: 200px;
  font-size: 30px;
}
.slideshowpage-component .slideshowpage-cycle-prev,
.slideshowpage-component .slideshowpage-cycle-next {
  color: #ffffff;
  margin-top: -15px;
  display: block;
  width: 20px;
}
.slideshowpage-component .slideshowpage-cycle-prev {
  left: 0px;
  right: auto;
}
.slideshowpage-component .slideshowpage-cycle-next,
.slideshowpage-component .slideshowpage-cycle-restart {
  left: auto;
  right: 5px;
}
.slideshowpage-component .slideshowpage-cycle-restart {
  height: 150px;
}
.slideshowpage-component .slideshowpage-cycle-restart .glyph-arrow-restart {
  content: " ";
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-restart.png');
  width: 45px;
  height: 45px;
  display: block;
  margin-top: 14px;
}
.slideshowpage-component .slideshowpage-cycle-restart .slideshowpage-cycle-nav {
  height: 45px;
  display: block;
}
.slideshowpage-component .slideshowpage-number .slideshowpage-cycle-prev,
.slideshowpage-component:hover .slideshowpage-number .slideshowpage-cycle-prev {
  display: none;
}
.slideshowpage-component .slideshowpage-number .slideshowpage-cycle-next,
.slideshowpage-component:hover .slideshowpage-number .slideshowpage-cycle-next,
.slideshowpage-component .slideshowpage-number .slideshowpage-cycle-restart,
.slideshowpage-component:hover .slideshowpage-number .slideshowpage-cycle-restart {
  display: none;
}
.slideshowpage-component .cycle {
  overflow: visible !important;
  width: 100%;
}
.slideshowpage-component .cycle .slide {
  width: 100%;
}
.slideshowpage-component .slideshowpage-recirc-container .slideshowpage-cycle-prev {
  left: 0px;
  top: 200px;
}
.slideshowpage-component .slideshowpage-recirc-container .slideshowpage-cycle-restart {
  right: 0px;
  top: 200px;
}
.slideshowpage-component .slideshowpage-slide-content > .slideshowpage-cycle-prev,
.slideshowpage-component .slideshowpage-slide-content > .slideshowpage-cycle-next,
.slideshowpage-component .slideshowpage-slide-content > .slideshowpage-cycle-restart {
  display: none;
}
.slideshowpage-component .slideshowpage-slide-content:hover > .slideshowpage-cycle-prev,
.slideshowpage-component .slideshowpage-slide-content:hover > .slideshowpage-cycle-next,
.slideshowpage-component .slideshowpage-slide-content:hover > .slideshowpage-cycle-restart {
  display: none;
}
.slideshowpage-component.last-slide .slideshowpage-slide-content > .slideshowpage-cycle-prev,
.slideshowpage-component.last-slide .slideshowpage-slide-content > .slideshowpage-cycle-next,
.slideshowpage-component.last-slide .slideshowpage-slide-content > .slideshowpage-cycle-restart {
  display: block;
}
.slideshowpage-component.last-slide .slideshowpage-slide-content:hover > .slideshowpage-cycle-prev,
.slideshowpage-component.last-slide .slideshowpage-slide-content:hover > .slideshowpage-cycle-next,
.slideshowpage-component.last-slide .slideshowpage-slide-content:hover > .slideshowpage-cycle-restart {
  display: block;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-holder {
  display: block;
  padding-left: 30px;
  width: auto;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-container {
  width: 66.66%;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-container .slideshowpage-cycle-prev,
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-container .slideshowpage-cycle-next,
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-container .slideshowpage-cycle-restart {
  display: none;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-recirc-container .slideshowpage-cycle-prev,
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-recirc-container .slideshowpage-cycle-next,
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-recirc-container .slideshowpage-cycle-restart {
  display: none;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-title {
  text-align: center;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-text-container {
  width: 33.33%;
  display: inline-block;
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-text-container .slideshowpage-title {
  text-align: left;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-number {
  padding-left: 20px;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-wrapper {
  width: 100%;
  position: relative;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-wrapper img {
  /* max-height: 400px; */
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-text-wrapper {
  padding: 0px 30px 20px 20px;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-text-wrapper .slideshowpage-share {
  margin-right: 0px;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content > .slideshowpage-cycle-prev,
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content > .slideshowpage-cycle-next,
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content > .slideshowpage-cycle-restart {
  display: block;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content > .slideshowpage-cycle-prev {
  left: 0px;
  width: 20px;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content > .slideshowpage-cycle-next {
  right: 5px;
  width: 20px;
}
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content:hover > .slideshowpage-cycle-prev,
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content:hover > .slideshowpage-cycle-next,
.slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content:hover > .slideshowpage-cycle-restart {
  display: block;
}
/* Horizontal Defaults*/
.slideshowpage-slide-image-container {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: center;
}
.slideshowpage-slide-image-wrapper {
  width: 100%;
  display: inline-block;
}
.slideshowpage-slide-image-wrapper img {
  cursor: pointer;
}
.slideshowpage-share {
  margin-top: 20px;
}
.slideshowpage-share li {
  cursor: pointer;
  display: inline-block;
  padding-left: 20px;
}
.slideshowpage-share li:first-child {
  padding-left: 0px;
}
.slideshowpage-share li a {
  color: #646461;
}
.slideshowpage-share .slideshowpage-share-facebook {
  content: " ";
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-facebook-gray.png');
  width: 22px;
  height: 22px;
  display: block;
}
.slideshowpage-share .slideshowpage-share-facebook:hover {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-facebook-gray-hover.png');
}
.online-only .slideshowpage-share .slideshowpage-share-facebook {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-facebook-black.png');
}
.online-only .slideshowpage-share .slideshowpage-share-facebook:hover {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-facebook-studio-hover.png');
}
.slideshowpage-share .slideshowpage-share-twitter {
  content: " ";
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-twitter-gray.png');
  width: 27px;
  height: 21px;
  display: block;
}
.slideshowpage-share .slideshowpage-share-twitter:hover {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-twitter-gray-hover.png');
}
.online-only .slideshowpage-share .slideshowpage-share-twitter {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-twitter-black.png');
}
.online-only .slideshowpage-share .slideshowpage-share-twitter:hover {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-twitter-studio-hover.png');
}
.slideshowpage-share .slideshowpage-share-googleplus {
  content: " ";
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-gplus-gray.png');
  width: 24px;
  height: 23px;
  display: block;
}
.slideshowpage-share .slideshowpage-share-googleplus:hover {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-gplus-gray-hover.png');
}
.online-only .slideshowpage-share .slideshowpage-share-googleplus {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-gplus-black.png');
}
.online-only .slideshowpage-share .slideshowpage-share-googleplus:hover {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-gplus-studio-hover.png');
}
.slideshowpage-share .slideshowpage-share-weibo {
  content: " ";
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-sina-gray.png');
  width: 28px;
  height: 24px;
  display: block;
}
.slideshowpage-share .slideshowpage-share-weibo:hover {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-sina-gray-hover.png');
}
.online-only .slideshowpage-share .slideshowpage-share-weibo {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-sina-black.png');
  height: 23px;
}
.online-only .slideshowpage-share .slideshowpage-share-weibo:hover {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-sina-studio-hover.png');
}
.slideshowpage-share .slideshowpage-share-email {
  content: " ";
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-email-gray.png');
  width: 29px;
  height: 22px;
  display: block;
}
.slideshowpage-share .slideshowpage-share-email:hover {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-email-gray-hover.png');
}
.online-only .slideshowpage-share .slideshowpage-share-email {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-email-black.png');
  height: 21px;
}
.online-only .slideshowpage-share .slideshowpage-share-email:hover {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/social-email-studio-hover.png');
}
.slideshowpage-slide-content {
  width: 100%;
}
.slideshowpage-slide-text {
  /* margin-bottom: 20px; */
}
.slideshowpage-slide-text p {
  margin-bottom: 0px;
}
.slideshowpage-slide-title {
  font-size: 24px;
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 10px;
}
/* Recirc Styles */
.slideshowpage-recirc-container {
  position: relative;
}
.slideshowpage-recirc-small,
.slideshowpage-recirc-large {
  color: #ffffff;
  overflow: auto;
  padding: 0px 0px 20px 40px;
}
.slideshowpage-recirc-small .slideshowpage-recirc-item,
.slideshowpage-recirc-large .slideshowpage-recirc-item {
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 60px;
  vertical-align: top;
}
.slideshowpage-recirc-small .slideshowpage-recirc-item img,
.slideshowpage-recirc-large .slideshowpage-recirc-item img {
  margin-bottom: 10px;
}
.slideshowpage-recirc-small .slideshowpage-recirc-item:hover,
.slideshowpage-recirc-large .slideshowpage-recirc-item:hover {
  text-decoration: none;
  color: #a47f1a;
}
.slideshowpage-recirc-small .glyph-wrap,
.slideshowpage-recirc-large .glyph-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
}
.slideshowpage-recirc-small:hover .glyph-wrap,
.slideshowpage-recirc-large:hover .glyph-wrap {
  color: #a47f1a;
}
.slideshowpage-recirc-large .glyph-wrap {
  font-size: 60px;
}
.slideshowpage-recirc-large .glyph-wrap .glyph-play {
  margin-left: -30px;
  margin-top: -30px;
}
.slideshowpage-recirc-large .slideshowpage-recirc-item {
  width: 50%;
}
.slideshowpage-recirc-small .glyph-wrap {
  font-size: 30px;
}
.slideshowpage-recirc-small .glyph-wrap .glyph-play {
  margin-left: -15px;
  margin-top: -15px;
}
.slideshowpage-recirc-small .slideshowpage-recirc-item {
  width: 33.333%;
}
.slideshowpage-recirc-image-wrapper {
  position: relative;
}
.slideshowpage-recirc-text {
  display: block;
  max-height: 40px;
}
.preferred {
  /* Modal overrides (Note: Requires this much specificity due to how the other modals were created) */
}
.preferred .slideshowpage-modal.modal.fade.in {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  position: absolute;
  overflow-x: hidden;
  max-height: none;
  top: 0px;
  bottom: 0px;
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #000000;
}
.preferred .slideshowpage-modal.modal.fade.in .modal-header {
  position: static;
  padding: 0px;
}
.preferred .slideshowpage-modal.modal.fade.in .modal-body {
  max-height: none;
  overflow-y: visible;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.preferred .slideshowpage-modal.modal.fade.in .modal-footer {
  margin: 0;
  padding: 0;
  border-top: none;
  background: #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.preferred .slideshowpage-modal-close {
  z-index: 500;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 30px;
  display: block;
  width: 28px;
  height: 28px;
}
.preferred .slideshowpage-modal-close .slideshowpage-modal-close-img:before {
  width: 28px;
  height: 28px;
  position: absolute;
  content: " ";
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-x.png');
}
.preferred .slideshowpage-bg.modal-backdrop.fade.in {
  visibility: hidden;
  background-color: black;
}
.preferred .slideshowpage-component {
  position: relative;
  width: 100%;
  /* Vertical overrides */
}
.preferred .slideshowpage-component .cta {
  padding-top: 10px;
  padding-bottom: 10px;
}
.preferred .slideshowpage-component .cta.edit .button-action.close {
  position: static;
  display: block;
}
.preferred .slideshowpage-component .cta.edit form {
  display: block;
  clear: both;
}
.preferred .slideshowpage-component .cta.submitted .button-action.close {
  display: none;
}
.preferred .slideshowpage-component .cta.submitted form {
  display: none;
}
.preferred .slideshowpage-component .slideshowpage-header {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  text-align: center;
  color: #ffffff;
}
.preferred .slideshowpage-component .slideshowpage-header .slideshowpage-title {
  text-align: center;
}
.preferred .slideshowpage-component .slideshowpage-subtitle {
  margin-left: 40px;
}
.preferred .slideshowpage-component .slideshowpage-subtitle {
  margin-left: 40px;
}
.preferred .slideshowpage-component .slideshowpage-cycle-nav {
  line-height: 100px;
  color: #ffffff;
  background: none;
}
.preferred .slideshowpage-component .slideshowpage-cycle-prev,
.preferred .slideshowpage-component .slideshowpage-cycle-next,
.preferred .slideshowpage-component .slideshowpage-cycle-restart {
  position: absolute;
  cursor: pointer;
  z-index: 102;
  top: 200px;
  font-size: 30px;
}
.preferred .slideshowpage-component .slideshowpage-cycle-prev,
.preferred .slideshowpage-component .slideshowpage-cycle-next {
  color: #ffffff;
  margin-top: -15px;
  display: block;
  width: 20px;
}
.preferred .slideshowpage-component .slideshowpage-cycle-prev {
  left: 0px;
  right: auto;
}
.preferred .slideshowpage-component .slideshowpage-cycle-next,
.preferred .slideshowpage-component .slideshowpage-cycle-restart {
  left: auto;
  right: 5px;
}
.preferred .slideshowpage-component .slideshowpage-cycle-restart {
  height: 150px;
}
.preferred .slideshowpage-component .slideshowpage-cycle-restart .glyph-arrow-restart {
  content: " ";
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-restart.png');
  width: 45px;
  height: 45px;
  display: block;
  margin-top: 14px;
}
.preferred .slideshowpage-component .slideshowpage-cycle-restart .slideshowpage-cycle-nav {
  height: 45px;
  display: block;
}
.preferred .slideshowpage-component .slideshowpage-number .slideshowpage-cycle-prev,
.preferred .slideshowpage-component:hover .slideshowpage-number .slideshowpage-cycle-prev {
  display: none;
}
.preferred .slideshowpage-component .slideshowpage-number .slideshowpage-cycle-next,
.preferred .slideshowpage-component:hover .slideshowpage-number .slideshowpage-cycle-next,
.preferred .slideshowpage-component .slideshowpage-number .slideshowpage-cycle-restart,
.preferred .slideshowpage-component:hover .slideshowpage-number .slideshowpage-cycle-restart {
  display: none;
}
.preferred .slideshowpage-component .cycle {
  overflow: visible !important;
  width: 100%;
}
.preferred .slideshowpage-component .cycle .slide {
  width: 100%;
}
.preferred .slideshowpage-component .slideshowpage-recirc-container .slideshowpage-cycle-prev {
  left: 0px;
  top: 200px;
}
.preferred .slideshowpage-component .slideshowpage-recirc-container .slideshowpage-cycle-restart {
  right: 0px;
  top: 200px;
}
.preferred .slideshowpage-component .slideshowpage-slide-content > .slideshowpage-cycle-prev,
.preferred .slideshowpage-component .slideshowpage-slide-content > .slideshowpage-cycle-next,
.preferred .slideshowpage-component .slideshowpage-slide-content > .slideshowpage-cycle-restart {
  display: none;
}
.preferred .slideshowpage-component .slideshowpage-slide-content:hover > .slideshowpage-cycle-prev,
.preferred .slideshowpage-component .slideshowpage-slide-content:hover > .slideshowpage-cycle-next,
.preferred .slideshowpage-component .slideshowpage-slide-content:hover > .slideshowpage-cycle-restart {
  display: none;
}
.preferred .slideshowpage-component.last-slide .slideshowpage-slide-content > .slideshowpage-cycle-prev,
.preferred .slideshowpage-component.last-slide .slideshowpage-slide-content > .slideshowpage-cycle-next,
.preferred .slideshowpage-component.last-slide .slideshowpage-slide-content > .slideshowpage-cycle-restart {
  display: block;
}
.preferred .slideshowpage-component.last-slide .slideshowpage-slide-content:hover > .slideshowpage-cycle-prev,
.preferred .slideshowpage-component.last-slide .slideshowpage-slide-content:hover > .slideshowpage-cycle-next,
.preferred .slideshowpage-component.last-slide .slideshowpage-slide-content:hover > .slideshowpage-cycle-restart {
  display: block;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-holder {
  display: block;
  padding-left: 30px;
  width: auto;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-container {
  width: 66.66%;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-container .slideshowpage-cycle-prev,
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-container .slideshowpage-cycle-next,
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-container .slideshowpage-cycle-restart {
  display: none;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-recirc-container .slideshowpage-cycle-prev,
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-recirc-container .slideshowpage-cycle-next,
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-recirc-container .slideshowpage-cycle-restart {
  display: none;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-title {
  text-align: center;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-text-container {
  width: 33.33%;
  display: inline-block;
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-text-container .slideshowpage-title {
  text-align: left;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-number {
  padding-left: 20px;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-wrapper {
  width: 100%;
  position: relative;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-image-wrapper img {
  /* max-height: 400px; */
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-text-wrapper {
  padding: 0px 30px 20px 20px;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-text-wrapper .slideshowpage-share {
  margin-right: 0px;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content > .slideshowpage-cycle-prev,
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content > .slideshowpage-cycle-next,
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content > .slideshowpage-cycle-restart {
  display: block;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content > .slideshowpage-cycle-prev {
  left: 0px;
  width: 20px;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content > .slideshowpage-cycle-next {
  right: 5px;
  width: 20px;
}
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content:hover > .slideshowpage-cycle-prev,
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content:hover > .slideshowpage-cycle-next,
.preferred .slideshowpage-component.slideshowpage-orientation-vertical .slideshowpage-slide-content:hover > .slideshowpage-cycle-restart {
  display: block;
}
.preferred .slideshowpage-topic {
  color: #d1aa3f;
}
.preferred .slideshowpage-page-from {
  color: #d1aa3f;
}
.preferred .slideshowpage-title {
  color: #ffffff;
  text-align: left;
}
.preferred .slideshowpage-info {
  color: #000000;
  background: #d1aa3f;
}
.preferred .slideshowpage-image:hover .slideshowpage-info {
  color: #000000;
}
.preferred .expand-desc {
  color: #d1aa3f;
}
.no-touch .slideshowpage-modal-close .slideshowpage-modal-close-img:hover:before {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-x-gold.png');
}
.no-touch .slideshowpage-component .slideshowpage-cycle-restart .slideshowpage-cycle-nav:hover .glyph-arrow-restart {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-restart-hover.png');
}
.no-touch .slideshowpage-component .slideshowpage-cycle-nav:hover {
  color: #a47f1a;
  background: none;
}
.no-touch .preferred .slideshowpage-image {
  text-decoration: none;
}
.no-touch .preferred .slideshowpage-image:hover .slideshowpage-info {
  color: #000000;
}
.no-touch .preferred .slideshowpage-modal-close:hover .slideshowpage-modal-close-img:before {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-x-gold-pref.png');
}
.no-touch .preferred .slideshowpage-component .slideshowpage-cycle-nav {
  height: 45px;
  display: block;
}
.no-touch .preferred .slideshowpage-component .slideshowpage-cycle-nav:hover .glyph-arrow-restart {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-restart-hover.png');
}
.no-touch .preferred .slideshowpage-component .slideshowpage-cycle-restart .slideshowpage-cycle-nav:hover .glyph-arrow-restart {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-restart-hover-pref.png');
}
.no-touch .preferred .slideshowpage-component .slideshowpage-cycle-nav:hover {
  color: #d1aa3f;
}
.touch .slideshowpage-modal-close:active .slideshowpage-modal-close-img:before {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-x-gold.png');
}
.touch .slideshowpage-component .slideshowpage-cycle-restart .slideshowpage-cycle-nav:active .glyph-arrow-restart {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-restart-hover.png');
}
.touch .slideshowpage-component .slideshowpage-cycle-nav:active {
  color: #a47f1a;
  background: none;
}
.touch .preferred .slideshowpage-image {
  text-decoration: none;
}
.touch .preferred .slideshowpage-image:active .slideshowpage-info {
  color: #000000;
}
.touch .preferred .slideshowpage-modal-close:active .slideshowpage-modal-close-img:before {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-x-gold-pref.png');
}
.touch .preferred .slideshowpage-component .slideshowpage-cycle-restart .slideshowpage-cycle-nav:active .glyph-arrow-restart {
  background: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/icon-restart-hover-pref.png');
}
.touch .preferred .slideshowpage-component .slideshowpage-cycle-nav:active {
  color: #d1aa3f;
}
.online-only .auctions-container.sale .sort-wrapper label.active span:after {
  font-family: Glyph;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.online-only .auctions-container.sale .sort-wrapper label.active[data-sort-by$="-asc"] span:after {
  content: "\f010";
}
.online-only .auctions-container.sale .sort-wrapper label.active[data-sort-by$="-desc"] span:after {
  content: "\f011";
}
.auctions-container.sale article.gridview-article {
  border-top: none;
  padding: 0px;
  position: static;
}
.online-only .auctions-container.sale .filter {
  border: 0;
}
.online-only .auctions-container.sale .form-label:not(:last-of-type) {
  margin-right: 1em;
}
.online-only .auctions-container.sale .form-label > span {
  font-family: "BentonExtraCompBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.online-only .auctions-container.sale .form-label button {
  color: #cfcfc4;
}
.online-only .auctions-container.sale .form-label button span {
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.online-only .auctions-container.sale .filter .btn-group {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-bottom: 0;
  /*.dropdown-menu [type="checkbox"]:checked:before:extend(.glyph-check:before all) {
            background-color: @stbYellowStudioHover;
        }*/
}
.online-only .auctions-container.sale .filter .btn-group.open {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.online-only .auctions-container.sale .filter .btn-group.open button {
  background: white;
  box-shadow: none;
  color: #000000;
}
.online-only .auctions-container.sale .filter .btn-group.open button span {
  font-size: 14px;
}
.online-only .auctions-container.sale .filter .btn-group.open ul {
  border-top: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  margin: 0 0 0 -1px;
  width: 100%;
}
.online-only .auctions-container.sale .filter .btn-group.open ul li label {
  display: block;
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  width: auto !important;
}
.online-only .auctions-container.sale .filter .btn-group .dropdown-menu li.active label,
.online-only .auctions-container.sale .filter .btn-group .dropdown-menu li a:hover {
  color: #000000;
}
.online-only .auctions-container.sale .filter .btn-group .dropdown-menu [type="checkbox"] {
  /*-webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;*/
  margin-right: 8px;
  margin-left: -8px;
  /*&:before {
                  border: 1px solid @black;
                  content: " ";
                  display: block;
                  height: 10px;
                  line-height: 10px;
                  visibility: visible;
                  width: 10px;
                }*/
}
.online-only .auctions-container.sale .sort-wrapper {
  float: right;
  position: relative;
}
.online-only .auctions-container.sale .sort-wrapper:before {
  content: "Sort By:";
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -1.6em;
}
.online-only .auctions-container.sale .sort-wrapper label:not(:last-of-type):after {
  content: "|";
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  margin-left: 0.65em;
  vertical-align: 1px;
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.online-only .auctions-container.sale .sort-wrapper label span {
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.online-only .auctions-container.sale .sort-wrapper label[data-disabled="disabled"] {
  color: #aaa;
}
.online-only .auctions-container.sale .sort-wrapper label.active span {
  font-family: "BentonExtraCompBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.online-only .auctions-container.sale .sort-wrapper label.active span:after {
  margin-left: 0.25em;
}
.auctions-container.sale.has-gridview-toggle .filter.auction-grid {
  border-top: none;
}
.auctions-container.sale.has-gridview-toggle .filter .pagination {
  margin-left: 0px;
}
.auctions-container.sale.has-gridview-toggle .filter .pagination span.view-list,
.auctions-container.sale.has-gridview-toggle .filter .pagination span.view-grid {
  margin-top: 0px;
  display: inline-block;
}
.auctions-container.sale.has-gridview-toggle .filter .pagination .span7 {
  margin-left: 0px;
}
.auctions-container.sale.has-gridview-toggle.contains-gridview .filter .pagination {
  margin-top: 1em;
  border-top: 1px solid #afafa3;
  border-bottom: 1px solid #afafa3;
}
.auctions-container.sale.has-gridview-toggle.contains-gridview section.filter .filter,
.auctions-container.sale.has-gridview-toggle.contains-gridview section.filter .selected-options {
  display: none;
}
section.filter .pagination .gridview-switch-s,
section.filter .pagination .gridview-switch-m,
section.filter .pagination .gridview-switch-l {
  font-size: 14px;
  cursor: pointer;
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
}
section.filter .pagination .gridview-switch-s:hover,
section.filter .pagination .gridview-switch-m:hover,
section.filter .pagination .gridview-switch-l:hover {
  color: #000000;
}
section.filter .pagination .gridview-switch-s.active,
section.filter .pagination .gridview-switch-m.active,
section.filter .pagination .gridview-switch-l.active {
  color: #ffffff;
  font-weight: normal;
}
#grid-loading-img {
  margin: 0 auto;
  display: block;
}
.gridview-article {
  background: #ffffff;
  width: 33.3333%;
}
.gridview-article img {
  cursor: pointer;
  width: 100%;
}
.gridview-article:hover,
.gridview-article.active {
  z-index: 200;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}
.gridview-article:hover .gridview-article-caption,
.gridview-article.active .gridview-article-caption {
  display: block;
  z-index: 201;
}
.gridview-article:hover.force-inactive,
.gridview-article.active.force-inactive {
  /* To prevent arrangement while panel is open */
}
.gridview-article:hover.force-inactive .gridview-article-caption,
.gridview-article.active.force-inactive .gridview-article-caption {
  display: none;
}
.gridview-article:hover {
  z-index: 201;
}
.gridview-article .button-action {
  text-align: center;
  padding: 0px;
  width: 100%;
}
.gridview-article .button-action span {
  padding: 0.1em 1em;
}
.gridview-column-large .gridview-column,
.gridview-column-large .gridview-article {
  width: 50%;
}
.gridview-column-medium .gridview-column,
.gridview-column-medium .gridview-article {
  width: 33.3333%;
}
.gridview-column-small .gridview-column,
.gridview-column-small .gridview-article {
  width: 20%;
}
.gridview-column-small .gridview-article:hover {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.gridview-column-small .gridview-article:hover .gridview-article-lot-number {
  line-height: 20px;
  font-size: 20px;
}
.gridview-column-small .gridview-article:hover .gridview-article-title {
  font-size: 10px;
  line-height: 12px;
  max-height: 24px;
}
.gridview-column-small .gridview-article:hover .gridview-article-subtitle {
  font-size: 10px;
  line-height: 12px;
  max-height: 24px;
}
.gridview-column-small .gridview-article:hover .gridview-article-estimate {
  font-size: 7px;
  line-height: 10px;
}
.gridview-column-small .gridview-article:hover .gridview-article-sale {
  font-size: 7px;
  line-height: 10px;
}
.gridview-switches {
  margin-left: 10px;
}
.gridview-gutter {
  width: 0;
}
.gridview-article-caption {
  display: none;
  margin-top: 10px;
}
.gridview-article-table td {
  vertical-align: top;
}
.gridview-article-inner-wrap {
  padding: 15px;
}
.gridview-article-details {
  margin-bottom: 5px;
}
.gridview-article-lot-number {
  color: #969696;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  text-rendering: optimizelegibility;
  margin-right: 5px;
}
.gridview-article-title {
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: Benton, Arial, sans-serif;
  font-size: 13px;
  max-height: 30px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  overflow-y: hidden;
}
.gridview-article-subtitle {
  display: block;
  margin-bottom: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'BentonLight', Arial, sans-serif;
  font-style: italic;
  font-size: 13px;
  max-height: 30px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  overflow-y: hidden;
}
.gridview-page-controls {
  position: fixed;
  display: block;
  top: 50%;
  right: 20px;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  z-index: 300;
}
.gridview-page-top {
  display: none;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: #000000;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  cursor: pointer;
}
.gridview-page-top:hover {
  color: #a47f1a;
}
.gridview-page-top {
  margin-bottom: 10px;
}
.gridview-article-estimate {
  font-size: 10px;
}
.gridview-article-sale {
  font-size: 10px;
}
.gridview-switches {
  display: inline-block;
}
.gridview-switch-s,
.gridview-switch-m,
.gridview-switch-l {
  border: 1px solid #000000;
  padding: 0px 5px 0px 5px;
}
.gridview-switch-s:hover,
.gridview-switch-m:hover,
.gridview-switch-l:hover {
  text-decoration: none;
}
.gridview-switch-s.active,
.gridview-switch-m.active,
.gridview-switch-l.active {
  background: #000000;
}
.auctions article.gridview-static-article {
  border-top: none;
  padding: 0px;
  position: static;
  padding-top: 20px;
}
.gridview-static-article {
  float: left;
  height: 420px;
  width: 313px;
}
@media (min-width: 1200px) {
  .online-only .gridview-static-article {
    width: 400px;
  }
}
.online-only .gridview-static-article a {
  display: block;
}
.online-only .gridview-static-article a:hover {
  color: inherit;
}
.online-only .gridview-static-article .hover-label {
  color: white;
  display: none;
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 35%;
  left: 0px;
  width: 100%;
  z-index: 2;
}
.online-only .gridview-static-article .hover-label .upper {
  display: block;
  font-family: "BentonExtraCompBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.online-only .gridview-static-article .hover-label .lower {
  display: block;
  font-family: "BentonExtraCompBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  line-height: 38px;
}
.online-only .gridview-static-article:hover .hover-label {
  display: inline-block;
}
.online-only .gridview-static-article:hover .gridview-static-article-image:after {
  opacity: 1;
}
.online-only .gridview-static-article.disable:hover .hover-label {
  display: none;
}
.online-only .gridview-static-article.disable:hover .gridview-static-article-image:after {
  opacity: 0;
}
.gridview-static-article-inner-wrap {
  display: table;
  table-layout: fixed;
  padding-left: 13px;
  padding-right: 13px;
  width: 100%;
  text-align: center;
}
.online-only .gridview-static-article-inner-wrap {
  box-sizing: border-box;
}
.online-only .gridview-static-article-image-wrap {
  position: relative;
  overflow: hidden;
  height: 287px;
  display: table-cell;
  vertical-align: middle;
}
.gridview-static-article-image {
  text-align: center;
  position: relative;
  display: inline-block;
}
.gridview-static-article-image:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  border: 1px solid #ffbd00;
  box-sizing: border-box;
}
.gridview-static-article-image img {
  width: initial;
  height: initial;
  max-width: 287px;
  max-height: 287px;
}
@media (min-width: 1200px) {
  .gridview-static-article-image img {
    max-width: 374px;
  }
}
.gridview-static-article-caption {
  height: 100px;
  text-align: center;
  color: #000000;
}
.online-only .gridview-static-article-caption .ellipsis-container {
  margin-top: 10px;
  margin-bottom: 5px;
  height: 40px;
}
.online-only .gridview-static-article-caption .ellipsis-content {
  font-family: "BentonCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
}
.online-only .gridview-static-article-caption .ellipsis-content .lot-number {
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.online-only .gridview-static-article-caption .ellipsis {
  /* set width of ellipsis */
  font-family: "BentonCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  width: 60px;
  margin-left: -60px;
  /* set ellipsis position */
  top: -22px;
  left: 395px;
  /* add a gradient background */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
.online-only .gridview-static-article-caption .label {
  color: black;
  font-size: 14px;
  line-height: 20px;
  margin-right: 2px;
  text-transform: uppercase;
}
.gridview-static-article-title {
  margin-top: 20px;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: Benton, Arial, sans-serif;
  font-size: 13px;
  max-height: 30px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  overflow-y: hidden;
}
.gridview-static-article-subtitle {
  display: block;
  margin-bottom: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'BentonLight', Arial, sans-serif;
  font-style: italic;
  font-size: 13px;
  max-height: 30px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  overflow-y: hidden;
}
.ellipsis-container {
  overflow: hidden;
}
.ellipsis-container:before {
  content: "";
  float: left;
  width: 1px;
  height: 100%;
}
.ellipsis-wrapper {
  float: right;
  width: 100%;
  margin-left: -1px;
}
.ellipsis-content {
  margin: 0;
}
.online-only .gridview-static-article .ellipsis {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  margin-right: 1px;
  text-align: right;
}
.departments-list-container table {
  width: 100%;
}
.departments-list .span5 {
  width: 33.333%;
  margin: 0;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.departments-list .az-group h3 {
  color: #a47f1a;
  font-size: 16px;
  line-height: 1em;
  margin: 0;
}
.departments-list .az-group ul {
  margin: 0 0 20px;
}
.departments-list .az-group a {
  color: #1b1b1b;
}
.department-detail-container .specialists {
  display: block;
}
.department-detail-container .deptContactNumbers dt,
.overlay .deptContactNumbers dt {
  width: 110px;
  text-align: left;
}
.department-detail-container .deptContactNumbers dd,
.overlay .deptContactNumbers dd {
  margin-left: 120px;
}
.specialists .spec-item .image-area a {
  display: block;
}
.specialists .spec-item .details {
  width: 100px;
}
.specialists .spec-item a {
  color: #a47f1a;
}
.specialists .spec-item .name a {
  color: #1b1b1b;
  text-decoration: none;
}
.specialists .spec-item .name a:hover {
  color: #a47f1a;
}
.department-detail-container {
  position: relative;
}
.department-detail-container .overview {
  margin-top: 20px;
}
.department-detail-container .overlay-trigger {
  float: right;
  text-align: center;
  margin-top: 10px;
}
.department-detail-container .section-auctions .feature,
.department-detail-container .span10 .span5_5.feature,
.department-detail-container .cardHolder.lotcard {
  margin-left: 0;
  width: 33.3%;
  padding-left: 20px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.department-detail-container .show-3 .section-auctions .feature {
  width: auto;
  float: none;
  padding-left: 0;
}
.department-detail-container .cardHolder a {
  text-align: center;
}
.department-detail-container .cardHolder .content a {
  text-align: left;
}
.department-detail-container .cardHolder .description-box > a {
  display: block;
}
.department-detail-container .span5_5 .preview-medium {
  height: auto;
}
.department-detail-container .content-header .connect-hero,
.department-detail-container .content-header .connect-links {
  display: none;
}
.overlay .span6 h3 {
  margin-top: 0;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  .topmenu {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .topmenu > button,
  .topmenu > ul {
    display: none;
  }
  .topmenu .topmenu-utility,
  .topmenu .topmenu-megamenu {
    display: none !important;
  }
  .featured-content {
    display: none;
  }
  /* Lots */
  .container.lot-header {
    padding-top: 10px;
  }
  .lot-images .lot-image {
    width: 50%;
  }
  .lot-images .zoom-hover-bg,
  .lot-images .zoom-hover {
    display: none;
  }
  .to-lot,
  .lot-navigation {
    display: none;
  }
  .lot-text {
    width: 100%;
  }
  .lot-text .button-group,
  .lot-text .more-link {
    display: none;
  }
  .lot-text .notes > div {
    display: block !important;
  }
  .container.lot-details > .row .cat-notes {
    width: 100%;
  }
  .container.lot-details > .row .comp-images {
    width: 25%;
    float: left;
  }
  .container.lot-details > .row .comp-images > .span3 {
    width: 100%;
  }
  .container.lot-details > .row .cat-notes-text {
    width: 60%;
    float: left;
  }
  .featured-media {
    display: none;
  }
  .details .description {
    margin-top: 10px;
  }
  .image-details-row .text-group a.button-action {
    display: none;
  }
  .image-details-row .pagination {
    display: none !important;
  }
  footer .share-icons,
  footer .main-links,
  footer .beyond-auctions,
  footer .icp {
    display: none;
  }
  .print-condition-report .lotdetail-page,
  .print-condition-report .lotdetail-page-controls,
  .print-condition-report .lotdetail-breadcrumb-container,
  .print-condition-report .lotdetail-header .eventdetail-container,
  .print-condition-report .eventdetail-lotsloc,
  .print-condition-report .eventdetail-footer-content {
    display: none !important;
  }
  .print-condition-report.page-lot #conditionsOfSaleModal {
    display: block;
    width: 100%;
    position: static;
    margin: 0;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    padding: 0;
    opacity: 1;
    z-index: 9999;
  }
  .print-condition-report.page-lot #conditionsOfSaleModal .close,
  .print-condition-report.page-lot #conditionsOfSaleModal .button-action {
    display: none;
  }
  .print-condition-report.page-lot #conditionsOfSaleModal .modal-body {
    max-height: none;
    padding: 0;
  }
  .print-condition-report.page-lot #conditionsOfSaleModal .image-group {
    width: 100%;
    margin: 0;
  }
  .print-condition-report.page-lot #conditionsOfSaleModal .text-group {
    width: 100%;
    margin: 0;
  }
  .print-condition-report .lot-details > .overlay {
    display: none;
  }
  .print-condition-report .lot-details > .row {
    display: none;
  }
  .print-condition-report .lot-details > .separated-block {
    display: none;
  }
  .print-condition-report .modal-backdrop {
    display: none;
  }
  .print-condition-report .modal-backdrop.fade.in {
    display: none;
  }
  /* Blogs */
  .blog-blogpost-container .blog-header {
    padding: 0 0 10px;
    margin: 10px 0;
    border-bottom: 0;
  }
  .blog-blogpost-container .breadcrumb {
    display: none;
  }
  .blog-blogpost-container .blog-actions {
    display: none;
  }
  .blog-blogpost-container .tag-list {
    display: none;
  }
  .blog-blogpost-container .blog-pagination {
    display: none;
  }
  .blog-blogpost-container .post-sidebar {
    display: none;
  }
  .article-hero-component {
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: none;
    height: auto;
  }
  .article-hero-component .article-hero-image-wrap {
    overflow: hidden;
  }
  .article-hero-component img {
    height: 350px;
    width: auto;
    position: static;
  }
  .article-hero-component .article-hero-caption-wrap {
    position: static;
    bottom: auto;
    left: auto;
  }
  .article-hero-component .article-hero-caption {
    width: 100%;
    font-size: 24px;
  }
  /* Lot detail print */
  .lotdetail-navigation,
  .lotdetail-image .zoom-hover-trigger,
  .lotdetail-image .zoom-hover,
  .lotdetail-actions,
  .lotdetail-description .conditon-report,
  .lotdetail-description #srnlink,
  .lotdetail-suggested-lot,
  .lotdetail-featured-recirc,
  .lotdetail-header-wrap .arrow-left,
  .lotdetail-header-wrap .arrow-right,
  .lotdetail-featured-media {
    display: none !important;
  }
  .container.lot-details.lotdetail-page {
    width: 100%;
  }
  .lotdetail-section-sub-header span {
    background: white !important;
  }
  .page-lot nav.preferred,
  .page-invoicepayment nav.preferred {
    display: none;
  }
  .page-invoicepayment .topmenu {
    display: block !important;
  }
  .page-invoicepayment .PaymentProcessHeader .PaymentProcessHeader-formTitle {
    font-size: 30px;
  }
  .page-invoicepayment .PaymentProcessHeader-printIcon {
    display: none;
  }
}
.pre-ie9 {
  /* Overrides for H&FJ Fonts */
}
.pre-ie9 a:hover {
  text-decoration: none;
}
.pre-ie9 h1,
.pre-ie9 h2,
.pre-ie9 h3,
.pre-ie9 h4,
.pre-ie9 h5,
.pre-ie9 h6,
.pre-ie9 strong,
.pre-ie9 .btn,
.pre-ie9 .breadcrumb a {
  font-family: 'Benton500';
  font-weight: normal !important;
}
.pre-ie9 .inline-overlay .overlay-content {
  behavior: url(/etc/designs/redesigns/sothebys/redesignlibs/source/js/PIE.htc);
  -pie-watch-ancestors: 1;
}
.pre-ie9 h1.alt,
.pre-ie9 #slideWidget .caption,
.pre-ie9 .main-page-info .heading {
  font-family: inherit;
  font-weight: normal;
}
.pre-ie9 h1.alt {
  font-family: 'Mercury Display 6r';
}
.pre-ie9 .main-page-info h4.heading {
  font-family: 'Mercury Display 4r';
}
.pre-ie9 #slideWidget .caption h4.title {
  font-family: 'Mercury SSm 4r';
}
.online-only {
  color: #000000;
}
.lotdetail-breadcrumb-container.lot-header.container .print-cat {
  top: 5px;
}
.lotdetail-jumptolot .action.pull-right.to-lot {
  float: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 11px;
}
.online-only .lotdetail-jumptolot .action.pull-right.to-lot {
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lot-navigation.lotdetail-navigation {
  top: 320px;
}
.lot-navigation.lotdetail-navigation a {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.lot-navigation.lotdetail-navigation a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.online-only .lot-navigation.lotdetail-navigation a {
  opacity: 1;
  filter: alpha(opacity=100);
}
body.contains-preferred-nav .lotdetail-navigation {
  top: 362px;
}
.ie8 .lotdetail-navigation a {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC', sizingMethod=crop);
}
.ie8 .lotdetail-navigation a i {
  line-height: 60px;
  zoom: 1;
}
.zoom-hover-trigger a {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #b1b1a8;
  line-height: 30px;
  cursor: pointer;
  padding: 0px;
  text-align: left;
}
.online-only .zoom-hover-trigger a {
  font-family: "BentonCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.lotdetail-image-wrap a {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #b1b1a8;
  line-height: 30px;
  cursor: pointer;
  padding-left: 0px;
  padding-right: 0px;
}
.online-only .lotdetail-image-wrap a {
  color: #000000;
}
.lotdetail-image-wrap img {
  padding: 0px;
  cursor: pointer;
}
.lotdetail-image-wrap #main-spin {
  margin: auto;
}
.lotdetail-estimate .pull-right {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.lotdetail-estimate .estimate {
  border-top: none;
  border-bottom: none;
  display: inline-block;
  margin-bottom: 0px;
}
.lotdetail-estimate .estimate .range-to,
.lotdetail-estimate .estimate .range-from {
  font-size: 13px;
}
.lotdetail-estimate .estimate a.inline-overlay .overlay-content {
  right: auto;
  left: -30px;
}
.lotdetail-estimate .estimate a.inline-overlay .overlay-content:before {
  left: 20px;
  right: auto;
}
.lotdetail-estimate .estimate .currency-dropdown .dropdown-toggle {
  font-size: 13px;
  padding-left: 5px;
}
.lotdetail-estimate .left-section {
  display: inline-block;
}
.lotdetail-estimate .price-sold {
  color: #a47f1a;
  display: inline-block;
}
.online-only .lotdetail-estimate .price-sold {
  color: #ffbd00;
}
.lotdetail-estimate .price-sold strong {
  display: inline-block;
}
.lotdetail-estimate .price-sold strong.lotdetail-hammer-price {
  line-height: 13px;
  margin-left: 5px;
}
.lotdetail-estimate .currency-conversion > div {
  border-top: none !important;
  line-height: 13px;
}
.lotdetail-estimate-wrap {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}
.lotdetail-suggested-lot .lotdetail-suggested-lot-wrap {
  display: table;
  width: 100%;
}
.lotdetail-suggested-lot .lotdetail-suggested-lot-container {
  display: table-row;
}
.lotdetail-suggested-lot .span3:first-child {
  margin-left: 0px;
  float: none;
  display: table-cell;
}
.lotdetail-suggested-lot .span3 {
  margin-left: 60px;
  width: 33.33%;
  float: none;
  display: table-cell;
}
.lotdetail-suggested-lot .span3 .feature img {
  max-width: 180px;
  max-height: 180px;
  width: auto;
  height: auto;
}
.lotdetail-event-info h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0px;
}
.lotdetail-event-info h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.online-only .lotdetail-event-info {
  margin-bottom: 1.2em;
  text-align: center;
}
.online-only .lotdetail-event-info h1 {
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
}
.online-only .lotdetail-event-info h4 {
  font-family: "BentonCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.lotdetail-description .conditon-report {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 200%;
  color: #a47f1a;
  margin-top: 10px;
}
.online-only .lotdetail-description .conditon-report {
  color: inherit;
  font-family: "BentonCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.lotdetail-description .conditon-report:hover {
  color: #624c10;
}
.online-only .lotdetail-description .conditon-report:hover {
  color: #ffbd00;
}
.lotdetail-description .lotdetal-saleroomnotice-open {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 200%;
  color: #a47f1a;
}
.online-only .lotdetail-description .lotdetal-saleroomnotice-open {
  color: #ffbd00;
}
.lotdetail-description .lotdetal-saleroomnotice-open:hover {
  color: #624c10;
}
.online-only .lotdetail-description .lotdetal-saleroomnotice-open:hover {
  color: #ffbd00;
}
.online-only .lotdetail-bidnow a.button-action-large {
  margin: 0 auto;
  margin-top: 10px;
  width: 70%;
  display: block;
}
.online-only .lotdetail-bidnow div.divider {
  margin-top: .48em;
  position: relative;
  left: 2px;
}
.online-only .lotdetail-bidnow div.left {
  margin-right: -11%;
  width: 58.5%;
}
.online-only .lotdetail-bidnow div.right {
  width: 93%;
}
.lotdetail-bidnow .register-to-bid {
  display: block;
  width: auto;
  text-align: center;
}
.online-only .lotdetail-bidnow .register-to-bid .register-login-overlay {
  top: 3.7em;
}
.lotdetail-featured-media .feature p.ellipsis {
  height: auto;
  max-height: 60px;
}
.lotdetail-actions .specialists.non-overlay .span5 .details {
  width: 162px;
  margin-left: 0px;
}
.lotdetail-actions .specialists.non-overlay .span5 .details div {
  padding-left: 20px;
}
.lotdetail-actions .specialists.non-overlay .span5 .details a {
  padding-left: 20px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.lotdetail-actions .specialists .image-area {
  width: 100px;
}
.lotdetail-actions .auction-actions.spec-help a,
.lotdetail-actions .button-group.auction-actions.spec-help a {
  display: inline-block;
}
.lotdetail-share .slideshowpage-share {
  margin-top: 0px;
  text-align: justify;
}
.lotdetail-share .slideshowpage-share li {
  display: inline-block;
  padding-left: 0px;
}
.lotdetail-share .slideshowpage-share span {
  margin: 0;
}
.lotdetail-share .slideshowpage-share:after {
  content: '';
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
.lotdetail-image {
  position: relative;
}
.lotdetail-image.zoom-hover-trigger {
  text-align: center;
}
.lotdetail-image .zoom-hover-trigger {
  width: auto;
}
.online-only  .lotdetail-image .zoom-hover-trigger {
  margin: 15px 0px;
}
.lotdetail-jumptolot-footer {
  display: none;
}
.lotdetail-zoom-hover-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000000;
  /* Fall-back for browsers that don't support rgba */
  background: rgba(0, 0, 0, 0.75);
}
.lotdetail-zoom-hover {
  margin-left: -50%;
  margin-top: -50%;
}
.lotdetail-lotnumber {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-right: 1px solid #b1b1a8;
  padding-right: 20px;
  font-size: 70px;
  color: #b1b1a8;
  line-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
.online-only .lotdetail-lotnumber {
  color: #353530;
  font-family: "BentonExtraCompExLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 72px;
}
.lotdetail-estimates-per-lot {
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}
.lotdetail-header-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.lotdetail-header-block {
  display: table;
  padding-top: 10px;
}
.lotdetail-section-header {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  color: #646461;
  border-bottom: 2px solid #646461;
  margin-bottom: 20px;
  letter-spacing: 2px;
  clear: both;
}
.online-only .lotdetail-section-header {
  border-bottom: 1px solid #646461;
  color: #000000;
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
}
.lotdetail-section-sub-header span {
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  font-size: 16px;
  background: #ffffff;
  padding-right: 20px;
  text-transform: uppercase;
}
.lotdetail-section-sub-header:after {
  content: " ";
  display: block;
  position: relative;
  top: -20px;
  width: 100%;
  border-top: 1px solid #b1b1a8;
  z-index: -1;
}
.online-only .lotdetail-section-sub-header {
  font-family: "BentonCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.online-only .lotdetail-section-sub-header:after {
  content: none;
}
.online-only .lotdetail-section-sub-header span {
  font-family: inherit;
}
.lotdetail-designation {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0px;
  line-height: 18px;
}
.lotdetail-guarantee {
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 2px;
  word-wrap: break-word;
}
.online-only .lotdetail-guarantee {
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
.lotdetail-subtitle {
  font-size: 14px;
  font-style: italic;
}
.online-only .lotdetail-subtitle {
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.lotdetail-estimate {
  margin-top: 0px;
  margin-bottom: 20px;
}
.online-only .lotdetail-estimate {
  font-family: "BentonCompBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.lotdetail-image-container {
  display: table;
  width: 940px;
  height: 700px;
  margin: 0 auto;
}
.lotdetail-image-wrap {
  display: table-row;
  height: 100%;
}
.lotdetail-image {
  display: table-cell;
  vertical-align: middle;
}
.lotdetail-image > img {
  max-width: 940px;
  max-height: 670px;
}
.ie8 .lotdetail-image-container {
  display: block;
}
.ie8 .lotdetail-image-wrap {
  display: block;
}
.ie8 .lotdetail-image {
  display: inline-block;
  vertical-align: middle;
}
.ie8 .lotdetail-image .zoom-hover-trigger {
  white-space: nowrap;
  /* IE8 */
}
.lotdetail-alternate-views {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 134px;
}
.lotdetail-alternate-views.hidden {
  display: none;
}
.lotdetail-alternate-views .prev-alt,
.lotdetail-alternate-views .next-alt {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 30px;
  color: #646461;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.lotdetail-alternate-views .prev-alt:hover,
.lotdetail-alternate-views .next-alt:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lotdetail-alternate-views .prev-alt {
  left: 0px;
}
.lotdetail-alternate-views .next-alt {
  right: 0px;
}
.lotdetail-alternate-views.arrows-disabled .prev-alt,
.lotdetail-alternate-views.arrows-disabled .next-alt {
  display: none;
}
.lotdetail-alternate-views table {
  height: 100%;
  margin: 0 auto;
}
.lotdetail-alternate-views table td {
  width: 65px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding-left: 15px;
  padding-right: 15px;
}
.lotdetail-alternate-views table td a {
  cursor: pointer;
}
.lotdetail-alternate-views table td.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lotdetail-alternate-views table td.hidden {
  display: none;
}
.lotdetail-featured {
  vertical-align: top;
  display: inline-block;
  width: 50%;
}
.lotdetail-featured.hidden {
  display: none;
}
.lotdetail-image-footer {
  text-align: center;
}
.lotdetail-featured-media-wrap {
  text-align: left;
  float: right;
  width: 50%;
}
.lotdetail-featured-media {
  padding-left: 20px;
}
.lotdetail-alternate-views {
  height: 80px;
}
.online-only  .lotdetail-alternate-views {
  height: 50px;
  margin-bottom: 10px;
}
.lotdetail-actions a {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 200%;
}
.online-only .lotdetail-actions ul {
  text-align: center;
}
.online-only .lotdetail-actions li {
  display: inline-block;
}
@media (min-width: 979px) {
  .online-only .lotdetail-actions li:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}
.online-only .lotdetail-actions .block-actions {
  text-align: left;
}
.online-only .lotdetail-actions a {
  font-family: "BentonCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
@media (min-width: 979px) {
  .flexbox .online-only .lotdetail-actions ul,
  .flexboxlegacy .online-only .lotdetail-actions ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .flexbox .online-only .lotdetail-actions .action-wrap-add-catalog,
  .flexboxlegacy .online-only .lotdetail-actions .action-wrap-add-catalog {
    margin-right: 0;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .flexbox .online-only .lotdetail-actions .action-wrap-track-lot,
  .flexboxlegacy .online-only .lotdetail-actions .action-wrap-track-lot {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flexbox .online-only .lotdetail-actions .action-wrap-print-share,
  .flexboxlegacy .online-only .lotdetail-actions .action-wrap-print-share {
    margin-right: 1.5rem;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .no-flexbox .online-only .lotdetail-actions ul {
    text-align: left;
  }
}
.lotdetail-bidnow {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lotdetail-details {
  clear: both;
}
.lotdetail-details-content {
  width: 70%;
}
.online-only .lotdetail-details-content {
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.lotdetail-details-content > p {
  margin: 10px 0 0;
}
.lotdetail-sidebar {
  float: right;
  width: 30%;
}
.lotdetail-sidebar-wrap {
  padding-left: 20px;
}
.lotdetail-description-text {
  margin-top: 20px;
  margin-bottom: 5px;
}
.online-only .lotdetail-description-text {
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.lotdetail-section-header .condition-report {
  color: #646461;
  font-family: "BentonCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.text-expander {
  margin-top: 5px;
  margin-bottom: 5px;
}
.lotdetail-details-content .lotdetail-guarantee {
  font-size: 20px;
}
.lotdetail-catalogue-notes {
  clear: both;
}
.online-only .lotdetail-catalogue-notes {
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.lotdetail-catalogue-notes .lotdetail-section-sub-header {
  width: 85%;
}
.online-only .lotdetail-catalogue-notes .lotdetail-section-sub-header {
  width: 70%;
}
.lotdetail-catalogue-notes-holder {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.online-only .lotdetail-catalogue-notes-holder {
  font-size: 14px;
  width: 70%;
}
.lotdetail-catalogue-notes-holder p {
  margin: 10px 0 0;
}
.lotdetail-catalogue-notes-holder:first-letter {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  line-height: 40px;
  font-weight: bold;
  float: left;
  margin-right: 5px;
  margin-left: -4px;
}
.online-only .lotdetail-catalogue-notes-holder:first-letter {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  float: none;
  margin-right: inherit;
  margin-left: inherit;
}
.lotdetail-figure-list {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.online-only .lotdetail-figure-list {
  width: 30%;
}
.lotdetail-figure-list-wrap {
  padding-left: 20px;
}
.lotdetail-figure-item {
  margin-bottom: 10px;
}
.lotdetail-figure-item img {
  width: 100%;
  height: auto;
}
.lotdetail-figure-image {
  position: relative;
  margin-bottom: 5px;
}
.lotdetail-figure-image .lotdetail-figure-image-zoom {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
}
.lotdetail-figure-image:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 0px;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #7e7a75;
}
.online-only .lotdetail-figure-image:before {
  border-color: transparent transparent transparent #000000;
}
.lotdetail-figure-caption {
  font-size: 10px;
}
.online-only .lotdetail-figure-caption {
  font-family: "BentonComp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  text-align: center;
}
.lotdetail-figure-caption p {
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0 0;
}
.lotdetail-figure-title {
  line-height: 10px;
  font-size: 11px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.online-only .lotdetail-figure-title {
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  margin: 0.5em;
  text-align: center;
}
.lotdetail-suggested-lot {
  width: 70%;
}
@media (max-width: 979px) {
  .online-only .lotdetail-suggested-lot {
    width: 100%;
  }
}
.lotdetail-suggested-lot-container {
  text-align: center;
}
.lotdetail-page-controls {
  position: fixed;
  display: block;
  top: 50%;
  right: 20px;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  z-index: 3000;
}
.lotdetail-page-top {
  display: none;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: #79796d;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  cursor: pointer;
}
.lotdetail-page-top:hover {
  color: #a47f1a;
}
.online-only .lotdetail-page-top:hover {
  color: #ffbd00;
}
.lotdetail-page-top {
  margin-bottom: 10px;
}
.modal.hide.fade.lotdetail-figures-modal {
  position: absolute;
  overflow-x: visible;
  max-height: none;
  top: 0px;
  bottom: 0px;
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal.hide.fade.lotdetail-figures-modal .modal-body {
  max-height: none;
  overflow-y: visible;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.modal.hide.fade.lotdetail-figures-modal .close {
  padding-top: 20px;
  padding-right: 10px;
  font-size: 30px;
}
.modal.hide.fade.lotdetail-figures-modal .lotdetail-comparables {
  height: 100%;
  position: relative;
  top: 20%;
}
.modal.hide.fade.lotdetail-figures-modal .lotdetail-comparable-current {
  float: left;
  width: 50%;
  vertical-align: top;
}
.modal.hide.fade.lotdetail-figures-modal .lotdetail-comparable-current-title,
.modal.hide.fade.lotdetail-figures-modal .lotdetail-comparable-item-title {
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.modal.hide.fade.lotdetail-figures-modal .lotdetail-comparable-item {
  float: left;
  width: 50%;
  vertical-align: top;
}
.modal.hide.fade.lotdetail-figures-modal .lotdetail-comparable-wrap {
  padding-left: 20px;
}
.modal.fade.lotdetail-condition-modal,
.modal.hide.fade.lotdetail-saleroom-modal {
  position: absolute;
}
.cq-wcm-edit .eventdetail-container .eventdetail-pane {
  max-height: none !important;
  padding-bottom: 4px !important;
}
.cq-wcm-edit .eventdetail-container .eventdetail-pane .segment-pane-toggle:after {
  content: '\2013' !important;
}
.cq-wcm-edit .eventdetail-container .eventdetail-pane .eventdetail-fade {
  display: none !important;
}
.eventdetail-container {
  margin-bottom: 20px;
}
.eventdetail-container h1 {
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 10px;
  margin: 0;
}
.eventdetail-container h2 {
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  font-weight: normal;
  color: #a47f1a;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 13px;
  margin: 0;
}
.eventdetail-container h3 {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 17px;
  margin: 0;
}
.eventdetail-container p {
  margin: 0;
  line-height: 1.8;
}
.eventdetail-container a {
  display: inline-block;
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  color: #be9f5d;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #be9f5d;
}
.eventdetail-container a:hover,
.eventdetail-container a:active {
  color: #000;
  text-decoration: none;
  border-color: #000;
}
.eventdetail-container a.feature {
  color: #000;
  text-transform: none;
  font-size: 11px;
  margin-bottom: 20px;
  font-weight: normal;
  border: none;
}
.eventdetail-container a.feature:hover,
.eventdetail-container a.feature:active {
  color: #a47f1a;
}
.eventdetail-container a.feature p {
  padding-top: 4px;
  line-height: 17px;
}
.eventdetail-container .eventdetail-topleft .eventdetail-print {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.eventdetail-container .eventdetail-hero {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.eventdetail-container .eventdetail-hero img {
  width: 100%;
}
.eventdetail-container .eventdetail-browselots {
  background-image: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/browse-lots-notch.png');
  width: 250px;
  height: 50px;
  border: none;
  margin: 0 auto;
  margin-top: -31px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 33px;
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  font-size: 19px;
  font-weight: normal;
  color: #a47f1a;
}
.eventdetail-container .eventdetail-browselots:hover,
.eventdetail-container .eventdetail-browselots:active {
  color: #ffffff;
  background-image: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/browse-lots-notch-hover.png');
}
.eventdetail-container .eventdetail-header {
  padding: 8px 0 10px;
  background-color: #fff;
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 210;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.eventdetail-container .eventdetail-header.no-slides {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #afafa3;
}
.eventdetail-container .eventdetail-header .eventdetail-crumb {
  color: #a47f1a;
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.eventdetail-container .eventdetail-header .eventdetail-headercontainer {
  position: relative;
}
.eventdetail-container .eventdetail-header .eventdetail-headerleft {
  margin-right: 236px;
}
.eventdetail-container .eventdetail-header .eventdetail-headerleft a {
  color: #a47f1a;
  text-decoration: none;
  border-bottom: none;
}
.eventdetail-container .eventdetail-header .eventdetail-headerleft a:hover,
.eventdetail-container .eventdetail-header .eventdetail-headerleft a:active {
  border-bottom: 1px solid #a47f1a;
}
.eventdetail-container .eventdetail-header .badge.inline {
  font-family: "BentonComp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 10px;
}
.eventdetail-container .eventdetail-header .eventdetail-headerright {
  position: absolute;
  width: 222px;
  top: 0;
  right: 0;
  bottom: 0;
}
.eventdetail-container .eventdetail-header .eventdetail-headerright .eventdetail-headerresultsbox {
  border-left: 2px solid #a47f1a;
  height: 100%;
}
.eventdetail-container .eventdetail-header .eventdetail-headerright .eventdetail-headerresultsbox .eventdetail-headerresults {
  text-align: right;
  height: 50%;
  position: relative;
}
.eventdetail-container .eventdetail-header .eventdetail-headerright .eventdetail-headerresultsbox .eventdetail-headerresults div {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -22px;
}
.eventdetail-container .eventdetail-header .eventdetail-headerright .eventdetail-headerresultsbox .eventdetail-headerresults h2 {
  font-size: 15px;
  padding-bottom: 10px;
}
.eventdetail-container .eventdetail-header .eventdetail-headerright .eventdetail-headerresultsbox .eventdetail-headerresults span {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 2px;
}
.eventdetail-container .eventdetail-header .eventdetail-eventtime {
  text-transform: uppercase;
}
.eventdetail-container .eventdetail-header .eventdetail-headerbuttonbox {
  position: absolute;
  top: 25%;
  height: 50%;
}
.eventdetail-container .eventdetail-header .eventdetail-headerbuttonbox .register-to-bid {
  display: block;
  top: inherit;
  width: 222px;
  height: 24px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 25px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  padding: 0;
  text-align: center;
  margin: 0;
  bottom: 0;
  margin-bottom: -12px;
  position: static;
  margin-top: 5px;
  margin-bottom: 5px;
}
.eventdetail-container .eventdetail-header .eventdetail-headerbuttonbox .register-to-bid:hover,
.eventdetail-container .eventdetail-header .eventdetail-headerbuttonbox .register-to-bid:active {
  color: #fff;
}
.eventdetail-container .eventdetail-header .eventdetail-headerbuttonbox .eventdetail-headerbutton {
  display: block;
  top: inherit;
  width: 222px;
  height: 24px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 25px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  margin-bottom: -12px;
  text-align: center;
}
.eventdetail-container .eventdetail-header .eventdetail-headerbuttonbox .eventdetail-headerbutton.presale {
  background-color: #cfcfc3;
}
.eventdetail-container .eventdetail-header .eventdetail-headerbuttonbox .eventdetail-headerbutton.presale:hover,
.eventdetail-container .eventdetail-header .eventdetail-headerbuttonbox .eventdetail-headerbutton.presale:active {
  background-color: #dfdfd3;
}
.eventdetail-container .eventdetail-header .eventdetail-headerbuttonbox .eventdetail-headerbutton.sale {
  color: #fff;
  background-color: #a47f1a;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.eventdetail-container .eventdetail-header .eventdetail-headerbuttonbox .eventdetail-headerbutton.sale:hover,
.eventdetail-container .eventdetail-header .eventdetail-headerbuttonbox .eventdetail-headerbutton.sale:active {
  background-color: #624c10;
}
.eventdetail-container .eventdetail-header .eventdetail-browselots {
  background-image: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/browse-lots-white-bg.png');
  margin-top: -2px;
  width: 220px;
  height: 29px;
  line-height: 5px;
  background-repeat: no-repeat;
  color: black;
  font-size: 11px;
  display: none;
}
.eventdetail-container .eventdetail-header .eventdetail-browselots.no-slides {
  display: block;
}
.eventdetail-container .eventdetail-header.scrolling .eventdetail-browselots {
  display: none;
}
.eventdetail-container .eventdetail-slides {
  border-bottom: 2px solid #a47f1a;
  -webkit-box-shadow: inset 0px -8px 8px -8px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0px -8px 8px -8px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px -8px 8px -8px rgba(0, 0, 0, 0.35);
  background-color: #e6e3da;
  /* IE6 issues */
}
.eventdetail-container .eventdetail-slides:hover + .eventdetail-body .eventdetail-browselots {
  color: #ffffff;
  background-image: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/browse-lots-notch-hover.png');
}
.eventdetail-container .eventdetail-slides.no-slides {
  border: none;
}
.eventdetail-container .eventdetail-slides .slider {
  overflow: hidden;
  position: relative;
  padding: 12px 0 8px;
  height: 520px !important;
}
.eventdetail-container .eventdetail-slides .slider ul {
  margin: 0;
  padding: 0;
}
.eventdetail-container .eventdetail-slides .slider li {
  float: left;
  margin: 8px 0 8px 20px;
  list-style: none;
}
.eventdetail-container .eventdetail-slides .slider li a {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  display: table-cell;
  vertical-align: middle;
  text-transform: none;
}
.eventdetail-container .eventdetail-slides .slider li a:hover .eventdetail-carousel-caption {
  display: block;
}
.eventdetail-container .eventdetail-slides .slider a {
  display: inline;
  font-weight: normal;
  border: none;
}
.eventdetail-container .eventdetail-slides .slider img {
  max-height: 500px;
  max-width: 700px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
}
.eventdetail-container .eventdetail-slides .slider ul {
  width: 100%;
}
.eventdetail-container .eventdetail-slides .controls {
  position: relative;
  display: none;
}
.eventdetail-container .eventdetail-slides .controls .eventdetail-carousel-nav {
  margin: 0 auto;
  position: relative;
}
.eventdetail-container .eventdetail-slides .controls .eventdetail-carousel-nav a {
  position: absolute;
  width: 62px;
  height: 62px;
  text-align: center;
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 62px;
  border: none;
  color: #000;
  font-size: 24px;
  top: -300px;
}
.eventdetail-container .eventdetail-slides .controls .eventdetail-carousel-nav a:hover,
.eventdetail-container .eventdetail-slides .controls .eventdetail-carousel-nav a:active {
  background: rgba(255, 255, 255, 0.7);
}
.eventdetail-container .eventdetail-slides .controls .eventdetail-carousel-nav a.prev-slide {
  left: 30px;
}
.eventdetail-container .eventdetail-slides .controls .eventdetail-carousel-nav a.next-slide {
  right: 30px;
}
.eventdetail-container .eventdetail-slides:hover .controls {
  display: block;
}
.eventdetail-container .eventdetail-body .eventdetail-browselots.no-slides {
  display: none;
}
.eventdetail-container .eventdetail-carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  min-height: 150px;
  margin-left: -125px;
  margin-top: -75px;
  background: #ffffff;
  color: #000000;
  display: none;
}
.eventdetail-container .eventdetail-carousel-caption-wrap {
  padding: 20px 20px 20px 20px;
}
.eventdetail-container .eventdetail-carousel-caption-title {
  font-family: Benton, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.eventdetail-container .eventdetail-carousel-caption-subtitle {
  font-family: 'BentonLight', Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-style: italic;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.eventdetail-container .eventdetail-carousel-caption-lot {
  font-size: 30px;
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  line-height: 30px;
}
.eventdetail-container .eventdetail-carousel-caption-estimate {
  font-size: 11px;
}
.eventdetail-container .eventdetail-carousel-caption-estimate strong {
  display: block;
  line-height: 20px;
}
.eventdetail-container .eventdetail-carousel-caption-text {
  font-family: Benton, Arial, sans-serif;
  font-size: 13px;
}
.eventdetail-container .eventdetail-contentheading {
  margin-top: 20px;
  margin-bottom: 9px;
}
.eventdetail-container .eventdetail-contentheading .eventdetail-saleinfo {
  float: left;
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
}
.eventdetail-container .eventdetail-contentheading .eventdetail-saleinfo span {
  margin-right: 15px;
}
.eventdetail-container .eventdetail-contentheading .eventdetail-print {
  float: right;
  color: #a47f1a;
  text-transform: uppercase;
}
.eventdetail-container .eventdetail-contentheading .eventdetail-print a {
  float: right;
}
.eventdetail-container .eventdetail-pane {
  position: relative;
  background-color: #fff;
  padding: 0 20px 0 40px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.eventdetail-container .eventdetail-pane h2 {
  padding: 20px 0 12px;
}
.eventdetail-container .eventdetail-pane.segment-pane {
  cursor: pointer;
}
.eventdetail-container .eventdetail-pane .segment-pane-toggle {
  position: absolute;
  left: 15px;
  top: 18px;
  font-size: 16px;
  line-height: 1;
  color: #a47f1a;
  width: 10px;
  height: 10px;
}
.eventdetail-container .eventdetail-pane .segment-pane-toggle:after {
  content: '\002B';
}
.eventdetail-container .eventdetail-pane .segment-pane-toggle:hover {
  color: #000;
}
.eventdetail-container .eventdetail-pane .eventdetail-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.eventdetail-container .eventdetail-pane.open,
.eventdetail-container .eventdetail-pane.locked {
  max-height: none;
  padding-bottom: 4px;
}
.eventdetail-container .eventdetail-pane.open .segment-pane-toggle:after,
.eventdetail-container .eventdetail-pane.locked .segment-pane-toggle:after {
  content: '\2013';
}
.eventdetail-container .eventdetail-pane.open .eventdetail-fade,
.eventdetail-container .eventdetail-pane.locked .eventdetail-fade {
  display: none;
}
.eventdetail-container .eventdetail-pane.static {
  padding-bottom: 20px;
}
.eventdetail-container .eventdetail-pane.locked {
  padding-left: 20px;
}
.eventdetail-container .eventdetail-pane.locked .segment-pane-toggle {
  display: none;
}
.eventdetail-container .eventdetail-left {
  width: 640px;
  float: left;
}
.eventdetail-container .eventdetail-right {
  width: 280px;
  float: right;
}
.eventdetail-container .eventdetail-overview {
  margin-bottom: 10px;
  max-height: 450px;
}
.eventdetail-container .eventdetail-overview.has-featured-media .eventdetail-overviewtext-wrap {
  float: left;
}
.eventdetail-container .eventdetail-overview.has-featured-media .clearfix.span8 {
  /* Featured media overrides */
  width: 40%;
  float: right;
  margin-left: 15px;
}
.eventdetail-container .eventdetail-overview.has-featured-media .clearfix.span8 a.feature {
  margin-right: 0px !important;
  border-bottom: none;
  width: 100%;
}
.eventdetail-container .eventdetail-overviewtext {
  padding-right: 20px;
}
.eventdetail-container .eventdetail-overviewtext p {
  padding-bottom: 12px;
}
.eventdetail-container .eventdetail-overviewtext-wrap {
  clear: both;
  width: 100%;
}
.eventdetail-container .eventdetail-notices {
  margin-bottom: 10px;
}
.eventdetail-container .eventdetail-notices a:first-child {
  float: left;
}
.eventdetail-container .eventdetail-notices a:last-child {
  float: right;
}
.eventdetail-container .eventdetail-sessions {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.eventdetail-container .eventdetail-sessions h2 {
  padding-bottom: 12px;
}
.eventdetail-container .eventdetail-sessions li {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 17px;
}
.eventdetail-container .eventdetail-sessions.static {
  padding-bottom: 13px;
}
.eventdetail-container .eventdetail-times {
  max-height: 110px;
  margin-bottom: 20px;
  padding-right: 10px;
}
.eventdetail-container .eventdetail-times ul ul {
  padding-bottom: 10px;
}
.eventdetail-container .eventdetail-times li {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 17px;
}
.eventdetail-container .eventdetail-linkscolumn {
  float: left;
  margin-right: 20px;
}
.eventdetail-container .eventdetail-linkscolumn li {
  line-height: 28px;
}
.eventdetail-container .eventdetail-contacts {
  max-height: 50px;
  /* Overrides from old styles */
}
.eventdetail-container .eventdetail-contacts p {
  padding-bottom: 12px;
}
.eventdetail-container .eventdetail-contacts .specialists {
  display: block;
  margin-top: 10px;
  /* Increased specificity for safety */
}
.eventdetail-container .eventdetail-contacts .specialists .image-area {
  width: 100px;
}
.eventdetail-container .eventdetail-contacts .specialists .span5 {
  width: 100%;
}
.eventdetail-container .eventdetail-contacts .specialists .span5 .details {
  width: 500px;
  margin-left: 0px;
}
.eventdetail-container .eventdetail-contacts .specialists .span5 .details div {
  padding-left: 20px;
}
.eventdetail-container .eventdetail-contacts .specialists .span5 .details a {
  padding-left: 20px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  border-bottom: none;
}
.eventdetail-container .eventdetail-resultpane {
  text-align: center;
  margin-bottom: 20px;
}
.eventdetail-container .eventdetail-resultpane h2 {
  font-size: 15px;
  padding-bottom: 10px;
}
.eventdetail-container .eventdetail-resultpane span {
  display: block;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 2px;
}
.eventdetail-container .eventdetail-resultpane a {
  display: inline-block;
  padding-top: 10px;
}
.eventdetail-container .eventdetail-featuredmedia-wrap.mobile {
  display: none;
}
.eventdetail-container .eventdetail-featuredmedia-wrap .span8 {
  /* Override this */
  width: 100%;
}
/* Related Content / Get App Footer */
.eventdetail-footer-content {
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0;
}
.eventdetail-footer-content .eventdetail-section-sub-header,
.eventdetail-footer-content .widget-related-auctions h5 {
  text-align: center;
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #7a7a75;
  margin: 0;
  line-height: 1.5;
}
.eventdetail-footer-content .eventdetail-section-sub-header span,
.eventdetail-footer-content .widget-related-auctions h5 span {
  border-bottom: 2px solid #7a7a75;
  padding: 0px 45px 5px 45px;
  display: inline-block;
}
.eventdetail-footer-content .eventdetail-related-content {
  vertical-align: top;
  display: inline-block;
  width: 640px;
}
.eventdetail-footer-content .eventdetail-related-row {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.eventdetail-footer-content .eventdetail-related-item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.eventdetail-footer-content .eventdetail-related-item a {
  text-decoration: none;
  border-bottom: none;
  color: #000000;
}
.eventdetail-footer-content .eventdetail-related-item a:hover {
  color: #a47f1a;
}
.eventdetail-footer-content .eventdetail-related-image {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.eventdetail-footer-content .eventdetail-related-image img {
  width: 160px;
  height: auto;
}
.eventdetail-footer-content .eventdetail-related-text {
  text-transform: none;
  font-size: 11px;
  font-weight: normal;
  width: 160px;
  text-align: left;
  max-height: 40px;
  margin: 0 auto;
}
.eventdetail-footer-content .eventdetail-getapp {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
.eventdetail-footer-content .eventdetail-getapp .eventdetail-getapp-wrap {
  padding-left: 20px;
}
.eventdetail-footer-content .eventdetail-getapp .eventdetail-section-sub-header span {
  padding: 0px 25px 5px 25px;
}
.eventdetail-footer-content .eventdetail-getapp-image a,
.eventdetail-footer-content .eventdetail-getapp-image a:hover {
  text-decoration: none;
  border: none;
}
.cq-wcm-edit .eventdetail-related-content {
  height: 200px;
  display: block;
}
.eventdetail-social {
  clear: both;
  padding-top: 20px;
}
.eventdetail-social .slideshowpage-share {
  margin-top: 0px;
  text-align: justify;
}
.eventdetail-social .slideshowpage-share li {
  display: inline-block;
  padding-left: 0px;
}
.eventdetail-social .slideshowpage-share span {
  margin: 0;
}
.eventdetail-social .slideshowpage-share:after {
  content: '';
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
.eventdetail-singlelot-wrap .lotdetail-breadcrumb-container.lot-header.container .print-cat {
  top: 25px;
}
.eventdetail-singlelot-wrap .lot-header {
  border-top: 1px solid #b1b1a8;
  padding-top: 20px;
}
.eventdetail-singlelot-wrap .lot-blogs {
  margin-top: 10px;
}
.eventdetail-singlelot-wrap .lotdetail-lotnumber .arrow-left,
.eventdetail-singlelot-wrap .lotdetail-lotnumber .arrow-right {
  display: none !important;
}
.eventdetail-singlelot-wrap .lotdetail-jumptolot {
  display: none !important;
}
.online-only .eventdetail-container .eventdetail-header {
  box-shadow: none;
  padding: 0px;
}
.online-eventdetail-hero {
  margin: 0 auto;
  padding-bottom: 20px;
}
.online-eventdetail-hero img {
  width: 100%;
}
.online-eventdetail-infowrapper {
  display: block;
  width: 940px;
  position: relative;
  margin: 0 auto;
  top: 0;
}
@media (min-width: 1200px) {
  .online-eventdetail-infowrapper {
    width: 1200px;
  }
}
.online-eventdetail-infowrapper .lot-count-tab {
  background-color: #ffffff;
  bottom: 50px;
  color: #000000;
  font-family: "BentonExtraCompBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  height: 65px;
  line-height: 24px;
  margin-bottom: 5px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  width: 60px;
}
.online-eventdetail-infowrapper .lot-count-tab div.lots {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-family: "BentonCompRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.online-eventdetail-info-overlay {
  background-color: #000000;
  bottom: 210px;
  box-sizing: border-box;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 520px;
  min-height: 260px;
}
@media (min-width: 768px) {
  .online-eventdetail-info-overlay {
    margin-top: -340px;
  }
}
.online-eventdetail-info-overlay .online-eventdetail-info-container {
  position: relative;
}
.online-eventdetail-info-overlay .online-eventdetail-date-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 125px;
}
.online-eventdetail-info-overlay .online-eventdetail-date-wrapper .event-day {
  position: absolute;
  font-size: 90px;
  line-height: 76px;
  font-family: "BentonExtraCompBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.online-eventdetail-info-overlay .online-eventdetail-date-wrapper .event-month-year {
  float: right;
}
.online-eventdetail-info-overlay .online-eventdetail-date-wrapper .event-month-year .event-month {
  font-size: 36px;
  line-height: 38px;
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.online-eventdetail-info-overlay .online-eventdetail-date-wrapper .event-month-year .event-year {
  font-size: 36px;
  line-height: 38px;
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.online-eventdetail-info-overlay .online-eventdetail-date-wrapper .event-starttime {
  border-top: 5px solid white;
  clear: both;
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 0;
  padding-top: 10px;
  position: relative;
  top: 7px;
}
.online-eventdetail-info-overlay .online-eventdetail-date-wrapper .event-condition-report {
  bottom: 0;
  height: 18px;
  left: 0;
  position: absolute;
}
.online-eventdetail-info-overlay .online-eventdetail-date-wrapper .event-condition-report a {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: "BentonCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1em;
}
.online-eventdetail-info-overlay .online-eventdetail-inner-wrapper {
  float: right;
  margin-left: 0;
  padding-left: 25px;
  text-align: center;
  width: 330px;
}
.online-eventdetail-info-overlay .online-eventdetail-inner-wrapper .live-auction {
  font-size: 24px;
  line-height: 24px;
  font-family: "BentonExtraCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.online-eventdetail-info-overlay .online-eventdetail-inner-wrapper .event-title {
  font-family: "BentonExtraCompLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 39px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  min-height: 80px;
}
.online-eventdetail-info-overlay .online-eventdetail-inner-wrapper .event-subtitle {
  font-size: 18px;
  line-height: 18px;
  font-family: "BentonExtraCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  margin-top: 10px;
  min-height: 1em;
}
.online-eventdetail-info-overlay .online-eventdetail-inner-wrapper .online-eventdetail-actions {
  text-align: center;
}
.online-eventdetail-info-overlay .online-eventdetail-inner-wrapper .online-eventdetail-actions a.button-action-large {
  vertical-align: top;
  text-align: center;
  padding: 0px;
  line-height: 30px;
}
.online-eventdetail-info-overlay .online-eventdetail-inner-wrapper .online-eventdetail-actions a.button-action-large:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.online-eventdetail-info-overlay .online-eventdetail-inner-wrapper .online-eventdetail-actions a.button-action-large.register-to-bid .register-login-overlay {
  top: 3.9em;
}
.online-eventdetail-info-overlay .online-eventdetail-inner-wrapper .online-eventdetail-actions a.button-action-large.add-to-calendar {
  background-color: #f7f7f7;
}
.online-eventdetail-info-overlay .online-eventdetail-inner-wrapper .online-eventdetail-actions a.button-action-large.add-to-calendar:hover {
  background-color: black;
  color: #f7f7f7;
}
/* Global */
#bidNowModalRegistered {
  width: 700px;
  margin-left: -350px;
}
#bidNowModalRegistered a.close {
  color: #000000;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 10px;
  margin-right: 10px;
}
#bidNowModalRegistered a.close:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#bidNowModalRegistered .modal-body {
  width: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  max-height: none;
  text-align: center;
}
#bidNowModalRegistered .modal-body h1,
#bidNowModalRegistered .modal-body h2,
#bidNowModalRegistered .modal-body h3,
#bidNowModalRegistered .modal-body h4,
#bidNowModalRegistered .modal-body h5,
#bidNowModalRegistered .modal-body h6 {
  text-transform: uppercase;
  font-family: 'Mercury Display 6r', 'Mercury', serif;
}
#bidNowModalRegistered .modal-body p {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}
#bidNowModalRegistered .modal-body > a {
  min-width: 150px;
  margin-left: 10px;
  margin-right: 10px;
}
#bidNowModalRegistered .modal-body > a:first-child {
  margin-right: 10px;
  margin-left: 10px;
}
/* Attend Auction */
#onlineRegDisabledModal {
  width: 700px;
  margin-left: -350px;
}
#onlineRegDisabledModal .modal-body {
  width: 450px;
  margin: 0 auto;
  max-height: none;
}
.attendauction-error-container {
  padding-top: 115px;
  padding-bottom: 115px;
  text-align: center;
}
.attendauction-error-message {
  font-size: 16px;
  margin-bottom: 30px;
}
.attendauction-error-message h1,
.attendauction-error-message h2,
.attendauction-error-message h3,
.attendauction-error-message h4,
.attendauction-error-message h5,
.attendauction-error-message h6 {
  text-transform: uppercase;
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  margin-bottom: 30px;
}
.attendauction-error-contact {
  font-size: 21px;
  letter-spacing: 2px;
}
.attendauction-hero {
  position: relative;
  margin-bottom: 20px;
  height: 360px;
  overflow-y: hidden;
}
.attendauction-hero img {
  max-width: 100%;
  height: auto;
}
.attendauction-hero-caption {
  color: #ffffff;
  width: 155px;
  max-height: 100px;
  padding: 10px 45px 10px 45px;
  position: absolute;
  left: 45px;
  bottom: 25px;
  background: #000000;
  background: transparent\9;
  background: rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#bf000000');
  zoom: 1;
}
.attendauction-hero-caption.top-left {
  left: 45px;
  right: auto;
  top: 25px;
  bottom: auto;
}
.attendauction-hero-caption.top-right {
  left: auto;
  right: 45px;
  top: 25px;
  bottom: auto;
}
.attendauction-hero-caption.bottom-right {
  left: auto;
  right: 45px;
  top: auto;
  bottom: 25px;
}
.attendauction-hero-caption.bottom-left {
  /* default */
}
.attendauction-hero-caption span {
  vertical-align: middle;
}
.attendauction-hero-caption:nth-child(n) {
  filter: none;
}
.attendauction-categories {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.attendauction-categories:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.attendauction-category {
  text-align: left;
  width: 220px;
  display: inline-block;
  vertical-align: top;
  /* IE Fix */
  *display: inline;
  zoom: 1;
}
.attendauction-button {
  display: inline-block;
  width: 100%;
  font-family: "BentonComp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
}
.attendauction-button:hover {
  color: #ffffff;
  background: #a47f1a;
  cursor: pointer;
  text-decoration: none;
}
.attendauction-button.disabled,
.attendauction-button.disabled:hover {
  background: #999999;
  cursor: auto;
}
.touch .attendauction-category-title strong {
  font-family: 'Mercury';
}
.attendauction-category-title {
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 35px;
  position: relative;
  padding-bottom: 25px;
  overflow: hidden;
}
.attendauction-category-title strong {
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 20px;
  display: inline-block;
}
.attendauction-category-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  width: 40%;
  left: 30%;
  border-top: 1px solid #000000;
}
.attendauction-category-text {
  min-height: 100px;
}
.attendauction-category-text > ul {
  list-style-type: disc;
}
.attendauction-category-text > ul li {
  margin-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.attendauction-category-buttons {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.attendauction-category-buttons:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.attendauction-button-col {
  text-align: left;
  width: 220px;
  display: inline-block;
  vertical-align: top;
  /* IE Fix */
  *display: inline;
  zoom: 1;
}
/* Watch Live */
.watchlive-hero {
  position: relative;
  margin-bottom: 20px;
  height: 360px;
  overflow-y: hidden;
}
.watchlive-hero img {
  max-width: 100%;
  height: auto;
}
.watchlive-hero-caption {
  color: #ffffff;
  min-width: 155px;
  max-height: 100px;
  padding: 10px 45px 10px 45px;
  position: absolute;
  left: 45px;
  bottom: 25px;
  background: #000000;
  background: transparent\9;
  background: rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#bf000000');
  zoom: 1;
}
.watchlive-hero-caption.top-left {
  left: 45px;
  right: auto;
  top: 25px;
  bottom: auto;
}
.watchlive-hero-caption.top-right {
  left: auto;
  right: 45px;
  top: 25px;
  bottom: auto;
}
.watchlive-hero-caption.bottom-right {
  left: auto;
  right: 45px;
  top: auto;
  bottom: 25px;
}
.watchlive-hero-caption.bottom-left {
  /* default */
}
.watchlive-hero-caption span {
  vertical-align: middle;
}
.watchlive-hero-caption h4 {
  text-transform: uppercase;
}
.watchlive-hero-caption a {
  text-transform: uppercase;
  color: #b1b1a8;
}
.watchlive-hero-caption:nth-child(n) {
  filter: none;
}
.watchlive-container h2 {
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.watchlive-today-container {
  clear: both;
}
.watchlive-today-list {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  padding-left: 20px;
  padding-right: 20px;
}
.watchlive-today-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #b1b1a8;
  height: 145px;
}
.watchlive-today-item:first-child {
  border-top: none;
}
.watchlive-today-image {
  width: 260px;
  height: 145px;
  overflow: hidden;
  padding-right: 20px;
  float: left;
}
.watchlive-today-image img {
  width: 100%;
  height: auto;
}
.watchlive-today-details {
  width: 370px;
  padding-right: 50px;
  float: left;
  margin-top: -4px;
}
.watchlive-today-details h4 {
  font-family: 'BentonLight', Arial, sans-serif;
  font-size: 18px;
  word-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
}
.watchlive-today-date {
  font-weight: bold;
}
.watchlive-today-date,
.watchlive-today-time,
.watchlive-today-location {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.watchlive-today-links li {
  line-height: 18px;
}
.watchlive-today-links a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold;
  color: #be9f5d;
}
.watchlive-today-links a:hover {
  color: #000000;
}
.watchlive-today-actions {
  width: 200px;
  float: left;
  padding-top: 32px;
}
.watchlive-today-actions > a {
  margin-bottom: 20px;
}
.watchlive-today-actions > .register-to-bid {
  display: block;
}
.watchlive-today-actions .overlay-content {
  font-family: Benton, Arial, sans-serif;
}
.watchlive-instructions {
  width: 580px;
  margin-right: 20px;
  float: left;
}
.watchlive-instructions > h2 {
  margin-bottom: 0px;
}
.watchlive-step {
  *zoom: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.watchlive-step:before,
.watchlive-step:after {
  display: table;
  content: "";
  line-height: 0;
}
.watchlive-step:after {
  clear: both;
}
.watchlive-step:last-of-type .watchlive-instructions-text:after {
  display: none;
}
.watchlive-step-arrow-container {
  width: 35%;
  float: left;
}
.watchlive-step-arrow {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  border: 4px solid #000000;
  font-size: 30px;
  width: 130px;
  height: 47px;
  text-align: center;
  font-family: 'Mercury Display 4r', 'Mercury', serif;
  letter-spacing: 1px;
  display: table-cell;
  vertical-align: middle;
}
.watchlive-step-arrow:after,
.watchlive-step-arrow:before {
  left: 134px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.watchlive-step-arrow:after {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #000000;
  border-width: 21px;
  margin-top: -21px;
}
.watchlive-step-arrow:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #000000;
  border-width: 27px;
  margin-top: -27px;
}
.watchlive-instructions-text {
  width: 65%;
  float: left;
  text-align: center;
}
.watchlive-instructions-text:after {
  display: block;
  content: ' ';
  width: 50%;
  border-bottom: 1px solid #000000;
  margin: 0 auto;
  margin-top: 30px;
}
.watchlive-instructions-text h1,
.watchlive-instructions-text h2,
.watchlive-instructions-text h3,
.watchlive-instructions-text h4,
.watchlive-instructions-text h5,
.watchlive-instructions-text h6 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
}
.watchlive-support {
  width: 340px;
  float: right;
}
.watchlive-support .watchlive-support-col {
  float: left;
  width: 50%;
  vertical-align: top;
}
.watchlive-newcomer {
  width: 580px;
  padding-right: 20px;
  clear: both;
}
.watchlive-newcomer > h2 {
  margin-top: 0px;
}
.cq-wcm-edit .watchlive-newcomer-item {
  display: inline-block;
  float: none;
}
.watchlive-newcomer-item {
  width: 160px;
  padding-left: 50px;
  float: left;
}
.watchlive-newcomer-item:first-of-type {
  padding-left: 0px;
}
.watchlive-newcomer-item a {
  color: #000000;
}
.watchlive-newcomer-item a:hover {
  color: #a47f1a;
  text-decoration: none;
}
.watchlive-newcomer-item a:hover .video-preview .glyph-wrap i.glyph-play {
  color: #a47f1a;
}
.watchlive-newcomer-image {
  margin-bottom: 5px;
}
.watchlive-newcomer-title {
  max-height: 40px;
}
/* Form overrides */
form .form_error {
  color: #b94a48;
}
form .required-marker {
  color: #b94a48;
}
form select.required.error {
  border: 1px solid #b94a48;
}
/* Registration Containers */
#accountHoldsModal,
#accountInfoModal {
  width: 700px;
  margin-left: -350px;
}
#accountHoldsModal .modal-body,
#accountInfoModal .modal-body {
  width: 500px;
  margin: 0 auto;
  max-height: none;
}
#accountHoldsModal a.modal-close,
#accountInfoModal a.modal-close {
  top: 10px;
  right: 10px;
  position: absolute;
  font-size: 24px;
  color: #000000;
  cursor: pointer;
}
#accountHoldsModal a.modal-close:hover,
#accountInfoModal a.modal-close:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.holds-error-container {
  padding-top: 115px;
  padding-bottom: 115px;
  text-align: center;
}
.holds-error-message {
  font-size: 16px;
  margin-bottom: 30px;
}
.holds-error-message h1,
.holds-error-message h2,
.holds-error-message h3,
.holds-error-message h4,
.holds-error-message h5,
.holds-error-message h6 {
  text-transform: uppercase;
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  margin-bottom: 30px;
}
#accountInfoModal {
  text-align: center;
  width: 900px;
  margin-left: -450px;
}
#accountInfoModal .modal-body {
  width: 700px;
}
.holds-error-contact {
  font-size: 21px;
  letter-spacing: 2px;
}
.registerpaddle-container .parsley-errors-list,
.registerbidnow-container .parsley-errors-list {
  margin-bottom: 10px;
}
.registerpaddle-container .register-form-error {
  margin-top: 0px;
}
.register-form-column {
  width: 40%;
  margin-bottom: 5px;
}
.register-form-column label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.register-form-column.full-width {
  width: 100%;
}
.register-form-column.full-width select {
  width: 40%;
}
.register-form-column fieldset {
  margin-bottom: 30px;
}
.register-form-column fieldset.register-forms-terms-row {
  margin-bottom: 10px;
}
.register-form-column fieldset.register-forms-terms-row > div {
  display: inline-block;
}
.register-form-column select {
  width: 100%;
}
.register-form-column .dropdown-toggle {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  background: #ffffff;
  height: 35px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
}
.register-form-column .dropdown-toggle .caret:before {
  position: relative;
  top: -7px;
}
.register-form-submit-cancel {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  float: left;
  width: 40%;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  font-size: 11px;
}
.register-form-submit-cancel a {
  color: #000000;
}
.register-form-submit-continue {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  float: right;
  width: 60%;
}
.register-form-submit-continue .register-button {
  width: 100%;
}
input.register-button {
  border: none;
}
.register-form-error {
  color: #b94a48;
}
.register-telephonebid-primaryphone,
.register-telephonebid-secondaryphone,
.register-telephonebid-preferredlang {
  vertical-align: top;
  display: inline-block;
  width: 30%;
}
.register-telephonebid-primaryphone > input,
.register-telephonebid-secondaryphone > input,
.register-telephonebid-preferredlang > input {
  margin-bottom: 0px;
}
.register-telephonebid-primaryphone > span,
.register-telephonebid-secondaryphone > span,
.register-telephonebid-preferredlang > span {
  display: block;
  font-size: 11px;
}
.register-auction {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.register-auction h2 {
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 20px;
}
.register-auction-image {
  width: 260px;
  height: 145px;
  overflow: hidden;
  padding-right: 20px;
  float: left;
}
.register-auction-image img {
  width: 100%;
  height: auto;
}
.register-auction-details {
  width: 440px;
  padding-right: 15px;
  float: left;
  margin-top: -4px;
}
.register-auction-details h4 {
  font-family: 'BentonLight', Arial, sans-serif;
  font-size: 18px;
}
.register-auction-salenumber {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.register-auction-location {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.register-auction-sessions {
  text-transform: uppercase;
}
.register-auction-links {
  padding-left: 15px;
  border-left: 1px solid #b1b1a8;
  height: 145px;
  text-align: right;
}
.register-auction-links li {
  line-height: 18px;
}
.register-auction-links a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold;
  color: #be9f5d;
}
.register-auction-links a:hover {
  color: #000000;
}
.register-form-actions {
  border-top: 1px solid #b1b1a8;
}
.register-auction-actions {
  width: 160px;
  float: left;
}
.register-auction-actions > a:first-child {
  margin-top: 32px;
}
.register-auction-actions > a {
  margin-bottom: 20px;
}
.register-button,
.register-button-gold,
.watchlive-today-actions a.register-to-bid.button-action {
  display: inline-block;
  font-family: "BentonComp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
  padding-left: 20px;
  padding-right: 20px;
}
.register-button:hover,
.register-button-gold:hover,
.watchlive-today-actions a.register-to-bid.button-action:hover {
  color: #ffffff;
  background: #a47f1a;
  cursor: pointer;
  text-decoration: none;
}
.register-button.disabled,
.register-button-gold.disabled,
.watchlive-today-actions a.register-to-bid.button-action.disabled,
.register-button.disabled:hover,
.register-button-gold.disabled:hover,
.watchlive-today-actions a.register-to-bid.button-action.disabled:hover {
  background: #999999;
  cursor: auto;
}
.watchlive-today-actions a.register-to-bid.button-action {
  display: block;
}
.register-button-gold {
  background: #a47f1a;
  color: #ffffff;
}
.register-button-gold:hover {
  background: #646461;
}
/* Simple registration modal */
.simple-registration-container a.simple-registration-forgotpass,
.login-container a.simple-registration-forgotpass {
  float: right;
  color: #000000;
  font-size: 11px;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.simple-registration-login .register-button {
  min-width: 280px;
}
.simple-registration-login .login-form {
  margin-bottom: 40px;
}
.login-remember-me {
  margin-top: 5px;
  float: left;
}
.simple-registration-login-left {
  float: left;
  width: 40%;
  /*input[placeholder], [placeholder], *[placeholder] {
    text-transform: uppercase;
  }*/
}
.simple-registration-login-left input[type="text"],
.simple-registration-login-left input[type="password"],
.simple-registration-login-left input[type="submit"] {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.simple-registration-login-left-wrap {
  padding-right: 60px;
}
.simple-registration-login-right-wrap {
  padding-left: 60px;
  border-left: 1px solid #000000;
}
.simple-registration-login-right-wrap h1,
.simple-registration-login-right-wrap h2,
.simple-registration-login-right-wrap h3,
.simple-registration-login-right-wrap h4,
.simple-registration-login-right-wrap h5,
.simple-registration-login-right-wrap h6 {
  font-family: 'Mercury Display 6r', 'Mercury', serif;
  text-transform: uppercase;
  text-align: left;
}
.simple-registration-login-right {
  float: left;
  width: 60%;
}
.simple-registration-action-register {
  margin-top: 20px;
  margin-bottom: 20px;
}
.simple-registration-action-validationcode {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.simple-registration-action-validationcode input[type="button"] {
  display: block;
}
.simple-registration-signup {
  margin-top: 40px;
  width: 280px;
  /*input[placeholder], [placeholder], *[placeholder] {
    text-transform: uppercase;
  }*/
}
.simple-registration-signup input[type="text"],
.simple-registration-signup input[type="password"],
.simple-registration-signup input[type="submit"] {
  margin-bottom: 0px;
  margin-top: 10px;
  display: block;
  width: 280px;
}
.simple-registration-login,
.simple-registration-signup,
.simple-registration-firsttime-live,
.simple-registration-firsttime-signup,
.simple-registration-confirm,
.simple-registration-saleroom {
  position: relative;
}
.simple-registration-login-divider {
  text-align: center;
  font-weight: bold;
}
.simple-registration-login-bottom {
  text-align: center;
}
.simple-registration-login-bottom p {
  font-style: italic;
  font-weight: bold;
  color: #646461;
}
.simple-registration-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.simple-registration-email-alerts {
  margin-top: 10px;
  margin-bottom: 10px;
}
.simple-registration-email-text {
  display: inline-block;
  width: 80%;
  position: relative;
  top: 5px;
  left: 8px;
}
.simple-registration-terms {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #646461;
}
/* Transactional Registration */
.transactional-registration-step h1 {
  text-transform: uppercase;
  font-family: 'Mercury 4r';
  font-size: 20px;
  letter-spacing: 2px;
  clear: both;
}
.transactional-registration-step label {
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}
.transactional-registration-step fieldset {
  float: left;
  padding-right: 20px;
}
.transactional-registration-step select {
  width: 100%;
}
.transactional-registration-step input[type="text"] {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
.transactional-registration-row {
  *zoom: 1;
  margin-bottom: 10px;
}
.transactional-registration-row:before,
.transactional-registration-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.transactional-registration-row:after {
  clear: both;
}
.transactional-registration-form-accountnumber-label {
  font-weight: bold;
  font-size: 11px;
}
.transactional-registration-form-tooltip {
  cursor: pointer;
}
.transactional-registration-form-tooltip img {
  margin-top: -3px;
}
.transactional-registration-form-tooltip .overlay-content {
  text-transform: none;
  top: 3em;
  right: auto;
  font-size: 10px;
}
.transactional-registration-form-tooltip .overlay-content ul {
  list-style-type: disc;
  margin-left: 5px;
}
.transactional-registration-form-tooltip .overlay-content:before {
  right: auto;
  left: 20px;
}
.transactional-registration-form-email,
.transactional-registration-form-password,
.transactional-registration-form-street,
.transactional-registration-form-city,
.transactional-registration-form-email {
  width: 35%;
}
.transactional-registration-form-lastname,
.transactional-registration-form-phonenumber {
  width: 27%;
}
.transactional-registration-form-title {
  width: 24%;
}
.transactional-registration-form-firstname,
.transactional-registration-form-country,
.transactional-registration-form-state {
  width: 20%;
}
.transactional-registration-form-phonetype,
.transactional-registration-form-cardtype,
.transactional-registration-form-cardcode {
  width: 15%;
}
.transactional-registration-form-countrycode,
.transactional-registration-form-areacode .transactional-registration-form-phoneextension,
.transactional-registration-form-country,
.transactional-registration-form-middleinitial {
  width: 10%;
}
.transactional-registration-terms > div {
  display: inline-block;
}
.registration-thankyou-container {
  min-height: 500px;
}
.transactional-registration-form-cardexpiration input[type="text"] {
  width: 15%;
}
.transactional-registration-form-cardexpiration input[type="text"]:first-of-type {
  width: 10%;
}
.transactional-registration-form-accountnumber input[type="text"] {
  width: 15%;
}
label.registration-checkbox-icon {
  content: " ";
  display: inline-block;
  width: 21px;
  height: 21px;
  font-size: 20px;
  border: 1px solid #b1b1a8;
  cursor: pointer;
}
label.registration-checkbox-icon .glyph-x {
  position: relative;
  top: 1px;
  left: 3px;
  font-size: 19px;
  visibility: hidden;
}
.registration-checkbox[type="checkbox"] {
  display: none;
}
.registration-checkbox[type="checkbox"]:checked + label.registration-checkbox-icon {
  border: 1px solid #a47f1a;
  color: #a47f1a;
}
.registration-checkbox[type="checkbox"]:checked + label.registration-checkbox-icon .glyph-x {
  visibility: visible;
}
.registerpaddle-container .register-form-error,
.registerbidnow-container .register-form-error {
  float: none;
}
.registerpaddle-container .register-form-submit-continue,
.registerbidnow-container .register-form-submit-continue,
.registerpaddle-container .register-form-submit-cancel,
.registerbidnow-container .register-form-submit-cancel {
  padding-bottom: 0px;
}
.RequiredMarker {
  display: inline;
}
.RequiredMarker--alt {
  vertical-align: bottom;
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  color: #353530;
}
.InputGroup-label {
  display: inline;
}
.InputGroup-label--alt {
  color: #646461;
  font-style: italic;
  font-weight: bold;
  font-size: 10px;
}
.InputGroup-errors {
  color: #9d261d;
}
.InputGroup-input {
  display: block !important;
}
.AuthCodeRegistration .register-button {
  width: 220px;
}
.FormActions-help {
  display: inline;
  margin-left: 10px;
  font-weight: bold;
  font-size: 10px;
}
.AuthCodeRegistration p {
  color: #646461;
  max-width: 400px;
}
.CardActivated {
  height: 70vh;
}
.CardActivated-text,
.CardActivated-actions {
  max-width: 360px;
}
.CardActivated-text > .register-button,
.CardActivated-actions > .register-button {
  width: 100%;
}
.CardActivated-text {
  margin-top: 20px;
  color: #646461;
  font-style: italic;
  font-weight: bold;
  font-size: 10px;
}
/****** Lot Selection *******/
.lotselection-selector-column {
  width: 700px;
  margin-right: 20px;
  float: left;
}
.lotselection-selector-column-wrap {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
}
.lotselection-selections-column-wrap {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
}
.lotselection-selections-list {
  padding-left: 20px;
  padding-right: 20px;
}
.lotselection-selections-column {
  width: 220px;
  float: right;
  background: white;
}
.lotselection-selections-column .lotselection-empty {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.lotselection-selections-column.contains-lots .lotselection-selections-list {
  max-height: 600px;
  overflow-y: auto;
}
.lotselection-selections-column.contains-lots .lotselection-empty {
  display: none;
}
.lotselection-mobile-back {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
}
.lotselection-mobile-back a {
  color: #000000;
}
.sticky-wrapper.is-sticky .lotselection-selections-column {
  margin-top: 20px;
}
.lotselection-selections-title {
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", Times, serif;
  border-bottom: 1px solid #b1b1a8;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.lotselection-add-lot {
  padding-left: 20px;
  padding-right: 20px;
  clear: both;
}
.lotselection-add-lot input {
  width: 90%;
}
.lotselection-add-lot-input {
  width: 75%;
  float: left;
}
.lotselection-add-lot-actions {
  width: 25%;
  float: left;
}
#lots-table-container {
  margin-bottom: 20px;
}
#lots-table-container .loading-img {
  display: none;
}
#lots-table-container.is-loading .loading-img {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.lotselection-item {
  *zoom: 1;
  position: relative;
  height: 190px;
  border-top: 1px solid #b1b1a8;
}
.lotselection-item:before,
.lotselection-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.lotselection-item:after {
  clear: both;
}
.lotselection-item:first-child {
  border-top: none;
}
.lotselection-item .lotselection-button.selected {
  display: none;
}
.lotselection-item.selected .lotselection-button {
  display: none;
}
.lotselection-item.selected .lotselection-button.selected {
  display: block;
}
.lotselection-action-buttons .disabled .lotselection-button {
  background: #646461;
  pointer-events: none;
  cursor: default;
}
.lotselection-add-lot {
  padding-top: 20px;
}
.lotselection-add-lot-title {
  font-weight: bold;
  text-transform: uppercase;
}
.lotselection-item-checkbox {
  display: none;
}
.lotselection-image-container {
  width: 30%;
  height: 100%;
  float: left;
}
.lotselection-image-wrap {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.lotselection-details {
  width: 45%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}
.lotselection-lotnumber {
  font-size: 28px;
  color: #969696;
  font-weight: bold;
  margin-bottom: 10px;
}
.lotselection-guaranteeline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  max-height: 23px;
}
.lotselection-guaranteeline a {
  color: #000000;
}
.lotselection-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'BentonLight', Arial, sans-serif;
  margin-bottom: 10px;
  max-height: 40px;
}
.lotselection-actions {
  margin-top: 40px;
  width: 25%;
  float: left;
}
.lotselection-action-buttons {
  padding-left: 20px;
  padding-right: 20px;
}
.lotselection-button {
  display: inline-block;
  width: 100%;
  font-family: "BentonComp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
}
.lotselection-button:hover {
  color: #ffffff;
  background: #a47f1a;
  cursor: pointer;
  text-decoration: none;
}
.lotselection-button.selected,
.lotselection-button.selected:hover {
  background: #a47f1a;
  cursor: auto;
}
.lotselection-myselections-item .lotselection-myselections-details {
  position: relative;
}
.lotselection-myselections-item .lotselection-item-checkbox {
  display: none;
}
.lotselection-myselections-item:before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 95%;
  border-bottom: 1px solid #b1b1a8;
}
.lotselection-myselections-item:first-child:before {
  display: none;
}
.lotselection-myselections-close {
  float: right;
  margin-top: 5px;
  color: #000000;
  font-size: 20px;
}
.lotselection-myselections-image-container {
  max-height: 150px;
  text-align: center;
  clear: both;
  margin-bottom: 10px;
}
.lotselection-myselections-image-container img {
  max-height: 100px;
}
.lotselection-myselections-guaranteeline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  text-transform: uppercase;
}
.lotselection-myselections-guaranteeline a {
  color: #000000;
}
.lotselection-myselections-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'BentonLight', Arial, sans-serif;
  font-family: bold;
  font-style: italic;
  margin-bottom: 10px;
}
.lotselection-myselections-actions {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.lotselection-myselections-back {
  width: 25%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  font-size: 10px;
}
.lotselection-myselections-back a {
  color: #000000;
}
.lotselection-myselections-next {
  width: 70%;
  display: inline-block;
  text-align: right;
}
.lotselection-pagination {
  position: relative;
  text-align: center;
  height: 50px;
  border-bottom: 1px solid #b1b1a8;
}
.lotselection-pagination .page-info {
  line-height: 50px;
}
.lotselection-pagination-prev {
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 28px;
}
.lotselection-pagination-prev a {
  color: #000000;
}
.lotselection-pagination-prev.disabled a {
  color: #b1b1a8;
  cursor: default;
  pointer-events: none;
}
.lotselection-pagination-next {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 28px;
}
.lotselection-pagination-next a {
  color: #000000;
}
.lotselection-pagination-next.disabled a {
  color: #b1b1a8;
  cursor: default;
  pointer-events: none;
}
.lotselection-filter {
  background: #7e7f79;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.lotselection-filter .dropdown-menu > li > a:hover {
  color: #000000;
}
.lotselection-filter .dropdown-toggle {
  background: #ffffff;
  color: #000000;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
}
.lotselection-filter .dropdown-toggle .caret {
  margin-top: 0px;
}
.lotselection-filter .dropdown-toggle > span {
  font-size: 11px;
  font-weight: bold;
}
.lotselection-filter .dropdown-menu {
  max-height: 400px;
  min-width: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.lotselection-artist-filter > label {
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.lotselection-keyword-filter {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -8px;
}
.lotselection-keyword-filter input {
  width: 100%;
  margin-bottom: 0px;
}
.lotselection-form-error {
  color: #b94a48;
  float: left;
}
.lotselection-add-lot .lotselection-form-error {
  float: left;
  margin-bottom: 10px;
}
/****** Edit bids *******/
.editbids-list {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
}
.editbids-list-item {
  *zoom: 1;
  position: relative;
  min-height: 190px;
  border-top: 1px solid #b1b1a8;
}
.editbids-list-item:before,
.editbids-list-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.editbids-list-item:after {
  clear: both;
}
.editbids-list-item:first-child {
  border-top: none;
}
.editbids-list-item .lotselection-button.disabled {
  display: none;
}
.editbids-list-item.selected .lotselection-button {
  display: none;
}
.editbids-list-item.selected .lotselection-button.disabled {
  display: block;
}
.editbids-image-container {
  width: 20%;
  display: table;
  height: 100%;
  float: left;
}
.editbids-image-wrap {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.editbids-details {
  width: 35%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}
.editbids-lotnumber {
  font-size: 28px;
  color: #969696;
  font-weight: bold;
  margin-bottom: 10px;
}
.editbids-guaranteeline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  max-height: 23px;
}
.editbids-guaranteeline a {
  color: #000000;
}
.editbids-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'BentonLight', Arial, sans-serif;
  margin-bottom: 10px;
  max-height: 40px;
}
.editbids-bidsize {
  margin-top: 40px;
  width: 40%;
  float: left;
}
.editbids-bidsize label {
  font-weight: bold;
}
.editbids-bidsize .currency {
  margin-left: 5px;
}
.editbids-estimate {
  margin-top: 10px;
  margin-bottom: 10px;
}
.editbids-delete,
a.editbids-delete {
  position: absolute;
  right: 11px;
  top: 45%;
  font-size: 30px;
  color: #000000;
}
.editbids-actions {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.editbids-button {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 200px;
  font-family: "BentonComp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
}
.editbids-button:hover {
  color: #ffffff;
  background: #a47f1a;
  cursor: pointer;
  text-decoration: none;
}
.editbids-button.disabled,
.editbids-button.disabled:hover {
  background: #999999;
  cursor: auto;
}
.editbids-actions-back {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
}
.editbids-actions-back a {
  color: #000000;
}
.editbids-actions-back {
  display: inline-block;
}
.editbids-actions-next {
  display: inline-block;
}
/****** Confirm Bids *******/
.bid-confirm-column .lotselection-form-error {
  float: none;
}
.confirmbids-list {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
}
.confirmbids-list-item {
  *zoom: 1;
  position: relative;
  min-height: 190px;
  border-top: 1px solid #b1b1a8;
}
.confirmbids-list-item:before,
.confirmbids-list-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.confirmbids-list-item:after {
  clear: both;
}
.confirmbids-list-item:first-child {
  border-top: none;
}
.confirmbids-list-item .lotselection-button.disabled {
  display: none;
}
.confirmbids-list-item.selected .lotselection-button {
  display: none;
}
.confirmbids-list-item.selected .lotselection-button.disabled {
  display: block;
}
.confirmbids-image-container {
  width: 20%;
  display: table;
  height: 100%;
  float: left;
}
.confirmbids-image-wrap {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.confirmbids-details {
  width: 35%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}
.confirmbids-lotnumber {
  font-size: 28px;
  color: #969696;
  font-weight: bold;
  margin-bottom: 10px;
}
.confirmbids-guaranteeline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  max-height: 23px;
}
.confirmbids-guaranteeline a {
  color: #000000;
}
.confirmbids-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'BentonLight', Arial, sans-serif;
  margin-bottom: 10px;
  max-height: 40px;
}
.confirmbids-bidsize {
  margin-top: 40px;
  width: 40%;
  float: left;
}
.confirmbids-bidsize label {
  font-weight: bold;
}
.confirmbids-estimate {
  margin-top: 10px;
  margin-bottom: 10px;
}
.confirmbids-delete,
a.confirmbids-delete {
  position: absolute;
  right: 11px;
  top: 45%;
  font-size: 30px;
  color: #000000;
}
.confirmbids-actions {
  margin-top: 20px;
  display: inline-block;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #b1b1a8;
}
.confirmbids-button {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 200px;
  font-family: "BentonComp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
  border: none;
}
.confirmbids-button:hover {
  color: #ffffff;
  background: #a47f1a;
  cursor: pointer;
  text-decoration: none;
}
.confirmbids-button.disabled,
.confirmbids-button.disabled:hover {
  background: #999999;
  cursor: auto;
}
.confirmbids-actions-back {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
}
.confirmbids-actions-back a {
  color: #000000;
}
.confirmbids-actions-back {
  display: inline-block;
}
.confirmbids-actions-next {
  display: inline-block;
}
/* Account Info */
.thankyou-registration-info {
  *zoom: 1;
}
.thankyou-registration-info:before,
.thankyou-registration-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.thankyou-registration-info:after {
  clear: both;
}
.thankyou-registration-info-col,
.thankyou-registration-info-col-half,
.thankyou-registration-info-col-small {
  width: 270px;
  height: 70px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #b1b1a8;
}
.thankyou-registration-info-col:first-child,
.thankyou-registration-info-col-half:first-child,
.thankyou-registration-info-col-small:first-child {
  padding-left: 0px;
  border-left: none;
}
.thankyou-registration-info-col-small {
  width: 225px;
}
.thankyou-registration-info-col-half {
  width: 190px;
  padding-right: 0px;
}
.thankyou-registration-info-icon {
  float: left;
  margin-top: 10px;
}
.thankyou-registration-info-details {
  padding-top: 10px;
  padding-bottom: 10px;
}
.thankyou-registration-info-details-wrap {
  padding-left: 55px;
}
.thankyou-registration-info-header {
  font-weight: bold;
  margin-bottom: 0px;
}
.thankyou-telephone-container .thankyou-registration-info-col-half .thankyou-registration-info-details-wrap {
  padding-left: 0px;
}
.thankyou-bids-notice {
  *zoom: 1;
  color: #ffffff;
  background: #000000;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.thankyou-bids-notice:before,
.thankyou-bids-notice:after {
  display: table;
  content: "";
  line-height: 0;
}
.thankyou-bids-notice:after {
  clear: both;
}
.thankyou-bids-notice-text {
  width: 75%;
  float: left;
  display: inline-block;
}
.thankyou-bids-notice-actions {
  width: 24%;
  float: left;
  text-align: right;
  margin-top: 8px;
}
/* Bid Info */
.thankyou-bids-table {
  *zoom: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.thankyou-bids-table:before,
.thankyou-bids-table:after {
  display: table;
  content: "";
  line-height: 0;
}
.thankyou-bids-table:after {
  clear: both;
}
.thankyou-bids-table-head {
  *zoom: 1;
}
.thankyou-bids-table-head:before,
.thankyou-bids-table-head:after {
  display: table;
  content: "";
  line-height: 0;
}
.thankyou-bids-table-head:after {
  clear: both;
}
.thankyou-bids-table-head > div {
  font-weight: bold;
}
.thankyou-bids-table-lot {
  width: 15%;
  float: left;
}
.thankyou-bids-table-description {
  width: 40%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  overflow: hidden;
}
.thankyou-bids-table-estimate {
  width: 25%;
  float: left;
}
.thankyou-bids-table-bid {
  width: 10%;
  float: left;
}
.thankyou-bids-list {
  display: none;
}
/* Actions */
.thankyou-actions {
  width: 70%;
  margin: 0 auto;
}
.thankyou-actions-row {
  *zoom: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.thankyou-actions-row:before,
.thankyou-actions-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.thankyou-actions-row:after {
  clear: both;
}
.thankyou-actions-leftcol {
  width: 70%;
  display: inline-block;
  float: left;
}
.thankyou-actions-rightcol {
  width: 30%;
  float: right;
}
.thankyou-actions-rightcol .register-button {
  width: 100%;
}
/* Footer */
.thankyou-footer {
  *zoom: 1;
  margin-top: 20px;
  border-top: 1px solid #b1b1a8;
}
.thankyou-footer:before,
.thankyou-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.thankyou-footer:after {
  clear: both;
}
.thankyou-footer h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: 'Mercury Display 6r', 'Mercury', serif;
}
.thankyou-footer-cell {
  width: 32%;
  float: left;
  padding-right: 10px;
}
.thankyou-footer-cell {
  width: 32%;
  float: left;
}
.thankyou-footer-cell {
  width: 32%;
  float: left;
}
.action-bar button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0px 20px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
  background: #7e7f79;
  border: 0;
  color: #ffffff;
  *border: 0;
  *margin-left: .3em;
}
.btn:first-child {
  *margin-left: 0;
}
.action-bar button {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #a47f1a;
  *background-color: #8e6e17;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #785d13 \9;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #1b1b1b;
  *background-color: #0e0e0e;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #010101 \9;
}
.action-bar button.CreditCardForm-cancelButton {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.action-bar button.CreditCardForm-cancelButton {
  border-color: transparent;
  cursor: pointer;
  color: #a47f1a;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span16 {
  width: 940px;
}
.span15 {
  width: 880px;
}
.span14 {
  width: 820px;
}
.span13 {
  width: 760px;
}
.span12 {
  width: 700px;
}
.span11 {
  width: 640px;
}
.span10 {
  width: 580px;
}
.span9 {
  width: 520px;
}
.span8 {
  width: 460px;
}
.span7 {
  width: 400px;
}
.span6 {
  width: 340px;
}
.span5 {
  width: 280px;
}
.span4 {
  width: 220px;
}
.span3 {
  width: 160px;
}
.span2 {
  width: 100px;
}
.span1 {
  width: 40px;
}
.offset16 {
  margin-left: 980px;
}
.offset15 {
  margin-left: 920px;
}
.offset14 {
  margin-left: 860px;
}
.offset13 {
  margin-left: 800px;
}
.offset12 {
  margin-left: 740px;
}
.offset11 {
  margin-left: 680px;
}
.offset10 {
  margin-left: 620px;
}
.offset9 {
  margin-left: 560px;
}
.offset8 {
  margin-left: 500px;
}
.offset7 {
  margin-left: 440px;
}
.offset6 {
  margin-left: 380px;
}
.offset5 {
  margin-left: 320px;
}
.offset4 {
  margin-left: 260px;
}
.offset3 {
  margin-left: 200px;
}
.offset2 {
  margin-left: 140px;
}
.offset1 {
  margin-left: 80px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span16 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span15 {
  width: 93.61702128%;
  *width: 93.56382979%;
}
.row-fluid .span14 {
  width: 87.23404255%;
  *width: 87.18085106%;
}
.row-fluid .span13 {
  width: 80.85106383%;
  *width: 80.79787234%;
}
.row-fluid .span12 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span11 {
  width: 68.08510638%;
  *width: 68.03191489%;
}
.row-fluid .span10 {
  width: 61.70212766%;
  *width: 61.64893617%;
}
.row-fluid .span9 {
  width: 55.31914894%;
  *width: 55.26595745%;
}
.row-fluid .span8 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span7 {
  width: 42.55319149%;
  *width: 42.5%;
}
.row-fluid .span6 {
  width: 36.17021277%;
  *width: 36.11702128%;
}
.row-fluid .span5 {
  width: 29.78723404%;
  *width: 29.73404255%;
}
.row-fluid .span4 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span3 {
  width: 17.0212766%;
  *width: 16.96808511%;
}
.row-fluid .span2 {
  width: 10.63829787%;
  *width: 10.58510638%;
}
.row-fluid .span1 {
  width: 4.25531915%;
  *width: 4.20212766%;
}
.row-fluid .offset16 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset16:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset15 {
  margin-left: 97.87234043%;
  *margin-left: 97.76595745%;
}
.row-fluid .offset15:first-child {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset14 {
  margin-left: 91.4893617%;
  *margin-left: 91.38297872%;
}
.row-fluid .offset14:first-child {
  margin-left: 89.36170213%;
  *margin-left: 89.25531915%;
}
.row-fluid .offset13 {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset13:first-child {
  margin-left: 82.9787234%;
  *margin-left: 82.87234043%;
}
.row-fluid .offset12 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset12:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset11 {
  margin-left: 72.34042553%;
  *margin-left: 72.23404255%;
}
.row-fluid .offset11:first-child {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset10 {
  margin-left: 65.95744681%;
  *margin-left: 65.85106383%;
}
.row-fluid .offset10:first-child {
  margin-left: 63.82978723%;
  *margin-left: 63.72340426%;
}
.row-fluid .offset9 {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset9:first-child {
  margin-left: 57.44680851%;
  *margin-left: 57.34042553%;
}
.row-fluid .offset8 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset8:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset7 {
  margin-left: 46.80851064%;
  *margin-left: 46.70212766%;
}
.row-fluid .offset7:first-child {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset6 {
  margin-left: 40.42553191%;
  *margin-left: 40.31914894%;
}
.row-fluid .offset6:first-child {
  margin-left: 38.29787234%;
  *margin-left: 38.19148936%;
}
.row-fluid .offset5 {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset5:first-child {
  margin-left: 31.91489362%;
  *margin-left: 31.80851064%;
}
.row-fluid .offset4 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset4:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset3 {
  margin-left: 21.27659574%;
  *margin-left: 21.17021277%;
}
.row-fluid .offset3:first-child {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2 {
  margin-left: 14.89361702%;
  *margin-left: 14.78723404%;
}
.row-fluid .offset2:first-child {
  margin-left: 12.76595745%;
  *margin-left: 12.65957447%;
}
.row-fluid .offset1 {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
.row-fluid .offset1:first-child {
  margin-left: 6.38297872%;
  *margin-left: 6.27659574%;
}
.action-bar button {
  width: 180px;
}
.action-bar button {
  background: #000000;
  display: inline-block;
  float: none;
  font-family: "BentonCompMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.action-bar button:focus {
  color: #ffffff;
  font-size: 12px;
}
.action-bar button:hover {
  background: #624c10;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
}
.action-bar button:not(:first-of-type) {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 1em;
}
.action-bar button.disabled {
  background: #7e7f79;
  font-size: 12px;
  cursor: not-allowed;
}
.action-bar button.CreditCardForm-cancelButton {
  background: transparent;
  color: #000000;
  font-family: "BentonBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.PaymentProcess {
  margin: 2em 0;
}
.PaymentProcess-subComponent {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 980px) {
  .PaymentProcess-subComponent {
    width: 940px;
  }
}
.PaymentProcess-subComponent a:not(:hover),
.PaymentProcess-subComponent p,
.PaymentProcess-subComponent li {
  color: #000000;
  font-family: Benton, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.PaymentProcess-subComponent .ErrorLabel {
  color: #b94a48;
  font-weight: normal;
  float: right;
}
.PaymentProcess-subComponent [data-validity="false"],
.PaymentProcess-subComponent [data-validity="false"]:focus {
  border-color: rgba(185, 74, 72, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
}
.PaymentProcess-subComponent [data-toggle="popover"] {
  cursor: pointer;
  text-decoration: underline;
}
.PaymentProcess-subComponent .popover {
  max-width: 500px;
}
.PaymentProcess-subComponent .info-popover-icon {
  border-radius: 50%;
  border: 1px solid;
  display: inline-block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  line-height: 16px;
  padding: 2px 8px 2px 7px;
  text-decoration: none;
  text-transform: lowercase;
  vertical-align: bottom;
}
.PaymentProcess-subComponent .info-popover-icon:before {
  content: 'i';
}
.PaymentProcess-subComponent .popover-info {
  font-family: Benton, Arial, sans-serif;
  text-transform: initial;
  font-weight: normal;
  font-size: 13px;
}
.PaymentProcess-subComponent .CreditCardForm-popoverWrapper,
.PaymentProcess-subComponent .InvoiceForm-popoverWrapper {
  left: -1000%;
  position: absolute;
}
.PaymentProcess-subComponent .popover .popover-content {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
}
.PaymentProcess-subComponent .popover .popover-content p,
.PaymentProcess-subComponent .popover .popover-content a {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
.PaymentProcess-subComponent .popover .popover-content p:last-of-type {
  margin: 0;
}
.PaymentProcess-subComponent .modal .modal-header {
  font-family: 'BentonLight', Arial, sans-serif;
  font-size: 24px;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
}
.PaymentProcess-subComponent .modal .modal-title {
  font-size: inherit;
}
.PaymentProcess-subComponent .modal .modal-body {
  box-sizing: border-box;
  overflow-y: auto;
  padding: 0 1em 2em 1em;
  text-align: center;
}
.PaymentProcess-subComponent .modal .modal-body,
.PaymentProcess-subComponent .modal .modal-body img {
  max-height: 500px;
}
.PaymentProcess-subComponent .modal-backdrop {
  background-color: #000000;
}
.PaymentProcess-subComponent .invoiceModalIntro ul {
  margin-top: 2em;
  padding: 2em 0;
}
.PaymentProcess-subComponent .invoiceModalIntro ul li {
  cursor: pointer;
  display: inline-block;
  font-family: Benton;
  font-weight: bold;
  padding: 2em;
  text-transform: uppercase;
}
.PaymentProcessHeader {
  border-bottom: 2px solid #000000;
}
.PaymentProcessHeader .PaymentProcessHeader-returnLink {
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}
.PaymentProcessHeader .PaymentProcessHeader-formTitle {
  font-family: 'BentonLight', Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.PaymentProcessHeader .PaymentProcessHeader-formTitle .PaymentProcessHeader-screenTitle {
  font-family: Benton, Arial, sans-serif;
  border-left: 1px solid #000000;
  display: inline-block;
  line-height: 0.75em;
  margin-left: 0.4em;
  padding: 2px 0 0 0.4em;
}
.PaymentProcessHeader .PaymentProcessHeader-instructions {
  color: #000000;
  font-size: 1.3em;
}
.PaymentProcessInvoiceForm-instructionList {
  color: #000000;
  font-size: 1.3em;
  margin: 1em 0;
  padding-left: 1.1em;
}
.PaymentProcessInvoiceForm-instructionList li {
  list-style: disc;
  margin-bottom: 0.25em;
}
.PaymentProcess-modalLauncher {
  cursor: pointer;
  margin-left: 2%;
  text-decoration: underline;
}
.CreditCardLoader {
  border: 2px solid #cfcfc4;
  margin-top: 1em;
  padding: 3em;
}
.CreditCardLoader .SpinnerWrapper {
  display: inline-block;
  position: relative;
  width: 20%;
  z-index: 900;
}
.CreditCardLoader-text {
  display: inline-block;
}
.CreditCardSelection {
  box-sizing: border-box;
  color: #a9a9a9;
  display: inline-block;
  font-weight: bold;
  margin-top: 1em;
  width: 120px;
  text-align: center;
  cursor: pointer;
}
.CreditCardSelection:nth-child(even) {
  margin: 0 20px;
}
.CreditCardSelection > div {
  margin-bottom: 1em;
}
.CreditCardSelection-image {
  width: 112px;
  height: 74px;
  margin: 0 auto;
}
.CreditCardSelection-image__visa {
  background-image: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/visa_down.png');
  background-size: 100% 100%;
}
.CreditCardSelection-image__visa.isHighlighted {
  background-image: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/visa_up.png');
}
.CreditCardSelection-image__visa.isHighlighted + .CreditCardSelection-label {
  color: #000000;
}
.CreditCardSelection-image__amex {
  background-image: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/amex_down.png');
  background-size: 100% 100%;
}
.CreditCardSelection-image__amex.isHighlighted {
  background-image: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/amex_up.png');
}
.CreditCardSelection-image__amex.isHighlighted + .CreditCardSelection-label {
  color: #000000;
}
.CreditCardSelection-image__mastercard {
  background-image: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/mastercard_down.png');
  background-size: 100% 100%;
}
.CreditCardSelection-image__mastercard.isHighlighted {
  background-image: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/mastercard_up.png');
}
.CreditCardSelection-image__mastercard.isHighlighted + .CreditCardSelection-label {
  color: #000000;
}
.PaymentProcess-subComponent--invoiceForm {
  position: relative;
}
.PaymentProcess-subComponent--invoiceForm .PaymentProcessHeader {
  border-width: 1px;
}
.PaymentProcess-subComponent--invoiceForm .more-info {
  cursor: pointer;
  margin-top: -5px;
  width: 15px;
}
.PaymentProcess-subComponent--invoiceForm .hide-modal {
  display: none;
}
.PaymentProcess-subComponent--invoiceForm .show-modal {
  display: block;
}
.PaymentProcess-subComponent--invoiceForm .ModalWindow {
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 22px;
  padding: 40px 20px;
  position: absolute;
  top: 20%;
  z-index: 105;
}
.PaymentProcess-subComponent--invoiceForm .ModalWindow .glyph-x {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.PaymentProcess-subComponent--invoiceForm .overlay {
  background-color: #000000;
  height: 100%;
  opacity: .8;
  top: -10px;
  width: 100%;
  z-index: 100;
}
.PaymentProcessInvoiceForm-formWrapper {
  border-bottom: 1px solid #000000;
  margin: 1em 0;
  padding-bottom: 1em;
}
.PaymentProcess-subComponent--invoiceForm .PaymentProcessInvoiceForm-formWrapper {
  border-bottom: 0;
}
.PaymentProcessInvoiceForm-formWrapper input {
  width: 60%;
}
.PaymentProcessInvoiceForm-formWrapper input[disabled] {
  border: 0;
  color: #000000;
  font-size: 16px;
  margin-top: 0.25em;
}
.PaymentProcessInvoiceForm-formWrapper .LineItem {
  margin-top: 1.4em;
}
.PaymentProcessInvoiceForm-formWrapper .LineItem:not(:first-of-type) {
  margin-top: 2.6em;
}
.PaymentProcessInvoiceForm-formWrapper .LineItem-heading {
  margin-bottom: 0;
}
.PaymentProcessInvoiceForm-formWrapper .LineItem-headingParen {
  color: #000000;
  display: inline-block;
  margin-left: 0.8em;
}
.PaymentProcessInvoiceForm-error {
  border: 1px solid #000000;
  margin: 2em 0;
  padding: 2em;
  text-align: center;
}
.PaymentProcessInvoiceForm-error,
.PaymentProcessInvoiceForm-error p,
.PaymentProcessInvoiceForm-error li {
  color: #b94a48;
}
.InvoiceSummary {
  border-bottom: 1px solid black;
  padding: 1.2em 0;
}
.InvoiceSummaryRow {
  *zoom: 1;
}
.InvoiceSummaryRow:before,
.InvoiceSummaryRow:after {
  display: table;
  content: "";
  line-height: 0;
}
.InvoiceSummaryRow:after {
  clear: both;
}
.InvoiceSummaryRow:first-of-type {
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
  padding-bottom: 2em;
}
.InvoiceSummaryRow:last-of-type > .LineItem {
  margin-left: 0;
}
.InvoiceSummaryRow:last-of-type > .LineItem:last-child {
  float: right;
}
.InvoiceSummaryRow > .LineItem {
  display: inline-block;
  margin-left: 5%;
  width: 30%;
}
.InvoiceSummaryRow > .LineItem:first-child {
  margin-left: 0;
}
.LineItem .LineItem-heading {
  font-family: "BentonBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.LineItem .LineItem-headingParen {
  font-size: 0.6em;
  text-transform: lowercase;
}
.LineItem .LineItem-content {
  color: #000000;
  font-family: Benton, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.LineItem .LineItem-content:not(:last-of-type) {
  margin: 0;
}
.CreditCardForm input,
.CreditCardForm select {
  margin: 0;
}
.CreditCardForm [type="text"],
.CreditCardForm select {
  color: #000000;
  font-family: Benton, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.CreditCardForm p {
  margin-bottom: 1em;
}
.CreditCardForm fieldset {
  margin-bottom: 1.4em;
  position: relative;
}
.CreditCardForm-invoiceSubtotal {
  padding: 1em;
}
.CreditCardForm-invoiceSubtotal p {
  margin: 0;
}
.CreditCardForm-invoiceSubtotalRow,
.CreditCardForm-invoiceTotal {
  padding: 0 0 1em 0;
  position: relative;
}
.CreditCardForm-invoiceSubtotalRow h2,
.CreditCardForm-invoiceTotal h2 {
  margin: 0;
}
.CreditCardForm-invoiceSubtotalRow .CreditCardForm-invoiceSubtotalAmount,
.CreditCardForm-invoiceTotal .CreditCardForm-invoiceSubtotalAmount {
  font-size: 1.3em;
  position: absolute;
  right: 0;
  top: 0;
}
.CreditCardForm-invoiceTotal {
  border-top: 1px dashed #000000;
  border-bottom: 1px solid #000000;
  padding: 1.3em 1em;
}
.CreditCardForm-invoiceTotal .CreditCardForm-invoiceSubtotalAmount {
  right: 0.8em;
  top: 0.8em;
}
.CreditCardForm-formWrapper {
  padding: 1em;
}
.CreditCardForm-formWrapper > p {
  width: 75%;
}
.CreditCardForm-formWrapper label {
  cursor: default;
  font-family: "BentonBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.CreditCardForm-formWrapper fieldset > span {
  display: inline-block;
  width: 62%;
}
.CreditCardForm-formWrapper fieldset > span input {
  width: 98%;
}
.CreditCardForm-formWrapper .CreditCardForm-error {
  color: #b94a48;
  font-weight: bold;
}
.CreditCardForm-formWrapper .CreditCardForm-ccCvvWrapper {
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 0;
  width: 32%;
}
.CreditCardForm-formWrapper .CreditCardForm-ccCvvWrapper input {
  width: 95%;
}
.CreditCardForm-formWrapper .CreditCardForm-ccExpDateWrapper {
  width: 82%;
}
.CreditCardForm-formWrapper select {
  width: 47.5%;
}
.CreditCardForm-formWrapper select:last-child {
  margin-left: 5%;
}
.CreditCardInfo,
.InvoiceTotals {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.CreditCardInfo {
  border: 2px solid #cfcfc4;
  box-sizing: border-box;
  float: left;
  padding: 2em;
}
.CreditCardInfo .LineItem-heading {
  display: inline-block;
  width: 37%;
}
.CreditCardInfo .LineItem-content {
  display: inline-block;
  margin-left: 10%;
  width: 53%;
}
.InvoiceTotals {
  margin-left: 2%;
}
.InvoiceTotals .LineItem-heading {
  display: inline-block;
  width: 60%;
}
.InvoiceTotals .LineItem-content {
  display: inline-block;
  margin-left: 10%;
  text-align: right;
  vertical-align: middle;
  width: 30%;
}
.InvoiceTotals .InvoiceTotals-totalAmount {
  border-top: 1px solid #000000;
}
.PaymentProcess-subComponent--processing {
  text-align: center;
}
.PaymentProcess-subComponent--processing header {
  border: 0;
}
.PaymentProcess-subComponent--processing header h1 {
  margin: 0;
}
.PaymentProcess-subComponent--processing .SpinnerWrapper {
  height: 200px;
}
.PaymentProcessConfirmation-paymentDetails {
  *zoom: 1;
  border-bottom: 1px solid #000000;
  padding: 1em 0;
}
.PaymentProcessConfirmation-paymentDetails:before,
.PaymentProcessConfirmation-paymentDetails:after {
  display: table;
  content: "";
  line-height: 0;
}
.PaymentProcessConfirmation-paymentDetails:after {
  clear: both;
}
.PaymentProcess-subComponent--confirmation .PaymentProcessHeader-instructions {
  display: inline-block;
  width: 95%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.PaymentProcess-subComponent--confirmation .PaymentProcessHeader-printIcon {
  display: inline-block;
  width: 5%;
  height: 39px;
  box-sizing: border-box;
  background-image: url('/etc/designs/redesigns/sothebys/redesignlibs/source/img/print-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  cursor: pointer;
}
body[class*="span"] {
  float: none;
  margin-left: auto;
}
.online-only a,
.online-only a.action,
.online-only select,
.online-only textarea,
.online-only input[type="text"],
.online-only input[type="password"],
.online-only input[type="datetime"],
.online-only input[type="datetime-local"],
.online-only input[type="date"],
.online-only input[type="month"],
.online-only input[type="time"],
.online-only input[type="week"],
.online-only input[type="number"],
.online-only input[type="email"],
.online-only input[type="url"],
.online-only input[type="search"],
.online-only input[type="tel"],
.online-only input[type="color"],
.online-only .uneditable-input,
.online-only h5.alt {
  color: #000000;
}
.online-only a:hover,
.online-only a:focus,
.online-only a.action:hover {
  color: #ffbd00;
}
.online-only footer a {
  color: #ffffff;
}
.online-only .btn {
  background: #000000;
}
.online-only .btn-link,
.online-only .btn-link:not(#mobileListButton):hover,
.online-only .btn-link:not(#mobileListButton):focus {
  color: #ffbd00;
}
.online-only .btn-primary {
  background: #ffbd00;
  background-image: none;
}
.online-only .close,
.online-only .close:hover,
.online-only .close:focus {
  opacity: 1;
}
.vevent time,
.vevent .location {
  font-size: small;
  color: #1b1b1b;
  text-transform: uppercase;
}
.online-only .vevent time,
.online-only .vevent .location {
  color: inherit;
}
.vevent .location.no-append:after {
  content: "";
}
.vevent .location a.times {
  margin-left: 1em;
  font-size: 11px;
  color: #b1b1a8;
  text-decoration: underline;
}
.vevent a.times {
  margin-left: 1em;
  font-size: small;
  color: #b1b1a8;
  text-decoration: underline;
}
.vevent .dtstart {
  color: #1b1b1b;
}
.caps {
  text-transform: uppercase;
}
.widget-banner img {
  padding-top: 20px;
}
.widget-related-auctions .item {
  width: 100px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.widget-related-auctions .item:last-child {
  margin-right: 0;
}
.widget-related-auctions .item img {
  margin-bottom: 0.5em;
}
.widget-related-auctions .item .desc {
  color: #646461;
  line-height: 1.2em;
  height: 2.4em;
  text-align: left;
}
.estimate {
  border-top: 1px solid #d7d6ce;
  border-bottom: 1px solid #d7d6ce;
  line-height: 2;
  margin-bottom: 20px;
}
.notes,
.featured-media,
.featured-content {
  padding: 0;
  /* Reset mobile padding */
}
.notes a.feature img:hover,
.featured-media a.feature img:hover,
.featured-content a.feature img:hover {
  border: 1px solid #A47F1A;
  margin: -1px;
}
.notes p {
  margin: 10px 0 0;
}
.featured-content.bordered-top {
  border-top: 1px solid 1px solid #c5c5bc;
  padding-top: 20px;
}
.times .overlay-content {
  color: #353530;
  width: 250px;
  padding: 25px 40px;
  background: #fff;
  white-space: nowrap;
}
.results-article .type {
  margin: 4px 0 -4px;
  font-size: 11px;
}
.text-container .type,
.results-article .type {
  color: #a47f1a;
}
.text-container .s2wrap,
.results-article .s2wrap {
  background: #a47f1a;
  color: #fff;
  display: table-cell;
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding: 3px 6px;
  width: auto;
}
.text-container .s2wrap > .glyph-s2,
.results-article .s2wrap > .glyph-s2 {
  margin: -6px 0 0;
  display: block;
}
.sale-header .text-container a .s2wrap {
  background: none;
  color: #a47f1a;
}
.main-page-info .topic,
.text-container .topic,
.results-article .topic,
.main-page-info .type,
.text-container .type,
.results-article .type {
  font-family: 'Benton';
  font-size: 10px;
  text-transform: uppercase;
}
.main-page-info .heading,
.text-container .heading,
.results-article .heading {
  font-family: 'Mercury Display 4r';
  font-size: 28px;
  font-weight: normal;
  height: auto;
  max-height: none;
  line-height: 1.15;
  margin: 2px 0;
}
.main-page-info .topic,
.text-container .topic,
.results-article .topic {
  margin: 20px 0 0 0;
}
.main-page-info .description,
.text-container .description,
.results-article .description {
  margin: 1em 0;
  height: 60px;
}
.main-page-info .sale,
.text-container .sale,
.results-article .sale {
  color: #353530;
  font-size: 10px;
}
.connect-links {
  width: 280px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.connect-links .row {
  text-align: justify;
  margin-top: 10px;
  margin-left: 0;
}
.connect-links ul {
  width: auto;
}
.connect-links ul:last-child:after {
  display: inline-block !important;
  width: 100%;
  content: '';
}
.connect-links li {
  display: inline;
}
.connect-links li > a {
  font-size: 40px;
  color: #999;
  display: inline-block;
}
.connect-links h4 {
  text-transform: none;
  margin-bottom: 0;
}
.scroll-nav {
  display: block;
  text-align: center;
  width: auto;
  position: relative;
  border-top: 1px solid #afafa3;
  border-bottom: 1px solid #afafa3;
  padding: 0 40px;
  /* Removed for rebranding (old cream color) */
  /* &:before {
    width: 20px;
    height: 40px;
    position: absolute; top: 0; left: 40px;
    background: -moz-linear-gradient(left,  rgba(222,223,205,1) 0%, rgba(222,223,205,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(222,223,205,1)), color-stop(100%,rgba(222,223,205,0)));
    background: -webkit-linear-gradient(left,  rgba(222,223,205,1) 0%,rgba(222,223,205,0) 100%);
    background: -o-linear-gradient(left,  rgba(222,223,205,1) 0%,rgba(222,223,205,0) 100%);
    background: -ms-linear-gradient(left,  rgba(222,223,205,1) 0%,rgba(222,223,205,0) 100%);
    background: linear-gradient(to right,  rgba(222,223,205,1) 0%,rgba(222,223,205,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedfcd', endColorstr='#00dedfcd',GradientType=1 );

    content:'';
    z-index: 19;
  }
  &:after {
    width: 20px;
    height: 40px;
    position: absolute; top: 0; right: 40px;
    background: -moz-linear-gradient(left,  rgba(222,223,205,0) 0%, rgba(222,223,205,1) 99%, rgba(222,223,205,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(222,223,205,0)), color-stop(99%,rgba(222,223,205,1)), color-stop(100%,rgba(222,223,205,1)));
    background: -webkit-linear-gradient(left,  rgba(222,223,205,0) 0%,rgba(222,223,205,1) 99%,rgba(222,223,205,1) 100%);
    background: -o-linear-gradient(left,  rgba(222,223,205,0) 0%,rgba(222,223,205,1) 99%,rgba(222,223,205,1) 100%);
    background: -ms-linear-gradient(left,  rgba(222,223,205,0) 0%,rgba(222,223,205,1) 99%,rgba(222,223,205,1) 100%);
    background: linear-gradient(to right,  rgba(222,223,205,0) 0%,rgba(222,223,205,1) 99%,rgba(222,223,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dedfcd', endColorstr='#dedfcd',GradientType=1 );

    content:'';
    z-index: 19;
  } */
}
.scroll-nav ul {
  white-space: nowrap;
  display: block;
  overflow: auto;
}
.scroll-nav li {
  display: inline-block;
  width: auto;
}
.scroll-nav li.active a {
  color: #a47f1a;
}
.scroll-nav li a {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 15px;
}
.scroll-nav .glyph-arrow-left,
.scroll-nav .glyph-arrow-right {
  font-size: 20px;
  color: #000;
}
.scroll-nav .control {
  position: absolute;
  top: 10px;
  z-index: 20;
}
.scroll-nav .control:hover {
  text-decoration: none;
}
.scroll-nav .control.left {
  left: 10px;
}
.scroll-nav .control.right {
  right: 10px;
}
.divided-pair {
  background: #dedfcd;
  position: relative;
  /*
    .sectionHeading {
      margin-top: 0;
      padding: 0 0 .3em 0;
      line-height: 100%;
      text-transform: none;
      a {
        color: @grayLight;
        font-size: .7em;
        margin-left: 10px;
      }
    }
    */
}
.divided-pair .divider {
  border-right: 1px solid #cfcfc4;
  height: 115px;
  position: absolute;
  top: 80px;
  left: 50%;
}
.divided-pair .group {
  float: left;
  margin: 1em 0;
  width: 45%;
  position: relative;
  min-height: 100px;
}
.divided-pair .group:last-of-type {
  float: right;
}
.divided-pair .group .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
}
.divided-pair .group .image .image {
  width: 100%;
}
.divided-pair .group .details,
.divided-pair .group .video-blog-details {
  margin-left: 190px;
  /*
        .date {
          font-weight: bold;
          padding-right: 5%;
        }

        .location {
          color: @textColor;
          text-transform: uppercase;
        }

        .heading {
          font-family: 'BentonLight';
          font-weight: normal;
          margin: 0.5em 0;
          padding: 0;
        }
        */
}
.divided-pair .group .details .type,
.divided-pair .group .video-blog-details .type {
  margin-bottom: 0;
}
.video-div {
  height: 560px;
}
@media only screen and (min-width: 1200px) {
  .lot-navigation {
    display: block;
    position: relative;
    padding: 0 10%;
    top: 160px;
  }
  .lot-navigation.lotdetail-navigation {
    top: 320px;
  }
  body.contains-preferred-nav .lotdetail-navigation.lot-navigation {
    top: 362px;
  }
  .arrow-left {
    position: absolute;
    font-size: 60px;
    left: 5%;
  }
  .arrow-right {
    position: absolute;
    font-size: 60px;
    right: 5%;
  }
}
.online-only .arrow-left,
.online-only .arrow-right {
  display: block;
  height: 4rem;
  top: -0.5em;
}
.online-only .arrow-left::after,
.online-only .arrow-right::after,
.online-only .arrow-left::before,
.online-only .arrow-right::before {
  border-top: 2px solid black;
  content: " ";
  display: block;
  height: 0;
  position: relative;
  width: 0.75em;
}
.online-only .arrow-left::after {
  top: 0.75em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.online-only .arrow-left::before {
  top: 0.25em;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.online-only .arrow-right::after {
  top: 0.75em;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.online-only .arrow-right::before {
  top: 0.25em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block-actions a {
  display: block;
}
.block-actions a.alt {
  display: block;
  font-size: 10px;
}
/*Anchor tag gray link imitation of bootstrap*/
.psuedo-action {
  color: #b1b1a8;
  text-decoration: underline;
}
.psuedo-action:hover {
  color: #a47f1a;
}
.actions a.times {
  color: #b1b1a8;
  text-transform: uppercase;
  text-decoration: underline;
}
.actions a.times.alt {
  margin-top: 10px;
  margin-left: 10px;
}
.actions a.details {
  color: #000000;
}
.actions a.sale-action {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.inline-actions a {
  display: inline-block;
  margin: 0 1em;
  font-size: 11px;
}
.inline-actions a:last-child {
  margin: 0;
}
.inline-actions.secondary {
  margin-top: 5px;
}
.inline-actions.separated-block {
  padding: 0;
  border-top: 1px solid #d7d6ce;
  border-bottom: 1px solid #d7d6ce;
  line-height: 2;
  display: inline-block;
}
.inline-actions.separated-block a.alt {
  margin-top: 1em;
  margin-bottom: 1em;
  display: inline-block;
}
.inline-actions.separated-block a.alt.overlay-trigger {
  margin-top: 0;
  margin-bottom: 0;
  color: #a47f1a;
}
.inline-actions.separated-block a.alt.overlay-trigger.active {
  color: #000000;
}
.inline-actions.separated-block a.times {
  font-size: 11px;
  color: #b1b1a8;
  text-decoration: underline;
  text-transform: uppercase;
}
.lot-details h3.alt {
  line-height: 30px;
}
.lot-details h5.alt {
  color: inherit;
}
.side-lot-number {
  text-align: right;
}
.alternate-views {
  position: static;
  margin: 0px auto;
  max-width: 350px;
  text-align: center;
  margin-bottom: 20px;
}
.alternate-views h5 {
  margin-bottom: 0;
}
.alternate-views img {
  max-width: inherit;
}
.alternate-views img:hover {
  cursor: pointer;
  border: 1px solid #A47F1A;
  margin: -1px;
}
.alternate-views ul li {
  margin-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
.no-touch .touch-zoom-notice {
  display: none;
}
.touch .touch-zoom-notice {
  color: #646461;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 11px;
}
/* IE 8 Fixes */
.no-boxshadow .megamenu {
  border: 1px solid #ccc;
  border-top: 0;
}
.ie8 {
  /* To disable smoothing applied elsewhere, add this class to the element: */
}
.ie8 .topmenu .preferred {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC', sizingMethod=crop);
  zoom: 1;
}
.ie8 .do-not-smooth {
  filter: none;
}
/*
 *  Generic filter results ID
 */
#filter-results {
  position: absolute;
}
.no-results {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 70px;
}
.no-results li {
  padding-left: 30px;
}
.page-homepage #slideWidget {
  background: #000000;
}
.page-homepage #slideWidget .mobile {
  display: none;
}
.page-homepage #slideWidget .large {
  display: block;
}
.page-homepage #slideWidget .caption-breadcrumb {
  font-family: "BentonComp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.page-homepage #slideWidget .caption {
  background: #00130e;
  background: transparent\9;
  background: rgba(0, 19, 14, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc00130e', endColorstr='#cc00130e');
  zoom: 1;
  color: #ffffff;
}
.page-homepage #slideWidget .caption:hover h4 {
  color: #a47f1a;
}
.page-homepage #slideWidget .caption:nth-child(n) {
  filter: none;
}
.page-homepage #slideWidget .caption a,
.page-homepage #slideWidget .caption h4 {
  color: #ffffff;
}
.page-homepage #slideWidget .caption a.link,
.page-homepage #slideWidget .caption h4.link {
  color: #000000;
}
.page-homepage #slideWidget .caption.mobile {
  border-top: none;
  border-bottom: none;
  padding-top: 15px;
}
.presale-exhibitions {
  margin-bottom: 20px;
  border-bottom: 1px solid #c5c5b9;
  padding-bottom: 20px;
}
/******************************************/
/* !Aucitons Detail */
/******************************************/
.vevent,
.details {
  font-weight: normal;
}
/* Artificially extends clickable area of slide widget arrows (expects hidden overflow on an ancestor) */
.click-extend {
  position: absolute;
  background: transparent;
  height: 900px;
  right: 0px;
  top: -450px;
  width: 62px;
}
/* RED-2007 .click-extend class expects its ancestor to apply overflow: hidden */
.auctions-list-page #slideWidget {
  overflow: hidden;
}
.jcarousel-skin .cards .jcarousel-item {
  overflow: hidden;
  width: 245px;
  padding: 10px 10px 10px 10px;
}
.jcarousel-skin .jcarousel-item .jcar_firstLine {
  /*padding-bottom: 3px; */
}
.jcarousel-skin .smartPagination {
  color: #666;
  height: 20px;
  font-size: 11px;
  overflow: hidden;
  padding-left: 0px;
  position: absolute;
  top: -20px;
}
#searchpage .jcarousel-skin .smartPagination {
  top: 1px;
}
.jcarousel-skin .jcarousel-container-horizontal {
  overflow: hidden;
  /*padding: 10px; 28px*/
}
.jcarousel-skin .jcarousel-clip-horizontal {
  width: 100%;
}
.jcarousel-skin .jcarousel-next-horizontal {
  background: transparent url(/etc/designs/sothebys/sothebys/img/plugins/carousel/buttons-reskin.png) -28px 0 no-repeat;
  cursor: pointer;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  margin-top: -13px;
}
.jcarousel-skin .jcarousel-next-horizontal:hover {
  background-position: -84px 0;
}
.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -140px 0;
}
.jcarousel-skin .jcarousel-prev-horizontal {
  background: transparent url(/etc/designs/sothebys/sothebys/img/plugins/carousel/buttons-reskin.png) -10px 0 no-repeat;
  cursor: pointer;
  height: 26px;
  left: 10px;
  position: absolute;
  top: 50%;
  width: 18px;
  margin-top: -13px;
}
.jcarousel-skin .jcarousel-prev-horizontal:hover {
  background-position: -66px 0;
}
.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -122px 0;
}
.sothebys_experience .jcarousel-item {
  width: 186px;
  margin: 0 2px 0 0;
}
.sothebys_experience .jcarousel-skin .jcarousel-container-horizontal {
  padding: 10px 31px 10px 27px;
}
#lotslideshow.valSmall {
  height: auto;
  margin: 25px 0;
  padding: 10px 0;
}
#lotslideshow.wide {
  background: none;
  margin-top: -10px;
  margin-bottom: 0;
}
#lotslideshow {
  background: #dedfcd;
  border-top: 3px solid #656662;
  height: 502px;
  margin: 25px 0;
  padding: 10px 0;
}
#lotslideshow li {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
#lotslideshow li .desc {
  border-top: 3px solid #656662;
  display: none;
  bottom: 0;
  position: absolute;
}
#lotslideshow li .descText {
  background: url(/etc/designs/sothebys/sothebys/img/plugins/carousel/desc.png);
  color: #000;
  padding: 5px 20px;
}
/* jCarousel slideshow component */
#jcarouselSlideshow.valSmall {
  background: ;
  height: auto;
  margin: 25px auto;
  padding: 10px 0;
}
#jcarouselSlideshow.wide {
  background: none;
  margin-top: -10px;
  margin-bottom: 0;
}
#jcarouselSlideshow {
  background: ;
  position: relative;
  height: 505px;
  margin: 25px auto;
  padding: 10px 0;
}
#jcarouselSlideshow li {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
#jcarouselSlideshow li .desc {
  border-top: 3px solid #656662;
  display: none;
  bottom: 0;
  position: absolute;
}
#jcarouselSlideshow li .descText {
  background: url(/etc/designs/sothebys/sothebys/img/plugins/carousel/desc.png);
  color: #000;
  padding: 5px 20px;
}
#jcarouselSlideshow .jcarousel-next,
#jcarouselSlideshow .jcarousel-prev {
  /*display:none;*/
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border-radius: 31px 31px 31px 31px;
  color: #1B1B1B;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 45px;
  z-index: 9000;
  font-size: 18px;
}
#jcarouselSlideshow .jcarousel-skin .jcarousel-next,
#jcarouselSlideshow .jcarousel-skin .jcarousel-prev {
  display: none;
}
#jcarouselSlideshow .jcarousel-next.jcarousel-next-horizontal {
  right: 40px;
  top: 45.1%;
}
#jcarouselSlideshow .jcarousel-prev.jcarousel-prev-horizontal {
  left: 40px;
  top: 45.1%;
}
#slideDescription {
  text-align: center;
  margin-top: 10px;
  height: auto;
}
/* /jCarousel slideshow component */
#previewimages {
  height: 140px;
  margin: 0 20px;
}
#previewimages li {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100px;
  margin: 8px;
  width: 100px;
}
.magazinecarousel {
  background: url(/etc/designs/sothebys/sothebys/img/plugins/carousel/magazinecarousel.png) no-repeat;
  width: 620px;
  height: 555px;
  margin: 25px 0;
  padding: 10px 0;
}
.magazinecarousel .jcarousel-skin .jcarousel-container-horizontal {
  padding: 10px 15px;
  padding-right: 0px;
}
.magazine .jcarousel-skin .jcarousel-item {
  width: 186px;
}
.cardcarousel {
  background: url(/etc/designs/sothebys/sothebys/img/plugins/carousel/carousel-two-rows.png) no-repeat;
  height: 605px;
  margin: 25px 0;
}
.cardcarousel .jcarousel-skin .jcarousel-prev-horizontal,
.cardcarousel .jcarousel-skin .jcarousel-next-horizontal {
  top: 295px;
}
.cardcarousel .jcarousel-skin .jcarousel-container-horizontal {
  padding: 10px 17px 10px 15px;
}
.cardcarousel .jcarousel-skin .cards .jcarousel-item {
  padding: 0 3px;
  width: 190px;
}
.cardcarousel.onerow {
  background: url(/etc/designs/sothebys/sothebys/img/plugins/carousel/carousel-one-row.png) no-repeat;
  height: 312px;
}
.cardcarousel.onerow .jcarousel-skin .jcarousel-prev-horizontal,
.cardcarousel.onerow .jcarousel-skin .jcarousel-next-horizontal {
  top: 145px;
}
.cardcarousel .smartPagination {
  top: -27px;
  margin-left: -15px;
}
.cardlist {
  background: url(/etc/designs/sothebys/sothebys/img/plugins/carousel/carousel-one-row.png) no-repeat;
  height: 312px;
  margin: 25px 0;
}
.specialists .cardlist,
.ourteam .cardlist,
#buy-sell.contacts .cardlist {
  background: #fff;
  height: 605px;
  border-top: 4px solid #000;
  margin: 25px 0;
}
.specialists .jcarousel-skin .jcarousel-prev-horizontal,
.ourteam .jcarousel-skin .jcarousel-prev-horizontal,
#buy-sell.contacts .jcarousel-skin .jcarousel-prev-horizontal {
  top: 295px;
}
.specialists .jcarousel-skin .jcarousel-next-horizontal,
.ourteam .jcarousel-skin .jcarousel-next-horizontal,
#buy-sell.contacts .jcarousel-skin .jcarousel-next-horizontal {
  top: 295px;
}
.services .cardlist {
  background: none;
  height: 605px;
}
.recordsresults .cardlist {
  background: none;
}
.locations.contacts .cardlist,
#servicepage.contacts .cardlist {
  background: url(/etc/designs/sothebys/sothebys/img/plugins/carousel/carousel-two-rows.png) no-repeat;
  height: 605px;
  margin: 25px 0;
}
.locations.contacts .jcarousel-skin .jcarousel-prev-horizontal,
#servicepage.contacts .jcarousel-skin .jcarousel-prev-horizontal {
  top: 295px;
}
.locations.contacts .jcarousel-skin .jcarousel-next-horizontal,
#servicepage.contacts .jcarousel-skin .jcarousel-next-horizontal {
  top: 295px;
}
#searchpage .cardlist,
#registeredEvents .cardlist {
  width: 856px;
  background: url(/etc/designs/sothebys/sothebys/img/plugins/carousel/carousel-one-row-big.png) no-repeat;
}
#registeredEvents .cardlist {
  margin: 25px auto;
}
.monthCarousel {
  padding-top: 10px;
}
.monthCarousel .jcarousel-skin .jcarousel-prev-horizontal,
.monthCarousel .jcarousel-skin .jcarousel-next-horizontal {
  cursor: pointer;
  top: 35%;
}
.monthCarousel.backOrder .jcarousel-skin .jcarousel-prev-disabled-horizontal,
.back_order .jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.back_order .jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
  background-position: -55px 0;
}
.monthCarousel.backOrder .jcarousel-skin .jcarousel-next-disabled-horizontal,
.back_order .jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.back_order .jcarousel-skin .jcarousel-next-disabled-horizontal:active {
  background-position: 0px 0;
}
.monthCarousel.backOrder .jcarousel-skin .jcarousel-prev-horizontal:hover {
  background-position: -22px 0;
}
.monthCarousel.backOrder .jcarousel-skin .jcarousel-next-horizontal:hover {
  background-position: -44px 0;
}
.monthCarousel.backOrder .jcarousel-prev .jcarousel-prev-horizontal {
  background-position: -11px 0;
}
.monthCarousel.backOrder .jcarousel-next .jcarousel-next-horizontal {
  background-position: -33px 0;
}
/*ATTENTION!!! if you will change width for this item, please also modify correctly overloaded method carousel.clipping() in flip.js for initMonthCarousel*/
.monthCarousel .jcarousel-item {
  background: url(/etc/designs/sothebys/sothebys/img/plugins/carousel/month-splitter.png) 100% 50% no-repeat;
  width: 56px;
}
.monthCarousel .monthBlock {
  color: #716a6a;
  cursor: pointer;
  font-weight: bold;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  width: 49px;
  height: 35px;
}
.monthCarousel .monthBlock:hover {
  background: url(/etc/designs/sothebys/sothebys/img/elements/monthcalendar/monthcalendar_border.gif) 100% 0 no-repeat;
  color: #e64f23;
}
.monthCarousel .monthBlockActive {
  background: url(/etc/designs/sothebys/sothebys/img/elements/monthcalendar/monthcalendar_border.gif) 0 0 no-repeat;
  color: #e64f23;
}
.monthCarousel .monthBlockActive.monthBlockEmpty {
  color: #e64f23;
}
.monthCarousel .monthBlockEmpty {
  color: #ccc;
  cursor: default;
}
.monthCarousel .monthBlock.monthBlockEmpty:hover {
  background: none;
  color: #ccc;
}
.hightlightCarousel {
  padding-top: 2px;
}
.hightlightCarousel .jcarousel-skin .jcarousel-container-horizontal {
  padding: 5px 24px;
}
.hightlightCarousel .jcarousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 65px;
  margin: 0 2px;
  width: 65px;
}
.relatedCarousel {
  background: #eee;
  padding-top: 8px;
}
.relatedCarousel .jcarousel-skin .jcarousel-container-horizontal {
  padding: 5px 46px;
}
.relatedCarousel .jcarousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 65px;
  margin: 0 2px;
  width: 65px;
}
.favorites .jcarousel-item {
  position: relative;
}
.tooltip {
  display: none;
  background: #d5d5d9;
  padding: 4px 7px 7px 7px;
  font-size: 11px;
  color: #434343;
  z-index: 1000;
  text-transform: uppercase;
}
.tooltip span {
  position: absolute;
  width: 3px;
  height: 2px;
  left: 50%;
  bottom: -2px;
  background: url(/etc/designs/sothebys/sothebys/img/icons/tooltip_back.gif) no-repeat center bottom;
}
/*For slides.js carousel*/
#tinySlideShow {
  position: relative;
}
#tinySlideShow ul,
#tinySlideShow ol {
  list-style: none;
}
#tinySlideShow .slides_container {
  overflow: hidden;
  position: relative;
  display: none;
}
#tinySlideShow .slides_container a {
  display: block;
}
/*
#tinySlideShow .slides_container a img {display:block;}
*/
#tinySlideShow .slideShowElement {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0 !important;
}
#tinySlideShow .pagination {
  right: 30px;
  bottom: 15px;
  position: absolute;
  z-index: 6;
  margin: 0px auto 0;
}
#tinySlideShow .pagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
}
#tinySlideShow .pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url(/etc/designs/sothebys/sothebys/img/plugins/carousel/carousel_pagination.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  overflow: hidden;
}
#tinySlideShow .pagination li.current a {
  background-position: 0 -15px;
}
