@import url("https://fonts.googleapis.com/css?family=Overpass:100,300,700");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

a {
  color: unset; }
  a:active {
    color: unset; }
  a:visited {
    color: unset; }
  a:hover {
    color: unset; }

.slick-slider *:focus {
  outline: 0; }

p {
  margin: 0; }

body {
  display: none;
  font-family: 'Overpass', sans-serif;
  font-weight: 300; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 190px;
  color: #fff;
  z-index: 9;
  transition: opacity .4s; }
  header .logo {
    display: inline-block;
    height: 55px;
    vertical-align: middle; }
    header .logo img {
      display: block;
      height: 100%; }
    header .logo img.bl {
      display: none; }
    @media only screen and (max-width: 767px) {
      header .logo {
        height: 40px; } }
  header nav.works {
    display: inline-block;
    font-size: 13px;
    font-weight: 100;
    margin-left: 30px; }
    header nav.works a {
      display: inline-block;
      margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      header nav.works {
        display: none; } }
  header nav.social {
    float: right;
    text-align: right;
    font-size: 13px;
    font-weight: 100; }
    header nav.social a {
      display: inline-block;
      margin-left: 10px; }
  header.reverse {
    color: #000; }
    header.reverse .logo img {
      display: none; }
    header.reverse .logo img.bl {
      display: block; }
  header.active {
    opacity: 0; }
  @media only screen and (max-width: 767px) {
    header {
      line-height: 80px; } }

a.menu-button {
  width: 41.5px;
  height: 41.5px;
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 0;
  margin-top: -20.5px;
  background-image: url(../img/menu.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: .4s; }
  a.menu-button.reverse {
    background-image: url(../img/menu_bl.png); }
  a.menu-button.active {
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 400px;
    transition: .4s; }
    a.menu-button.active.reverse {
      background-image: url(../img/close_bl.png); }
    @media only screen and (max-width: 767px) {
      a.menu-button.active {
        left: 265px; } }

nav.main-menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: -380px;
  background: #fff;
  width: 380px;
  height: 100%;
  text-align: center;
  transition: .4s; }
  nav.main-menu .logo {
    display: block;
    line-height: 190px;
    text-align: center;
    margin-bottom: 30px; }
    nav.main-menu .logo img {
      display: inline-block;
      vertical-align: middle;
      height: 55px; }
      @media only screen and (max-width: 767px) {
        nav.main-menu .logo img {
          height: 40px; } }
    @media only screen and (max-width: 767px) {
      nav.main-menu .logo {
        line-height: 80px; } }
  nav.main-menu .item {
    display: block;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 30px; }
    nav.main-menu .item:hover {
      text-decoration: line-through; }
    nav.main-menu .item.active {
      text-decoration: line-through; }
    @media only screen and (max-width: 767px) {
      nav.main-menu .item {
        font-size: 30px;
        line-height: 25px; } }
  nav.main-menu .sub {
    display: none;
    padding-top: 15px;
    padding-bottom: 30px; }
    nav.main-menu .sub a {
      display: block;
      font-size: 18px;
      font-size: #484848;
      margin-bottom: 15px; }
  nav.main-menu .social {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%; }
    nav.main-menu .social a {
      font-size: 13px;
      display: inline-block;
      margin: 0 5px; }
  @media only screen and (max-width: 767px) {
    nav.main-menu {
      left: -250px;
      width: 250px; } }
  nav.main-menu.active {
    left: 0; }

main {
  transition: left .4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    main {
      overflow: auto; } }

main.home {
  color: #fff;
  text-align: center; }
  main.home h1 {
    position: relative;
    z-index: 1;
    top: 45%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 100;
    margin: 0 auto;
    width: 50%; }
  main.home .events {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    left: 0;
    width: 100%; }
    main.home .events h2 {
      font-size: 13px;
      font-weight: 100;
      text-decoration: underline;
      margin: 0 0 25px 0; }
    main.home .events span {
      font-weight: 100;
      font-size: 16px;
      display: block;
      white-space: pre-line; }
  main.home:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7; }

main.works {
  top: 190px;
  padding-bottom: 190px;
  overflow: auto; }
  main.works section.list .col-sm-4:nth-of-type(3n+1) {
    clear: left; }
  main.works section.list .box {
    margin-bottom: 100px;
    display: block; }
    main.works section.list .box .img {
      width: 80%;
      padding-bottom: 45%;
      display: block;
      margin: 0 auto 25px auto;
      transition: .4s;
      background-size: cover;
      background-position: center; }
    main.works section.list .box h2 {
      font-size: 15px;
      margin: 0;
      position: relative;
      padding: 0 10%;
      transition: .4s;
      font-weight: 700;
      text-transform: uppercase; }
      main.works section.list .box h2 span {
        display: block;
        font-weight: 400; }
    main.works section.list .box:hover .img {
      width: 100%; }
    main.works section.list .box:hover h2 {
      padding: 0; }
    @media only screen and (max-width: 767px) {
      main.works section.list .box {
        margin-bottom: 45px; } }
  main.works section.detail iframe {
    max-width: 100%;
    border: 0; }
    @media only screen and (max-width: 767px) {
      main.works section.detail iframe {
        height: auto; } }
  main.works section.detail .clearfix {
    margin-bottom: 120px; }
  main.works section.detail h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px 0; }
  main.works section.detail .slider .item {
    height: 600px;
    background-position: center;
    background-size: cover; }
  main.works section.detail .images a {
    display: block; }
  main.works section.detail .images .pop {
    margin-bottom: 30px;
    position: relative; }
    main.works section.detail .images .pop img {
      width: 100%; }
    main.works section.detail .images .pop .cls {
      position: absolute;
      top: 0;
      right: -6px;
      width: 15px;
      height: 15px;
      background: url(../img/close_bl.png) no-repeat;
      background-size: 15px;
      cursor: pointer;
      z-index: 1; }
    @media only screen and (max-width: 767px) {
      main.works section.detail .images .pop {
        display: none !important; } }
  main.works section.detail .images .item {
    margin-bottom: 30px;
    transition: .4s; }
    main.works section.detail .images .item .img {
      background-position: center;
      background-size: cover;
      padding-bottom: 70%; }
      @media only screen and (max-width: 767px) {
        main.works section.detail .images .item .img {
          padding: 0; } }
    main.works section.detail .images .item:hover {
      opacity: .5; }
  main.works section.detail .videos .slider .item {
    height: 641px; }
    main.works section.detail .videos .slider .item iframe {
      width: 100%;
      height: 641px; }
  main.works section.detail .numbers {
    padding-top: 15px;
    font-size: 13px;
    text-align: right; }
    main.works section.detail .numbers .arrow {
      width: 9px;
      height: 15px;
      display: inline-block;
      background-image: url(../img/slider.png);
      background-size: 18px;
      background-repeat: no-repeat;
      vertical-align: middle;
      cursor: pointer; }
      main.works section.detail .numbers .arrow.prev {
        background-position: 0 -15px;
        margin-right: 15px; }
        main.works section.detail .numbers .arrow.prev:hover {
          background-position: 0 0; }
      main.works section.detail .numbers .arrow.next {
        background-position: -9px -15px;
        margin-left: 15px; }
        main.works section.detail .numbers .arrow.next:hover {
          background-position: -9px 0px; }
    main.works section.detail .numbers .txt {
      font-size: 13px;
      text-align: left;
      margin-top: 15px; }
  main.works section.detail .tracks {
    border-top: 1px solid #000; }
    main.works section.detail .tracks .item {
      line-height: 70px;
      border-bottom: 1px solid #000; }
      main.works section.detail .tracks .item audio {
        display: none; }
      main.works section.detail .tracks .item .play {
        width: 37px;
        height: 37px;
        display: inline-block;
        background-image: url(../img/play.png);
        background-size: 37px;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-left: 15px;
        margin-right: 30px;
        transition: opacity .4s; }
        main.works section.detail .tracks .item .play:hover {
          opacity: .5; }
        main.works section.detail .tracks .item .play.playing {
          background-image: url(../img/pause.png);
          opacity: .5; }
          main.works section.detail .tracks .item .play.playing:hover {
            opacity: 1; }
        @media only screen and (max-width: 767px) {
          main.works section.detail .tracks .item .play {
            width: 30px;
            height: 30px;
            background-size: 30px;
            margin-left: 0;
            margin-right: 15px;
            float: left; } }
      @media only screen and (max-width: 767px) {
        main.works section.detail .tracks .item {
          line-height: normal;
          clear: both;
          padding: 15px 0;
          min-height: 60px; } }
  @media only screen and (max-width: 767px) {
    main.works {
      top: 80px;
      padding-bottom: 60px; } }

main.events section {
  padding-top: 190px; }
  main.events section .container {
    position: relative;
    z-index: 1; }
  main.events section nav.menu a {
    display: block;
    font-size: 25px;
    color: #fff; }
    main.events section nav.menu a:hover {
      text-decoration: line-through; }
    main.events section nav.menu a.active {
      text-decoration: line-through; }
  main.events section .detail {
    display: none;
    position: absolute;
    z-index: 1;
    top: 20%;
    right: 20%;
    margin: auto;
    width: 720px; }
    main.events section .detail .video {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto;
      width: 720px; }
      main.events section .detail .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    main.events section .detail .txt {
      padding-top: 30px;
      color: #fff;
      font-size: 13px; }
    @media (max-width: 1500px) {
      main.events section .detail {
        width: 600px;
        right: 10%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.events section .detail {
        width: 400px; } }
    @media only screen and (max-width: 767px) {
      main.events section .detail {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        padding: 30px 15px; } }
  @media only screen and (max-width: 767px) {
    main.events section {
      padding-top: 80px; } }
main.events .tint {
  display: none;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7; }

.close-detail {
  display: none;
  top: 60px;
  right: 120px;
  z-index: 10;
  position: fixed;
  width: 30px;
  height: 30px;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center; }
  @media (max-width: 1500px) {
    .close-detail {
      right: 10%; } }

main.contact .container {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 100px;
  line-height: 22px; }

main.me .txt {
  position: absolute;
  width: 60%;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  text-align: center; }

main.active {
  left: 380px; }
  @media only screen and (max-width: 767px) {
    main.active {
      left: 250px; } }

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