.reset-button {
  outline: none;
  background: none;
  border: none;
  text-transform: inherit;
}
/* MIXINS */
/* COMMON */
.follow-object {
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
}
#exhibitions {
  /* FILTERS */
  /* MULTISELECT */
  /* EXHIBITION SECTION */
  /* NEW TO ARTSPACE */
  /* FOOTER */
  /* EXHIBITION DETAILS */
  /* WORK */
  /* OWL */
}
#exhibitions .gray,
#exhibitions p.gray,
#exhibitions h2.gray,
#exhibitions h3.gray,
#exhibitions h4.gray {
  color: #585858;
}
#exhibitions .text-center {
  text-align: center;
}
#exhibitions .text-right {
  text-align: right;
}
#exhibitions .text-left {
  text-align: left;
}
#exhibitions .padding-bottom-10 {
  padding-bottom: 10px;
}
#exhibitions .small {
  font-size: 14px;
}
#exhibitions #header-promo {
  position: absolute;
  width: 100%;
}
#exhibitions #content {
  position: relative;
  min-height: calc(100vh - 346px);
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#exhibitions #content .btn {
  display: inline-block;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 15px;
  color: #da0476;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  letter-spacing: 0.05em;
  box-shadow: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  min-height: 28px;
}
#exhibitions #content .btn:hover {
  background: #fff;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#exhibitions #content .btn-outline-white {
  color: #fff !important;
  background: transparent;
  border: 1px solid #fff;
  margin-bottom: 4px;
}
#exhibitions #content .btn-outline-white:hover {
  color: #000 !important;
}
#exhibitions #content .btn-md {
  font-size: 20px;
  padding: 15px 28px 15px 28px;
}
#exhibitions #content .btn-link {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #007CB9;
  text-decoration: none;
}
#exhibitions #content .btn-link .glyphicon {
  font-size: 12px;
}
#exhibitions #content .btn-link:hover {
  color: #888;
  text-decoration: none;
}
#exhibitions #content input {
  outline: none;
  background-color: #fff;
  height: 25px;
  color: #000;
  font-size: 12px;
  margin-bottom: 10px;
}
#exhibitions #content form.form-inverse input {
  font-size: 16px;
}
#exhibitions #content form.form-inverse input[type="text"],
#exhibitions #content form.form-inverse input[type="password"],
#exhibitions #content form.form-inverse input[type="email"],
#exhibitions #content form.form-inverse input[type="search"] {
  border: 1px solid #fff;
  padding: 10px;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none !important;
  height: 47px;
  margin-right: 10px;
}
#exhibitions #content form.form-inverse .radio label,
#exhibitions #content form.form-inverse label.radio-inline,
#exhibitions #content form.form-inverse .checkbox label,
#exhibitions #content form.form-inverse label.checkbox-inline {
  vertical-align: baseline;
  color: #fff;
  font-size: 16px;
}
#exhibitions #content form.form-inverse .radio label.terms,
#exhibitions #content form.form-inverse label.radio-inline,
#exhibitions #content form.form-inverse .checkbox label.terms,
#exhibitions #content form.form-inverse label.checkbox-inline {
  color: #ccc;
}
#exhibitions #content .form-inline .form-group {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
#exhibitions #content .form-inline .btn-md {
  margin-top: 0;
}
#exhibitions #content input[type=checkbox],
#exhibitions #content input[type=radio] {
  margin: -2px 0 0 0;
  line-height: normal;
}
#exhibitions h2.subhead {
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  /*font-size: 26px;*/
  color: #333;
  text-align: center;
  padding: 15px;
  margin: 0 0 20px 0;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.3;
}
#exhibitions h3.subhead {
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 24px;
  padding: 0;
  margin: 0 0 15px 0;
}
#exhibitions .section-title {
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding: 15px;
  margin: 0 0 20px 0;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  font-size: 30px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#exhibitions .section-title a {
  color: #000;
  text-decoration: none;
}
#exhibitions .section-title a:hover {
  color: #735052;
  text-decoration: none;
}
#exhibitions p {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  padding-bottom: 16px;
}
#exhibitions p.section-intro {
  text-align: center;
  padding: 15px 0 25px 0;
}
#exhibitions p.lead {
  font-size: 18px;
}
#exhibitions p.small-caps {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif !important;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
#exhibitions p.meta,
#exhibitions span.meta {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.05em;
}
#exhibitions h1,
#exhibitions h2,
#exhibitions h3,
#exhibitions h4,
#exhibitions h5 {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
#exhibitions h1 {
  font-size: 110px;
}
#exhibitions h2 {
  font-size: 50px;
  margin: 0 0 40px 0;
}
#exhibitions .meta {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#exhibitions h4.meta {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
  font-style: normal;
  letter-spacing: 0.05em;
}
#exhibitions city-meta {
  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;
}
#exhibitions .artspace-section {
  padding-top: 40px;
  padding-bottom: 60px;
}
#exhibitions .section-inverse h2,
#exhibitions .section-inverse h3,
#exhibitions .section-inverse h4,
#exhibitions .section-inverse p,
#exhibitions .section-inverse ul li,
#exhibitions .section-inverse a {
  color: #fff;
}
#exhibitions .section-inverse a {
  text-decoration: underline;
}
#exhibitions .leaderboard-section {
  display: none;
  padding: 0;
}
#exhibitions .leaderboard {
  max-width: 750px;
  background: #ccc;
  margin: 30px auto;
}
#exhibitions .filter-section {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 400;
}
#exhibitions .filter-section .container {
  padding: 10px 0 0 0;
}
#exhibitions .filter-section .powered {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  color: #9a9a9a;
  font-weight: 500;
  font-size: 14px;
}
#exhibitions .filter-section .powered img {
  position: absolute;
  width: 190px;
  max-width: initial;
  left: 100px;
  top: -17px;
}
@media (max-width: 1205px) {
  #exhibitions .filter-section .powered {
    display: none;
  }
}
#exhibitions .filter-city-container {
  display: none;
}
#exhibitions .select-container {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
#exhibitions .select-container select {
  display: none;
}
#exhibitions .select-container .meta {
  color: #717172;
  margin: 0;
  verital-align: baseline;
}
#exhibitions .select-container .btn.multiselect.dropdown-toggle {
  margin-top: 0 !important;
  font-size: 16px !important;
}
#exhibitions .select-container .multiselect-container {
  text-align: left;
}
#exhibitions .select-city-container-mobile {
  display: block;
}
#exhibitions .select-city-container {
  display: none;
}
#exhibitions .filter-link {
  color: #585858;
  font-size: 17px;
  margin-right: 15px;
}
#exhibitions .filter-link.active,
#exhibitions .filter-link:hover {
  color: #da0476;
}
#exhibitions .btn-group {
  position: relative;
}
#exhibitions #content .multiselect[title="Other Cities"] {
  color: black !important;
}
#exhibitions #content .multiselect[title="Other Cities"] .caret {
  border-top-color: black;
}
#exhibitions #content .multiselect[title="Select neighborhood"].disabled {
  color: #585858 !important;
}
#exhibitions #content .multiselect[title="Select neighborhood"].disabled .caret {
  border-top-color: #585858;
}
#exhibitions #content .multiselect .caret {
  border-top: 4px solid #f10031;
  vertical-align: middle;
}
#exhibitions #content .multiselect-container label {
  height: 25px;
  display: block;
}
#exhibitions #content .multiselect-container input[type=radio],
#exhibitions #content .multiselect-container input[type=checkbox] {
  margin: -3px 0 0 -20px;
  position: absolute;
}
#exhibitions #content .multiselect-container li {
  margin: 0;
}
#exhibitions #content .multiselect-container li a {
  border-top: 2px solid white;
}
#exhibitions #content .multiselect-container li:first-child a {
  border-top: none;
}
#exhibitions .dropdown-menu > li > a:hover,
#exhibitions .dropdown-menu > .active > a,
#exhibitions .dropdown-menu > .active > a:hover,
#exhibitions .dropdown-menu > .active > a:focus {
  color: #fff;
  background: #7b7b7b;
}
#exhibitions .banner {
  text-align: center;
  padding: 0 15px;
}
#exhibitions .banner__link {
  display: block;
  padding: 0;
  background: none;
}
#exhibitions .banner img {
  height: auto;
}
#exhibitions .no-exhibitions-placeholder {
  text-align: center;
  color: #aaa;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 50px;
  padding-top: 80px;
}
#exhibitions .exhibition-section {
  padding: 20px 0 20px 0;
}
#exhibitions .exhibition-section__header {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 20px 0 40px 0 !important;
  background-color: #eeeeee;
}
#exhibitions .exhibition-section__empty {
  text-align: center;
  font-size: 20px;
  color: #585858;
}
#exhibitions .exhibition-section__more {
  outline: none;
  background: none;
  border: none;
  text-transform: inherit;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #da0476;
  text-transform: uppercase;
}
#exhibitions .exhibition-section .artists {
  min-height: 40px;
}
#exhibitions .exhibition-section .artists,
#exhibitions .exhibition-section .gallery,
#exhibitions .exhibition-section .title-of-work {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#exhibitions .glossary {
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #585858;
}
#exhibitions .glossary__item {
  outline: none;
  background: none;
  border: none;
  text-transform: inherit;
  font-size: 17px;
  padding: 0 9px;
  color: inherit;
}
#exhibitions .glossary__item.active,
#exhibitions .glossary__item:hover {
  color: #da0476;
}
#exhibitions .glossary__separator {
  display: none;
}
#exhibitions .glossary__all {
  padding-top: 7px;
}
#exhibitions .img-container {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 61.1%;
  display: none;
}
#exhibitions .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#exhibitions .show-block {
  margin-bottom: 30px;
}
#exhibitions .show-block h5.meta {
  color: #555;
}
#exhibitions .show-block p.small {
  color: #585858;
}
#exhibitions .show-block:last-child {
  margin-bottom: 0;
}
#exhibitions h3.artist,
#exhibitions h3.gallery {
  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;
}
#exhibitions .artist-link-container:not(:last-child) .artist-link:after {
  content: ', ';
}
#exhibitions .artist-link {
  color: #585858;
}
#exhibitions .artist-link:hover {
  color: black;
}
#exhibitions .new-to-artspace {
  text-align: center;
  background: #7b7b7b;
  padding: 25px 20px;
}
#exhibitions .new-to-artspace .section-title {
  color: #fff !important;
  margin: 0 0 10px 0;
  font-weight: 700;
  padding: 0;
  font-size: 26px;
}
#exhibitions .new-to-artspace p {
  color: #fff;
  text-align: center;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  padding-bottom: 5px;
}
#exhibitions .new-user-sign-up {
  display: block;
  margin: 0 auto 15px auto;
  text-align: center;
}
#exhibitions .new-user-sign-up .new-user-form {
  margin-bottom: 10px;
}
#exhibitions .new-user-sign-up .input-md {
  width: 100%;
}
#exhibitions .new-user-sign-up .input-md,
#exhibitions .new-user-sign-up .btn {
  margin: 0 0 10px 0 !important;
}
#exhibitions .new-user-sign-up .form-inverse {
  margin-bottom: 15px;
}
#exhibitions .pre-footer-section {
  background: #000;
  border-bottom: 1px solid #888 !important;
  margin-top: 80px;
}
#exhibitions .pre-footer-section .input-md {
  width: 98%;
  margin: 0 auto 10px auto !important;
  vertical-align: top;
}
#exhibitions .pre-footer-section .btn {
  margin-bottom: 20px !important;
}
#exhibitions .pre-footer-section {
  background: #7b7b7b;
  border-bottom: none !important;
  padding-bottom: 30px;
}
#exhibitions .pre-footer-section h2.section-title {
  color: #fff;
}
#exhibitions h2.show-title {
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  color: #000;
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
  letter-spacing: 0.065em;
  text-transform: none;
  font-size: 26px;
  line-height: 1.3;
}
#exhibitions .new-follow-button {
  color: #f10031;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 12px;
  line-height: 12px;
}
#exhibitions .new-follow-button:hover {
  color: #000;
}
#exhibitions .show-social {
  text-align: right;
}
#exhibitions .share-exh {
  display: inline-block;
}
#exhibitions .share-exh a {
  font-size: 16px;
  color: #585858;
  margin-right: 10px;
}
#exhibitions .share-exh a:hover {
  color: #000 !important;
}
#exhibitions #pr.modal .modal-body {
  padding: 20px 20px 10px 20px;
}
#exhibitions #map.modal .modal-dialog {
  width: 700px;
}
#exhibitions #map.modal .modal-header {
  text-align: left !important;
  margin-left: 30px;
}
#exhibitions #map.modal .modal-body {
  text-align: left !important;
  padding: 20px 30px 0 30px;
}
#exhibitions .description {
  padding-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
}
#exhibitions .description__info {
  width: 60%;
  float: left;
  padding-right: 30px;
}
#exhibitions .description__main {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-style: normal;
  color: #585858;
}
#exhibitions .description__main--bold {
  font-weight: 500;
}
#exhibitions .description__operation {
  line-height: 1.4em;
  margin: 10px 0 10px 0;
}
#exhibitions .description__artists {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
}
#exhibitions .description__more-artists {
  text-transform: none !important;
  letter-spacing: 0.7px;
  -webkit-font-smoothing: auto;
}
#exhibitions .description__more-artists:hover,
#exhibitions .description__more-artists:focus {
  color: #da0476;
}
#exhibitions .description__gallery {
  font-size: 24px;
  margin: 0 0 10px 0;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#exhibitions .description__address {
  margin-right: 20px;
}
#exhibitions .description__phone {
  display: block;
  color: #585858;
}
#exhibitions .description__phone:hover {
  color: #da0476;
}
#exhibitions .description__view-map {
  display: inline-block;
}
#exhibitions .description__comments {
  margin-top: 15px;
}
#exhibitions .description__image-container {
  width: 40%;
  float: left;
  text-align: right;
  display: none;
}
#exhibitions .description__image {
  display: inline-block;
  padding-bottom: 10px;
  max-height: 300px;
}
#exhibitions .show-work {
  text-align: center;
  margin-bottom: 30px;
}
#exhibitions .artwork-wrap {
  vertical-align: baseline;
}
#exhibitions .artwork-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#exhibitions .title-of-work {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 0 0 5px 0;
}
#exhibitions .owl-nav {
  display: none;
}
#exhibitions .owl-dots {
  text-align: center;
}
#exhibitions .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
#exhibitions .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  transition: opacity 200ms ease;
  -webkit-backface-visibility: visible;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#exhibitions .owl-dots .owl-dot.active span,
#exhibitions .owl-dots .owl-dot:hover span {
  background: #869791;
}
#exhibitions .owl-item img {
  height: 220px;
  object-fit: contain;
}
#exhibitions .owl-stage-outer {
  margin-bottom: 10px;
}
#exhibitions .owl-carousel .owl-controls .owl-dot {
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  #content.logged-out .filter-section {
    top: 145px;
  }
}
@media (min-width: 768px) {
  #content .artwork-wrap {
    height: 170px;
  }
  #content .artwork-wrap img {
    object-position: 0% 100%;
  }
}
@media (min-width: 992px) {
  #content .artwork-wrap {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  #content .artwork-wrap {
    height: 270px;
  }
}
@media (min-width: 768px) {
  #content .owl-item img {
    height: 280px;
  }
}
@media (min-width: 992px) {
  #content .owl-item img {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  #content .owl-item img {
    height: 380px;
  }
}
@media (min-width: 768px) {
  #content p {
    padding-bottom: 20px;
    font-size: 20px;
  }
  #content .section-title {
    font-size: 36px;
  }
  #content .new-to-artspace {
    padding: 25px 60px;
  }
  #content .new-user-sign-up p {
    text-align: left;
    font-size: 16px;
  }
  #content .new-user-sign-up,
  #content .new-user-sign-up .form-inverse {
    margin: 0;
  }
  #content .new-user-sign-up .form-inverse {
    float: left;
    width: 50%;
  }
  #content .new-user-sign-up .input-md {
    width: 31%;
  }
  #content .new-user-description {
    padding-right: 20px;
  }
  #content .new-user-description h2.section-title {
    text-align: left;
  }
  #content .show-block:last-child {
    margin-bottom: 30px;
  }
  #content .separated .exhibition-section .container .view-more-container {
    padding-bottom: 40px;
  }
  #content .pre-footer-section .input-md {
    width: 330px;
  }
  #content .filter-section .col-sm-12 {
    padding: 0;
  }
  #content .filter-section .container {
    padding: 30px 15px 20px;
  }
}
@media (min-width: 768px) {
  #content .leaderboard-section {
    display: block;
  }
  #content .leaderboard {
    max-width: 970px;
  }
  #content .select-container,
  #content .filter-city-container {
    display: inline-block;
  }
  #content .select-city-container-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  #content .glossary__options,
  #content .glossary__separator {
    display: inline-block;
    padding-top: 0;
  }
}
@media (min-width: 660px) and (max-width: 768px) {
  #content .col-sm-4 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1280px) {
  #content .new-user-sign-up p {
    font-size: 20px;
  }
}
