@charset "UTF-8";
/*!
 Theme Name:   Cinema Club
 Description:  Cinema Club
 Author:       Frederik Delmotte
 Author URI:   http://frederikdelmotte.com
 Version:      1.0.8
*/
@import url(css/plyr.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 
 * variables
 */
/* 
 * mixins
 */
/*
 * keyframe animation
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes moveRightLeft {
  0% {
    left: 100vw; }
  100% {
    left: -1500px; } }
@-moz-keyframes moveRightLeft {
  0% {
    left: 100vw; }
  100% {
    left: -1500px; } }
@-o-keyframes moveRightLeft {
  0% {
    left: 100vw; }
  100% {
    left: -1500px; } }
@keyframes moveRightLeft {
  0% {
    left: 100vw; }
  100% {
    left: -1500px; } }
/* 
 * fonts
 */
@font-face {
  font-family: 'NHGTXTPRO-55';
  src: url("fonts/NHaasGroteskTXPro-55Rg.otf") format("opentype");
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'NHGTXTPRO-65';
  src: url("fonts/NHaasGroteskTXPro-65Md.otf") format("opentype");
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'NHGTXTPRO-75';
  src: url("fonts/NHaasGroteskTXPro-75Bd.otf") format("opentype");
  font-style: normal;
  font-stretch: normal; }
/* 
 * global
 */
* {
  -webkit-overflow-scrolling: touch; }

main, section, aside, div {
  position: relative; }

img,
video {
  -moz-user-select: -moz- none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6, p, a, span, ul li, dl, dt, dd, th, td, label, select, option, input, textarea, button, time {
  font-weight: normal;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: -0.2px; }

th, td {
  font-variant-numeric: tabular-nums; }

th {
  text-transform: uppercase; }

h1, h2, h3 {
  font-family: 'NHGTXTPRO-75', Helvetica, sans-serif;
  text-transform: uppercase; }

h4, h5, h6, p, a, span, ul li, dl, dt, dd, th, td, label, select, option, input, textarea, button, time {
  font-family: 'NHGTXTPRO-55', Helvetica, sans-serif;
  font-size: 17px;
  line-height: 25px; }

h4, h5, h6, strong, b, blockquote {
  font-family: 'NHGTXTPRO-75', Helvetica, sans-serif;
  font-weight: normal; }

a {
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under; }
  a.share {
    display: block;
    width: 16px;
    height: 16px;
    background: #000000;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain; }
    a.share:hover {
      background: #2300FF; }
  a.facebook {
    mask-image: url(img/icon/facebook.svg);
    -webkit-mask-image: url(img/icon/facebook.svg); }
  a.twitter {
    mask-image: url(img/icon/twitter.svg);
    -webkit-mask-image: url(img/icon/twitter.svg);
    mask-position-y: 2px;
    -webkit-mask-position-y: 2px; }
  a.instagram {
    mask-image: url(img/icon/instagram.svg);
    -webkit-mask-image: url(img/icon/instagram.svg); }
  a.mail {
    width: 20px;
    mask-image: url(img/icon/mail.svg);
    -webkit-mask-image: url(img/icon/mail.svg); }

ul {
  list-style: none; }

input, textarea {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0; }
  input[type='submit'], textarea[type='submit'] {
    border: none;
    cursor: pointer;
    text-transform: uppercase; }
    input[type='submit']:hover, textarea[type='submit']:hover {
      color: #2300FF; }
  input:focus, textarea:focus {
    outline: none;
    border-bottom: 1px solid black; }

::placeholder {
  color: #000000;
  opacity: .3; }

/* 
 * layout
 */
body {
  background: #FFFFFF;
  color: #000000;
  scroll-behavior: smooth;
  /*
   * You need to add a hide animtion with the name flipOut, when a lineitem has 0 as a value it shows the empty cart
   */
  /* 
   * states
   */
  /*
  &.page-template-page-journal.list{
  	
  	header{
  		
  		ul li{
  				
  			&.current-page-ancestor ul,
  			&.current_page_item ul{
  				
  				li a{
  					color: inherit;
  				}
  				
  				li:nth-of-type(2) a{
  					color: $blue;
  				}
  				
  			}
  			
  		}
  		
  	}
  	
  	section#feed{
  		display: none;
  	}
  	
  	section#list{
  		display: block;
  	}
  	
  }
  */ }
  body h1,
  body h2, body.page-template-page-journal main section#list nav a, body.page-template-page-journal main a blockquote,
  body #next h2 a {
    font-size: 25px;
    line-height: 28px; }
  body #player {
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    z-index: 5;
    display: none; }
    body #player #player_top {
      display: flex;
      background: #000;
      transition: all .3s ease;
      padding: 20px;
      justify-content: flex-end;
      z-index: 3; }
      body #player #player_top > a {
        top: 0;
        right: 0;
        width: 24px;
        height: 24px;
        background: transparent url(img/close_white.svg) no-repeat center center;
        background-size: 24px;
        z-index: 2; }
      @media (hover: hover) {
        body #player #player_top:hover {
          opacity: 1; } }
    body #player #message {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      text-align: center;
      color: #FFFFFF;
      height: 100%;
      width: 100%;
      z-index: 2;
      top: 0;
      left: 0; }
      body #player #message p {
        max-width: 510px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 17px;
        line-height: 25px;
        padding: 20px; }
        body #player #message p a {
          margin: 1rem auto 0;
          color: #fff;
          display: table;
          border-bottom: 1px solid #fff; }
    body #player #media {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 1;
      top: 0;
      left: 0;
      /*
      video{
      	
      	width: 100%;
      	max-height: 100%;
      	position: absolute;
      	top: 50%;
      	margin-top: calc( ( (  100vw * 9/16) / 2) * -1 );
      	//@include transform( translateY( -50% ) );
      	
      	&::-webkit-media-controls-panel {}
      	&::-webkit-media-controls-volume-slider-container {}
      	&::-webkit-media-controls-volume-slider {}
      	&::-webkit-media-controls-timeline {}
      	
      }
      */ }
      body #player #media > div {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        top: 0;
        left: 0; }
    body #player.playing #message {
      pointer-events: none; }
  body #loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #C0C0C0;
    z-index: 5;
    cursor: pointer;
    display: none; }
    body #loading div {
      position: absolute;
      width: 100vw;
      height: 100vh;
      display: none;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      color: inherit; }
      body #loading div span {
        position: relative;
        display: block;
        width: 100%;
        font-family: 'NHGTXTPRO-75', Helvetica, sans-serif;
        text-transform: uppercase;
        text-align: center;
        line-height: 120%;
        opacity: 0;
        font-size: 10vw;
        color: inherit; }
        body #loading div span span {
          display: inline;
          width: auto; }
        body #loading div span.active {
          opacity: 1; }
      body #loading div.active {
        display: flex; }
    body #loading.film div:nth-of-type(2) > span:last-child {
      color: #2300FF; }
  body #glitch {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    top: 0;
    left: 0;
    pointer-events: none; }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    height: 74px;
    width: 100%;
    z-index: 3;
    overflow: hidden;
    background: #FFFFFF;
    color: #000000; }
    body header > a {
      z-index: 2; }
    body header > div {
      position: absolute;
      width: 100%;
      height: 100%;
      min-height: 640px;
      z-index: 1; }
    body header #menu-toggle {
      position: absolute;
      top: 28px;
      right: 20px;
      display: block;
      width: 16px;
      height: 14px;
      background: transparent url(img/menu_black.svg) no-repeat center center; }
    body header #logo {
      position: absolute;
      top: 26px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 169px;
      height: 19px;
      background: #000000;
      mask-image: url(img/logo_black.svg);
      mask-repeat: no-repeat;
      mask-size: contain;
      -webkit-mask-image: url(img/logo_black.svg);
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: contain; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body header {
        /* IE10+ CSS styles go here */ }
        body header #logo {
          mask-image: none;
          background: transparent url(img/logo_black.svg) no-repeat 0 0;
          background-size: 173px 19px; } }
    body header ul li.current_page_item > a,
    body header ul li a:hover {
      color: #2300FF; }
    body header ul li ul {
      display: none;
      margin-left: 10px;
      margin-bottom: 5px; }
    body header ul li.current-page-ancestor ul, body header ul li.current_page_item ul, body header ul li.current_page_parent ul {
      display: block; }
    body header #menu {
      margin: 100px 0 60px 20px; }
      body header #menu li a {
        line-height: 40px; }
    body header #footer {
      margin: 0 0 0 20px; }
      body header #footer li a {
        line-height: 40px; }
    body header #misc {
      margin: 5px 0 0 20px;
      /*
      position: absolute;
      right: 20px;
      left: 20px;
      bottom: 60px;
      
      li{
      	
      	position: absolute;
      	
      	&:nth-of-type(1){
      		left: 0px;
      	}
      	
      	&:nth-of-type(2){
      		right: 0px;
      	}
      	
      }
      */ }
    body header #join {
      display: none;
      margin: 60px 20px 0; }
      body header #join p {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 2;
        background: #000000; }
      body header #join input {
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 25px; }
        body header #join input:focus {
          border-bottom: 1px solid white;
          outline: none; }
        body header #join input[type='submit'] {
          position: relative;
          width: auto;
          display: inline;
          float: left;
          border-bottom: none;
          padding: 0;
          margin-bottom: 0;
          z-index: 3; }
      body header #join > a {
        float: right; }
        body header #join > a:hover {
          color: #2300FF; }
      body header #join.error p {
        color: #f00; }
      body header #join.error input[type='email'] {
        border-bottom: 1px solid red; }
      body header #join.success input {
        display: none; }
      body header #join.success p {
        text-align: center; }
  body > main {
    padding-top: 74px;
    min-height: calc( 100vh - 74px );
    z-index: 1; }
  body aside {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    display: none;
    background: #FFFFFF;
    color: #000000; }
    body aside > a {
      position: fixed;
      top: 0;
      right: 0;
      display: block;
      width: 24px;
      height: 24px;
      background: transparent url(img/close_black.svg) no-repeat center center;
      background-size: 24px;
      padding: 20px;
      z-index: 2; }
  body.page-template-page-journal main section, body.page-template-page-journal-interview main section, body.page-template-page-journal-gallery main section, body.page-template-page-journal-film-list main section, body.page-template-page-journal-set-report main section {
    margin: 45px 20px 60px; }
    body.page-template-page-journal main section article h1,
    body.page-template-page-journal main section article h2, body.page-template-page-journal-interview main section article h1,
    body.page-template-page-journal-interview main section article h2, body.page-template-page-journal-gallery main section article h1,
    body.page-template-page-journal-gallery main section article h2, body.page-template-page-journal-film-list main section article h1,
    body.page-template-page-journal-film-list main section article h2, body.page-template-page-journal-set-report main section article h1,
    body.page-template-page-journal-set-report main section article h2 {
      text-align: center;
      margin-bottom: 30px; }
      body.page-template-page-journal main section article h1 a,
      body.page-template-page-journal main section article h2 a, body.page-template-page-journal-interview main section article h1 a,
      body.page-template-page-journal-interview main section article h2 a, body.page-template-page-journal-gallery main section article h1 a,
      body.page-template-page-journal-gallery main section article h2 a, body.page-template-page-journal-film-list main section article h1 a,
      body.page-template-page-journal-film-list main section article h2 a, body.page-template-page-journal-set-report main section article h1 a,
      body.page-template-page-journal-set-report main section article h2 a {
        font-family: inherit;
        font-size: inherit; }
    body.page-template-page-journal main section article video,
    body.page-template-page-journal main section article img, body.page-template-page-journal-interview main section article video,
    body.page-template-page-journal-interview main section article img, body.page-template-page-journal-gallery main section article video,
    body.page-template-page-journal-gallery main section article img, body.page-template-page-journal-film-list main section article video,
    body.page-template-page-journal-film-list main section article img, body.page-template-page-journal-set-report main section article video,
    body.page-template-page-journal-set-report main section article img {
      width: 100%;
      display: block; }
    body.page-template-page-journal main section article > div.img, body.page-template-page-journal main section article > div.copy, body.page-template-page-journal-interview main section article > div.img, body.page-template-page-journal-interview main section article > div.copy, body.page-template-page-journal-gallery main section article > div.img, body.page-template-page-journal-gallery main section article > div.copy, body.page-template-page-journal-film-list main section article > div.img, body.page-template-page-journal-film-list main section article > div.copy, body.page-template-page-journal-set-report main section article > div.img, body.page-template-page-journal-set-report main section article > div.copy {
      position: relative;
      margin-bottom: 25px; }
      body.page-template-page-journal main section article > div.img > span, body.page-template-page-journal main section article > div.copy > span, body.page-template-page-journal-interview main section article > div.img > span, body.page-template-page-journal-interview main section article > div.copy > span, body.page-template-page-journal-gallery main section article > div.img > span, body.page-template-page-journal-gallery main section article > div.copy > span, body.page-template-page-journal-film-list main section article > div.img > span, body.page-template-page-journal-film-list main section article > div.copy > span, body.page-template-page-journal-set-report main section article > div.img > span, body.page-template-page-journal-set-report main section article > div.copy > span {
        display: block;
        margin-bottom: 10px; }
      body.page-template-page-journal main section article > div.img time, body.page-template-page-journal main section article > div.copy time, body.page-template-page-journal-interview main section article > div.img time, body.page-template-page-journal-interview main section article > div.copy time, body.page-template-page-journal-gallery main section article > div.img time, body.page-template-page-journal-gallery main section article > div.copy time, body.page-template-page-journal-film-list main section article > div.img time, body.page-template-page-journal-film-list main section article > div.copy time, body.page-template-page-journal-set-report main section article > div.img time, body.page-template-page-journal-set-report main section article > div.copy time {
        display: none; }
      body.page-template-page-journal main section article > div.img p a, body.page-template-page-journal main section article > div.copy p a, body.page-template-page-journal-interview main section article > div.img p a, body.page-template-page-journal-interview main section article > div.copy p a, body.page-template-page-journal-gallery main section article > div.img p a, body.page-template-page-journal-gallery main section article > div.copy p a, body.page-template-page-journal-film-list main section article > div.img p a, body.page-template-page-journal-film-list main section article > div.copy p a, body.page-template-page-journal-set-report main section article > div.img p a, body.page-template-page-journal-set-report main section article > div.copy p a {
        text-decoration: underline;
        text-transform: none; }
        body.page-template-page-journal main section article > div.img p a:hover, body.page-template-page-journal main section article > div.copy p a:hover, body.page-template-page-journal-interview main section article > div.img p a:hover, body.page-template-page-journal-interview main section article > div.copy p a:hover, body.page-template-page-journal-gallery main section article > div.img p a:hover, body.page-template-page-journal-gallery main section article > div.copy p a:hover, body.page-template-page-journal-film-list main section article > div.img p a:hover, body.page-template-page-journal-film-list main section article > div.copy p a:hover, body.page-template-page-journal-set-report main section article > div.img p a:hover, body.page-template-page-journal-set-report main section article > div.copy p a:hover {
          color: #2300FF; }
    body.page-template-page-journal main section article > div.img, body.page-template-page-journal-interview main section article > div.img, body.page-template-page-journal-gallery main section article > div.img, body.page-template-page-journal-film-list main section article > div.img, body.page-template-page-journal-set-report main section article > div.img {
      min-height: 1px; }
      body.page-template-page-journal main section article > div.img a, body.page-template-page-journal-interview main section article > div.img a, body.page-template-page-journal-gallery main section article > div.img a, body.page-template-page-journal-film-list main section article > div.img a, body.page-template-page-journal-set-report main section article > div.img a {
        display: block; }
      body.page-template-page-journal main section article > div.img > span, body.page-template-page-journal-interview main section article > div.img > span, body.page-template-page-journal-gallery main section article > div.img > span, body.page-template-page-journal-film-list main section article > div.img > span, body.page-template-page-journal-set-report main section article > div.img > span {
        text-transform: uppercase; }
    body.page-template-page-journal main section article > div:last-child, body.page-template-page-journal-interview main section article > div:last-child, body.page-template-page-journal-gallery main section article > div:last-child, body.page-template-page-journal-film-list main section article > div:last-child, body.page-template-page-journal-set-report main section article > div:last-child {
      margin-bottom: 0; }
    body.page-template-page-journal main section article > nav, body.page-template-page-journal-interview main section article > nav, body.page-template-page-journal-gallery main section article > nav, body.page-template-page-journal-film-list main section article > nav, body.page-template-page-journal-set-report main section article > nav {
      text-align: right; }
      body.page-template-page-journal main section article > nav > a, body.page-template-page-journal-interview main section article > nav > a, body.page-template-page-journal-gallery main section article > nav > a, body.page-template-page-journal-film-list main section article > nav > a, body.page-template-page-journal-set-report main section article > nav > a {
        text-decoration: underline; }
        body.page-template-page-journal main section article > nav > a:hover, body.page-template-page-journal-interview main section article > nav > a:hover, body.page-template-page-journal-gallery main section article > nav > a:hover, body.page-template-page-journal-film-list main section article > nav > a:hover, body.page-template-page-journal-set-report main section article > nav > a:hover {
          color: #2300FF; }
      body.page-template-page-journal main section article > nav > div, body.page-template-page-journal-interview main section article > nav > div, body.page-template-page-journal-gallery main section article > nav > div, body.page-template-page-journal-film-list main section article > nav > div, body.page-template-page-journal-set-report main section article > nav > div {
        display: inline-block;
        margin-right: 20px; }
        body.page-template-page-journal main section article > nav > div > a, body.page-template-page-journal-interview main section article > nav > div > a, body.page-template-page-journal-gallery main section article > nav > div > a, body.page-template-page-journal-film-list main section article > nav > div > a, body.page-template-page-journal-set-report main section article > nav > div > a {
          position: relative;
          font-family: 'NHGTXTPRO-55', Helvetica, sans-serif;
          opacity: 1;
          text-decoration: underline;
          z-index: 2; }
        body.page-template-page-journal main section article > nav > div ul, body.page-template-page-journal-interview main section article > nav > div ul, body.page-template-page-journal-gallery main section article > nav > div ul, body.page-template-page-journal-film-list main section article > nav > div ul, body.page-template-page-journal-set-report main section article > nav > div ul {
          position: absolute;
          top: 5px;
          right: 0;
          width: 80px;
          overflow: auto;
          display: none;
          z-index: 1; }
          body.page-template-page-journal main section article > nav > div ul li, body.page-template-page-journal-interview main section article > nav > div ul li, body.page-template-page-journal-gallery main section article > nav > div ul li, body.page-template-page-journal-film-list main section article > nav > div ul li, body.page-template-page-journal-set-report main section article > nav > div ul li {
            float: left;
            margin-right: 15px; }
            body.page-template-page-journal main section article > nav > div ul li:first-child, body.page-template-page-journal-interview main section article > nav > div ul li:first-child, body.page-template-page-journal-gallery main section article > nav > div ul li:first-child, body.page-template-page-journal-film-list main section article > nav > div ul li:first-child, body.page-template-page-journal-set-report main section article > nav > div ul li:first-child {
              margin-right: 10px; }
            body.page-template-page-journal main section article > nav > div ul li:last-child, body.page-template-page-journal-interview main section article > nav > div ul li:last-child, body.page-template-page-journal-gallery main section article > nav > div ul li:last-child, body.page-template-page-journal-film-list main section article > nav > div ul li:last-child, body.page-template-page-journal-set-report main section article > nav > div ul li:last-child {
              margin-right: 0; }
            body.page-template-page-journal main section article > nav > div ul li a, body.page-template-page-journal-interview main section article > nav > div ul li a, body.page-template-page-journal-gallery main section article > nav > div ul li a, body.page-template-page-journal-film-list main section article > nav > div ul li a, body.page-template-page-journal-set-report main section article > nav > div ul li a {
              -webkit-text-underline-position: unset;
              -ms-text-underline-position: unset;
              text-underline-position: unset; }
        @media (hover: hover) {
          body.page-template-page-journal main section article > nav > div:hover > a, body.page-template-page-journal-interview main section article > nav > div:hover > a, body.page-template-page-journal-gallery main section article > nav > div:hover > a, body.page-template-page-journal-film-list main section article > nav > div:hover > a, body.page-template-page-journal-set-report main section article > nav > div:hover > a {
            opacity: 0;
            z-index: 1;
            pointer-events: none;
            visibility: hidden; }
          body.page-template-page-journal main section article > nav > div:hover ul, body.page-template-page-journal-interview main section article > nav > div:hover ul, body.page-template-page-journal-gallery main section article > nav > div:hover ul, body.page-template-page-journal-film-list main section article > nav > div:hover ul, body.page-template-page-journal-set-report main section article > nav > div:hover ul {
            display: block;
            z-index: 2; } }
        body.page-template-page-journal main section article > nav > div.show > a, body.page-template-page-journal-interview main section article > nav > div.show > a, body.page-template-page-journal-gallery main section article > nav > div.show > a, body.page-template-page-journal-film-list main section article > nav > div.show > a, body.page-template-page-journal-set-report main section article > nav > div.show > a {
          opacity: 0;
          z-index: 1;
          pointer-events: none;
          visibility: hidden; }
        body.page-template-page-journal main section article > nav > div.show ul, body.page-template-page-journal-interview main section article > nav > div.show ul, body.page-template-page-journal-gallery main section article > nav > div.show ul, body.page-template-page-journal-film-list main section article > nav > div.show ul, body.page-template-page-journal-set-report main section article > nav > div.show ul {
          display: block;
          z-index: 2; }
    body.page-template-page-journal main section article.interview .img a.quote, body.page-template-page-journal-interview main section article.interview .img a.quote, body.page-template-page-journal-gallery main section article.interview .img a.quote, body.page-template-page-journal-film-list main section article.interview .img a.quote, body.page-template-page-journal-set-report main section article.interview .img a.quote {
      position: relative; }
      body.page-template-page-journal main section article.interview .img a.quote img, body.page-template-page-journal-interview main section article.interview .img a.quote img, body.page-template-page-journal-gallery main section article.interview .img a.quote img, body.page-template-page-journal-film-list main section article.interview .img a.quote img, body.page-template-page-journal-set-report main section article.interview .img a.quote img {
        position: relative;
        z-index: 2;
        -webkit-transition: opacity 0.1s ease-out;
        -moz-transition: opacity 0.1s ease-out;
        -ms-transition: opacity 0.1s ease-out;
        -o-transition: opacity 0.1s ease-out;
        transition: opacity 0.1s ease-out; }
      body.page-template-page-journal main section article.interview .img a.quote blockquote, body.page-template-page-journal-interview main section article.interview .img a.quote blockquote, body.page-template-page-journal-gallery main section article.interview .img a.quote blockquote, body.page-template-page-journal-film-list main section article.interview .img a.quote blockquote, body.page-template-page-journal-set-report main section article.interview .img a.quote blockquote {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 50%;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
    @media (hover: hover) {
      body.page-template-page-journal main section article.interview .img a.quote:hover img, body.page-template-page-journal-interview main section article.interview .img a.quote:hover img, body.page-template-page-journal-gallery main section article.interview .img a.quote:hover img, body.page-template-page-journal-film-list main section article.interview .img a.quote:hover img, body.page-template-page-journal-set-report main section article.interview .img a.quote:hover img {
        opacity: 0; } }
    body.page-template-page-journal main section form, body.page-template-page-journal-interview main section form, body.page-template-page-journal-gallery main section form, body.page-template-page-journal-film-list main section form, body.page-template-page-journal-set-report main section form {
      margin-bottom: 170px; }
      body.page-template-page-journal main section form h2, body.page-template-page-journal-interview main section form h2, body.page-template-page-journal-gallery main section form h2, body.page-template-page-journal-film-list main section form h2, body.page-template-page-journal-set-report main section form h2 {
        margin-bottom: 30px; }
      body.page-template-page-journal main section form input, body.page-template-page-journal-interview main section form input, body.page-template-page-journal-gallery main section form input, body.page-template-page-journal-film-list main section form input, body.page-template-page-journal-set-report main section form input {
        width: 100%; }
    body.page-template-page-journal main section#next, body.page-template-page-journal-interview main section#next, body.page-template-page-journal-gallery main section#next, body.page-template-page-journal-film-list main section#next, body.page-template-page-journal-set-report main section#next {
      margin: 0;
      width: 100%;
      height: 700px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #eee; }
      body.page-template-page-journal main section#next h2, body.page-template-page-journal-interview main section#next h2, body.page-template-page-journal-gallery main section#next h2, body.page-template-page-journal-film-list main section#next h2, body.page-template-page-journal-set-report main section#next h2 {
        margin: 0 20px; }
        body.page-template-page-journal main section#next h2 span, body.page-template-page-journal-interview main section#next h2 span, body.page-template-page-journal-gallery main section#next h2 span, body.page-template-page-journal-film-list main section#next h2 span, body.page-template-page-journal-set-report main section#next h2 span {
          font-family: inherit;
          font-size: inherit;
          line-height: inherit;
          display: block;
          margin-bottom: 20px; }
  body.page-template-page-journal header ul li .current-menu-item a {
    color: #2300FF; }
  body.page-template-page-journal main {
    overflow: auto; }
    body.page-template-page-journal main section > div {
      margin-bottom: 90px; }
      body.page-template-page-journal main section > div h1 {
        text-align: center;
        margin-bottom: 30px; }
    body.page-template-page-journal main section article {
      margin-bottom: 80px; }
    body.page-template-page-journal main section#feed article > div.gallery a {
      position: relative; }
      body.page-template-page-journal main section#feed article > div.gallery a > div {
        position: absolute;
        z-index: 1;
        top: 0; }
        body.page-template-page-journal main section#feed article > div.gallery a > div video,
        body.page-template-page-journal main section#feed article > div.gallery a > div img {
          width: 100%; }
        body.page-template-page-journal main section#feed article > div.gallery a > div.active {
          position: relative;
          z-index: 2; }
        body.page-template-page-journal main section#feed article > div.gallery a > div img.loaded {
          -webkit-animation: fadeIn 0.5s ease-out;
          -moz-animation: fadeIn 0.5s ease-out;
          -o-animation: fadeIn 0.5s ease-out;
          animation: fadeIn 0.5s ease-out; }
    body.page-template-page-journal main section#feed article.gallery > div.gallery a > div {
      padding-bottom: calc( 100% * 6/10 ); }
      body.page-template-page-journal main section#feed article.gallery > div.gallery a > div video,
      body.page-template-page-journal main section#feed article.gallery > div.gallery a > div img {
        position: absolute;
        top: 0;
        height: 100%;
        object-fit: contain; }
      body.page-template-page-journal main section#feed article.gallery > div.gallery a > div img.loaded {
        -webkit-animation: fadeIn 0.5s ease-out;
        -moz-animation: fadeIn 0.5s ease-out;
        -o-animation: fadeIn 0.5s ease-out;
        animation: fadeIn 0.5s ease-out; }
    body.page-template-page-journal main section#list nav a {
      display: block;
      font-family: 'NHGTXTPRO-75', Helvetica, sans-serif;
      font-size: 25px;
      line-height: 28px;
      margin-bottom: 20px;
      text-align: center; }
      body.page-template-page-journal main section#list nav a:hover {
        color: #2300FF; }
  body.page-template-page-journal-interview main section div.interview {
    margin-top: 50px;
    margin-bottom: 50px; }
    body.page-template-page-journal-interview main section div.interview p {
      margin-bottom: 30px; }
      body.page-template-page-journal-interview main section div.interview p a {
        text-decoration: underline;
        text-transform: none; }
        body.page-template-page-journal-interview main section div.interview p a:hover {
          color: #2300FF; }
    body.page-template-page-journal-interview main section div.interview h4, body.page-template-page-journal-interview main section div.interview p {
      position: relative;
      padding-left: 40px; }
      body.page-template-page-journal-interview main section div.interview h4 strong:first-child, body.page-template-page-journal-interview main section div.interview p strong:first-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px; }
  body.page-template-page-journal-film-list main section div.list {
    margin-top: 80px; }
    body.page-template-page-journal-film-list main section div.list > div {
      column-count: 2;
      column-gap: 15px; }
      body.page-template-page-journal-film-list main section div.list > div img {
        display: block; }
    body.page-template-page-journal-film-list main section div.list h4 {
      margin-top: 15px;
      margin-bottom: 15px; }
    body.page-template-page-journal-film-list main section div.list p {
      margin-bottom: 60px; }
      body.page-template-page-journal-film-list main section div.list p a {
        font-family: 'NHGTXTPRO-55', Helvetica, sans-serif;
        text-decoration: underline;
        text-transform: none; }
  body.page-template-page-journal-gallery main section article > div.img {
    margin: 15px 0;
    cursor: e-resize; }
    body.page-template-page-journal-gallery main section article > div.img a {
      display: none;
      cursor: e-resize;
      pointer-events: none; }
      body.page-template-page-journal-gallery main section article > div.img a video,
      body.page-template-page-journal-gallery main section article > div.img a img {
        width: 100%; }
      body.page-template-page-journal-gallery main section article > div.img a.active {
        display: inline-block; }
  body.page-template-page-journal-gallery main section article > div.nav {
    margin-bottom: 12px; }
    body.page-template-page-journal-gallery main section article > div.nav nav {
      text-align: center; }
      body.page-template-page-journal-gallery main section article > div.nav nav a {
        font-family: 'NHGTXTPRO-75', Helvetica, sans-serif;
        margin: 0 5px; }
        body.page-template-page-journal-gallery main section article > div.nav nav a:hover, body.page-template-page-journal-gallery main section article > div.nav nav a.active {
          color: #2300FF; }
  body.page-template-page-journal-gallery main section article > div.copy div {
    display: none; }
    body.page-template-page-journal-gallery main section article > div.copy div h4 {
      text-transform: uppercase;
      margin-bottom: 10px; }
    body.page-template-page-journal-gallery main section article > div.copy div.active {
      display: block; }
  body.page-template-page-archive {
    background: #000000;
    color: #FFFFFF; }
    body.page-template-page-archive header {
      background: #000000;
      color: #FFFFFF; }
      body.page-template-page-archive header #join p {
        background: #000000; }
      body.page-template-page-archive header #logo {
        background: #FFFFFF; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        body.page-template-page-archive header {
          /* IE10+ CSS styles go here */ }
          body.page-template-page-archive header #logo {
            background: transparent url(img/logo_white.svg) no-repeat 0 0; } }
      body.page-template-page-archive header #menu-toggle {
        background: transparent url(img/menu_white.svg) no-repeat center center; }
      body.page-template-page-archive header ul li.current-page-ancestor ul li:nth-of-type(1) a, body.page-template-page-archive header ul li.current_page_item ul li:nth-of-type(1) a {
        color: #2300FF; }
    body.page-template-page-archive > main {
      margin: 0 20px; }
      body.page-template-page-archive > main section {
        z-index: 1;
        margin-top: 80px; }
        body.page-template-page-archive > main section#grid {
          overflow: auto; }
          body.page-template-page-archive > main section#grid div a {
            background: rgba(255, 255, 255, 0.1); }
            body.page-template-page-archive > main section#grid div a img.loaded {
              -webkit-animation: fadeIn 0.5s ease-out;
              -moz-animation: fadeIn 0.5s ease-out;
              -o-animation: fadeIn 0.5s ease-out;
              animation: fadeIn 0.5s ease-out; }
            body.page-template-page-archive > main section#grid div a video {
              display: block; }
          body.page-template-page-archive > main section#grid div p {
            display: none; }
            body.page-template-page-archive > main section#grid div p strong {
              text-transform: uppercase; }
          body.page-template-page-archive > main section#grid div ul li {
            display: inline; }
          body.page-template-page-archive > main section#grid div ul:nth-of-type(1) {
            margin: 5px 0 0; }
            body.page-template-page-archive > main section#grid div ul:nth-of-type(1) li:nth-of-type(1), body.page-template-page-archive > main section#grid div ul:nth-of-type(1) li:nth-of-type(3) {
              text-transform: uppercase;
              font-family: 'NHGTXTPRO-75', Helvetica, sans-serif; }
          body.page-template-page-archive > main section#grid div ul:nth-of-type(2) {
            margin: 0 0 50px; }
            body.page-template-page-archive > main section#grid div ul:nth-of-type(2) li {
              margin-right: 0.4em; }
        body.page-template-page-archive > main section#list {
          display: none; }
          body.page-template-page-archive > main section#list table {
            width: 100%;
            margin-bottom: 120px; }
            body.page-template-page-archive > main section#list table tr:hover td {
              color: #2300FF; }
            body.page-template-page-archive > main section#list table th, body.page-template-page-archive > main section#list table td {
              text-align: left;
              display: none; }
            body.page-template-page-archive > main section#list table th {
              cursor: pointer; }
              body.page-template-page-archive > main section#list table th:after {
                content: '';
                position: absolute;
                display: none;
                top: 5px;
                margin-left: 10px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 13px 7.5px 0 7.5px;
                border-color: #2300FF transparent transparent transparent; }
              body.page-template-page-archive > main section#list table th.asc {
                color: #2300FF; }
                body.page-template-page-archive > main section#list table th.asc:after {
                  display: inline-block; }
                body.page-template-page-archive > main section#list table th.asc.desc:after {
                  border-width: 0 7.5px 13px 7.5px;
                  border-color: transparent transparent #2300FF transparent; }
              body.page-template-page-archive > main section#list table th:hover {
                color: #2300FF; }
                body.page-template-page-archive > main section#list table th:hover:after {
                  display: inline-block; }
            body.page-template-page-archive > main section#list table td {
              padding-bottom: 20px; }
              body.page-template-page-archive > main section#list table td:nth-of-type(2), body.page-template-page-archive > main section#list table td:last-child {
                display: table-cell; }
              body.page-template-page-archive > main section#list table td:nth-of-type(2), body.page-template-page-archive > main section#list table td:nth-of-type(3) {
                text-transform: uppercase; }
              body.page-template-page-archive > main section#list table td:last-child {
                width: 15px;
                padding-left: 20px; }
              body.page-template-page-archive > main section#list table td:not(:last-child) {
                cursor: pointer; }
          body.page-template-page-archive > main section#list a {
            width: auto;
            color: #2300FF;
            /*
            color: $blue;
            display: block;
            text-indent: -9999px;
            width: 15px;
            
            &:before{
            	content: '';
            	position: absolute;
            	display: block;
            	width: 0;
            	height: 0;
            	top: 2px;
            	border-style: solid;
            	border-width: 7.5px 0 7.5px 13px;
            	border-color: transparent transparent transparent $blue;
            }
            */ }
    body.page-template-page-archive aside main section {
      margin-top: 120px; }
    body.page-template-page-archive article .meta {
      margin-bottom: 115px; }
    body.page-template-page-archive footer {
      background: none; }
  body.page-template-page-film:not(.home) main section {
    margin: 120px 0 0; }
    body.page-template-page-film:not(.home) main section.preview {
      margin: 0; }
  body.page-template-page-home #banner, body.page-template-page-film #banner, body.page-template-page-archive #banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: #000000;
    color: #FFFFFF;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: bottom 0.3s ease-out;
    -moz-transition: bottom 0.3s ease-out;
    -ms-transition: bottom 0.3s ease-out;
    -o-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out; }
    body.page-template-page-home #banner p, body.page-template-page-film #banner p, body.page-template-page-archive #banner p {
      position: absolute;
      line-height: 25px;
      white-space: nowrap;
      z-index: 1;
      -webkit-animation: moveRightLeft 40s linear 3s infinite;
      -moz-animation: moveRightLeft 40s linear 3s infinite;
      -o-animation: moveRightLeft 40s linear 3s infinite;
      animation: moveRightLeft 40s linear 3s infinite; }
      body.page-template-page-home #banner p strong, body.page-template-page-film #banner p strong, body.page-template-page-archive #banner p strong {
        font-family: 'NHGTXTPRO-55', Helvetica, sans-serif;
        font-weight: normal;
        text-transform: uppercase; }
    body.page-template-page-home #banner a, body.page-template-page-film #banner a, body.page-template-page-archive #banner a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 2; }
  body.page-template-page-home article, body.page-template-page-film article, body.page-template-page-archive article {
    margin: 0 20px; }
    body.page-template-page-home article strong, body.page-template-page-film article strong, body.page-template-page-archive article strong {
      text-transform: uppercase; }
    body.page-template-page-home article .hero_wrapper, body.page-template-page-film article .hero_wrapper, body.page-template-page-archive article .hero_wrapper {
      height: 100vh;
      min-height: calc( ( 9/16 * 100vw ) + 380px );
      display: flex;
      align-items: center; }
    body.page-template-page-home article .hero, body.page-template-page-film article .hero, body.page-template-page-archive article .hero {
      margin-bottom: 20px; }
      body.page-template-page-home article .hero img,
      body.page-template-page-home article .hero video, body.page-template-page-film article .hero img,
      body.page-template-page-film article .hero video, body.page-template-page-archive article .hero img,
      body.page-template-page-archive article .hero video {
        width: 100%; }
      body.page-template-page-home article .hero a, body.page-template-page-film article .hero a, body.page-template-page-archive article .hero a {
        display: block; }
    body.page-template-page-home article .meta > ul, body.page-template-page-film article .meta > ul, body.page-template-page-archive article .meta > ul {
      margin: 10px 0 0 0; }
      body.page-template-page-home article .meta > ul li, body.page-template-page-film article .meta > ul li, body.page-template-page-archive article .meta > ul li {
        display: inline; }
        body.page-template-page-home article .meta > ul li:before, body.page-template-page-film article .meta > ul li:before, body.page-template-page-archive article .meta > ul li:before {
          content: '–';
          display: inline;
          margin: 0 6px 0 1px; }
        body.page-template-page-home article .meta > ul li:nth-of-type(1):before, body.page-template-page-film article .meta > ul li:nth-of-type(1):before, body.page-template-page-archive article .meta > ul li:nth-of-type(1):before {
          display: none; }
    body.page-template-page-home article .meta nav, body.page-template-page-film article .meta nav, body.page-template-page-archive article .meta nav {
      margin: 40px 0 0px;
      overflow: auto; }
      body.page-template-page-home article .meta nav a, body.page-template-page-film article .meta nav a, body.page-template-page-archive article .meta nav a {
        overflow: auto;
        text-decoration: underline; }
        body.page-template-page-home article .meta nav a.watch, body.page-template-page-film article .meta nav a.watch, body.page-template-page-archive article .meta nav a.watch {
          float: left;
          /*
          &:before{
          	content: '';
          	display: inline-block;
          	margin-right: 10px;
          	width: 0;
          	height: 0;
          	border-style: solid;
          	border-width: 7.5px 0 7.5px 13px;
          	border-color: transparent transparent transparent $black;
          }
          */ }
        body.page-template-page-home article .meta nav a.more, body.page-template-page-film article .meta nav a.more, body.page-template-page-archive article .meta nav a.more {
          float: right;
          /*
          &:after{
          	content: '';
          	display: inline-block;
          	margin-left: 10px;
          	background: $black;
          	width: 12px;
          	height: 12px;
          	border-radius: 6px;
          	position: relative;
          	top: -1px;
          }*/ }
    @media (hover: hover) {
      body.page-template-page-home article .meta:hover nav a:nth-of-type(2), body.page-template-page-film article .meta:hover nav a:nth-of-type(2), body.page-template-page-archive article .meta:hover nav a:nth-of-type(2) {
        color: #2300FF; } }
    body.page-template-page-home article .meta video,
    body.page-template-page-home article .meta img, body.page-template-page-film article .meta video,
    body.page-template-page-film article .meta img, body.page-template-page-archive article .meta video,
    body.page-template-page-archive article .meta img {
      width: 100%;
      display: block;
      margin: 40px 0; }
    body.page-template-page-home article .meta p:not(.status) a, body.page-template-page-film article .meta p:not(.status) a, body.page-template-page-archive article .meta p:not(.status) a {
      text-transform: none;
      text-decoration: underline; }
      body.page-template-page-home article .meta p:not(.status) a:hover, body.page-template-page-film article .meta p:not(.status) a:hover, body.page-template-page-archive article .meta p:not(.status) a:hover {
        color: #2300FF; }
    body.page-template-page-home article .meta p.status, body.page-template-page-film article .meta p.status, body.page-template-page-archive article .meta p.status {
      color: #2300FF;
      float: left; }
      body.page-template-page-home article .meta p.status a, body.page-template-page-film article .meta p.status a, body.page-template-page-archive article .meta p.status a {
        text-decoration: underline; }
        body.page-template-page-home article .meta p.status a img, body.page-template-page-film article .meta p.status a img, body.page-template-page-archive article .meta p.status a img {
          display: inline;
          width: 13px;
          height: 13px;
          margin: 4px 0 0 10px;
          padding: 0; }
    body.page-template-page-home article > .meta p:first-child, body.page-template-page-film article > .meta p:first-child, body.page-template-page-archive article > .meta p:first-child {
      margin-bottom: 20px; }
    body.page-template-page-home article > .meta p.status, body.page-template-page-film article > .meta p.status, body.page-template-page-archive article > .meta p.status {
      float: none;
      clear: both; }
    body.page-template-page-home article .copy > p, body.page-template-page-film article .copy > p, body.page-template-page-archive article .copy > p {
      position: relative; }
      body.page-template-page-home article .copy > p img, body.page-template-page-film article .copy > p img, body.page-template-page-archive article .copy > p img {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        display: block;
        z-index: 1; }
        body.page-template-page-home article .copy > p img.hover, body.page-template-page-film article .copy > p img.hover, body.page-template-page-archive article .copy > p img.hover {
          pointer-events: none;
          display: none;
          position: absolute;
          top: 0;
          left: 50%;
          z-index: 2;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
          body.page-template-page-home article .copy > p img.hover.show, body.page-template-page-film article .copy > p img.hover.show, body.page-template-page-archive article .copy > p img.hover.show {
            display: block; }
      body.page-template-page-home article .copy > p a, body.page-template-page-film article .copy > p a, body.page-template-page-archive article .copy > p a {
        font-family: inherit;
        text-transform: none;
        text-decoration: underline; }
        body.page-template-page-home article .copy > p a:hover, body.page-template-page-film article .copy > p a:hover, body.page-template-page-archive article .copy > p a:hover {
          color: #2300FF; }
      body.page-template-page-home article .copy > p:last-child, body.page-template-page-film article .copy > p:last-child, body.page-template-page-archive article .copy > p:last-child {
        margin-bottom: 115px; }
    body.page-template-page-home article .copy blockquote, body.page-template-page-film article .copy blockquote, body.page-template-page-archive article .copy blockquote {
      position: relative; }
      body.page-template-page-home article .copy blockquote :before, body.page-template-page-film article .copy blockquote :before, body.page-template-page-archive article .copy blockquote :before {
        position: absolute;
        content: open-quote;
        margin-left: -0.6em;
        margin-top: -0.4em; }
      body.page-template-page-home article .copy blockquote :after, body.page-template-page-film article .copy blockquote :after, body.page-template-page-archive article .copy blockquote :after {
        position: absolute;
        content: close-quote;
        bottom: 0;
        right: 0;
        margin-right: -0.6em;
        margin-bottom: -0.8em; }
      body.page-template-page-home article .copy blockquote p, body.page-template-page-film article .copy blockquote p, body.page-template-page-archive article .copy blockquote p {
        font-family: inherit; }
    body.page-template-page-home article .trailer .trailer_video, body.page-template-page-film article .trailer .trailer_video, body.page-template-page-archive article .trailer .trailer_video {
      position: absolute;
      width: 100%;
      padding-bottom: 56.25%;
      /* 16:9 */
      margin-bottom: 15px;
      z-index: 0; }
      body.page-template-page-home article .trailer .trailer_video iframe, body.page-template-page-film article .trailer .trailer_video iframe, body.page-template-page-archive article .trailer .trailer_video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    body.page-template-page-home article .trailer .trailer_img, body.page-template-page-film article .trailer .trailer_img, body.page-template-page-archive article .trailer .trailer_img {
      position: relative;
      display: block;
      z-index: 1; }
      body.page-template-page-home article .trailer .trailer_img div, body.page-template-page-film article .trailer .trailer_img div, body.page-template-page-archive article .trailer .trailer_img div {
        display: block;
        margin-bottom: 15px; }
        body.page-template-page-home article .trailer .trailer_img div img, body.page-template-page-film article .trailer .trailer_img div img, body.page-template-page-archive article .trailer .trailer_img div img {
          position: relative;
          display: block; }
      body.page-template-page-home article .trailer .trailer_img p a, body.page-template-page-film article .trailer .trailer_img p a, body.page-template-page-archive article .trailer .trailer_img p a {
        text-transform: none;
        text-decoration: underline; }
        body.page-template-page-home article .trailer .trailer_img p a:hover, body.page-template-page-film article .trailer .trailer_img p a:hover, body.page-template-page-archive article .trailer .trailer_img p a:hover {
          color: #2300FF; }
      body.page-template-page-home article .trailer .trailer_img.playable, body.page-template-page-film article .trailer .trailer_img.playable, body.page-template-page-archive article .trailer .trailer_img.playable {
        cursor: pointer; }
        body.page-template-page-home article .trailer .trailer_img.playable div span, body.page-template-page-film article .trailer .trailer_img.playable div span, body.page-template-page-archive article .trailer .trailer_img.playable div span {
          pointer-events: none;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
          -moz-transform: translate3d(-50%, -50%, 0);
          -ms-transform: translate3d(-50%, -50%, 0);
          -o-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 25px 0 25px 45px;
          border-color: transparent transparent transparent #FFFFFF; }
        body.page-template-page-home article .trailer .trailer_img.playable:hover div span, body.page-template-page-film article .trailer .trailer_img.playable:hover div span, body.page-template-page-archive article .trailer .trailer_img.playable:hover div span {
          border-color: transparent transparent transparent #2300FF; }
    body.page-template-page-home article .trailer.show .trailer_video, body.page-template-page-film article .trailer.show .trailer_video, body.page-template-page-archive article .trailer.show .trailer_video {
      z-index: 2; }
    body.page-template-page-home article .trailer.show .trailer_img img, body.page-template-page-film article .trailer.show .trailer_img img, body.page-template-page-archive article .trailer.show .trailer_img img {
      opacity: 0; }
    body.page-template-page-home article .credits, body.page-template-page-film article .credits, body.page-template-page-archive article .credits {
      margin-top: 115px;
      padding-bottom: 175px; }
      body.page-template-page-home article .credits dl dt, body.page-template-page-home article .credits dl dd, body.page-template-page-film article .credits dl dt, body.page-template-page-film article .credits dl dd, body.page-template-page-archive article .credits dl dt, body.page-template-page-archive article .credits dl dd {
        display: inline; }
      body.page-template-page-home article .credits dl dd, body.page-template-page-film article .credits dl dd, body.page-template-page-archive article .credits dl dd {
        text-transform: uppercase; }
    body.page-template-page-home article #watch > a,
    body.page-template-page-home article #share > a, body.page-template-page-film article #watch > a,
    body.page-template-page-film article #share > a, body.page-template-page-archive article #watch > a,
    body.page-template-page-archive article #share > a {
      font-family: 'NHGTXTPRO-75', Helvetica, sans-serif; }
    body.page-template-page-home article #watch, body.page-template-page-film article #watch, body.page-template-page-archive article #watch {
      position: fixed;
      bottom: -80px;
      left: 0;
      width: 100vw;
      height: 60px;
      background-color: #FFFFFF;
      z-index: 2;
      -webkit-transition: bottom 0.4s ease-out;
      -moz-transition: bottom 0.4s ease-out;
      -ms-transition: bottom 0.4s ease-out;
      -o-transition: bottom 0.4s ease-out;
      transition: bottom 0.4s ease-out; }
      body.page-template-page-home article #watch a, body.page-template-page-film article #watch a, body.page-template-page-archive article #watch a {
        font-size: 35px;
        display: block;
        width: 100%;
        line-height: 60px;
        text-align: center;
        color: #FFFFFF;
        /*
        &:before{
        	content: '';
        	display: inline-block;
        	margin-right: 10px;
        	width: 0;
        	height: 0;
        	border-style: solid;
        	border-width: 7.5px 0 7.5px 13px;
        	border-color: transparent transparent transparent $black;
        }
        */ }
    body.page-template-page-home article #share, body.page-template-page-film article #share, body.page-template-page-archive article #share {
      position: fixed;
      right: 35px;
      bottom: -80px;
      display: none;
      -webkit-transition: bottom 0.4s ease-out;
      -moz-transition: bottom 0.4s ease-out;
      -ms-transition: bottom 0.4s ease-out;
      -o-transition: bottom 0.4s ease-out;
      transition: bottom 0.4s ease-out; }
      body.page-template-page-home article #share > a, body.page-template-page-film article #share > a, body.page-template-page-archive article #share > a {
        font-size: 35px;
        opacity: 1; }
      body.page-template-page-home article #share ul, body.page-template-page-film article #share ul, body.page-template-page-archive article #share ul {
        position: absolute;
        top: 0;
        right: 0;
        width: 110px;
        overflow: auto;
        display: none; }
        body.page-template-page-home article #share ul li, body.page-template-page-film article #share ul li, body.page-template-page-archive article #share ul li {
          float: left;
          margin-right: 15px; }
          body.page-template-page-home article #share ul li:first-child, body.page-template-page-film article #share ul li:first-child, body.page-template-page-archive article #share ul li:first-child {
            margin-right: 10px; }
          body.page-template-page-home article #share ul li:last-child, body.page-template-page-film article #share ul li:last-child, body.page-template-page-archive article #share ul li:last-child {
            margin-right: 0; }
          body.page-template-page-home article #share ul li a.share, body.page-template-page-film article #share ul li a.share, body.page-template-page-archive article #share ul li a.share {
            width: 25px;
            height: 25px; }
            body.page-template-page-home article #share ul li a.share.mail, body.page-template-page-film article #share ul li a.share.mail, body.page-template-page-archive article #share ul li a.share.mail {
              width: 30px; }
      body.page-template-page-home article #share:hover > a, body.page-template-page-film article #share:hover > a, body.page-template-page-archive article #share:hover > a {
        opacity: 0; }
      body.page-template-page-home article #share:hover ul, body.page-template-page-film article #share:hover ul, body.page-template-page-archive article #share:hover ul {
        display: block; }
  body.page-template-page-home > main, body.page-template-page-film > main {
    padding-top: 0; }
  body.page-template-page-film:not(.home) #banner, body.page-template-page-archive #banner {
    background: #2300FF; }
  body.page-template-page-about main {
    margin: 0 20px; }
    body.page-template-page-about main > section {
      margin-top: 120px; }
      body.page-template-page-about main > section > div.copy {
        margin-bottom: 110px; }
        @media (hover: none) {
          body.page-template-page-about main > section > div.copy {
            -webkit-transition: color 2s linear;
            -moz-transition: color 2s linear;
            -ms-transition: color 2s linear;
            -o-transition: color 2s linear;
            transition: color 2s linear; } }
      body.page-template-page-about main > section > div.carousel .quote {
        display: none;
        overflow: hidden;
        height: 0;
        padding-top: 56.25%; }
        body.page-template-page-about main > section > div.carousel .quote img,
        body.page-template-page-about main > section > div.carousel .quote div {
          width: 100%;
          position: absolute;
          top: 0; }
        body.page-template-page-about main > section > div.carousel .quote div {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        body.page-template-page-about main > section > div.carousel .quote p {
          font-family: 'NHGTXTPRO-75', Helvetica, sans-serif;
          text-transform: uppercase;
          text-align: center;
          font-size: 20px;
          line-height: 25px; }
          body.page-template-page-about main > section > div.carousel .quote p:last-child {
            margin-top: 5px; }
        body.page-template-page-about main > section > div.carousel .quote.active {
          display: block;
          -webkit-animation: fadeIn 0.4s ease-out;
          -moz-animation: fadeIn 0.4s ease-out;
          -o-animation: fadeIn 0.4s ease-out;
          animation: fadeIn 0.4s ease-out; }
      body.page-template-page-about main > section > div.contact {
        text-align: center;
        margin-top: 120px;
        margin-bottom: 40px; }
        body.page-template-page-about main > section > div.contact h4 {
          text-transform: uppercase; }
        body.page-template-page-about main > section > div.contact a {
          text-decoration: underline;
          text-transform: uppercase; }
          body.page-template-page-about main > section > div.contact a:hover {
            color: #2300FF; }
    body.page-template-page-about main > nav {
      margin: 0 20px 35px;
      text-align: center; }
      body.page-template-page-about main > nav a {
        display: block;
        margin: 0 0 20px; }
        body.page-template-page-about main > nav a:hover {
          color: #2300FF; }
  body.page-template-page-about aside section {
    display: none;
    padding: 100px 20px; }
    body.page-template-page-about aside section.active {
      display: block; }
    body.page-template-page-about aside section h1 {
      text-align: center;
      margin-bottom: 45px; }
    body.page-template-page-about aside section form {
      margin-top: 50px; }
      body.page-template-page-about aside section form input,
      body.page-template-page-about aside section form textarea {
        display: block;
        width: 100%;
        text-transform: uppercase;
        margin-bottom: 40px; }
        body.page-template-page-about aside section form input[type='submit'],
        body.page-template-page-about aside section form textarea[type='submit'] {
          border: none;
          cursor: pointer; }
    body.page-template-page-about aside section details {
      margin-bottom: 20px; }
      body.page-template-page-about aside section details summary {
        display: block; }
        body.page-template-page-about aside section details summary::-webkit-details-marker {
          display: none; }
        body.page-template-page-about aside section details summary a {
          text-transform: none;
          cursor: pointer;
          font-family: 'NHGTXTPRO-75', Helvetica, sans-serif; }
      body.page-template-page-about aside section details p {
        padding: 40px 0; }
    body.page-template-page-about aside section dl dt {
      font-family: 'NHGTXTPRO-75', Helvetica, sans-serif;
      text-transform: uppercase; }
    body.page-template-page-about aside section dl dd {
      margin-bottom: 20px; }
  body.page-template-page-shop {
    /* remove when shop goes live */ }
    body.page-template-page-shop main section {
      margin-top: 50px; }
    body.page-template-page-shop main section {
      min-height: calc( 100vh - 80px );
      margin-top: 80px;
      text-align: center; }
      body.page-template-page-shop main section h1 {
        font-size: 80px;
        line-height: 90px;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
        @media (hover: none) {
          body.page-template-page-shop main section h1 {
            -webkit-transition: color 2s linear;
            -moz-transition: color 2s linear;
            -ms-transition: color 2s linear;
            -o-transition: color 2s linear;
            transition: color 2s linear; } }
  body.error404 main section {
    margin: 120px 20px 60px; }
    body.error404 main section p {
      text-align: center; }
  body footer {
    background: #000000;
    color: #FFFFFF;
    width: 100%;
    height: 35px;
    padding-bottom: 20px; }
    body footer ul {
      padding-top: 5px;
      text-align: center; }
      body footer ul li {
        display: inline-block;
        margin-right: 10px; }
        body footer ul li:last-child {
          margin-right: 0; }
        body footer ul li a:hover {
          color: #2300FF; }
  body .shopify-buy__product__title,
  body .shopify-buy__product-description,
  body .shopify-buy__option-select label,
  body .shopify-buy__option-select select,
  body .shopify-buy__btn-wrapper button {
    font-size: 17px;
    line-height: 27px; }
  body .shopify-buy__product {
    margin: 0 auto 120px;
    padding: 0 20px;
    overflow: hidden; }
  body .shopify-buy__product-img-wrapper {
    margin-bottom: 15px; }
    body .shopify-buy__product-img-wrapper img {
      width: 100%; }
  body .shopify-buy__carousel {
    margin-bottom: 15px; }
    body .shopify-buy__carousel img {
      width: 100%;
      display: none; }
      body .shopify-buy__carousel img.active {
        display: block; }
    body .shopify-buy__carousel.multi {
      cursor: pointer; }
  body .shopify-buy__product__title,
  body .shopify-buy__product-description {
    display: inline; }
  body .shopify-buy__product-description:after {
    content: '';
    display: block;
    width: 100%; }
  body .shopify-buy__product__title {
    text-transform: uppercase;
    margin-right: 5px; }
  body .shopify-buy__product-description,
  body .shopify-buy__product-description span {
    font-family: 'NHGTXTPRO-55', Helvetica, sans-serif; }
  body .shopify-buy__product__price,
  body .shopify-buy__product__variant-selectors,
  body .shopify-buy__btn-wrapper {
    margin: 25px 0px 0 20px;
    float: right; }
  body .shopify-buy__option-select .shopify-buy__option-select__label,
  body .shopify-buy__option-select .shopify-buy__option-select-wrapper {
    display: inline;
    vertical-align: bottom; }
  body .shopify-buy__option-select .shopify-buy__option-select__label {
    margin-right: 6px;
    text-transform: uppercase; }
  body .shopify-buy__option-select select {
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    outline: none;
    margin: 0; }
    body .shopify-buy__option-select select:hover {
      color: #00f; }
  body .shopify-buy__option-select select::-ms-expand {
    display: none; }
  body .shopify-buy__option-select svg {
    display: none; }
  body .shopify-buy__btn-wrapper {
    margin-right: 0; }
    body .shopify-buy__btn-wrapper button {
      text-transform: uppercase;
      background: none;
      border: none;
      padding: 0;
      text-decoration: underline;
      cursor: pointer;
      margin: 0; }
      body .shopify-buy__btn-wrapper button:hover {
        color: #2300FF; }
      body .shopify-buy__btn-wrapper button.shopify-buy__btn-disabled {
        cursor: default;
        text-decoration: none;
        color: #f00; }
  body .shopify-buy-frame--cart {
    background: #C0C0C0;
    max-width: 100vw;
    overflow: auto;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    display: none; }
    body .shopify-buy-frame--cart .shopify-buy__cart__header {
      height: 120px; }
      body .shopify-buy-frame--cart .shopify-buy__cart__header button.shopify-buy__btn--close {
        position: absolute;
        top: 28px;
        right: 20px;
        width: 24px;
        height: 24px;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        background: transparent url(img/close_black.svg) no-repeat center right; }
        body .shopify-buy-frame--cart .shopify-buy__cart__header button.shopify-buy__btn--close span {
          display: none; }
    body .shopify-buy-frame--cart .shopify-buy__cart-scroll,
    body .shopify-buy-frame--cart .shopify-buy__cart-bottom {
      padding: 20px;
      margin: 0 auto; }
    body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div {
      overflow: hidden; }
      body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div:not(:first-child) {
        padding-top: 15px; }
      body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div:not(:last-child) {
        margin-bottom: 15px; }
      body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .item-custom-wrapper {
        position: relative; }
      body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__cart-item__image {
        margin-bottom: 10px; }
        body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__cart-item__image img {
          width: 100%;
          display: block; }
      body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__cart-item__title {
        max-width: 200px; }
      body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__cart-item__variant-title {
        display: block; }
      body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__quantity-container button {
        outline: none; }
      body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__cart-item__price-and-discounts {
        position: initial; }
      body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__cart-item__price {
        position: absolute;
        top: 0;
        right: 0; }
      body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__quantity-container {
        margin-top: 10px; }
        body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__quantity-container span,
        body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__quantity-container button {
          display: inline-block;
          vertical-align: middle; }
        body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__quantity-container span {
          padding: 0 8px; }
        body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__quantity-container button {
          border: none;
          background: none;
          padding: 0;
          cursor: pointer; }
          body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__quantity-container button.shopify-buy__quantity-decrement, body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__quantity-container button.shopify-buy__quantity-increment {
            text-indent: -999px;
            width: 12px;
            height: 12px; }
          body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__quantity-container button.shopify-buy__quantity-decrement {
            background: transparent url(img/icon/minus.svg) no-repeat center; }
          body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__quantity-container button.shopify-buy__quantity-increment {
            background: transparent url(img/icon/plus.svg) no-repeat center; }
        body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__quantity-container input {
          border: none;
          width: 30px;
          text-align: center;
          margin-left: 13px; }
    body .shopify-buy-frame--cart .shopify-buy__cart-bottom {
      margin-top: 40px; }
      body .shopify-buy-frame--cart .shopify-buy__cart-bottom p {
        text-transform: uppercase; }
        body .shopify-buy-frame--cart .shopify-buy__cart-bottom p.shopify-buy__cart__subtotal__text {
          float: left; }
        body .shopify-buy-frame--cart .shopify-buy__cart-bottom p.shopify-buy__cart__subtotal__price {
          float: right;
          margin-bottom: 10px; }
        body .shopify-buy-frame--cart .shopify-buy__cart-bottom p.shopify-buy__cart__notice {
          clear: both;
          padding: 30px 0 10px;
          display: none; }
      body .shopify-buy-frame--cart .shopify-buy__cart-bottom button {
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        padding: 17px 0;
        background: transparent;
        border: none;
        cursor: pointer;
        color: #00f;
        background: #C0C0C0;
        text-transform: uppercase;
        font-family: 'NHGTXTPRO-75', Helvetica, sans-serif;
        font-size: 25px;
        line-height: 28px; }
        body .shopify-buy-frame--cart .shopify-buy__cart-bottom button:active, body .shopify-buy-frame--cart .shopify-buy__cart-bottom button:focus {
          outline: none;
          border: none; }
    body .shopify-buy-frame--cart.is-active {
      display: block; }
      body .shopify-buy-frame--cart.is-active .shopify-buy__cart .shopify-buy__cart-scroll {
        opacity: 0;
        -webkit-animation: fadeIn 1s ease-out 0.6s forwards;
        -moz-animation: fadeIn 1s ease-out 0.6s forwards;
        -o-animation: fadeIn 1s ease-out 0.6s forwards;
        animation: fadeIn 1s ease-out 0.6s forwards; }
  body .shopify-buy__cart-item.is-hidden {
    -webkit-animation: fadeOut 0.2s ease-out;
    -moz-animation: fadeOut 0.2s ease-out;
    -o-animation: fadeOut 0.2s ease-out;
    animation: fadeOut 0.2s ease-out; }
  body .shopify-buy-frame--toggle.is-sticky {
    background: #C0C0C0;
    padding: 17px 0;
    color: #00f;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    body .shopify-buy-frame--toggle.is-sticky span {
      font-family: 'NHGTXTPRO-75', Helvetica, sans-serif;
      font-size: 25px;
      line-height: 28px;
      text-transform: uppercase; }
      body .shopify-buy-frame--toggle.is-sticky span:first-child {
        margin-right: 5px; }
  body.menu {
    overflow: hidden; }
    body.menu header {
      background: #000000;
      color: #FFFFFF;
      height: 100%;
      overflow: auto; }
      body.menu header #logo {
        background: #FFFFFF; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        body.menu header {
          /* IE10+ CSS styles go here */ }
          body.menu header #logo {
            background: transparent url(img/logo_white.svg) no-repeat 0 0; } }
      body.menu header #menu-toggle {
        background: transparent url(img/close_white_menu.svg) no-repeat center center; }
  body.join header #join {
    display: block; }
  body.join header #misc {
    display: none; }
  body.play {
    overflow: hidden; }
    body.play.page-template-page-home #player, body.play.page-template-page-film #player, body.play.page-template-page-archive #player {
      display: block;
      -webkit-animation: fadeIn 1.5s ease-out forwards;
      -moz-animation: fadeIn 1.5s ease-out forwards;
      -o-animation: fadeIn 1.5s ease-out forwards;
      animation: fadeIn 1.5s ease-out forwards; }
    body.play.clearAnimation.page-template-page-home #player, body.play.clearAnimation.page-template-page-film #player, body.play.clearAnimation.page-template-page-archive #player {
      -webkit-animation: none;
      -moz-animation: none;
      -o-animation: none;
      animation: none; }
  body.page-template-page-home #banner.hide, body.page-template-page-film #banner.hide, body.page-template-page-archive #banner.hide {
    bottom: -25px; }
  body.page-template-page-home.end #banner, body.page-template-page-film.end #banner, body.page-template-page-archive.end #banner {
    display: none; }
  body.watch.page-template-page-home #watch,
  body.watch.page-template-page-home #share, body.watch.page-template-page-film #watch,
  body.watch.page-template-page-film #share, body.watch.page-template-page-archive #watch,
  body.watch.page-template-page-archive #share {
    bottom: 0; }
  body.watch.page-template-page-home.end.page-template-page-home #watch,
  body.watch.page-template-page-home.end.page-template-page-home #share, body.watch.page-template-page-home.end.page-template-page-film #watch,
  body.watch.page-template-page-home.end.page-template-page-film #share, body.watch.page-template-page-home.end.page-template-page-archive #watch,
  body.watch.page-template-page-home.end.page-template-page-archive #share, body.watch.page-template-page-film.end.page-template-page-home #watch,
  body.watch.page-template-page-film.end.page-template-page-home #share, body.watch.page-template-page-film.end.page-template-page-film #watch,
  body.watch.page-template-page-film.end.page-template-page-film #share, body.watch.page-template-page-film.end.page-template-page-archive #watch,
  body.watch.page-template-page-film.end.page-template-page-archive #share, body.watch.page-template-page-archive.end.page-template-page-home #watch,
  body.watch.page-template-page-archive.end.page-template-page-home #share, body.watch.page-template-page-archive.end.page-template-page-film #watch,
  body.watch.page-template-page-archive.end.page-template-page-film #share, body.watch.page-template-page-archive.end.page-template-page-archive #watch,
  body.watch.page-template-page-archive.end.page-template-page-archive #share {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: absolute;
    bottom: 0px; }
  body.page-template-page-archive.list {
    background: #FFFFFF;
    color: #000000; }
    body.page-template-page-archive.list header {
      background: #FFFFFF;
      color: #000000; }
      body.page-template-page-archive.list header #logo {
        background: #000000; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        body.page-template-page-archive.list header {
          /* IE10+ CSS styles go here */ }
          body.page-template-page-archive.list header #logo {
            background: transparent url(img/logo_black.svg) no-repeat 0 0; } }
      body.page-template-page-archive.list header #menu-toggle {
        background: transparent url(img/menu_black.svg) no-repeat center center; }
      body.page-template-page-archive.list header #join p {
        background: #FFFFFF; }
      body.page-template-page-archive.list header ul li.current-page-ancestor ul li a, body.page-template-page-archive.list header ul li.current_page_item ul li a {
        color: inherit; }
      body.page-template-page-archive.list header ul li.current-page-ancestor ul li:nth-of-type(2) a, body.page-template-page-archive.list header ul li.current_page_item ul li:nth-of-type(2) a {
        color: #2300FF; }
    body.page-template-page-archive.list main section#grid {
      display: none; }
    body.page-template-page-archive.list main section#list {
      display: block; }
    body.page-template-page-archive.list footer {
      background: #000000; }
  body.page-template-page-archive.detail {
    overflow: hidden;
    height: 100vh;
    /*
    header{
    	
    	background: $white;
    	color: $black;
    	
    	#logo{
    		background: $black;
    	}
    	
    	#menu-toggle{
    		background: transparent url(img/menu_black.svg) no-repeat center center;
    	}
    	
    }
    */ }
    body.page-template-page-archive.detail aside {
      display: block;
      -webkit-animation: fadeIn 0.2s ease-out;
      -moz-animation: fadeIn 0.2s ease-out;
      -o-animation: fadeIn 0.2s ease-out;
      animation: fadeIn 0.2s ease-out; }
  body.page-template-page-about.detail {
    overflow: hidden;
    height: 100vh; }
    body.page-template-page-about.detail aside {
      display: block;
      -webkit-animation: fadeIn 0.2s ease-out;
      -moz-animation: fadeIn 0.2s ease-out;
      -o-animation: fadeIn 0.2s ease-out;
      animation: fadeIn 0.2s ease-out; }
  body.footer-stick footer {
    position: fixed;
    bottom: 0;
    z-index: 1; }
  body.inverse {
    background: #000000;
    color: #FFFFFF; }
    body.inverse video,
    body.inverse img {
      filter: grayscale(100%); }
    body.inverse header {
      background: #000000;
      color: #FFFFFF; }
      body.inverse header #logo {
        background: #FFFFFF; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        body.inverse header {
          /* IE10+ CSS styles go here */ }
          body.inverse header #logo {
            background: transparent url(img/logo_white.svg) no-repeat 0 0; } }
      body.inverse header #menu-toggle {
        background: transparent url(img/menu_white.svg) no-repeat center center; }
      body.inverse header #join p {
        background: #000000; }
    body.inverse.menu header #menu-toggle {
      background: transparent url(img/close_white.svg) no-repeat center center; }
    body.inverse.page-template-page-home article nav a:nth-of-type(1):before, body.inverse.page-template-page-film article nav a:nth-of-type(1):before, body.inverse.page-template-page-archive article nav a:nth-of-type(1):before {
      border-color: transparent transparent transparent #FFFFFF; }
    body.inverse.page-template-page-home article nav a:nth-of-type(2):after, body.inverse.page-template-page-film article nav a:nth-of-type(2):after, body.inverse.page-template-page-archive article nav a:nth-of-type(2):after {
      background: #FFFFFF; }
    body.inverse.page-template-page-home article .copy p a.play:before, body.inverse.page-template-page-film article .copy p a.play:before, body.inverse.page-template-page-archive article .copy p a.play:before {
      border-color: transparent transparent transparent #FFFFFF; }
    body.inverse.page-template-page-archive.list {
      background: #000000;
      color: #FFFFFF; }
      body.inverse.page-template-page-archive.list header {
        background: #000000;
        color: #FFFFFF; }
        body.inverse.page-template-page-archive.list header #logo {
          background: #FFFFFF; }
        body.inverse.page-template-page-archive.list header #menu-toggle {
          display: block;
          width: 16px;
          height: 14px;
          background: transparent url(img/menu_white.svg) no-repeat center center; }
        body.inverse.page-template-page-archive.list header #join p {
          background: #FFFFFF; }
    body.inverse.page-template-page-archive aside, body.inverse.page-template-page-about aside {
      background: #000000;
      color: #FFFFFF; }
      body.inverse.page-template-page-archive aside > a, body.inverse.page-template-page-about aside > a {
        background: transparent url(img/close_white.svg) no-repeat center center; }
    body.inverse .shopify-buy-frame--cart {
      background: #000; }
      body.inverse .shopify-buy-frame--cart .shopify-buy__cart__header button.shopify-buy__btn--close {
        background: transparent url(img/close_white.svg) no-repeat center right; }
      body.inverse .shopify-buy-frame--cart .shopify-buy__cart-bottom button {
        background: #fff; }
    body.inverse .shopify-buy-frame--toggle.is-sticky {
      background: #fff; }

/* 
 * media queries
 */
@media screen and (min-width: 760px) {
  h4, h5, h6, p, a, span, ul li, dl, dt, dd, th, td, input, textarea, button, time {
    font-size: 19px;
    line-height: 27px; }

  body {
    /* 
     * states
     */ }
    body h1,
    body h2, body.page-template-page-journal main section#list nav a, body.page-template-page-journal main a blockquote,
    body #next h2 a, body.page-template-page-about main > section > div.carousel .quote p {
      font-size: 35px;
      line-height: 40px; }
    body #player {
      /*
      > p span{
      	max-width: calc( ( ( ( 100vw - 214px ) / 10 ) * 8 ) + ( 16px * 7 ) );
      	margin: 0 auto;
      }
      */ }
      body #player #message p {
        font-size: 19px;
        line-height: 27px; }
    body #loading div span {
      font-size: 7vw; }
    body header #menu-toggle {
      right: 35px; }
    body header #menu,
    body header #footer {
      margin-left: 35px; }
    body header #join {
      margin: 0 35px; }
    body header #misc {
      margin: 5px 35px 0 35px; }
    body.page-template-page-journal main section, body.page-template-page-journal-interview main section, body.page-template-page-journal-gallery main section, body.page-template-page-journal-film-list main section, body.page-template-page-journal-set-report main section {
      margin: 85px 0; }
      body.page-template-page-journal main section article > h1,
      body.page-template-page-journal main section article > h2,
      body.page-template-page-journal main section article > div,
      body.page-template-page-journal main section article > nav, body.page-template-page-journal-interview main section article > h1,
      body.page-template-page-journal-interview main section article > h2,
      body.page-template-page-journal-interview main section article > div,
      body.page-template-page-journal-interview main section article > nav, body.page-template-page-journal-gallery main section article > h1,
      body.page-template-page-journal-gallery main section article > h2,
      body.page-template-page-journal-gallery main section article > div,
      body.page-template-page-journal-gallery main section article > nav, body.page-template-page-journal-film-list main section article > h1,
      body.page-template-page-journal-film-list main section article > h2,
      body.page-template-page-journal-film-list main section article > div,
      body.page-template-page-journal-film-list main section article > nav, body.page-template-page-journal-set-report main section article > h1,
      body.page-template-page-journal-set-report main section article > h2,
      body.page-template-page-journal-set-report main section article > div,
      body.page-template-page-journal-set-report main section article > nav {
        max-width: calc( ( ( ( 100vw - 214px ) / 10 ) * 8 ) + ( 16px * 7 ) );
        margin-left: auto;
        margin-right: auto; }
      body.page-template-page-journal main section article h1,
      body.page-template-page-journal main section article h2, body.page-template-page-journal-interview main section article h1,
      body.page-template-page-journal-interview main section article h2, body.page-template-page-journal-gallery main section article h1,
      body.page-template-page-journal-gallery main section article h2, body.page-template-page-journal-film-list main section article h1,
      body.page-template-page-journal-film-list main section article h2, body.page-template-page-journal-set-report main section article h1,
      body.page-template-page-journal-set-report main section article h2 {
        text-align: center;
        padding: 0 35px; }
      body.page-template-page-journal main section article > div.img, body.page-template-page-journal-interview main section article > div.img, body.page-template-page-journal-gallery main section article > div.img, body.page-template-page-journal-film-list main section article > div.img, body.page-template-page-journal-set-report main section article > div.img {
        margin-bottom: 15px; }
      body.page-template-page-journal main section article > div.copy, body.page-template-page-journal-interview main section article > div.copy, body.page-template-page-journal-gallery main section article > div.copy, body.page-template-page-journal-film-list main section article > div.copy, body.page-template-page-journal-set-report main section article > div.copy {
        margin-bottom: 35px; }
      body.page-template-page-journal main section article > div:last-child, body.page-template-page-journal-interview main section article > div:last-child, body.page-template-page-journal-gallery main section article > div:last-child, body.page-template-page-journal-film-list main section article > div:last-child, body.page-template-page-journal-set-report main section article > div:last-child {
        margin-bottom: 0; }
    body.page-template-page-journal main section {
      margin: 85px auto; }
      body.page-template-page-journal main section > div {
        max-width: calc( ( ( ( 100vw - 214px ) / 10 ) * 8 ) + ( 16px * 7 ) );
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 120px; }
      body.page-template-page-journal main section article {
        margin-bottom: 120px; }
      body.page-template-page-journal main section#feed article.gallery > div.gallery a > div {
        padding-bottom: calc( 100% * 9/16 ); }
      body.page-template-page-journal main section#list {
        margin-left: 35px;
        margin-right: 35px;
        max-width: none; }
        body.page-template-page-journal main section#list nav {
          overflow: auto;
          font-size: 0; }
          body.page-template-page-journal main section#list nav a {
            display: inline-block;
            vertical-align: top;
            width: 50%;
            margin-bottom: 40px; }
    body.page-template-page-journal-interview main section div.interview h4, body.page-template-page-journal-interview main section div.interview p {
      padding-left: 50px; }
      body.page-template-page-journal-interview main section div.interview h4 strong:first-child, body.page-template-page-journal-interview main section div.interview p strong:first-child {
        width: 50px; }
    body.page-template-page-journal-gallery main section {
      margin-top: 0; }
      body.page-template-page-journal-gallery main section article > div.img {
        width: auto;
        max-width: none;
        margin: 15px 35px;
        text-align: center; }
        body.page-template-page-journal-gallery main section article > div.img a video,
        body.page-template-page-journal-gallery main section article > div.img a img {
          width: auto;
          max-height: calc( 100vh - 240px ); }
    body.page-template-page-archive > main {
      margin: 0 35px; }
      body.page-template-page-archive > main section {
        margin-top: 120px; }
        body.page-template-page-archive > main section#grid > div {
          display: flex;
          align-items: flex-end;
          justify-content: center;
          width: calc( 50% - ( 34px + ( ( ( ( 100vw - 214px ) ) / 10 ) / 2 ) ) );
          height: 25vw;
          float: left;
          margin-bottom: 180px; }
          body.page-template-page-archive > main section#grid > div:nth-of-type(odd) {
            margin-right: calc( 34px + ( ( ( ( 100vw - 214px ) ) / 10 ) / 2 ) ); }
          body.page-template-page-archive > main section#grid > div:nth-of-type(even) {
            margin-left: calc( 34px + ( ( ( ( 100vw - 214px ) ) / 10 ) / 2 ) ); }
          body.page-template-page-archive > main section#grid > div a {
            justify-content: center;
            width: 100%; }
            body.page-template-page-archive > main section#grid > div a video,
            body.page-template-page-archive > main section#grid > div a img {
              width: 100%; }
          body.page-template-page-archive > main section#grid > div p {
            position: fixed;
            top: calc( 100vh - 180px );
            left: 50%;
            width: calc( ( ( ( 100vw - 214px ) / 10 ) * 8 ) + ( 16px * 7 ) );
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 3; }
          body.page-template-page-archive > main section#grid > div ul {
            display: none; } }
        @media screen and (min-width: 760px) and (hover: hover) {
          body.page-template-page-archive > main section#grid > div:hover p {
            display: block; } }
@media screen and (min-width: 760px) {
          body.page-template-page-archive > main section#grid > div:nth-child(8n-5) a, body.page-template-page-archive > main section#grid > div:nth-child(8n-3) a, body.page-template-page-archive > main section#grid > div:nth-child(8n-2) a, body.page-template-page-archive > main section#grid > div:nth-child(8n) a {
            width: 66%; }
          body.page-template-page-archive > main section#grid > div:nth-child(8n-3) {
            justify-content: flex-end; }
          body.page-template-page-archive > main section#grid > div:nth-child(8n) {
            justify-content: flex-start; }
        body.page-template-page-archive > main section#list table {
          z-index: 1; }
          body.page-template-page-archive > main section#list table th, body.page-template-page-archive > main section#list table td {
            display: table-cell;
            padding-right: 34px;
            padding-bottom: 0; }
            body.page-template-page-archive > main section#list table th:last-child, body.page-template-page-archive > main section#list table td:last-child {
              padding-right: 0px;
              padding-left: 0px; }
            body.page-template-page-archive > main section#list table th:nth-of-type(1), body.page-template-page-archive > main section#list table th:nth-of-type(4), body.page-template-page-archive > main section#list table td:nth-of-type(1), body.page-template-page-archive > main section#list table td:nth-of-type(4) {
              width: calc( ( ( 100vw - 478px ) / 13 ) * 1 ); }
            body.page-template-page-archive > main section#list table th:nth-of-type(2), body.page-template-page-archive > main section#list table td:nth-of-type(2) {
              width: calc( ( ( ( 100vw - 478px ) / 13 ) * 6 ) + ( 5 * 34px ) ); }
            body.page-template-page-archive > main section#list table th:nth-of-type(3), body.page-template-page-archive > main section#list table td:nth-of-type(3) {
              width: calc( ( ( ( 100vw - 478px ) / 13 ) * 4 ) + ( 3 * 34px ) ); }
            body.page-template-page-archive > main section#list table th:nth-of-type(5), body.page-template-page-archive > main section#list table th:nth-of-type(6), body.page-template-page-archive > main section#list table td:nth-of-type(5), body.page-template-page-archive > main section#list table td:nth-of-type(6) {
              display: none; }
          body.page-template-page-archive > main section#list table th {
            vertical-align: top;
            padding-bottom: 45px; }
        body.page-template-page-archive > main section#list a {
          /*
          width: auto;
          text-indent: 0;
          
          &:before{
          	display: none;
          }*/ }
        body.page-template-page-archive > main section#list > div {
          position: fixed;
          z-index: 2;
          pointer-events: none;
          display: none;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
          body.page-template-page-archive > main section#list > div img {
            display: block;
            width: auto;
            height: 150px; }
    body.page-template-page-film:not(.home) main section {
      margin: 45px 0 0; }
      body.page-template-page-film:not(.home) main section.preview {
        margin: 0; }
    body.page-template-page-home article, body.page-template-page-film article, body.page-template-page-archive article {
      margin: 0 35px; }
      body.page-template-page-home article .hero a span, body.page-template-page-film article .hero a span, body.page-template-page-archive article .hero a span {
        display: none;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
      body.page-template-page-home article .hero a:hover span, body.page-template-page-film article .hero a:hover span, body.page-template-page-archive article .hero a:hover span {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 0 50px 90px; }
      body.page-template-page-home article .meta,
      body.page-template-page-home article .copy,
      body.page-template-page-home article .trailer,
      body.page-template-page-home article .credits, body.page-template-page-film article .meta,
      body.page-template-page-film article .copy,
      body.page-template-page-film article .trailer,
      body.page-template-page-film article .credits, body.page-template-page-archive article .meta,
      body.page-template-page-archive article .copy,
      body.page-template-page-archive article .trailer,
      body.page-template-page-archive article .credits {
        max-width: calc( ( ( ( 100vw - 214px ) / 10 ) * 8 ) + ( 16px * 7 ) );
        margin-left: auto;
        margin-right: auto; }
      body.page-template-page-home article .copy p img, body.page-template-page-film article .copy p img, body.page-template-page-archive article .copy p img {
        margin-left: auto;
        margin-right: auto; }
      body.page-template-page-home article .meta, body.page-template-page-film article .meta, body.page-template-page-archive article .meta {
        max-width: none; }
        body.page-template-page-home article .meta nav, body.page-template-page-film article .meta nav, body.page-template-page-archive article .meta nav {
          margin: 60px 0 0; }
        body.page-template-page-home article .meta video,
        body.page-template-page-home article .meta img, body.page-template-page-film article .meta video,
        body.page-template-page-film article .meta img, body.page-template-page-archive article .meta video,
        body.page-template-page-archive article .meta img {
          margin-top: 50px; }
      body.page-template-page-home article > .meta, body.page-template-page-film article > .meta, body.page-template-page-archive article > .meta {
        max-width: calc( ( ( ( 100vw - 214px ) / 10 ) * 8 ) + ( 16px * 7 ) );
        margin-bottom: 50px; }
      body.page-template-page-home article .copy p img,
      body.page-template-page-home article .trailer, body.page-template-page-film article .copy p img,
      body.page-template-page-film article .trailer, body.page-template-page-archive article .copy p img,
      body.page-template-page-archive article .trailer {
        max-width: calc( ( ( ( 100vw - 214px ) / 10 ) * 6 ) + ( 16px * 5 ) ); }
      body.page-template-page-home article .credits dl, body.page-template-page-film article .credits dl, body.page-template-page-archive article .credits dl {
        overflow: auto; }
      body.page-template-page-home article #watch, body.page-template-page-film article #watch, body.page-template-page-archive article #watch {
        height: 80px; }
        body.page-template-page-home article #watch a, body.page-template-page-film article #watch a, body.page-template-page-archive article #watch a {
          line-height: 80px; }
    body.page-template-page-about main {
      margin: 0 35px; }
      body.page-template-page-about main > section {
        margin-top: 120px; }
        body.page-template-page-about main > section > div {
          max-width: calc( ( ( ( 100vw - 214px ) / 10 ) * 8 ) + ( 16px * 7 ) );
          margin: 0 auto; }
          body.page-template-page-about main > section > div.copy {
            margin-bottom: 100px; }
      body.page-template-page-about main > nav {
        max-width: calc( ( ( ( 100vw - 214px ) / 10 ) * 8 ) + ( 16px * 7 ) );
        margin: 140px auto 35px;
        text-align: center;
        overflow: auto;
        font-size: 0; }
        body.page-template-page-about main > nav a {
          display: inline;
          margin: 0 15px 0 0; }
          body.page-template-page-about main > nav a:last-child {
            margin-right: 0; }
    body.page-template-page-about aside section {
      max-width: calc( ( ( ( 100vw - 214px ) / 10 ) * 8 ) + ( 16px * 7 ) );
      margin: 0 auto;
      padding: 100px 0; }
      body.page-template-page-about aside section form {
        margin-top: 60px; }
        body.page-template-page-about aside section form input,
        body.page-template-page-about aside section form textarea {
          margin-bottom: 50px; }
    body footer ul {
      padding-top: 4px; }
    body .shopify-buy__product {
      max-width: calc( ( ( ( 100vw - 214px ) / 10 ) * 8 ) + ( 16px * 7 ) ); }
    body .shopify-buy__product__title,
    body .shopify-buy__product-description,
    body .shopify-buy__option-select label,
    body .shopify-buy__option-select select,
    body .shopify-buy__btn-wrapper button {
      font-size: 19px;
      line-height: 27px; }
    body .shopify-buy-frame--cart .shopify-buy__cart__header {
      height: 150px; }
      body .shopify-buy-frame--cart .shopify-buy__cart__header button.shopify-buy__btn--close {
        top: 45px;
        right: 45px; }
    body .shopify-buy-frame--cart .shopify-buy__cart-scroll,
    body .shopify-buy-frame--cart .shopify-buy__cart-bottom {
      max-width: calc( ( ( ( 100vw - 214px ) / 10 ) * 8 ) + ( 16px * 7 ) ); }
    body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__cart-item__image {
      float: left;
      margin-right: 20px;
      width: 120px; }
    body .shopify-buy-frame--cart .shopify-buy__cart-scroll .shopify-buy__cart-items > div .shopify-buy__cart-item__price {
      top: auto;
      bottom: 0; }
    body .shopify-buy-frame--cart .shopify-buy__cart-items > div .shopify-buy__cart-item__image {
      width: 150px; }
    body .shopify-buy-frame--cart .shopify-buy__cart-bottom {
      margin-top: 0px; }
      body .shopify-buy-frame--cart .shopify-buy__cart-bottom .shopify-buy__cart__subtotal__text {
        margin-left: 140px; }
      body .shopify-buy-frame--cart .shopify-buy__cart-bottom button {
        font-size: 35px;
        line-height: 40px; }
    body .shopify-buy-frame--toggle.is-sticky span {
      font-size: 35px;
      line-height: 40px; }
    body.inverse.page-template-page-home article > div:nth-of-type(1) a:hover span {
      border-color: transparent transparent transparent #000000 !important; } }
@media screen and (min-width: 840px) {
  body header {
    position: absolute;
    width: calc( 100% - 70px );
    padding: 0 35px; }
    body header #menu-toggle,
    body header #footer {
      display: none; }
    body header > div {
      position: relative;
      min-height: auto;
      margin: 0 auto;
      background: inherit; }
    body header #logo {
      z-index: 3;
      left: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    body header ul li {
      display: inline-block;
      margin-right: 10px;
      text-align: center; }
      body header ul li ul {
        margin-left: 0;
        margin-bottom: 0;
        position: absolute;
        width: 600px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      body header ul li:last-child {
        margin-right: 0; } }
    @media screen and (min-width: 840px) and (hover: hover) {
      body header ul li.current-page-ancestor ul, body header ul li.current_page_item ul {
        display: none; } }
@media screen and (min-width: 840px) {
    body header #menu {
      margin: 0;
      position: absolute;
      top: 25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      body header #menu li a {
        line-height: initial; }
    body header #join {
      margin: 0;
      position: absolute;
      top: 24px;
      height: calc( 100% - 24px );
      width: 100%;
      z-index: 2;
      background: inherit; }
      body header #join p {
        background: #FFFFFF; }
      body header #join > div {
        width: 380px;
        margin: 0 auto; }
      body header #join input {
        display: inline;
        border-bottom: 1px solid black;
        margin-bottom: 0;
        width: 260px; }
        body header #join input:focus {
          border-bottom: 1px solid black; }
        body header #join input[type='submit'] {
          float: none;
          border-bottom: 1px solid transparent; }
      body header #join > a {
        float: none;
        position: absolute;
        top: 0;
        right: 0; }
    body header #misc {
      position: absolute;
      top: 25px;
      right: 0;
      left: auto;
      bottom: auto;
      margin: 0; }
      body header #misc li {
        position: relative; }
        body header #misc li a {
          line-height: initial; }
    body header.hover {
      height: 88px;
      background: #fff;
      z-index: 4; } }
  @media screen and (min-width: 840px) and (hover: none) {
    body header {
      height: 88px; } }
@media screen and (min-width: 840px) {
  body.page-template-page-archive:not(.list) header {
    background: transparent;
    position: fixed; }
  body.page-template-page-archive:not(.list).join header {
    background: #000; }
  body .shopify-buy-frame--cart .shopify-buy__cart-bottom button {
    position: relative;
    font-family: 'NHGTXTPRO-55', Helvetica, sans-serif;
    font-size: 19px;
    line-height: 27px;
    text-align: right;
    text-decoration: underline; }
  body .shopify-buy-frame--toggle.is-sticky {
    position: absolute;
    background: none;
    padding: 0;
    top: 52px;
    bottom: auto;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    body .shopify-buy-frame--toggle.is-sticky span {
      font-family: 'NHGTXTPRO-55', Helvetica, sans-serif;
      font-size: 19px;
      line-height: 27px; }
  body.inverse .shopify-buy-frame--cart .shopify-buy__cart-bottom button {
    background: none; }
  body.inverse .shopify-buy-frame--toggle.is-sticky {
    background: none; } }
@media screen and (min-width: 1060px) {
  body {
    /* 
     * states
     */ }
    body #player > p span {
      width: calc( ( ( ( 100vw - 478px ) / 13 ) * 5 ) + ( 34px * 4 ) ); }
    body #player #media {
      /*
      video{
      	position: unset;
      	top: 0;
      	@include transform( none );
      	height: 100%;
      	object-fit: contain;
      }
      */ } }
  @media screen and (min-width: 1060px) and (hover: hover) {
    body #loading {
      display: block; } }
@media screen and (min-width: 1060px) {
    body.page-template-page-home footer {
      margin-bottom: 0px; }
    body.page-template-page-archive > main section {
      margin-top: 100px; }
      body.page-template-page-archive > main section#grid > div {
        width: calc( 50% - ( 34px + ( ( ( ( 100vw - 478px ) ) / 13 ) / 2 ) ) ); }
        body.page-template-page-archive > main section#grid > div:nth-of-type(odd) {
          margin-right: calc( 34px + ( ( ( ( 100vw - 478px ) ) / 13 ) / 2 ) ); }
        body.page-template-page-archive > main section#grid > div:nth-of-type(even) {
          margin-left: calc( 34px + ( ( ( ( 100vw - 478px ) ) / 13 ) / 2 ) ); }
        body.page-template-page-archive > main section#grid > div p {
          width: calc( ( ( ( 100vw - 478px ) / 13 ) * 7 ) + ( 34px * 6 ) );
          max-width: 700px;
          top: calc( 100vh - 160px ); }
      body.page-template-page-archive > main section#list table th:nth-of-type(2), body.page-template-page-archive > main section#list table td:nth-of-type(2) {
        width: calc( ( ( ( 100vw - 478px ) / 13 ) * 4 ) + ( 3 * 34px ) ); }
      body.page-template-page-archive > main section#list table th:nth-of-type(3), body.page-template-page-archive > main section#list table td:nth-of-type(3) {
        width: calc( ( ( ( 100vw - 478px ) / 13 ) * 3 ) + ( 2 * 34px ) ); }
      body.page-template-page-archive > main section#list table th:nth-of-type(5), body.page-template-page-archive > main section#list table th:nth-of-type(6), body.page-template-page-archive > main section#list table td:nth-of-type(5), body.page-template-page-archive > main section#list table td:nth-of-type(6) {
        display: table-cell; }
    body.page-template-page-home article .hero, body.page-template-page-film article .hero, body.page-template-page-archive article .hero {
      margin: 15px 0; }
    body.page-template-page-home article .meta, body.page-template-page-film article .meta, body.page-template-page-archive article .meta {
      margin-bottom: 115px; }
      body.page-template-page-home article .meta p, body.page-template-page-film article .meta p, body.page-template-page-archive article .meta p {
        margin-bottom: 10px; }
      body.page-template-page-home article .meta ul, body.page-template-page-film article .meta ul, body.page-template-page-archive article .meta ul {
        margin: 0 10px 0 0;
        float: left; }
      body.page-template-page-home article .meta nav, body.page-template-page-film article .meta nav, body.page-template-page-archive article .meta nav {
        margin: 0; }
        body.page-template-page-home article .meta nav a.watch, body.page-template-page-film article .meta nav a.watch, body.page-template-page-archive article .meta nav a.watch {
          display: none; }
    body.page-template-page-home article .credits, body.page-template-page-film article .credits, body.page-template-page-archive article .credits {
      padding-bottom: 0;
      margin-bottom: 60px; }
    body.page-template-page-home article .hero,
    body.page-template-page-home article .meta, body.page-template-page-film article .hero,
    body.page-template-page-film article .meta, body.page-template-page-archive article .hero,
    body.page-template-page-archive article .meta {
      width: calc( ( ( ( 100vw - 478px ) / 13 ) * 11 ) + ( 34px * 9 ) ); }
    body.page-template-page-home article > div.meta, body.page-template-page-film article > div.meta, body.page-template-page-archive article > div.meta {
      width: calc( ( ( ( 100vw - 478px ) / 13 ) * 7 ) + ( 34px * 6 ) );
      max-width: 700px;
      margin-bottom: 50px; }
    body.page-template-page-home article .copy,
    body.page-template-page-home article .credits, body.page-template-page-film article .copy,
    body.page-template-page-film article .credits, body.page-template-page-archive article .copy,
    body.page-template-page-archive article .credits {
      width: calc( ( ( ( 100vw - 478px ) / 13 ) * 7 ) + ( 34px * 6 ) );
      max-width: 700px; }
    body.page-template-page-home article .copy p img,
    body.page-template-page-home article .trailer, body.page-template-page-film article .copy p img,
    body.page-template-page-film article .trailer, body.page-template-page-archive article .copy p img,
    body.page-template-page-archive article .trailer {
      width: calc( ( ( ( 100vw - 478px ) / 13 ) * 5 ) + ( 34px * 4 ) );
      max-width: 700px; }
    body.page-template-page-home article #watch, body.page-template-page-film article #watch, body.page-template-page-archive article #watch {
      background: none !important;
      width: auto;
      height: auto;
      left: 35px;
      text-align: left; }
      body.page-template-page-home article #watch a, body.page-template-page-film article #watch a, body.page-template-page-archive article #watch a {
        color: #000000;
        line-height: 100%; }
        body.page-template-page-home article #watch a:hover, body.page-template-page-film article #watch a:hover, body.page-template-page-archive article #watch a:hover {
          color: #2300FF; }
          body.page-template-page-home article #watch a:hover:before, body.page-template-page-film article #watch a:hover:before, body.page-template-page-archive article #watch a:hover:before {
            border-color: transparent transparent transparent #2300FF; }
    body.page-template-page-home article #share, body.page-template-page-film article #share, body.page-template-page-archive article #share {
      display: block; }
      body.page-template-page-home article #share > a:hover, body.page-template-page-film article #share > a:hover, body.page-template-page-archive article #share > a:hover {
        color: #2300FF; }
    body.page-template-page-journal main section, body.page-template-page-journal-interview main section, body.page-template-page-journal-gallery main section, body.page-template-page-journal-film-list main section, body.page-template-page-journal-set-report main section {
      margin: 100px 0 60px; }
      body.page-template-page-journal main section article > h1,
      body.page-template-page-journal main section article > h2,
      body.page-template-page-journal main section article > div,
      body.page-template-page-journal main section article > nav, body.page-template-page-journal-interview main section article > h1,
      body.page-template-page-journal-interview main section article > h2,
      body.page-template-page-journal-interview main section article > div,
      body.page-template-page-journal-interview main section article > nav, body.page-template-page-journal-gallery main section article > h1,
      body.page-template-page-journal-gallery main section article > h2,
      body.page-template-page-journal-gallery main section article > div,
      body.page-template-page-journal-gallery main section article > nav, body.page-template-page-journal-film-list main section article > h1,
      body.page-template-page-journal-film-list main section article > h2,
      body.page-template-page-journal-film-list main section article > div,
      body.page-template-page-journal-film-list main section article > nav, body.page-template-page-journal-set-report main section article > h1,
      body.page-template-page-journal-set-report main section article > h2,
      body.page-template-page-journal-set-report main section article > div,
      body.page-template-page-journal-set-report main section article > nav {
        width: calc( ( ( ( 100vw - 478px ) / 13 ) * 7 ) + ( 34px * 6 ) );
        max-width: 700px; }
      body.page-template-page-journal main section article div.img, body.page-template-page-journal main section article div.copy, body.page-template-page-journal-interview main section article div.img, body.page-template-page-journal-interview main section article div.copy, body.page-template-page-journal-gallery main section article div.img, body.page-template-page-journal-gallery main section article div.copy, body.page-template-page-journal-film-list main section article div.img, body.page-template-page-journal-film-list main section article div.copy, body.page-template-page-journal-set-report main section article div.img, body.page-template-page-journal-set-report main section article div.copy {
        position: relative; }
        body.page-template-page-journal main section article div.img > span,
        body.page-template-page-journal main section article div.img time, body.page-template-page-journal main section article div.copy > span,
        body.page-template-page-journal main section article div.copy time, body.page-template-page-journal-interview main section article div.img > span,
        body.page-template-page-journal-interview main section article div.img time, body.page-template-page-journal-interview main section article div.copy > span,
        body.page-template-page-journal-interview main section article div.copy time, body.page-template-page-journal-gallery main section article div.img > span,
        body.page-template-page-journal-gallery main section article div.img time, body.page-template-page-journal-gallery main section article div.copy > span,
        body.page-template-page-journal-gallery main section article div.copy time, body.page-template-page-journal-film-list main section article div.img > span,
        body.page-template-page-journal-film-list main section article div.img time, body.page-template-page-journal-film-list main section article div.copy > span,
        body.page-template-page-journal-film-list main section article div.copy time, body.page-template-page-journal-set-report main section article div.img > span,
        body.page-template-page-journal-set-report main section article div.img time, body.page-template-page-journal-set-report main section article div.copy > span,
        body.page-template-page-journal-set-report main section article div.copy time {
          position: absolute;
          top: 0;
          width: calc( ( ( ( 100vw - 478px ) / 13 ) * 11 ) + ( 34px * 10 ) );
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        body.page-template-page-journal main section article div.img time, body.page-template-page-journal main section article div.copy time, body.page-template-page-journal-interview main section article div.img time, body.page-template-page-journal-interview main section article div.copy time, body.page-template-page-journal-gallery main section article div.img time, body.page-template-page-journal-gallery main section article div.copy time, body.page-template-page-journal-film-list main section article div.img time, body.page-template-page-journal-film-list main section article div.copy time, body.page-template-page-journal-set-report main section article div.img time, body.page-template-page-journal-set-report main section article div.copy time {
          display: block;
          pointer-events: none; }
        body.page-template-page-journal main section article div.img > span, body.page-template-page-journal main section article div.copy > span, body.page-template-page-journal-interview main section article div.img > span, body.page-template-page-journal-interview main section article div.copy > span, body.page-template-page-journal-gallery main section article div.img > span, body.page-template-page-journal-gallery main section article div.copy > span, body.page-template-page-journal-film-list main section article div.img > span, body.page-template-page-journal-film-list main section article div.copy > span, body.page-template-page-journal-set-report main section article div.img > span, body.page-template-page-journal-set-report main section article div.copy > span {
          top: -5px; }
    body.page-template-page-journal main section > div {
      width: calc( ( ( ( 100vw - 478px ) / 13 ) * 7 ) + ( 34px * 6 ) );
      max-width: 700px; }
    body.page-template-page-journal main section#list {
      width: calc( ( ( ( 100vw - 478px ) / 13 ) * 11 ) + ( 34px * 10 ) );
      max-width: none;
      margin-left: auto;
      margin-right: auto; }
    body.page-template-page-journal-interview main section div.interview h4, body.page-template-page-journal-interview main section div.interview p {
      padding-left: calc( ( ( ( 100vw - 478px ) / 13 ) * 1 ) + ( 34px * 1 ) ); }
      body.page-template-page-journal-interview main section div.interview h4 strong:first-child, body.page-template-page-journal-interview main section div.interview p strong:first-child {
        width: calc( ( ( ( 100vw - 478px ) / 13 ) * 1 ) + ( 34px * 1 ) ); }
    body.page-template-page-journal-gallery main section {
      margin-top: 0; }
    body.page-template-page-journal-film-list main section article h1 {
      margin-bottom: 80px; }
    body.page-template-page-journal-film-list main section article .list {
      width: calc( ( ( ( 100vw - 478px ) / 13 ) * 11 ) + ( 34px * 10 ) );
      max-width: none; }
      body.page-template-page-journal-film-list main section article .list > div {
        column-gap: 30px; }
      body.page-template-page-journal-film-list main section article .list h4,
      body.page-template-page-journal-film-list main section article .list p {
        width: calc( ( ( ( 100vw - 478px ) / 13 ) * 7 ) + ( 34px * 6 ) );
        margin-left: auto;
        margin-right: auto; }
      body.page-template-page-journal-film-list main section article .list h4 {
        margin-top: 35px; }
      body.page-template-page-journal-film-list main section article .list p {
        margin-bottom: 80px; }
    body.page-template-page-about main > section > div {
      width: calc( ( ( ( 100vw - 478px ) / 13 ) * 7 ) + ( 34px * 6 ) );
      max-width: 700px; }
    body.page-template-page-about aside section {
      width: calc( ( ( ( 100vw - 478px ) / 13 ) * 7 ) + ( 34px * 6 ) );
      max-width: 700px; }
      body.page-template-page-about aside section dl dt,
      body.page-template-page-about aside section dl dd {
        float: left;
        width: 50%; }
    body.page-template-page-shop main section {
      min-height: calc( 100vh - 145px );
      margin-top: 100px; }
    body footer {
      padding-bottom: 0; }
    body .shopify-buy-frame--cart .shopify-buy__cart__header button.shopify-buy__btn--close {
      top: 28px;
      right: 20px; }
    body .shopify-buy__product {
      width: calc( ( ( ( 100vw - 478px ) / 13 ) * 7 ) + ( 34px * 6 ) );
      max-width: 700px; }
    body .shopify-buy-frame--cart .shopify-buy__cart-scroll,
    body .shopify-buy-frame--cart .shopify-buy__cart-bottom {
      width: calc( ( ( ( 100vw - 478px ) / 13 ) * 7 ) + ( 34px * 6 ) );
      max-width: 700px; }
    body .shopify-buy-frame--cart .shopify-buy__cart-items > div .shopify-buy__cart-item__image {
      width: 180px; }
    body.watch.page-template-page-home #watch,
    body.watch.page-template-page-home #share, body.watch.page-template-page-film #watch,
    body.watch.page-template-page-film #share, body.watch.page-template-page-archive #watch,
    body.watch.page-template-page-archive #share {
      bottom: 35px; }
    body.page-template-page-archive.list main > nav {
      background: #FFFFFF; }
    body.inverse {
      /*
      &.page-template-page-journal{
      	
      	main{
      		
      		> nav{
      			background: $black;
      		}
      		
      	}
      	
      }
      
      &.page-template-page-archive.list{
      	
      	main{
      		
      		> nav{
      			color: $white;
      			background: $black;
      		}
      		
      	}
      	
      }
      */ }
      body.inverse.page-template-page-home article #watch a, body.inverse.page-template-page-film article #watch a, body.inverse.page-template-page-archive article #watch a {
        color: #FFFFFF; } }
/* remove vertical center video -> Safari bug */
/**/
@media screen and (min-aspect-ratio: 16 / 9) {
  body #player #media video {
    top: 0;
    margin-top: auto; } }
/* center hero horizontal */
@media screen and (min-width: 760px) {
  body.page-template-page-home article .hero_wrapper, body.page-template-page-film article .hero_wrapper, body.page-template-page-archive article .hero_wrapper {
    min-height: auto; }
    body.page-template-page-home article .hero_wrapper > div, body.page-template-page-film article .hero_wrapper > div, body.page-template-page-archive article .hero_wrapper > div {
      margin: 0 auto; }
  body.page-template-page-home > main, body.page-template-page-film > main {
    padding-top: 74px; } }
/* disable hero center vertical */
@media screen and (min-aspect-ratio: 8 / 5) and (min-width: 760px) {
  body.page-template-page-home article .hero_wrapper, body.page-template-page-film article .hero_wrapper {
    height: auto;
    min-height: auto;
    display: block;
    align-items: unset; }
    body.page-template-page-home article .hero_wrapper > div, body.page-template-page-film article .hero_wrapper > div {
      margin: 0 auto; }
    body.page-template-page-home article .hero_wrapper .hero, body.page-template-page-film article .hero_wrapper .hero {
      display: flex;
      justify-content: center;
      width: auto;
      max-width: none; } }
/* scale video based on height */
@media screen and (min-aspect-ratio: 8 / 5) and (min-width: 760px) and (min-height: 640px) {
  body.page-template-page-home article .hero_wrapper .hero img,
  body.page-template-page-home article .hero_wrapper .hero video, body.page-template-page-film article .hero_wrapper .hero img,
  body.page-template-page-film article .hero_wrapper .hero video {
    display: block;
    width: auto;
    height: calc( 100vh - 255px ); } }
/* scale meta based on video */
@media screen and (min-aspect-ratio: 8 / 5) and (min-width: 760px) and (min-height: 640px) {
  body.page-template-page-home article .hero_wrapper .meta, body.page-template-page-film article .hero_wrapper .meta {
    width: auto;
    max-width: calc( ( ( 100vh - 255px ) / 9 ) * 16 );
    margin-bottom: 60px; }
  body.page-template-page-archive main section#grid > div p {
    width: calc( ( ( 100vh - 255px ) / 9 ) * 16 );
    max-width: none; } }
/* scale header based on video */
@media screen and (min-aspect-ratio: 8 / 5) and (min-width: 960px) and (min-height: 700px) {
  body header > div {
    width: calc( ( ( 100vh - 255px ) / 9 ) * 16 );
    max-width: 100%; } }
/*  plyr: customized */
.plyr {
  font-family: helvetica, arial, sans-serif; }

.plyr__video-wrapper {
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0); }

/* play / pause button */
#media > div > button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  color: #0000ff; }

#media > div > button.plyr__control svg {
  width: 100px;
  height: 100px; }

/* play / pause button: add hide class since the button lives outside the controls container */
#player.hide_controls #player_top,
#player.hide_controls #plyr__play_pause {
  opacity: 0; }

/* controls */
.plyr--video .plyr__controls {
  background: #000;
  padding: 10px; }

/* controls: overwrite transition */
.plyr--video .plyr__controls {
  transition: opacity .2s ease-in-out; }

.plyr--video.plyr--hide-controls .plyr__controls {
  transform: none; }

/* controls: focus */
.plyr--video .plyr__control.plyr__tab-focus {
  box-shadow: none; }

.plyr--full-ui input[type=range]:focus {
  outline: none; }

/* controls: CC */
.plyr [data-plyr=captions] svg {
  width: 24px;
  height: 24px; }

/* controls: fullscreen */
.plyr [data-plyr=fullscreen] svg {
  width: 24px;
  height: 24px; }

/* controls: CC / fullscreen enabled 
	
	.plyr--captions-enabled [data-plyr=captions]{

*/
.plyr--captions-active [data-plyr=captions] {
  color: #0000ff; }

/* controls: progress: range */
.plyr--full-ui input[type=range] {
  box-shadow: none;
  color: #0000ff; }

/* controls: progress: track */
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  border-radius: 0; }

.plyr__progress input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  border-radius: 0; }

.plyr__progress input[type=range]::-ms-track {
  background: transparent;
  border-radius: 0; }

.plyr__progress progress {
  background: #fff; }

/* controls: progress: hide thumb */
.plyr__progress input[type=range]::-webkit-slider-thumb {
  opacity: 0; }

.plyr__progress input[type=range]::-moz-range-thumb {
  opacity: 0; }

.plyr__progress input[type=range]::-ms-thumb {
  opacity: 0; }

/* controls: progress: buffer */
.plyr--video .plyr__progress__buffer {
  color: #888; }

/* controls: hover */
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: none;
  color: #0000ff; }

/* controls: time */
.plyr__time {
  margin: 0 10px; }

/* controls: tooltips */
.plyr__tooltip {
  color: #fff;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.15);
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
  display: none; }

.plyr__tooltip:before {
  display: none; }

/* controls: custom DOM: wrapper */
.plyr__controls__center {
  align-items: center;
  display: flex;
  text-align: center;
  margin: 0 auto; }

.plyr__controls__center .plyr__progress input[type=range],
.plyr__controls__center .plyr__progress__buffer {
  width: calc( 100vw - 140px );
  border-radius: 0; }

/* captions */
.plyr__captions {
  transition: none; }

.plyr__captions .plyr__caption {
  background: none;
  font-size: 24px;
  line-height: 100%; }

/* break points */
@media only screen and (max-width: 479px) {
  .plyr--captions-enabled [data-plyr=captions],
  .plyr--fullscreen-enabled [data-plyr=fullscreen] {
    position: absolute;
    bottom: 40px; }

  .plyr--captions-enabled [data-plyr=captions] {
    left: 10px; }

  .plyr--fullscreen-enabled [data-plyr=fullscreen] {
    right: 10px; } }
@media only screen and (min-width: 480px) {
  .plyr__controls__center .plyr__progress input[type=range],
  .plyr__controls__center .plyr__progress__buffer {
    /* width: calc( 50vw + 13px );
    max-width: calc( 722px + 13px ); */
    width: calc( ( ( ( 100vw - 478px ) / 13 ) * 7 ) + ( 34px * 6 ) - 110px ); } }
@media only screen and (max-width: 600px) {
  body #player #player_top {
    padding: 15px; }

  body #player #player_top a,
  body aside > a {
    width: 20px;
    height: 20px;
    background-size: 20px; }

  /* play button */
  #media > div > button.plyr__control svg {
    width: 60px;
    height: 60px; }

  /* controls: CC */
  .plyr [data-plyr=captions] svg {
    width: 20px;
    height: 20px; }

  /* controls: fullscreen */
  .plyr [data-plyr=fullscreen] svg {
    width: 20px;
    height: 20px; }

  /* caption */
  .plyr__captions .plyr__caption {
    font-size: 16px; } }
@media only screen and (min-width: 1024px) {
  /* caption */
  .plyr__captions {
    padding: 40px; }

  .plyr__captions .plyr__caption {
    font-size: 32px; } }

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