@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/opensans-bold-webfont.eot");
  src: url("/fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-bold-webfont.woff") format("woff"), url("/fonts/opensans-bold-webfont.ttf") format("truetype"), url("/fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/opensans-bolditalic-webfont.eot");
  src: url("/fonts/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-bolditalic-webfont.woff") format("woff"), url("/fonts/opensans-bolditalic-webfont.ttf") format("truetype"), url("/fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/opensans-italic-webfont.eot");
  src: url("/fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-italic-webfont.woff") format("woff"), url("/fonts/opensans-italic-webfont.ttf") format("truetype"), url("/fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/opensans-light-webfont.eot");
  src: url("/fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-light-webfont.woff") format("woff"), url("/fonts/opensans-light-webfont.ttf") format("truetype"), url("/fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/opensans-lightitalic-webfont.eot");
  src: url("/fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-lightitalic-webfont.woff") format("woff"), url("/fonts/opensans-lightitalic-webfont.ttf") format("truetype"), url("/fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/opensans-regular-webfont.eot");
  src: url("/fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-regular-webfont.woff") format("woff"), url("/fonts/opensans-regular-webfont.ttf") format("truetype"), url("/fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300 !important; }

body {
  background-color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: none; }

.full-page {
  display: block;
  width: 100%; }

#intro {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/title-image.jpg);
  color: #FFF; }
  @media (orientation: landscape) {
    #intro {
      background-size: 100% auto; } }
  @media (orientation: portrait) {
    #intro {
      background-size: auto 100%; } }
  @media (max-width: 640px) {
    #intro {
      background-image: url(/images/title-image-small.jpg); } }
  #intro .logo {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-image: url("/images/logo/centered.svg");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30px;
    height: 100px; }
    @media (max-width: 640px) {
      #intro .logo {
        height: 80px;
        background-size: auto 100% !important;
        bottom: 15px; } }
    @media (max-width: 640px) and (orientation: landscape) {
      #intro .logo {
        height: 80px;
        bottom: 10px;
        background-size: auto 100% !important; } }
  #intro #comingsoon {
    position: absolute;
    width: 220px;
    height: 50px;
    top: calc(50% - 40px);
    left: calc(50% - 110px);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background-image: url(/images/comingsoon.svg);
    background-position: 45% 66%;
    background-repeat: no-repeat;
    background-size: 95% auto; }
    @media (max-width: 640px) {
      #intro #comingsoon {
        width: 140px;
        height: 35px;
        top: calc(50% - 80px);
        left: calc(50% - 70px); } }

#intro-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%); }

#intro-play-button {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 160px;
  left: calc(50% - 30px);
  opacity: 0.85;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-image: url(/images/index/play-button.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  @media (max-width: 640px) {
    #intro-play-button {
      width: 50px;
      height: 50px;
      bottom: 110px;
      left: calc(50% - 23px);
      opacity: 1; } }
  #intro-play-button:hover {
    cursor: pointer;
    opacity: 1; }

#tech-video-button {
  margin: 20px 0; }

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

#about {
  background-color: #f2f2f2;
  color: #808080;
  text-align: center;
  width: 50%;
  padding: 8% 25% 8% 25%; }
  @media (max-width: 640px) {
    #about {
      width: 90%;
      padding: 10% 5% 10% 5%; } }

#mark {
  margin: 0 0 60px 0;
  padding: 0;
  width: 100px;
  height: 100px;
  display: inline-block; }
  @media (max-width: 640px) {
    #mark {
      margin: 0 0 10px 0;
      -moz-transform-origin: 50% 0% 50%;
      -ms-transform-origin: 50% 0% 50%;
      -o-transform-origin: 50% 0% 50%;
      -webkit-transform-origin: 50% 0% 50%;
      transform-origin: 50% 0% 50%;
      -moz-transform: scale3d(0.5, 0.5, 0.5);
      -webkit-transform: scale3d(0.5, 0.5, 0.5);
      transform: scale3d(0.5, 0.5, 0.5); } }

#about-text h1 {
  font-weight: 300 !important; }
#about-text p {
  width: 100%;
  margin: 40px 0;
  text-align: left; }
  @media (max-width: 640px) {
    #about-text p {
      font-size: 0.9em;
      line-height: 1.5em;
      margin: 15px 0; } }
  #about-text p a {
    color: #808080;
    font-weight: 700 !important; }
    #about-text p a:hover {
      color: #454545; }

.button {
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 0.5em;
  padding: 0.4em 0.8em;
  color: #EEE;
  border: 1px solid #EEE; }
  .button:hover {
    cursor: pointer;
    color: #44E495;
    border: 1px solid #44E495; }

.button-dark {
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 0.5em;
  padding: 0.4em 0.8em;
  color: #999;
  border: 1px solid #999; }
  .button-dark:hover {
    cursor: pointer;
    color: #44E495;
    border: 1px solid #44E495; }

#map {
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(/images/index/map.png); }
  @media (max-width: 640px) {
    #map {
      background-size: 150% auto; } }
    @media (max-width: 640px) and (orientation: portrait) {
      #map {
        background-size: auto 150%; } }
  #map a#map-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border: none; }

#gallery {
  background: #f2f2f2; }

.gallery-image {
  display: inline-block;
  width: 46%;
  height: 28.75%; }
  @media (max-width: 640px) {
    .gallery-image {
      width: 94%;
      height: 58.75%; } }

#gallery > .gallery-image:nth-child(odd) {
  margin: 2.8% 1% 0 2.6%; }
  @media (max-width: 640px) {
    #gallery > .gallery-image:nth-child(odd) {
      margin: 3% 3% 0 3%; } }

#gallery > .gallery-image:nth-child(even) {
  margin: 2.8% 2.6% 0 1%; }
  @media (max-width: 640px) {
    #gallery > .gallery-image:nth-child(even) {
      margin: 3% 3% 0 3%; } }

#gallery > .gallery-image:nth-last-of-type(1) {
  margin-bottom: 2.8%; }
  @media (max-width: 640px) {
    #gallery > .gallery-image:nth-last-of-type(1) {
      margin-bottom: 3%; } }

#gallery > .gallery-image:nth-last-of-type(2) {
  margin-bottom: 2.8%; }
  @media (max-width: 640px) {
    #gallery > .gallery-image:nth-last-of-type(2) {
      margin-bottom: 0; } }

#tech {
  width: 70%;
  background-color: #666666;
  color: #FFF;
  text-align: center;
  position: relative;
  padding: 10% 15%; }
  @media (max-width: 640px) {
    #tech {
      width: 90%;
      padding: 10% 5%; } }
  @media (min-width: 641px) and (max-width: 1024px) {
    #tech {
      width: 90%;
      padding: 10% 5%; } }
  #tech h3.center-block {
    font-size: 1.1em;
    margin-top: 15px;
    font-style: italic !important; }
    @media (max-width: 640px) {
      #tech h3.center-block {
        font-size: 1.0em;
        margin-bottom: 8px; } }
  #tech #google {
    width: 80px;
    height: 40px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    opacity: 0.5;
    background-image: url(/images/powered-by-google.svg);
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat; }
    #tech #google:hover {
      cursor: pointer;
      opacity: 1; }
    @media (max-width: 640px) {
      #tech #google {
        width: 70px;
        height: 35px;
        bottom: 6px;
        right: 6px; } }

.tech-section {
  display: inline-block;
  width: 28%;
  padding: 0;
  margin: 5% 2% 0 2%;
  height: 180px;
  max-height: 180px;
  overflow: hidden;
  text-align: left; }
  @media (max-width: 640px) {
    .tech-section {
      width: 100%;
      margin: 7% 0 0 0;
      height: auto;
      max-height: none; } }
  .tech-section h3 {
    font-size: 1.1em;
    padding: 0 0 10px 0;
    font-weight: 300 !important;
    font-style: italic !important; }
    @media (max-width: 640px) {
      .tech-section h3 {
        font-size: 1.0em;
        padding: 0 0 6px 0; } }
    .tech-section h3 a {
      color: #FFF;
      text-decoration: none; }
      .tech-section h3 a:after {
        padding: 0 10px;
        font-size: 0.75em;
        display: inline;
        content: "➝"; }
      .tech-section h3 a:hover {
        color: #000; }
  .tech-section p {
    font-size: 0.8em;
    font-weight: 300 !important; }

#interactive {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/index/interactive-background.jpg);
  color: #FFF; }
  #interactive a {
    color: #FFF;
    font-weight: 700 !important; }
  @media (orientation: landscape) {
    #interactive {
      background-size: 100% auto; } }
  @media (orientation: portrait) {
    #interactive {
      background-size: auto 100%; } }

#interactive-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: block; }

#interactive-text {
  position: absolute;
  display: block;
  bottom: 50px; }

#credits {
  background-color: #f2f2f2;
  color: #454545;
  width: 50%;
  padding: 8% 25% 8% 25%; }
  @media (max-width: 640px) {
    #credits {
      width: 90%;
      padding: 10% 5% 10% 5%; } }
  #credits h1 {
    width: 100%;
    text-align: left;
    padding: 0 0 20px 0; }
    @media (max-width: 640px) {
      #credits h1 {
        padding: 0 0 10px 0; } }
  #credits h1.center {
    text-align: center; }
  #credits p.artist {
    text-align: center;
    width: 100%; }
  #credits h2 {
    padding: 25px 0 15px 0; }
    @media (max-width: 640px) {
      #credits h2 {
        padding: 15px 0 10px 0; } }
  #credits p.prominent {
    font-size: 1em;
    padding: 0 0 10px 0; }
  #credits p.credit-block {
    font-size: 0.8em;
    padding: 0 0 15px 0; }
    @media (max-width: 640px) {
      #credits p.credit-block {
        font-size: 0.8em;
        padding: 0 0 13px 0; } }

span.bold {
  font-weight: 700 !important; }

span.italic {
  font-style: italic !important; }

span.light {
  font-weight: 300 !important; }

#footer {
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 28px;
  text-align: middle; }
  #footer a {
    color: #000;
    opacity: 0.6;
    text-decoration: none;
    font-size: 12px;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #footer a:hover {
      opacity: 1.0;
      text-decoration: underline; }

#video-bg {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.videobghide {
  opacity: 0;
  pointer-events: none; }

#video-bg-close {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  left: calc(50% - 30px);
  border: 2px solid #FFF;
  border-radius: 100%;
  background-image: url(/images/micro/close-button.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.66;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  @media (max-width: 640px) {
    #video-bg-close {
      width: 30px;
      height: 30px;
      bottom: 10px;
      left: calc(50% - 15px);
      border: 1px solid #FFF; } }
  #video-bg-close:hover {
    opacity: 1;
    cursor: pointer; }

.video-wrap {
  position: fixed;
  z-index: 1000;
  top: -9999px;
  left: -9999px;
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8); }
  @media (min-width: 1025px) {
    .video-wrap {
      width: 853px;
      height: 480px; } }
  @media (max-width: 640px) {
    .video-wrap {
      width: 320px;
      height: 180px; } }
  @media (min-width: 641px) and (max-width: 1024px) {
    .video-wrap {
      width: 710px;
      height: 400px; } }
  @media (min-width: 1280px) {
    .video-wrap {
      width: 1280px;
      height: 720px; } }

@media (min-width: 1025px) {
  .video-element {
    width: 853px;
    height: 480px; } }
@media (max-width: 640px) {
  .video-element {
    width: 320px;
    height: 180px; } }
@media (min-width: 641px) and (max-width: 1024px) {
  .video-element {
    width: 710px;
    height: 400px; } }
@media (min-width: 1280px) {
  .video-element {
    width: 1280px;
    height: 720px; } }

@media (min-width: 1025px) {
  .videowrapshow {
    top: calc(50% - 240px) !important;
    left: calc(50% - 426.5px) !important; } }
@media (max-width: 640px) {
  .videowrapshow {
    top: calc(50% - 90px) !important;
    left: calc(50% - 160px) !important; } }
@media (min-width: 641px) and (max-width: 1024px) {
  .videowrapshow {
    top: calc(50% - 200px) !important;
    left: calc(50% - 355px) !important; } }
@media (min-width: 1280px) {
  .videowrapshow {
    top: calc(50% - 360px) !important;
    left: calc(50% - 640px) !important; } }

#interactive-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: black;
  display: none;
}
#interactive-loader logo-mark {
  margin-bottom: 1em;
}
#interactive-loader-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
#interactive-loader-cell {
  display: table-cell;
  vertical-align: middle;
}
