.mobile-banner {
  background-color: black;
  position: fixed;
  z-index: 100;
  padding-left: 20px;
}
.mobile-banner .auction-title {
  color: white;
  font-size: 1.2em;
  padding-top: 10px;
}
.mobile-banner .sponsor-logo {
  float: left;
  height: 60px;
  padding-top: 20px;
}
.mobile-banner .sponsor-logo > img {
  height: 100%;
  width: auto;
}
.confirm_bid_modal .modal-body {
  padding: 60px 50px 50px;
  text-align: center;
}
.confirm_bid_modal .modal-body h3.copy {
  text-transform: none;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 8px;
}
.confirm_bid_modal .confirm-buttons button {
  display: inline-block;
  margin: 10px;
}
.spacer,
.mobile-banner {
  width: 100%;
  height: 80px;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.isMobile body#auctions.modal-open {
  overflow: hidden;
}
#auctions #default .row > div[class*="col"]:first-child .auction-item {
  padding: 0 10px 0 0;
}
#auctions #default .row > div[class*="col"]:last-child .auction-item {
  padding: 0 0 0 10px;
}
#auctions #default .item-list .row > div[class*="col"] {
  text-align: center;
}
#auctions .form-spacer,
#auctions .auction-search {
  height: 45px;
}
#auctions .search-box-container {
  position: fixed;
  top: 60;
  right: 0;
  left: 0;
  z-index: 100;
}
#auctions .search-box-container form {
  border-bottom: 1px solid #585858;
  background-color: white;
}
#auctions .search-box-container input {
  border: none;
  height: 100%;
  padding-left: 30px;
  font-size: 1em;
}
#auctions .search-box-container input::-webkit-input-placeholder {
  color: #686667;
}
#auctions .search-box-container input:-moz-placeholder {
  /* Firefox 18- */
  color: #686667;
}
#auctions .search-box-container input::-moz-placeholder {
  /* Firefox 19+ */
  color: #686667;
}
#auctions .search-box-container input:-ms-input-placeholder {
  color: #686667;
}
#auctions .search-box-container .clear-contain {
  height: 100%;
  padding-left: 0px;
}
#auctions .search-box-container .fa-times {
  text-align: right;
  padding-right: 30px;
  font-size: 1.9em;
  display: inline-block;
  color: #585858;
  width: 100%;
  height: 100%;
  vertical-align: text-top;
}
#auctions .search-box-container .fa-times:hover,
#auctions .search-box-container .fa-times:active {
  cursor: pointer;
  color: #da0476;
}
#auctions .body-container {
  min-height: 1000px;
}
#auctions .item-list .loading {
  background: white url(/static/common/img/loaders/spinner.gif) no-repeat center;
  width: 30px;
  height: 28px;
  display: inline-block;
  margin-left: 20px;
  overflow: visible;
}
#auctions .item-list .text-center {
  margin-top: 30px;
  margin-bottom: 50px;
}
#auctions .item-list .row > div[class*="col"] {
  /* overrides for full-width auction items */
}
#auctions .item-list .row > div[class*="col"] .auction-item {
  margin-bottom: 50px;
  padding: 0 5px;
  padding-bottom: 20px;
}
#auctions .item-list .row > div[class*="col"] .auction-item a {
  display: block;
}
#auctions .item-list .row > div[class*="col"] .auction-item a img {
  background: #f2f2f2;
}
#auctions .item-list .row > div[class*="col"] .auction-item .text-holder {
  text-align: left;
  padding-left: 16px;
}
#auctions .item-list .row > div[class*="col"] .auction-item .text-holder > span {
  display: block;
  margin: 0 0 0px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#auctions .item-list .row > div[class*="col"] .auction-item .text-holder .title {
  margin-top: 20px;
  font-size: 16px;
  font-style: italic;
  font-family: "adobe-caslon-pro", serif;
}
#auctions .item-list .row > div[class*="col"] .auction-item .text-holder .artist {
  text-transform: uppercase;
  font-weight: bold;
}
#auctions .item-list .row > div[class*="col"] .auction-item .text-holder .bid-type > strong {
  margin: 0 0 0 3px;
}
#auctions .item-list .row > div[class*="col"] .full-width-item {
  border-bottom: 1px solid #ddd;
}
#auctions .item-list .row > div[class*="col"] .full-width-item .bid-count,
#auctions .item-list .row > div[class*="col"] .full-width-item .bid-type {
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
}
#auctions .item-list .row > div[class*="col"] .full-width-item .bid-input input,
#auctions .item-list .row > div[class*="col"] .full-width-item .bid-input .bid-button {
  width: 100%;
  height: 38px;
}
#auctions .item-list .row > div[class*="col"] .full-width-item .bid-input a.bid-button {
  line-height: 29px;
}
#auctions .item-list .row > div[class*="col"] .full-width-item .bid-increment {
  float: right;
}
#auctions .item-list .more {
  color: #da0476;
  font-size: 14px;
  line-height: 15px;
  background: url("https://d5wt70d4gnm1t.cloudfront.net/media/outside_promotions/magnum/arrow.gif") no-repeat 100% 70%;
  padding: 0 12px 0 0;
  text-transform: uppercase;
}
#auctions .auction-dates > div {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  margin: 10px 0px 30px;
  padding: 23px 40px 18px 40px;
}
#auctions .auction-dates > div h2 {
  color: #da0476;
  display: inline-block;
  font-size: 18px;
  font-weight: 200;
  margin: 0;
  text-transform: uppercase;
}
#auctions .banner {
  margin-bottom: 20px;
}
#auctions .banner strong {
  font-weight: bold;
}
#auctions .banner > div {
  border: solid 1px #000;
}
#auctions .banner .logo {
  margin-bottom: 34px;
}
#auctions .banner div.description {
  font-family: "adobe-caslon-pro", serif;
}
#auctions .banner div.description > div {
  padding: 40px 38px 0px;
}
#auctions .banner div.description > div h1 {
  font-size: 35px;
  line-height: 38px;
  color: #da0476;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
#auctions .banner div.description > div h2 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#auctions .banner div.description > div .copy {
  height: 248px;
  overflow: auto;
}
#auctions .banner div.image {
  background-size: cover;
  background-position: center center;
  min-height: 420px;
}
#auctions .banner div.image input[type="checkbox"] {
  height: auto;
  margin-right: 5px;
}
#auctions .banner div.image .email-form {
  margin: 125px auto 100px;
  width: 272px;
}
#auctions .banner div.image .email-form label,
#auctions .banner div.image .email-form input,
#auctions .banner div.image .email-form button {
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#auctions .banner div.image .email-form input[type="checkbox"] {
  float: left;
  width: auto;
  margin: 0 0 0 -25px;
  height: 12px;
}
#auctions .banner div.image .email-form input::-webkit-input-placeholder,
#auctions .banner div.image .email-form input:-moz-placeholder,
#auctions .banner div.image .email-form input::-moz-placeholder,
#auctions .banner div.image .email-form input:-ms-input-placeholder {
  color: #000;
}
#auctions .banner div.image .email-form input:focus::-webkit-input-placeholder,
#auctions .banner div.image .email-form input:focus:-moz-placeholder,
#auctions .banner div.image .email-form input:focus::-moz-placeholder,
#auctions .banner div.image .email-form input:focus:-ms-input-placeholder {
  color: #585858;
}
#auctions .banner div.image .email-form input.error::-webkit-input-placeholder,
#auctions .banner div.image .email-form input.error:-moz-placeholder,
#auctions .banner div.image .email-form input.error::-moz-placeholder,
#auctions .banner div.image .email-form input.error:-ms-input-placeholder {
  color: #900;
}
#auctions .banner div.image .email-form input.error:focus::-webkit-input-placeholder,
#auctions .banner div.image .email-form input.error:focus:-moz-placeholder,
#auctions .banner div.image .email-form input.error:focus::-moz-placeholder,
#auctions .banner div.image .email-form input.error:focus:-ms-input-placeholder {
  color: #f66;
}
#auctions .banner div.image .email-form .controls {
  text-align: left;
  white-space: nowrap;
  margin: 5px 0 30px;
}
#auctions .banner div.image .email-form .email-input {
  display: inline-block;
  height: 30px;
  padding: 5px 10px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  vertical-align: middle;
  width: 250px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #ffffff;
  border: 1px solid #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
#auctions .banner div.image .email-form .email-input:focus {
  border-color: rgba(255, 0, 135, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 135, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 135, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 135, 0.6);
}
#auctions .banner div.image .email-form .email-input.error {
  border-color: #f00;
}
#auctions .banner div.image .email-form .email-input.error:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 0, 0.6);
}
#auctions .banner div.image .email-form .input-label {
  margin-bottom: 10px;
  font-family: "adobe-caslon-pro", serif;
  font-style: italic;
  font-size: 23px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
}
#auctions .banner div.image .email-form .checkbox {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0 0 0 25px;
  font-size: 15px;
}
#auctions .banner div.image .email-form .checkbox .terms {
  font-weight: 300;
  display: inline;
}
#auctions .banner div.image .email-form .checkbox .terms a:hover {
  color: #a10357;
}
#auctions .banner div.image .working {
  display: none;
  position: absolute;
  top: 36px;
  right: 5px;
  width: 25px;
  height: auto;
}
#auctions #instructions {
  margin-bottom: 25px;
}
#auctions #instructions .content {
  background-color: #f2f2f2;
  padding: 20px 40px;
}
#auctions #instructions .content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#auctions #instructions .content ul {
  list-style-type: square;
  margin: 0px 0px 0px 15px;
  color: #da0476;
}
#auctions #instructions .content ul li p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #000;
}
#auctions .auction-type .col-sm-12 {
  padding-bottom: 5px;
  margin-bottom: 20px;
  min-height: 0;
  border-bottom: solid 1px #CCC;
}
#auctions .auction-type h1 {
  text-align: left;
}
#auctions .pagination {
  font-size: 13px;
  margin-bottom: 25px;
  text-align: right;
}
#auctions .pagination .prev {
  border-right: solid 1px #000;
  margin-right: 3px;
  padding-right: 5px;
}
#auctions .pagination .next {
  border-left: solid 1px #000;
  margin-left: 3px;
  padding-left: 5px;
}
#auctions #default #auction-pre-reg {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 20px;
}
#auctions #default #auction-pre-reg-notice {
  display: inline-block;
  margin-left: 20px;
}
#auctions .vcenter-content-outer {
  visibility: visible;
}
#auctions .live-auction .row > div[class*="col"] .auction-item .text-holder > span,
#auctions .salon-style .row > div[class*="col"] .auction-item .text-holder > span {
  white-space: normal;
}
#auctions .live-auction .row > div[class*="col"] .auction-item .text-holder .title,
#auctions .salon-style .row > div[class*="col"] .auction-item .text-holder .title {
  margin-top: 5px;
}
#auctions .live-auction .auction-bid-modal .message-holder li,
#auctions .salon-style .auction-bid-modal .message-holder li,
#auctions .live-auction .auction-bid-modal .error-message-holder li,
#auctions .salon-style .auction-bid-modal .error-message-holder li {
  background-color: black;
  color: white;
  padding-left: 5px;
}
#auctions .live-auction .row.top-row,
#auctions .salon-style .row.top-row,
#auctions .live-auction .row.bottom-row,
#auctions .salon-style .row.bottom-row {
  margin: 15px 0;
  padding: 10px 0;
}
#auctions .live-auction .hero-content > div[class*="col"],
#auctions .salon-style .hero-content > div[class*="col"] {
  padding: 0 0;
}
#auctions .live-auction .hero-image,
#auctions .salon-style .hero-image {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
#auctions .live-auction .hero-text,
#auctions .salon-style .hero-text {
  padding: 0px 20px;
  color: white;
}
#auctions .live-auction .hero-text > *,
#auctions .salon-style .hero-text > * {
  font-weight: normal;
  line-height: 1.15em;
}
#auctions .live-auction .hero-text h1,
#auctions .salon-style .hero-text h1 {
  text-transform: uppercase;
  font-size: 3.4em;
}
#auctions .live-auction .hero-text h2,
#auctions .salon-style .hero-text h2 {
  text-transform: uppercase;
  font-size: 2.7em;
}
#auctions .live-auction .hero-text h3,
#auctions .salon-style .hero-text h3 {
  font-size: 2.2em;
}
#auctions .live-auction .hero-text h4,
#auctions .salon-style .hero-text h4 {
  font-size: 1.8em;
}
#auctions .live-auction .hero-text h5,
#auctions .salon-style .hero-text h5 {
  font-size: 1.5em;
}
#auctions .live-auction .hero-text h6,
#auctions .salon-style .hero-text h6 {
  font-size: 1.2em;
}
#auctions .live-auction #auction-pre-join,
#auctions .salon-style #auction-pre-join,
#auctions .live-auction a #auction-create,
#auctions .salon-style a #auction-create {
  margin-top: 10px;
  display: inline-block;
}
#auctions .live-auction #auction-pre-join,
#auctions .salon-style #auction-pre-join {
  min-width: 172px;
}
#auctions .live-auction #auction-pre-reg-notice,
#auctions .salon-style #auction-pre-reg-notice {
  margin-top: 10px;
  display: inline-block;
  color: black;
}
#auctions .live-auction #sort-by button,
#auctions .salon-style #sort-by button {
  margin-left: 0;
}
#auctions .live-auction .auction-timer,
#auctions .salon-style .auction-timer {
  font-weight: bold;
  float: right;
}
#auctions .live-auction .auction-timer .timer-label,
#auctions .salon-style .auction-timer .timer-label {
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.2em;
  font-weight: normal;
}
#auctions .live-auction .auction-timer .timer,
#auctions .salon-style .auction-timer .timer {
  float: right;
}
#auctions .live-auction .auction-timer .timer .time-container,
#auctions .salon-style .auction-timer .timer .time-container {
  float: left;
  display: block;
  width: auto;
  margin-right: 3px;
  font-weight: normal;
}
#auctions .live-auction .auction-timer .timer .time-container > div,
#auctions .salon-style .auction-timer .timer .time-container > div {
  text-align: right;
  width: auto;
  font-size: 1.9em;
  color: #da0476;
}
#auctions .live-auction .auction-timer .timer .days:after,
#auctions .salon-style .auction-timer .timer .days:after,
#auctions .live-auction .auction-timer .timer .hours:after,
#auctions .salon-style .auction-timer .timer .hours:after,
#auctions .live-auction .auction-timer .timer .minutes:after,
#auctions .salon-style .auction-timer .timer .minutes:after {
  content: ":";
}
#auctions .live-auction .auction-timer .timer label,
#auctions .salon-style .auction-timer .timer label {
  font-weight: normal;
  text-transform: uppercase;
  color: #585858;
  margin-left: 3px;
}
#auctions .live-auction .bid-count,
#auctions .salon-style .bid-count,
#auctions .live-auction .bid-increment,
#auctions .salon-style .bid-increment {
  font-style: italic;
  font-weight: normal;
  color: #585858;
}
#auctions .live-auction .bid-increment,
#auctions .salon-style .bid-increment {
  margin-top: 8px;
  display: block;
}
#auctions .live-auction .description .copy h1,
#auctions .salon-style .description .copy h1,
#auctions .live-auction .description .copy h2,
#auctions .salon-style .description .copy h2,
#auctions .live-auction .description .copy h3,
#auctions .salon-style .description .copy h3,
#auctions .live-auction .description .copy h4,
#auctions .salon-style .description .copy h4,
#auctions .live-auction .description .copy h5,
#auctions .salon-style .description .copy h5,
#auctions .live-auction .description .copy h6,
#auctions .salon-style .description .copy h6,
#auctions .live-auction .description .copy p,
#auctions .salon-style .description .copy p {
  line-height: 1.4em;
  font-size: 24px;
  font-weight: 500;
}
#auctions .live-auction .bid-input .message-holder :last-child,
#auctions .salon-style .bid-input .message-holder :last-child,
#auctions .live-auction .bid-input .error-message-holder :last-child,
#auctions .salon-style .bid-input .error-message-holder :last-child {
  margin-bottom: 5px;
}
#auctions .live-auction .bid-input .message-holder > li,
#auctions .salon-style .bid-input .message-holder > li,
#auctions .live-auction .bid-input .error-message-holder > li,
#auctions .salon-style .bid-input .error-message-holder > li {
  clear: both;
  padding: 2px 0 2px 5px;
  background-color: black;
  text-align: left;
  color: white;
}
#auctions .live-auction .bid-input input,
#auctions .salon-style .bid-input input {
  padding-left: 10px;
  font-size: 1.03em;
}
#auctions .live-auction .bid-input .bid-button,
#auctions .salon-style .bid-input .bid-button {
  margin-left: 0;
  margin-top: 17px;
}
#auctions .live-auction .soldout-holder,
#auctions .salon-style .soldout-holder {
  color: #003399;
  font-weight: normal;
  text-transform: uppercase;
}
#auctions .live-auction .auction-item .text-holder,
#auctions .salon-style .auction-item .text-holder {
  margin-bottom: 5px;
}
#auctions .live-auction .auction-item .text-holder .title,
#auctions .salon-style .auction-item .text-holder .title {
  font-style: italic;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.1em;
}
#auctions .live-auction .auction-item .text-holder .artist,
#auctions .salon-style .auction-item .text-holder .artist {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 1.1em;
  line-height: 1.3em;
}
#auctions .live-auction .auction-item .text-holder .work-medium,
#auctions .salon-style .auction-item .text-holder .work-medium {
  font-size: 1.1em;
  line-height: 1.3em;
}
#auctions .live-auction .auction-item .text-holder .work-size,
#auctions .salon-style .auction-item .text-holder .work-size {
  margin: 5px 0;
  font-size: 1.1em;
  line-height: 1.3em;
}
#auctions .live-auction .auction-item .text-holder .work-tile-text,
#auctions .salon-style .auction-item .text-holder .work-tile-text {
  margin: 5px 0;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 500;
}
#auctions .live-auction .auction-item .text-holder .bid-type,
#auctions .salon-style .auction-item .text-holder .bid-type {
  font-weight: 500;
  font-size: 1.1em;
}
#auctions .live-auction .auction-item .text-holder .bid-count,
#auctions .salon-style .auction-item .text-holder .bid-count {
  font-size: 1em;
  line-height: 0.9em;
}
#auctions .live-auction .auction-item .detail-holder .accordion-heading,
#auctions .salon-style .auction-item .detail-holder .accordion-heading {
  text-transform: uppercase;
}
#auctions .live-auction .auction-item .detail-holder ul,
#auctions .salon-style .auction-item .detail-holder ul {
  margin-left: 20px;
  list-style-type: disc;
}
#auctions .live-auction .auction-item .detail-holder a,
#auctions .salon-style .auction-item .detail-holder a {
  display: inline;
  position: relative;
}
#auctions .live-auction .auction-item .detail-holder a:hover i,
#auctions .salon-style .auction-item .detail-holder a:hover i,
#auctions .live-auction .auction-item .detail-holder a:active i,
#auctions .salon-style .auction-item .detail-holder a:active i {
  border-color: #da0476 transparent transparent transparent;
}
#auctions .live-auction .auction-item .detail-holder a:hover.collapsed i,
#auctions .salon-style .auction-item .detail-holder a:hover.collapsed i,
#auctions .live-auction .auction-item .detail-holder a:active.collapsed i,
#auctions .salon-style .auction-item .detail-holder a:active.collapsed i {
  border-color: transparent transparent transparent #da0476;
}
#auctions .live-auction .auction-item .detail-holder a.collapsed i,
#auctions .salon-style .auction-item .detail-holder a.collapsed i {
  border-color: transparent transparent transparent #000;
  top: 50%;
}
#auctions .live-auction .auction-item .detail-holder a i,
#auctions .salon-style .auction-item .detail-holder a i {
  margin-left: 6px;
  border: solid 5px;
  border-color: #000 transparent transparent transparent;
  height: 0px;
  margin-top: -5px;
  position: absolute;
  top: 60%;
}
#auctions .item-list > .row:last-child > div[class*="col"] .full-width-item {
  border-bottom: none;
}
#auctions .salon-style .isotope-item {
  float: left;
}
#auctions .salon-style .auction-item {
  margin: 30px 0;
  width: 420px;
}
#auctions .salon-style img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#auctions .salon-style .text-holder .current-price {
  margin-left: 4px;
}
#auctions .salon-style .bid-input input {
  margin-top: 10px;
}
#auctions .salon-style .bid-input input,
#auctions .salon-style .bid-input button {
  margin-left: 0;
  width: 100%;
  height: 45px;
}
#auctions .salon-style .soldout-holder {
  margin-top: 10px;
}
#auctions .live-auction .row.top-row {
  margin-bottom: 30px;
}
#auctions .live-auction .isotope-item {
  width: 100%;
}
#auctions .live-auction input[name="paddle_number"] {
  margin-top: 15px;
}
#auctions .live-auction .number-bids {
  margin-top: 6px;
}
.extra-submit-margin {
  margin-top: 15px;
}
.btn-preg-link {
  float: right;
  width: 100%;
}
/* basic button state */
.btn {
  margin: 27px 0;
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  margin-left: 0.3em;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  border: 0;
  *zoom: 1;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.05s linear;
  -moz-transition: box-shadow 0.05s linear;
  -o-transition: box-shadow 0.05s linear;
  transition: box-shadow 0.05s linear;
}
.btn:hover,
.btn:active,
.btn.active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25), inset -5px 0px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25), inset 0px -5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25), inset 0px -5px 15px rgba(0, 0, 0, 0.3);
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
  outline: 0;
  padding: 6px 20px 4px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), inset 5px 0px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), inset 0px 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), inset 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.btn:first-child {
  *margin-left: 0;
}
.btn.btn-pink {
  color: #fff;
  background-color: #da0476;
}
.btn.btn-black {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.btn.btn-black:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.mini-terms {
  font-size: 11px;
  padding-bottom: 10px;
  text-align: center;
}
.thank-you {
  padding: 10px;
  text-align: center;
  margin-top: 41%;
  background-color: white;
  border: 1px solid black;
  -webkit-box-shadow: #eee 2px 2px 7px;
  -moz-box-shadow: #eee 2px 2px 7px;
  box-shadow: #eee 2px 2px 7px;
}
.thank-you.subscribed .curr {
  display: inline-block;
}
.thank-you.subscribed .sub {
  display: none;
}
.thank-you .curr {
  display: none;
}
.how-bidding-works {
  min-width: 172px;
}
.state-holder .dropdown {
  width: 100% !important;
}
.recaptcha-error-holder {
  color: red;
  text-align: left;
}
@media (min-width: 1200px) {
  #auctions .live-auction .hero-image,
  #auctions .live-auction #hero-centerer {
    min-height: 450px;
    width: 100%;
  }
  #auctions .salon-style .hero-image.image-desktop {
    min-height: 450px;
  }
  #auctions .salon-style .bid-input button,
  #auctions .salon-style .bid-input input {
    width: 70%;
  }
  #auctions .salon-style .how-bidding-works .btn {
    width: 75%;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #auctions .live-auction .bid-input input {
    padding-left: 5px;
    font-size: 0.83em;
  }
}
@media (max-width: 768px) {
  #auctions .salon-style .description .copy h1,
  #auctions .salon-style .description .copy h2,
  #auctions .salon-style .description .copy h3,
  #auctions .salon-style .description .copy h4,
  #auctions .salon-style .description .copy h5,
  #auctions .salon-style .description .copy h6,
  #auctions .salon-style .description .copy p,
  #auctions .salon-style .description .copy a {
    font-size: 19px;
    font-weight: 400;
  }
  #auctions .salon-style .pad-mobile {
    padding-left: 15px;
  }
  #auctions .paddle-link {
    padding-top: 15px;
  }
  #auctions .live-auction .row > div[class*="col"] .auction-item .text-holder {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  #auctions #default .banner div.image .email-form {
    width: 232px;
  }
  #auctions #default .banner div.image .email-form .email-input {
    width: 210px;
  }
  #auctions .live-auction .item-list .text-center,
  #auctions .salon-style .item-list .text-center {
    margin-top: 60px;
  }
  #auctions .live-auction .top-row,
  #auctions .salon-style .top-row {
    border-bottom: 1px solid #ddd;
  }
  #auctions .live-auction .auction-timer,
  #auctions .salon-style .auction-timer {
    padding-top: 10px;
    float: none;
  }
  #auctions .live-auction .auction-timer .timer-label,
  #auctions .salon-style .auction-timer .timer-label {
    position: relative;
    top: 7px;
    text-align: left;
    float: left;
    display: inline;
    width: auto;
    margin-right: 7px;
  }
  #auctions .live-auction .auction-timer .timer,
  #auctions .salon-style .auction-timer .timer {
    display: inline;
    width: auto;
    float: left;
    font-size: 1em;
  }
  #auctions .live-auction .auction-timer .timer label,
  #auctions .salon-style .auction-timer .timer label {
    display: none;
  }
  #auctions .salon-style .description {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  #auctions .salon-style .how-bidding-works {
    margin-top: 10px;
  }
  #auctions .salon-style .how-bidding-works .btn {
    margin-left: 0;
  }
  #auctions .salon-style .copy {
    margin-bottom: 15px;
  }
  #auctions .live-auction #sort-by {
    display: none;
  }
  #auctions .live-auction .row.top-row {
    margin-bottom: 20px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #auctions .live-auction .timer-label {
    margin-left: 10px;
  }
  #auctions .live-auction .bid-input .bid-increment {
    float: none;
  }
  #auctions .live-auction .text-holder {
    padding-left: 0;
    margin-top: 10px;
  }
  #auctions .live-auction .full-width-item {
    margin-left: 15px;
  }
  #auctions .live-auction .auction-item .bid-type,
  #auctions .live-auction .auction-item .bid-count {
    width: auto;
    display: inline;
  }
  #auctions .live-auction .auction-item input {
    margin-top: 20px;
  }
}
@media (max-width: 899px) {
  #auctions .salon-style .hero-text,
  #auctions .live-auction .hero-text {
    padding: 0px 20px;
  }
  #auctions .salon-style .hero-text h1,
  #auctions .live-auction .hero-text h1 {
    text-transform: uppercase;
    font-size: 2.3em;
  }
  #auctions .salon-style .hero-text h2,
  #auctions .live-auction .hero-text h2 {
    text-transform: uppercase;
    font-size: 2em;
  }
  #auctions .salon-style .hero-text h3,
  #auctions .live-auction .hero-text h3 {
    font-size: 1.8em;
  }
  #auctions .salon-style .hero-text h4,
  #auctions .live-auction .hero-text h4 {
    font-size: 1.6em;
  }
  #auctions .salon-style .hero-text h5,
  #auctions .live-auction .hero-text h5 {
    font-size: 1.5em;
  }
  #auctions .salon-style .hero-text h6,
  #auctions .live-auction .hero-text h6 {
    font-size: 1.2em;
  }
}
@media (min-width: 668px) {
  #auctions .salon-style .hero-image,
  #auctions .live-auction .hero-image {
    padding-left: 7px;
    padding-right: 7px;
  }
  #auctions .salon-style .hero-image.image-desktop,
  #auctions .live-auction .hero-image.image-desktop {
    visibility: visible;
  }
  #auctions .salon-style .hero-image.image-mobile,
  #auctions .live-auction .hero-image.image-mobile {
    visibility: hidden;
  }
}
@media (max-width: 667px) {
  .hero-text {
    visibility: hidden;
  }
  .mobile-banner,
  .spacer {
    height: 50px;
  }
  .mobile-banner .sponsor-logo,
  .spacer .sponsor-logo {
    height: 35px;
    padding-top: 15px;
  }
  #auctions .salon-style .vcenter-content-outer,
  #auctions .live-auction .vcenter-content-outer {
    width: 97%%;
  }
  #auctions .salon-style .hero-image,
  #auctions .live-auction .hero-image {
    padding-left: 7px;
    padding-right: 7px;
  }
  #auctions .salon-style .hero-image.image-mobile,
  #auctions .live-auction .hero-image.image-mobile {
    display: none;
    min-height: 235px;
  }
  #auctions .salon-style .auction-timer .timer-label,
  #auctions .live-auction .auction-timer .timer-label {
    font-size: 0.97em;
  }
  #auctions .salon-style .auction-timer .timer .time-container,
  #auctions .live-auction .auction-timer .timer .time-container {
    margin-right: 0;
  }
  #auctions .salon-style .auction-timer .timer .time-container > div,
  #auctions .live-auction .auction-timer .timer .time-container > div {
    font-size: 1.6em;
    margin-right: 0;
  }
  #auctions .salon-style .vcenter-content-outer.adjust-mobile {
    margin-left: 15px;
    position: static;
  }
  #auctions .salon-style .vcenter-content-outer.adjust-mobile .vcenter-content-middle,
  #auctions .salon-style .vcenter-content-outer.adjust-mobile .vcenter-content-inner {
    vertical-align: left;
    text-align: left;
  }
  #auctions .salon-style .vcenter-content-outer.adjust-mobile .hero-text {
    display: none;
  }
  #auctions .salon-style .vcenter-content-outer.adjust-mobile #auction-pre-reg-notice {
    color: black;
  }
  #auctions .salon-style .vcenter-content-outer.adjust-mobile #auction-pre-reg-notice a {
    color: black;
    text-decoration: underline;
  }
  #auctions .salon-style .vcenter-content-outer.adjust-mobile #auction-pre-reg-notice a:active {
    color: #da0476;
  }
  #auctions .salon-style .vcenter-content-outer.adjust-mobile button {
    margin-left: 15px;
    display: block;
  }
}
@media (max-width: 689px) {
  #auctions .salon-style .isotope-item,
  #auctions .live-auction .isotope-item {
    width: 100%;
  }
  #auctions .salon-style .auction-item,
  #auctions .live-auction .auction-item {
    width: auto;
  }
  #auctions .fa-times {
    padding-right: 40px;
    font-size: 1.7em;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  #auctions .hero-image {
    min-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  #auctions .hero-image {
    min-height: 230px;
  }
}
@media (min-width: 841px) and (max-width: 918px) {
  #auctions .hero-image {
    min-height: 250px;
  }
}
@media (min-width: 919px) and (max-width: 991px) {
  #auctions .hero-image {
    min-height: 270px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  #auctions .hero-image {
    min-height: 340px;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  #auctions .hero-image {
    min-height: 400px;
  }
}
@media (min-width: 1400px) and (max-width: 1550px) {
  #auctions .salon-style .isotope-item .auction-item {
    width: 380px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #auctions .salon-style .isotope-item .auction-item {
    width: 350px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  #auctions .salon-style .isotope-item .auction-item {
    width: 270px;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  #auctions .salon-style .isotope-item .auction-item {
    width: 220px;
  }
}
@media (min-width: 800px) and (max-width: 899px) {
  #auctions .salon-style .isotope-item .auction-item {
    width: 200px;
  }
}
@media (min-width: 800px) and (max-width: 949px) {
  #auctions .salon-style .isotope-item .auction-item {
    width: 200px;
  }
}
.live-auction-projector .no-pad > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.live-auction-projector .full-width-container {
  width: 100%;
}
.live-auction-projector .width-container {
  margin: 0px auto;
}
.live-auction-projector .cycle-carousel-wrap {
  width: 100%;
}
.live-auction-projector .chunk-container {
  width: 100%;
  padding: 20px 40px;
}
.live-auction-projector .row-top,
.live-auction-projector .spacer {
  height: 170px;
}
.live-auction-projector .row-top {
  z-index: 100;
  width: 100%;
  color: white;
  text-align: center;
  position: fixed;
}
.live-auction-projector .row-top > div {
  height: 100%;
}
.live-auction-projector .row-top .far-left {
  height: 100%;
  background-color: black;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 500px auto;
  padding-left: 40px;
}
.live-auction-projector .row-top .far-left img {
  display: block;
}
.live-auction-projector .row-top .center {
  height: 100%;
  background-color: #da0476;
  text-transform: uppercase;
}
.live-auction-projector .row-top .center .auction-timer {
  font-size: 3.3em;
  font-weight: 400;
}
.live-auction-projector .row-top .far-right {
  height: 100%;
  font-size: 3.3em;
  text-transform: uppercase;
  background-color: black;
}
.live-auction-projector .row-top .far-right .vcenter-content-inner {
  text-align: right;
  padding-right: 40px;
}
.live-auction-projector .row-top .far-right .vcenter-content-inner.total-container {
  text-align: right;
  padding-right: 30px;
}
.live-auction-projector .works-container {
  z-index: 90;
}
.live-auction-projector .work-item {
  margin: 30px 0;
  font-size: 2em;
}
.live-auction-projector .work-item .v-center-outer {
  display: table;
}
.live-auction-projector .work-item .v-center-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.live-auction-projector .work-item .image-container img {
  max-height: 100%;
}
.live-auction-projector .work-item .artist {
  text-transform: uppercase;
  text-align: left;
}
.live-auction-projector .work-item .title {
  font-style: italic;
  text-align: left;
  font-weight: 100;
}
.live-auction-projector .work-item .high-bid {
  font-weight: bold;
  text-align: right;
  padding-right: 2em;
}
.live-auction-projector .work-item.columns-1 {
  width: 100%;
}
.live-auction-projector .work-item.columns-2 {
  width: 50%;
  float: left;
}
.live-auction-projector .work-item.columns-2 .image-container {
  margin-left: 20px;
}
#bid_instructions_modal .modal-dialog {
  width: 655px;
}
#bid_instructions_modal .modal-dialog .modal-content {
  max-height: none;
  padding: 30px;
}
#bid_instructions_modal .section {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #ccc;
}
#bid_instructions_modal .copy-section {
  padding-bottom: 10px;
}
#bid_instructions_modal ul {
  padding-left: 10px;
}
#bid_instructions_modal .bid-alert {
  padding: 15px;
}
#bid_instructions_modal .bid-alert h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}
#bid_instructions_modal .bid-alert p {
  font-size: 14px;
  padding: 6px;
}
#bid_instructions_modal .alert-info {
  color: #fff;
  background-color: #000;
}
#live_auction_login,
#live_auction_create {
  height: 100%;
}
#live_auction_login .background-image,
#live_auction_create .background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
#live_auction_login .welcome-text,
#live_auction_create .welcome-text {
  margin-top: 20px;
}
#live_auction_login h1,
#live_auction_create h1 {
  margin-top: 8px;
  font-size: 2em;
  line-height: 1.2em;
}
#live_auction_login h3,
#live_auction_create h3 {
  font-weight: normal;
}
#live_auction_login .text,
#live_auction_create .text {
  color: white;
}
#live_auction_login .text a,
#live_auction_create .text a {
  color: white;
  text-decoration: underline;
}
#live_auction_login .text.smaller,
#live_auction_create .text.smaller {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.92em;
}
#live_auction_login .text.terms,
#live_auction_create .text.terms {
  position: relative;
  top: -6px;
  font-size: 0.6em;
}
#live_auction_login input[type="text"],
#live_auction_create input[type="text"],
#live_auction_login input[type="password"],
#live_auction_create input[type="password"],
#live_auction_login button,
#live_auction_create button {
  width: 100%;
  height: 35px;
  margin-top: 15px;
}
#live_auction_login input[type="text"],
#live_auction_create input[type="text"],
#live_auction_login input[type="password"],
#live_auction_create input[type="password"] {
  padding-left: 10px;
  font-size: 1em;
}
#live_auction_login input[type="checkbox"],
#live_auction_create input[type="checkbox"] {
  margin-right: 5px;
}
#live_auction_login button,
#live_auction_create button {
  margin-left: 0;
}
#live_auction_login .center-loader,
#live_auction_create .center-loader {
  width: 60px;
  margin: 20px auto;
  text-align: center;
}
#live_auction_login .error-holder,
#live_auction_create .error-holder {
  color: white;
  font-size: 0.85em;
}

/* Form Stuff */
.as-form form {
  margin: 0 0 20px;
}
.as-form label,
.as-form input,
.as-form button {
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.as-form label {
  display: block;
  margin-bottom: 5px;
}
.as-form input[type="text"],
.as-form input[type="email"] {
  display: inline-block;
  height: 20px;
  padding: 4px 9px;
  margin-right: 5px;
  font-size: 11px;
  line-height: 20px;
  color: #000000;
  vertical-align: middle;
  width: 140px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #ffffff;
  border: 1px solid #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.as-form input[type="text"]:focus,
.as-form input[type="email"]:focus {
  border-color: rgba(255, 0, 135, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 135, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 135, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 135, 0.6);
}
.as-form input[type="text"].error,
.as-form input[type="email"].error,
.as-form select.error {
  border-color: #f00;
  color: #f66;
}
/* fix prod_col_right */
.prod_col_right {
  margin-top: 21px;
}
.bid-alert,
.popup-node {
  display: none;
}
.bid-alert.no-hide,
.popup-node.no-hide {
  display: block;
}
.bid-alert {
  margin: 21px 0px;
}
.bid-alert,
.cc-alert {
  padding: 15px;
  margin-top: 21px;
  background-color: #f2f2f2;
  color: #333;
}
.bid-alert ul,
.form-alert ul {
  list-style: none;
  margin-left: 10px;
}
.bid-alert li,
.form-alert li {
  margin-bottom: 7px;
}
.bid-alert li,
.form-alert li:last-child {
  margin-bottom: 0;
}
.bid-alert li ul {
  list-style: disc;
  width: 300px;
  margin-top: 10px;
}
.bid-alert li ul > li {
  margin-bottom: 2px;
}
.bid-alert #bid-increments {
  display: none;
  margin: 15px 0;
}
.bid-alert .inc {
  float: right;
}
.alert-info {
  display: none;
  color: #fff;
  background-color: #000;
}
.alert-info.no-hide {
  display: block;
}
.info-open {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 5px;
  background-color: #ddd;
  font-size: 12px;
  line-height: 1;
  color: #333;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.info-open:hover {
  background-color: #da0476;
  color: #fff;
}
.inc-toggle,
.info-close {
  color: #fff;
}
.inc-toggle,
.inc-toggle:hover {
  text-decoration: underline;
}
.info-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  font-size: 20px;
  font-weight: 200;
}
.arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.arrow-top .arrow {
  top: -9px;
  left: 26px;
  border-width: 0 9px 9px;
  border-bottom-color: #000;
}
.arrow-left .arrow {
  top: 30px;
  left: -9px;
  border-width: 9px 9px 9px 0;
  border-right-color: #f2f2f2;
}
/* general auction components */
.auction-identifier,
.bid-wrap,
.bid-wrap-now {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px dotted #ddd;
  white-space: nowrap;
}
.bid-wrap-now {
  border-top: 1px dotted #ddd;
}
.auction-identifier {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.auction-end {
  text-align: center;
  margin-bottom: 20px;
}
#product-auction-button label {
  line-height: 30px;
  height: 65px;
  float: left;
}
#suggested-price {
  float: left;
  clear: both;
}
.bid-type-form {
  float: left;
  clear: both;
  text-transform: uppercase;
}
#product-auction-button button {
  position: absolute;
  right: 0;
  margin-top: 5px;
}
.auction-bid {
  margin-bottom: 3px;
}
.auction-price,
.retail-price {
  font-weight: bold;
}
.bid-count {
  margin-top: -13px;
  float: left;
  clear: both;
  font-size: 12px;
  color: #999;
  float: none;
}
.auction-bid-modal .bid-count {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
}
.current-bid {
  font-size: 18px;
}
.current-bid label {
  margin: 0;
}
.current-bid .time-left {
  float: right;
  font-size: 13px;
  line-height: 18px;
}
.ends,
.auction-price,
.next-bid {
  margin-left: 0.1em;
}
.prereq-modal-background {
  background: #fc1934;
}
.auction-bid-modal .modal-dialog {
  width: 655px;
}
.auction-bid-modal .modal-dialog .modal-content {
  max-height: none;
  padding: 30px;
}
.auction-bid-modal .as-form #cc-info {
  position: relative;
}
.auction-bid-modal .as-form .cc-wrap {
  width: 330px;
}
.auction-bid-modal .as-form .dropdown-toggle .filter-option {
  font-size: 13px;
  top: 6px;
}
.auction-bid-modal .as-form .controls {
  width: 100%;
  white-space: inherit;
}
.auction-bid-modal .as-form label {
  font-size: 14px;
  margin: 10px 0 2px;
}
.auction-bid-modal .as-form label.error {
  background-color: #ffcccc;
  color: #000;
  font-size: 12px;
  padding: 2px 6px;
  margin-top: 2px;
}
.auction-bid-modal .as-form input[type="text"],
.auction-bid-modal .as-form input[type="email"],
.auction-bid-modal .as-form .input-append .add-on,
.auction-bid-modal .as-form .input-prepend .add-on {
  padding: 7px 10px;
  font-size: 13px;
  height: 30px;
}
.auction-bid-modal .as-form .input-append .add-on,
.auction-bid-modal .as-form .input-prepend .add-on {
  line-height: 13px;
}
.auction-bid-modal .as-form input[type="text"],
.auction-bid-modal .as-form input[type="email"] {
  margin-right: 0;
  width: 100%;
}
.auction-bid-modal .as-form .input-append .add-on,
.auction-bid-modal .as-form .input-prepend .add-on {
  line-height: 13px;
}
.auction-bid-modal .as-form .input-append.input-prepend input[type="text"],
.auction-bid-modal .as-form .input-append.input-prepend input[type="email"] {
  width: 230px;
}
.auction-bid-modal .as-form .input-append label,
.auction-bid-modal .as-form .input-prepend label {
  font-size: 13px;
  margin-bottom: 5px;
}
.auction-bid-modal .as-form .bid-info label {
  margin-bottom: 10px;
}
.auction-bid-modal .as-form #bid-input {
  height: 34px;
}
.auction-bid-modal .as-form .next-bid {
  font-weight: normal;
}
.auction-bid-modal .as-form select {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 13px;
  width: 90px;
  margin-right: 5px;
}
.auction-bid-modal .as-form label.hide {
  display: none;
}
.auction-bid-modal .as-form .label-success {
  background-color: #000;
}
.auction-bid-modal .as-form .form-alert {
  background: #000;
  padding: 10px 10px;
  font-size: 13px;
  margin-bottom: 20px;
}
.auction-bid-modal .as-form .exp-date {
  width: 121px !important;
}
.auction-bid-modal .as-form .cvc-tip {
  display: none;
}
.auction-bid-modal .bid-alert {
  font-size: 15px;
  position: relative;
}
.auction-bid-modal .bid-alert h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}
.auction-bid-modal .bid-alert p {
  font-size: 14px;
  padding: 6px;
}
.auction-bid-modal .bid-alert .copy-section {
  padding-bottom: 10px;
}
.auction-bid-modal .bid-instr {
  margin-top: 10px;
  font-size: 12px;
}
.bidding-process {
  margin-top: 10px;
  display: inline-block;
}
#auction_info {
  display: none;
  width: 560px;
  height: auto;
  margin-top: 20px;
}
#auction_info p {
  margin-bottom: 10px;
}
#auction_info .head {
  font-size: 24px;
  text-align: center;
}
#auction_info .sub {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
/* clearfix */
.section {
  *zoom: 1;
}
.section:before,
.section:after {
  display: table;
  line-height: 0;
  content: "";
}
.section:after {
  clear: both;
}
.auction-bid-modal h1 {
  font-size: 28px;
  line-height: 1;
}
.auction-bid-modal .section {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #ccc;
}
.auction-bid-modal .section.top {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
}
.auction-bid-modal .img-frame,
.auction-bid-modal .img-info {
  float: left;
}
.auction-bid-modal .img-frame {
  margin: 0;
  width: 220px;
  text-align: center;
}
.auction-bid-modal .img-frame img {
  max-width: 220px;
  max-height: 220px;
}
.auction-bid-modal .img-info {
  display: none;
  width: 300px;
  margin-left: 30px;
}
.auction-bid-modal .img-info table {
  height: 100%;
}
.auction-bid-modal .img-info td {
  vertical-align: middle;
}
.auction-bid-modal .details .artist,
.auction-bid-modal .as-form h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}
.auction-bid-modal .as-form h3 {
  text-transform: uppercase;
}
.auction-bid-modal .details .artist span {
  text-transform: uppercase;
  font-weight: 500;
}
.auction-bid-modal .details .title,
.auction-bid-modal .details .year,
.auction-bid-modal .details .medium,
.auction-bid-modal .details .partner,
.auction-bid-modal .details .price {
  font-size: 15px;
  line-height: 22px;
}
.auction-bid-modal .details .title {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 18px;
}
.auction-bid-modal .details .medium {
  float: none;
  height: auto;
}
.auction-bid-modal .cc-alert {
  right: 0;
  top: 32px;
  width: 238px;
  margin: 0;
  font-size: 14px;
  position: absolute;
}
.auction-bid-modal .cc-alert h3 {
  font-size: 16px;
}
.bid-wrap,
.bid-wrap-now {
  position: relative;
}
.bid-wrap.ended {
  text-align: center;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: uppercase;
  color: #da0476;
}
.buy-or-bid {
  position: absolute;
  right: 25px;
  top: -9px;
  width: 40px;
  background: #fff;
  text-align: center;
}
#auction-countdown {
  margin: 20px 0;
  white-space: nowrap;
}
#auction-countdown > div {
  float: left;
  height: 35px;
  width: 35px;
  padding: 10px;
  font-size: 10px;
  font-weight: 200;
  text-align: center;
}
#auction-countdown span {
  display: block;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 5px;
}
#auction-countdown .space {
  color: #aaa;
  line-height: 1;
  font-size: 18px;
  width: 8px;
  background: transparent;
}
#auction-courtesy {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .auction-bid-modal .as-form .cc-alert {
    display: none;
  }
  .auction-bid-modal .as-form .cc-wrap {
    width: 100%;
  }
  .auction-bid-modal .as-form .bid-button {
    margin-top: 15px;
    width: 100%;
    padding: 15px 0;
  }
}
.state-holder .dropdown {
  width: 100% !important;
}
