.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;
  }
}
#artists {
  /*
   * Common filter classes
   */
  /*
   *Artist page specific classes
   */
}
#artists select[class*="span"] {
  margin-left: 0;
  float: none;
}
#artists .breadcrumb {
  margin: -10px 0px 30px;
}
#artists #clear-filters,
#artists #view-by,
#artists #featured-artists-mobile {
  border-left: 0;
  border-right: 0;
  position: relative;
}
#artists #clear-filters button,
#artists #view-by button,
#artists #featured-artists-mobile button {
  width: 100%;
  font-size: 13px;
}
#artists #nm {
  margin-bottom: 20px;
}
#artists #newest .filter-opts,
#artists #nm .filter-opts {
  padding-top: 20px;
}
#artists .filter-opts > li:first-child > a {
  padding-top: 0;
}
#artists .filter-opts > li:last-child > a {
  padding-bottom: 20px;
}
#artists .filter-opts > li > a {
  display: block;
  padding: 10px 0 10px 20px;
  min-height: 13px;
  font-size: 16px;
}
#artists #secondary-filters {
  width: 262px;
}
#artists #secondary-filters.affix {
  position: fixed;
  top: 86px;
}
#artists #letter-browse-nav {
  background-color: #fff;
  width: 910px;
  padding: 0px;
  position: relative;
}
#artists #letter-browse-nav.affix {
  position: fixed;
  top: 80px;
  z-index: 1;
}
#artists #letter-browse-nav.affix #return-top {
  position: absolute;
  right: 0;
  bottom: -112px;
  z-index: 10;
  margin-left: -50px;
  width: 40px;
  height: 40px;
  background: #585858;
  cursor: pointer;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: background linear 0.1s;
  transition: background linear 0.1s;
}
#artists #letter-browse-nav.affix #return-top:hover {
  background: #3f3f3f;
}
#artists #letter-browse-nav.affix #return-top:hover .caret-close > div {
  border-bottom-color: #3f3f3f;
}
#artists #letter-browse-nav.affix #return-top .caret-close > div {
  -webkit-transition: border-bottom-color linear 0.1s;
  transition: border-bottom-color linear 0.1s;
}
#artists #letter-browse-nav.affix #return-top .caret-close {
  left: 50%;
  top: 14px;
  margin-left: -12px;
  position: absolute;
  border-bottom: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
#artists #letter-browse-nav.affix #return-top .caret-close > div {
  position: absolute;
  top: 3px;
  right: -12px;
  border-bottom: 12px solid #585858;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
#artists #letter-browse-nav .letter-browse {
  margin: 0;
  padding: 0 3px;
}
#artists #letter-browse-nav .letter-browse li {
  padding: 0 2px;
  margin: 0;
}
#artists #letter-browse-nav .letter-browse li.active a {
  color: #fff;
  background-color: #da0476;
}
#artists #letter-browse-nav .letter-browse li.inactive a {
  color: #585858;
  background-color: #fff;
}
#artists #letter-browse-nav .letter-browse li.inactive a:hover {
  color: #585858;
  background-color: #fff;
}
#artists #letter-browse-nav .letter-browse li a {
  width: 28px;
  font-size: 18px;
  padding: 7px 6px;
  color: #000;
  font-weight: normal;
  height: 48px;
  line-height: 34px;
  display: block;
  text-align: center;
}
#artists #letter-browse-nav .letter-browse li a:hover {
  color: #fff;
  background-color: #da0476;
}
#artists #letter-browse-nav .letter-browse li.numeric-key a {
  width: 40px;
}
#artists #letter-browse-nav.shadow {
  -moz-box-shadow: 1px 0px 3px 0px #ddd;
  -webkit-box-shadow: 1px 0px 3px 0px #ddd;
  box-shadow: 1px 0px 3px 0px #ddd;
  display: inline-block;
  min-height: 21px;
  border-left: 0px!important;
  border-right: 0px!important;
  margin: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#ddd')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#ddd');
}
#artists .shade-separator {
  height: 12px;
  background-color: #e7e7e7;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  background-image: -webkit-linear-gradient(top, #ddd 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #ddd 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffffffff', GradientType=0);
}
#artists #artists-view {
  margin-left: 10px;
}
#artists #artists-view.affix {
  margin-top: 48px;
  position: static;
}
#artists #artists-view .letter {
  padding: 0 10px 10px;
  border-bottom: 1px solid #ddd;
}
#artists #artists-view .letter:last-child {
  border-bottom: none;
}
#artists #artists-view .letter .scrollspy-hack {
  top: 0px;
  position: relative;
  height: 1px;
}
#artists #artists-view .letter .letter-row {
  position: relative;
}
#artists #artists-view .letter .letter-row.open-phone .switch:after {
  display: none;
}
#artists #artists-view .letter .letter-row .giant {
  margin: 0;
}
#artists #artists-view .letter .letter-row .giant h4 {
  line-height: 50px;
  font-size: 36px;
  font-weight: normal;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  margin: 28px 0 0;
}
#artists #artists-view .letter .letter-row .giant h4.active {
  color: #da0476;
}
#artists #artists-view .letter .letter-row .giant h4.header_fake {
  padding-bottom: 53px;
}
#artists #artists-view .letter .artist-item {
  margin-bottom: 3px;
  height: 32px;
  overflow: hidden;
  line-height: 26px;
}
#artists #artists-view .letter .artist-item a:hover,
#artists #artists-view .letter .artist-item a:focus {
  text-decoration: underline;
}
#artists #artists-view .giant > a {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  color: #585858;
}
#artists #artists-view .giant > a .caret {
  position: relative;
  top: 3px;
  margin-left: 2px;
  border-width: 5px;
}
#artists .featured-artists {
  margin-bottom: 30px;
  margin-top: 30px;
}
#artists .featured-artists h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
#artists .featured-artists .featured-cols {
  margin-top: 10px;
}
#artists .featured-artists .featured-cols li a {
  line-height: 32px;
  font-size: 18px;
}
#artists .featured-artists .image-artist .crop-box {
  max-height: 256px;
  max-width: 512px;
  overflow: hidden;
  clear: both;
}
#artists .featured-artists .image-artist .crop-box img {
  margin-top: -128px;
  width: 100%;
}
#artists .featured-artists .image-artist p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}
#artists .featured-artists .image-artist p .artist-name {
  text-transform: uppercase;
}
#artists .featured-artists .image-artist .work-name {
  font-style: italic;
}
#artists .featured-artists .image-artist .work-name a:hover,
#artists .featured-artists .image-artist .work-name a:focus {
  text-decoration: underline;
}
#artist section.container {
  margin-bottom: 50px;
}
#artist .view-more {
  text-align: center;
}
#artist .view-more a {
  color: #da0476;
  text-transform: uppercase;
}
#artist section.ad-space.container {
  margin-bottom: 0;
}
#artist section.ad-space.container .ads-promo {
  margin-top: 0;
  margin-bottom: 30px;
}
#artist .bio-quick-info {
  border-bottom: 1px solid #ccc;
  margin-bottom: 21px;
  padding-bottom: 10px;
}
#artist .bio-other-info {
  margin-bottom: 40px;
}
#artist .artist-description p {
  line-height: 30px;
  font-size: 18px;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif !important;
}
#artist .artist-description .full-desc {
  padding-bottom: 40px;
}
#artist .artist-description a[class^='read'] {
  height: 81px;
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
  margin-top: -47px;
  position: relative;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #ffffff 80%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #ffffff 80%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #ffffff 80%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#ffffff', GradientType=0);
  text-align: center;
  text-transform: uppercase;
  color: #da0476;
}
#artist .artist-description a[class^='read']::after {
  content: '';
  position: relative;
  top: -2px;
  right: -5px;
  display: inline-block;
  border-top: 5px solid #da0476;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
#artist .artist-description a.read-more {
  display: block;
}
#artist .artist-description a.read-less::after {
  transform: rotate(180deg);
}
#artist .artist-written-info {
  margin-bottom: 50px;
}
#artist .artist-written-info .artist-written-info-text {
  font-size: 18px;
  line-height: 27px;
  max-height: 189px;
  overflow: hidden;
}
#artist .artist-written-info .artist-written-info-readmore {
  height: 81px;
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
  margin-top: -47px;
  position: relative;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #ffffff 80%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #ffffff 80%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #ffffff 80%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#ffffff', GradientType=0);
  text-align: center;
}
#artist .artist-written-info .artist-written-info-readmore a {
  margin-top: 40px;
  color: #da0476;
  font: 15px/22px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
}
#artist .artist-written-info .artist-written-info-readmore a:hover {
  text-decoration: underline;
}
#artist .artist-written-info .artist-written-info-readmore a.nav-arrow::after {
  content: '';
  position: relative;
  top: -2px;
  right: -5px;
  display: inline-block;
  border-top: 5px solid #da0476;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
#artist .artist-written-info .artist-written-info-readmore .more-less::after {
  content: 'more';
}
#artist .artist-written-info.open .artist-written-info-text {
  max-height: 100%;
}
#artist .artist-written-info.open .artist-written-info-readmore {
  margin-top: -16px;
  background: none;
}
#artist .artist-written-info.open .artist-written-info-readmore .more-less::after {
  content: 'less';
}
#artist .artist-written-info.open .artist-written-info-readmore a.nav-arrow::after {
  transform: rotate(180deg);
}
#artist .artist-written-info.short .artist-written-info-readmore {
  display: none;
}
#artist #artist-info .artist-name-styles {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#artist #artist-info .follow-button {
  display: inline-block;
  position: relative;
  top: -15px;
  left: 6px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
}
#artist #artist-info .artist-info-part.artistinfocheck {
  margin-bottom: 10px;
}
#artist #artist-info .artist-info-part.artistinfocheck .bio-label {
  margin-bottom: 3px;
}
#artist #artist-info .artist-info-part.artistinfocheck.artist-info-link {
  margin-bottom: 20px;
}
#artist #artist-info .artist-info-part.artist-lists {
  margin-bottom: 14px;
}
#artist #artist-info .artist-info-part.artist-lists .bio-label {
  margin-bottom: 5px;
}
#artist #artist-info .bio-label {
  color: #000;
  display: block;
  font: 500 16px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#artist #artist-info #as-share-icons-container {
  margin: 0;
  display: block;
  clear: none;
  float: none;
}
#artist #artist-info #as-share-icons-container::after {
  display: block;
  clear: both;
  content: '';
}
#artist #artist-info #as-share-icons-container #as-share-icons {
  width: 100%;
  float: right;
}
#artist #artist-info #as-share-icons-container #as-share-icons .shareLink {
  width: 25%;
  padding: 4px 8px 2px 0px;
  margin: 0;
  display: block;
  float: left;
  text-align: right;
  color: #fff;
}
#artist #artist-info #as-share-icons-container #as-share-icons .shareLink:hover {
  opacity: 0.5;
  transition: opacity 250ms linear;
}
#artist #artist-info #as-share-icons-container #as-share-icons .shareLink.custom-facebook-button {
  background-color: #3c5a98;
}
#artist #artist-info #as-share-icons-container #as-share-icons .shareLink.custom-twitter-button {
  background-color: #007baa;
}
#artist #artist-info #as-share-icons-container #as-share-icons .shareLink.custom-pinterest-button {
  background-color: #ce2127;
}
#artist #artist-info #as-share-icons-container #as-share-icons::after {
  clear: both;
}
#artist #artist-info #as-share-icons-container::after {
  clear: both;
}
#artist #artist-info .artist-name {
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  width: auto;
  display: inline-block;
  font: 400 32px/1.3 "adelle", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-family: franklin-gothic-urw, 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
#artist #artist-info .artist-name a:hover,
#artist #artist-info .artist-name a:focus {
  text-decoration: underline;
}
#artist #artist-info .artist-image {
  margin-bottom: 35px;
}
#artist #artist-info .artist-image img {
  width: 100%;
  max-width: 263px;
  max-height: 263px;
}
#artist #artist-info #as-share-icons-container {
  display: block;
  float: none;
}
#artist #artist-info .artist-lists .bio-label.nav-arrow {
  cursor: pointer;
}
#artist #artist-info .artist-lists .bio-label.nav-arrow::after {
  content: '';
  position: relative;
  top: -3px;
  right: -3px;
  display: inline-block;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: rotate(-90deg);
}
#artist #artist-info .artist-lists .artist-lists-item p {
  height: 0;
  margin-bottom: 6px;
  overflow: hidden;
}
#artist #artist-info .artist-lists.open .bio-label.nav-arrow::after {
  transform: rotate(180deg);
}
#artist #artist-info .artist-lists.open .artist-lists-item p {
  height: auto;
}
#artist #artist-info .artist-lists.artist-q-a p strong {
  margin-top: 8px;
  display: inline-block;
}
#artist #artist-info .artist-lists.artist-permanent-collection .artist-permanent-collection-item {
  line-height: 25px;
}
#artist #artist-info .artist-movement-styles {
  padding-bottom: 3px;
}
#artist #artist-info .artist-movement-styles .artist-movement-styles-wrap {
  overflow: hidden;
  white-space: nowrap;
}
#artist #artist-info .artist-movement-styles .artist-movement-style {
  display: inline-block;
  color: #595959;
  font: 15px/21px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
}
#artist #artist-info .artist-movement-styles .artist-movement-style a {
  color: #595959;
  font-size: 15px;
  font-style: normal;
}
#artist #artist-info .artist-movement-styles .arrow-container {
  display: none;
  top: -34px;
}
#artist #artist-info .artist-movement-styles .arrow-container .arrow-wrapper {
  border: none;
}
#artist #artist-info .artist-movement-styles .arrow-container .arrow-wrapper.arrow-wrapper {
  width: 25px;
  -webkit-user-select: none;
  background-color: transparent;
}
#artist #artist-info .artist-movement-styles .arrow-container .arrow-wrapper.left-arrow-wrapper {
  left: -25px;
}
#artist #artist-info .artist-movement-styles .arrow-container .arrow-wrapper.left-arrow-wrapper .left-arrow {
  right: 8px;
}
#artist #artist-info .artist-movement-styles .arrow-container .arrow-wrapper.right-arrow-wrapper {
  right: -25px;
}
#artist #artist-info .artist-movement-styles .arrow-container .arrow-wrapper.right-arrow-wrapper .right-arrow {
  left: 8px;
}
#artist #artist-info .artist-movement-styles.add-arrows {
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
#artist #artist-info .artist-movement-styles.add-arrows .arrow-container {
  display: block;
}
#artist h3.section-title {
  font: 32px/1.3 "adelle", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  text-transform: uppercase;
}
#artist span.readmore {
  white-space: nowrap;
}
#artist span.readmore:after {
  content: '';
  position: relative;
  top: 0;
  right: -6px;
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #808080;
}
#artist span.readmore a {
  color: #808080;
  font: 500 16px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
}
#artist span.readmore a:hover {
  text-decoration: underline;
}
#artist .artist-work-grid .artist-work-categories {
  margin-top: 25px;
  text-align: center;
}
#artist .artist-work-grid .artist-work-categories .work-category {
  margin-bottom: 15px;
  display: inline-block;
}
#artist .artist-work-grid .artist-work-categories .work-category.hide {
  display: none;
}
#artist .artist-work-grid .artist-work-categories .work-category a {
  padding: 5px 15px;
  font: 500 16px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#artist .artist-work-grid .artist-work-categories .work-category a.active {
  border-bottom: 2px solid #da0476;
}
#artist .artist-work-grid .artist-works {
  margin-top: 50px;
}
#artist #q-and-a {
  font: 16px "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
}
#artist #artist-shows .img-container {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 61.1%;
}
#artist #artist-shows .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#artist #artist-shows h3.gallery {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 17px;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 8px;
  line-height: 1.2;
}
#artist #artist-shows h5.meta {
  color: #585858;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px 0 8px 0;
  font-style: normal;
  letter-spacing: 0.05em;
}
#artist #artist-shows .section-title {
  margin-bottom: 36px;
}
#artist #artist-shows .artist-show {
  margin-bottom: 30px;
}
#artist #artist-shows .artist-show-info {
  text-align: center;
}
#artist #artist-shows .artist-show-info .gallery-name,
#artist #artist-shows .artist-show-info .gallery-city,
#artist #artist-shows .artist-show-info .show-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#artist #artist-shows .show-name {
  color: #585858;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
}
#artist #artist-shows .show-name a {
  color: #585858;
}
#artist #artist-articles {
  padding: 38px 0 50px;
  margin-bottom: -50px;
  background-color: #f3f3f3;
}
#artist #artist-articles .section-title {
  margin-bottom: 32px;
}
#artist #artist-articles .artist-articles .row {
  margin-bottom: 25px;
}
#artist #artist-articles .artist-articles .row .artist-article-text .artist-article-text-title {
  margin-top: 11px;
  font: normal 24px/33px "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
}
#artist #artist-articles .artist-articles .row .artist-article-text .artist-article-text-teaser {
  font: normal 16px "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
}
#artist .content-success {
  font: 15px/1 "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  display: block;
  background: #f2f2f2;
  display: table;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  min-height: 400px;
}
#artist .content-success .valign {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#artist .content-success .show-inquire {
  border-bottom: 1px solid #eebadc;
}
#artist .content-success .show-inquire:hover {
  border-bottom-color: #ffe5fd;
}
#artist .content-success [class*="line-"] {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#artist .content-success .line-1 {
  font-size: 24px;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin: 30px auto;
}
#artist .content-success .line-6 {
  line-height: 30px;
}
#artist .content-success .line-6 .text {
  font-size: 28px;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
}
#artist .content-success .line-6 .text span {
  font-weight: bold;
}
#artist .content-success .line-7 {
  line-height: 24px;
  font-style: normal;
}
@media (max-width: 767px) {
  #artists .featured-artists {
    margin: 0;
  }
  #artists #nm {
    margin-bottom: 5px;
  }
  #artists h1 {
    font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    color: #da0476;
    margin-bottom: 5px;
    margin-top: -15px;
  }
  #artists #page-header {
    margin: 0;
  }
  #artists #page-title-header {
    width: auto;
  }
  #artists .breadcrumb {
    display: none;
  }
  #artists #artists-view,
  #artists .featured-container {
    margin-left: 10px;
  }
  #artists #artists-view .giant > a,
  #artists .featured-container .giant > a {
    display: block;
  }
  #artists #artists-view .artist-more,
  #artists .featured-container .artist-more {
    display: none;
  }
  #artists #artists-view .letter-toggle,
  #artists .featured-container .letter-toggle {
    position: relative;
    padding: 10px 0 10px 25px;
    cursor: pointer;
    color: #da0476;
    text-transform: uppercase;
  }
  #artists #artists-view .filter-toggle,
  #artists .featured-container .filter-toggle {
    top: 13px;
    right: initial;
    left: 0;
    border: 1px solid #da0476;
  }
  #artists #artists-view .filter-toggle .switch,
  #artists .featured-container .filter-toggle .switch,
  #artists #artists-view .filter-toggle .switch:after,
  #artists .featured-container .filter-toggle .switch:after {
    background: #da0476;
  }
  #artists #artists-view .show-all,
  #artists .featured-container .show-all {
    display: inline;
  }
  #artists #artists-view .collapse,
  #artists .featured-container .collapse {
    display: none;
  }
  #artists #artists-view .open-phone .artist-more,
  #artists .featured-container .open-phone .artist-more {
    display: block;
  }
  #artists #artists-view .open-phone .filter-toggle .switch:after,
  #artists .featured-container .open-phone .filter-toggle .switch:after {
    background: transparent;
  }
  #artists #artists-view .open-phone .show-all,
  #artists .featured-container .open-phone .show-all {
    display: none;
  }
  #artists #artists-view .open-phone .collapse,
  #artists .featured-container .open-phone .collapse {
    display: inline;
  }
  #artists #clear-filters .filter-toggle,
  #artists #view-by .filter-toggle,
  #artists #featured-artists-mobile .filter-toggle {
    top: 5px;
    right: 12px;
    border: 1px solid #fff;
  }
  #artists #clear-filters .filter-toggle .switch,
  #artists #view-by .filter-toggle .switch,
  #artists #featured-artists-mobile .filter-toggle .switch,
  #artists #clear-filters .filter-toggle .switch:after,
  #artists #view-by .filter-toggle .switch:after,
  #artists #featured-artists-mobile .filter-toggle .switch:after {
    background: #fff;
  }
  #artists #clear-filters.inactive:hover,
  #artists #view-by.inactive:hover,
  #artists #featured-artists-mobile.inactive:hover,
  #artists #clear-filters.inactive:active,
  #artists #view-by.inactive:active,
  #artists #featured-artists-mobile.inactive:active {
    color: orange;
  }
  #artists #clear-filters.inactive:hover .filter-toggle,
  #artists #view-by.inactive:hover .filter-toggle,
  #artists #featured-artists-mobile.inactive:hover .filter-toggle,
  #artists #clear-filters.inactive:active .filter-toggle,
  #artists #view-by.inactive:active .filter-toggle,
  #artists #featured-artists-mobile.inactive:active .filter-toggle {
    border-color: #da0476;
  }
  #artists #clear-filters.inactive:hover .filter-toggle .switch,
  #artists #view-by.inactive:hover .filter-toggle .switch,
  #artists #featured-artists-mobile.inactive:hover .filter-toggle .switch,
  #artists #clear-filters.inactive:active .filter-toggle .switch,
  #artists #view-by.inactive:active .filter-toggle .switch,
  #artists #featured-artists-mobile.inactive:active .filter-toggle .switch,
  #artists #clear-filters.inactive:hover .filter-toggle .switch:after,
  #artists #view-by.inactive:hover .filter-toggle .switch:after,
  #artists #featured-artists-mobile.inactive:hover .filter-toggle .switch:after,
  #artists #clear-filters.inactive:active .filter-toggle .switch:after,
  #artists #view-by.inactive:active .filter-toggle .switch:after,
  #artists #featured-artists-mobile.inactive:active .filter-toggle .switch:after {
    background: #da0476;
  }
  #artists #clear-filters.inactive:hover .btn.disabled,
  #artists #view-by.inactive:hover .btn.disabled,
  #artists #featured-artists-mobile.inactive:hover .btn.disabled,
  #artists #clear-filters.inactive:active .btn.disabled,
  #artists #view-by.inactive:active .btn.disabled,
  #artists #featured-artists-mobile.inactive:active .btn.disabled {
    color: #da0476;
  }
  #artists .btn.disabled {
    background: #000;
    cursor: pointer;
    color: #fff;
  }
  #artists .filter.open .slide-wrap,
  #artists .filter.open .filter-opts,
  #artists .featured-artists .featured-cols {
    display: none;
  }
  #artists #newest .filter-opts {
    display: block;
  }
  #artists .filter.open .switch:after {
    display: block;
  }
  #artists .filter.open-phone .slide-wrap,
  #artists .filter.open-phone .filter-opts,
  #artists .featured-artists .featured-cols {
    display: block;
  }
  #artists .filter.open-phone .switch:after {
    display: none;
  }
  #artists #secondary-filters {
    width: auto;
  }
  #artists #secondary-filters button {
    font-size: 10px;
    padding: 2px;
  }
  #artists #letter-browse-nav {
    width: auto;
  }
  #artists #letter-browse-nav.affix.big-offset {
    top: 144px;
  }
  #artists .shade-separator {
    margin-top: 15px;
  }
  #artists .filter {
    border-bottom: none;
  }
  #artists .open {
    border-bottom: 1px solid #ddd;
  }
  #artists .filter-header {
    padding: 10px;
  }
  #artists .filter-header .filter-toggle {
    top: 9px;
  }
  #artists .featured-container {
    margin-left: 10px;
    height: 100%;
    border-bottom: 1px solid #ddd;
    padding-left: 5px;
    padding-bottom: 10px;
  }
  #artists .featured-container .fa-toggle {
    margin-left: 5px;
  }
  #artists #FA-top {
    line-height: 50px;
    font-size: 36px;
    font-weight: normal;
    font-family: 'adobe-caslon-pro', Georgia, 'Times New Roman', Times, serif;
    margin: 28px 0 0;
    padding-left: 5px;
  }
  #artists #FA-top.affix {
    position: static;
    margin-top: 124px;
  }
  #artists #FA-top.affix.skip-three-lines {
    margin-top: 172px;
  }
  #artists .fa-col {
    margin-bottom: 3px;
    height: 32px;
    overflow: hidden;
    line-height: 26px;
    padding: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #artists .featured-artists h2 {
    line-height: 20px;
  }
  #artists .featured-artists .image-artist .crop-box {
    max-height: 180px;
    max-width: 360px;
  }
  #artists .featured-artists .image-artist .crop-box img {
    margin-top: -90px;
  }
  #artists .featured-artists .featured-cols li a {
    line-height: 20px;
    font-size: 16px;
  }
  #artists #secondary-filters {
    width: 157px;
  }
  #artists #letter-browse-nav {
    width: 550px;
  }
  #artists #letter-browse-nav .letter-browse li {
    padding: 0 3px;
  }
  #artists #letter-browse-nav .letter-browse li a {
    width: 32px;
    padding: 7px 7px;
  }
  #artists #artists-view.affix {
    margin-top: 96px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #artist .artist-written-info {
    padding: 0 15px;
  }
  #artist-articles .artist-article .row .artist-article-image img {
    padding: 12px 0 0 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #artists .featured-artists .image-artist .crop-box {
    max-height: 220px;
    max-width: 440px;
  }
  #artists .featured-artists .image-artist .crop-box img {
    margin-top: -110px;
  }
  #artists .featured-artists h2 {
    line-height: 24px;
  }
  #artists .featured-artists .featured-cols li a {
    line-height: 27px;
    font-size: 17px;
  }
  #artists #secondary-filters {
    width: 212px;
  }
  #artists #letter-browse-nav {
    width: 715px;
  }
  #artists #letter-browse-nav .letter-browse li {
    padding: 0 3px;
  }
  #artists #letter-browse-nav .letter-browse li a {
    width: 45px;
    padding: 7px 7px;
  }
  #artists #artists-view.affix {
    margin-top: 96px;
  }
}
@media (min-width: 1600px) {
  .artist-work-grid.container,
  #artist-shows.container,
  #artist-info.container {
    width: 1570px;
  }
  .artist-work-grid .artwork-container,
  #artist-shows .artwork-container,
  #artist-info .artwork-container {
    width: 1570px;
  }
}

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