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

#work b,
#work strong {
  font-weight: 500;
}
#work h1 {
  display: inline;
  margin-bottom: 0;
  font-size: 100%;
  text-transform: none;
}
#work h2 {
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
#work h3 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
#work h3.h1sub {
  display: inline-block;
  margin: 0;
  text-transform: none;
}
#work h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#work h5 {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
#work hr {
  border: none;
  border-bottom: solid 1px #484848;
  margin: 20px 0;
}
#work i.sold-out-dot {
  background-color: #ff1717;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
}
#work .mobile-instruction {
  background-color: rgba(102, 102, 102, 0.85);
  color: white;
  display: none;
  font-size: 15px;
  left: 50%;
  line-height: 18px;
  padding: 12px 14px;
  position: absolute;
  top: 50%;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#work .breadcrumb {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#work .bootstrap-select .btn.dropdown-toggle {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
  font-size: 14px;
}
#work .bootstrap-select .btn.dropdown-toggle:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
#work #header-promo {
  margin-bottom: 10px;
}
#work .error-message-holder,
#work .message-holder {
  font-size: 13px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
#work .error-message-holder li,
#work .message-holder li {
  padding: 4px 8px;
}
#work .error-message-holder {
  background-color: #ffcccc;
}
#work .message-holder {
  background-color: #000;
  color: #fff;
}
#work .tooltip {
  text-transform: none !important;
}
#work .as-btn {
  border-radius: 2px;
  font-size: 14px;
  line-height: 16px;
  padding: 16px 30px;
}
#work .expandable .read-more,
#work .expandable .read-less {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase;
}
#work .private-gallery-label {
  font-weight: 500;
}
#work #zoom-modal.modal .different-views-holder {
  width: 100%;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  z-index: 21;
  background-color: #fff;
}
#work #zoom-modal.modal .different-views-holder.show-arrows .arrow-both {
  display: block;
}
#work #zoom-modal.modal .different-views-holder .different-slider-holder {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
#work #zoom-modal.modal .different-views-holder .different-slider-holder ul.slider {
  height: 56px;
}
#work #zoom-modal.modal .different-views-holder .different-slider-holder ul.slider li {
  margin: 0 4px 10px 0;
  float: left;
  background-color: #000;
}
#work #zoom-modal.modal .different-views-holder .different-slider-holder ul.slider li.active img {
  opacity: 1;
}
#work #zoom-modal.modal .different-views-holder .different-slider-holder ul.slider li:last-child {
  margin-right: 21px;
}
#work #zoom-modal.modal .different-views-holder .different-slider-holder ul.slider img {
  width: 56px;
  border: solid 1px #000;
  cursor: pointer;
  opacity: 0.8;
}
#work #zoom-modal.modal .different-views-holder .different-slider-holder ul.slider::after {
  clear: both;
  content: '';
}
#work #zoom-modal.modal .different-views-holder .arrow-both {
  width: 20px;
  height: 58px;
  position: absolute;
  top: 9px;
  z-index: 1;
  display: none;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
#work #zoom-modal.modal .different-views-holder .arrow-both::after {
  height: 0;
  border-style: solid;
  border-width: 8px;
  position: absolute;
  bottom: 21px;
  content: '';
  display: block;
}
#work #zoom-modal.modal .different-views-holder .arrow-both.disabled {
  cursor: default;
}
#work #zoom-modal.modal .different-views-holder .arrow-next {
  right: 0px;
}
#work #zoom-modal.modal .different-views-holder .arrow-next::after {
  border-color: transparent transparent transparent #000;
  left: 8px;
}
#work #zoom-modal.modal .different-views-holder .arrow-next.disabled::after {
  border-color: transparent transparent transparent #ccc;
}
#work #zoom-modal.modal .different-views-holder .arrow-prev {
  left: 0px;
}
#work #zoom-modal.modal .different-views-holder .arrow-prev::after {
  border-color: transparent #000 transparent transparent;
  right: 8px;
}
#work #zoom-modal.modal .different-views-holder .arrow-prev.disabled::after {
  border-color: transparent #ccc transparent transparent;
}
#work .product-header .left-col {
  border-right: solid 1px #484848;
  padding-top: 8px;
}
#work .product-header .left-col .product-image-holder {
  position: relative;
  margin-bottom: 25px;
  margin-top: 0;
}
#work .product-header .left-col .product-image-holder.frameable .product-image img {
  max-height: 600px;
}
#work .product-header .left-col .product-image-holder.frameable .product-image img.framed {
  background-color: #ffffff;
  border-style: solid;
  border-width: 10px;
}
#work .product-header .left-col .product-image-holder.frameable .product-image img.framed.black {
  border-color: #000;
  -moz-border-image: url('/static/arts/img/frame_landscape_black_632.jpg') 44 45 42 44 stretch;
  -webkit-border-image: url('/static/arts/img/frame_landscape_black_632.jpg') 44 45 42 44 stretch;
  border-image: url('/static/arts/img/frame_landscape_black_632.jpg') 44 45 42 44 stretch;
}
#work .product-header .left-col .product-image-holder.frameable .product-image img.framed.maple {
  border-color: #b36633;
  -moz-border-image: url('/static/arts/img/frame_landscape_wood_632.jpg') 44 45 42 44 stretch;
  -webkit-border-image: url('/static/arts/img/frame_landscape_wood_632.jpg') 44 45 42 44 stretch;
  border-image: url('/static/arts/img/frame_landscape_wood_632.jpg') 44 45 42 44 stretch;
}
#work .product-header .left-col .product-image-holder.frameable .product-image img.framed.white {
  border-color: #ebecee;
  -moz-border-image: url('/static/arts/img/frame_landscape_white_632.jpg') 44 45 42 44 stretch;
  -webkit-border-image: url('/static/arts/img/frame_landscape_white_632.jpg') 44 45 42 44 stretch;
  border-image: url('/static/arts/img/frame_landscape_white_632.jpg') 44 45 42 44 stretch;
}
#work .product-header .left-col .product-image-holder.has-addl-views li.table-height div {
  height: 450px;
}
#work .product-header .left-col .product-image {
  margin: 0 0 0 65px;
  position: relative;
}
#work .product-header .left-col .product-image ul li {
  float: left;
  height: 100%;
  width: 100%;
}
#work .product-header .left-col .product-image ul li.table-height {
  width: 1px !important;
  visibility: hidden;
}
#work .product-header .left-col .product-image ul li.table-height div {
  height: 206px;
  width: 1px;
}
#work .product-header .left-col .product-image img {
  display: block;
  margin: 0 auto;
  max-height: 500px;
}
#work .product-header .left-col .product-image img.show-work-zoom {
  cursor: url(/static/arts/img/icon_fullscreen.png), pointer;
}
#work .product-header .left-col .product-image .tag-social-holder {
  position: relative;
  margin-top: 20px;
}
#work .product-header .left-col .product-image .tags {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 173px;
  text-transform: uppercase;
}
#work .product-header .left-col .product-image .tags a {
  color: #585858;
  text-decoration: underline;
}
#work .product-header .left-col .product-image .tags a:hover,
#work .product-header .left-col .product-image .tags a:active {
  color: #da0476;
}
#work .product-header .left-col .product-image #as-share-icons-container {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#work .product-header .left-col .product-image #as-share-icons-container .shareLink {
  margin-right: 15px;
}
#work .product-header .left-col .product-image #as-share-icons-container .shareLink:last-child {
  margin-right: 0;
}
#work .product-header .left-col .product-image .product-img-carousel {
  overflow: hidden;
  margin-right: -10px;
}
#work .product-header .left-col .product-image .product-img-carousel .slider {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
#work .product-header .left-col .product-image .product-img-carousel .slider li {
  display: table-cell;
  float: none;
  vertical-align: top;
  width: 100%;
}
#work .product-header .left-col .views-icons {
  left: 0;
  position: absolute;
  top: 0;
}
#work .product-header .left-col .views-icons .as-icon {
  text-decoration: none;
  color: #666;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}
#work .product-header .left-col .views-icons .as-icon:hover {
  color: #da0476;
}
#work .product-header .left-col .views-icons .as-icon:hover i {
  opacity: 1;
}
#work .product-header .left-col .views-icons .as-icon:last-child {
  margin-bottom: 0;
}
#work .product-header .left-col .views-icons .as-icon i {
  font-size: 30px;
  opacity: 0.5;
}
#work .product-header .left-col .views-icons .as-icon i.icon-view-in-room-2 {
  font-size: 25px;
}
#work .product-header .left-col .views-icons .as-icon i.icon-mg-add {
  font-size: 26px;
  padding-left: 5px;
}
#work .product-header .left-col .views-icons .views-holder {
  position: relative;
  margin: 25px 0 45px;
}
#work .product-header .left-col .views-icons .views-holder .slider-holder {
  max-height: 255px;
  overflow: hidden;
  position: relative;
}
#work .product-header .left-col .views-icons .views-holder .slider-holder > ul {
  top: 0;
}
#work .product-header .left-col .views-icons .views-holder .slider-holder > ul li {
  background-color: #000;
  margin-bottom: 10px;
}
#work .product-header .left-col .views-icons .views-holder .slider-holder > ul li.active img {
  opacity: 1;
}
#work .product-header .left-col .views-icons .views-holder .slider-holder > ul img {
  border: solid 1px #000;
  cursor: pointer;
  opacity: 0.8;
  width: 56px;
}
#work .product-header .left-col .views-icons .views-holder .next,
#work .product-header .left-col .views-icons .views-holder .prev {
  cursor: pointer;
  height: 24px;
  position: absolute;
  width: 100%;
}
#work .product-header .left-col .views-icons .views-holder .next::after,
#work .product-header .left-col .views-icons .views-holder .prev::after {
  border-style: solid;
  border-width: 8px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
}
#work .product-header .left-col .views-icons .views-holder .next.disabled,
#work .product-header .left-col .views-icons .views-holder .prev.disabled {
  cursor: default;
}
#work .product-header .left-col .views-icons .views-holder .next {
  bottom: -32px;
}
#work .product-header .left-col .views-icons .views-holder .next::after {
  border-color: #000 transparent transparent transparent;
  margin-top: -4px;
  top: 50%;
}
#work .product-header .left-col .views-icons .views-holder .next.disabled::after {
  border-color: #d3d3d3 transparent transparent transparent;
}
#work .product-header .left-col .views-icons .views-holder .prev {
  top: -32px;
}
#work .product-header .left-col .views-icons .views-holder .prev::after {
  border-color: transparent transparent #000 transparent;
  margin-bottom: -4px;
  bottom: 50%;
}
#work .product-header .left-col .views-icons .views-holder .prev.disabled::after {
  border-color: transparent transparent #d3d3d3 transparent;
}
#work .product-header .left-col .image-caption {
  min-height: 30px;
  margin: -25px 0 15px 0;
}
#work .product-header .right-col {
  background: #fff;
  padding: 8px 15px 0 5%;
}
#work .product-header .right-col .show-my-gallery {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}
#work .product-header .right-col .small-heading {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  margin: 6px 0;
  text-transform: uppercase;
}
#work .work-info {
  margin-bottom: 20px;
}
#work .work-info > div > p {
  line-height: normal;
}
#work .work-info .artist,
#work .work-info .title {
  font-size: 21px;
  line-height: 21px;
}
#work .work-info .artist span,
#work .work-info .title span {
  font-style: normal;
  font-weight: normal;
}
#work .work-info .artist,
#work .work-info .medium {
  text-transform: uppercase;
}
#work .work-info .artist {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-right: 15px;
}
#work .work-info .title {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  word-wrap: break-word;
  margin-top: 10px;
}
#work .work-info .product-info {
  margin: 10px 0;
}
#work .work-info .product-info * {
  line-height: 100%;
}
#work .work-info .product-info p {
  margin-bottom: 7px;
}
#work .work-info .product-info .portfolio-prices {
  margin: 15px 0 13px 0;
}
#work .work-info .product-info .portfolio-prices tr:last-child td,
#work .work-info .product-info .portfolio-prices .tr-ps:last-child td,
#work .work-info .product-info .portfolio-prices tr:last-child .td-ps,
#work .work-info .product-info .portfolio-prices .tr-ps:last-child .td-ps {
  padding-bottom: 0;
}
#work .work-info .product-info .portfolio-prices tr td,
#work .work-info .product-info .portfolio-prices .tr-ps td,
#work .work-info .product-info .portfolio-prices tr .td-ps,
#work .work-info .product-info .portfolio-prices .tr-ps .td-ps {
  padding-bottom: 5px;
  vertical-align: bottom;
}
#work .work-info .product-info .portfolio-prices tr td:last-child,
#work .work-info .product-info .portfolio-prices .tr-ps td:last-child,
#work .work-info .product-info .portfolio-prices tr div.td-ps:last-child,
#work .work-info .product-info .portfolio-prices .tr-ps div.td-ps:last-child {
  padding-left: 5px;
}
#work .work-info .physical-description {
  margin: 4px 0 13px 0;
  line-height: 100%;
  font-weight: normal;
  text-transform: initial;
  font-size: 15px;
}
#work .work-info .authentication,
#work .work-info .production-variation {
  margin-top: 10px;
}
#work .work-info .medium {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
#work .work-info .medium a {
  color: #999;
}
#work .work-info .medium a:hover {
  color: #da0476;
}
#work .work-info .medium-category {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 16px;
  line-height: 100%;
  color: #585858;
}
#work .work-info .medium-category a {
  color: #585858;
}
#work .work-info .auction-header {
  border: solid 1px #d9d9d9;
  border-width: 1px 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
#work .work-info .auction-header .auction-title {
  font-size: 17px;
}
#work .work-info .auction-header .auction-title a:hover {
  text-decoration: underline;
}
#work .work-info .auction-header .timer {
  display: inline;
}
#work .work-info .auction-header .timer span {
  font-weight: 500;
}
#work .work-info .follow-button {
  line-height: 21px;
}
#work .work-designation {
  line-height: 32px;
  margin-top: 10px;
  text-align: left;
}
#work .work-designation > div {
  margin-bottom: 5px;
}
#work .work-designation > div:last-child {
  margin-bottom: 0;
}
#work .work-designation .as-icon {
  display: inline-block;
  text-transform: none;
  vertical-align: middle;
}
#work .work-designation .as-icon img {
  margin-top: -4px;
}
#work .work-designation .as-icon i {
  display: inline;
  font-size: 32px;
}
#work .work-designation .as-icon i.icon-a-list-a {
  border-radius: 50%;
  border: 2px #000 solid;
  color: #da0476;
  display: inline-block;
  font-size: 12px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  text-align: center;
  padding-top: 9px;
  padding-left: 3px;
}
#work .work-designation .desig-text {
  border-bottom: 1px #ddd dotted;
  font-size: 14px;
  margin-left: 3px;
  font-weight: normal;
}
#work .product-header .right-col .work-items input[type="radio"] {
  visibility: hidden;
}
#work .product-header .right-col .work-items #product-selection {
  visibility: hidden;
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
}
#work .product-header .right-col .work-items .product-grouping-default-frames {
  display: none;
}
#work .product-header .right-col .work-items .product-grouping-default-frames .framed-price {
  font-weight: normal;
}
#work .product-header .right-col .work-items .product-grouping-default-frames .framed-price > div {
  padding: 0;
  margin-bottom: 20px;
}
#work .product-header .right-col .work-items #table-ps,
#work .product-header .right-col .work-items table {
  text-align: left;
  width: 100%;
}
#work .product-header .right-col .work-items #table-ps.hide-headings th.price > div,
#work .product-header .right-col .work-items table.hide-headings th.price > div,
#work .product-header .right-col .work-items #table-ps.hide-headings th.frame > div,
#work .product-header .right-col .work-items table.hide-headings th.frame > div,
#work .product-header .right-col .work-items #table-ps.hide-headings .th-ps.price > div,
#work .product-header .right-col .work-items table.hide-headings .th-ps.price > div,
#work .product-header .right-col .work-items #table-ps.hide-headings .th-ps.frame > div,
#work .product-header .right-col .work-items table.hide-headings .th-ps.frame > div {
  display: none;
}
#work .product-header .right-col .work-items #table-ps tbody #sale-type > .td-ps,
#work .product-header .right-col .work-items table tbody #sale-type > .td-ps,
#work .product-header .right-col .work-items #table-ps #tbody-ps #sale-type > .td-ps,
#work .product-header .right-col .work-items table #tbody-ps #sale-type > .td-ps {
  display: inline-block;
  margin-bottom: -5px;
}
#work .product-header .right-col .work-items #table-ps tbody tr.selected .regular-price,
#work .product-header .right-col .work-items table tbody tr.selected .regular-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps tr.selected .regular-price,
#work .product-header .right-col .work-items table #tbody-ps tr.selected .regular-price,
#work .product-header .right-col .work-items #table-ps tbody .tr-ps.selected .regular-price,
#work .product-header .right-col .work-items table tbody .tr-ps.selected .regular-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps .tr-ps.selected .regular-price,
#work .product-header .right-col .work-items table #tbody-ps .tr-ps.selected .regular-price {
  color: #000;
  font-weight: 500;
}
#work .product-header .right-col .work-items #table-ps tbody tr.selected.on-sale .regular-price,
#work .product-header .right-col .work-items table tbody tr.selected.on-sale .regular-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps tr.selected.on-sale .regular-price,
#work .product-header .right-col .work-items table #tbody-ps tr.selected.on-sale .regular-price,
#work .product-header .right-col .work-items #table-ps tbody .tr-ps.selected.on-sale .regular-price,
#work .product-header .right-col .work-items table tbody .tr-ps.selected.on-sale .regular-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps .tr-ps.selected.on-sale .regular-price,
#work .product-header .right-col .work-items table #tbody-ps .tr-ps.selected.on-sale .regular-price {
  color: #333333;
}
#work .product-header .right-col .work-items #table-ps tbody tr.selected.on-sale .sale-price,
#work .product-header .right-col .work-items table tbody tr.selected.on-sale .sale-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps tr.selected.on-sale .sale-price,
#work .product-header .right-col .work-items table #tbody-ps tr.selected.on-sale .sale-price,
#work .product-header .right-col .work-items #table-ps tbody .tr-ps.selected.on-sale .sale-price,
#work .product-header .right-col .work-items table tbody .tr-ps.selected.on-sale .sale-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps .tr-ps.selected.on-sale .sale-price,
#work .product-header .right-col .work-items table #tbody-ps .tr-ps.selected.on-sale .sale-price {
  color: #da0476;
}
#work .product-header .right-col .work-items #table-ps tbody tr.selected.sold-out .regular-price,
#work .product-header .right-col .work-items table tbody tr.selected.sold-out .regular-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps tr.selected.sold-out .regular-price,
#work .product-header .right-col .work-items table #tbody-ps tr.selected.sold-out .regular-price,
#work .product-header .right-col .work-items #table-ps tbody .tr-ps.selected.sold-out .regular-price,
#work .product-header .right-col .work-items table tbody .tr-ps.selected.sold-out .regular-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps .tr-ps.selected.sold-out .regular-price,
#work .product-header .right-col .work-items table #tbody-ps .tr-ps.selected.sold-out .regular-price {
  color: #585858 !important;
  font-weight: normal !important;
}
#work .product-header .right-col .work-items #table-ps tbody tr.selected.sold-out .framed-price,
#work .product-header .right-col .work-items table tbody tr.selected.sold-out .framed-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps tr.selected.sold-out .framed-price,
#work .product-header .right-col .work-items table #tbody-ps tr.selected.sold-out .framed-price,
#work .product-header .right-col .work-items #table-ps tbody .tr-ps.selected.sold-out .framed-price,
#work .product-header .right-col .work-items table tbody .tr-ps.selected.sold-out .framed-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps .tr-ps.selected.sold-out .framed-price,
#work .product-header .right-col .work-items table #tbody-ps .tr-ps.selected.sold-out .framed-price {
  color: #585858 !important;
  font-weight: normal !important;
}
#work .product-header .right-col .work-items #table-ps tbody tr.selected.framed .regular-price,
#work .product-header .right-col .work-items table tbody tr.selected.framed .regular-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps tr.selected.framed .regular-price,
#work .product-header .right-col .work-items table #tbody-ps tr.selected.framed .regular-price,
#work .product-header .right-col .work-items #table-ps tbody .tr-ps.selected.framed .regular-price,
#work .product-header .right-col .work-items table tbody .tr-ps.selected.framed .regular-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps .tr-ps.selected.framed .regular-price,
#work .product-header .right-col .work-items table #tbody-ps .tr-ps.selected.framed .regular-price,
#work .product-header .right-col .work-items #table-ps tbody tr.selected.framed.on-sale .regular-price,
#work .product-header .right-col .work-items table tbody tr.selected.framed.on-sale .regular-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps tr.selected.framed.on-sale .regular-price,
#work .product-header .right-col .work-items table #tbody-ps tr.selected.framed.on-sale .regular-price,
#work .product-header .right-col .work-items #table-ps tbody .tr-ps.selected.framed.on-sale .regular-price,
#work .product-header .right-col .work-items table tbody .tr-ps.selected.framed.on-sale .regular-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps .tr-ps.selected.framed.on-sale .regular-price,
#work .product-header .right-col .work-items table #tbody-ps .tr-ps.selected.framed.on-sale .regular-price,
#work .product-header .right-col .work-items #table-ps tbody tr.selected.framed .sale-price,
#work .product-header .right-col .work-items table tbody tr.selected.framed .sale-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps tr.selected.framed .sale-price,
#work .product-header .right-col .work-items table #tbody-ps tr.selected.framed .sale-price,
#work .product-header .right-col .work-items #table-ps tbody .tr-ps.selected.framed .sale-price,
#work .product-header .right-col .work-items table tbody .tr-ps.selected.framed .sale-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps .tr-ps.selected.framed .sale-price,
#work .product-header .right-col .work-items table #tbody-ps .tr-ps.selected.framed .sale-price,
#work .product-header .right-col .work-items #table-ps tbody tr.selected.framed.on-sale .sale-price,
#work .product-header .right-col .work-items table tbody tr.selected.framed.on-sale .sale-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps tr.selected.framed.on-sale .sale-price,
#work .product-header .right-col .work-items table #tbody-ps tr.selected.framed.on-sale .sale-price,
#work .product-header .right-col .work-items #table-ps tbody .tr-ps.selected.framed.on-sale .sale-price,
#work .product-header .right-col .work-items table tbody .tr-ps.selected.framed.on-sale .sale-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps .tr-ps.selected.framed.on-sale .sale-price,
#work .product-header .right-col .work-items table #tbody-ps .tr-ps.selected.framed.on-sale .sale-price {
  color: #333333;
  font-weight: normal;
}
#work .product-header .right-col .work-items #table-ps tbody tr.selected.framed .framed-price,
#work .product-header .right-col .work-items table tbody tr.selected.framed .framed-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps tr.selected.framed .framed-price,
#work .product-header .right-col .work-items table #tbody-ps tr.selected.framed .framed-price,
#work .product-header .right-col .work-items #table-ps tbody .tr-ps.selected.framed .framed-price,
#work .product-header .right-col .work-items table tbody .tr-ps.selected.framed .framed-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps .tr-ps.selected.framed .framed-price,
#work .product-header .right-col .work-items table #tbody-ps .tr-ps.selected.framed .framed-price,
#work .product-header .right-col .work-items #table-ps tbody tr.selected.framed.on-sale .framed-price,
#work .product-header .right-col .work-items table tbody tr.selected.framed.on-sale .framed-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps tr.selected.framed.on-sale .framed-price,
#work .product-header .right-col .work-items table #tbody-ps tr.selected.framed.on-sale .framed-price,
#work .product-header .right-col .work-items #table-ps tbody .tr-ps.selected.framed.on-sale .framed-price,
#work .product-header .right-col .work-items table tbody .tr-ps.selected.framed.on-sale .framed-price,
#work .product-header .right-col .work-items #table-ps #tbody-ps .tr-ps.selected.framed.on-sale .framed-price,
#work .product-header .right-col .work-items table #tbody-ps .tr-ps.selected.framed.on-sale .framed-price {
  color: #000;
  font-weight: 500;
}
#work .product-header .right-col .work-items #table-ps tbody tr label,
#work .product-header .right-col .work-items table tbody tr label,
#work .product-header .right-col .work-items #table-ps #tbody-ps tr label,
#work .product-header .right-col .work-items table #tbody-ps tr label,
#work .product-header .right-col .work-items #table-ps tbody .tr-ps label,
#work .product-header .right-col .work-items table tbody .tr-ps label,
#work .product-header .right-col .work-items #table-ps #tbody-ps .tr-ps label,
#work .product-header .right-col .work-items table #tbody-ps .tr-ps label {
  cursor: default;
}
#work .product-header .right-col .work-items #table-ps th.frame,
#work .product-header .right-col .work-items table th.frame,
#work .product-header .right-col .work-items #table-ps .th-ps.frame,
#work .product-header .right-col .work-items table .th-ps.frame,
#work .product-header .right-col .work-items #table-ps th.price,
#work .product-header .right-col .work-items table th.price,
#work .product-header .right-col .work-items #table-ps .th-ps.price,
#work .product-header .right-col .work-items table .th-ps.price,
#work .product-header .right-col .work-items #table-ps th.sale,
#work .product-header .right-col .work-items table th.sale,
#work .product-header .right-col .work-items #table-ps .th-ps.sale,
#work .product-header .right-col .work-items table .th-ps.sale {
  white-space: nowrap;
  width: 35%;
}
#work .product-header .right-col .work-items #table-ps th .units,
#work .product-header .right-col .work-items table th .units,
#work .product-header .right-col .work-items #table-ps .th-ps .units,
#work .product-header .right-col .work-items table .th-ps .units {
  display: inline-block;
  padding-left: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}
#work .product-header .right-col .work-items #table-ps th .units:before,
#work .product-header .right-col .work-items table th .units:before,
#work .product-header .right-col .work-items #table-ps .th-ps .units:before,
#work .product-header .right-col .work-items table .th-ps .units:before,
#work .product-header .right-col .work-items #table-ps th .units:after,
#work .product-header .right-col .work-items table th .units:after,
#work .product-header .right-col .work-items #table-ps .th-ps .units:after,
#work .product-header .right-col .work-items table .th-ps .units:after {
  content: " ";
  display: table;
}
#work .product-header .right-col .work-items #table-ps th .units:after,
#work .product-header .right-col .work-items table th .units:after,
#work .product-header .right-col .work-items #table-ps .th-ps .units:after,
#work .product-header .right-col .work-items table .th-ps .units:after {
  clear: both;
}
#work .product-header .right-col .work-items #table-ps th .units .unit-toggle,
#work .product-header .right-col .work-items table th .units .unit-toggle,
#work .product-header .right-col .work-items #table-ps .th-ps .units .unit-toggle,
#work .product-header .right-col .work-items table .th-ps .units .unit-toggle {
  border: solid 1px #ccc;
  color: #000;
  cursor: pointer;
  float: left;
  text-align: center;
  width: 32px;
}
#work .product-header .right-col .work-items #table-ps th .units .unit-toggle:first-child,
#work .product-header .right-col .work-items table th .units .unit-toggle:first-child,
#work .product-header .right-col .work-items #table-ps .th-ps .units .unit-toggle:first-child,
#work .product-header .right-col .work-items table .th-ps .units .unit-toggle:first-child {
  border-right: none;
}
#work .product-header .right-col .work-items #table-ps th .units .unit-toggle.selected,
#work .product-header .right-col .work-items table th .units .unit-toggle.selected,
#work .product-header .right-col .work-items #table-ps .th-ps .units .unit-toggle.selected,
#work .product-header .right-col .work-items table .th-ps .units .unit-toggle.selected {
  cursor: auto;
  -webkit-box-shadow: inset 0 0 21px -8px #000;
  box-shadow: inset 0 0 21px -8px #000;
}
#work .product-header .right-col .work-items #table-ps td:last-child > div,
#work .product-header .right-col .work-items table td:last-child > div,
#work .product-header .right-col .work-items #table-ps .td-ps:last-child > div,
#work .product-header .right-col .work-items table .td-ps:last-child > div {
  padding-right: 0;
}
#work .product-header .right-col .work-items #table-ps td,
#work .product-header .right-col .work-items table td,
#work .product-header .right-col .work-items #table-ps .td-ps,
#work .product-header .right-col .work-items table .td-ps,
#work .product-header .right-col .work-items #table-ps td label,
#work .product-header .right-col .work-items table td label,
#work .product-header .right-col .work-items #table-ps .td-ps label,
#work .product-header .right-col .work-items table .td-ps label {
  color: #333333;
  font-weight: 400;
  font-size: 15px;
}
#work .product-header .right-col .work-items #table-ps td.framed-price,
#work .product-header .right-col .work-items table td.framed-price,
#work .product-header .right-col .work-items #table-ps .td-ps.framed-price,
#work .product-header .right-col .work-items table .td-ps.framed-price,
#work .product-header .right-col .work-items #table-ps td.regular-price,
#work .product-header .right-col .work-items table td.regular-price,
#work .product-header .right-col .work-items #table-ps .td-ps.regular-price,
#work .product-header .right-col .work-items table .td-ps.regular-price {
  white-space: nowrap;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
}
#work .product-header .right-col .work-items #table-ps td small,
#work .product-header .right-col .work-items table td small,
#work .product-header .right-col .work-items #table-ps .td-ps small,
#work .product-header .right-col .work-items table .td-ps small {
  color: #585858;
  display: block;
  font-weight: 500;
  font-size: 15px;
}
#work .product-header .right-col .work-items #table-ps tr.framed td.regular-price,
#work .product-header .right-col .work-items table tr.framed td.regular-price,
#work .product-header .right-col .work-items #table-ps .tr-ps.framed td.regular-price,
#work .product-header .right-col .work-items table .tr-ps.framed td.regular-price,
#work .product-header .right-col .work-items #table-ps tr.framed .td-ps.regular-price,
#work .product-header .right-col .work-items table tr.framed .td-ps.regular-price,
#work .product-header .right-col .work-items #table-ps .tr-ps.framed .td-ps.regular-price,
#work .product-header .right-col .work-items table .tr-ps.framed .td-ps.regular-price {
  color: #333333;
}
#work .product-header .right-col .work-items #table-ps tr.framed .framed-price,
#work .product-header .right-col .work-items table tr.framed .framed-price,
#work .product-header .right-col .work-items #table-ps .tr-ps.framed .framed-price,
#work .product-header .right-col .work-items table .tr-ps.framed .framed-price {
  color: #da0476;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder.selected,
#work .product-header .right-col .work-items table tr.frames-holder.selected,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder.selected,
#work .product-header .right-col .work-items table .tr-ps.frames-holder.selected {
  border-bottom: 1px solid #d8d8d8;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder.selected .frames,
#work .product-header .right-col .work-items table tr.frames-holder.selected .frames,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder.selected .frames,
#work .product-header .right-col .work-items table .tr-ps.frames-holder.selected .frames {
  height: 48px;
  margin: 10px 0 20px;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder.selected .frames-price,
#work .product-header .right-col .work-items table tr.frames-holder.selected .frames-price,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder.selected .frames-price,
#work .product-header .right-col .work-items table .tr-ps.frames-holder.selected .frames-price {
  display: block;
  line-height: 100%;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder > td,
#work .product-header .right-col .work-items table tr.frames-holder > td,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder > td,
#work .product-header .right-col .work-items table .tr-ps.frames-holder > td,
#work .product-header .right-col .work-items #table-ps tr.frames-holder > .td-ps,
#work .product-header .right-col .work-items table tr.frames-holder > .td-ps,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder > .td-ps,
#work .product-header .right-col .work-items table .tr-ps.frames-holder > .td-ps {
  padding: 0;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames-price,
#work .product-header .right-col .work-items table tr.frames-holder .frames-price,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames-price,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames-price {
  display: none;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames,
#work .product-header .right-col .work-items table tr.frames-holder .frames,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames li .frame-radio,
#work .product-header .right-col .work-items table tr.frames-holder .frames li .frame-radio,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames li .frame-radio,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames li .frame-radio {
  background: url('/static/arts/img/frame-sprite.png') no-repeat;
  border: solid 1px #000;
  cursor: pointer;
  float: left;
  height: 48px;
  margin: 0 10px 0 0;
  width: 48px;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames li .frame-radio.checked,
#work .product-header .right-col .work-items table tr.frames-holder .frames li .frame-radio.checked,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames li .frame-radio.checked,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames li .frame-radio.checked {
  border: solid 4px #da0476;
  border-radius: 2px;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames .frame-none,
#work .product-header .right-col .work-items table tr.frames-holder .frames .frame-none,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames .frame-none,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames .frame-none {
  position: relative;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames .frame-none .frame-radio,
#work .product-header .right-col .work-items table tr.frames-holder .frames .frame-none .frame-radio,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames .frame-none .frame-radio,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames .frame-none .frame-radio {
  background: transparent;
  position: relative;
  z-index: 2;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames .frame-none .no-frame-text,
#work .product-header .right-col .work-items table tr.frames-holder .frames .frame-none .no-frame-text,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames .frame-none .no-frame-text,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames .frame-none .no-frame-text {
  background: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 10px 0 0;
  padding: 10px 8px;
  height: 48px;
  width: 48px;
  font-size: 12px;
  line-height: 14px;
  z-index: 1;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames .frame-black .frame-radio,
#work .product-header .right-col .work-items table tr.frames-holder .frames .frame-black .frame-radio,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames .frame-black .frame-radio,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames .frame-black .frame-radio {
  background-position: -120px -1px;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames .frame-black .frame-radio.checked,
#work .product-header .right-col .work-items table tr.frames-holder .frames .frame-black .frame-radio.checked,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames .frame-black .frame-radio.checked,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames .frame-black .frame-radio.checked {
  background-position: -123px -4px;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames .frame-maple .frame-radio,
#work .product-header .right-col .work-items table tr.frames-holder .frames .frame-maple .frame-radio,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames .frame-maple .frame-radio,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames .frame-maple .frame-radio {
  background-position: -1px -1px;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames .frame-maple .frame-radio.checked,
#work .product-header .right-col .work-items table tr.frames-holder .frames .frame-maple .frame-radio.checked,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames .frame-maple .frame-radio.checked,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames .frame-maple .frame-radio.checked {
  background-position: -4px -4px;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames .frame-white .frame-radio,
#work .product-header .right-col .work-items table tr.frames-holder .frames .frame-white .frame-radio,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames .frame-white .frame-radio,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames .frame-white .frame-radio {
  background-position: -61px -1px;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames .frame-white .frame-radio.checked,
#work .product-header .right-col .work-items table tr.frames-holder .frames .frame-white .frame-radio.checked,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames .frame-white .frame-radio.checked,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames .frame-white .frame-radio.checked {
  background-position: -65px -4px;
}
#work .product-header .right-col .work-items #table-ps tr.frames-holder .frames .frame-white .frame-custom,
#work .product-header .right-col .work-items table tr.frames-holder .frames .frame-white .frame-custom,
#work .product-header .right-col .work-items #table-ps .tr-ps.frames-holder .frames .frame-white .frame-custom,
#work .product-header .right-col .work-items table .tr-ps.frames-holder .frames .frame-white .frame-custom {
  background: transparent;
}
#work .product-header .right-col .work-items #table-ps tr.product-grouping,
#work .product-header .right-col .work-items table tr.product-grouping,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-grouping,
#work .product-header .right-col .work-items table .tr-ps.product-grouping {
  border-top: none;
  padding-bottom: 15px;
}
#work .product-header .right-col .work-items #table-ps tr.product-grouping span.sold-out,
#work .product-header .right-col .work-items table tr.product-grouping span.sold-out,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-grouping span.sold-out,
#work .product-header .right-col .work-items table .tr-ps.product-grouping span.sold-out {
  color: #003399;
  text-transform: uppercase;
}
#work .product-header .right-col .work-items #table-ps tr.product-grouping > td > div,
#work .product-header .right-col .work-items table tr.product-grouping > td > div,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-grouping > td > div,
#work .product-header .right-col .work-items table .tr-ps.product-grouping > td > div,
#work .product-header .right-col .work-items #table-ps tr.product-grouping > .td-ps > div,
#work .product-header .right-col .work-items table tr.product-grouping > .td-ps > div,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-grouping > .td-ps > div,
#work .product-header .right-col .work-items table .tr-ps.product-grouping > .td-ps > div {
  margin-bottom: 30px;
}
#work .product-header .right-col .work-items #table-ps tr.product-grouping-default td > div span,
#work .product-header .right-col .work-items table tr.product-grouping-default td > div span,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-grouping-default td > div span,
#work .product-header .right-col .work-items table .tr-ps.product-grouping-default td > div span {
  font-size: 12px;
}
#work .product-header .right-col .work-items #table-ps tr.product-grouping-row,
#work .product-header .right-col .work-items table tr.product-grouping-row,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-grouping-row,
#work .product-header .right-col .work-items table .tr-ps.product-grouping-row {
  border-top: none;
}
#work .product-header .right-col .work-items #table-ps tr.product-grouping-row td > div,
#work .product-header .right-col .work-items table tr.product-grouping-row td > div,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-grouping-row td > div,
#work .product-header .right-col .work-items table .tr-ps.product-grouping-row td > div,
#work .product-header .right-col .work-items #table-ps tr.product-grouping-row .td-ps > div,
#work .product-header .right-col .work-items table tr.product-grouping-row .td-ps > div,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-grouping-row .td-ps > div,
#work .product-header .right-col .work-items table .tr-ps.product-grouping-row .td-ps > div {
  display: none;
}
#work .product-header .right-col .work-items #table-ps tr.radio-input label,
#work .product-header .right-col .work-items table tr.radio-input label,
#work .product-header .right-col .work-items #table-ps .tr-ps.radio-input label,
#work .product-header .right-col .work-items table .tr-ps.radio-input label {
  cursor: pointer;
}
#work .product-header .right-col .work-items #table-ps tr.radio-input td:first-child,
#work .product-header .right-col .work-items table tr.radio-input td:first-child,
#work .product-header .right-col .work-items #table-ps .tr-ps.radio-input td:first-child,
#work .product-header .right-col .work-items table .tr-ps.radio-input td:first-child,
#work .product-header .right-col .work-items #table-ps tr.radio-input div:first-child,
#work .product-header .right-col .work-items table tr.radio-input div:first-child,
#work .product-header .right-col .work-items #table-ps .tr-ps.radio-input div:first-child,
#work .product-header .right-col .work-items table .tr-ps.radio-input div:first-child {
  padding-left: 30px;
}
#work .product-header .right-col .work-items #table-ps tr.radio-input td:first-child > div,
#work .product-header .right-col .work-items table tr.radio-input td:first-child > div,
#work .product-header .right-col .work-items #table-ps .tr-ps.radio-input td:first-child > div,
#work .product-header .right-col .work-items table .tr-ps.radio-input td:first-child > div,
#work .product-header .right-col .work-items #table-ps tr.radio-input div:first-child > div,
#work .product-header .right-col .work-items table tr.radio-input div:first-child > div,
#work .product-header .right-col .work-items #table-ps .tr-ps.radio-input div:first-child > div,
#work .product-header .right-col .work-items table .tr-ps.radio-input div:first-child > div {
  position: relative;
}
#work .product-header .right-col .work-items #table-ps tr.radio-input td:first-child > div .custom-radio,
#work .product-header .right-col .work-items table tr.radio-input td:first-child > div .custom-radio,
#work .product-header .right-col .work-items #table-ps .tr-ps.radio-input td:first-child > div .custom-radio,
#work .product-header .right-col .work-items table .tr-ps.radio-input td:first-child > div .custom-radio,
#work .product-header .right-col .work-items #table-ps tr.radio-input div:first-child > div .custom-radio,
#work .product-header .right-col .work-items table tr.radio-input div:first-child > div .custom-radio,
#work .product-header .right-col .work-items #table-ps .tr-ps.radio-input div:first-child > div .custom-radio,
#work .product-header .right-col .work-items table .tr-ps.radio-input div:first-child > div .custom-radio {
  left: -30px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
#work .product-header .right-col .work-items #table-ps tr.sold-out,
#work .product-header .right-col .work-items table tr.sold-out,
#work .product-header .right-col .work-items #table-ps .tr-ps.sold-out,
#work .product-header .right-col .work-items table .tr-ps.sold-out,
#work .product-header .right-col .work-items #table-ps tr.sold-out td,
#work .product-header .right-col .work-items table tr.sold-out td,
#work .product-header .right-col .work-items #table-ps .tr-ps.sold-out td,
#work .product-header .right-col .work-items table .tr-ps.sold-out td,
#work .product-header .right-col .work-items #table-ps tr.sold-out .td-ps,
#work .product-header .right-col .work-items table tr.sold-out .td-ps,
#work .product-header .right-col .work-items #table-ps .tr-ps.sold-out .td-ps,
#work .product-header .right-col .work-items table .tr-ps.sold-out .td-ps,
#work .product-header .right-col .work-items #table-ps tr.sold-out div.td-ps label,
#work .product-header .right-col .work-items table tr.sold-out div.td-ps label,
#work .product-header .right-col .work-items #table-ps .tr-ps.sold-out div.td-ps label,
#work .product-header .right-col .work-items table .tr-ps.sold-out div.td-ps label,
#work .product-header .right-col .work-items #table-ps tr.sold-out td label,
#work .product-header .right-col .work-items table tr.sold-out td label,
#work .product-header .right-col .work-items #table-ps .tr-ps.sold-out td label,
#work .product-header .right-col .work-items table .tr-ps.sold-out td label,
#work .product-header .right-col .work-items #table-ps tr.sold-out span,
#work .product-header .right-col .work-items table tr.sold-out span,
#work .product-header .right-col .work-items #table-ps .tr-ps.sold-out span,
#work .product-header .right-col .work-items table .tr-ps.sold-out span {
  color: #585858;
}
#work .product-header .right-col .work-items #table-ps tr.product-price-holder,
#work .product-header .right-col .work-items table tr.product-price-holder,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-price-holder,
#work .product-header .right-col .work-items table .tr-ps.product-price-holder {
  border-bottom: 1px solid #d9d9d9;
}
#work .product-header .right-col .work-items #table-ps tr.product-price-holder td,
#work .product-header .right-col .work-items table tr.product-price-holder td,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-price-holder td,
#work .product-header .right-col .work-items table .tr-ps.product-price-holder td,
#work .product-header .right-col .work-items #table-ps tr.product-price-holder .td-ps,
#work .product-header .right-col .work-items table tr.product-price-holder .td-ps,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-price-holder .td-ps,
#work .product-header .right-col .work-items table .tr-ps.product-price-holder .td-ps {
  width: 100%;
}
#work .product-header .right-col .work-items #table-ps tr.product-price-holder .product-price,
#work .product-header .right-col .work-items table tr.product-price-holder .product-price,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-price-holder .product-price,
#work .product-header .right-col .work-items table .tr-ps.product-price-holder .product-price {
  float: left;
  display: inline-block;
}
#work .product-header .right-col .work-items #table-ps tr.product-price-holder .product-price-label,
#work .product-header .right-col .work-items table tr.product-price-holder .product-price-label,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-price-holder .product-price-label,
#work .product-header .right-col .work-items table .tr-ps.product-price-holder .product-price-label {
  float: left;
  margin: 17px 0 17px;
  display: none;
}
#work .product-header .right-col .work-items #table-ps tr.product-price-holder *,
#work .product-header .right-col .work-items table tr.product-price-holder *,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-price-holder *,
#work .product-header .right-col .work-items table .tr-ps.product-price-holder * {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
}
#work .product-header .right-col .work-items #table-ps tr.product-price-holder .product-price,
#work .product-header .right-col .work-items table tr.product-price-holder .product-price,
#work .product-header .right-col .work-items #table-ps .tr-ps.product-price-holder .product-price,
#work .product-header .right-col .work-items table .tr-ps.product-price-holder .product-price {
  text-transform: none;
}
#work .product-header .right-col .work-items #table-ps [href="#signin"],
#work .product-header .right-col .work-items table [href="#signin"] {
  margin: 0;
  display: inline-block;
  *display: inline;
  padding: 5px 15px;
  *margin-left: 0.3em;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #da0476;
  *background-color: #e6e6e6;
  border: 0;
  *zoom: 1;
  -webkit-box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.1), inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.1), inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 400 !important;
}
#work .product-header .right-col .work-items #table-ps [href="#signin"]:hover,
#work .product-header .right-col .work-items table [href="#signin"]:hover,
#work .product-header .right-col .work-items #table-ps [href="#signin"]:active,
#work .product-header .right-col .work-items table [href="#signin"]:active,
#work .product-header .right-col .work-items #table-ps [href="#signin"].active,
#work .product-header .right-col .work-items table [href="#signin"].active {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#work .product-header .right-col .work-items #table-ps [href="#signin"]:hover,
#work .product-header .right-col .work-items table [href="#signin"]:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.25);
}
#work .product-header .right-col .work-items #table-ps [href="#signin"]:active,
#work .product-header .right-col .work-items table [href="#signin"]:active,
#work .product-header .right-col .work-items #table-ps [href="#signin"].active,
#work .product-header .right-col .work-items table [href="#signin"].active {
  background-color: #585858;
  outline: 0;
  -webkit-box-shadow: 0 0 2px rgba(000, 000, 000, 0.1), inset 0 -5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(000, 000, 000, 0.1), inset 0 -5px 15px rgba(0, 0, 0, 0.3);
}
#work .product-header .right-col .work-items #table-ps [href="#signin"]:first-child,
#work .product-header .right-col .work-items table [href="#signin"]:first-child {
  *margin-left: 0;
}
#work .product-header .right-col .work-items #table-ps [href="#signin"]:focus,
#work .product-header .right-col .work-items table [href="#signin"]:focus {
  outline: 0;
  outline-offset: -2px;
}
#work .product-header .right-col .work-items #table-ps [href="#signin"].btn-pink,
#work .product-header .right-col .work-items table [href="#signin"].btn-pink {
  color: #fff;
  background-color: #da0476;
  text-shadow: none;
}
#work .product-header .right-col .work-items #table-ps [href="#signin"].btn-blue,
#work .product-header .right-col .work-items table [href="#signin"].btn-blue {
  color: #fff;
  background-color: #003399;
}
#work .product-header .right-col .work-items #table-ps [href="#signin"][disabled],
#work .product-header .right-col .work-items table [href="#signin"][disabled],
#work .product-header .right-col .work-items #table-ps [href="#signin"][disabled]:hover,
#work .product-header .right-col .work-items table [href="#signin"][disabled]:hover,
#work .product-header .right-col .work-items #table-ps [href="#signin"][disabled]:active,
#work .product-header .right-col .work-items table [href="#signin"][disabled]:active,
#work .product-header .right-col .work-items #table-ps [href="#signin"].disabled,
#work .product-header .right-col .work-items table [href="#signin"].disabled,
#work .product-header .right-col .work-items #table-ps [href="#signin"].btn-pink.btn-disabled,
#work .product-header .right-col .work-items table [href="#signin"].btn-pink.btn-disabled,
#work .product-header .right-col .work-items #table-ps [href="#signin"].btn-pink.btn-disabled:hover,
#work .product-header .right-col .work-items table [href="#signin"].btn-pink.btn-disabled:hover,
#work .product-header .right-col .work-items #table-ps [href="#signin"].btn-pink.btn-disabled:active,
#work .product-header .right-col .work-items table [href="#signin"].btn-pink.btn-disabled:active,
#work .product-header .right-col .work-items #table-ps [href="#signin"].btn-pink.disabled,
#work .product-header .right-col .work-items table [href="#signin"].btn-pink.disabled,
#work .product-header .right-col .work-items #table-ps [href="#signin"].btn-pink.disabled:hover,
#work .product-header .right-col .work-items table [href="#signin"].btn-pink.disabled:hover,
#work .product-header .right-col .work-items #table-ps [href="#signin"].btn-pink.disabled:active #work .product-header .right-col .work-items #table-ps [href="#signin"].btn-blue.disabled,
#work .product-header .right-col .work-items #table-ps [href="#signin"].btn-pink.disabled:active #work .product-header .right-col .work-items table [href="#signin"].btn-blue.disabled,
#work .product-header .right-col .work-items table [href="#signin"].btn-pink.disabled:active #work .product-header .right-col .work-items #table-ps [href="#signin"].btn-blue.disabled,
#work .product-header .right-col .work-items table [href="#signin"].btn-pink.disabled:active #work .product-header .right-col .work-items table [href="#signin"].btn-blue.disabled,
#work .product-header .right-col .work-items #table-ps [href="#signin"].btn-blue.disabled:hover,
#work .product-header .right-col .work-items table [href="#signin"].btn-blue.disabled:hover,
#work .product-header .right-col .work-items #table-ps [href="#signin"].btn-blue.disabled:active,
#work .product-header .right-col .work-items table [href="#signin"].btn-blue.disabled:active {
  color: #000;
  background-color: #d3d3d3;
  cursor: default;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
#work .product-header .right-col .work-items #table-ps [href="#signin"]:hover,
#work .product-header .right-col .work-items table [href="#signin"]:hover {
  background-color: #da0476;
}
#work .product-header .right-col .work-items .total-price {
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  text-transform: uppercase;
  visibility: hidden;
}
#work .product-header .right-col .work-items .table-view {
  display: table;
}
#work .product-header .right-col .work-items .table-view .regular-price,
#work .product-header .right-col .work-items .table-view .framed-price {
  display: table-row;
}
#work .product-header .right-col .work-items .table-view .regular-price > div,
#work .product-header .right-col .work-items .table-view .framed-price > div {
  display: table-cell;
}
#work .product-header .right-col .work-items .table-view .regular-price > div:first-child,
#work .product-header .right-col .work-items .table-view .framed-price > div:first-child {
  text-align: right;
  padding-right: 5px;
}
#work .product-header .right-col .work-items .product-row {
  border-bottom: 1px solid #D8D8D8;
}
#work .product-header .right-col .work-items .product-row.selected > td > div,
#work .product-header .right-col .work-items .product-row.selected > .td-ps > div {
  margin-bottom: 14px;
}
#work .product-header .right-col .work-items .product-row > td > div,
#work .product-header .right-col .work-items .product-row > .td-ps > div {
  margin: 14px 0;
}
#work .product-header .right-col .work-items .product-row.selected.has-frames {
  border: none;
}
#work .product-header .right-col .work-items .product-row div[itemprop="price"] * {
  line-height: 20px;
}
#work .product-header .right-col .work-items .product-row p {
  line-height: 20px;
}
#work .single-product #product-selection {
  display: none;
}
#work .single-product.frameable .single-product-price {
  display: none;
}
#work .single-product.frameable #product-selection {
  display: block;
}
#work .single-product.frameable #product-selection .product-row {
  display: none;
}
#work .single-product.frameable #product-selection .product-row > td > div {
  visibility: hidden;
  height: 0;
}
#work .work-info .single-product-price {
  margin-top: 20px;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-weight: 400;
  font-size: 15px;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding: 20px 0 20px;
}
#work .work-info .single-product-price #affirm-learn-more {
  display: none;
  margin: 17px 0 17px;
}
#work .work-info .single-product-price .product-price-label {
  float: left;
  display: none;
}
#work .work-info .single-product-price .product-price {
  float: left;
}
#work .work-info .single-product-price .product-price [href="#signin"] {
  margin: 0;
  display: inline-block;
  *display: inline;
  padding: 5px 15px;
  *margin-left: 0.3em;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #da0476;
  *background-color: #e6e6e6;
  border: 0;
  *zoom: 1;
  -webkit-box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.1), inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.1), inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 400 !important;
}
#work .work-info .single-product-price .product-price [href="#signin"]:hover,
#work .work-info .single-product-price .product-price [href="#signin"]:active,
#work .work-info .single-product-price .product-price [href="#signin"].active {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#work .work-info .single-product-price .product-price [href="#signin"]:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.25);
}
#work .work-info .single-product-price .product-price [href="#signin"]:active,
#work .work-info .single-product-price .product-price [href="#signin"].active {
  background-color: #585858;
  outline: 0;
  -webkit-box-shadow: 0 0 2px rgba(000, 000, 000, 0.1), inset 0 -5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(000, 000, 000, 0.1), inset 0 -5px 15px rgba(0, 0, 0, 0.3);
}
#work .work-info .single-product-price .product-price [href="#signin"]:first-child {
  *margin-left: 0;
}
#work .work-info .single-product-price .product-price [href="#signin"]:focus {
  outline: 0;
  outline-offset: -2px;
}
#work .work-info .single-product-price .product-price [href="#signin"].btn-pink {
  color: #fff;
  background-color: #da0476;
  text-shadow: none;
}
#work .work-info .single-product-price .product-price [href="#signin"].btn-blue {
  color: #fff;
  background-color: #003399;
}
#work .work-info .single-product-price .product-price [href="#signin"][disabled],
#work .work-info .single-product-price .product-price [href="#signin"][disabled]:hover,
#work .work-info .single-product-price .product-price [href="#signin"][disabled]:active,
#work .work-info .single-product-price .product-price [href="#signin"].disabled,
#work .work-info .single-product-price .product-price [href="#signin"].btn-pink.btn-disabled,
#work .work-info .single-product-price .product-price [href="#signin"].btn-pink.btn-disabled:hover,
#work .work-info .single-product-price .product-price [href="#signin"].btn-pink.btn-disabled:active,
#work .work-info .single-product-price .product-price [href="#signin"].btn-pink.disabled,
#work .work-info .single-product-price .product-price [href="#signin"].btn-pink.disabled:hover,
#work .work-info .single-product-price .product-price [href="#signin"].btn-pink.disabled:active #work .work-info .single-product-price .product-price [href="#signin"].btn-blue.disabled,
#work .work-info .single-product-price .product-price [href="#signin"].btn-blue.disabled:hover,
#work .work-info .single-product-price .product-price [href="#signin"].btn-blue.disabled:active {
  color: #000;
  background-color: #d3d3d3;
  cursor: default;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
#work .work-info .single-product-price .product-price [href="#signin"]:hover {
  background-color: #da0476;
}
#work .product-header .right-col .work-purchase {
  height: 65px;
}
#work .product-header .right-col .work-purchase.inquire {
  padding-top: 20px;
  padding-bottom: 60px;
  border-top: 1px solid #d9d9d9;
}
#work .product-header .right-col .work-purchase.inquire .show-inquire {
  float: left;
}
#work .product-header .right-col .work-purchase .buy {
  max-width: 50%;
  float: left;
}
#work .product-header .right-col .work-purchase .guarantee-logo {
  max-width: 50%;
  float: right;
}
#work .product-header .right-col .work-purchase .guarantee-logo img {
  height: 48px;
  width: auto;
}
#work .product-header .right-col .work-purchase #launch-ticker {
  float: left;
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 12px;
}
#work .product-header .right-col .work-purchase #launch-ticker #launch-ticker-content span {
  color: #da0476;
}
#work .product-header .right-col .work-purchase #launch-ticker #launch-ticker-content #launch-ticker-description {
  font-size: 14px;
  float: right;
  line-height: 0.5;
  word-spacing: 1.5px;
  color: #da0476;
}
#work .product-header .right-col .work-purchase #launch-ticker #launch-ticker-content .delimiter {
  margin-right: 2px;
  margin-left: 2px;
  vertical-align: top;
  font-weight: 100;
  color: red;
}
#work .product-header .right-col .work-purchase h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#work .product-header .right-col .work-purchase h3 span {
  text-transform: none;
}
#work .product-header .right-col .work-purchase p {
  margin-bottom: 20px;
}
#work .product-header .right-col .work-purchase .auction-holder h3 {
  margin-bottom: 2px;
}
#work .product-header .right-col .work-purchase .auction-holder small {
  color: #585858;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
#work .product-header .right-col .work-purchase .auction-holder .auction-copy small {
  font-size: 12px;
  margin-bottom: 6px;
}
#work .product-header .right-col .work-purchase .auction-holder .opening-current-bid,
#work .product-header .right-col .work-purchase .auction-holder [data-content="current-bid"],
#work .product-header .right-col .work-purchase .auction-holder [data-content="bid-count"] {
  display: none;
}
#work .product-header .right-col .work-purchase .auction-holder .button-holder {
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 10px;
}
#work .product-header .right-col .work-purchase .auction-holder .button-holder > div {
  border-right: solid 1px #d9d9d9;
  padding-bottom: 20px;
  padding-top: 20px;
}
#work .product-header .right-col .work-purchase .auction-holder .button-holder > div:first-child {
  padding-bottom: 0;
}
#work .product-header .right-col .work-purchase .auction-holder .button-holder > div:first-child .how-bidding-works {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0;
}
#work .product-header .right-col .work-purchase .auction-holder .button-holder > div:first-child .how-bidding-works span {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
}
#work .product-header .right-col .work-purchase .auction-holder .button-holder > div:last-child {
  border: none;
}
#work .product-header .right-col .work-purchase .auction-holder .button-holder input[type="text"] {
  border: solid 1px #000;
  border-right: none;
  height: 50px;
  padding: 0 20px;
  width: 100%;
}
#work .product-header .right-col .work-purchase .auction-holder .button-holder button {
  height: 50px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
}
#work .product-header .right-col .work-purchase .auction-holder .button-holder .bid-input input[type="text"] {
  font-size: 18px;
}
#work .product-header .right-col .work-purchase .auction-holder .button-holder .bid-input > div:first-child {
  padding-right: 0;
}
#work .product-header .right-col .work-purchase .auction-holder .button-holder .bid-input > div:last-child {
  padding-left: 0;
}
#work .product-header .right-col .work-purchase .soldout-holder {
  margin: 20px 0 20px;
  padding-top: 20px;
}
#work .product-header .right-col .work-purchase .soldout-holder.work {
  border-top: solid 1px #d9d9d9;
}
#work .product-header .right-col .work-purchase .soldout-holder .pull-right {
  font-size: 18px;
  color: #585858;
  font-weight: 500;
}
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"] {
  margin: 0;
  display: inline-block;
  *display: inline;
  padding: 5px 15px;
  *margin-left: 0.3em;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #da0476;
  *background-color: #e6e6e6;
  border: 0;
  *zoom: 1;
  -webkit-box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.1), inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.1), inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 400 !important;
}
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"]:hover,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"]:active,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].active {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"]:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.25);
}
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"]:active,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].active {
  background-color: #585858;
  outline: 0;
  -webkit-box-shadow: 0 0 2px rgba(000, 000, 000, 0.1), inset 0 -5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(000, 000, 000, 0.1), inset 0 -5px 15px rgba(0, 0, 0, 0.3);
}
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"]:first-child {
  *margin-left: 0;
}
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"]:focus {
  outline: 0;
  outline-offset: -2px;
}
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].btn-pink {
  color: #fff;
  background-color: #da0476;
  text-shadow: none;
}
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].btn-blue {
  color: #fff;
  background-color: #003399;
}
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"][disabled],
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"][disabled]:hover,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"][disabled]:active,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].disabled,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].btn-pink.btn-disabled,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].btn-pink.btn-disabled:hover,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].btn-pink.btn-disabled:active,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].btn-pink.disabled,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].btn-pink.disabled:hover,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].btn-pink.disabled:active #work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].btn-blue.disabled,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].btn-blue.disabled:hover,
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"].btn-blue.disabled:active {
  color: #000;
  background-color: #d3d3d3;
  cursor: default;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
#work .product-header .right-col .work-purchase .soldout-holder .pull-right [href="#signin"]:hover {
  background-color: #da0476;
}
#work .product-header .right-col .work-purchase .soldout-holder h3 {
  color: #003399;
  margin-bottom: 15px;
}
#work .product-header .right-col .work-purchase .soldout-holder p {
  font-size: 13px;
}
#work .product-header .right-col .work-purchase .price-range {
  font-weight: 500;
}
#work .product-header .right-col .work-purchase .btn.btn-pink {
  margin-right: 15px;
}
#work .product-header .right-col .work-glance {
  margin-top: 40px;
}
#work .product-header .right-col .work-glance .small-heading {
  text-align: right;
}
#work .product-header .right-col .work-glance .accordion#work-glance-accordion {
  border-bottom: solid 1px #d9d9d9;
}
#work .product-header .right-col .work-glance .accordion#work-glance-accordion.details {
  display: none;
}
#work .product-header .right-col .work-glance .accordion ul {
  list-style-type: disc;
  margin-left: 15px;
}
#work .product-header .right-col .work-glance .accordion .accordion-heading {
  border-top: solid 1px #d9d9d9;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
#work .product-header .right-col .work-glance .accordion .accordion-heading a {
  display: block;
  margin-top: 20px;
  margin-bottom: 4px;
  position: relative;
}
#work .product-header .right-col .work-glance .accordion .accordion-heading a.collapsed {
  margin: 20px 0;
}
#work .product-header .right-col .work-glance .accordion .accordion-heading a.collapsed i {
  border-color: transparent transparent transparent #000;
  right: -4px;
}
#work .product-header .right-col .work-glance .accordion .accordion-heading a .close-arrows {
  display: inline-block;
  position: relative;
}
#work .product-header .right-col .work-glance .accordion .accordion-heading a .close-arrows i {
  right: -20px;
}
#work .product-header .right-col .work-glance .accordion .accordion-heading a i {
  border: solid 5px;
  border-color: #000 transparent transparent transparent;
  height: 0;
  margin-top: -5px;
  position: absolute;
  right: 0;
  top: 50%;
}
#work .product-header .right-col .work-glance .accordion .accordion-inner {
  font-size: 15px;
  margin-bottom: 20px;
}
#work .product-header {
  padding-bottom: 5px;
  padding-top: 15px;
}
#work .product-header .info-left {
  padding-right: 20px;
}
#work .product-header .info-left p {
  margin-bottom: 20px;
}
#work .product-header .info-left .desc-section {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  margin-bottom: 40px;
}
#work .product-header .info-left .desc-section:last-child {
  margin-bottom: 0;
}
#work .product-header .info-left .desc-section.from-magazine {
  font-style: italic;
  text-decoration: underline;
}
#work .product-header .info-left .desc-section.from-magazine strong {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-style: normal;
  text-transform: uppercase;
}
#work .product-header .info-left .desc-section p:last-child {
  margin-bottom: 0;
}
#work .product-header .rail-details h5 {
  margin-bottom: 10px;
}
#work .product-header .rail-details > div {
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 20px;
}
#work .product-header .rail-details > div:last-child {
  border: none;
  margin-bottom: 0;
}
#work .product-header .rail-details .partner-logo img {
  border: solid 1px #d9d9d9;
  max-height: 100px;
}
#work .product-header .ask-an-expert {
  padding-bottom: 20px;
  margin-top: 20px;
}
#work .product-header .ask-an-expert h4 {
  margin-bottom: 4px;
  float: left;
  margin-right: 10px;
}
#work .product-header .ask-an-expert p {
  margin-bottom: 10px;
}
#work .product-header .ask-an-expert p:last-child {
  margin: 0;
}
#work .product-header .ask-an-expert .icon-mail {
  font-size: 16px;
  line-height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}
#work .product-header .tag-social-holder {
  margin-top: 20px;
}
#work .product-header .artspace-edition {
  padding: 15px 0;
}
#work .product-header .artspace-edition > p > span {
  height: 30px;
  display: inline-block;
}
#work .product-header .artspace-edition > p > span * {
  font-size: 24px;
  line-height: 30px;
  vertical-align: middle;
}
#work .work-nav-arrow {
  background: white;
  border: solid 1px #000;
  height: 72px;
  margin-top: -38px;
  opacity: 0.3;
  position: fixed;
  top: 50%;
  z-index: 10;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#work .work-nav-arrow:hover {
  opacity: 1;
  color: #000;
}
#work .work-nav-arrow:hover .work {
  width: 100px;
  display: block;
}
#work .work-nav-arrow.static {
  position: absolute;
  -webkit-transition: 'top .5s ease-out';
  transition: 'top .5s ease-out';
}
#work .work-nav-arrow .arrow {
  position: relative;
  height: 70px;
  width: 20px;
  margin: 0 15px;
}
#work .work-nav-arrow .arrow .caret {
  border: solid 16px transparent;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
#work .work-nav-arrow .arrow .caret:after {
  border: solid 16px transparent;
  content: '';
  position: absolute;
  top: -16px;
}
#work .work-nav-arrow .work {
  width: 0;
  display: none;
}
#work .work-nav-arrow.prev {
  left: 0;
  border-left: none;
  padding-right: 20px;
}
#work .work-nav-arrow.prev:hover .work {
  margin-left: 15px;
}
#work .work-nav-arrow.prev .arrow-img-holder {
  float: left;
}
#work .work-nav-arrow.prev .arrow-img-holder > div {
  float: left;
}
#work .work-nav-arrow.prev .arrow {
  margin-right: 0;
}
#work .work-nav-arrow.prev .arrow .caret {
  border-right: solid 16px #000;
  margin-left: -24px;
  left: 50%;
}
#work .work-nav-arrow.prev .arrow .caret:after {
  border-right: solid 16px #fff;
  right: -18px;
}
#work .work-nav-arrow.prev .work-img {
  float: right;
  padding-left: 20px;
}
#work .work-nav-arrow.prev .work {
  float: right;
}
#work .work-nav-arrow.next {
  right: 0;
  border-right: none;
  padding-left: 20px;
}
#work .work-nav-arrow.next:hover .work {
  margin-right: 15px;
}
#work .work-nav-arrow.next .arrow-img-holder {
  float: right;
}
#work .work-nav-arrow.next .arrow-img-holder > div {
  float: right;
}
#work .work-nav-arrow.next .arrow {
  margin-left: 0;
}
#work .work-nav-arrow.next .arrow .caret {
  border-left: solid 16px #000;
  right: 50%;
  margin-right: -24px;
}
#work .work-nav-arrow.next .arrow .caret:after {
  border-left: solid 16px #fff;
  left: -18px;
}
#work .work-nav-arrow.next .work-img {
  float: left;
  padding-right: 20px;
}
#work .work-nav-arrow.next .work {
  float: left;
}
#work .work-nav-arrow .work {
  margin: 17px 0;
  font-size: 13px;
  line-height: 18px;
}
#work .work-nav-arrow .work .artist,
#work .work-nav-arrow .work .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#work .work-nav-arrow .work .artist {
  font-weight: 500;
  text-transform: uppercase;
}
#work .work-nav-arrow .work .title {
  font-style: italic;
}
#work .work-nav-arrow .work-img img {
  padding: 10px 0;
  max-height: 70px;
}
#work .container.related-content {
  padding-top: 15px;
}
#work .container.related-content .work-row {
  padding-top: 20px;
  padding-bottom: 55px;
}
.special-product-price {
  color: red;
  vertical-align: middle;
  margin-right: 5px;
}
.strikeout {
  line-height: 20px;
  position: relative;
  vertical-align: middle;
}
.strikeout::after {
  border-bottom: 0.15em solid red;
  content: "";
  left: 0;
  margin-top: calc(0.15em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
.view-in-room .app-link {
  margin-top: 20px;
}
.valign-middle {
  vertical-align: middle;
}
#view_in_my_room_video_modal .modal-dialog {
  width: 80%;
}
#view_in_my_room_video_modal video {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #view_in_my_room_video_modal {
    left: 0;
    right: 0;
  }
  #view_in_my_room_video_modal .modal-dialog {
    height: 100%;
    position: relative;
    margin: 0;
  }
  #view_in_my_room_video_modal .modal-content {
    top: 50%;
    transform: translateY(-50%);
  }
  #view_in_my_room_video_modal .modal-body {
    padding: 0;
  }
}
.view-price-button {
  padding: 5px 15px;
  background-color: #da0476;
  text-transform: uppercase;
  color: white;
  vertical-align: middle;
  font-weight: 400 !important;
  line-height: 20px;
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.pink-link {
  color: #da0476;
  text-transform: uppercase;
}
.watch-icon {
  content: '';
  position: relative;
  top: -3px;
  right: -3px;
  display: inline-block;
  border-top: 6px solid #da0476;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  #work .mobile-work-info-holder {
    float: none;
  }
  #work .work-info {
    margin: 15px 0 15px;
  }
  #work .work-info .work-designation .as-icon i {
    font-size: 25px;
  }
  #work .work-info .work-designation .as-icon i.icon-a-list-a {
    height: 25px;
    width: 25px;
    font-size: 9px;
    padding-top: 7px;
    padding-left: 1px;
  }
  #work .work-info .physical-description {
    margin: 4px 0 13px 0;
    line-height: 140%;
  }
  #work .product-header {
    padding-bottom: 0;
  }
  #work .product-header .left-col {
    border: none;
    padding: 0;
  }
  #work .product-header .left-col .views-icons {
    position: static;
    line-height: 1;
    margin-top: 5px;
    text-align: center;
  }
  #work .product-header .left-col .views-icons .as-icon {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 22px;
    vertical-align: top;
  }
  #work .product-header .left-col .views-icons .as-icon i.icon-view-in-room-2 {
    font-size: 22px;
  }
  #work .product-header .left-col .views-icons .as-icon i.icon-mg-add {
    font-size: 22px;
    padding: 0;
  }
  #work .product-header .left-col .views-icons .as-icon > div {
    display: none;
  }
  #work .product-header .left-col .views-icons .icon-holder {
    float: left;
  }
  #work .product-header .left-col .views-icons .social-holder {
    display: inline-block !important;
    vertical-align: top;
  }
  #work .product-header .left-col .views-icons .social-holder #as-share-icons,
  #work .product-header .left-col .views-icons .social-holder #as-share-icons-container {
    margin: 0;
  }
  #work .product-header .left-col .views-icons .social-holder #as-share-icons .shareLink,
  #work .product-header .left-col .views-icons .social-holder #as-share-icons-container .shareLink {
    font-size: 22px;
    margin-right: 22px;
  }
  #work .product-header .left-col .product-image-holder {
    padding: 0;
    margin: 15px;
  }
  #work .product-header .left-col .product-image-holder.has-addl-views li.table-height > div {
    height: auto;
  }
  #work .product-header .left-col .product-image-holder.frameable .product-image img {
    max-height: 400px;
  }
  #work .product-header .left-col .product-image-holder .product-image {
    margin: 0;
  }
  #work .product-header .left-col .product-image-holder .product-img-carousel {
    margin: 0 -15px;
  }
  #work .product-header .left-col .product-image-holder .product-img-carousel .slider {
    -webkit-transition: left 0.5s ease-in-out, top 0.5s ease-in-out;
    transition: left 0.5s ease-in-out, top 0.5s ease-in-out;
  }
  #work .product-header .left-col .product-image-holder .product-img-carousel .slider li .img-holder {
    margin: 0 15px;
  }
  #work .product-header .left-col .product-image-holder .product-img-carousel .pagination {
    line-height: 8px;
  }
  #work .product-header .left-col .product-image-holder .product-img-carousel .pagination li {
    height: 8px;
    width: 8px;
  }
  #work .product-header .left-col .product-image-holder.frameable .product-image img {
    padding: 10px;
  }
  #work .product-header .left-col .product-image-holder.frameable .product-image img.framed {
    border-width: 15px;
    padding: 15px;
    margin-bottom: 10px;
  }
  #work .product-header .left-col .product-image-holder .image-caption {
    min-height: 0;
    height: auto;
  }
  #work .product-header .ask-an-expert {
    margin-top: 0;
  }
  #work .product-header .rail-details > div.partner-logo {
    border-bottom: none;
    margin-bottom: 0;
  }
  #work .product-header .right-col {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #work .product-header .right-col .work-purchase {
    text-align: center;
  }
  #work .product-header .right-col .work-purchase #add-to-cart {
    padding: 15px 10px;
  }
  #work .product-header .right-col .work-glance-holder {
    border: solid 1px #d9d9d9;
    border-width: 1px 0;
    margin-bottom: 20px;
  }
  #work .product-header .right-col .work-glance {
    padding-top: 156px;
  }
  #work .product-header .right-col .work-glance .small-heading {
    display: none;
  }
  #work .product-header .right-col .work-glance .accordion#work-glance-accordion {
    border-bottom: 0;
    margin-bottom: 0;
  }
  #work .product-header .right-col .work-glance .accordion .accordion-group:first-child .accordion-heading:first-child {
    border-top: none;
  }
  #work .product-header .right-col .work-glance .accordion .accordion-heading a {
    font-size: 14px;
    font-weight: bold;
  }
  #work .product-header .right-col .work-glance .accordion .accordion-heading a:not(.collapsed) {
    color: #da0476;
  }
  #work .product-header .right-col .work-glance .info-left {
    padding-top: 20px;
  }
  #work .product-header .right-col .work-glance .info-left h2 {
    font-size: 15px;
    text-transform: uppercase;
  }
  #work .product-header .right-col .work-glance .info-left .desc-section {
    font-size: 15px;
    text-transform: none;
  }
  #work .product-header .right-col .work-glance .info-left .desc-section.expandable .short-desc {
    display: none;
  }
  #work .product-header .right-col .work-glance .info-left .desc-section.expandable .full-desc {
    display: block;
  }
  #work .product-header .right-col .work-glance .info-left .desc-section.expandable .read-more,
  #work .product-header .right-col .work-glance .info-left .desc-section.expandable .read-less {
    display: none;
  }
  #work .work-row .group {
    padding: 0 40px;
  }
  #work .container.related-content {
    padding-top: 0;
  }
  #work .container.related-content .work-row {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #work .product-header .left-col .product-image .image-caption {
    min-height: 20px;
  }
  #work .product-header .left-col .product-image-holder {
    margin-bottom: 20px;
  }
  #work .product-header .left-col .product-image-holder.has-addl-views li.table-height div {
    height: 384px;
  }
  #work .product-header .left-col .views-icons .as-icon {
    margin-bottom: 15px;
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #work .work-nav-arrow {
    opacity: 0.6;
  }
  #work .work-nav-arrow .arrow {
    overflow: hidden;
    width: 12px;
  }
  #work .work-nav-arrow.next .arrow .caret {
    margin-right: -16px;
    right: 0;
  }
  #work .work-nav-arrow.prev .arrow .caret {
    margin-left: -16px;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1451px) {
  #work .work-nav-arrow .work-img {
    display: none;
  }
  #work .work-nav-arrow:hover {
    width: auto;
  }
  #work .work-nav-arrow:hover.next {
    padding-left: 15px;
  }
  #work .work-nav-arrow:hover.prev {
    padding-right: 15px;
  }
  #work .work-nav-arrow:hover .work-img {
    display: block;
  }
  #work .work-nav-arrow.next {
    padding-left: 5px;
  }
  #work .work-nav-arrow.next .arrow {
    margin-right: 2px;
  }
  #work .work-nav-arrow.next .arrow .caret {
    margin-right: -16px;
    right: 0;
  }
  #work .work-nav-arrow.prev {
    padding-right: 5px;
  }
  #work .work-nav-arrow.prev .arrow {
    margin-left: 2px;
  }
  #work .work-nav-arrow.prev .arrow .caret {
    margin-left: -16px;
    left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1615px) {
  #launch-ticker {
    margin-top: 0 !important;
  }
  #launch-ticker #launch-ticker-content {
    width: 127px;
    line-height: 1.1;
  }
  #launch-ticker #launch-ticker-content #launch-ticker-description {
    margin-right: 4.6px;
  }
}
@media (max-width: 480px) {
  #launch-ticker {
    margin-top: 0 !important;
  }
  #launch-ticker #launch-ticker-content {
    width: 127px;
    line-height: 1.1;
  }
  #launch-ticker #launch-ticker-content #launch-ticker-description {
    margin-right: 4.6px;
  }
}
@media (min-width: 768px) {
  #work .product-header .left-col .product-image-holder.frameable .product-image img.framed {
    border-width: 15px;
    padding: 15px;
  }
  #work .product-header .info-left .desc-section.about {
    font-size: 20px;
  }
  #work .product-header .info-left .desc-section p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #work .work-info .single-product-price {
    margin-top: 20px;
    font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0 20px;
  }
  #work .work-info .single-product-price .product-price-label {
    float: left;
    display: none;
  }
  #work .work-info .single-product-price .product-price {
    float: left;
  }
  #work .inquire-product-price {
    font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-weight: 500;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0 20px;
    margin-top: 20px;
  }
  #work .inquire-product-price .product-price-label {
    float: left;
  }
  #work .inquire-product-price .product-price {
    float: left;
  }
  #work .single-product .work-info {
    margin-bottom: 0;
  }
  #work .single-product .work-purchase {
    margin-top: 15px;
  }
  #work .single-product .work-purchase.inquire {
    margin-top: 0;
    margin-bottom: 25px;
  }
  #work .single-product #product-selection {
    display: none;
  }
  #work .single-product.frameable .single-product-price {
    display: none;
  }
  #work .single-product.frameable .work-info {
    margin-bottom: 20px;
  }
  #work .single-product.frameable #product-selection {
    display: block;
  }
  #work .single-product.frameable #product-selection .product-row {
    display: none;
  }
  #work .single-product.frameable #product-selection .product-row > td > div,
  #work .single-product.frameable #product-selection .product-row > .td-ps > div {
    visibility: hidden;
    height: 0;
  }
  #work .product-header > .left-col,
  #work .product-header > .right-col {
    box-sizing: border-box;
  }
  #work .product-header .left-col {
    padding-left: 0;
    padding-right: 4%;
  }
  #work .product-header .left-col .product-image {
    margin-left: 0;
  }
  #work .product-header .left-col .product-image .product-img-carousel {
    margin-bottom: 25px;
  }
  #work .product-header .left-col .product-image .product-img-carousel .img-holder img {
    max-height: 100vh;
  }
  #work .product-header .left-col .product-image .tag-social-holder {
    display: none;
  }
  #work .product-header .left-col .views-icons {
    position: relative;
    height: 65px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
    box-sizing: content-box;
  }
  #work .product-header .left-col .views-icons .views-holder {
    max-width: 195px;
    float: left;
    margin: 0;
    margin-left: 25px;
  }
  #work .product-header .left-col .views-icons .views-holder .next,
  #work .product-header .left-col .views-icons .views-holder .prev {
    height: 56px;
    top: 0;
    width: 25px;
    position: absolute;
  }
  #work .product-header .left-col .views-icons .views-holder .prev {
    left: -25px;
  }
  #work .product-header .left-col .views-icons .views-holder .prev::after {
    border-color: transparent #000000 transparent transparent;
    top: 50%;
    margin-top: -10px;
    margin-left: -16px;
  }
  #work .product-header .left-col .views-icons .views-holder .prev.disabled::after {
    border-color: transparent #d3d3d3 transparent transparent;
  }
  #work .product-header .left-col .views-icons .views-holder .next {
    right: -25px;
  }
  #work .product-header .left-col .views-icons .views-holder .next::after {
    border-color: transparent transparent transparent #000000;
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
  }
  #work .product-header .left-col .views-icons .views-holder .next.disabled::after {
    border-color: transparent transparent transparent #d3d3d3;
  }
  #work .product-header .left-col .views-icons .views-holder .slider-holder {
    height: 56px;
    max-height: 56px;
    margin: auto;
  }
  #work .product-header .left-col .views-icons .views-holder .slider-holder > ul {
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
  }
  #work .product-header .left-col .views-icons .views-holder .slider-holder > ul li {
    width: 56px;
    display: inline-block;
    background: none;
    margin-right: 10px;
    background-color: #000;
  }
  #work .product-header .left-col .views-icons .icons-holder {
    float: right;
    height: inherit;
    overflow: hidden;
    padding-top: 5px;
    margin-right: -20px;
  }
  #work .product-header .left-col .views-icons .icons-holder .show-share-links {
    display: block;
  }
  #work .product-header .left-col .views-icons .icons-holder .show-share-links .icon-share-links {
    margin-top: -5px;
  }
  #work .product-header .left-col .views-icons .as-icon {
    margin-bottom: 0;
    float: left;
    margin-right: 20px;
  }
  #work .product-header .left-col .info-left {
    padding-right: 0;
  }
  #work .product-header .right-col .rail-details h5 {
    font-weight: 500;
  }
  #work .product-header .right-col .rail-details .partner-logo {
    padding-bottom: 20px;
  }
  #work .product-header .right-col .rail-details .tag-social-holder span:first-child {
    font-weight: 500;
    text-transform: uppercase;
  }
  #work .product-header .product-image {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #work .product-header .left-col .views-icons .views-holder .slider-holder {
    max-height: 150px;
  }
  #work .product-header .right-col .show-my-gallery {
    display: block;
    margin-top: 25px;
  }
  #work .product-header .right-col .work-items table td,
  #work .product-header .right-col .work-items #table-ps .td-ps {
    font-size: 13px;
  }
  #work .product-header .right-col .work-items table td label,
  #work .product-header .right-col .work-items #table-ps .td-ps label,
  #work .product-header .right-col .work-items table td small,
  #work .product-header .right-col .work-items #table-ps .td-ps small {
    font-size: 13px;
  }
  #work .product-header .right-col .work-purchase .auction-holder .button-holder > div {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
  }
}
@media (min-width: 992px) {
  #work .product-header .left-col .product-image-holder.frameable .product-image img.framed {
    border-width: 30px;
    padding: 30px;
  }
  #work .product-header .left-col .views-icons .views-holder {
    max-width: 255px;
  }
}
@media (max-width: 1200px) {
  #work .product-header .right-col .work-items table td small,
  #work .product-header .right-col .work-items .table-ps .td-ps small {
    display: block;
  }
}
@media (min-width: 1630px) {
  .container {
    width: 1600px;
  }
  #work .product-header > .left-col,
  #work .product-header > .right-col {
    box-sizing: border-box;
  }
  #work .product-header .left-col {
    width: 868px;
    padding-left: 0;
    padding-right: 4%;
  }
  #work .product-header .left-col .product-image {
    margin-left: 0;
  }
  #work .product-header .left-col .product-image .product-img-carousel {
    width: 785px;
    margin-bottom: 25px;
  }
  #work .product-header .left-col .product-image .product-img-carousel .img-holder {
    width: 785px;
  }
  #work .product-header .left-col .product-image .product-img-carousel .img-holder img {
    max-height: 785px;
  }
  #work .product-header .left-col .product-image .tag-social-holder {
    display: none;
  }
  #work .product-header .left-col .views-icons {
    position: relative;
    height: 65px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
    box-sizing: content-box;
  }
  #work .product-header .left-col .views-icons .views-holder {
    max-width: 255px;
    float: left;
    margin: 0;
    margin-left: 25px;
  }
  #work .product-header .left-col .views-icons .views-holder .next,
  #work .product-header .left-col .views-icons .views-holder .prev {
    height: 56px;
    top: 0;
    width: 25px;
    position: absolute;
  }
  #work .product-header .left-col .views-icons .views-holder .prev {
    left: -25px;
  }
  #work .product-header .left-col .views-icons .views-holder .prev::after {
    border-color: transparent #000000 transparent transparent;
    top: 50%;
    margin-top: -10px;
    margin-left: -16px;
  }
  #work .product-header .left-col .views-icons .views-holder .prev.disabled::after {
    border-color: transparent #d3d3d3 transparent transparent;
  }
  #work .product-header .left-col .views-icons .views-holder .next {
    right: -25px;
  }
  #work .product-header .left-col .views-icons .views-holder .next::after {
    border-color: transparent transparent transparent #000000;
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
  }
  #work .product-header .left-col .views-icons .views-holder .next.disabled::after {
    border-color: transparent transparent transparent #d3d3d3;
  }
  #work .product-header .left-col .views-icons .views-holder .slider-holder {
    height: 56px;
    max-height: 56px;
    margin: auto;
  }
  #work .product-header .left-col .views-icons .views-holder .slider-holder > ul {
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
  }
  #work .product-header .left-col .views-icons .views-holder .slider-holder > ul li {
    width: 56px;
    display: inline-block;
    background: none;
    margin-right: 10px;
    background-color: #000;
  }
  #work .product-header .left-col .views-icons .icons-holder {
    float: right;
    height: inherit;
    overflow: hidden;
    padding-top: 5px;
    margin-right: -20px;
  }
  #work .product-header .left-col .views-icons .icons-holder .show-share-links {
    display: block;
  }
  #work .product-header .left-col .views-icons .icons-holder .show-share-links .icon-share-links {
    margin-top: -5px;
  }
  #work .product-header .left-col .views-icons .as-icon {
    margin-bottom: 0;
    float: left;
    margin-right: 20px;
  }
  #work .product-header .left-col .info-left {
    padding-right: 0;
  }
  #work .product-header .right-col {
    width: 732px;
  }
  #work .product-header .product-image {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .work-row .row[class*=row-] {
    margin: 0;
  }
  .work-row .row.row-2 {
    width: 600%;
  }
  .work-row .row.row-3 {
    width: 400%;
  }
  .work-row .row.row-4 {
    width: 300%;
  }
  .work-row .row.row-5 {
    width: 240%;
  }
  .work-row .row.row-6 {
    width: 200%;
  }
  #work .product-header .left-col .image-caption {
    margin-top: 0;
  }
  #work .product-header .left-col .views-icons .as-icon {
    vertical-align: bottom;
  }
}
.no-border {
  border: none !important;
}
