@font-face {
  font-family: 'Parqa Typeface';
  src: url('../fonts/parqa_typeface_a.eot');
  src: url('../fonts/parqa_typeface_a.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/parqa_typeface_a.woff') format('woff'), /* Modern Browsers */ url('../fonts/parqa_typeface_a.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/parqa_typeface_a.svg#c433df8f238feb4de648ba992c11644b') format('svg');
  font-style: normal;
  font-weight: 400;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Tide Sans 200 Lil Mondo';
  src: url('../fonts/tidesans-200lilmondo.eot');
  src: url('../fonts/tidesans-200lilmondo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/tidesans-200lilmondo.woff') format('woff'), /* Modern Browsers */ url('../fonts/tidesans-200lilmondo.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/tidesans-200lilmondo.svg#d6915419a89104d0dc8199b3e18b95f0') format('svg');
  font-style: normal;
  font-weight: 400;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
body #intro,
body.no-touch #intro,
body.touch #intro {
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
body #intro .slide,
body.no-touch #intro .slide,
body.touch #intro .slide {
  visibility: hidden;
  color: #cccccc;
  transition: opacity 1s;
  -webkit-transition: opacity 1s cubic-bezier(1, 0, 0, 1);
  -moz-transition: opacity 1s cubic-bezier(1, 0, 0, 1);
  -ms-transition: opacity 1s cubic-bezier(1, 0, 0, 1);
  -o-transition: opacity 1s cubic-bezier(1, 0, 0, 1);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body #intro .slide h1,
body.no-touch #intro .slide h1,
body.touch #intro .slide h1 {
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 30px;
}
body #intro .slide h2,
body.no-touch #intro .slide h2,
body.touch #intro .slide h2 {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body #intro .slide p,
body.no-touch #intro .slide p,
body.touch #intro .slide p,
body #intro .slide .p,
body.no-touch #intro .slide .p,
body.touch #intro .slide .p {
  font-size: 18px;
  line-height: 30px;
}
body #intro .slide.shown,
body.no-touch #intro .slide.shown,
body.touch #intro .slide.shown {
  opacity: 1;
  visibility: visible;
}
body #intro .dots,
body.no-touch #intro .dots,
body.touch #intro .dots {
  letter-spacing: 10px;
  margin-top: -10px;
  margin-bottom: 0px;
}
body #intro .wrapper,
body.no-touch #intro .wrapper,
body.touch #intro .wrapper {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
}
body #intro #title .wrapper,
body.no-touch #intro #title .wrapper,
body.touch #intro #title .wrapper {
  margin-top: -50px;
}
body #intro #credit .wrapper,
body.no-touch #intro #credit .wrapper,
body.touch #intro #credit .wrapper {
  margin-top: -75px;
}
body #intro #mobile .wrapper,
body.no-touch #intro #mobile .wrapper,
body.touch #intro #mobile .wrapper {
  margin-top: 0px;
}
body #intro #preload .wrapper,
body.no-touch #intro #preload .wrapper,
body.touch #intro #preload .wrapper {
  height: 500px;
  margin-top: -250px;
}
body #intro #preload .img,
body.no-touch #intro #preload .img,
body.touch #intro #preload .img {
  display: block;
}
body #intro #preload p,
body.no-touch #intro #preload p,
body.touch #intro #preload p {
  z-index: 10;
}
body #intro #preload p.parqa,
body.no-touch #intro #preload p.parqa,
body.touch #intro #preload p.parqa {
  line-height: 20px;
  margin-bottom: 10px;
  z-index: 10;
}
body #intro #preload p.tide,
body.no-touch #intro #preload p.tide,
body.touch #intro #preload p.tide {
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
}
body #intro #preload .line1,
body.no-touch #intro #preload .line1,
body.touch #intro #preload .line1 {
  margin: 0;
}
body #intro #preload .line2 span,
body.no-touch #intro #preload .line2 span,
body.touch #intro #preload .line2 span {
  padding-top: 20px;
}
@media screen and (max-height: 450px) {
  body #intro #preload img,
  body.no-touch #intro #preload img,
  body.touch #intro #preload img {
    visibility: hidden;
  }
  body #intro #preload .line1 span,
  body.no-touch #intro #preload .line1 span,
  body.touch #intro #preload .line1 span,
  body #intro #preload .line2 span,
  body.no-touch #intro #preload .line2 span,
  body.touch #intro #preload .line2 span {
    font-size: 12px;
    line-height: 18px;
  }
}
body #intro #preload .progressbar,
body.no-touch #intro #preload .progressbar,
body.touch #intro #preload .progressbar {
  height: 1px;
  background-color: #333333;
  display: block;
  top: 50%;
  position: absolute;
}
body #intro #preload .progressbar .progress,
body.no-touch #intro #preload .progressbar .progress,
body.touch #intro #preload .progressbar .progress {
  width: 0px;
  height: 100%;
  background-color: #112375;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
}
body #intro #preload.hideGraphics p,
body.no-touch #intro #preload.hideGraphics p,
body.touch #intro #preload.hideGraphics p,
body #intro #preload.hideGraphics img,
body.no-touch #intro #preload.hideGraphics img,
body.touch #intro #preload.hideGraphics img {
  opacity: 0;
}
body #intro #preload.completed .progressbar,
body.no-touch #intro #preload.completed .progressbar,
body.touch #intro #preload.completed .progressbar {
  top: 0%;
  height: 100%;
}
body #intro #preload.completed .wrapper,
body.no-touch #intro #preload.completed .wrapper,
body.touch #intro #preload.completed .wrapper {
  top: 0;
  height: 100%;
  margin-top: 0px;
  -webkit-transition: top 0.8s cubic-bezier(1, 0, 0, 1);
  -moz-transition: top 0.8s cubic-bezier(1, 0, 0, 1);
  -ms-transition: top 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: top 0.8s cubic-bezier(1, 0, 0, 1);
}
body.touch #intro #preload .wrapper {
  height: 590px;
  margin-top: -295px;
}
.anim-container {
  overflow: hidden;
}
.anim {
  display: inline-block;
}
.anim.slide-from-top {
  -webkit-transform: translate(0px, -110%);
  -moz-transform: translate(0px, -110%);
  -ms-transform: translate(0px, -110%);
  -o-transform: translate(0px, -110%);
}
.anim.slide-from-bottom {
  -webkit-transform: translate(0px, 110%);
  -moz-transform: translate(0px, 110%);
  -ms-transform: translate(0px, 110%);
  -o-transform: translate(0px, 110%);
}
.anim.expand-left {
  width: 0;
  overflow: hidden;
}
.anim.expand {
  width: 0;
  overflow: hidden;
}
.anim.anim-in {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1), width 0.8s cubic-bezier(1, 0, 0, 1), height 0.8s cubic-bezier(1, 0, 0, 1);
  -moz-transition: -moz-transform 0.8s cubic-bezier(1, 0, 0, 1), width 0.8s cubic-bezier(1, 0, 0, 1), height 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: -o-transform 0.8s cubic-bezier(1, 0, 0, 1), width 0.8s cubic-bezier(1, 0, 0, 1), height 0.8s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(1, 0, 0, 1), width 0.8s cubic-bezier(1, 0, 0, 1), height 0.8s cubic-bezier(1, 0, 0, 1);
}
.anim.anim-out {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1), width 0.5s cubic-bezier(1, 0, 0, 1), opacity 0.5s cubic-bezier(1, 0, 0, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(1, 0, 0, 1), width 0.5s cubic-bezier(1, 0, 0, 1), opacity 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(1, 0, 0, 1), width 0.5s cubic-bezier(1, 0, 0, 1), opacity 0.5s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1), width 0.5s cubic-bezier(1, 0, 0, 1), opacity 0.5s cubic-bezier(1, 0, 0, 1);
}
.anim.anim-in.slide-from-top {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
}
.anim.anim-in.slide-from-bottom {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
}
.anim.anim-in.expand {
  width: 100%;
}
.anim.anim-in.expand-left {
  width: 100%;
}
.anim.anim-in.stagger-1 span,
.anim.anim-in.stagger-1 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.anim.anim-in.stagger-2 span,
.anim.anim-in.stagger-2 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.anim.anim-in.stagger-3 span,
.anim.anim-in.stagger-3 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.anim.anim-in.stagger-4 span,
.anim.anim-in.stagger-4 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.anim.anim-out.stagger-1 span,
.anim.anim-out.stagger-1 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.anim.anim-out.stagger-2 span,
.anim.anim-out.stagger-2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.anim.anim-out.stagger-3 span,
.anim.anim-out.stagger-3 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.anim.anim-out.stagger-4 span,
.anim.anim-out.stagger-4 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#outro {
  background-color: #01030c;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(1, 0, 0, 1);
  -moz-transition: opacity 0.5s cubic-bezier(1, 0, 0, 1);
  -ms-transition: opacity 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: opacity 0.5s cubic-bezier(1, 0, 0, 1);
}
#outro .img {
  position: absolute;
  width: 1200px;
  height: 500px;
  margin-left: -600px;
  margin-top: -250px;
  left: 50%;
  top: 50%;
}
#outro .img img {
  width: 100%;
  height: 100%;
}
#outro span.cta {
  color: #FFF;
  font-size: 20px;
  position: absolute;
  bottom: 46%;
  left: 50%;
  width: 300px;
  margin-bottom: 5px;
  margin-left: -150px;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transition: opacity 1s cubic-bezier(1, 0, 0, 1);
  -moz-transition: opacity 1s cubic-bezier(1, 0, 0, 1);
  -ms-transition: opacity 1s cubic-bezier(1, 0, 0, 1);
  -o-transition: opacity 1s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
  z-index: 10;
}
#outro.shown {
  pointer-events: auto;
  opacity: 1;
}
#outro.shown span.cta {
  opacity: 1;
}
#outro.pushed span.cta {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
#outro.pushed .img {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(1, 0, 0, 1);
  -moz-transition: opacity 0.3s cubic-bezier(1, 0, 0, 1);
  -ms-transition: opacity 0.3s cubic-bezier(1, 0, 0, 1);
  -o-transition: opacity 0.3s cubic-bezier(1, 0, 0, 1);
}
#outro.pushed .img img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(1, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  transform-origin: center center;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
body,
html {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
body.no-touch .touch-only {
  display: none;
}
body.touch .no-touch {
  display: none;
}
#content {
  height: 100%;
}
.tide {
  font-family: 'Tide Sans 200 Lil Mondo';
  -webkit-font-smoothing: antialiased;
}
.parqa {
  font-family: 'Parqa Typeface';
  -webkit-font-smoothing: antialiased;
}
#threejs-container {
  width: 100%;
  height: 100%;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
}
#mobile-welcome {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 100px;
  line-height: 20px;
  font-size: 20px;
  background: red;
  margin-left: -100px;
  margin-top: -50px;
}
#outro,
#howto,
#unsupported {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: opacity 0.4s cubic-bezier(1, 0, 0, 1);
  -ms-transition: opacity 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: opacity 0.4s cubic-bezier(1, 0, 0, 1);
}
#outro img,
#howto img,
#unsupported img {
  height: 100%;
  position: relative;
  width: auto;
}
#outro.shown,
#howto.shown,
#unsupported.shown {
  opacity: 1;
  display: block;
}
#howto .img {
  position: relative;
  top: 10%;
  height: 80%;
}
#howto .img img.no-touch {
  max-width: 542px;
  max-height: 805px;
}
#howto .img img.touch-only {
  max-width: 927px;
  max-height: 514px;
}
#mobile-welcome .wrapper {
  margin: 20px;
}
body.unsupported #unsupported {
  opacity: 1;
  display: block;
}
#unsupported {
  display: none;
  text-align: center;
}
#unsupported .holder {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  color: #FFF;
  width: 100%;
  margin-top: -242px;
}
#unsupported .holder img {
  width: 250px;
  height: 242px;
  height: auto;
  text-align: center;
}
#unsupported .holder .text {
  display: block;
  padding: 0px 10%;
}
#unsupported .holder .text span {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  #unsupported .holder {
    margin-top: -160px;
  }
  #unsupported .holder img {
    width: 200px;
    height: 193.6px;
  }
  #unsupported .holder .text {
    font-size: 14px;
  }
}
body.fr .en,
body.fr .jp,
body.fr .de {
  display: none !important;
}
body.en .fr,
body.en .jp,
body.en .de {
  display: none !important;
}
body.jp .fr,
body.jp .en,
body.jp .de {
  display: none !important;
}
body.de .fr,
body.de .en,
body.de .jp {
  display: none !important;
}
