.filter-pad,
.search-pad {
  padding: 0 12px;
}
.filter-name {
  text-transform: capitalize;
}
.filter-name .tooltip {
  margin-left: 10px;
}
.check-box,
.radio-box {
  height: 12px;
  width: 12px;
  border: 1px solid #999;
}
.check-box > div,
.radio-box > div {
  background: transparent url(/static/common/img/check.png) no-repeat;
  background-position: -3px 13px;
  background-size: 18px 18px;
  height: 100%;
}
.radio-box,
.radio-box > div {
  position: relative;
  border-radius: 6px;
  background: transparent;
}
.radio-box > div {
  top: 2px;
  left: 2px;
  height: 6px;
  width: 6px;
}
[data-checked="checked"] .check-box > div {
  background-position: -4px -4px;
}
[data-checked="checked"] .radio-box > div {
  background: #000;
}
[data-checked="checked"] .filter-name {
  color: #da0476;
}
.check-label {
  display: block;
  padding: 10px 0 10px 20px;
  min-height: 13px;
}
.check-label:active .check-box,
.check-label:active .radio-box {
  border-color: #da0476;
}
.check-label:active .filter-name {
  color: #da0476;
}
.check-label .actuator,
.check-label .check-box,
.check-label .radio-box {
  float: left;
  margin: 0 0 0 -20px;
  cursor: pointer;
  vertical-align: middle;
}
.check-label .filter-count {
  font-size: 12px;
  margin-left: 2px;
}
#pt .filter-pad {
  padding-top: 20px;
}
#pt .filter-name {
  text-transform: uppercase;
}
#pt .filter-name img {
  width: 16px;
  height: 16px;
  margin: -3px 2px 0 0;
}
#co .check-box {
  position: relative;
  width: 13px;
  height: 13px;
}
#co .check-box > div {
  position: absolute;
  left: -3px;
  top: -3px;
  width: 17px;
  height: 17px;
  border: 0;
  background: transparent;
}
#co [data-checked="checked"] .check-box > div {
  border: 1px solid #000;
}
#co [data-value="red"] .check-box {
  background: #f00;
}
#co [data-value="orange"] .check-box {
  background: #f93;
}
#co [data-value="yellow"] .check-box {
  background: #ff0;
}
#co [data-value="green"] .check-box {
  background: #373;
}
#co [data-value="blue"] .check-box {
  background: #21e;
}
#co [data-value="violet"] .check-box {
  background: #638;
}
#co [data-value="pink"] .check-box {
  background: #e38;
}
#co [data-value="brown"] .check-box {
  background: #632;
}
#co [data-value="gray"] .check-box {
  background: #999;
}
#co [data-value="black"] .check-box {
  background: #000;
}
#co [data-value="white"] .check-box {
  background: #fff;
}
#co [data-facets="0"] .check-box {
  background: #f2f2f2;
  border: 1px solid #efefef;
  cursor: auto;
}
#co .check-label {
  padding: 0 0 10px;
}
#co .check-label .check-box {
  margin: 0;
  float: none;
}
.filter-toggle {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 20px;
}
.filter-toggle .switch {
  width: 9px;
  height: 1px;
  position: absolute;
  left: 2px;
  top: 6px;
}
.filter-toggle .switch:after {
  width: 1px;
  height: 9px;
  position: absolute;
  left: 4px;
  top: -4px;
  content: '';
}
.actuator {
  position: relative;
  height: 13px;
  width: 13px;
  padding: 2px;
  border: 1px solid #999;
  border-radius: 1px;
}
.actuator .h,
.actuator .v {
  position: absolute;
  background: #999;
}
.actuator .h {
  width: 7px;
  height: 1px;
  top: 5px;
}
.actuator .v {
  height: 7px;
  width: 1px;
  left: 5px;
}
.slide-wrap {
  width: 85%;
  height: 5px;
  margin: 30px auto 40px;
  position: relative;
}
.slide-wrap .border {
  position: absolute;
  background: #585858;
}
.slide-wrap .border.top,
.slide-wrap .border.bottom {
  height: 1px;
  width: 100%;
}
.slide-wrap .border.top {
  top: 0;
}
.slide-wrap .border.bottom {
  bottom: 0;
}
.slide-wrap .border.left,
.slide-wrap .border.right {
  width: 1px;
  height: 100%;
}
.slide-wrap .border.left {
  left: 0;
}
.slide-wrap .border.right {
  right: 0;
}
.slide-wrap #price-slider {
  height: 100%;
}
.slide-wrap .noUi-midBar {
  height: 100%;
  z-index: 0;
  background: #000;
}
.slide-wrap .noUi-midBar .noUi-infoBar {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 150px;
  height: 30px;
  margin-left: -75px;
  font-size: 11px;
  text-align: center;
}
.slide-wrap .noUi-handle {
  background: #000;
  width: 5px;
  height: 17px;
  top: -6px;
}
.slide-wrap .noUi-handle > div {
  position: absolute;
  width: 20px;
  height: 35px;
  top: -9px;
  z-index: 5;
  background: transparent;
  cursor: pointer;
}
.slide-wrap .noUi-handle .infoBox {
  left: 50%;
  margin-left: -17px;
}
.slide-wrap .noUi-lowerHandle {
  left: 0;
}
.slide-wrap .noUi-lowerHandle > div {
  left: -10px;
}
.slide-wrap .noUi-upperHandle {
  margin-left: -5px;
}
.slide-wrap .noUi-upperHandle > div {
  right: -10px;
}
.slide-wrap .infoBox {
  position: absolute;
  width: 34px;
  top: 28px;
  text-align: center;
  font-size: 11px;
  color: black;
  background-color: white;
}
#primary-filters {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #585858;
}
#primary-filters .filter-header {
  margin: 14px 0 13px;
}
#primary-filters .filter-header h4 {
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
  font-size: 15px;
}
#primary-filters .pagination {
  margin-top: 50px;
}
#primary-filters .dropdown-toggle.dropdown-select {
  padding: 7px 25px 7px 10px;
  height: 30px;
}
#primary-filters .dropdown-toggle.dropdown-select .dropdown-arrow {
  width: 28px;
  height: 28px;
}
#primary-filters .dropdown-toggle.dropdown-select .dropdown-arrow .caret {
  right: 6px;
  top: 11px;
}
#primary-filters .dropdown-menu {
  min-width: 100%;
}
#secondary-filters input[type="text"] {
  -webkit-touch-callout: default;
  -webkit-user-select: default;
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 9px;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  font-size: 11px;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  color: #000;
  border-radius: 1px;
  background-color: #fff;
  border: 1px solid #585858;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
#secondary-filters input[type="text"]:focus {
  border-color: rgba(255, 0, 135, 0.8);
  outline: 0;
  outline: thin dotted 9;
  -webkit-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);
}
#secondary-filters [data-facets="0"],
#secondary-filters [data-facets="0"]:hover {
  cursor: auto;
  color: #585858;
}
#secondary-filters [data-facets="0"] .check-box,
#secondary-filters [data-facets="0"]:hover .check-box {
  cursor: auto;
}
#secondary-filters [data-facets="0"] .checkbox > div,
#secondary-filters [data-facets="0"]:hover .checkbox > div {
  border-color: #585858;
}
#secondary-filters .slide-wrap *,
#secondary-filters .filter-opts * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
#secondary-filters .filter-header {
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}
#secondary-filters .filter-header:before,
#secondary-filters .filter-header:after {
  content: " ";
  display: table;
}
#secondary-filters .filter-header:after {
  clear: both;
}
#secondary-filters .filter-header h4 {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  margin: 0;
}
#secondary-filters .filter-header h4 .filter-working {
  display: none;
  position: absolute;
  margin-left: 5px;
  height: 13px;
  font-size: 22px;
  line-height: 1px;
}
#secondary-filters .filter-header .filter-toggle {
  border: 1px solid #999;
}
#secondary-filters .filter-header .filter-toggle .switch,
#secondary-filters .filter-header .filter-toggle .switch:after {
  background: #999;
}
#secondary-filters .filter {
  position: relative;
  border: 1px solid #585858;
  border-top: 0;
}
#secondary-filters .filter:before,
#secondary-filters .filter:after {
  content: " ";
  display: table;
}
#secondary-filters .filter:after {
  clear: both;
}
#secondary-filters .filter.open .slide-wrap,
#secondary-filters .filter.open .filter-opts,
#secondary-filters .filter.open .filter-typeahead,
#secondary-filters .filter.open .filter-maxheight {
  display: block;
}
#secondary-filters .filter.open .switch:after {
  display: none;
}
#secondary-filters .filter-overlay {
  background-color: rgba(0, 0, 0, 0.13);
  width: 100%;
  position: absolute;
  z-index: 6;
  height: 100%;
}
#secondary-filters .filter-sign-in-message {
  position: relative;
  z-index: 7;
  color: #333;
  margin-top: 5px;
}
#secondary-filters .gray {
  color: #585858;
}
#secondary-filters .filter.open .filter-opts ul {
  display: none;
  margin-left: 20px;
}
#secondary-filters .filter.open .filter-opts ul [data-facets="0"] .actuator:before,
#secondary-filters .filter.open .filter-opts ul [data-facets="0"] .check-box:before {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
#secondary-filters .filter.open .filter-opts ul .actuator,
#secondary-filters .filter.open .filter-opts ul .check-box {
  position: relative;
}
#secondary-filters .filter.open .filter-opts ul .actuator:before,
#secondary-filters .filter.open .filter-opts ul .check-box:before {
  position: absolute;
  top: -19px;
  left: -15px;
  width: 12px;
  height: 24px;
  border: 0;
  border-bottom: 1px solid #585858;
  border-left: 1px solid #585858;
  content: '';
}
#secondary-filters .slide-wrap,
#secondary-filters .filter-opts,
#secondary-filters .filter-typeahead,
#secondary-filters .filter-pad > h4,
#secondary-filters .filter-maxheight {
  display: none;
}
#secondary-filters .filter-opts > li {
  line-height: 1;
  font-size: 13px;
}
#secondary-filters .filter-opts > li:first-child .check-label {
  padding-top: 0;
}
#secondary-filters .filter-opts > li:last-child .check-label {
  padding-bottom: 20px;
}
#secondary-filters .filter-opts > li.has-sub .check-label {
  padding-top: 10px;
  padding-bottom: 10px;
}
#secondary-filters .filter.open .filter-pad > h4 {
  display: block;
}
#secondary-filters .filter.open .filter-opts .expanded > .filter-item .v {
  display: none;
}
#secondary-filters .filter.open .filter-opts .expanded > ul {
  display: block;
}
#secondary-filters .filter-opts .no-artists {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  color: #999;
  font-size: 11px;
}
#secondary-filters .filter-maxheight .filter-opts {
  margin-bottom: 10px;
  padding-top: 10px;
  max-height: 180px;
  background: #fff;
  border: 1px solid #585858;
  overflow-y: auto;
}
#secondary-filters .filter-maxheight .filter-opts > li {
  margin: 0;
  padding-left: 10px;
}
#secondary-filters #clear-filters {
  border-left: 0;
  border-right: 0;
  position: relative;
}
#secondary-filters #clear-filters button {
  width: 100%;
  font-size: 13px;
}
#secondary-filters #trending {
  background: #f2f2f2;
  margin-right: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #585858;
}
#secondary-filters #trending .search-header {
  padding: 20px 0;
}
#secondary-filters #trending .search-header h4 {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  margin: 0;
}
#secondary-filters .search-terms {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #585858;
  overflow-y: auto;
  box-shadow: inset 0 -7px 10px rgba(0, 0, 0, 0.1), inset 0 2px 7px rgba(0, 0, 0, 0.2);
}
#secondary-filters .search-terms > li {
  margin: 0;
  line-height: 1;
  font-size: 13px;
}
#secondary-filters .search-terms > li > a {
  display: block;
  padding: 8px 10px 8px 20px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}
#secondary-filters .search-terms > li .deactivate {
  float: right;
  color: #aaa;
  display: none;
}
#secondary-filters .search-terms > li.active {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
}
#secondary-filters .search-terms > li.active > a {
  color: #da0476;
}
#secondary-filters .search-terms > li.active .deactivate {
  display: block;
}
#secondary-filters #pr .check-label {
  padding-left: 10px;
}
#secondary-filters #pr .check-label .filter-name {
  text-transform: lowercase;
}
#secondary-filters #co .filter-opts > li {
  float: left;
  margin-right: 13px;
}
#secondary-filters .slide-wrap .noUi-midBar {
  height: 4px;
}
@media (min-width: 768px) {
  .check-label:hover .check-box,
  .check-label:hover .radio-box {
    border-color: #000;
  }
  .actuator:hover {
    border-color: #000;
  }
  .actuator:hover .h,
  .actuator:hover .v {
    background: #000;
  }
  #secondary-filters input[type="text"]:hover {
    border-color: #000;
  }
  #secondary-filters .filter-header:hover .filter-toggle {
    border-color: #000;
  }
  #secondary-filters .filter-header:hover .filter-toggle .switch {
    background: #000;
  }
  #secondary-filters .filter-header:hover .filter-toggle .switch:after {
    background: #000;
  }
  #secondary-filters .search-terms > li:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.05);
  }
  #secondary-filters .search-terms > li:hover .deactivate {
    color: #da0476;
  }
  #secondary-filters #pr .check-label:hover .filter-name {
    color: #da0476;
  }
}
.valign {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#search .artist_list h2 {
  line-height: 17px;
  font-weight: bold;
  text-transform: none;
  font-size: 15px;
}
#search .panel-heading .more {
  display: none;
}
#search .panel-heading .collapsed .less {
  display: none;
}
#discover-content {
  margin-top: 10px;
}
#discover-content .discover-work {
  margin-right: 5px;
}
#discover-content .discover-work:last-child {
  margin-right: 0px;
}
#discover-content .discover-work a .discover-button {
  font-size: 0.95em;
  font-weight: normal;
}
#discover-content .item {
  height: auto;
  width: auto;
}
.content-success {
  font: 15px/1 "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  display: block;
  background: #f2f2f2;
  display: table;
  width: 100%;
}
.content-success [class*="line-"] {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.content-success .line-1 {
  font-size: 24px;
  font-family: 'adobe-caslon-pro', serif;
  font-style: italic;
  margin: 30px auto;
}
.content-success .line-2 {
  font-size: 40px;
  text-transform: uppercase;
}
#search .content-success {
  margin-bottom: 40px;
  padding: 20px;
  min-height: 400px;
}
#search .content-success .line-2 {
  font-size: 27px;
}
#search .content-success .line-3 {
  font-size: 18px;
  font-weight: 200;
}
#search .no-work-box .container#content {
  margin-top: 0px;
}
#search .no-work-box .content-success {
  min-height: 0;
  padding-left: 20px;
  margin-bottom: 45px;
}
#search .no-work-box .content-success .line-1 {
  margin-top: 10px;
}
#search .no-work-box .content-success [class*="line-"] {
  text-align: left;
}
#search .content-follow .line-2 a {
  color: #da0476;
}
#search .content-follow .line-6 {
  line-height: 30px;
}
#search .content-follow .line-6 .text {
  font-size: 28px;
  font-family: 'adobe-caslon-pro', serif;
  font-style: normal;
}
#search .content-follow .line-6 .text span {
  font-weight: bold;
}
#search .content-follow .line-7 {
  line-height: 24px;
  font-style: normal;
}
#search .panel-heading .more {
  display: none;
}
#search .panel-heading .collapsed .less {
  display: none;
}
#search .search-result-container-tag .box.artist-work-box .caption .title {
  margin: 4px 0 -6px;
}
#search-header {
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}
#search-result-top-menu-container {
  width: 100%;
  overflow: hidden;
  background-color: white;
  margin-bottom: 45px;
}
#search-result-menu {
  margin-left: auto;
  margin-right: auto;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif !important;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
#search-noresult {
  text-align: center;
  width: 400px;
  margin-left: auto ;
  margin-right: auto ;
  line-height: 25px;
  font-size: 20px;
}
.search-top-anchor {
  float: right;
}
.search-top-anchor:hover {
  cursor: pointer;
}
.search-category {
  margin-bottom: 21px;
  vertical-align: middle;
  clear: both;
}
.search-category img {
  vertical-align: middle;
}
.search-category-container {
  float: left;
  position: relative;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif !important;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 15px 5px 0px;
  letter-spacing: 0.05em;
}
.search-category-container:hover {
  cursor: pointer;
  color: #da0476;
}
.search-section-title-container {
  vertical-align: baseline;
  height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9a9999;
}
.search-section-title {
  float: left;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.search-section-misc-container {
  vertical-align: baseline;
  height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9a9999;
}
.search-result-container {
  margin-top: 15px;
}
#search {
  /* WORKS SECTION */
  /* ARTISTS SECTION */
  /* PARTNERS SECTION */
  /* MAGAZINE SECTION */
}
#search .show-inquire {
  border-bottom: 1px solid #eebadc;
}
#search .show-inquire:hover {
  border-bottom-color: #ffe5fd;
}
#search #content,
#search #discover-content {
  padding: 0;
}
#search .box {
  margin: 0 21px 21px 0;
}
#search .search-results-for {
  padding-bottom: 15px;
}
#search .top-pagination,
#search .bottom-pagination {
  float: right;
}
#search .artist-work-box {
  padding-bottom: 30px;
}
#search .work-image {
  width: 100%;
  object-fit: contain;
  max-height: 300px;
}
#search .artist-box {
  float: left;
  width: 304px;
  margin-bottom: 20px;
  border: 0px solid #e6e6e6;
  margin-right: 20px;
}
#search .artist-box .thumbnail {
  width: 80px;
  height: 80px;
  float: left;
}
#search .artist-box:nth-child(3n) {
  margin-right: 0;
}
#search .artist-box .artist-container {
  float: left;
  margin-left: 15px;
  overflow: hidden;
  width: 180px;
  margin-top: 5px;
}
#search .artist-box .artist {
  width: 185px;
  font-weight: 500;
}
#search .partner-box {
  float: left;
  width: 306px;
  margin: 0 21px 21px 0;
}
#search .partner-box:nth-child(3n) {
  margin-right: 0;
}
#search .partner-box .caption {
  padding: 10px 0;
  min-height: 0;
  position: static;
}
#search .partner-box .partner {
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
#search .partner-box h3 {
  font-weight: 400;
}
#search .box_ellipsis:nth-child(3n) {
  margin-right: 0;
}
.search-app,
.artist-page {
  overflow-x: hidden;
  /* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
  /* Slider size and handle placement;
   */
  /* Styling;
   */
  /* Handles and cursors;
   */
  /* Handle stripes;
   */
  /* Disabled state;
   */
}
.search-app .breadcrumb2,
.artist-page .breadcrumb2 {
  margin: -15px 0 10px 0;
}
.search-app .breadcrumb2 a,
.artist-page .breadcrumb2 a {
  color: #585858;
  font-style: italic;
  font-size: 12px;
}
.search-app .breadcrumb2 a:hover,
.artist-page .breadcrumb2 a:hover {
  color: #da0476;
}
.search-app .noUi-base,
.artist-page .noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.search-app .noUi-horizontal,
.artist-page .noUi-horizontal {
  height: 5px;
}
.search-app .noUi-horizontal .noUi-handle,
.artist-page .noUi-horizontal .noUi-handle {
  width: 4px;
  height: 28px;
  left: 0;
  top: -12px;
}
.search-app .noUi-vertical,
.artist-page .noUi-vertical {
  width: 18px;
}
.search-app .noUi-vertical .noUi-handle,
.artist-page .noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.search-app .noUi-background,
.artist-page .noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.search-app .noUi-connect,
.artist-page .noUi-connect {
  background: #000;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.search-app .noUi-origin,
.artist-page .noUi-origin {
  border-radius: 2px;
}
.search-app .noUi-target,
.artist-page .noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.search-app .noUi-target.noUi-connect,
.artist-page .noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}
.search-app .noUi-dragable,
.artist-page .noUi-dragable {
  cursor: w-resize;
}
.search-app .noUi-vertical .noUi-dragable,
.artist-page .noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.search-app .noUi-handle,
.artist-page .noUi-handle {
  border: 1px solid #000;
  border-radius: 3px;
  background: #000;
  cursor: default;
  box-shadow: none;
}
.search-app .noUi-handle div.tooltip,
.artist-page .noUi-handle div.tooltip {
  opacity: 1;
  top: 27px;
  left: -7px;
}
.search-app .noUi-active,
.artist-page .noUi-active {
  box-shadow: none;
}
.search-app .noUi-handle:before,
.artist-page .noUi-handle:before,
.search-app .noUi-handle:after,
.artist-page .noUi-handle:after {
  content: "";
  display: none;
}
.search-app .noUi-vertical .noUi-handle:before,
.artist-page .noUi-vertical .noUi-handle:before,
.search-app .noUi-vertical .noUi-handle:after,
.artist-page .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.search-app .noUi-vertical .noUi-handle:after,
.artist-page .noUi-vertical .noUi-handle:after {
  top: 17px;
}
.search-app [disabled].noUi-connect,
.artist-page [disabled].noUi-connect,
.search-app [disabled] .noUi-connect,
.artist-page [disabled] .noUi-connect {
  background: #B8B8B8;
}
.search-app [disabled].noUi-origin,
.artist-page [disabled].noUi-origin,
.search-app [disabled] .noUi-handle,
.artist-page [disabled] .noUi-handle {
  cursor: not-allowed;
}
.search-app .noUi-infoBar,
.artist-page .noUi-infoBar {
  top: 25px;
}
.search-app .desc-section .read-more,
.artist-page .desc-section .read-more,
.search-app .desc-section .read-less,
.artist-page .desc-section .read-less {
  color: #0000ff;
}
.search-app .desc-section .read-more:hover,
.artist-page .desc-section .read-more:hover,
.search-app .desc-section .read-less:hover,
.artist-page .desc-section .read-less:hover {
  color: #da0476;
}
.search-app #works-search .filter-bottom-separator,
.artist-page #works-search .filter-bottom-separator {
  width: 100%;
}
.search-app .work-list,
.artist-page .work-list {
  width: 100%;
  display: block;
}
.search-app .work-list > div,
.artist-page .work-list > div {
  display: block;
  min-height: 200px;
}
.search-app .work-list h3,
.artist-page .work-list h3 {
  padding: 15px 0 15px 15px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: franklin-gothic-urw, 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
.search-app .work-list h3.other-works,
.artist-page .work-list h3.other-works {
  padding: 0 0 0 15px;
}
.search-app .work-list .works-wrapper,
.artist-page .work-list .works-wrapper {
  padding-bottom: 60px;
}
.search-app .work-list .works-wrapper .artwork,
.artist-page .work-list .works-wrapper .artwork {
  margin-bottom: 60px;
}
.search-app .work-list .divider,
.artist-page .work-list .divider {
  margin: 0;
}
.search-app .loading,
.artist-page .loading {
  background: white url(/static/common/img/loaders/spinner.gif) no-repeat center;
  width: 30px;
  height: 28px;
  display: inline-block;
  margin-left: 20px;
  overflow: visible;
}
.search-app .text-center,
.artist-page .text-center {
  text-align: center;
}
.search-app .sorry,
.artist-page .sorry {
  height: 200px;
  line-height: 200px;
}
.search-app .sorry-small,
.artist-page .sorry-small {
  height: 80px;
  line-height: 80px;
}
.search-app .sorry,
.artist-page .sorry,
.search-app .sorry-small,
.artist-page .sorry-small {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.search-app .shadow,
.artist-page .shadow {
  padding-bottom: 27px;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 6px 12px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 12px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px -5px rgba(0, 0, 0, 0.2);
}
.search-app marker-list,
.artist-page marker-list {
  text-align: center;
  width: 100%;
  display: block;
}
.search-app marker-list .marker-wrapper,
.artist-page marker-list .marker-wrapper {
  padding-bottom: 34px;
}
.search-app marker-list .marker-item,
.artist-page marker-list .marker-item {
  min-width: 180px;
  padding: 9px 32px 9px 11px;
  margin: 2px 0;
  display: inline-block;
  background: #888888 url(/static/fairs/img/x.png) no-repeat right center;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  border: 1px solid #ffffff;
}
.search-app marker-list .clearall,
.artist-page marker-list .clearall {
  padding: 9px 0;
  background: #da0476;
  font-size: 16px;
  line-height: 16px;
}
.search-app ul#artwork-grid li .workimage .save,
.artist-page ul#artwork-grid li .workimage .save {
  padding: 2px 7px;
  position: absolute;
  bottom: -35px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  transition: bottom 250ms linear, background-color 250ms linear;
}
.search-app ul#artwork-grid li .workimage .save a:link,
.artist-page ul#artwork-grid li .workimage .save a:link,
.search-app ul#artwork-grid li .workimage .save a:visited,
.artist-page ul#artwork-grid li .workimage .save a:visited {
  color: #fff;
}
.search-app ul#artwork-grid li .workimage .save a:hover,
.artist-page ul#artwork-grid li .workimage .save a:hover,
.search-app ul#artwork-grid li .workimage .save a:active,
.artist-page ul#artwork-grid li .workimage .save a:active {
  color: #fff;
}
.search-app ul#artwork-grid li .workimage .save a:hover .fa,
.artist-page ul#artwork-grid li .workimage .save a:hover .fa,
.search-app ul#artwork-grid li .workimage .save a:active .fa,
.artist-page ul#artwork-grid li .workimage .save a:active .fa {
  color: #da0476;
}
.search-app ul#artwork-grid li .workimage .save.saved,
.artist-page ul#artwork-grid li .workimage .save.saved {
  bottom: 0;
}
.search-app ul#artwork-grid li .workimage .save.saved .fa,
.artist-page ul#artwork-grid li .workimage .save.saved .fa {
  color: #da0476;
}
.search-app ul#artwork-grid li .workimage .save:hover,
.artist-page ul#artwork-grid li .workimage .save:hover {
  background-color: #000000;
}
.search-app ul#artwork-grid li .workimage:hover .save,
.artist-page ul#artwork-grid li .workimage:hover .save {
  bottom: 0;
}
.search-app ul#artwork-grid .col-sm-12:first-child .galleryname,
.artist-page ul#artwork-grid .col-sm-12:first-child .galleryname {
  padding-top: 0;
  border-top: 0;
}
.search-app #tag-content,
.artist-page #tag-content {
  min-height: 200px;
  height: auto !important;
  height: 200px;
}
.search-app .top-tag-banner,
.artist-page .top-tag-banner {
  position: relative;
  text-align: center;
  color: white;
}
.search-app .image-tag-banner-image,
.artist-page .image-tag-banner-image {
  margin-top: -35px;
  width: 100%;
  height: auto;
}
.search-app .text-tag,
.artist-page .text-tag {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: franklin-gothic-urw, 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
.search-app .image-tag-banner-text,
.artist-page .image-tag-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: white;
}
.search-app .image-tag-banner-text .text-tag,
.artist-page .image-tag-banner-text .text-tag {
  font-size: 50px;
  line-height: 0.9;
}
@media (max-width: 565px) {
  .search-app .image-tag-banner-text,
  .artist-page .image-tag-banner-text {
    top: -5%;
  }
  .search-app .image-tag-banner-text .text-tag,
  .artist-page .image-tag-banner-text .text-tag {
    font-size: 22px;
  }
}
@media (min-width: 566px) and (max-width: 767px) {
  .search-app .image-tag-banner-text,
  .artist-page .image-tag-banner-text {
    top: 10%;
  }
  .search-app .image-tag-banner-text .text-tag,
  .artist-page .image-tag-banner-text .text-tag {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-app .image-tag-banner-text,
  .artist-page .image-tag-banner-text {
    width: 100%;
    text-align: center;
  }
}
.search-app .image-tag-banner-image-with-text,
.artist-page .image-tag-banner-image-with-text {
  position: relative;
}
.search-app .image-tag-banner-image-with-text.with-image,
.artist-page .image-tag-banner-image-with-text.with-image {
  background-color: black;
}
.search-app .description-tag-with-image,
.artist-page .description-tag-with-image {
  margin-top: 30px;
  margin-bottom: 0px;
}
.search-app .tag-parent-page-desc,
.artist-page .tag-parent-page-desc {
  font-size: 32px;
  margin-bottom: 30px;
}
.search-app .tag-header,
.artist-page .tag-header {
  font-weight: 500;
}
.search-app .tag-description,
.artist-page .tag-description {
  margin-bottom: 30px;
}
.search-app .tag-description p,
.artist-page .tag-description p {
  line-height: 30px;
  font-size: 18px;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif !important;
}
.search-app .tag-description a:not([class^='read']),
.artist-page .tag-description a:not([class^='read']) {
  display: inline-table;
}
.search-app .tag-description a:after,
.artist-page .tag-description a:after {
  content: "";
  border-bottom: 0.1em solid #da0476;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top: -11px;
}
.search-app .tag-description a:hover,
.artist-page .tag-description a:hover {
  text-decoration: none;
}
.search-app .panel-collapse.in .short-description,
.artist-page .panel-collapse.in .short-description {
  display: none;
}
#search .tab-row .item {
  padding-bottom: 15px;
}
#search .tab-row#works-search .item {
  padding-bottom: 45px;
}
#search .tag-container ul.tags {
  height: 68px;
  margin-top: 10px;
  overflow-y: hidden;
}
#search .tag-container ul.tags::after {
  clear: both;
  content: '';
  display: block;
}
#search .tag-container ul.tags li {
  float: left;
  color: #999;
  font-size: 12px;
}
#search .tag-container ul.tags li a {
  color: #999;
}
#search .tag-container ul.tags li a:link,
#search .tag-container ul.tags li a:visited {
  color: #999;
}
#search .tag-container ul.tags li a:hover,
#search .tag-container ul.tags li a:active {
  color: #555;
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
  #search .discover-work {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  #search {
    /* WORKS SECTION */
    /* ARTISTS SECTION */
    /* PARTNERS SECTION */
    /* NO RESULTS */
  }
  #search .artist-box .artist-container {
    height: 70px;
  }
  #search .artist-box .artist {
    white-space: inherit;
  }
  #search .partner-box {
    height: auto;
    margin-right: 0;
    margin-left: 15px;
  }
  #search .partner-box .thumbnail {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
  }
  #search .partner-box .thumbnail-image {
    position: absolute;
    width: 100%;
    max-width: inherit;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #search .content-success {
    margin: 0 auto;
  }
  #search .content-success [class*="line-"] {
    position: static;
    margin-bottom: 25px;
  }
  #search .content-success .line-3 {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #search {
    /* HEADER */
    /* WORKS SECTION */
    /* ARTISTS SECTION */
    /* PARTNERS SECTION */
    /* MAGAZINE SECTION */
  }
  #search .artist-work-box {
    width: 346px;
    margin: 0 21px 21px 0;
  }
  #search .artist-box {
    width: 230px;
  }
  #search .artist-box .artist-container {
    width: 135px;
  }
  #search .partner-box {
    width: 227px;
  }
  #search .box_ellipsis,
  #search .strip_container {
    width: 345px;
  }
  #search .strip_container {
    height: 227px;
  }
  #search .box {
    margin-right: 0;
    margin-left: 15px;
  }
}
@media (max-width: 565px) {
  #search {
    /* HEADER */
    /* WORKS SECTION */
    /* ARTISTS SECTION */
    /* PARTNERS SECTION */
    /* MAGAZINE SECTION */
  }
  #search #content {
    width: 100%;
    padding: 0 15px;
  }
  #search #search-result-top-menu-container {
    margin-bottom: 20px;
  }
  #search .search-category {
    margin-bottom: 0;
  }
  #search .search-category-container {
    float: none;
  }
  #search .search-category-container h4 {
    padding-top: 13px;
  }
  #search .artist-work-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #search .artist-box {
    width: 215px;
  }
  #search .artist-box:nth-child(n) {
    margin-right: 20px;
  }
  #search .artist-box:nth-child(2n) {
    margin-right: 0;
  }
  #search .artist-box .artist-container {
    width: 120px;
  }
  #search .partner-box {
    width: 100%;
    margin-left: 0;
  }
  #search .box_ellipsis,
  #search .strip_container {
    width: 100%;
    margin-left: 0;
  }
  #search .strip_container {
    height: 100%;
  }
  #search .strip_container img {
    width: 100%;
  }
  #search .box {
    margin-right: 0;
  }
}
@media screen and (min-width: 566px) and (max-width: 767px) {
  #search {
    /* WORKS SECTION */
    /* ARTISTS SECTION */
    /* PARTNER SECTION */
    /* MAGAZINE SECTION */
  }
  #search #content {
    width: 570px;
  }
  #search .artist-work-box {
    width: 270px;
  }
  #search .artist-box {
    width: 270px;
  }
  #search .artist-box:nth-child(n) {
    margin-right: 20px;
  }
  #search .artist-box:nth-child(2n) {
    margin-right: 0;
  }
  #search .artist-box .artist-container {
    width: 175px;
  }
  #search .partner-box {
    width: 260px;
    height: 220px;
  }
  #search .partner-box .thumbnail {
    height: 170px;
  }
  #search .box_ellipsis,
  #search .strip_container {
    width: 345px;
  }
  #search .strip_container {
    height: 227px;
  }
  #search .box {
    margin-right: 0;
    margin-left: 15px;
  }
  #search .box_ellipsis,
  #search .strip_container {
    width: 258px;
  }
  #search .strip_container {
    height: 170px;
  }
  #search .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .search-app .container {
    width: 1170px;
  }
}
