@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@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;
}
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;
  }
}
body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #000;
}
article {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px;
}
article a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
article a:hover {
  text-decoration: none;
  color: #5390cc;
  border-bottom: 1px solid #5390cc;
}
@media (min-width: 768px) {
  article {
    margin: 20px;
  }
}
.background {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/wheat-field.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
.note {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}
.note iframe {
  width: 100%;
  height: 200px;
}
@media (min-height: 600px) {
  .note iframe {
    height: 280px;
  }
}
.note h2,
.note p {
  padding: 0 10px 0 10px;
  margin: 10px 0 10px 0;
}
.note p {
  float: left;
  font-size: 12px;
}
.note h2 {
  font-size: 17px;
}
.note img {
  width: 48px;
  margin-right: 16px;
  padding-bottom: 100%;
  float: left;
}
@media (min-width: 768px) {
  .note {
    top: 50%;
    left: 50%;
    margin: -278px 0 0 -280px;
    width: 560px;
    line-height: 1.5;
  }
  .note iframe {
    width: 560px;
    height: 320px;
  }
  .note p {
    font-size: 13px;
  }
  .note h2 {
    text-align: center;
    font-size: 20px;
  }
  .note h2,
  .note p {
    padding: 0 40px 0 40px;
    margin: 10px 0 10px 0;
  }
  .note img {
    width: 64px;
    margin-right: 24px;
  }
}
