@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?77103775');
  src: url('font/fontello.eot?77103775#iefix') format('embedded-opentype'), url('font/fontello.svg?77103775#fontello') format('svg');
}
input[id^="ep-"],
#playing_status {
  display: none;
}
.hover {
  transition: all .2s;
}
.hover:hover {
  -webkit-transform: scale(1.5);
  text-shadow: 1rem 1rem 1rem rgba(0, 52, 52, 0.5);
}
.no_hover:hover {
  -webkit-transform: none;
  text-shadow: none;
}
*,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
html,
body {
  width: 100%;
  background-color: #dee9ef;
  color: #003434;
}
header,
footer {
  z-index: 0;
  width: 100%;
}
header,
h1,
h2 {
  font-family: 'Cinzel', serif;
  font-weight: 100;
}
header {
  height: 30vh;
  overflow: hidden;
  font-size: 2rem;
  text-align: center;
  display: table;
}
header > div {
  display: table-cell;
  vertical-align: middle;
  width: 100vw;
  height: 30vh;
  background: url(logo3.2.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  text-shadow: 0 0 1rem #dee9ef;
}
header img {
  display: none;
  height: 28vh;
  margin: 1vh auto;
}
header h2 {
  font-size: 1rem;
}
header nav#site-nav {
  font-family: "fontello";
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30vh;
  font-size: 3rem;
}
header nav#site-nav a {
  cursor: pointer;
  margin-right: 1rem;
}
header nav#site-nav a:nth-child(2) {
  position: relative;
  bottom: .25rem;
}
header nav#site-nav a:nth-child(3) {
  position: relative;
  bottom: .20rem;
}
header nav#site-nav a:last-child:hover {
  color: #3b5998;
}
#episodes-nav {
  width: 100%;
  height: 30vh;
}
#episodes-nav > a {
  font-family: "fontello";
  width: 5%;
  line-height: 30vh;
  text-align: center;
  font-size: 3rem;
  cursor: pointer;
  transition: all .2s;
}
#episodes-nav > a:first-child {
  float: left;
}
#episodes-nav > a:last-child {
  float: right;
}
#episodes-nav > a:hover {
  -webkit-transform: scale(1.5);
  text-shadow: 1rem 1rem 1rem rgba(0, 52, 52, 0.5);
}
#episodes-nav > a.off {
  opacity: .5;
  cursor: default;
}
#episodes-nav > a.off:hover {
  -webkit-transform: none;
  text-shadow: none;
}
#episodes-nav ul {
  height: 30vh;
  float: left;
  width: 90%;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
}
#episodes-nav li {
  white-space: normal;
  height: 30vh;
  display: inline-block;
  width: 22.5vw;
  padding: 1rem;
  list-style: none;
}
#episodes-nav li label {
  box-shadow: inset 0 0 5rem 1rem black;
  background-color: #dee9ef;
  background-size: cover;
  background-position: 50%;
  border-radius: .25rem;
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all .2s;
  cursor: pointer;
}
#episodes-nav li label div {
  border-radius: .25rem;
  display: table;
  position: absolute;
  bottom: 0;
  transition: all .2s;
  width: 101%;
}
#episodes-nav li label div::before {
  display: none;
  line-height: 30vh;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -1rem;
  content: "p";
  font-family: "fontello";
  font-size: 3rem;
}
#episodes-nav li label span {
  font-family: "Trebuchet MS";
  font-size: .875rem;
  display: table-cell;
  vertical-align: middle;
  width: 25vw;
  height: 3rem;
  padding: 0 1rem;
  text-align: center;
  background-color: rgba(222, 233, 239, 0.5);
}
#episodes-nav li[data-release] label {
  cursor: default;
  box-shadow: inset 0 0 10px #003434, 0 0 0 #003434;
}
#episodes-nav li[data-release] label div {
  height: 101%;
}
#episodes-nav li[data-release] label span {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  background-color: rgba(222, 233, 239, 0.7);
}
input[id$="-1"]:checked ~ #episodes-nav li:nth-of-type(1) label,
input[id$="-2"]:checked ~ #episodes-nav li:nth-of-type(2) label,
input[id$="-3"]:checked ~ #episodes-nav li:nth-of-type(3) label,
input[id$="-4"]:checked ~ #episodes-nav li:nth-of-type(4) label,
input[id$="-5"]:checked ~ #episodes-nav li:nth-of-type(5) label,
input[id$="-6"]:checked ~ #episodes-nav li:nth-of-type(6) label,
input[id$="-7"]:checked ~ #episodes-nav li:nth-of-type(7) label {
  box-shadow: none;
}
input[id$="-1"]:checked ~ #episodes-nav li:nth-of-type(1) div,
input[id$="-2"]:checked ~ #episodes-nav li:nth-of-type(2) div,
input[id$="-3"]:checked ~ #episodes-nav li:nth-of-type(3) div,
input[id$="-4"]:checked ~ #episodes-nav li:nth-of-type(4) div,
input[id$="-5"]:checked ~ #episodes-nav li:nth-of-type(5) div,
input[id$="-6"]:checked ~ #episodes-nav li:nth-of-type(6) div,
input[id$="-7"]:checked ~ #episodes-nav li:nth-of-type(7) div {
  background-color: rgba(222, 233, 239, 0.4);
  box-shadow: inset 0 0 10px #003434, 0 0 0 #003434;
  height: 100%;
  width: 100%;
}
input[id$="-1"]:checked ~ #episodes-nav li:nth-of-type(1) div::before,
input[id$="-2"]:checked ~ #episodes-nav li:nth-of-type(2) div::before,
input[id$="-3"]:checked ~ #episodes-nav li:nth-of-type(3) div::before,
input[id$="-4"]:checked ~ #episodes-nav li:nth-of-type(4) div::before,
input[id$="-5"]:checked ~ #episodes-nav li:nth-of-type(5) div::before,
input[id$="-6"]:checked ~ #episodes-nav li:nth-of-type(6) div::before,
input[id$="-7"]:checked ~ #episodes-nav li:nth-of-type(7) div::before {
  transition: all .2s;
  display: block;
}
input[id$="-1"]:checked ~ #episodes-nav li:nth-of-type(1) div:hover::before,
input[id$="-2"]:checked ~ #episodes-nav li:nth-of-type(2) div:hover::before,
input[id$="-3"]:checked ~ #episodes-nav li:nth-of-type(3) div:hover::before,
input[id$="-4"]:checked ~ #episodes-nav li:nth-of-type(4) div:hover::before,
input[id$="-5"]:checked ~ #episodes-nav li:nth-of-type(5) div:hover::before,
input[id$="-6"]:checked ~ #episodes-nav li:nth-of-type(6) div:hover::before,
input[id$="-7"]:checked ~ #episodes-nav li:nth-of-type(7) div:hover::before {
  -webkit-transform: scale(1.5);
  text-shadow: 1rem 1rem 1rem rgba(0, 52, 52, 0.5);
}
input[id$="-1"]:checked ~ #episodes-nav li:nth-of-type(1) span,
input[id$="-2"]:checked ~ #episodes-nav li:nth-of-type(2) span,
input[id$="-3"]:checked ~ #episodes-nav li:nth-of-type(3) span,
input[id$="-4"]:checked ~ #episodes-nav li:nth-of-type(4) span,
input[id$="-5"]:checked ~ #episodes-nav li:nth-of-type(5) span,
input[id$="-6"]:checked ~ #episodes-nav li:nth-of-type(6) span,
input[id$="-7"]:checked ~ #episodes-nav li:nth-of-type(7) span {
  opacity: 0;
}
input[id$="-1"]:not(:checked) ~ #episodes-nav li:nth-of-type(1):hover label,
input[id$="-2"]:not(:checked) ~ #episodes-nav li:nth-of-type(2):hover label,
input[id$="-3"]:not(:checked) ~ #episodes-nav li:nth-of-type(3):hover label,
input[id$="-4"]:not(:checked) ~ #episodes-nav li:nth-of-type(4):hover label,
input[id$="-5"]:not(:checked) ~ #episodes-nav li:nth-of-type(5):hover label,
input[id$="-6"]:not(:checked) ~ #episodes-nav li:nth-of-type(6):hover label,
input[id$="-7"]:not(:checked) ~ #episodes-nav li:nth-of-type(7):hover label {
  box-shadow: inset 0 0 0 #000000, 0 0 20px #000000;
}
input[id$="-1"]:not(:checked) ~ #episodes-nav li:nth-of-type(1):hover div,
input[id$="-2"]:not(:checked) ~ #episodes-nav li:nth-of-type(2):hover div,
input[id$="-3"]:not(:checked) ~ #episodes-nav li:nth-of-type(3):hover div,
input[id$="-4"]:not(:checked) ~ #episodes-nav li:nth-of-type(4):hover div,
input[id$="-5"]:not(:checked) ~ #episodes-nav li:nth-of-type(5):hover div,
input[id$="-6"]:not(:checked) ~ #episodes-nav li:nth-of-type(6):hover div,
input[id$="-7"]:not(:checked) ~ #episodes-nav li:nth-of-type(7):hover div {
  opacity: 0;
}
.placeholder {
  position: relative;
  z-index: -99;
  transition: margin-top 0.2s;
  height: 70vh;
}
#video.inline + .placeholder {
  display: none;
}
#video {
  bottom: 0;
  z-index: 1;
  height: 70vh;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
#video.fixed {
  position: fixed;
}
#video.fixed.top {
  bottom: 50vh;
}
#video.inline {
  position: relative;
}
#video #iframe {
  position: absolute;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  border: none;
  opacity: 0;
  background-color: #003434;
  transition: opacity .5s;
}
#video menu {
  position: absolute;
  top: 20vh;
  z-index: 4;
  line-height: 30vh;
  width: 100vw;
  font-size: 5rem;
  text-align: center;
  background-color: rgba(222, 233, 239, 0.5);
  transition: all .2s;
}
#video menu li {
  cursor: pointer;
  width: 33.333333333333336%;
  display: inline-block;
  font-family: "fontello";
  transition: all .2s;
}
#video menu li label {
  cursor: pointer;
}
#video menu li:hover {
  -webkit-transform: scale(1.5);
  text-shadow: 1rem 1rem 1rem rgba(0, 52, 52, 0.5);
}
#video article {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #dee9ef;
  background-position: 50%;
  background-size: cover;
  transition: -webkit-transform 0.2s;
  -webkit-transform: translateX(0);
  font-size: 10rem;
  text-align: center;
}
input[id$="-1"]:checked ~ #video article {
  -webkit-transform: translateX(0);
}
input[id$="-2"]:checked ~ #video article {
  -webkit-transform: translateX(-100%);
}
input[id$="-3"]:checked ~ #video article {
  -webkit-transform: translateX(-200%);
}
input[id$="-4"]:checked ~ #video article {
  -webkit-transform: translateX(-300%);
}
input[id$="-5"]:checked ~ #video article {
  -webkit-transform: translateX(-400%);
}
input[id$="-6"]:checked ~ #video article {
  -webkit-transform: translateX(-500%);
}
input[id$="-7"]:checked ~ #video article {
  -webkit-transform: translateX(-600%);
}
input[id$="-8"]:checked ~ #video article {
  -webkit-transform: translateX(-700%);
}
input[id^="ep-"]:first-of-type:checked ~ #video menu li:first-child,
input[id^="ep-"]:nth-last-of-type(2):checked ~ #video menu li:last-child {
  opacity: .4;
  cursor: default;
}
input[id^="ep-"]:first-of-type:checked ~ #video menu li:first-child:hover,
input[id^="ep-"]:nth-last-of-type(2):checked ~ #video menu li:last-child:hover {
  -webkit-transform: none;
  text-shadow: none;
}
#playing_status:checked ~ #video {
  height: 100vh;
  position: fixed;
  top: 0;
}
#playing_status:checked ~ #video #iframe {
  opacity: 1;
  z-index: 99999;
}
#playing_status:checked ~ #video article {
  opacity: 0;
}
#playing_status:checked ~ #video menu {
  opacity: 0;
  line-height: 100vh;
}
#playing_status:checked ~ header,
#playing_status:checked ~ #episodes-nav,
#playing_status:checked ~ footer {
  display: none;
}
footer {
  position: relative;
  height: 50vh;
  text-align: center;
  bottom: 0;
  left: 0;
  color: #dee9ef;
  font-family: "Trebuchet MS";
  text-transform: uppercase;
  font-weight: 100;
}
footer div {
  width: 50vw;
  height: 50vh;
  float: left;
}
footer #credits {
  position: relative;
  z-index: 20;
}
footer #credits p {
  display: block;
  height: 1.2rem;
}
footer #credits span {
  width: 50%;
  display: inline-block;
}
footer #credits span:nth-child(odd) {
  text-align: right;
  padding-right: .5rem;
}
footer #credits span:nth-child(even) {
  text-align: left;
  padding-left: .5rem;
  font-weight: 800;
}
footer #credits #credits-container {
  height: auto;
}
footer #credits a::after {
  transition: all .2s;
  content: " >";
  display: inline-block;
  margin-left: .5rem;
  opacity: 0;
  -webkit-transform: translateX(-100%);
}
footer #credits a:hover {
  text-decoration: underline;
}
footer #credits a:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
}
footer #contact {
  background: url(black.jpg);
  background-size: cover;
  background-position: 50%;
  width: 100vw;
  bottom: 0;
  z-index: 10;
}
footer #contact.inline {
  position: absolute;
  top: 0;
}
footer #contact.fixed {
  position: fixed;
}
footer #contact form {
  width: 50%;
  height: 100%;
  text-align: left;
  float: right;
}
footer #contact input,
footer #contact button,
footer #contact textarea {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  display: block;
  outline: none;
  color: #dee9ef;
  border-radius: .125rem;
  width: 97.5%;
  height: 10%;
  margin: 2.5% 2.5% 0 0;
  padding: 1rem;
  text-align: left;
}
footer #contact input:first-child,
footer #contact button:first-child,
footer #contact textarea:first-child,
footer #contact input:last-child,
footer #contact button:last-child,
footer #contact textarea:last-child {
  margin-top: 5%;
}
footer #contact button {
  background-color: #dee9ef;
  padding: 0 1rem;
  color: #003434;
}
footer #contact textarea,
footer #contact input {
  background-color: #003434;
}
footer #contact textarea {
  height: 50%;
  resize: none;
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel-Regular'), url(http://themes.googleusercontent.com/static/fonts/cinzel/v2/PPYkMH2Vr9iqUFBaz60XpevvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@media (max-width: 1000px) {
  #episodes-nav ul {
    width: 90%;
  }
  #episodes-nav li {
    width: 30vw;
  }
  #episodes-nav li a span {
    width: 30vw;
    height: 4rem;
  }
}
@media screen and (orientation: portrait) {
  header {
    height: auto;
    position: static;
  }
  header div {
    height: auto;
    display: block;
  }
  header h1 {
    height: 20vh;
    line-height: 10vh;
    max-width: 400px;
    margin: 0 auto;
  }
  header h2,
  header nav#site-nav {
    height: 10vh;
    line-height: 10vh;
  }
  header h2 {
    z-index: 5;
    position: absolute;
    top: 40vh;
    display: block;
    width: 100%;
  }
  header nav#site-nav {
    position: relative;
    margin: 0 auto;
  }
  header nav#site-nav a {
    margin: 0;
    display: block;
    float: left;
    width: 33.333333333333336%;
  }
  #episodes-nav {
    position: absolute;
    top: 80vh;
  }
  #episodes-nav ul {
    width: 100%;
  }
  #episodes-nav li {
    width: 50vw;
  }
  #episodes-nav li label span {
    width: 50vw;
    height: 4rem;
  }
  #episodes-nav > a {
    position: absolute;
    z-index: 99999;
    width: 50vw;
    line-height: 10vh;
    top: 30vh;
  }
  #episodes-nav > a:first-child {
    float: none;
    left: 0;
  }
  #episodes-nav > a:last-child {
    float: none;
    right: 0;
  }
  #video {
    height: 50vh;
  }
  #video,
  #video.fixed,
  #video.inline {
    position: static;
  }
  #video #iframe {
    height: 50vh;
  }
  #video menu {
    top: 40vh;
    line-height: 10vh;
    padding: 10vh 0;
    background-color: rgba(222, 233, 239, 0.5);
  }
  .placeholder,
  #video.inline + .placeholder,
  .jsready .placeholder {
    display: block;
    height: 40vh;
  }
  footer {
    height: auto;
    background: url(black.jpg);
    background-position: 50% 0;
    width: 100%;
    padding: 1rem;
  }
  footer div {
    width: auto;
    height: auto;
    float: none;
  }
  footer #contact {
    width: auto;
    background-image: none;
    z-index: 10;
  }
  footer #contact.inline,
  footer #contact.fixed {
    position: static;
  }
  footer #contact form {
    width: 100%;
    height: auto;
    float: none;
  }
  footer #contact input,
  footer #contact button,
  footer #contact textarea {
    height: 3rem;
    margin: 1rem auto 1rem;
  }
  footer #contact textarea {
    height: 10rem;
    resize: vertical;
  }
  #playing_status:checked ~ #video {
    height: 50vh;
    position: inherit;
    top: inherit;
    overflow: hidden;
  }
  #playing_status:checked ~ #video #iframe {
    opacity: 1;
    height: 50vh;
  }
  #playing_status:checked ~ #video article {
    opacity: 0;
  }
  #playing_status:checked ~ #video menu {
    opacity: 0;
    top: 30vh;
    line-height: 10vh;
    padding: 20vh 0;
  }
  #playing_status:checked ~ header,
  #playing_status:checked ~ #episodes-nav,
  #playing_status:checked ~ footer {
    display: inherit;
  }
}
