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

html, body {
  height: 100%; }

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

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

html {
  box-sizing: border-box; }

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

@font-face {
  font-family: ancient;
  src: url(../fonts/ancient-webfont.woff) format("woff"), url(../fonts/ancient-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

* {
  -webkit-tap-highlight-color: transparent; }

html {
  background: black;
  color: rgba(210, 210, 210, 0.5);
  /*font-size: 12px;*/
  font-size: 16px;
  font-family: ancient, serif;
  font-weight: 400;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 1600px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 1400px) {
    html {
      font-size: 12px; } }

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden; }

body {
  font-size: 2rem;
  letter-spacing: 0.15em; }

a,
a:hover,
a:visited,
a:active {
  color: inherit; }

h1, h2, h3, h4, h5 {
  font-weight: 400; }

.full {
  width: 100%;
  text-align: center; }

.sidebar {
  width: 30%;
  min-width: 300px; }
  .sidebar-left {
    position: absolute;
    left: 0;
    z-index: 200; }
  .sidebar-right {
    position: absolute;
    right: 0;
    z-index: 200; }
  .sidebar hr {
    border: 0px;
    opacity: 0.15;
    border-bottom: 1px solid #fff;
    width: 50px;
    margin: 0 auto; }
  .sidebar.share-ready {
    -webkit-animation: anim-fadeIn 2s ease-out;
    -moz-animation: anim-fadeIn 2s ease-out;
    animation: anim-fadeIn 2s ease-out; }

.center {
  position: relative;
  width: 60%;
  float: left;
  height: 100%; }

#wrapper {
  width: 100%;
  height: 100%; }

#preload, #message {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

#introAnimation,
#unsupported {
  position: relative;
  width: 100%;
  height: 100%; }
  #introAnimation h1,
  #unsupported h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase; }
    .phone #introAnimation h1, .phone
    #unsupported h1 {
      height: auto;
      width: 240px;
      line-height: 1.3; }
  #introAnimation .intro-slide,
  #unsupported .intro-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
    opacity: 0; }
    .phone #introAnimation .intro-slide, .phone
    #unsupported .intro-slide {
      max-width: none; }

#unsupported .content {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -250px;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 736px) {
    #unsupported .content {
      font-size: 1.1rem;
      margin-top: -188px; } }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    #unsupported .content {
      margin-top: -145px; } }

#unsupported h1 {
  position: static;
  display: block;
  height: auto;
  max-width: 340px;
  margin: 0 auto 60px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  #unsupported h1 img {
    display: block;
    width: 100%;
    opacity: 0.7; }
  @media screen and (max-width: 736px) {
    #unsupported h1 {
      width: 74%;
      margin-bottom: 30px; } }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    #unsupported h1 {
      width: 45%; } }

#unsupported p {
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.5; }
  @media screen and (max-width: 736px) {
    #unsupported p {
      width: 85%; } }

#unsupported .browser-list {
  margin: 70px 0; }
  #unsupported .browser-list a {
    opacity: 1;
    margin: 0 21px;
    opacity: 0.75; }
  @media screen and (max-width: 736px) {
    #unsupported .browser-list {
      margin-top: 40px;
      margin-bottom: 40px; }
      #unsupported .browser-list a {
        margin: 0 17px; }
      #unsupported .browser-list img {
        width: 48px;
        height: 48px; } }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    #unsupported .browser-list {
      margin-top: 20px;
      margin-bottom: 20px; }
      #unsupported .browser-list img {
        width: 36px;
        height: 36px; } }

#unsupported .social-nav a {
  padding: 10px 10px;
  margin: 0 10px;
  opacity: 0.4; }

#unsupported .social-nav img {
  width: auto;
  height: 20px; }

#upload {
  position: relative;
  width: 100%;
  height: 100%; }
  #upload form {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2em;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .phone #upload form {
      width: 90%;
      height: auto; }
  #upload h2 {
    color: rgba(210, 210, 210, 0.7);
    -webkit-animation: anim-flicker 3s ease-out;
    -moz-animation: anim-flicker 3s ease-out;
    animation: anim-flicker 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
    .phone #upload h2 {
      margin-bottom: 0.25em;
      -webkit-animation: none;
      -moz-animation: none;
      animation: none; }
  #upload h3 {
    font-size: 1.4rem;
    letter-spacing: 0.125em;
    color: rgba(210, 210, 210, 0.5); }
  #upload a {
    position: relative;
    display: inline-block;
    text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 1px 0 black, 2px 1px 0 black;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .no-touch #upload a:hover {
      color: rgba(210, 210, 210, 0.8); }
      .no-touch #upload a:hover:after {
        background: rgba(210, 210, 210, 0.7); }
    #upload a:after {
      content: '';
      display: block;
      position: absolute;
      top: 90%;
      left: 50%;
      height: 1px;
      width: 0;
      background: rgba(210, 210, 210, 0.4);
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-transition: background 0.3s ease-in-out, width 0.7s ease-out;
      -moz-transition: background 0.3s ease-in-out, width 0.7s ease-out;
      transition: background 0.3s ease-in-out, width 0.7s ease-out;
      z-index: -1; }
    #upload a.highlight:after {
      width: 100%; }
  #upload input {
    display: none; }

.mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right, transparent 0%, black 50%, black 100%);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  background-position: 0 0; }

.centered-poster {
  position: absolute;
  top: 2%;
  left: 50%;
  height: 96%;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .centered-poster img, .centered-poster canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .centered-poster #overlay {
    z-index: 100;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
    .centered-poster #overlay.grab {
      cursor: -moz-grab;
      cursor: -webkit-grab;
      cursor: grab; }

.slider-container {
  margin: 1.25em 0;
  text-align: center; }
  .no-touch .slider-container:hover .slider {
    opacity: 1; }
  .no-touch .slider-container:hover .slider-label {
    color: #d2d2d2; }

.slider {
  margin-bottom: 0.3em;
  cursor: ew-resize;
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.slider-label {
  font-size: 1.25rem;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  cursor: default; }

#view-poster,
#image-editor {
  position: relative;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #view-poster .instructions,
  #image-editor .instructions {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center; }
    #view-poster .instructions div,
    #image-editor .instructions div {
      -webkit-animation: anim-flicker 3s ease-out;
      -moz-animation: anim-flicker 3s ease-out;
      animation: anim-flicker 3s ease-out;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
      .phone #view-poster .instructions div, .phone
      #image-editor .instructions div {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none; }
    #view-poster .instructions .subtitle,
    #image-editor .instructions .subtitle {
      margin-top: 0.25em;
      font-size: 1.4rem;
      letter-spacing: 0.15em;
      text-transform: none;
      color: rgba(210, 210, 210, 0.4); }
  #view-poster .secondary-instructions,
  #image-editor .secondary-instructions {
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase; }
  #view-poster .sidebar,
  #image-editor .sidebar {
    top: 50%;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .phone #view-poster .sidebar-right, .phone
    #image-editor .sidebar-right {
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
      .phone #view-poster .sidebar-right .button.back,
      .phone #view-poster .sidebar-right .button.next, .phone
      #image-editor .sidebar-right .button.back,
      .phone
      #image-editor .sidebar-right .button.next {
        position: absolute;
        bottom: 6%;
        padding: 1em 0;
        -webkit-transform: translate(0, 50%);
        -moz-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        -o-transform: translate(0, 50%);
        transform: translate(0, 50%);
        z-index: 300; }
      .phone #view-poster .sidebar-right .button.back, .phone
      #image-editor .sidebar-right .button.back {
        left: 1.5em; }
      .phone #view-poster .sidebar-right .button.next, .phone
      #image-editor .sidebar-right .button.next {
        right: 1.5em; }
  #view-poster .button,
  #image-editor .button {
    display: inline-block;
    padding: 1em;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    -webkit-animation: anim-flicker 3s ease-out;
    -moz-animation: anim-flicker 3s ease-out;
    animation: anim-flicker 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s; }
    .no-touch #view-poster .button:hover, .no-touch
    #image-editor .button:hover {
      color: #d2d2d2; }
    #view-poster .button.back,
    #image-editor .button.back {
      color: rgba(210, 210, 210, 0.3); }
    #view-poster .button.download-button,
    #image-editor .button.download-button {
      padding-bottom: 0.525em; }
    #view-poster .button.summon-button,
    #image-editor .button.summon-button {
      padding-top: 0.7em;
      padding-bottom: 1.35em;
      opacity: 0.65;
      -webkit-animation: none;
      -moz-animation: none;
      animation: none; }
    .phone #view-poster .button, .phone
    #image-editor .button {
      -webkit-animation: none;
      -moz-animation: none;
      animation: none; }
  #view-poster #center-controls,
  #image-editor #center-controls {
    position: absolute;
    bottom: 3%;
    width: 100%;
    left: 0;
    z-index: 200;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase; }
    .phone #view-poster #center-controls, .phone
    #image-editor #center-controls {
      bottom: 6%;
      width: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 50%);
      -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      -o-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }
      .phone #view-poster #center-controls .slider-container, .phone
      #image-editor #center-controls .slider-container {
        text-transform: none;
        text-align: center; }
      .phone #view-poster #center-controls canvas, .phone
      #image-editor #center-controls canvas {
        width: 100%;
        height: auto; }
    .tablet #view-poster #center-controls.darkness-slider, .tablet
    #image-editor #center-controls.darkness-slider {
      top: 50%;
      left: 15%;
      bottom: auto;
      width: auto;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-transform: none; }
    #view-poster #center-controls span,
    #image-editor #center-controls span {
      position: relative;
      display: inline-block;
      margin: 0 1em;
      padding: 0.5em 0;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out;
      -webkit-animation: anim-flicker 3s ease-out;
      -moz-animation: anim-flicker 3s ease-out;
      animation: anim-flicker 3s ease-out;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-delay: 0.1s;
      -moz-animation-delay: 0.1s;
      animation-delay: 0.1s; }
      .phone #view-poster #center-controls span, .phone
      #image-editor #center-controls span {
        opacity: 0.7;
        margin: 0 0.7em;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none; }
      .no-touch #view-poster #center-controls span:hover, .no-touch
      #image-editor #center-controls span:hover {
        color: #d2d2d2; }
      #view-poster #center-controls span:after,
      #image-editor #center-controls span:after {
        content: '';
        display: block;
        position: absolute;
        top: 76%;
        left: 50%;
        height: 1px;
        width: 0;
        margin-left: -2px;
        background: rgba(0, 255, 0, 0.5);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transition: background 0.3s ease-in-out, width 0.15s ease-out;
        -moz-transition: background 0.3s ease-in-out, width 0.15s ease-out;
        transition: background 0.3s ease-in-out, width 0.15s ease-out;
        z-index: -1; }
      .phone #view-poster #center-controls span.selected, .phone
      #image-editor #center-controls span.selected {
        opacity: 1; }
      #view-poster #center-controls span.selected:after,
      #image-editor #center-controls span.selected:after {
        width: 100%;
        -webkit-transition: background 0.3s ease-in-out, width 0.4s ease-out;
        -moz-transition: background 0.3s ease-in-out, width 0.4s ease-out;
        transition: background 0.3s ease-in-out, width 0.4s ease-out; }

.phone #image-editor.share .centered-poster, .phone
#view-poster .centered-poster {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(0.87);
  -moz-transform: scale(0.87);
  -ms-transform: scale(0.87);
  -o-transform: scale(0.87);
  transform: scale(0.87); }

.phone #image-editor.share .sidebar-left, .phone
#view-poster .sidebar-left {
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.saving,
.social-share {
  text-transform: uppercase;
  -webkit-animation: anim-flicker 3s ease-out;
  -moz-animation: anim-flicker 3s ease-out;
  animation: anim-flicker 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }
  .phone .saving, .phone
  .social-share {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }
  .saving h2,
  .social-share h2 {
    text-transform: uppercase; }
  .saving ul,
  .social-share ul {
    margin-top: 1em;
    opacity: 1.0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .saving ul li,
    .social-share ul li {
      width: auto;
      display: inline-block;
      margin: 0 .65em;
      opacity: 0.8;
      vertical-align: middle;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      cursor: pointer; }
      .saving ul li svg,
      .social-share ul li svg {
        -webkit-transition: fill 0.3s ease-in-out;
        -moz-transition: fill 0.3s ease-in-out;
        transition: fill 0.3s ease-in-out;
        height: 1.25em; }
      .saving ul li.share-link,
      .social-share ul li.share-link {
        position: relative;
        top: 1px;
        text-transform: uppercase;
        font-size: 0.85em;
        letter-spacing: 0.15em; }
      .no-touch .saving ul li:hover, .no-touch
      .social-share ul li:hover {
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
        opacity: 1.0;
        color: #d2d2d2; }
        .no-touch .saving ul li:hover svg, .no-touch
        .social-share ul li:hover svg {
          fill: #d2d2d2; }

.saving {
  -webkit-animation: anim-flicker 1s ease-out;
  -moz-animation: anim-flicker 1s ease-out;
  animation: anim-flicker 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }
  .phone .saving {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }

main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

footer {
  position: absolute;
  bottom: 2.1%;
  left: 2.5%;
  width: 95%;
  /*height: $footer-height;*/
  font-size: 1rem;
  letter-spacing: 0.15em;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  footer.hidden {
    visibility: hidden;
    opacity: 0; }
  footer a {
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .no-touch footer a:hover {
      opacity: 0.8; }
  footer h1 img {
    display: block;
    float: left;
    height: 1.85rem; }
  footer h1 .release-date {
    display: inline-block;
    margin: .85em 0 0 2em;
    text-transform: uppercase;
    line-height: 1; }
  footer h1 a {
    display: block;
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .no-touch footer h1 a:hover {
      opacity: 0.9; }
  footer ul {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -0.5em; }
    footer ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    footer ul a {
      padding: 0 0.35em; }
    footer ul .vol {
      margin-right: 0.7em;
      opacity: 0.3;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      .no-touch footer ul .vol:hover {
        opacity: 0.8; }
    footer ul .fb,
    footer ul .twitter,
    footer ul .instagram {
      position: relative;
      top: 0.1rem; }
      footer ul .fb img,
      footer ul .twitter img,
      footer ul .instagram img {
        height: 1rem; }
    footer ul .a24 {
      margin-left: 0.75em; }
      footer ul .a24 img {
        height: 1.2rem; }
  footer .terms {
    margin-right: 0.7em;
    letter-spacing: 0.12em;
    color: white; }

.test-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  z-index: 10000;
  border: 1px solid white; }

.sound-control-toggle {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  cursor: pointer; }
  .no-touch .sound-control-toggle:hover .sound-control-bar {
    opacity: 1; }
  .sound-control-toggle.inactive {
    opacity: 0.75; }
    .sound-control-toggle.inactive .sound-control-bar {
      -webkit-animation: none;
      -moz-animation: none;
      animation: none; }
  .sound-control-toggle.muted .sound-control-bar {
    -webkit-transform: translate(0, 75%);
    -moz-transform: translate(0, 75%);
    -ms-transform: translate(0, 75%);
    -o-transform: translate(0, 75%);
    transform: translate(0, 75%);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }

.sound-control-bars {
  width: 28px;
  height: 14px;
  padding: 0 7px;
  overflow: hidden; }

.sound-control-bar {
  float: left;
  width: 2px;
  height: 100%;
  margin-left: 2px;
  background: white;
  -webkit-animation: anim-sound-bar 830ms linear infinite alternate;
  -moz-animation: anim-sound-bar 830ms linear infinite alternate;
  animation: anim-sound-bar 830ms linear infinite alternate;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.25s, 0.25s;
  -moz-transition-duration: 0.25s, 0.25s;
  transition-duration: 0.25s, 0.25s;
  -webkit-transition-timing-function: ease-out, ease-out;
  -moz-transition-timing-function: ease-out, ease-out;
  transition-timing-function: ease-out, ease-out;
  -webkit-transform: translate(0, 4%);
  -moz-transform: translate(0, 4%);
  -ms-transform: translate(0, 4%);
  -o-transform: translate(0, 4%);
  transform: translate(0, 4%); }
  .sound-control-bar:first-child {
    margin-left: 0;
    -webkit-transform: translate(0, 40%);
    -moz-transform: translate(0, 40%);
    -ms-transform: translate(0, 40%);
    -o-transform: translate(0, 40%);
    transform: translate(0, 40%);
    -webkit-animation-duration: 700ms;
    -moz-animation-duration: 700ms;
    animation-duration: 700ms; }
  .sound-control-bar:nth-child(2) {
    -webkit-transform: translate(0, 15%);
    -moz-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%);
    -webkit-animation-duration: 765ms;
    -moz-animation-duration: 765ms;
    animation-duration: 765ms; }
  .sound-control-bar:nth-child(4) {
    -webkit-transform: translate(0, 40%);
    -moz-transform: translate(0, 40%);
    -ms-transform: translate(0, 40%);
    -o-transform: translate(0, 40%);
    transform: translate(0, 40%);
    -webkit-animation-duration: 895ms;
    -moz-animation-duration: 895ms;
    animation-duration: 895ms; }

#mobile-footer {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  #mobile-footer.hidden {
    visibility: hidden;
    opacity: 0; }
  #mobile-footer .trigger {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    width: 52px;
    height: 52px;
    overflow: hidden;
    line-height: 0;
    z-index: 400; }
    #mobile-footer .trigger span {
      display: inline-block;
      width: 100%;
      height: 2px;
      margin-bottom: 4px;
      background: rgba(210, 210, 210, 0.25); }
  #mobile-footer h1 img {
    width: 100%;
    height: auto;
    max-width: 300px;
    opacity: 0.8; }
  #mobile-footer .social {
    margin-top: 1.5em; }
    #mobile-footer .social li {
      display: inline-block;
      opacity: 0.4;
      margin: 0 0.3em; }
    #mobile-footer .social a {
      padding: 0.5em; }
    #mobile-footer .social img {
      width: auto;
      height: 0.9em; }
  #mobile-footer .a24 {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0.2;
    padding: 0.5rem; }
    #mobile-footer .a24 img {
      display: block;
      width: auto;
      height: 0.7em; }
  #mobile-footer .terms {
    position: absolute;
    bottom: 0.75rem;
    left: 1rem;
    padding: 0.5em;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    opacity: 0.4; }

.modal-footer {
  background: rgba(0, 0, 0, 0.95); }
  .modal-footer .modal-content {
    left: 10%;
    width: 80%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .modal-footer .modal-bttn-close {
    top: 4%;
    bottom: auto;
    -webkit-transform: translte(-50%, -50%);
    -moz-transform: translte(-50%, -50%);
    -ms-transform: translte(-50%, -50%);
    -o-transform: translte(-50%, -50%);
    transform: translte(-50%, -50%); }

@-webkit-keyframes anim-sound-bar {
  0% {
    -webkit-transform: translate(0, 75%); }
  100% {
    -webkit-transform: translate(0, 4%); } }

@-moz-keyframes anim-sound-bar {
  0% {
    -moz-transform: translate(0, 75%); }
  100% {
    -moz-transform: translate(0, 4%); } }

@keyframes anim-sound-bar {
  0% {
    -webkit-transform: translate(0, 75%);
    -moz-transform: translate(0, 75%);
    -ms-transform: translate(0, 75%);
    -o-transform: translate(0, 75%);
    transform: translate(0, 75%); }
  100% {
    -webkit-transform: translate(0, 4%);
    -moz-transform: translate(0, 4%);
    -ms-transform: translate(0, 4%);
    -o-transform: translate(0, 4%);
    transform: translate(0, 4%); } }

@-webkit-keyframes anim-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes anim-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes anim-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes anim-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes anim-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes anim-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes anim-flicker {
  0% {
    opacity: 0.8; }
  10% {
    opacity: 0.9; }
  20% {
    opacity: 0.85; }
  30% {
    opacity: 0.97; }
  40% {
    opacity: 0.79; }
  50% {
    opacity: 0.83; }
  60% {
    opacity: 0.92; }
  70% {
    opacity: 0.85; }
  80% {
    opacity: 0.99; }
  90% {
    opacity: 0.79; }
  100% {
    opacity: 0.85; } }

@-moz-keyframes anim-flicker {
  0% {
    opacity: 0.8; }
  10% {
    opacity: 0.9; }
  20% {
    opacity: 0.85; }
  30% {
    opacity: 0.97; }
  40% {
    opacity: 0.79; }
  50% {
    opacity: 0.83; }
  60% {
    opacity: 0.92; }
  70% {
    opacity: 0.85; }
  80% {
    opacity: 0.99; }
  90% {
    opacity: 0.79; }
  100% {
    opacity: 0.85; } }

@keyframes anim-flicker {
  0% {
    opacity: 0.8; }
  10% {
    opacity: 0.9; }
  20% {
    opacity: 0.85; }
  30% {
    opacity: 0.97; }
  40% {
    opacity: 0.79; }
  50% {
    opacity: 0.83; }
  60% {
    opacity: 0.92; }
  70% {
    opacity: 0.85; }
  80% {
    opacity: 0.99; }
  90% {
    opacity: 0.79; }
  100% {
    opacity: 0.85; } }

.instructions-trans-appear,
.instructions-trans-enter {
  opacity: 0; }

.instructions-trans-leave {
  opacity: 1; }

.instructions-trans-appear.instructions-trans-appear-active {
  opacity: 1;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  -webkit-transition-delay: 1.15s;
  -moz-transition-delay: 1.15s;
  transition-delay: 1.15s; }

.instructions-trans-enter.instructions-trans-enter-active {
  opacity: 1;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.instructions-trans-leave.instructions-trans-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0; }

.controls-trans-appear,
.controls-trans-enter {
  opacity: 0; }

.controls-trans-leave {
  opacity: 1; }

.controls-trans-appear.controls-trans-appear-active {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  transition-delay: 3s; }

.controls-trans-enter.controls-trans-enter-active {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s; }

.controls-trans-leave.controls-trans-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0; }

.darkness-trans-enter {
  opacity: 0; }

.darkness-trans-leave {
  opacity: 1; }

.darkness-trans-enter.darkness-trans-enter-active {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

.darkness-trans-leave.darkness-trans-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0; }

.sharing-trans-enter {
  opacity: 0; }

.sharing-trans-leave {
  opacity: 1; }

.sharing-trans-enter.sharing-trans-enter-active {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  -webkit-transition-delay: 3.5s;
  -moz-transition-delay: 3.5s;
  transition-delay: 3.5s; }

.sharing-trans-leave.sharing-trans-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0; }

.modal-trans-enter {
  opacity: 0; }

.modal-trans-leave {
  opacity: 1; }

.modal-trans-enter.modal-trans-enter-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.modal-trans-leave.modal-trans-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out; }

.capturing {
  text-transform: uppercase;
  position: relative; }
  .capturing h2 {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-animation: anim-pulse 4s ease-out;
    -moz-animation: anim-pulse 4s ease-out;
    animation: anim-pulse 4s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .capturing .capture-one {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s; }
  .capturing .capture-two {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s; }

.back-and-share .capturing,
.back-and-share .buttons {
  position: absolute;
  bottom: 6%;
  width: 100%;
  left: 0;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  z-index: 200;
  letter-spacing: 0.15em; }

.back-and-share .capturing {
  padding: 1em; }

.back-and-share .button {
  padding: 1em;
  cursor: pointer;
  text-transform: uppercase; }
  .back-and-share .button.back {
    color: rgba(210, 210, 210, 0.3); }

.modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 500; }

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }

.modal-bttn-close {
  position: absolute;
  bottom: 6%;
  left: 50%;
  color: rgba(210, 210, 210, 0.3);
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 2; }

.modal-share {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  .modal-share li {
    margin: 3em 0; }
  .modal-share svg {
    height: 36px;
    width: auto; }

@-webkit-keyframes anim-pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes anim-pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes anim-pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
