@charset "UTF-8";
@import url(fonts.css);
@import url(reset.css);
/* UNITS */
/* MIXIN */
/* ANIMS */
@keyframes blinker {
  50% {
    opacity: 0; } }

/* GENERAL*/
* {
  box-sizing: border-box; }

html {
  font-size: 14px; }

body {
  font-size: 14px;
  font-family: 'syneReg';
  background: #000;
  color: white; }
  body > header {
    position: fixed;
    top: 0;
    width: 100%;
    mix-blend-mode: difference;
    z-index: 3; }
    body > header h1 {
      font-family: 'syneMono-bold';
      text-transform: uppercase;
      font-size: 4vw;
      text-align: justify;
      text-align-last: justify; }
      body > header h1 #to-about {
        color: #000;
        text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }

/* HOME */
#home > header h1 #to-about {
  display: none; }

#home > header h1 #to-title {
  display: block; }

#home > header h1:hover #to-about {
  display: block; }

#home > header h1:hover #to-title {
  display: none; }

#home > header .tag > ul {
  overflow-y: scroll; }

#home > header #next {
  margin-left: calc(2vw + 3rem);
  width: 100%;
  transform: scaleX(0.25);
  position: absolute;
  z-index: 999999; }

#home .shows {
  font-size: 2vw;
  z-index: 4;
  width: 15vw;
  top: 4vw;
  position: fixed; }
  #home .shows h2 {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: 'syneMono';
    text-transform: uppercase;
    padding: 0 0 1rem 1rem; }
  #home .shows ul {
    padding-left: 1rem;
    max-height: calc(100vh - 4vw - 3rem);
    overflow: scroll; }
    #home .shows ul li {
      display: flex;
      height: 7rem;
      margin: -2rem 1rem 0 0;
      font-family: "syneMono";
      text-align: center;
      justify-content: center;
      transform: scaleY(0.5);
      align-items: center;
      padding: .5rem;
      border: solid 1px;
      background: #000; }
    #home .shows ul li:nth-child(odd) {
      background: #fff;
      color: #000; }
    #home .shows ul li:hover,
    #home .shows ul li:nth-child(odd):hover,
    #home .shows ul li:nth-child(even):hover,
    #home .shows ul li.highlight {
      cursor: pointer;
      background: red;
      color: #fff; }

#home .tags {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  top: 4vw;
  right: 0;
  width: 14vw;
  padding: 0 0.5vw 0 0; }
  #home .tags h3 {
    color: #fff;
    display: block;
    font-family: 'syneReg';
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: .5rem;
    font-family: 'syneMono';
    position: fixed;
    background: black;
    width: 100%; }
  #home .tags .tag {
    font-family: "syneMono";
    font-size: 1rem;
    width: 100%;
    max-height: calc(50vh - 3rem);
    display: block;
    -webkit-box-shadow: inset 0px -25px 10px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -25px 10px -7px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -25px 10px -7px rgba(0, 0, 0, 0.75); }
    #home .tags .tag ul {
      padding: 0.75rem;
      margin-top: 2.5rem;
      position: relative;
      height: 90%;
      overflow-y: auto;
      overflow-x: hidden; }
      #home .tags .tag ul li {
        border: 1px solid;
        padding: 5px 0;
        padding-left: 10px;
        transform: skewX(-20deg);
        margin-top: -1px; }
        #home .tags .tag ul li:nth-of-type(odd) {
          transform: skewX(20deg); }
        #home .tags .tag ul li:hover, #home .tags .tag ul li.clicked {
          cursor: pointer;
          background: white;
          color: black; }
      #home .tags .tag ul li.active {
        background: red;
        color: white; }

#home .tags.on .tag ul li:not(.yes) {
  color: darkgrey;
  text-decoration: line-through; }

#home .tags.on .tag ul li:not(.yes):hover {
  cursor: default;
  background: #000;
  font-family: 'syneMono'; }

#home main {
  margin: 6.5rem 0 0 0;
  width: 100%;
  padding: .5vw;
  z-index: -4; }
  #home main .image {
    position: relative; }
    #home main .image img {
      position: relative;
      mix-blend-mode: lighten;
      width: 100%; }
    #home main .image img:nth-of-type(1),
    #home main .image img:nth-of-type(3) {
      display: block;
      position: absolute;
      width: 100% !important;
      left: 0;
      top: 0; }
    #home main .image img:nth-of-type(1) {
      margin-left: 20px;
      text-shadow: -1px 0 red; }
    #home main .image img:nth-of-type(3) {
      margin-left: 20px;
      text-shadow: -1px 0 blue; }
  #home main #videos {
    transform-origin: 0 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 14vw 0 15.5vw;
    width: 100%; }
    #home main #videos > .video {
      width: calc(100% / 3); }
    #home main #videos > .video:nth-of-type(odd) img {
      transform: skewY(10deg); }
    #home main #videos > .video:nth-of-type(even) img {
      transform: skewY(-10deg); }
    #home main #videos .wrap {
      width: 100%;
      display: inherit; }
      #home main #videos .wrap:nth-of-type(odd) .video:nth-of-type(odd) img {
        transform: skewY(10deg); }
      #home main #videos .wrap:nth-of-type(odd) .video:nth-of-type(even) img {
        transform: skewY(-10deg); }
      #home main #videos .wrap:nth-of-type(even) .video:nth-of-type(odd) img {
        transform: skewY(-10deg); }
      #home main #videos .wrap:nth-of-type(even) .video:nth-of-type(even) img {
        transform: skewY(10deg); }
      #home main #videos .wrap .video {
        width: calc(100% / 4); }
    #home main #videos .video.onward {
      filter: none;
      position: relative; }
    #home main #videos .video .showVideo {
      z-index: 10;
      -webkit-box-shadow: 0px 0px 500px 250px black;
      -moz-box-shadow: 0px 0px 500px 250px black;
      box-shadow: 0px 0px 500px 250px black;
      display: none;
      position: fixed;
      left: 15vw;
      right: 15vw; }
      #home main #videos .video .showVideo .bottom {
        padding: 2px;
        font-size: 21px;
        line-height: 35px;
        text-align: justify;
        border: 1px solid white;
        background: black; }
        #home main #videos .video .showVideo .bottom * {
          display: inline;
          padding: 2px;
          margin: 2px;
          background: white;
          color: black; }
        #home main #videos .video .showVideo .bottom h1 {
          text-transform: uppercase; }
        #home main #videos .video .showVideo .bottom ul {
          background: black; }
          #home main #videos .video .showVideo .bottom ul li {
            background: white; }
      #home main #videos .video .showVideo .close {
        display: block;
        position: fixed;
        left: 84.6vw;
        font-size: 40px;
        padding: 0px 5px;
        background: white;
        color: black; }
        #home main #videos .video .showVideo .close:hover {
          background: black;
          color: white;
          border: 1px solid; }
      #home main #videos .video .showVideo iframe {
        width: 100%;
        height: 100%; }
    #home main #videos .video:hover {
      cursor: pointer;
      mix-blend-mode: initial; }
    #home main #videos .video img {
      width: 100%;
      -webkit-filter: grayscale(100%) contrast(110%);
      filter: grayscale(100%) contrast(110%);
      border: solid 1px; }
      #home main #videos .video img:hover {
        -webkit-filter: initial;
        filter: initial; }
  #home main #currentShow.sleeping {
    display: none;
    color: red; }

.showsList {
  width: calc(100% / 5);
  font-size: 1.5rem;
  padding: 0 1rem;
  hyphens: auto;
  font-family: "syneMono"; }
  .showsList h2 {
    font-size: 5rem;
    transform: scaleX(0.3);
    transform-origin: top left;
    font-family: 'syneMono-bold';
    text-transform: uppercase; }
  .showsList .episodes {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1rem 1rem 1rem 0; }
    .showsList .episodes li {
      padding: 0 0.5rem 0 0.5rem; }
    .showsList .episodes li.active {
      color: red; }
    .showsList .episodes li:hover {
      color: red;
      cursor: pointer; }

/* HOME SCREEN MODE */
#home.screenMode > header .menu #counter {
  color: transparent; }

#home.screenMode > header h1 {
  mix-blend-mode: difference; }

#home.screenMode .showsList {
  width: calc(100% / 5.5); }

#home.screenMode main {
  margin-top: 5vw; }
  #home.screenMode main #videos,
  #home.screenMode main .shows,
  #home.screenMode main .tags {
    display: none; }
  #home.screenMode main #currentShow {
    mix-blend-mode: difference;
    left: 0;
    top: 0;
    padding-top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow: auto;
    background: #000; }
    #home.screenMode main #currentShow #close {
      left: calc(100% / 6); }
    #home.screenMode main #currentShow #close::before {
      content: "✕";
      margin-top: 1rem;
      width: 100%;
      display: block;
      text-align: right;
      font-size: 3rem;
      font-family: "Times"; }
    #home.screenMode main #currentShow #close:hover {
      cursor: pointer;
      color: red; }
    #home.screenMode main #currentShow .content {
      display: flex; }
      #home.screenMode main #currentShow .content #episode {
        position: absolute;
        right: 0;
        width: calc(100% / 5 * 4);
        padding: 1rem 1rem 3rem 1rem; }
        #home.screenMode main #currentShow .content #episode .videoContent {
          padding: 0 1rem 0 0; }
          #home.screenMode main #currentShow .content #episode .videoContent iframe {
            width: 70vw;
            height: calc(70vw * 9 / 16);
            border-radius: 2rem; }
        #home.screenMode main #currentShow .content #episode .cartouche {
          display: flex;
          font-family: "syneReg";
          width: 70vw;
          font-size: 1.25rem;
          line-height: 1.3rem;
          margin: 1.5rem 0 0 0; }
          #home.screenMode main #currentShow .content #episode .cartouche * h3 {
            padding: 0 0.5rem 0.5rem 0.5rem;
            margin: 0 -0.5rem 0.5rem -0.5rem;
            font-family: "syneBold";
            border-bottom: solid 1px; }
          #home.screenMode main #currentShow .content #episode .cartouche .description {
            border: solid 1px;
            padding: 0.5rem;
            background-color: #000;
            width: 100%; }
            #home.screenMode main #currentShow .content #episode .cartouche .description h3 {
              padding: 0 0.5rem 0.5rem 0.5rem;
              margin: 0 -0.5rem 0.5rem -0.5rem; }
          #home.screenMode main #currentShow .content #episode .cartouche .epTags {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            border-top: solid 1px; }
            #home.screenMode main #currentShow .content #episode .cartouche .epTags .epTag {
              width: 100%;
              padding: 0.5rem;
              border: solid 1px;
              border-top: none;
              background-color: #000; }
              #home.screenMode main #currentShow .content #episode .cartouche .epTags .epTag#authors {
                border-top: none;
                border-left: none; }
              #home.screenMode main #currentShow .content #episode .cartouche .epTags .epTag ul li {
                display: inline; }
              #home.screenMode main #currentShow .content #episode .cartouche .epTags .epTag ul li:not(:last-of-type)::after {
                content: ", "; }
            #home.screenMode main #currentShow .content #episode .cartouche .epTags .epTag:first-of-type {
              border-left: 0; }

/* HOME LIVE */
#home.live > header h1 {
  color: red; }

#home.live > header h1:hover #to-about {
  text-shadow: 1px 0 0 red, -1px 0 0 red, 0 1px 0 red, 0 -1px 0 red, 1px 1px red, -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red; }

#home.live > header h2 {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  color: red;
  font-family: 'syneMono';
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  position: fixed;
  bottom: 0;
  margin: 0rem 0 7vh 2.5rem; }

#home.live > header h2::before {
  border-radius: 2rem;
  background: red;
  padding: 0.5rem;
  display: inline-block;
  margin: 0 1rem 0 0;
  content: " ";
  animation: blinker 1.5s infinite; }

#home.live main {
  width: 100%;
  margin: 0;
  padding: 5vw 0 0 0;
  left: 0; }
  #home.live main #live {
    width: 100%;
    height: 84vh;
    padding: 0 5vw 0 5vw; }

/* ABOUT */
#about {
  font-family: "syneMono";
  font-size: 21px; }
  #about > header h1 #to-about {
    display: block;
    color: #fff;
    text-shadow: none; }
  #about > header h1 #to-title {
    display: none;
    color: #000;
    text-shadow: 1px 0 0 white, -1px 0 0 white, 0 1px 0 white, 0 -1px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white; }
  #about > header h1:hover #to-title {
    display: block; }
  #about > header h1:hover #to-about {
    display: none; }
  #about > header h1 {
    color: white; }
  #about > header h2 {
    display: none; }
  #about main {
    margin-top: 6.5rem;
    line-height: 24.5px; }
    #about main > section {
      padding-left: 14vw; }
    #about main #descriptionImg {
      max-width: 30vw;
      position: fixed;
      right: 10px;
      top: 0;
      margin-top: 6.5rem; }
    #about main #description {
      margin: 10px;
      max-width: 60vw;
      text-align: justify; }
      #about main #description a {
        text-decoration: underline; }
      #about main #description p {
        transform-origin: top left;
        margin-left: 40px;
        transform: skewX(5deg);
        margin: 0 0 1rem 0; }
    #about main .clear,
    #about main .mc-field-group {
      display: inline-block; }
    #about main #subscribe input[type="submit"] {
      font-size: 1.25rem;
      font-family: "syneMono"; }

/* ABOUT LIVE */
#about.live {
  color: red; }
  #about.live h1 #to-about {
    color: red; }
  #about.live h1 #to-title {
    text-shadow: 1px 0 0 red, -1px 0 0 red, 0 1px 0 red, 0 -1px 0 red, 1px 1px red, -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red; }
  #about.live form input {
    background: red;
    border: none; }

#golive main,
#synchronize main {
  margin: 1vw 0 0 1vw;
  font-size: 3vw;
  line-height: 4vw; }

#golive .message {
  margin: 0 0 2vw 0;
  color: yellow; }

#golive form label,
#golive form input:not([type="submit"]) {
  display: block; }

#golive form input {
  font-size: 3vw;
  margin: 0 0 1vw 0; }

#golive form input#start {
  background: blue;
  color: white; }

#golive form input#stop {
  background: red;
  color: white;
  margin-left: 2vw; }

#golive form input[type="submit"] {
  margin-top: 4vw;
  border-radius: 2vw;
  padding: 0.5vw; }

#golive form label.required::after {
  content: "*";
  color: red; }
