@font-face {
    font-family: 'Apercu-Regular';
    src: url("../fonts/apercu-regular-webfont.eot");
    src: url("../fonts/apercu-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu-regular-webfont.woff") format("woff"), url("../fonts/apercu-regular-webfont.ttf") format("truetype");
    font-style: normal;
  }

  @font-face {
    font-family: 'Apercu-Light';
    src: url("../fonts/apercu-light-webfont.eot");
    src: url("../fonts/apercu-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu-light-webfont.woff") format("woff"), url("../fonts/apercu-light-webfont.ttf") format("truetype");
    font-style: normal;
  }

  body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Apercu-Regular', sans-serif;
    font-size: 1.2rem;
    color: #000;
    overflow-x: hidden;
  }

  body.navActive {
    overflow: hidden;
  }

  @media screen and (max-width: 1366px) {
    body {
      font-size: 1rem;
    }
  }

  body a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
  }

  body a:hover {
    color: #000;
    text-decoration: underline;
  }

  body a.active {
    text-decoration: underline !important;
  }

  body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
  }

  body img {
    width: 100%;
    display: block;
    height: auto;
    border-style: none;
  }

  .color-white {
    color: #fff;
  }

  figure {
    margin: 0 !important;
  }

  .button {
    display: inline-block;
    position: relative;
    padding: 8px 24px;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 1rem;
    text-transform: uppercase;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #fff;
    outline: none;
  }

  @media screen and (max-width: 1366px) {
    .button {
      font-size: .8rem;
      padding: 6px 20px;
    }
  }

  .button:before {
    content: none;
  }

  .button:hover {
    text-decoration: none;
    outline: none;
  }

  .button.button-white {
    border: 1px solid #fff;
    color: #fff;
    background: transparent !important;
  }

  .button-text, a {
    padding: 0;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    position: relative;
    text-decoration: none;
  }

  .button-text:hover, a:hover {
    text-decoration: underline;
  }

  .button-text.active, a.active {
    text-decoration: underline;
  }

  .button-dropdown {
      position: relative;
  }

  .button-dropdown:hover {
      text-decoration: none;
  }

  .button-dropdown .dropdown-content {
      display: none;
      position: absolute;
      margin: 0;
      padding: 0;
      background: #fff;
      border: 1px solid #000;
      z-index: 999;
  }

  .button-dropdown .dropdown-content li {
      list-style: none;
      display: block;
  }
  .button-dropdown .dropdown-content li a {
      list-style: none;
      display: block;
      padding: 6px 8px;
  }
  .button-dropdown .dropdown-content li a:hover {
      background: #000;
      color: #fff;
      text-decoration: none;
  }


  .button-dropdown:hover .dropdown-content {
      display: block;
  }

  .toggle {
    width: 24px;
    height: 24px;
    background: transparent;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    cursor: pointer;
  }

  .toggle div {
    width: 24px;
    height: 2px;
    background: #000;
    position: relative;
  }

  .toggle div:before, .toggle div:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 24px;
    height: 2px;
    background: #000;
  }

  .toggle div:before {
    top: -8px;
  }

  .toggle div:after {
    bottom: -8px;
  }

  .toggle.toggle-close div {
    background: transparent;
  }

  .toggle.toggle-close div:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }

  .toggle.toggle-close div:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }

  .art-navigation__wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 990;
  }

  .art-navigation__wrap .art-navigation__inner {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100px;
    height: 100%;
    background: #fff;
    padding-top: 36px;
  }

  @media screen and (max-width: 767px) {
    .art-navigation__wrap {
      position: fixed;
      top: 0;
      bottom: inherit;
      width: 100%;
      display: block;
    }
    .art-navigation__wrap .art-navigation__inner {
      /* -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      justify-content: space-between; */
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -ms-flex-align: center;
      -webkit-box-align: center;
              align-items: center;
      width: 100%;
      height: 70px;
      padding: 0px 24px;
      background: transparent;
    }
  }

  .artsociate-logo-nav {
    -webkit-transform: rotate(-90deg) translateX(-140px);
            transform: rotate(-90deg) translateX(-140px);
    width: 186px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }

  @media screen and (max-width: 1366px) {
    .artsociate-logo-nav {
      -webkit-transform: rotate(-90deg) translateX(-120px);
              transform: rotate(-90deg) translateX(-120px);
    }
  }

  @media screen and (max-width: 767px) {
    .artsociate-logo-nav {
      -webkit-transform: rotate(0deg) translateX(0px);
              transform: rotate(0deg) translateX(0px);
      margin-left: 24px;
    }
  }

  .artsociate-tagline {
    position: absolute;
    bottom: 168px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 248px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }

  @media screen and (max-width: 1366px) {
    .artsociate-tagline {
      bottom: 130px;
      width: 200px;
    }
  }

  @media screen and (max-width: 767px) {
    .artsociate-tagline {
      display: none;
    }
  }

  .art-navigation__menu {
    display: block;
    position: fixed;
    top: 0;
    left: -40%;
    bottom: 0;
    z-index: 999;
    width: 40%;
    -webkit-transition: all 0.4s cubic-bezier(0.5, 0, 0, 1), opacity 0.15s ease-out;
    transition: all 0.4s cubic-bezier(0.5, 0, 0, 1), opacity 0.15s ease-out;
    pointer-events: none;
  }

  @media screen and (max-width: 1366px) {
    .art-navigation__menu {
      width: 40%;
      left: -40%;
    }
  }

  @media screen and (max-width: 991px) {
    .art-navigation__menu {
      width: 50%;
      left: -50%;
    }
  }

  @media screen and (max-width: 767px) {
    .art-navigation__menu {
      width: 100%;
      left: -100%;
    }
  }

  .art-navigation__menu.active {
    left: 0;
    pointer-events: auto;
  }

  .art-navigation__menu .art-navigation__menu-inner {
    width: 100%;
    height: 100%;
    padding: 36px;
    padding-top: 36px;
    padding-left: 100px;
    background: #F2F2F3;
    overflow-y: auto;
    position: relative;
  }

  @media screen and (max-width: 1366px) {
    .art-navigation__menu .art-navigation__menu-inner {
      padding-right: 42px !important;
    }
  }

  .art-navigation__menu .art-navigation__menu-inner .toggle {
    position: absolute;
    top: 38px;
    left: 38px;
  }

  @media screen and (max-width: 767px) {
    .art-navigation__menu .art-navigation__menu-inner {
      padding: 24px !important;
      padding-left: 72px !important;
    }
    .art-navigation__menu .art-navigation__menu-inner .toggle {
      left: 24px;
      top: 26px;
    }
  }

  .menu-list__group .menu-list {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 48px;
  }

  .menu-list__group .menu-list li, .menu-list__group .menu-list .menu-list__block {
    display: block;
    list-style: none;
  }

  .menu-list__group .menu-list li.menu-list__title, .menu-list__group .menu-list .menu-list__block.menu-list__title {
    font-size: .8rem;
    display: block;
    margin-bottom: 10px;
  }

  .menu-list__group .menu-list li .menu-list__item, .menu-list__group .menu-list .menu-list__block .menu-list__item {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  @media screen and (max-width: 1366px) {
    .menu-list__group .menu-list li .menu-list__item, .menu-list__group .menu-list .menu-list__block .menu-list__item {
      font-size: 1.4rem;
    }
  }

  .menu-list__group .menu-list li .menu-list__item:hover, .menu-list__group .menu-list .menu-list__block .menu-list__item:hover {
    color: #000;
    text-decoration: underline;
  }

  .menu-list__group .menu-list li .menu-list__item.menu-list_group-link, .menu-list__group .menu-list .menu-list__block .menu-list__item.menu-list_group-link {
    font-size: 0.8rem !important;
    margin-top: 10px;
  }

  .menu-list__group .menu-list li .menu-list__item-2, .menu-list__group .menu-list .menu-list__block .menu-list__item-2 {
    font-size: 1rem;
    display: block;
    margin-bottom: 36px;
  }

  .menu-list__group .menu-list.menu-list-column {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 48px;
            column-gap: 48px;
  }

  .menu-list__group .menu-list.menu-list-column li {
    display: inline-block;
  }

  .menu-list__group .menu-list.menu-list-column.menu-list-column_2 {
    -webkit-column-count: 2;
            column-count: 2;
  }

  .menu-list__group.menu-list__group-horizontal .menu-list {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }

  .art-content__wrap {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding-left: 100px;
  }

  @media screen and (max-width: 991px) {
    .art-content__wrap {
      padding-left: 0px;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
    }
  }

  @media screen and (max-width: 767px) {
    .art-content__wrap {
      padding-top: 80px;
    }
  }

  .art-content__wrap .art-content__featured-post {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(45% - 45px);
    position: fixed;
    left: 100px;
    top: 0;
    bottom: 0;
  }

  .art-content__wrap .art-content__featured-post .art-content__featured-post-inner {
    display: block;
    position: relative;
    padding: 36px 24px;
    height: 100vh;
  }

  .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body {
    height: 100vh;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .featured-images {
    display: block;
    width: 100%;
    -ms-flex-positive: 6;
    -webkit-box-flex: 6;
            flex-grow: 6;
    position: relative;
  }

  .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .featured-images .featured-images__inner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-size: contain !important;
  }

  .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .featured-images.featured-images-fix-height {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    height: 60%;
  }

  .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .featured-images.featured-images-grow-0 {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .title-content {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .title-content .title-content-inner {
    padding: 24px;
    padding-top: 36px;
    text-align: center;
    position: relative;
  }

  @media screen and (max-width: 1366px) {
    .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .title-content .title-content-inner {
      padding-top: 18px;
    }
  }

  .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .title-content .title-content-inner .title-content-inner__head {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 8px;
    position: relative;
  }

  @media screen and (max-width: 1366px) {
    .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .title-content .title-content-inner .title-content-inner__head {
      font-size: 1rem;
    }
  }

  .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .title-content .title-content-inner .title-content-inner__body {
    display: block;
    margin-bottom: 8px;
  }

  .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .title-content .title-content-inner .featured-title {
    font-size: 2.6rem;
    line-height: 1.2;
    display: block;
    margin-bottom: 6px;
  }

  @media screen and (max-width: 1366px) {
    .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .title-content .title-content-inner .featured-title {
      font-size: 1.8rem;
    }
  }

  @media screen and (max-width: 991px) {
    .art-content__wrap .art-content__featured-post {
      position: relative;
      width: 100%;
      left: 0;
    }
    .art-content__wrap .art-content__featured-post .art-content__featured-post-inner {
      padding: 24px;
      padding-top: 36px !important;
      padding-left: 124px !important;
      height: auto;
    }
    .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body {
      height: auto !important;
    }
    .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .featured-images {
      -ms-flex-positive: 0;
      -webkit-box-flex: 0;
              flex-grow: 0;
    }
    .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .featured-images .featured-images__inner {
      position: relative;
      height: 360px;
    }
    .art-content__wrap .art-content__featured-post .art-content__featured-post-inner .art-content__featured-post-body .title-content {
      -ms-flex-positive: 0;
      -webkit-box-flex: 0;
              flex-grow: 0;
    }
  }

  @media screen and (max-width: 767px) {
    .art-content__wrap .art-content__featured-post .art-content__featured-post-inner {
      padding-left: 24px !important;
    }
  }

  .art-content__wrap .art-content__post {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 55%;
    margin-left: 45%;
  }

  .art-content__wrap .art-content__post .art-content__post-inner {
    display: block;
    position: relative;
    padding: 36px 24px;
  }

  .art-content__wrap .art-content__post .art-content__post-inner .art-content__post-header {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-bottom: 48px;
    position: relative;
  }



  .art-content__wrap .art-content__post .art-content__post-inner .art-content__post-header button, .art-content__wrap .art-content__post .art-content__post-inner .art-content__post-header a, .art-content__wrap .art-content__post .art-content__post-inner .art-content__post-header .button-text {
    font-size: 1rem;
    margin-right: 24px;
    cursor: pointer;
    position: relative;
  }

  .art-content__wrap .art-content__post .art-content__post-inner .art-content__post-header button:last-child, .art-content__wrap .art-content__post .art-content__post-inner .art-content__post-header a:last-child {
    margin-right: 0px;
  }

  @media screen and (max-width: 767px) {
    .art-content__wrap .art-content__post .art-content__post-inner .art-content__post-body .card-columns {
      -webkit-column-count: 1 !important;
      column-count: 1 !important;
    }
    .art-content__wrap .art-content__post .art-content__post-inner .art-content__post-header {
      display: block!important;
    }
    .art-content__wrap .art-content__post .art-content__post-inner .art-content__post-header .button-text {
        margin-bottom: 12px!important;
        display: inline-block;
    }
    .art-content__wrap .art-content__post .art-content__post-inner .art-content__post-header button {
        margin-bottom: 12px!important;
        display: inline-block;
    }
    .art-content__wrap .art-content__post .art-content__post-inner .art-content__post-header a {
        margin-bottom: 12px!important;
        display: inline-block;
    }
  }

  .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-header {
    margin-bottom: 24px;
  }


  .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-body {
    padding-right: 24%;
  }

  .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-body .post_detail-title {
    display: block;
    margin-bottom: 36px;
  }

  .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-body .menu-list__group .menu-list {
    margin-bottom: 24px;
  }

  .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-body .menu-list__group .menu-list li {
    font-size: 1.2rem;
  }

  @media screen and (max-width: 1366px) {
    .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-body .menu-list__group .menu-list li {
      font-size: 1.15rem;
    }
  }

  .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-body .menu-list__group .menu-list li .menu-list__item {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  @media screen and (max-width: 1366px) {
    .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-body .menu-list__group .menu-list li .menu-list__item {
      font-size: 1.15rem;
    }
  }

  .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-body .post_paragraph {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-body .post_paragraph p {
    font-family: 'Apercu-Light', sans-serif;
    text-align: justify;
  }

  .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-body .post_paragraph a {
    text-decoration: underline;
  }

  @media screen and (max-width: 1366px) {
    .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-body {
      padding-right: 10%;
    }
  }

  @media screen and (max-width: 991px) {
    .art-content__wrap .art-content__post.art-content__post-detail .art-content__post-inner .art-content__post-body {
      padding-right: 0 !important;
    }
  }

  @media screen and (max-width: 991px) {
    .art-content__wrap .art-content__post {
      width: 100%;
      margin-left: 0;
    }
    .art-content__wrap .art-content__post .art-content__post-inner {
      padding-right: 24px;
      padding-left: 124px !important;
      padding-bottom: 0;
    }
  }

  @media screen and (max-width: 767px) {
    .art-content__wrap .art-content__post .art-content__post-inner {
      padding-left: 24px !important;
      padding-right: 24px;
    }
  }

  .art-content__wrap .art-content__photo-gallery {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 55%;
  }

  .art-content__wrap .art-content__photo-gallery .art-content__photo-gallery-inner {
    display: block;
    position: relative;
    padding: 36px 24px;
  }

  .art-content__wrap .art-content__photo-gallery .art-content__photo-gallery-inner .art-content__photo-gallery-header {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 48px;
    position: relative;
  }

  .art-content__wrap .art-content__photo-gallery .art-content__photo-gallery-inner .art-content__photo-gallery-header button {
    font-size: 1rem;
    margin-right: 24px;
    cursor: pointer;
    position: relative;
  }

  @media screen and (max-width: 991px) {
    .art-content__wrap .art-content__photo-gallery {
      width: 100%;
    }
    .art-content__wrap .art-content__photo-gallery .art-content__photo-gallery-inner {
      padding: 24px;
      padding-left: 124px;
    }
  }

  @media screen and (max-width: 991px) {
    .art-content__wrap .art-content__photo-gallery .art-content__photo-gallery-inner {
      padding: 24px;
      padding-left: 24px;
    }
  }

  .art-content__wrap.art-content__wrap-flip .art-content__post {
    margin-left: 0;
    width: 45%;
  }

  @media screen and (max-width: 991px) {
    .art-content__wrap.art-content__wrap-flip .art-content__post {
      width: 100%;
      margin-left: 0;
    }
  }

  .card-columns {
    -webkit-column-count: 2 !important;
    column-count: 2 !important;
    -webkit-column-gap: 48px;
    column-gap: 48px;
  }

  .card {
    border: none;
    margin-bottom: 56px;
    background: transparent;
    border-radius: 0;
  }

  .card:nth-last-child(1) {
    display: block;
  }

  .card figure {
    margin-bottom: 12px;
  }

  .card img {
    margin-bottom: 24px;
  }

  @media screen and (max-width: 1366px) {
    .card img {
      margin-bottom: 12px;
    }
  }

  .card .card-body {
    padding: 0;
    border: none;
    text-align: center;
  }

  .card .card-body .card-body-head {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 2px;
  }

  .card .card-body .card-body-head .article-date {
    margin-left: 12px;
  }

  @media screen and (max-width: 1366px) {
    .card .card-body .card-body-head {
      font-size: 1rem;
    }
  }

  .card .card-body .card-body-title {
    display: block;
    margin-bottom: 8px;
  }

  .card .card-body .card-body-title p {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0px;
  }

  @media screen and (max-width: 1366px) {
    .card .card-body .card-body-title p {
      font-size: 1.4rem;
    }
  }

  .art-content__wrap-2 {
    display: block;
    width: 100%;
    padding-left: 120px;
    position: relative;
  }

  .art-content__wrap-2 .art-content__wrap-2-inner {
    display: block;
    padding-top: 36px;
  }

  .exhibition-date-title {
    margin-top: 6px;
    margin-bottom: 0px;
    display: block;
    font-size: 1.6rem;
  }

  @media screen and (max-width: 1366px) {
    .exhibition-date-title {
      font-size: 1.2rem;
    }
  }

  .vertical {
    padding-left: 15%;
    padding-right: 15%;
  }

  .horizontal {
    padding-left: 0;
    padding-right: 0;
  }

  .total-number:after {
    content: attr(data-total-number);
    position: relative;
    display: inline-block;
    margin-left: 4px;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    font-size: .8rem;
  }

  .file-type:after {
    content: attr(data-file-type);
    position: relative;
    display: inline-block;
    margin-left: 4px;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    font-size: .8rem;
  }

  .photo-slider__nav {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 24px;
  }

  .photo-slider__nav .photo-slider__nav-prev, .photo-slider__nav .photo-slider__nav-next {
    width: 24px;
    height: 24px;
    background: #fff;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
  }

  .photo-slider__nav .photo-slider__nav-prev img, .photo-slider__nav .photo-slider__nav-next img {
    width: 12px;
  }

  .photo-slider__nav .photo-slider__nav-next {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .photo-slider__nav .photo-slider__nav-next img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .photo-slider .photo-slider__item {
    outline: none !important;
  }

  .photo-slider .photo-slider__item .photo-caption {
    padding: 12px 24px;
    text-align: center;
    font-family: 'Apercu-Regular', sans-serif;
    font-size: .8rem;
  }

  .photo-slider .photo-slider__item .vertical {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .photo-slider .photo-slider__item .photos__item {
    display: block;
    width: 100%;
    height: 76vh;
    background: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
  }

  @media screen and (max-width: 991px) {
    .photo-slider .photo-slider__item .photos__item {
      height: 360px;
    }
  }

  #closeArtistToggle {
    display: none;
  }

  .grid-masonry .grid-card, .grid-masonry .grid-sizer {
    width: 47%;
    margin-bottom: 64px !important;
    height: auto;
  }

  .grid-masonry .gutter-sizer {
    width: 6%;
  }

  @media screen and (max-width: 767px) {
    .grid-masonry .grid-card, .grid-masonry .grid-sizer {
      width: 100%;
    }
    .grid-masonry .gutter-sizer {
      width: 0%;
    }
  }

  .menu-list__block.grid-card {
    margin-bottom: 0px !important;
  }

  .splash-wrap {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom !important;
    background-color: #000;
    -webkit-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
  }

  .splash-wrap .splash-wrap__inner {
    padding: 0px 28px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .splash-wrap .splash-wrap__inner .splash-text {
    max-width: 980px;
  }

  .search-button{
      position: fixed;
      top: 32px;
      right: 24px;
      width: 24px;
      height: 24px;
      background: transparent;
      cursor: pointer;
      z-index: 991;
      transition: all .2s ease-in-out;
  }
  .search-button:hover{
      opacity: .5;
  }
  .search-button img {
      width: 100%;
  }
  .search-section{
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 999;
      display: none;
      overflow-y: auto;
  }
  .search-section.opened {
      display: block;
  }
  .search-section .search-section__inner {
      display: block;
      width: 100%;
      padding: 32px;
  }
  .search-section .search-section__inner .input-search__group {
      max-width: 72%;
      margin: 0 auto;
  }
  .search-section .search-section__inner .input-search__group .input-search__wrap {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #000;
      margin-bottom: 12px;
  }
  .search-section .search-section__inner .input-search__group .search-text-info {
      font-size: 14px;
  }
  .input-search {
      width: 100%;
      font-size: 3rem;
      border: 0px;
      box-shadow: 0px;
      padding: 0px;
  }
  .input-search:focus {
      outline: none;
  }
  .input-search::placeholder {
      color: #000;
  }
  @media screen and (max-width: 767px){
      .search-button{
          top: 24px;
      }
      .search-section .search-section__inner {
          padding: 32px 24px;
      }
      .search-section .search-section__inner .input-search__group {
          padding-top: 40px;
          max-width: 100%;
      }
  }
  .search-section__body {
      display: block;
      padding-top: 32px;
      width: 100%;
      max-width: 72%;
      margin: 24px auto;
  /*# sourceMappingURL=styles.css.map */
  }

  .lds-spinner {
    color: red;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-bottom: 20px;
}
  .spinner-search {
    color: red;
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-bottom: 20px;
}
.lds-spinner div,
.spinner-search div {
    transform-origin: 22px 22px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after,
.spinner-search div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 20px;
    width: 3px;
    height: 8px;
    border-radius: 20%;
    background: black;
}
.lds-spinner div:nth-child(1),
.spinner-search div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2),
.spinner-search div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3),
.spinner-search div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4),
.spinner-search div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5),
.spinner-search div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6),
.spinner-search div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7),
.spinner-search div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8),
.spinner-search div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9),
.spinner-search div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10),
.spinner-search div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11),
.spinner-search div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12),
.spinner-search div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes spinner-search {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
