html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.otf") format("opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Variables */
/* Global styles, layout releated */
html {
  height: 100%;
  box-sizing: border-box; }

* {
  box-sizing: inherit; }
  *:before {
    box-sizing: inherit; }
  *:after {
    box-sizing: inherit; }

body {
  height: 100%;
  font-family: "Lato-Regular", sans-serif;
  font-weight: normal;
  background: #000000;
  color: #ffffff; }

/* Global styles */
.cfx:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  clear: both; }

/* Preloader */
.page-preloader {
  display: block;
  background: black;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000; }
  .page-preloader .spinner {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    animation: sk-rotate 2s infinite linear; }
    .page-preloader .spinner .dot1, .page-preloader .spinner .dot2 {
      width: 20%;
      height: 20%;
      display: inline-block;
      position: absolute;
      top: 0;
      background-color: transparent;
      border-radius: 100%;
      border: 2px solid white;
      animation: sk-bounce 2s infinite ease-in-out; }
    .page-preloader .spinner .dot1 {
      left: 40px;
      margin-left: -10px; }
    .page-preloader .spinner .dot2 {
      top: auto;
      bottom: 0;
      left: 40px;
      -webkit-animation-delay: -1s;
      animation-delay: -1s; }

@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: translateX(-40px) translateY(-40px); }
  50% {
    transform: translateX(40px) translateY(40px); } }
.moon-navigation {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 0;
  overflow: visible;
  transition: opacity 0.2s;
  transition-delay: 0s; }
  .moon-navigation.fullscreen-mode {
    opacity: 0;
    pointer-events: none; }
  .moon-navigation .mn-logo {
    display: block;
    position: absolute;
    width: 161px;
    height: 60px;
    top: 50px;
    left: 62px;
    background: url(../img/logotype.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer; }
  .moon-navigation .mn-links {
    display: block;
    position: absolute;
    top: 72px;
    right: 62px; }
    .moon-navigation .mn-links .mn-links_link {
      display: inline-block;
      position: relative;
      color: rgba(255, 255, 255, 0.75);
      border-bottom: 1px solid transparent;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 0.7px;
      font-family: "Montserrat-Regular", sans-serif;
      font-weight: normal;
      margin-left: 40px;
      padding-bottom: 3px;
      transition: all 0.25s;
      transition-delay: 0s; }
      .moon-navigation .mn-links .mn-links_link:hover, .moon-navigation .mn-links .mn-links_link.active {
        color: white;
        border-bottom: 1px solid #fff; }

/* Home page styles */
.moon-home {
  display: block;
  position: relative;
  height: 100%;
  overflow: auto; }
  .moon-home .moon-home-vertical-nav {
    display: block;
    position: fixed;
    z-index: 1000; }
    .moon-home .moon-home-vertical-nav.inactive {
      display: none; }
    .moon-home .moon-home-vertical-nav .mhvn_arrow {
      display: block;
      position: fixed;
      left: 50%;
      transform: translate(-50%, 0);
      width: 60px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 22px auto;
      opacity: 0;
      cursor: pointer;
      transition: opacity 0.25s;
      transition-delay: 0s; }
      .moon-home .moon-home-vertical-nav .mhvn_arrow.active {
        opacity: 0.75; }
        .moon-home .moon-home-vertical-nav .mhvn_arrow.active:hover {
          opacity: 1; }
      .moon-home .moon-home-vertical-nav .mhvn_arrow.mhvna-top {
        top: 10px;
        background-image: url(../img/arrow-up.png); }
      .moon-home .moon-home-vertical-nav .mhvn_arrow.mhvna-bot {
        bottom: 10px;
        background-image: url(../img/arrow-down.png); }
      .moon-home .moon-home-vertical-nav .mhvn_arrow .mh_arrow_text {
        position: absolute;
        top: -30px;
        text-align: center;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 12px; }
        .moon-home .moon-home-vertical-nav .mhvn_arrow .mh_arrow_text.js-inactive {
          display: none !important; }
  .moon-home .moon-home_intro {
    display: block;
    position: relative;
    background: #000;
    height: 100%;
    z-index: 100;
    overflow: hidden; }
    .moon-home .moon-home_intro .mh-intro-item-id {
      display: block;
      position: relative;
      width: 100%;
      height: 1px;
      margin-top: 100px;
      z-index: 120; }
    .moon-home .moon-home_intro .mh-intro-text {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 90%;
      max-width: 600px;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      opacity: 0;
      transition: opacity 0.2s;
      transition-delay: 0s;
      z-index: 150;
      font-family: "Montserrat-Regular", sans-serif;
      font-weight: normal;
      font-size: 20px;
      line-height: 22px;
      letter-spacing: 1.6px;
      text-transform: uppercase; }
      .moon-home .moon-home_intro .mh-intro-text a {
        color: rgba(255, 255, 255, 0.75);
        display: inline-block;
        border-bottom: 1px solid #fff;
        transition: color 0.3s;
        transition-delay: 0s;
        text-decoration: none; }
        .moon-home .moon-home_intro .mh-intro-text a:hover {
          color: white; }
    .moon-home .moon-home_intro.active .mh-intro-text {
      opacity: 1; }
    .moon-home .moon-home_intro .mh-intro-slider {
      display: block;
      position: absolute;
      z-index: 140;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .moon-home .moon-home_intro .mh-intro-slider .mh-intro-slider_slide .mh-intro-slider_slide_img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
  .moon-home .mhan-external-wrapper {
    display: block;
    position: fixed;
    bottom: 50px;
    top: 50px;
    overflow: hidden;
    left: 50%;
    width: 320px;
    transform: translate(-50%, 0);
    z-index: 300; }
  .moon-home .moon-home_artist-names {
    display: block;
    position: absolute;
    z-index: 300;
    top: 80%;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 0);
    transition: top 0.2s, transform 0.2s, opacity 0.2s;
    transition-delay: 0s; }
    .moon-home .moon-home_artist-names.active {
      top: calc(50% + 55px); }
    .moon-home .moon-home_artist-names.inactive {
      transform: translate(-50%, 30%) !important;
      opacity: 0; }
    .moon-home .moon-home_artist-names .mh-an-wrapper {
      transform: translate(0, -20px); }
    .moon-home .moon-home_artist-names .mh-an-item {
      padding: 25px 0;
      display: block; }
      .moon-home .moon-home_artist-names .mh-an-item .mh-an-item-text {
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
        font-family: "Montserrat-Regular", sans-serif;
        color: #fff;
        text-transform: uppercase;
        white-space: nowrap;
        text-decoration: none;
        transition: transform 0.2s;
        transition-delay: 0s;
        cursor: pointer;
        text-align: center; }
      .moon-home .moon-home_artist-names .mh-an-item:hover .mh-an-item-text {
        transform: scale(1.7); }
      .moon-home .moon-home_artist-names .mh-an-item.active .mh-an-item-text {
        transform: scale(1.7); }
    .moon-home .moon-home_artist-names:hover .mh-an-item.active .mh-an-item-text {
      transform: scale(1); }
    .moon-home .moon-home_artist-names:hover .mh-an-item.active:hover .mh-an-item-text {
      transform: scale(1.7); }
  .moon-home .moon-home_artist-works {
    display: block;
    position: relative;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0; }
    .moon-home .moon-home_artist-works .mh-aw-wrapper {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
    .moon-home .moon-home_artist-works .mh-aw-item {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .moon-home .moon-home_artist-works .mh-aw-item .mh-aw-item-id {
        display: block;
        position: relative;
        width: 100%;
        height: 1px;
        margin-top: 100px;
        z-index: 120; }
      .moon-home .moon-home_artist-works .mh-aw-item .mh-aw-item-img {
        display: block;
        position: absolute;
        z-index: 150;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }

.moon-home--underworld {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .moon-home--underworld .mh_works-visual {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 110; }
    .moon-home--underworld .mh_works-visual .swiper-slide .swiper-slide_img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .moon-home--underworld .mh_works-visual .swiper-slide .swiper-slide_img.photo-contain {
        background-size: contain; }
    .moon-home--underworld .mh_works-visual .mh_works-visual-over {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 120; }
      .moon-home--underworld .mh_works-visual .mh_works-visual-over .mh_vvo-item {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity 0.5s;
        transition-delay: 0s;
        opacity: 0;
        background: #000; }
        .moon-home--underworld .mh_works-visual .mh_works-visual-over .mh_vvo-item.active {
          opacity: 1; }
        .moon-home--underworld .mh_works-visual .mh_works-visual-over .mh_vvo-item .mh_vvo-item_img {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
          .moon-home--underworld .mh_works-visual .mh_works-visual-over .mh_vvo-item .mh_vvo-item_img.photo-contain {
            background-size: contain; }

.moon-artist {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: -10; }
  .moon-artist.active {
    z-index: 1500; }
  .moon-artist .moon-artist_list {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .moon-artist .moon-artist_list .moon-artist_list_item {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: 310; }
      .moon-artist .moon-artist_list .moon-artist_list_item.active {
        z-index: 320;
        opacity: 1; }
      .moon-artist .moon-artist_list .moon-artist_list_item .mali-title {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 72px;
        left: 50%;
        transform: translate(-50%, 0) scale(1.7);
        z-index: 350;
        transition: opacity 0.2s;
        transition-delay: 0s; }
        .moon-artist .moon-artist_list .moon-artist_list_item .mali-title .mali-title-text {
          display: inline-block;
          font-size: 12px;
          font-family: "Montserrat-Regular", sans-serif;
          line-height: 18px;
          color: rgba(255, 255, 255, 0.75);
          text-transform: uppercase; }
        .moon-artist .moon-artist_list .moon-artist_list_item .mali-title .mali-close {
          display: inline-block;
          width: 8px;
          height: 8px;
          background: url(../img/close.png) center center no-repeat;
          background-size: contain;
          transition: opacity 0.2s;
          transition-delay: 0s;
          margin-left: 10px;
          cursor: pointer; }
          .moon-artist .moon-artist_list .moon-artist_list_item .mali-title .mali-close:hover {
            opacity: 0.5; }
      .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider {
        display: block;
        position: relative;
        width: 100%;
        height: 100%; }
        .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .mali-arrow {
          display: block;
          position: absolute;
          top: 0;
          width: 70px;
          height: 100%;
          background-position: center center;
          background-size: 11px auto;
          background-repeat: no-repeat;
          z-index: 100;
          opacity: 0.5;
          transition: opacity 0.2s;
          transition-delay: 0s;
          cursor: pointer; }
          .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .mali-arrow:hover {
            opacity: 1; }
          .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .mali-arrow.mali-prev {
            background-image: url(../img/arrow-left.png);
            left: 0; }
          .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .mali-arrow.mali-next {
            background-image: url(../img/arrow-right.png);
            right: 0; }
          .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .mali-arrow.swiper-button-disabled {
            display: none; }
        .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container {
          display: flex;
          position: relative;
          width: 100%;
          height: 100%;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: space-between; }
          .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-info {
            display: block;
            position: relative;
            width: 18%;
            height: auto;
            transition: opacity 0.2s;
            transition-delay: 0s; }
            .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-info.sfc-info--left {
              padding: 0 40px 0 62px; }
            .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-info.sfc-info--right {
              padding: 0 62px 0 40px; }
            .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-info .sfc-info-container {
              font-family: "Montserrat-Regular", sans-serif;
              color: #fff;
              font-size: 11px;
              line-height: 18px;
              font-weight: normal;
              text-transform: uppercase; }
              @media screen and (max-width: 1400px) {
                .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-info .sfc-info-container {
                  font-size: 9px;
                  line-height: 14px; } }
              @media screen and (max-width: 1200px) {
                .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-info .sfc-info-container {
                  font-size: 8px;
                  line-height: 12px; } }
            .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-info .sfc-info-link {
              display: block;
              position: relative;
              margin-top: 30px; }
              .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-info .sfc-info-link .sfc-info-link-label {
                display: block;
                position: relative;
                font-family: "Montserrat-Regular", sans-serif;
                font-size: 11px;
                line-height: 14px;
                color: gray;
                letter-spacing: -0.3px;
                text-transform: none;
                margin-bottom: 2px; }
              .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-info .sfc-info-link .sfc-info-link-value {
                display: block;
                position: relative;
                font-family: "Montserrat-Regular", sans-serif;
                font-size: 10px;
                line-height: 12px;
                color: #fff;
                letter-spacing: -0.3px;
                text-decoration: none;
                margin-bottom: 2px;
                text-transform: lowercase;
                opacity: 0.75;
                transition: opacity 0.25s;
                transition-delay: 0s; }
                .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-info .sfc-info-link .sfc-info-link-value:hover {
                  opacity: 1; }
          .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image {
            display: flex;
            position: relative;
            height: 100%;
            max-width: calc(64% - 40px);
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_img {
              display: flex;
              justify-content: center;
              align-items: center;
              position: relative;
              width: auto;
              height: calc(100% - 250px);
              background-position: center bottom;
              background-size: contain;
              background-repeat: no-repeat;
              transition: all 0.3s;
              transition-delay: 0s;
              max-width: 100%;
              padding-top: 50px;
              margin-top: 20px; }
              .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_img img {
                display: block;
                max-width: 100%;
                max-height: 100%;
                transition: margin 0.3s;
                transition-delay: 0s; }
              .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_img.by-details-affected {
                background-position: center calc(100% - 170px); }
                .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_img.by-details-affected img {
                  margin-bottom: 160px; }
            .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls {
              display: flex;
              position: relative;
              width: 100%;
              height: 88px;
              padding: 14px 0;
              justify-content: space-between;
              align-items: flex-start;
              transition: opacity 0.2s;
              transition-delay: 0s; }
              .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-fullscreen {
                display: block;
                position: relative;
                width: 53px;
                height: 43px;
                background: url(../img/fullscreen.png) top left no-repeat;
                background-size: contain;
                opacity: 1;
                transition: opacity 0.25s;
                transition-delay: 0s;
                cursor: pointer; }
                .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-fullscreen:hover {
                  opacity: 0.5; }
              .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-btn {
                border: 1px solid #fff;
                min-width: 160px;
                line-height: 40px;
                padding: 0 20px;
                color: rgba(255, 255, 255, 0.75);
                text-transform: uppercase;
                text-align: center;
                font-size: 11px;
                font-family: "Montserrat-Light", sans-serif;
                cursor: pointer;
                opacity: 1;
                transition: opacity 0.25s, color 0.25s;
                transition-delay: 0s; }
                .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-btn:hover {
                  opacity: 0.5;
                  color: white; }
              .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-grid {
                display: block;
                position: relative;
                width: 53px;
                height: 43px;
                background: url(../img/grid.png) top left no-repeat;
                background-size: contain;
                opacity: 1;
                transition: opacity 0.25s;
                transition-delay: 0s;
                cursor: pointer; }
                .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-grid:hover {
                  opacity: 0.5; }
              .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-controls_details {
                display: flex;
                position: absolute;
                bottom: 100%;
                width: 100%;
                height: 0;
                padding: 0;
                left: 0;
                justify-content: space-between;
                align-items: flex-start;
                background: #000;
                overflow: hidden;
                transition: height 0.3s;
                transition-delay: 0s; }
                .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-controls_details.active {
                  height: 170px; }
                .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-controls_details .details-left {
                  width: 50%;
                  display: block;
                  position: relative;
                  padding: 25px 0; }
                  .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-controls_details .details-left .dl-author-name {
                    font-family: "Montserrat-Light", sans-serif;
                    font-size: 12px;
                    opacity: 0.5; }
                .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-controls_details .details-right {
                  width: 50%;
                  padding: 25px 0;
                  display: flex;
                  position: relative;
                  flex-direction: column;
                  align-items: flex-end;
                  justify-content: flex-start; }
                  .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-controls_details .details-right .details-button {
                    border: 1px solid #fff;
                    min-width: 160px;
                    line-height: 40px;
                    padding: 0 20px;
                    color: rgba(255, 255, 255, 0.75);
                    text-transform: uppercase;
                    text-align: center;
                    font-size: 11px;
                    font-family: "Montserrat-Light", sans-serif;
                    cursor: pointer;
                    opacity: 1;
                    transition: opacity 0.25s, color 0.25s;
                    transition-delay: 0s;
                    margin-bottom: 20px;
                    text-decoration: none; }
                    .moon-artist .moon-artist_list .moon-artist_list_item .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls .sfc-ic-controls_details .details-right .details-button:hover {
                      opacity: 0.5;
                      color: white; }
      .moon-artist .moon-artist_list .moon-artist_list_item.fullscreen-mode .mali-title {
        opacity: 0;
        pointer-events: none; }
      .moon-artist .moon-artist_list .moon-artist_list_item.fullscreen-mode .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-info {
        opacity: 0;
        pointer-events: none; }
      .moon-artist .moon-artist_list .moon-artist_list_item.fullscreen-mode .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image {
        padding: 100px 0;
        max-height: 90%; }
        .moon-artist .moon-artist_list .moon-artist_list_item.fullscreen-mode .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_img {
          transform: scale(1.1);
          background-position: center center;
          align-items: center;
          height: 100%;
          top: 50px;
          padding-top: 0;
          margin-top: 0; }
        .moon-artist .moon-artist_list .moon-artist_list_item.fullscreen-mode .ma-li_artist-slider .ma-li_as_slide .slide-flex-container .sfc-image .sfc-image_controls {
          opacity: 0;
          pointer-events: none; }

.moon-news {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .moon-news .news-slider {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .moon-news .news-slider .ns-slide {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .moon-news .news-slider .ns-slide .ns-slide_img {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
      .moon-news .news-slider .ns-slide .ns-slide_content {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 100%; }
        .moon-news .news-slider .ns-slide .ns-slide_content .ns-slide_content_title {
          display: block;
          position: relative;
          text-align: center;
          width: 100%;
          font-family: "Montserrat-Bold", sans-serif;
          font-size: 1.17em;
          font-weight: normal;
          text-transform: uppercase;
          margin-bottom: 16px;
          color: #fff; }
        .moon-news .news-slider .ns-slide .ns-slide_content .ns-slide_content_text {
          display: block;
          position: relative;
          text-align: center;
          width: 100%;
          font-family: "Montserrat-Regular", sans-serif;
          font-size: 14px;
          font-weight: normal;
          line-height: 18px;
          color: #fff; }
          .moon-news .news-slider .ns-slide .ns-slide_content .ns-slide_content_text a {
            color: rgba(255, 255, 255, 0.75);
            display: inline-block;
            border-bottom: 1px solid #fff;
            transition: color 0.3s;
            transition-delay: 0s; }
            .moon-news .news-slider .ns-slide .ns-slide_content .ns-slide_content_text a:hover {
              color: white; }
    .moon-news .news-slider .ns-arrow {
      display: block;
      position: absolute;
      width: 100%;
      height: 75px;
      background-position: center center;
      background-size: 22px;
      background-repeat: no-repeat;
      left: 0;
      z-index: 100;
      opacity: 0.5;
      transition: opacity 0.25s;
      transition-delay: 0s;
      cursor: pointer; }
      .moon-news .news-slider .ns-arrow:hover {
        opacity: 1; }
      .moon-news .news-slider .ns-arrow.swiper-button-disabled {
        opacity: 0; }
        .moon-news .news-slider .ns-arrow.swiper-button-disabled:hover {
          opacity: 0; }
      .moon-news .news-slider .ns-arrow.ns-prev {
        background-image: url(../img/arrow-up.png);
        top: 20%; }
      .moon-news .news-slider .ns-arrow.ns-next {
        background-image: url(../img/arrow-down.png);
        bottom: 20%; }

.moon-contact {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }
  .moon-contact .moon-contact_container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .moon-contact .moon-contact_container .mcc-left {
      display: block;
      width: 50%;
      position: relative;
      text-align: right;
      padding-right: 20px; }
      .moon-contact .moon-contact_container .mcc-left .contact-links {
        display: inline-block;
        position: relative; }
        .moon-contact .moon-contact_container .mcc-left .contact-links .cl-group {
          display: block;
          margin-bottom: 25px; }
          .moon-contact .moon-contact_container .mcc-left .contact-links .cl-group .clg-title {
            font-family: "Montserrat-Regular", sans-serif;
            font-weight: normal;
            font-size: 18px;
            line-height: 24px;
            color: #fff;
            text-transform: uppercase; }
          .moon-contact .moon-contact_container .mcc-left .contact-links .cl-group .clg-link {
            font-family: "Montserrat-Regular", sans-serif;
            font-weight: normal;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            color: rgba(255, 255, 255, 0.75);
            transition: color 0.2s;
            transition-delay: 0s;
            text-decoration: none;
            border-bottom: 1px solid transparent;
            cursor: pointer; }
            .moon-contact .moon-contact_container .mcc-left .contact-links .cl-group .clg-link:hover {
              color: white;
              border-bottom: 1px solid #fff; }
    .moon-contact .moon-contact_container .mcc-right {
      padding-left: 20px;
      display: block;
      width: 50%;
      position: relative; }
      .moon-contact .moon-contact_container .mcc-right .contact-about {
        display: block;
        position: relative;
        color: #fff;
        font-family: "Montserrat-Bold", sans-serif;
        font-weight: normal;
        font-size: 14px;
        line-height: 26px;
        text-transform: uppercase;
        max-width: 400px; }
        .moon-contact .moon-contact_container .mcc-right .contact-about a {
          display: inline-block;
          color: rgba(255, 255, 255, 0.75);
          transition: color 0.2s;
          transition-delay: 0s;
          text-decoration: none;
          border-bottom: 1px solid transparent;
          cursor: pointer; }
          .moon-contact .moon-contact_container .mcc-right .contact-about a:hover {
            color: white;
            border-bottom: 1px solid #fff; }

.moon-grid {
  display: block;
  position: fixed;
  background: #000;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }
  .moon-grid.active {
    z-index: 7000; }
  .moon-grid .moon-grid_artist {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 7010; }
    .moon-grid .moon-grid_artist.active {
      opacity: 1;
      z-index: 7020; }
    .moon-grid .moon-grid_artist .mag-item {
      width: 33.33333%;
      float: left; }
      .moon-grid .moon-grid_artist .mag-item img {
        display: block;
        max-width: 100%; }

.grid-cover {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.25s ease; }
  .grid-cover:hover {
    opacity: 1;
    text-decoration: none; }
  .grid-cover .grid-cover-content {
    display: block;
    position: absolute;
    top: 29px;
    left: 30px; }
    .grid-cover .grid-cover-content:after {
      content: "";
      display: block;
      margin-top: 13px;
      position: absolute;
      width: 68px;
      height: 1px;
      background: white; }
    .grid-cover .grid-cover-content .grid-cover-content-artist-name {
      font-family: "Montserrat-Regular", sans-serif;
      color: #fff;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: -0.4px;
      line-height: 14px;
      margin-bottom: 2px; }
    .grid-cover .grid-cover-content .grid-cover-content-image-title {
      font-family: "Montserrat-Ligth", sans-serif;
      color: #fff;
      font-size: 11px;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 14px; }

/* Styles for mobile version */
section {
  opacity: 0.25;
  transition: all 0.5s linear !important; }
  section.active {
    opacity: 0.75; }
  section.open {
    opacity: 1; }

/*width: 100%!important; */
/*transform: none!important; */
ul, ol {
  list-style: none; }

.artist--name {
  position: absolute;
  top: 72px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  transform: scale(1.7);
  text-transform: uppercase;
  z-index: 10;
  transition: all 0.5s ease-in-out !important;
  display: none; }

.artist--info {
  display: none; }

.slide-fp-close {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.fullscreen .slide-fp-close {
  display: block; }

.artist--text {
  padding-left: 5vw;
  width: 16vw;
  position: absolute;
  top: 0;
  font-size: 1.25em;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  height: 100vh;
  padding-right: 1vw; }
  @media screen and (max-width: 1100px) {
    .artist--text {
      width: 14vw; } }
  .artist--text .artist-text-container {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: normal;
    z-index: 1001;
    width: 14vw; }
    @media screen and (max-width: 1100px) {
      .artist--text .artist-text-container {
        width: 14vw; } }
    .artist--text .artist-text-container .artist-text-name {
      font-size: 12px;
      font-family: "Montserrat-Ligth", sans-serif;
      color: #e9e7e8;
      letter-spacing: 1.8px;
      line-height: 16px;
      margin-bottom: 2px; }
    .artist--text .artist-text-container .artist-text-content {
      font-size: 11px;
      font-family: "Montserrat-Regular", sans-serif;
      line-height: 18px; }
      @media screen and (max-width: 1280px) {
        .artist--text .artist-text-container .artist-text-content {
          font-size: 9px;
          line-height: 14px; } }
    .artist--text .artist-text-container .artist-text-link {
      margin-top: 30px; }
      .artist--text .artist-text-container .artist-text-link .artist-text-link-label {
        font-family: "Montserrat-Regular", sans-serif;
        color: gray;
        font-size: 11px;
        letter-spacing: -0.3px;
        line-height: 14px;
        text-transform: none;
        margin-bottom: 2px; }
      .artist--text .artist-text-container .artist-text-link .artist-text-link-link {
        display: block;
        position: relative;
        font-family: "Montserrat-Regular", sans-serif;
        font-size: 10px;
        color: #fff;
        opacity: 0.7;
        transition: all 0.3s;
        transition-delay: 0s;
        line-height: 12px;
        text-transform: lowercase; }
        .artist--text .artist-text-container .artist-text-link .artist-text-link-link:hover {
          opacity: 1; }

.photo--container {
  transition: all 0.5s ease;
  transform: none;
  text-align: center;
  opacity: 1; }

body.opened-artist {
  overflow: hidden !important; }

body:not(.opened-artist) .photo--container.photo-contain {
  transform: none !important; }
  body:not(.opened-artist) .photo--container.photo-contain .photo--source {
    padding: 0 !important; }

.photo--source {
  z-index: 100;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  z-index: 1000;
  text-align: center;
  display: inline-block;
  padding: 80px 0; }

.photo-source--img {
  transition: all 0.25s ease; }

.photo--controls {
  width: 100%;
  padding: 1em 0;
  position: absolute;
  margin: 0 auto;
  height: 60px;
  transition: all 0.5s ease;
  background: #181717; }

.photo--details {
  width: 100%;
  height: 120px;
  bottom: -170px;
  margin: 0 auto;
  position: absolute;
  padding: 25px 0;
  transition: all 0.5s ease;
  background-color: #181717;
  text-align: left; }

.photo-details--open {
  transform: translate(0, -170px); }

.photo--container.max .photo--details {
  display: none; }
.photo--container.max .photo-details--open {
  transform: translate(0); }

.details-left {
  float: left;
  width: 50%;
  font-size: 12px;
  font-family: "Montserrat-Ligth", sans-serif;
  opacity: 0.5; }

.details-right {
  float: right;
  width: 50%;
  text-align: right; }

small {
  text-transform: none;
  color: gray; }

#welcome {
  background-position: center;
  background-size: cover; }

.lazy, .original {
  max-height: 70vh;
  max-width: 60vw; }

.lazy {
  display: none; }

.slide.active {
  z-index: 1000;
  position: relative; }

.fit {
  transform: none !important;
  transition: all 0.5s ease; }
  .fit .lazy, .fit .original {
    cursor: pointer; }

/* Style for masonry page */
.grid-container {
  display: none;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: black;
  overflow-y: auto; }

.grid {
  width: 100%;
  min-height: 100%; }

.grid:after {
  content: "";
  display: block;
  clear: both; }

.grid-sizer {
  width: 33.33333%; }

.grid-item {
  width: 33.33333%;
  float: left; }
  .grid-item img {
    display: block;
    max-width: 100%; }

.grid-cover {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.25s ease; }
  .grid-cover:hover {
    opacity: 1;
    text-decoration: none; }
  .grid-cover .grid-cover-content {
    display: block;
    position: absolute;
    top: 29px;
    left: 30px; }
    .grid-cover .grid-cover-content:after {
      content: "";
      display: block;
      margin-top: 13px;
      position: absolute;
      width: 68px;
      height: 1px;
      background: white; }
    .grid-cover .grid-cover-content .grid-cover-content-artist-name {
      font-family: "Montserrat-Regular", sans-serif;
      color: #fff;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: -0.4px;
      line-height: 14px;
      margin-bottom: 2px; }
    .grid-cover .grid-cover-content .grid-cover-content-image-title {
      font-family: "Montserrat-Ligth", sans-serif;
      color: #fff;
      font-size: 11px;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 14px; }

/*LINKS */
a {
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s;
  text-decoration: none; }
  a:hover {
    color: white;
    text-decoration: none; }

.menu a {
  padding-bottom: 3px; }
.menu .active a, .menu a:hover {
  border-bottom: 1px solid white; }

.link, .link-hover:hover {
  border-bottom: 1px solid white; }

.control {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1; }
  .control:hover {
    opacity: 0.5;
    text-decoration: none; }

.btn {
  /*display: block; */
  min-width: 180px;
  max-width: 260px;
  /*padding: 0 20px; */
  border: 1px solid #ffffff;
  /*line-height: 38px; */
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat-Ligth", sans-serif; }

.ico-fullscreen {
  background-image: url("../img/fullscreen.png");
  background-size: 100%;
  width: 53px;
  height: 43px;
  float: left; }

.ico-grid {
  background-image: url("../img/grid.png");
  background-size: 100%;
  width: 53px;
  height: 43px;
  float: right; }

/* Page */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: normal; }

p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem; }
  p.lead {
    font-size: 1.25em;
    font-family: "Montserrat-Bold", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 200%; }

a {
  cursor: pointer; }

.page {
  margin: auto;
  background: #181717;
  color: #fff;
  font: 14px "Montserrat-Regular", sans-serif;
  line-height: 18px; }

.welcome {
  font-size: 18px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.4px; }

.contact--links {
  float: left;
  width: 20%;
  margin-left: 20%;
  text-align: right;
  line-height: 24px; }
  .contact--links big {
    text-transform: uppercase;
    display: block;
    padding: 50px 0 5px 0; }

.contact--about {
  /*padding-left: 60px; */
  /*font-size: 24px; */
  width: 25%;
  margin-right: 30%;
  float: right; }

.news--i {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  background-size: cover;
  padding: 0 25%; }
  .news--i .fp-tableCell {
    color: #fff;
    cursor: pointer; }

/* Header */
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  letter-spacing: 0.7px; }

.menu {
  position: relative;
  float: right;
  z-index: 100;
  right: 5vw;
  top: 25px; }
  .menu li {
    padding: 30px 0 30px 40px; }

.logotype {
  margin: 50px 5vw;
  display: inline-block;
  background-image: url("../img/logotype.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 161px;
  height: 60px;
  position: relative;
  z-index: 100; }

.header__title {
  margin: 0;
  text-align: center;
  font: 14vw/1 "Permanent Marker", sans-serif; }

.header__link:focus {
  margin-left: -1rem;
  color: #5ac1f2;
  text-decoration: none; }

/* Tags */
.tags {
  padding: 0.8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #222; }

.tags__label {
  margin: 0.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 2rem;
  background: #383838;
  transition: box-shadow 0.1s linear; }

/* Action */
.tags__radio:hover + .tags__label, .tags__radio:focus + .tags__label {
  box-shadow: 0 0 0 0.15rem #fff; }
.tags__radio:checked + .tags__label {
  background: #5ac1f2; }

/* List */
.list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none; }

.list__item {
  width: 100%; }

/* Media */
@media (min-width: 30em) {
  .list__item {
    width: 50%; } }
@media (min-width: 48em) {
  .list__item {
    width: 33.33%; } }
/* Filter */
[data-tags] {
  display: none !important; }

[data-filter=all] [data-tags], [data-filter=business] [data-tags~=business], [data-filter=demo] [data-tags~=demo], [data-filter=event] [data-tags~=event], [data-filter=game] [data-tags~=game], [data-filter=news] [data-tags~=news], [data-filter=other] [data-tags~=other], [data-filter=reference] [data-tags~=reference], [data-filter=shopping] [data-tags~=shopping], [data-filter=social] [data-tags~=social], [data-filter=tool] [data-tags~=tool] {
  display: block !important; }

/* Suggest */
.suggest {
  position: relative;
  display: flex;
  padding-bottom: 2.5rem;
  background: #2D2D2D;
  text-decoration: none; }
  .suggest::before {
    margin: auto;
    color: #fff;
    font: 10rem/1 "Permanent Marker", sans-serif;
    content: "+"; }
  .suggest::after {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    border-radius: 0.8rem;
    border: 0.15rem dashed #fff;
    content: ""; }
  .suggest:hover, .suggest:focus {
    outline: none;
    background: #5ac1f2; }

/* Action */
/* Footer */
.footer {
  padding: 2rem;
  background: #383838; }

.footer__text {
  margin: 0;
  text-align: center;
  font: 2rem/1 "Permanent Marker", sans-serif; }

.footer__link {
  color: #5ac1f2;
  text-decoration: none; }

/* Hidden */
.hidden {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  opacity: 0; }

nav {
  position: absolute;
  z-index: 1000;
  width: 100%; }

.ico-close {
  background-image: url("../img/close.png");
  background-size: 6px;
  width: 24px;
  height: 24px;
  position: absolute;
  margin: -3px 0px; }

.menu li {
  display: inline-block; }

.nav {
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease; }

.nav:hover {
  opacity: 1; }

.nav.hide {
  opacity: 0; }

.nav-up, .nav-down {
  position: fixed;
  z-index: 1000;
  padding: 4vh 0;
  width: 40vw;
  margin: 0 30vw;
  text-align: center;
  background-size: 22px; }

.nav-left, .nav-right {
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 0;
  width: 70px;
  height: 100vh;
  background-size: 11px; }

.news--nav .nav-up {
  top: 25vh; }
.news--nav .nav-down {
  bottom: 25vh; }

.nav-up {
  top: 0;
  background-image: url("../img/arrow-up.png"); }

.nav-down {
  bottom: 0;
  background-image: url("../img/arrow-down.png"); }

.nav-left {
  left: 0;
  background-image: url("../img/arrow-left.png"); }

.nav-right {
  right: 0;
  background-image: url("../img/arrow-right.png"); }

.artists-list {
  position: fixed;
  text-align: center;
  margin: 0;
  width: 600px;
  max-width: 80%;
  height: 90vh;
  overflow: hidden;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  top: 5vh;
  left: 50%;
  transform: translate(-50%, 0);
  list-style: none; }

.artist-list--i {
  list-style: none;
  color: #ffffff;
  font-size: 12px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block; }
  .artist-list--i span {
    padding: 25px 0;
    display: inline-block;
    transition: all 0.5s ease; }
  .artist-list--i.active span {
    transform: scale(1.7); }
  .artist-list--i:hover {
    text-decoration: none; }

.artists-list ul {
  position: relative;
  padding: 0;
  margin: 0;
  top: 75px; }

.artist--nav {
  width: 33%;
  margin: 0 auto; }

/* Animations */
.min {
  transform: none;
  transition: all 0.5s ease; }

.max .lazy, .max .original {
  transition: all 0.5s ease;
  max-height: 90vh;
  max-width: 90vw; }
.max .photo--source {
  transition: all 0.5s ease;
  padding: 0; }

@keyframes zoomText {
  from {
    opacity: 0;
    transform: scale(1); }
  to {
    opacity: 1;
    transform: scale(1.5); } }
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
.contact--links p {
  font-size: 1rem; }
  .contact--links p big {
    padding-top: 50px; }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  p.lead {
    font-size: 1em; }

  .contact--links p {
    font-size: 1em; }
    .contact--links p big {
      padding-top: 25px; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  p.lead {
    font-size: 1.3em; }

  .contact--links p {
    font-size: 1.3em; }
    .contact--links p big {
      padding-top: 50px; } }
/* Large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  .contact--links p big {
    padding-top: 30px; } }
.mobile-menu {
  display: block;
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  right: -240px;
  background: #000;
  padding: 26px 28px;
  box-sizing: border-box;
  transition: transform 0.4s;
  transition-delay: 0s; }
  .mobile-menu .mobile-menu-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end; }
    .mobile-menu .mobile-menu-container .mobile-menu-list {
      display: block;
      position: relative;
      width: 100%; }
      .mobile-menu .mobile-menu-container .mobile-menu-list .mobile-menu-list-item {
        display: block;
        position: relative;
        text-align: right;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 19px;
        text-transform: uppercase;
        letter-spacing: 1.2px; }
        .mobile-menu .mobile-menu-container .mobile-menu-list .mobile-menu-list-item .mobile-menu-list-item-link {
          display: block;
          position: relative; }
      .mobile-menu .mobile-menu-container .mobile-menu-list.mml--bottom .mobile-menu-list-item:last-of-type {
        margin-bottom: 0; }

.call-menu-btn {
  display: none;
  position: absolute;
  z-index: 5000;
  top: 24px;
  right: 20px;
  width: 15px;
  height: 15px;
  transition: all 0.3s;
  transition-delay: 0s;
  cursor: pointer; }
  .call-menu-btn.disabled {
    display: none; }
  .call-menu-btn:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    top: 6px;
    left: 0;
    background: #fff; }
  .call-menu-btn:after {
    display: block;
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    top: 0;
    left: 6px;
    background: #fff; }
  .call-menu-btn.active {
    transform: rotate(-135deg); }

#g-wrap {
  transition: transform 0.4s;
  transition-delay: 0s; }

.news-next-mobile {
  display: none;
  position: absolute;
  bottom: 0;
  background-image: url("../img/arrow-down.png");
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  height: 8vh;
  transition: all 0.5s ease;
  transition-delay: 0s;
  opacity: 0.5; }
  .news-next-mobile:hover {
    opacity: 1; }

.close-artist-cross, .mobile-cross-link, .content-header-block-exit-link {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 25px;
  right: 25px;
  cursor: pointer;
  transform: rotate(45deg);
  z-index: 100; }
  .close-artist-cross:before, .mobile-cross-link:before, .content-header-block-exit-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 7px;
    background: #fff; }
  .close-artist-cross:after, .mobile-cross-link:after, .content-header-block-exit-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 7px;
    top: 0;
    background: #fff; }

.content-mobile-header {
  display: none; }

.artists-list-mobile-placeholder {
  display: none; }

.mobile-only {
  display: none; }

.mg-mobile-only {
  display: block; }
  @media screen and (min-width: 800px) {
    .mg-mobile-only {
      display: none; } }

.mg-desktop-only {
  display: none; }
  @media screen and (min-width: 800px) {
    .mg-desktop-only {
      display: block; } }

body.mobile-mode .mg-mobile-only {
  display: block; }
  @media screen and (min-width: 800px) {
    body.mobile-mode .mg-mobile-only {
      display: block; } }
body.mobile-mode .mg-desktop-only {
  display: none; }
  @media screen and (min-width: 800px) {
    body.mobile-mode .mg-desktop-only {
      display: none; } }

body.contact .page-outer-container.poc-mobile-version header, body.news .page-outer-container.poc-mobile-version header, body.artist .page-outer-container.poc-mobile-version header {
  display: none; }
body.contact header, body.news header, body.artist header {
  display: none; }

body .ui-loader {
  display: none !important; }
body div[data-url="/contact"].ui-page-active {
  height: auto !important;
  outline: none; }
body body.fp-viewing-0 header {
  display: none !important; }
body header .menu {
  display: none; }
body header .logotype {
  position: absolute;
  top: 24px;
  left: 20px;
  margin: 0;
  background-position: left top;
  width: 161px;
  height: 18px; }
  body header .logotype.disabled {
    display: none; }
body .call-menu-btn {
  display: block;
  position: absolute; }
body .news-next-mobile {
  display: block; }
body .artists-list {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: none;
  max-height: none;
  transform: none; }
  body .artists-list .artists-list-mobile-placeholder {
    display: block;
    position: relative;
    height: 100%;
    width: 100%; }
  body .artists-list .welcome {
    display: block;
    position: absolute;
    height: auto;
    width: calc(100% - 20px);
    padding: 0;
    margin: 0 10px;
    top: 50%;
    transform: translate(0, -50%); }
  body .artists-list ul {
    display: block;
    position: relative; }
body .artists--nav .nav-down, body .artists--nav .nav-up {
  display: none; }
body .fp-slides {
  background-color: #181717; }
body .artist--photo .photo--container {
  background: #181717; }
  body .artist--photo .photo--container .photo--source .photo-source--img img {
    display: none !important; }
body .welcome {
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 16px;
  margin-top: 0 !important; }
body .artist-list--i {
  font-size: 12px;
  line-height: 16px;
  max-width: 50%;
  letter-spacing: 1.2px; }
body .artists--app .artist--page {
  z-index: 1000; }
body .artist--info .artist--text {
  width: 100%;
  box-sizing: border-box;
  background: #131212; }
  body .artist--info .artist--text .close-artist-cross {
    display: block; }
  body .artist--info .artist--text .artist-text-container {
    top: 0;
    transform: none;
    width: 90vw; }
    body .artist--info .artist--text .artist-text-container .artist-text-name {
      font-size: 12px;
      font-family: "Montserrat Bold", sans-serif;
      line-height: 16px;
      margin-top: 25px;
      margin-bottom: 30px;
      color: #fff;
      letter-spacing: normal; }
    body .artist--info .artist--text .artist-text-container .artist-text-content {
      font-family: "Montserrat-Ligth", sans-serif;
      font-size: 10px;
      text-transform: uppercase;
      line-height: 14px;
      letter-spacing: normal; }
    body .artist--info .artist--text .artist-text-container .artist-text-link {
      display: none; }
body .artist--nav .nav-left, body .artist--nav .nav-right {
  display: none; }
body .controls-arrow-down {
  display: block;
  position: fixed;
  bottom: 23px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 22px;
  height: 20px;
  background: url(../img/arrow-down.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.25s;
  transition-delay: 0s; }
  body .controls-arrow-down .mh_arrow_text {
    display: none !important; }
  body .controls-arrow-down:hover {
    opacity: 1; }
  body .controls-arrow-down.a-invisible {
    opacity: 0; }
body .contacts-mobile {
  padding: 0 10% 0 10%;
  position: relative; }
  body .contacts-mobile .contacts-content {
    display: block;
    position: relative; }
    body .contacts-mobile .contacts-content .contacts-content-about {
      display: block;
      position: relative;
      padding-top: 63px;
      padding-bottom: 31px;
      box-sizing: border-box; }
      @media screen and (min-width: 800px) {
        body .contacts-mobile .contacts-content .contacts-content-about {
          margin-bottom: 100px; }
          body .contacts-mobile .contacts-content .contacts-content-about .controls-arrow-down {
            display: none !important; } }
      @media screen and (min-height: 800px) {
        body .contacts-mobile .contacts-content .contacts-content-about {
          margin-bottom: 100px; }
          body .contacts-mobile .contacts-content .contacts-content-about .controls-arrow-down {
            display: none !important; } }
      body .contacts-mobile .contacts-content .contacts-content-about p {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        text-transform: uppercase; }
    body .contacts-mobile .contacts-content .contacts-content-links {
      display: block;
      position: relative; }
      body .contacts-mobile .contacts-content .contacts-content-links .ccl-item {
        display: block;
        position: relative;
        text-align: center;
        margin-bottom: 36px; }
        body .contacts-mobile .contacts-content .contacts-content-links .ccl-item .ccl-title {
          font-size: 12px;
          font-family: "Montserrat-Regular", sans-serif;
          letter-spacing: 1.2px;
          text-transform: uppercase;
          margin-bottom: 9px; }
        body .contacts-mobile .contacts-content .contacts-content-links .ccl-item .ccl-link {
          font-size: 12px;
          font-family: "Montserrat-Ligth", sans-serif;
          line-height: 14px;
          color: #fff;
          margin-bottom: 6px; }
          body .contacts-mobile .contacts-content .contacts-content-links .ccl-item .ccl-link a {
            color: #fff;
            opacity: 1; }
body body.contact header, body body.news header, body body.artist header {
  display: none; }
body .content-header-block {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 23px 25px 20px 25px;
  background: #181717;
  z-index: 200;
  letter-spacing: 1.8px; }
  body .content-header-block.content-header-block--mod-transparent {
    background: transparent; }
  body .content-header-block .content-header-block-title {
    display: block;
    position: relative;
    width: 100%;
    font-size: 12px;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff; }
    body .content-header-block .content-header-block-title.content-header-block-title--mod-spacing {
      letter-spacing: 1.8px; }
  body .content-header-block .content-header-block-exit-link {
    display: block;
    position: absolute;
    top: 23px;
    right: 24px; }
body .mobile-content-container {
  margin-top: 61px; }
body .content-mobile-header {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 25px;
  font-size: 12px;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 86px; }
body .mobile-cross-link {
  display: block;
  position: absolute;
  top: 0;
  right: 25px; }
body .mobile-home {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  body .mobile-home .mobile-home-welcome {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background: url(../img/mobile-home-bg.jpg) center center no-repeat;
    background-size: cover; }
    body .mobile-home .mobile-home-welcome .controls-arrow-down {
      z-index: 40; }
    body .mobile-home .mobile-home-welcome .mh-intro-slider {
      display: block;
      position: absolute;
      z-index: 140;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 20; }
      body .mobile-home .mobile-home-welcome .mh-intro-slider .mh-intro-slider_slide .mh-intro-slider_slide_img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
    body .mobile-home .mobile-home-welcome .mobile-home-welcome-content {
      display: block;
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      text-align: center;
      box-sizing: border-box;
      padding: 0 20px;
      z-index: 30; }
      body .mobile-home .mobile-home-welcome .mobile-home-welcome-content p {
        font-family: "Montserrat-Regular", sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 1.2px;
        line-height: 16px;
        margin-top: 0; }
        body .mobile-home .mobile-home-welcome .mobile-home-welcome-content p .link {
          color: #fff; }
  body .mobile-home .mobile-home-artists-list {
    background: #181717;
    text-align: center;
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 30px;
    padding-top: 60px; }
    body .mobile-home .mobile-home-artists-list .mobile-home-artists-list-item {
      text-align: center;
      list-style-type: none; }
      body .mobile-home .mobile-home-artists-list .mobile-home-artists-list-item .mobile-home-artists-list-item-link {
        display: inline-block;
        color: #ffffff;
        font-size: 12px;
        font-family: "Montserrat-Regular", sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 16px;
        max-width: 50%;
        letter-spacing: 1.2px;
        padding: 25px 0;
        opacity: 0.75;
        transition: all 0.25s;
        transition-delay: 0s; }
        body .mobile-home .mobile-home-artists-list .mobile-home-artists-list-item .mobile-home-artists-list-item-link:hover {
          opacity: 1; }
body .mobile-artist-content {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  body .mobile-artist-content .mobile-artist-content-description {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px 25px 30px 25px;
    font-family: "Raleway-Light", sans-serif;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: left; }
    body .mobile-artist-content .mobile-artist-content-description p {
      font-size: 10px;
      line-height: 14px; }
  body .mobile-artist-content .mobile-artist-content-images-container {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
    body .mobile-artist-content .mobile-artist-content-images-container .macic-fullscreen-img {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 10000;
      background-color: #000;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
      body .mobile-artist-content .mobile-artist-content-images-container .macic-fullscreen-img .mobile-cross-link {
        top: 23px;
        right: 24px; }
    body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden; }
      body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-image {
        display: block;
        position: relative;
        width: 100%;
        height: auto; }
        body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-image img {
          display: block;
          position: relative;
          width: 100%;
          height: auto; }
      body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-img-ip-opener {
        background-image: url("../img/fullscreen.png");
        background-size: 100%;
        width: 30px;
        height: 24px;
        position: absolute;
        right: 12px;
        bottom: 12px;
        cursor: pointer; }
      body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-info-panel {
        display: block;
        position: absolute;
        top: 0;
        left: -240px;
        height: 100%;
        width: 240px;
        background: #181717;
        box-sizing: border-box;
        padding: 20px 20px;
        box-shadow: 0px 0px 80px 50px rgba(24, 23, 23, 0);
        transition: all 0.4s;
        transition-delay: 0s; }
        body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-info-panel.active {
          left: 0;
          box-shadow: 0px 0px 80px 50px rgba(24, 23, 23, 0.75); }
        body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-info-panel .macic-ip-content {
          color: #848383;
          font-size: 9px;
          line-height: 12px; }
          body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-info-panel .macic-ip-content .macic-ip-name {
            font-family: "Raleway-SemiBold", sans-serif; }
          body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-info-panel .macic-ip-content .macic-ip-title {
            font-family: "Raleway-Regular", sans-serif;
            margin-bottom: 15px; }
          body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-info-panel .macic-ip-content .macic-ip-meta {
            font-family: "Raleway-Regular", sans-serif;
            margin-bottom: 15px; }
        body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-info-panel .macic-ip-buttons {
          display: block;
          position: absolute;
          left: 20px;
          bottom: 12px; }
          body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-info-panel .macic-ip-buttons .btn {
            line-height: 20px;
            font-size: 9px;
            width: 196px;
            margin-bottom: 12px; }
        body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-info-panel .macic-ip-close-btn {
          display: block;
          position: absolute;
          width: 12px;
          height: 12px;
          top: 14px;
          right: 23px;
          cursor: pointer;
          transform: rotate(45deg);
          z-index: 100; }
          body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-info-panel .macic-ip-close-btn:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            left: 0;
            top: 5px;
            background: #848383; }
          body .mobile-artist-content .mobile-artist-content-images-container .macic-image-container .macic-info-panel .macic-ip-close-btn:after {
            content: "";
            display: block;
            position: absolute;
            width: 2px;
            height: 100%;
            left: 5px;
            top: 0;
            background: #848383; }
body .mobile-news-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }
  body .mobile-news-container .news-slider-arrow {
    display: block;
    position: absolute;
    z-index: 200;
    width: 22px;
    height: 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: 50%;
    transform: translate(-50%, 0); }
    body .mobile-news-container .news-slider-arrow.nsa-prev {
      top: -47px;
      background-image: url("../img/arrow-up.png"); }
    body .mobile-news-container .news-slider-arrow.nsa-next {
      bottom: -47px;
      background-image: url("../img/arrow-down.png"); }
  body .mobile-news-container .mobile-news-slider {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    body .mobile-news-container .mobile-news-slider .slick-list {
      height: 100%; }
      body .mobile-news-container .mobile-news-slider .slick-list .slick-track {
        height: 100%; }
    body .mobile-news-container .mobile-news-slider .mobile-news-slider-item {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      body .mobile-news-container .mobile-news-slider .mobile-news-slider-item .mnsi-bg-image {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10; }
      body .mobile-news-container .mobile-news-slider .mobile-news-slider-item .mnsi-container {
        display: block;
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        z-index: 50; }
        body .mobile-news-container .mobile-news-slider .mobile-news-slider-item .mnsi-container .mnsi-title {
          font-family: "Montserrat-Regular", sans-serif;
          font-size: 13px;
          color: #fff;
          line-height: 18px;
          position: relative;
          display: block;
          z-index: 52;
          text-transform: uppercase;
          margin-bottom: 5px;
          text-align: center; }
        body .mobile-news-container .mobile-news-slider .mobile-news-slider-item .mnsi-container .mnsi-content {
          font-family: "Montserrat-Regular", sans-serif;
          font-size: 9px;
          line-height: 12px;
          color: #fff;
          position: relative;
          display: block;
          z-index: 52;
          text-transform: none;
          text-align: center; }
          body .mobile-news-container .mobile-news-slider .mobile-news-slider-item .mnsi-container .mnsi-content p {
            font-size: 9px;
            line-height: 12px;
            color: #fff;
            text-transform: none; }
        body .mobile-news-container .mobile-news-slider .mobile-news-slider-item .mnsi-container .mnsi-link {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: 55; }

@media screen and (min-width: 800px) {
  body.mobile-mode .contacts-mobile .contacts-content .contacts-content-about {
    margin-bottom: 31px; }
    body.mobile-mode .contacts-mobile .contacts-content .contacts-content-about .controls-arrow-down {
      display: none !important; } }
@media screen and (min-height: 800px) {
  body.mobile-mode .contacts-mobile .contacts-content .contacts-content-about {
    margin-bottom: 100px; }
    body.mobile-mode .contacts-mobile .contacts-content .contacts-content-about .controls-arrow-down {
      display: none !important; } }

.mobile-artist-fullscreen-slider {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181717;
  z-index: -1000;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0s; }
  .mobile-artist-fullscreen-slider.active {
    opacity: 1; }
  .mobile-artist-fullscreen-slider .mobile-cross-link {
    top: 23px;
    right: 24px;
    z-index: 1200; }
    .mobile-artist-fullscreen-slider .mobile-cross-link span {
      display: block;
      position: absolute;
      width: 300%;
      height: 300%;
      top: -100%;
      left: -100%; }
  .mobile-artist-fullscreen-slider .mafs-slider {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 50; }
    .mobile-artist-fullscreen-slider .mafs-slider .mafs-arrow {
      display: block;
      position: absolute;
      top: 80px;
      width: 50px;
      height: calc(100% - 160px);
      background-position: center center;
      background-size: 9px auto;
      background-repeat: no-repeat;
      z-index: 100;
      opacity: 0.5;
      transition: opacity 0.2s;
      transition-delay: 0s;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent; }
      .mobile-artist-fullscreen-slider .mafs-slider .mafs-arrow:hover {
        opacity: 1; }
      .mobile-artist-fullscreen-slider .mafs-slider .mafs-arrow.mafs-prev {
        background-image: url(../img/arrow-left.png);
        left: 0; }
      .mobile-artist-fullscreen-slider .mafs-slider .mafs-arrow.mafs-next {
        background-image: url(../img/arrow-right.png);
        right: 0; }
      .mobile-artist-fullscreen-slider .mafs-slider .mafs-arrow.swiper-button-disabled {
        display: none; }
    .mobile-artist-fullscreen-slider .mafs-slider .mafs-slider-slide {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .mobile-artist-fullscreen-slider .mafs-slider .mafs-slider-slide .mafs-slider-slide-image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }

/*# sourceMappingURL=main.css.map */
