@import url(//fonts.googleapis.com/css?family=Open+Sans);
@font-face {
  font-family: 'FuturaLight';
  src: url('../assets/fonts/FuturaStd-Light.woff'), url('../assets/fonts/FuturaStd-Light.otf') format('truetype');
}
@font-face {
  font-family: 'FuturaMedium';
  src: url('../assets/fonts/FuturaStd-Medium.woff'), url('../assets/fonts/FuturaStd-Medium.otf') format('truetype');
}
@font-face {
  font-family: 'FuturaBold';
  src: url('../assets/fonts/FuturaStd-Bold.woff'), url('../assets/fonts/FuturaStd-Bold.otf') format('truetype');
}
.wheat-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/wheat-field.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
noscript .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
noscript .text p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -136px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
noscript .text a {
  text-decoration: underline;
}
.need-copy {
  color: #E25353;
  font-weight: bold;
}
body {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  font-family: 'FuturaMedium', sans-serif;
  font-size: 14px;
  letter-spacing: 0.0075em;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:not(input) {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.no-touch .mobile-only,
.touch .desktop-only {
  display: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.vignette {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-image: url(../assets/vignette.png);
  opacity: 1;
  pointer-events: none;
}
.logo {
  position: absolute;
  height: auto;
  bottom: 96px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
}
@media (min-width: 768px) {
  .logo {
    bottom: 5.5%;
    width: 360px;
    margin-left: -180px;
  }
}
.release {
  position: absolute;
  width: 400px;
  height: auto;
  bottom: 96px;
  left: 50%;
  margin-left: -200px;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .release {
    bottom: 5%;
    font-size: 12px;
  }
}
.round-button,
.round-button-image {
  cursor: pointer;
  width: 70px;
  height: 70px;
  padding-top: 24px;
  white-space: nowrap;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px lightblue;
  border-radius: 100px;
  text-transform: uppercase;
  font-family: 'FuturaMedium';
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-align: center;
  transition: all 0.1s ease;
}
@media (min-width: 768px) {
  .round-button,
  .round-button-image {
    width: 80px;
    height: 80px;
    padding-top: 29px;
    font-size: 10px;
  }
}
.round-button-image {
  border: 2px single #ffffff;
}
.round-button-image img {
  width: 100%;
  height: auto;
  margin: -24px 0 0 0px;
  transition: all 0.1s ease;
}
@media (min-width: 768px) {
  .round-button-image img {
    margin: -29px 0 0 0px;
  }
}
.no-touch .round-button-image:hover,
.touch .round-button-image:active {
  border: 5px single #ffffff;
  background-color: white;
  transition: all 0.3s ease;
}
.no-touch .round-button-image:hover img,
.touch .round-button-image:active img {
  -webkit-filter: brightness(120%);
  transition: all 0.3s ease;
}
.round-button {
  border: 6px double #ffffff;
}
.no-touch .round-button:hover,
.touch .round-button:active {
  background-color: white;
  color: black;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.back-to-pano,
.close-zoom {
  box-sizing: content-box;
  opacity: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  margin: 6px 0 0 4px;
  cursor: pointer;
  z-index: 1000;
}
.back-to-pano div,
.close-zoom div {
  width: 16px;
  height: 16px;
  background-image: url('../assets/close-fat.png');
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.back-to-pano span,
.close-zoom span {
  position: relative;
  top: 1px;
  left: 2px;
  text-transform: uppercase;
  font-family: 'FuturaMedium';
  font-size: 10px;
  letter-spacing: 0.075em;
  margin-left: -4px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0.8;
}
.no-firefox.no-touch .back-to-pano:hover div,
.no-firefox.no-touch .close-zoom:hover div {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.no-firefox.no-touch .back-to-pano:hover span,
.no-firefox.no-touch .close-zoom:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .back-to-pano div,
  .close-zoom div {
    width: 40px;
    height: 40px;
    background-image: url('../assets/close.png');
  }
  .back-to-pano span,
  .close-zoom span {
    top: 2px;
    font-size: 14px;
    margin-left: -7px;
  }
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -52px 0 0 -32px;
  width: 64px;
  height: 64px;
}
.loading-label,
.powered-by {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  text-align: center;
  margin-top: 24px;
  font-family: 'FuturaMedium';
  font-size: 11px;
  text-transform: uppercase;
}
#main-sections > section {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 0.5s ease, -webkit-transform 0.2s;
  transition: opacity 0.5s ease, transform 0.2s;
  transition: opacity 0.5s ease, transform 0.2s, -webkit-transform 0.2s;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#game-render {
  position: absolute;
  top: 0;
  left: 0;
}
#debug {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
.landscape-warning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: #000000;
  text-align: center;
  line-height: 100vh;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-family: 'FuturaMedium';
  display: none;
}
#preloader .loading-label,
#preloader .round-button,
#preloader .logo,
#preloader .release,
#preloader .bg {
  opacity: 0;
}
#preloader .round-button {
  position: absolute;
  top: 40%;
  left: 50%;
  margin: -40px 0 0 -30px;
}
@media (min-width: 768px) {
  #preloader .round-button {
    margin: -60px 0 0 -40px;
  }
}
#preloader .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../assets/wheat_blur.jpg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  top: -10%;
}
#preloader .spinner {
  top: 40%;
}
@media (min-width: 768px) {
  #preloader .spinner {
    top: 50%;
  }
}
#preloader .loading-label {
  top: 40%;
}
@media (min-width: 768px) {
  #preloader .loading-label {
    top: 50%;
  }
}
#preloader .logo {
  bottom: 136px;
}
@media (min-width: 768px) {
  #preloader .logo {
    bottom: 120px;
  }
}
#preloader .release {
  bottom: 136px;
}
@media (min-width: 768px) {
  #preloader .release {
    bottom: 120px;
  }
}
nav .triple-button {
  position: absolute;
  z-index: 101;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0;
  display: none;
}
nav .triple-button li {
  position: absolute;
  width: 24px;
  height: 2px;
  pointer-events: none;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
nav .triple-button li:nth-child(1) {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 10px;
  left: 8px;
}
nav .triple-button li:nth-child(2) {
  top: 17px;
  left: 13px;
  width: 19px;
}
nav .triple-button li:nth-child(3) {
  top: 24px;
  left: 16px;
  width: 16px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
nav .triple-button:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 150px;
  height: 80px;
  opacity: 0.1;
  background-image: url(../assets/top-vignette.png);
  background-size: 100% 100%;
  pointer-events: none;
}
@media (min-width: 768px) {
  nav .triple-button {
    width: 50px;
    height: 50px;
  }
  nav .triple-button li:nth-child(1) {
    top: 16px;
  }
  nav .triple-button li:nth-child(2) {
    top: 23px;
  }
  nav .triple-button li:nth-child(3) {
    top: 30px;
  }
}
nav .menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
nav .menu .close {
  box-sizing: content-box;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1000;
  width: 50px;
  height: 50px;
}
nav .menu .close div {
  position: absolute;
  top: 16px;
  left: 20px;
  width: 24px;
  height: 2px;
  background-color: white;
}
nav .menu .close div:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav .menu .close div:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  nav .menu .close {
    margin: 0;
    width: 50px;
    height: 50px;
  }
  nav .menu .close div {
    width: 30px;
    top: 24px;
    left: 8px;
  }
}
nav .menu a:hover {
  text-decoration: none;
  color: #fff;
}
nav .menu .all-items ul {
  position: absolute;
  font-family: 'Futura';
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  line-height: 19px;
}
nav .menu .sections {
  position: absolute;
  width: 100%;
  -webkit-perspective: 1500px;
          perspective: 1500px;
  top: 29%;
}
nav .menu .sections a {
  position: absolute;
  left: 50%;
  top: 0;
}
nav .menu .sections a .diamond {
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: rgba(0, 0, 0, 0.5);
  transition: border 0.8s ease;
}
.no-touch nav .menu .sections a .diamond {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
nav .menu .sections a .diamond:after {
  position: absolute;
  z-index: 1000;
  display: block;
  content: '';
  border: 4px solid white;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.no-touch nav .menu .sections a .diamond:after {
  border: 7px solid white;
}
nav .menu .sections a.current-section {
  cursor: default;
}
nav .menu .sections a.current-section img {
  opacity: 0.66;
}
nav .menu .sections a.current-section .diamond {
  border: 2px solid rgba(255, 255, 255, 0.25);
}
nav .menu .sections a.current-section .diamond:after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border: 5px solid rgba(255, 255, 255, 0.95);
}
@media (min-width: 768px) {
  nav .menu .sections a.current-section .diamond:after {
    border: 10px solid rgba(255, 255, 255, 0.95);
  }
}
nav .menu .sections a img {
  position: absolute;
  -webkit-transform: translateX(-25%) translateY(-25%) translateZ(0px) rotate(45deg) scaleX(0.9) scaleY(0.9);
          transform: translateX(-25%) translateY(-25%) translateZ(0px) rotate(45deg) scaleX(0.9) scaleY(0.9);
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
}
nav .menu .sections a .game-icon,
nav .menu .sections a .selfie-icon {
  pointer-events: none;
  position: absolute;
  background-repeat: no-repeat;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
nav .menu .sections a .game-icon {
  width: 36px;
  height: 28px;
  margin: -28px 0 0 -18px;
  background-size: cover;
  background-image: url('../assets/hotspot-game.png');
}
nav .menu .sections a .selfie-icon {
  width: 30px;
  height: 24px;
  margin: -28px 0 0 -14px;
  background-size: cover;
  background-image: url('../assets/hotspot-selfie.png');
}
nav .menu .sections a span {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 116px;
  margin: -5px 0 0 -58px;
  text-align: center;
  display: block;
  font-size: 10px;
  color: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  font-family: 'FuturaMedium';
  text-transform: uppercase;
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.no-touch nav .menu .sections a:not(.current-section):hover .diamond:after {
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.no-touch nav .menu .sections a:not(.current-section):hover img {
  -webkit-transform: translateX(-25%) translateY(-25%) translateZ(0px) rotate(44deg) scaleX(1) scaleY(1);
          transform: translateX(-25%) translateY(-25%) translateZ(0px) rotate(44deg) scaleX(1) scaleY(1);
  opacity: 0.5;
}
.no-touch nav .menu .sections a:not(.current-section):hover span,
.no-touch nav .menu .sections a:not(.current-section):hover .game-icon,
.no-touch nav .menu .sections a:not(.current-section):hover .selfie-icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 767px) {
  nav .menu .sections .transit-hub span {
    max-width: 60px;
    line-height: 1.1;
    position: relative;
    left: 30px;
    top: -2px;
  }
}
nav .menu .sections .game {
  -webkit-transform: translateX(-58px) translateY(58px);
          transform: translateX(-58px) translateY(58px);
}
nav .menu .sections .selfie {
  -webkit-transform: translateX(58px) translateY(58px);
          transform: translateX(58px) translateY(58px);
}
nav .menu .sections .home {
  -webkit-transform: translateX(-58px) translateY(-58px);
          transform: translateX(-58px) translateY(-58px);
}
nav .menu .sections .space-port {
  -webkit-transform: translateX(58px) translateY(-58px);
          transform: translateX(58px) translateY(-58px);
}
nav .menu .sections .game span,
nav .menu .sections .selfie span {
  margin-top: 2px;
}
@media (min-width: 768px) {
  nav .menu .sections {
    top: 30%;
  }
  nav .menu .sections a .diamond {
    width: 160px;
    height: 160px;
    margin: -80px 0 0 -80px;
  }
  nav .menu .sections a span {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.01em;
    width: 230px;
    margin: -9px 0 0 -115px;
  }
  nav .menu .sections a .game-icon {
    width: 46px;
    height: 38px;
    margin: -40px 0 0 -24px;
  }
  nav .menu .sections a .selfie-icon {
    width: 40px;
    height: 34px;
    margin: -40px 0 0 -20px;
  }
  nav .menu .sections .game {
    -webkit-transform: translateX(-115px) translateY(115px);
            transform: translateX(-115px) translateY(115px);
  }
  nav .menu .sections .selfie {
    -webkit-transform: translateX(115px) translateY(115px);
            transform: translateX(115px) translateY(115px);
  }
  nav .menu .sections .home {
    -webkit-transform: translateX(-230px) translateY(0);
            transform: translateX(-230px) translateY(0);
  }
  nav .menu .sections .space-port {
    -webkit-transform: translateX(230px) translateY(0);
            transform: translateX(230px) translateY(0);
  }
}
@media (max-height: 768px) and (min-width: 768px) {
  nav .menu .sections {
    top: 25%;
  }
  nav .menu .sections a .diamond {
    width: 140px;
    height: 140px;
    margin: -70px 0 0 -70px;
  }
  nav .menu .sections a span {
    width: 200px;
    margin: -9px 0 0 -100px;
  }
  nav .menu .sections .game {
    -webkit-transform: translateX(-100px) translateY(100px);
            transform: translateX(-100px) translateY(100px);
  }
  nav .menu .sections .selfie {
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  nav .menu .sections .home {
    -webkit-transform: translateX(-200px) translateY(0);
            transform: translateX(-200px) translateY(0);
  }
  nav .menu .sections .space-port {
    -webkit-transform: translateX(200px) translateY(0);
            transform: translateX(200px) translateY(0);
  }
}
nav .menu .social {
  top: 58%;
  text-align: center;
  width: 100%;
}
nav .menu .social li {
  font-family: 'FuturaMedium';
  font-size: 12px;
  display: inline-block;
  height: 24px;
}
.no-touch nav .menu .social li:not(:first-of-type):hover {
  opacity: 1;
}
.no-touch nav .menu .social li:not(:first-of-type):hover img {
  opacity: 1;
}
nav .menu .social a {
  cursor: pointer;
}
nav .menu .social .tickets {
  display: block;
  margin-top: 5px;
}
nav .menu .social .tickets img {
  margin-top: -5px;
  margin-right: 10px;
}
nav .menu .social img {
  width: 28px;
  height: auto;
  vertical-align: middle;
  position: relative;
  top: 0px;
  opacity: 0.8;
  padding-left: 10px;
}
@media (min-width: 768px) {
  nav .menu .social {
    top: 63%;
  }
  nav .menu .social li {
    height: 40px;
    font-size: 16px;
  }
  nav .menu .social img {
    width: 30px;
    top: -3px;
  }
  nav .menu .social .tickets {
    display: inline-block;
    margin-left: 40px;
    margin-top: 10px;
  }
}
nav .menu .credit {
  position: absolute;
  top: auto;
  bottom: 55px;
  width: 100%;
  text-align: center;
}
nav .menu .credit h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.33);
  font-size: 8px;
}
@media (min-width: 768px) {
  nav .menu .credit {
    top: 67%;
  }
}
#home img {
  position: absolute;
}
#home .release,
#home .logo {
  display: none;
}
.gl {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: -webkit-grab;
  cursor: grab;
}
.moving {
  cursor: move;
}
.hovering {
  cursor: pointer;
}
#pano {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#pano .back-to-pano {
  display: none;
}
#pano .label {
  position: absolute;
  top: 0px;
  left: 0px;
}
#pano .label,
#pano .hotspot {
  pointer-events: none;
}
#pano .label {
  display: none;
  position: absolute;
  top: 10px;
  left: -2px;
  white-space: pre;
  text-transform: uppercase;
  font-family: 'FuturaMedium';
  letter-spacing: 0.5px;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.75);
  border-left: 2px solid #c8c8c8;
  padding: 4px 8px 4px 8px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: subpixel-antialiased;
}
#pano .hotspot {
  position: absolute;
  opacity: 0;
}
#pano .hotspot .diamond {
  position: absolute;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid #c8c8c8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: 0px 0px 10px lightblue;
  transition: width 0.2s ease, height 0.2s ease, margin 0.2s ease;
}
#pano .hotspot .icon {
  position: absolute;
  z-index: 101;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48% auto;
  background-image: url('../assets/hotspot.png');
}
#pano .hotspot .diamond,
#pano .hotspot .icon {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
@media (min-width: 768px) {
  #pano .hotspot .diamond,
  #pano .hotspot .icon {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
  }
}
#pano .hotspot-nav .icon {
  background-size: 108% auto;
  background-image: url('../assets/hotspot-nav.png');
}
#pano .hotspot-game .icon {
  background-size: 78% auto;
  background-image: url('../assets/hotspot-game.png');
}
#pano .hotspot-selfie .icon {
  background-size: 58% auto;
  background-image: url('../assets/hotspot-selfie.png');
}
#pano .hotspot-guide .icon {
  background-size: 70% auto;
  background-image: url('../assets/pin-white.png');
}
#pano .hotspot-plusultra .icon {
  background-size: 100% auto;
  background-image: url('../assets/hotspot-plusultra-white.png');
}
#pano .hotspot-active .diamond {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border: 6px double #c8c8c8;
  background-color: rgba(0, 0, 0, 0.75);
}
#pano .instruction {
  display: none;
  position: absolute;
  pointer-events: none;
}
#content .zoom .img {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  cursor: -webkit-zoom-out;
  cursor: -webkit-zoom-in, pointer;
  cursor: zoom-in, pointer;
}
#content .zoom .close-zoom {
  position: absolute;
  cursor: pointer;
}
#content article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1500px;
          perspective: 1500px;
}
@media (min-width: 1000px) {
  #content article {
    width: 1000px;
    margin: 0 0 0 -500px;
    left: 50%;
  }
}
#content article .visual {
  top: 180px;
  margin: 42px 0 0 0;
  height: 66vw;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: -webkit-zoom-in;
  cursor: -webkit-zoom-in, pointer;
  cursor: zoom-in, pointer;
}
#content article .visual div {
  background-size: cover;
  transition: opacity 0.3s ease-out 0.2s;
}
#content article .visual div,
#content article .visual iframe {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
#content article .visual:after {
  content: 'Tap for larger image';
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  top: 0px;
  position: relative;
  display: none;
}
.no-touch #content article .visual:after {
  content: 'Click for larger image';
}
#content article .visual.video:after {
  display: none;
}
@media (min-width: 480px) {
  #content article .visual {
    position: relative;
    top: 0%;
    left: 50%;
    margin: 42px 0 0 -250px;
    width: 500px;
    height: 340px;
  }
  #content article .visual:after {
    display: block;
  }
}
@media (min-width: 1000px) {
  #content article .visual {
    position: absolute;
    margin: -180px 0 0 -480px;
    width: 500px;
    height: 340px;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}
#content article .text {
  left: 0;
  top: 300px;
  margin: 0px 0 0 16px;
}
@media (min-width: 480px) {
  #content article .text {
    position: relative;
    top: 0%;
    left: 50%;
    margin: 30px 0 0 -250px;
  }
}
@media (min-width: 1000px) {
  #content article .text {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -220px 0 0 60px;
  }
}
#content article .text-no-image {
  top: 60px;
}
@media (min-width: 1000px) {
  #content article .text-no-image {
    top: 50%;
    margin: -180px 0 0 -256px;
  }
  #content article .text-no-image p {
    width: 512px;
  }
}
#content article .back-to-pano {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 0 0 10px;
}
@media (min-width: 1000px) {
  #content article .back-to-pano {
    top: 50%;
    left: 50%;
    margin: -234px 0 0 -491px;
  }
}
@media (min-width: 1000px) {
  #content article .back-to-pano-centered {
    margin: -230px 0 0 160px;
  }
}
#content article h1 {
  position: relative;
  font-family: 'FuturaLight', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 16px;
  margin: 20px 0 0 0;
}
#content article h1:after {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 480px) {
  #content article h1 {
    width: 500px;
  }
}
@media (min-width: 1000px) {
  #content article h1 {
    font-size: 18px;
    padding: 0px 0 5px 12px;
    margin: 0px 5px 0px -13px;
  }
}
@media (min-width: 1025px) {
  #content article h1 {
    font-size: 20px;
  }
}
#content article p {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 14px;
}
@media (min-width: 480px) {
  #content article p {
    width: 500px;
  }
}
@media (min-width: 1000px) {
  #content article p {
    width: 420px;
    font-size: 14px;
    line-height: 1.3;
  }
}
#content article ol {
  padding-left: 24px;
}
#content article .social {
  display: block;
  margin: 8px 0 0 -4px;
  text-align: left;
}
#content article .social li {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  opacity: 0.66;
  cursor: pointer;
}
#content article .social li:hover {
  opacity: 1;
}
#content article .social li:not(:last-child) {
  margin-right: 0px;
}
#content article .social img {
  position: relative;
  top: 0px;
  left: 0px;
  width: 60%;
}
@media (min-width: 1000px) {
  #content article .social {
    margin: 24px 0 0 -4px;
    text-align: left;
  }
  #content article .social li {
    width: 32px;
    height: 32px;
  }
  #content article .social li:not(:last-child) {
    margin-right: 0px;
  }
}
#content article .text h2,
#content article .text h1,
#content article .text p,
#content article .text .social {
  -webkit-transform-origin: 0% 50% -50%;
          transform-origin: 0% 50% -50%;
}
#content article .visual {
  -webkit-transform-origin: 100% 50% -50%;
          transform-origin: 100% 50% -50%;
}
@-webkit-keyframes guide-drag {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    background-position: 33% 0%;
  }
  25% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    background-position: 33% 0%;
  }
  25.0001% {
    background-position: 66% 0%;
  }
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    background-position: 66% 0%;
  }
}
@keyframes guide-drag {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    background-position: 33% 0%;
  }
  25% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    background-position: 33% 0%;
  }
  25.0001% {
    background-position: 66% 0%;
  }
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    background-position: 66% 0%;
  }
}
@-webkit-keyframes guide-device {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    background-position: 100% 0%;
  }
  30% {
    -webkit-transform: translateX(0px) translateY(-20px);
            transform: translateX(0px) translateY(-20px);
  }
  60% {
    -webkit-transform: translateX(40px) translateY(0px);
            transform: translateX(40px) translateY(0px);
  }
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    background-position: 100% 0%;
  }
}
@keyframes guide-device {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    background-position: 100% 0%;
  }
  30% {
    -webkit-transform: translateX(0px) translateY(-20px);
            transform: translateX(0px) translateY(-20px);
  }
  60% {
    -webkit-transform: translateX(40px) translateY(0px);
            transform: translateX(40px) translateY(0px);
  }
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    background-position: 100% 0%;
  }
}
#guide article .guide canvas,
#guide article .guide .content,
#guide article .guide .skip,
#guide article .guide .background,
#guide article .guide .instruction {
  position: absolute;
  top: 50%;
  left: 50%;
}
#guide article .guide .background {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 280px;
  height: 280px;
  margin: -140px 0 0 -140px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(180, 230, 255, 0.4);
}
@media (min-width: 480px) {
  #guide article .guide .background {
    width: 380px;
    height: 380px;
    margin: -190px 0 0 -190px;
  }
}
#guide article .guide canvas {
  width: 60px;
  height: 60px;
  margin: -160px 0 0 -30px;
}
@media (min-width: 480px) {
  #guide article .guide canvas {
    width: 80px;
    height: 80px;
    margin: -200px 0 0 -40px;
  }
}
#guide article .guide .content {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  width: 100%;
  height: 116px;
  margin: -58px 0 0 -50%;
  padding: 0 16% 0 16%;
  letter-spacing: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#guide article .guide .content > div {
  vertical-align: middle;
  text-align: left;
  transition: opacity 0.4s ease;
  -webkit-font-smoothing: antialiased;
  width: 98%;
}
@media (min-width: 380px) {
  #guide article .guide .content {
    width: 220px;
    margin: -75px 0 0 -110px;
    height: 150px;
    padding: 0 0 0 0;
  }
}
@media (min-width: 480px) {
  #guide article .guide .content {
    width: 300px;
    margin: -75px 0 0 -150px;
    font-size: 14px;
    line-height: 1.5;
  }
}
#guide article .guide .skip {
  margin: 85px 0 0 -35px;
}
@media (min-width: 480px) {
  #guide article .guide .skip {
    margin: 110px 0 0 -35px;
  }
}
@media (min-width: 768px) {
  #guide article .guide .skip {
    margin: 120px 0 0 -40px;
  }
}
#guide article .guide .instruction {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  width: 160px;
  height: 160px;
  margin: -80px 0 0 -80px;
  text-align: center;
}
#guide article .guide .instruction > div {
  display: block;
  width: 160px;
  height: 80px;
}
#guide article .guide .instruction .anim > div {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../assets/click-drag.png);
  background-size: 400% 100%;
  top: 15px;
  left: 55px;
}
#guide article .guide .instruction .desktop > div {
  -webkit-animation: guide-drag 3s infinite;
          animation: guide-drag 3s infinite;
}
#guide article .guide .instruction .mobile > div {
  -webkit-animation: guide-device 3s infinite ease;
          animation: guide-device 3s infinite ease;
}
#guide article .guide .instruction span {
  display: block;
  width: 160px;
  height: 80px;
}
@media (min-width: 460px) {
  #guide article .guide .instruction {
    font-size: 14px;
  }
}
#game {
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
#game h1 {
  position: relative;
  left: 50%;
  width: 100px;
  height: 30px;
  margin: 20px 0 0 -50px;
  background: url(../assets/fusion-game.png) no-repeat center;
  background-size: 100%;
}
@media (min-width: 768px) and (min-height: 600px) {
  #game h1 {
    width: 200px;
    height: 80px;
    margin: 20px 0 0 -100px;
  }
}
#game .link-button {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
  margin-top: 12px;
  cursor: pointer;
  padding-bottom: 5px;
  display: block;
  text-decoration: underline;
}
#game .link-button:hover {
  text-decoration: none;
}
#game .achievements {
  overflow: auto;
  position: relative;
  margin-left: -90px;
  left: 50%;
}
#game .achievements li {
  margin-top: 2px;
  font-size: 11px;
  clear: both;
}
#game .achievements h6,
#game .achievements span {
  position: relative;
  top: 6px;
  left: 14px;
  display: block;
  text-align: left;
}
#game .achievements h6 {
  top: 8px;
  margin: 0;
  padding: 0;
  font-size: 8px;
}
#game .achievements span {
  top: 8px;
  font-size: 7px;
}
@media (min-width: 768px) {
  #game .achievements {
    margin-left: -100px;
  }
  #game .achievements h6,
  #game .achievements span {
    top: 12px;
    left: 18px;
    font-size: 12px;
  }
}
@media (min-height: 770px) {
  #game .achievements h6 {
    top: 6px;
    font-size: 13px;
  }
  #game .achievements span {
    top: 6px;
    font-size: 11px;
  }
}
#game .badge {
  position: relative;
  float: left;
  left: 2px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  line-height: 42px;
  font-size: 14px;
}
#game .badge:before {
  position: absolute;
  display: block;
  z-index: -1;
  width: 30px;
  height: 30px;
  top: 4px;
  left: 4px;
  content: ' ';
}
#game .badge:after {
  position: absolute;
  display: block;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 40px;
  top: 0;
  left: 0;
  background-size: cover;
}
@media (min-width: 768px) {
  #game .badge {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
  #game .badge:after {
    line-height: 58px;
  }
  #game .badge:before {
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    top: 7px;
    left: 8px;
  }
}
#game .game-start {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  text-align: center;
}
#game .game-start h3,
#game .game-start h4 {
  font-family: 'FuturaMedium';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  #game .game-start h3,
  #game .game-start h4 {
    font-size: 14px;
  }
}
@media (min-height: 770px) {
  #game .game-start h3,
  #game .game-start h4 {
    font-size: 14px;
  }
}
#game .game-start h4 span {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url(../assets/bg-pattern-inv.png);
  padding: 5px;
}
#game .game-start .visual {
  position: relative;
  pointer-events: none;
  top: 74px;
  left: 15%;
  width: 70%;
  height: 90px;
  background-image: url(../assets/fusion-intro-wide.png);
  background-size: 100% auto;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  margin: 0;
}
#game .game-start .instr {
  position: absolute;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.33;
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
  text-indent: none;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 4px;
  width: 90%;
  left: 5%;
  top: 162px;
}
#game .game-start .instr li {
  display: block;
  margin-bottom: 5px;
}
#game .game-start .actions {
  position: absolute;
  top: 2px;
  width: 100%;
  z-index: 100;
}
#game .game-start .status {
  position: absolute;
  width: 100%;
  top: 70px;
}
#game .game-start .status h3 {
  position: relative;
  top: -110px;
}
@media (min-width: 480px) {
  #game .game-start .visual {
    width: 400px;
    height: 100px;
    left: 50%;
    margin-left: -200px;
    top: 110px;
  }
  #game .game-start .instr {
    top: 220px;
    width: 320px;
    margin-left: -160px;
    left: 50%;
  }
}
@media (min-width: 769px) and (min-height: 600px) {
  #game .game-start {
    width: auto;
    left: 50%;
  }
  #game .game-start .visual {
    position: absolute;
    margin-left: -80px;
    top: 10px;
    width: 160px;
    height: 160px;
    left: 50%;
    background-image: url(../assets/fusion-intro.png);
  }
  #game .game-start .instr {
    position: absolute;
    left: 0px;
    top: 170px;
    width: 480px;
    margin-left: -240px;
    font-size: 12px;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    text-align: center;
  }
  #game .game-start .actions {
    position: absolute;
    left: -60px;
    top: 360px;
    width: 120px;
  }
  #game .game-start .status {
    position: absolute;
    top: 15px;
    width: 320px;
    left: -160px;
  }
  #game .game-start .status h3 {
    position: static;
  }
  #game .game-start .status .achievements {
    width: 620px;
    margin-left: -310px;
    text-align: center;
  }
  #game .game-start .status .achievements li {
    display: inline-block;
    width: 200px;
  }
}
@media (min-height: 770px) {
  #game .game-start {
    top: 50%;
    margin-top: 0;
  }
  #game .game-start .visual {
    top: 0;
    margin-top: -250px;
  }
  #game .game-start .instr {
    top: 0;
    margin-top: -80px;
    line-height: 1.4;
  }
  #game .game-start .status {
    top: 0;
    margin-top: -280px;
  }
  #game .game-start .status h3 {
    top: -10px;
  }
  #game .game-start .actions {
    top: 0;
    margin-top: 80px;
  }
}
@media (min-width: 769px) and (min-height: 770px) {
  #game .game-start .status {
    top: 0;
    margin-top: -200px;
  }
}
#game .all-achievements {
  text-align: center;
}
#game .all-achievements ul {
  position: relative;
  margin-left: -100px;
  left: 50%;
}
#game .all-achievements ul li {
  display: block;
  margin: 10px 0 10px 0;
  font-size: 9px;
  overflow: auto;
  pointer-events: none;
}
#game .all-achievements ul .badge {
  top: 2px;
  font-size: 11px;
}
#game .all-achievements ul .locked {
  opacity: 0.33;
}
#game .all-achievements ul .locked .badge {
  color: rgba(0, 0, 0, 0);
}
#game .all-achievements ul .locked .badge:before {
  box-shadow: none;
}
#game .all-achievements ul .locked .badge:after {
  content: '';
  color: white;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -11px 0 0 -9px;
}
#game .all-achievements ul h6 {
  position: relative;
  display: block;
  text-align: left;
  margin: 20px 0 12px 0;
  padding: 0;
  font-size: 16px;
}
#game .all-achievements ul span {
  position: relative;
  top: 4px;
  left: 14px;
  display: block;
  text-align: left;
  font-size: 7px;
  max-width: 200px;
}
@media (min-width: 768px) {
  #game .all-achievements ul {
    margin-left: -120px;
  }
  #game .all-achievements ul span {
    font-size: 12px;
    top: 22px;
    left: 16px;
    max-width: none;
  }
  #game .all-achievements ul .badge {
    font-size: 14px;
  }
}
#game .game-over {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
#game .game-over h3 {
  font-family: 'FuturaLight', sans-serif;
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 5px;
}
#game .game-over h4 {
  line-height: 20px;
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
}
#game .game-over .score {
  color: #c6a317;
  display: block;
  font-size: 23px;
  margin-top: 3px;
  font-family: 'FuturaBold', sans-serif;
}
@media (min-width: 768px) {
  #game .game-over .score {
    font-size: 24px;
  }
}
#game .game-over .nhs,
#game .game-over .acu {
  position: absolute;
  top: 28px;
  left: 50%;
  display: inline-block;
  background-color: #c6a317;
  font-size: 8px;
  height: 40px;
  width: 90px;
  line-height: 1;
  color: black;
  opacity: 1;
  transition: opacity 0.3s ease,
									-webkit-transform 0.4s ease;
  transition: transform 0.4s ease,
									opacity 0.3s ease;
  transition: transform 0.4s ease,
									opacity 0.3s ease,
									-webkit-transform 0.4s ease;
}
#game .game-over .nhs.v-enter,
#game .game-over .acu.v-enter {
  opacity: 0;
}
#game .game-over .nhs {
  -webkit-transform: translateX(85px);
          transform: translateX(85px);
  padding: 10px 10px 0 10px;
}
#game .game-over .nhs:before {
  position: absolute;
  top: -1px;
  left: -20px;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-top: 21px solid transparent;
  border-right: 20px solid #c6a317;
  border-bottom: 21px solid transparent;
}
#game .game-over .acu {
  -webkit-transform: translateX(-165px);
          transform: translateX(-165px);
  padding: 10px 10px 0 10px;
  cursor: pointer;
}
#game .game-over .acu span.hover {
  display: none;
}
.no-touch #game .game-over .acu:hover {
  -webkit-transform: translateX(-144px);
          transform: translateX(-144px);
  background-color: #fff;
  color: black;
}
.no-touch #game .game-over .acu:hover:before {
  border-left: 20px solid #fff;
}
.no-touch #game .game-over .acu:hover span.default {
  display: none;
}
.no-touch #game .game-over .acu:hover span.hover {
  display: inline;
}
#game .game-over .acu:before {
  position: absolute;
  top: -1px;
  right: -20px;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-top: 21px solid transparent;
  border-left: 20px solid #c6a317;
  border-bottom: 21px solid transparent;
}
@media (min-width: 768px) {
  #game .game-over .nhs,
  #game .game-over .acu {
    font-size: 12px;
    width: 180px;
    top: 22px;
  }
  #game .game-over .nhs {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    padding: 13px 10px 0 10px;
  }
  #game .game-over .acu {
    -webkit-transform: translateX(-280px);
            transform: translateX(-280px);
    padding: 6px 10px 0 10px;
  }
  .no-touch #game .game-over .acu:hover {
    -webkit-transform: translateX(-270px);
            transform: translateX(-270px);
  }
}
#game .game-over .round-button {
  padding-top: 18px;
}
@media (min-width: 768px) {
  #game .game-over .round-button {
    padding-top: 22px;
  }
}
#game .game-over .gplus {
  margin-top: 20px;
}
#game .game-over .sweep,
#game .game-over .gplus,
#game .game-over .thanks {
  display: block;
  position: relative;
  width: 90%;
  left: 5%;
  text-align: center;
}
#game .game-over .sweep a,
#game .game-over .gplus a,
#game .game-over .thanks a {
  text-decoration: underline;
}
#game .game-over .sweep p,
#game .game-over .gplus p,
#game .game-over .thanks p,
#game .game-over .sweep h3,
#game .game-over .gplus h3,
#game .game-over .thanks h3 {
  margin: 0;
  text-transform: none;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  line-height: 1.1;
  color: #aaa;
}
#game .game-over .sweep h3,
#game .game-over .gplus h3,
#game .game-over .thanks h3 {
  margin-top: 10px;
  color: #c6a317;
  font-size: 12px;
}
#game .game-over .sweep p + p,
#game .game-over .gplus p + p,
#game .game-over .thanks p + p,
#game .game-over .sweep h3 + p,
#game .game-over .gplus h3 + p,
#game .game-over .thanks h3 + p {
  margin-top: 5px;
}
#game .game-over .sweep p,
#game .game-over .thanks p {
  font-size: 8px;
}
@media (min-width: 768px) {
  #game .game-over .sweep p,
  #game .game-over .gplus p,
  #game .game-over .thanks p,
  #game .game-over .thanks h3 {
    position: relative;
    left: 50%;
    margin-left: -150px;
    width: 300px;
  }
  #game .game-over .gplus {
    margin-top: 30px;
  }
  #game .game-over .sweep {
    margin-top: 20px;
  }
  #game .game-over .thanks {
    margin-top: 30px;
  }
}
#game .game-over .sweep-button {
  margin-top: 20px;
  background-color: #ffffff;
  width: 166px;
  border-radius: 4px;
  height: 34px;
  font-size: 12px;
  position: relative;
  left: 50%;
  margin-left: -83px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.33);
  padding-top: 9px;
  transition: background-color 0.2s ease;
  color: #000;
  font-family: 'FuturaMedium', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}
#game .game-over .sweep-button:hover {
  background-color: #000;
  color: #fff;
}
#game .hud .timelow {
  color: #E25353;
}
#game .hud li {
  position: absolute;
  text-transform: uppercase;
  font-family: 'FuturaLight';
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  line-height: 22px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url('../assets/bg-pattern.png');
  bottom: 50px;
  margin-top: -204px;
  padding: 10px;
}
#game .hud li span {
  font-family: 'Futura';
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: lowercase;
}
#game .hud li:nth-of-type(1) {
  padding-right: 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  left: 0;
}
#game .hud li:nth-of-type(2) {
  padding-left: 30px;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
  right: 0;
}
#game .hud .mult {
  display: inline-block;
  font-family: 'FuturaMedium', sans-serif;
  letter-spacing: 0;
  background-color: #000000;
  border-radius: 20px;
  position: relative;
  margin-left: 10px;
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
}
@media (min-width: 769px) {
  #game .hud li {
    top: 50%;
    bottom: auto;
    font-size: 16px;
    padding: 16px;
    margin: -24px 0 0 0;
  }
  #game .hud li:nth-of-type(1) {
    padding-right: 40px;
  }
  #game .hud li:nth-of-type(2) {
    padding-left: 40px;
  }
  #game .hud .mult {
    top: -2px;
    font-size: 12px;
  }
}
#game .enter-sweeps {
  text-align: center;
  /* Firefox <= 18 */
  /* Firefox >= 19 */
  /* Internet Explorer */
}
#game .enter-sweeps .msg {
  margin: 12px 0 -8px 0;
  padding: 0;
  color: #E25353;
}
#game .enter-sweeps form input,
#game .enter-sweeps form label,
#game .enter-sweeps form .round-button {
  opacity: 1;
}
#game .enter-sweeps form[disabled] input,
#game .enter-sweeps form[disabled] label,
#game .enter-sweeps form[disabled] .round-button {
  opacity: 0.7;
}
#game .enter-sweeps form[disabled] .round-button {
  cursor: default;
  transition: none;
  -webkit-transform: none;
          transform: none;
  background-color: inherit;
  color: inherit;
}
#game .enter-sweeps label {
  display: block;
  text-align: left;
  position: relative;
  left: 10%;
  margin: 10px 0 10px 0;
  font-size: 10px;
}
@media (min-width: 768px) {
  #game .enter-sweeps label {
    font-size: 12px;
  }
}
#game .enter-sweeps label > input[type=checkbox] {
  display: inline;
  width: auto;
  margin: 0 6px 0 0;
}
#game .enter-sweeps label > span {
  font-size: 7px;
}
#game .enter-sweeps label > span > a {
  text-decoration: underline;
}
#game .enter-sweeps input {
  display: block;
  width: 80%;
  border: none;
  background-color: rgba(255, 255, 255, 0.85);
  background-image: url('../assets/bg-pattern.png');
  color: black;
  padding: 4px;
  border-radius: 2px;
  font-size: 11px;
  margin-top: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#game .enter-sweeps input:focus {
  background-color: #f4dc93;
}
#game .enter-sweeps input.disabled {
  background-color: rgba(255, 255, 255, 0.1);
}
#game .enter-sweeps input.error {
  background-color: rgba(255, 160, 160, 0.85);
  color: white;
}
@media (min-width: 768px) {
  #game .enter-sweeps input {
    padding: 10px;
    font-size: 14px;
  }
}
#game .enter-sweeps input:-moz-placeholder {
  color: #aaa;
  font-style: italic;
}
#game .enter-sweeps input::-moz-placeholder {
  color: #aaa;
  font-style: italic;
}
#game .enter-sweeps input:-ms-input-placeholder {
  color: #aaa;
  font-style: italic;
}
#game .enter-sweeps span,
#game .enter-sweeps p {
  position: relative;
  left: 0%;
  width: 80%;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  text-align: left;
  line-height: 1.1;
  color: #aaa;
}
#game .enter-sweeps p {
  font-size: 7px;
  margin-left: 10%;
}
@media (min-width: 768px) {
  #game .enter-sweeps label {
    position: relative;
    left: 50%;
    margin-left: -150px;
  }
  #game .enter-sweeps input {
    width: 300px;
  }
  #game .enter-sweeps p {
    position: relative;
    left: 50%;
    font-size: 9px;
    margin-left: -150px;
    width: 300px;
  }
}
#selfie article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#selfie a {
  color: inherit;
}
#selfie .background,
#selfie .vignette,
#selfie .selfie,
#selfie .selfie-raw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#selfie .background {
  background-image: url('../assets/tmp/selfie-bg/tmr1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}
#selfie .vignette {
  background-image: url('../assets/vignette.png');
  background-size: 100% 100%;
  background-position: center;
}
#selfie .shoot,
#selfie .choose {
  transition: all 0.3s ease;
}
#selfie .shoot.v-enter,
#selfie .choose.v-enter,
#selfie .shoot.v-leave,
#selfie .choose.v-leave {
  opacity: 0;
}
#selfie .proc img.spinner {
  box-sizing: content-box;
  border-radius: 64px;
  border: 6px solid black;
  margin-left: -38px;
}
#selfie .proc .powered-by {
  position: absolute;
  top: 78%;
  left: 50%;
  text-align: left;
  margin-top: -22px;
  margin-left: -26px;
  font-size: 8px;
}
#selfie .proc img.bonza {
  position: absolute;
  top: 78%;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  opacity: 0.75;
}
.touch #selfie .proc img.bonza:hover {
  opacity: 1;
}
#selfie .instr,
#selfie .proc {
  position: absolute;
  left: 5%;
  width: 90%;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 20px;
}
#selfie .instr ul,
#selfie .proc ul {
  margin: 2px 0 2px 0;
  padding: 0 0 0 0;
}
#selfie .instr ul li,
#selfie .proc ul li {
  margin-left: 16px;
}
#selfie .instr ul li:before,
#selfie .proc ul li:before {
  position: absolute;
  content: '+';
  display: inline-block;
  font-size: 16px;
  margin: 0px 0 0 -18px;
}
@media (min-width: 768px) {
  #selfie .instr,
  #selfie .proc {
    left: 50%;
    font-size: 12px;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 370px;
    margin-left: -185px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 19px;
  }
}
#selfie .instr {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('../assets/bg-pattern-inv.png');
}
#selfie .shoot .pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#selfie .shoot .pulse-out {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 0;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.60;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.60;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
#selfie .shoot .take-photo .flash {
  pointer-events: none;
  background-color: white;
  opacity: 0;
}
#selfie .shoot .take-photo .flash.flash-enter {
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#selfie .shoot .take-photo video {
  position: absolute;
  width: 100%;
  height: 100%;
}
#selfie .shoot .take-photo .preview {
  background-size: cover;
  background-position: 50%;
}
#selfie .shoot .take-photo .actions div {
  position: absolute;
  display: block;
  bottom: 60px;
  left: 50%;
}
#selfie .shoot .take-photo .actions .snap {
  margin-left: -40px;
}
#selfie .shoot .take-photo .actions .retake {
  margin-left: -90px;
}
#selfie .shoot .take-photo .actions .go {
  margin-left: 10px;
}
@media (min-width: 768px) {
  #selfie .shoot .take-photo .actions div {
    bottom: 30px;
  }
}
#selfie .shoot .vf > div {
  position: absolute;
  top: 32%;
  left: 50%;
}
#selfie .shoot .vf-top {
  width: 40px;
  height: 20px;
  border-radius: 0 0 80px 80px;
  background-color: rgba(255, 255, 255, 0.25);
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.8;
}
#selfie .shoot .vf-bottom {
  width: 40px;
  height: 40px;
  border-radius: 80px;
  background-color: rgba(255, 255, 255, 0.25);
  margin: -20px 0 0 -20px;
  opacity: 0.8;
}
#selfie .shoot .vf-large {
  width: 80px;
  height: 80px;
  border-radius: 200px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../assets/bg-pattern.png');
  margin: -40px 0 0 -40px;
}
@media (min-width: 768px) {
  #selfie .shoot .vf > div {
    top: 50%;
  }
  .no-webrtc #selfie .shoot .vf > div {
    top: 40%;
  }
  #selfie .shoot .vf-top {
    width: 80px;
    height: 40px;
    margin: -40px 0 0 -40px;
  }
  #selfie .shoot .vf-bottom {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
  #selfie .shoot .vf-large {
    width: 160px;
    height: 160px;
    margin: -80px 0 0 -80px;
  }
}
#selfie .shoot .webcam,
#selfie .shoot .upload {
  position: absolute;
  top: 32%;
  left: 50%;
  width: 220px;
  height: 140px;
  cursor: pointer;
  margin-top: -24px;
}
#selfie .shoot .webcam img,
#selfie .shoot .upload img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
}
#selfie .shoot .webcam span,
#selfie .shoot .upload span {
  display: inline-block;
  line-height: 48px;
  font-family: 'FuturaMedium', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  top: 74px;
  transition: all 0.2s ease;
}
#selfie .shoot .webcam:before,
#selfie .shoot .upload:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 48px;
  height: 48px;
  top: 0px;
  transition: all 0.2s ease;
}
#selfie .shoot .webcam {
  text-align: right;
  margin-left: -260px;
}
#selfie .shoot .webcam span {
  left: 40px;
}
#selfie .shoot .webcam img {
  left: -50px;
}
#selfie .shoot .webcam:before {
  left: 135px;
  border-right: solid 1px white;
  border-top: solid 1px white;
}
#selfie .shoot .webcam:hover span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
#selfie .shoot .webcam:hover:before {
  -webkit-transform: translateX(10px) rotate(45deg);
          transform: translateX(10px) rotate(45deg);
}
#selfie .shoot .upload {
  margin-left: 40px;
}
#selfie .shoot .upload span {
  left: -40px;
}
#selfie .shoot .upload img {
  left: 50px;
}
#selfie .shoot .upload:before {
  left: 30px;
  border-left: solid 1px white;
  border-bottom: solid 1px white;
}
#selfie .shoot .upload:hover span {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
#selfie .shoot .upload:hover:before {
  -webkit-transform: translateX(-10px) rotate(45deg);
          transform: translateX(-10px) rotate(45deg);
}
.ios #selfie .shoot .upload {
  pointer-events: none;
}
#selfie .shoot .upload-input {
  position: absolute;
  top: -1000px;
}
#selfie .shoot input[type="file"]::-webkit-file-upload-button {
  width: 120px;
  height: 80px;
}
.ios #selfie .shoot .upload-input {
  top: 50%;
  left: 50%;
  font-size: 10px;
  opacity: 0;
  margin: -20px 0px 0px -60px;
  z-index: 10000;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
@media (min-width: 768px) {
  .ios #selfie .shoot .upload-input {
    margin: 50px 0px 0px -60px;
  }
}
#selfie .shoot .instr {
  top: 50%;
  margin-top: 160px;
  pointer-event: none;
}
@media (max-width: 768px) {
  #selfie .shoot .instr {
    margin-top: 55px;
  }
  .webrtc #selfie .shoot .instr {
    margin-top: 30px;
  }
}
.no-webrtc #selfie .shoot .webcam {
  display: none;
}
.no-webrtc #selfie .shoot .upload {
  margin-top: 45px;
  margin-left: 0px;
}
.no-webrtc #selfie .shoot .upload img {
  position: relative;
  left: -24px;
  top: 36px;
}
.no-webrtc #selfie .shoot .upload span {
  left: -100px;
}
.no-webrtc #selfie .shoot .upload:before {
  margin-left: -55px;
  -webkit-transform: translateY(30px) rotate(135deg);
          transform: translateY(30px) rotate(135deg);
}
.no-webrtc #selfie .shoot .upload:hover span {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.no-webrtc #selfie .shoot .upload:hover:before {
  -webkit-transform: translateY(20px) rotate(135deg);
          transform: translateY(20px) rotate(135deg);
}
@media (min-width: 768px) {
  .no-webrtc #selfie .shoot .upload span {
    top: 90px;
    left: -120px;
  }
  .no-webrtc #selfie .shoot .upload:before {
    top: -10px;
    left: 18px;
  }
  .no-webrtc #selfie .shoot .instr {
    margin-top: 200px;
  }
}
@media (min-width: 768px) {
  #selfie .shoot .webcam,
  #selfie .shoot .upload {
    top: 50%;
  }
  #selfie .shoot .webcam span,
  #selfie .shoot .upload span {
    font-size: 16px;
    top: 4px;
  }
  #selfie .shoot .webcam img,
  #selfie .shoot .upload img {
    left: 0;
  }
  #selfie .shoot .webcam:before,
  #selfie .shoot .upload:before {
    width: 72px;
    height: 72px;
    top: -12px;
  }
  #selfie .shoot .webcam {
    margin-left: -360px;
  }
  #selfie .shoot .webcam span {
    left: 0px;
  }
  #selfie .shoot .webcam:before {
    left: 160px;
  }
  #selfie .shoot .upload {
    margin-left: 140px;
  }
  #selfie .shoot .upload span {
    left: 0px;
  }
  #selfie .shoot .upload:before {
    left: -12px;
  }
  #selfie .shoot .instr {
    margin-top: 150px;
  }
}
#selfie .choose .round-button + .round-button {
  margin-left: 20px;
}
#selfie .choose .round-button[disabled] {
  opacity: 0.2;
  cursor: default;
  transition: none;
  -webkit-transform: none;
          transform: none;
  background-color: inherit;
  color: inherit;
}
#selfie .choose .burner-preview {
  height: 270px;
}
#selfie .choose .burner-preview li {
  position: relative;
  cursor: pointer;
  width: 270px;
  height: 270px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
#selfie .choose .burner-preview li:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: border 0.3s ease;
}
#selfie .choose .burner-preview li:hover:before {
  border: 8px solid #56aed2;
}
#selfie .choose .burner-preview li.chosen:before {
  border: 10px solid #a7d5e7;
}
#selfie .choose .burner-preview li + li {
  margin-left: 2vw;
}
#selfie .share .bg {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
#selfie .share .mask {
  pointer-events: none;
}
#selfie .share .mask canvas {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}
#selfie .share .frame {
  cursor: move;
  overflow: hidden;
}
#selfie .share .frame,
#selfie .share .frame > .overlay {
  background-size: contain;
  background-repeat: no-repeat;
}
#selfie h1 {
  position: absolute;
  top: 7%;
  font-family: 'FuturaLight', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 13px;
  text-align: center;
  padding: 8px 12px 5px 12px;
  width: 90%;
  left: 5%;
}
@media (min-width: 768px) {
  #selfie h1 {
    top: 10%;
    left: 50%;
    font-size: 26px;
    width: 560px;
    margin-left: -280px;
  }
}
#selfie .choice {
  text-align: center;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.33;
  width: 320px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #selfie .choice {
    font-size: 12px;
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 1.5;
  }
}
#selfie .cursor {
  position: absolute;
  width: 24px;
  top: 45%;
  left: 120px;
  display: none;
}
@media (min-width: 768px) {
  #selfie .cursor {
    display: block;
  }
}
#selfie .selfie {
  background-image: url('../assets/selfie.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#selfie .selfie-raw {
  background-image: url('../assets/selfie-raw.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#selfie .btn-next,
#selfie .btn-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
  color: black;
  top: 37%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#selfie .btn-next:after,
#selfie .btn-prev:after {
  content: '';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
}
@media (min-width: 768px) {
  #selfie .btn-next,
  #selfie .btn-prev {
    display: none;
  }
}
#selfie .btn-next {
  margin: -20px 0 0 -20px;
}
#selfie .btn-next:after {
  top: 4px;
  left: 20px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}
#selfie .btn-prev {
  right: 0;
  margin: -20px -20px 0 0;
}
#selfie .btn-prev:after {
  top: 20px;
  left: 4px;
  border-top: 2px solid white;
  border-right: 2px solid white;
}
#selfie .selfie-opt {
  position: absolute;
  top: 46%;
  left: 0;
  display: block;
  width: 100%;
  margin-top: -170px;
}
#selfie .selfie-opt li {
  width: 100%;
  height: 240px;
  float: left;
  display: block;
}
#selfie .selfie-opt div {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  background-image: url('../assets/selfie.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#selfie .selfie-opt li:nth-child(1),
#selfie .selfie-opt li:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  #selfie .selfie-opt div {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  #selfie .selfie-opt li {
    width: 33.33%;
    height: 300px;
    padding: 20px;
    float: left;
    display: block;
  }
  #selfie .selfie-opt li:nth-child(1) div {
    border: 8px solid #56aed2;
  }
  #selfie .selfie-opt li {
    display: block !important;
  }
}
#selfie .frame {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 80vw;
  margin: 40px 0 0 -40vw;
}
#selfie .frame img.spinner {
  box-sizing: content-box;
  border-radius: 64px;
  border: 6px solid black;
}
#selfie .frame li {
  position: absolute;
  width: 48px;
  height: 48px;
  border-top: 2px solid rgba(255, 255, 255, 0.66);
  border-left: 2px solid rgba(255, 255, 255, 0.66);
}
#selfie .frame li:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#selfie .frame li:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
#selfie .frame li:nth-child(4) {
  bottom: 0;
  right: 0;
  -webkit-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
}
@media (min-width: 480px) {
  #selfie .frame {
    margin: 60px 0 0 -40vw;
  }
}
@media (min-width: 769px) {
  #selfie .frame {
    width: 80vh;
    height: 80vh;
    margin: 7vh 0 0 -30vh;
  }
}
@media (min-width: 1025px) {
  #selfie .frame {
    top: 50%;
    left: 50%;
    margin: -40vh 0 0 -40vh;
  }
  #selfie .frame li {
    position: absolute;
    width: 64px;
    height: 64px;
    border-top: 2px solid rgba(255, 255, 255, 0.66);
    border-left: 2px solid rgba(255, 255, 255, 0.66);
  }
  #selfie .frame li:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  #selfie .frame li:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  #selfie .frame li:nth-child(4) {
    bottom: 0;
    right: 0;
    -webkit-transform: scaleX(-1) scaleY(-1);
            transform: scaleX(-1) scaleY(-1);
  }
}
#selfie .options {
  position: absolute;
  z-index: 100;
  bottom: 56px;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 0;
  overflow: auto;
}
#selfie .options img {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
#selfie .options li {
  text-transform: uppercase;
  font-family: 'FuturaLight';
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 10px;
  letter-spacing: 0.075em;
  display: block;
  margin: 0 0 8px 0;
  text-align: center;
  line-height: 24px;
  width: 50%;
  background-color: #000;
  background-image: url(../assets/bg-pattern-inv.png);
  vertical-align: middle;
  float: left;
}
.no-touch #selfie .options .action {
  transition: all 0.2s ease;
  cursor: pointer;
}
.no-touch #selfie .options .action:hover {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(../assets/bg-pattern-inv.png);
}
.touch #selfie .options .action:active {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(../assets/bg-pattern-inv.png);
}
#selfie .options li > img {
  cursor: pointer;
}
#selfie .options .share-btn:nth-of-type(1) {
  margin-left: 10px;
}
#selfie .options .share-btn {
  top: 2px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
#selfie .options .share-btn:hover {
  opacity: 1;
}
.touch #selfie .options .scaling {
  display: none;
}
#selfie .options .small-font {
  font-size: 9px;
  line-height: 24px;
}
#selfie .options input[type=range] {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 3px;
  z-index: 2000;
}
#selfie .options input[type=range]::-webkit-slider-thumb {
  position: relative;
  top: -7px;
}
#selfie .options input[type=range]::-webkit-slider-runnable-track {
  position: relative;
  top: -5px;
  height: 2px;
  background: #808080;
  border: none;
}
#selfie .options input[type=range]::-moz-range-track {
  height: 2px;
  background: #808080;
  border: none;
}
@media (min-width: 480px) {
  #selfie .options {
    bottom: 100px;
  }
  #selfie .options li {
    padding: 10px 5px 10px 5px;
    font-size: 11px;
  }
  #selfie .options li:last-of-type {
    width: 100%;
  }
}
@media (min-width: 770px) {
  #selfie .options {
    top: 50%;
    bottom: auto;
    margin-top: -108px;
    margin-left: 10px;
    width: auto;
  }
  #selfie .options img {
    width: 16px;
    height: 16px;
  }
  #selfie .options li {
    background-color: transparent;
    width: 220px;
    float: none;
    height: 40px;
    line-height: 10px;
    font-size: 12px;
    padding-left: 10px;
    text-align: left;
  }
  #selfie .options .small-font {
    font-size: 10px;
    line-height: 20px;
  }
  .no-touch #selfie .options .touch-only {
    display: none;
  }
  .touch #selfie .options .desktop-only {
    display: none;
  }
}
#map .map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
}
#map .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
  pointer-events: none;
}
#map .overlay-lock {
  pointer-events: auto;
}
#map .back-to-pano {
  z-index: 1;
}
#map .address-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../assets/bg-pattern.png);
}
#map .form {
  display: block;
  text-transform: uppercase;
  margin: 32px 0 0 8px;
}
#map p {
  font-size: 12px;
  margin: 0 0 6px 0;
  padding: 0;
  display: block;
}
#map input {
  position: relative;
  display: inline-block;
  border: none;
  height: 22px;
  width: 80%;
  top: -1px;
  left: 2px;
  padding-left: 6px;
  border-radius: 0;
}
#map input:focus {
  background-color: #f9ebc1;
}
#map button {
  position: relative;
  display: inline-block;
  height: 22px;
  background-color: #fff;
  color: #333;
  font-family: 'FuturaBold', sans-serif;
  border: 0;
  cursor: pointer;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: -1px;
  left: -3px;
}
.no-touch #map button:hover {
  background-color: #333;
  color: #fff;
}
#map .zoom-in,
#map .zoom-out {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #333;
  text-align: center;
  line-height: 32px;
  text-shadow: 1px 1px 0px #000;
  cursor: pointer;
  left: 10px;
}
.no-touch #map .zoom-in:hover,
.no-touch #map .zoom-out:hover,
.touch #map .zoom-in:active,
.touch #map .zoom-out:active {
  background-color: #444;
  text-shadow: 1px 1px 0px #222;
}
#map .zoom-in {
  top: 100px;
  font-size: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#map .zoom-out {
  top: 132px;
  font-size: 30px;
  border-top: 1px solid #555;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (min-width: 600px) {
  #map .zoom-in,
  #map .zoom-out {
    left: 20px;
  }
  #map .zoom-in {
    top: 75px;
  }
  #map .zoom-out {
    top: 107px;
  }
  #map .address-bar {
    height: 55px;
  }
  #map p {
    display: inline-block;
  }
  #map input {
    display: inline-block;
    top: -2px;
    left: 10px;
    width: 50%;
  }
  #map p {
    font-size: 14px;
  }
  #map button {
    left: 7px;
    top: -2px;
    padding-top: 4px;
  }
  #map .form {
    margin: 16px 0 0 130px;
  }
}
#map .theater-label {
  white-space: nowrap;
  height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.75);
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 20px;
  font-family: 'FuturaMedium';
  cursor: pointer;
  box-shadow: -5px 10px 5px rgba(0, 0, 0, 0.3);
}
#map .theaters li {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  white-space: nowrap;
  height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.75);
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 20px;
  font-family: 'FuturaMedium';
  cursor: pointer;
  box-shadow: -5px 10px 5px rgba(0, 0, 0, 0.3);
}
#map .theaters li:hover {
  color: black;
  background: white;
}
#map .theaters li:hover:after {
  -webkit-transform: rotate(45deg) scale(1.2);
          transform: rotate(45deg) scale(1.2);
  border: 4px double #c8c8c8;
  background-color: rgba(0, 0, 0, 0.6);
}
#map .theaters li:after {
  position: absolute;
  box-sizing: border-box;
  top: 22px;
  left: -24px;
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #c8c8c8;
  background-color: rgba(0, 0, 0, 0.6);
  trasform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#map .theaters li:nth-of-type(1) {
  -webkit-transform: translate(600px, 400px);
          transform: translate(600px, 400px);
}
#map .theaters li:nth-of-type(2) {
  -webkit-transform: translate(400px, 300px);
          transform: translate(400px, 300px);
}
#map .theaters li:nth-of-type(3) {
  -webkit-transform: translate(500px, 100px);
          transform: translate(500px, 100px);
}
#map .theaters li:nth-of-type(4) {
  -webkit-transform: translate(900px, 700px);
          transform: translate(900px, 700px);
}
footer {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-family: 'FuturaMedium', sans-serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 100%;
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 0;
}
footer .vignette {
  opacity: 0.66;
}
@media (min-width: 768px) {
  footer .vignette {
    opacity: 0.5;
  }
}
footer .black {
  background-color: black;
  opacity: 1;
  display: block !important;
  margin-top: -10px;
  height: 200px;
}
footer .tools {
  position: relative;
  float: right;
  display: block;
  top: 14px;
  right: 6px;
}
@media (min-width: 768px) {
  footer .tools {
    top: 22px;
    right: 2px;
  }
}
@media (min-width: 970px) {
  footer .large-screen-fix {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
footer .logos {
  z-index: 1001;
}
footer .logos li {
  float: left;
  margin: 6px 20px 10px 0;
}
footer .logos li:first-child {
  margin-left: 8px;
}
footer .logos li:not(:first-child) {
  display: none;
}
footer .logos .more {
  display: none;
}
@media (min-width: 768px) {
  footer .logos {
    font-family: 'FuturaMedium', sans-serif;
    font-size: 10px;
  }
  footer .logos li:first-child {
    margin-left: 15px;
  }
  footer .logos li:not(:first-child) {
    display: block;
    position: relative;
    top: 30px;
  }
}
footer .logos .rating img {
  height: 30px;
  width: auto;
  margin: -26px 0 0 -6px;
  opacity: 0.8;
}
footer .logos .disney {
  position: relative;
  z-index: 201;
}
footer .logos .disney img.logo-google {
  position: relative;
  opacity: 0.8;
  height: 28px;
  vertical-align: bottom;
  margin-top: -5px;
}
footer .logos .disney img.logo-disney {
  opacity: 0.8;
  height: 14px;
  vertical-align: middle;
  margin: -5px 8px 0px 8px;
}
@media (min-width: 768px) {
  footer .logos .disney {
    top: 4px;
    -webkit-transform: translateY(0px);
  }
  footer .logos .disney img.logo-google {
    height: 40px;
    top: 2px;
  }
  footer .logos .disney img.logo-disney {
    height: 16px;
    margin: -5px 10px 0px 10px;
  }
}
footer .tools {
  z-index: 1002;
  margin: 0;
  display: block;
}
footer .tools li {
  float: left;
  line-height: 36px;
  height: 24px;
  width: 24px;
}
footer .tools li:first-of-type {
  opacity: 0.8;
  display: none;
}
footer .tools img {
  display: block;
  opacity: 0.66;
  height: 24px;
  padding: 4px 4px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
footer .tools .speaker {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 4px 4px;
  opacity: 0.66;
  background-image: url('../assets/speaker_2.png');
  background-size: 200% 100%;
  transition: opacity 0.2s ease;
}
.no-touch footer .tools img:hover,
.no-touch footer .tools .speaker:hover {
  opacity: 1;
}
footer .tools .speaker-muted {
  background-position: 100% 0%;
}
@media (min-width: 768px) {
  footer .tools li {
    height: 32px;
    width: 36px;
  }
  footer .tools li:first-of-type {
    display: block;
  }
  footer .tools img {
    height: 34px;
    padding: 8px 8px;
    margin-left: 4px;
  }
  footer .tools .speaker {
    height: 20px;
    width: 20px;
    margin: 6px 8px;
  }
}
footer .legal {
  position: relative;
  width: 100%;
  margin: 0 0 10px 8px;
  overflow: auto;
  font-size: 9px;
  z-index: 1003;
}
footer .legal a {
  color: rgba(255, 255, 255, 0.6);
}
footer .legal a:hover {
  text-decoration: none;
  color: #fff;
}
footer .legal li {
  margin: 0 12px 0 0;
  line-height: 18px;
  float: left;
}
@media (min-width: 768px) {
  footer .legal {
    margin: 0 0 4px 16px;
  }
  footer .legal li {
    margin: 0 12px 0 0;
    line-height: 10px;
    font-size: 8px;
    float: left;
  }
}
