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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Alpine';
  src: url("../fonts/alpineascensionweb-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Alpine';
  src: url("../fonts/alpineascensionweb-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Alpine';
  src: url("../fonts/alpineascensionweb-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Alpine';
  src: url("../fonts/alpineascensionweb-bolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Alpine';
  src: url("../fonts/alpineascensionweb-light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Alpine';
  src: url("../fonts/alpineascensionweb-extralight.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

.gui {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #e6e6e6;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0;
  pointer-events: none; }
  .gui.visible {
    opacity: 1;
    -webkit-transition: 1000ms opacity linear;
    -moz-transition: 1000ms opacity linear;
    -ms-transition: 1000ms opacity linear;
    -o-transition: 1000ms opacity linear;
    transition: 1000ms opacity linear; }
    .gui.visible .button,
    .gui.visible .cta {
      pointer-events: auto; }
  .gui.interior-mode .branding,
  .gui.interior-mode .ctas {
    opacity: 0;
    pointer-events: none; }
  .gui .button-group {
    position: absolute;
    bottom: 3em;
    left: 0;
    width: 100%; }
  .gui .buttons {
    margin: 0 auto;
    display: inline-block;
    font-size: 0.9em; }
  .gui .branding,
  .gui .ctas {
    opacity: 1;
    -webkit-transition: 500ms opacity linear;
    -moz-transition: 500ms opacity linear;
    -ms-transition: 500ms opacity linear;
    -o-transition: 500ms opacity linear;
    transition: 500ms opacity linear; }
  .gui .button,
  .gui .cta {
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    width: 10em;
    height: 3.125em;
    line-height: 3.125em;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 100ms transform ease;
    -moz-transition: 100ms transform ease;
    -ms-transition: 100ms transform ease;
    -o-transition: 100ms transform ease;
    transition: 100ms transform ease;
    -webkit-transition: 100ms -webkit-transform ease;
    -moz-transition: 100ms -webkit-transform ease;
    -ms-transition: 100ms -webkit-transform ease;
    -o-transition: 100ms -webkit-transform ease;
    transition: 100ms -webkit-transform ease; }
    .gui .button:active,
    .gui .cta:active {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
      .gui .button:active .shape,
      .gui .cta:active .shape {
        background: #0943a7; }
    .gui .button + .button,
    .gui .cta + .button {
      margin-left: 0.5em; }
    .gui .button .shape,
    .gui .cta .shape {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.35);
      z-index: 1;
      -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      transform: skew(-20deg); }
    .gui .button .label,
    .gui .cta .label {
      z-index: 2;
      font-size: 1.15em;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .gui .button.active .label:before,
    .gui .cta.active .label:before {
      content: 'x';
      margin-right: 0.5em;
      font-style: normal;
      font-weight: 100; }
    .gui .button.active .shape,
    .gui .cta.active .shape {
      background: #0943a7; }
  .gui .cta {
    font-size: 0.9em;
    position: absolute;
    top: 3em;
    right: 3.5em; }
    .gui .cta a {
      text-decoration: none;
      color: #fff; }
    .gui .cta .shape {
      background: #0943a7; }
    .gui .cta.fb {
      display: none; }
  .gui .branding {
    position: absolute;
    top: 1.25em;
    left: 2em;
    width: 26.375em;
    height: 5.875em;
    background: url("../img/branding.png") no-repeat;
    background-size: 100%; }
  .gui .sharing {
    position: absolute;
    bottom: 3em;
    right: 2.5em;
    background: url("../img/sharing.png") no-repeat;
    background-size: 100%;
    width: 4.5em;
    height: 2.0625em;
    opacity: 0.7; }
  @media screen and (max-width: 650px) {
    .gui {
      font-size: 16px; } }
  @media screen and (max-width: 600px) {
    .gui {
      font-size: 15px; } }
  @media screen and (max-width: 550px) {
    .gui {
      font-size: 14px; } }
  @media screen and (max-width: 500px) {
    .gui {
      font-size: 13px; } }
  @media screen and (max-width: 450px) {
    .gui {
      font-size: 12px; } }
  @media screen and (max-width: 400px) {
    .gui {
      font-size: 11px; } }
  @media screen and (max-width: 350px) {
    .gui {
      font-size: 10px; } }
  @media screen and (orientation: landscape) and (max-width: 700px) {
    .gui {
      font-size: 11px; } }
  @media screen and (orientation: landscape) and (max-width: 600px) {
    .gui {
      font-size: 10px; } }
  @media screen and (max-width: 700px) {
    .gui .button-group {
      bottom: 2em; }
    .gui .sharing {
      display: none; }
    .gui .button,
    .gui .cta {
      width: 10.5em;
      height: 3.75em;
      line-height: 3.75em; }
      .gui .button .label,
      .gui .cta .label {
        font-size: 1.45em; }
    .gui .branding {
      width: 24.58em;
      height: 3.45em;
      left: 2em;
      top: 1.75em;
      background-image: url("../img/branding_mobile.png");
      background-size: 100%; }
    .gui .ctas {
      position: absolute;
      top: 1.75em;
      right: 2em; }
    .gui .cta {
      top: 0;
      right: 5em; }
    .gui .cta.fb {
      right: 0;
      width: 4.25em;
      display: block; }
      .gui .cta.fb img {
        width: 1.3em;
        vertical-align: text-bottom; } }
  @media screen and (orientation: landscape) and (max-height: 320px) and (max-width: 600px) {
    .gui .button-group {
      left: auto;
      bottom: auto;
      right: 0;
      top: 0;
      display: table;
      height: 100%;
      vertical-align: middle; }
    .gui .buttons {
      display: table-cell;
      vertical-align: middle;
      height: 100%; }
    .gui .button {
      display: block;
      float: right;
      clear: right;
      position: relative;
      right: -2em;
      padding-right: 3em; }
      .gui .button .label {
        left: -0.75em; }
      .gui .button + .button {
        margin-left: none;
        margin-top: 0.65em; } }

.mobile .menu-button,
.mobile .menu {
  display: block; }

.mobile .sharing {
  display: none; }

body:not(.mobile) .gui .button:hover {
  color: #fff; }
  body:not(.mobile) .gui .button:hover .shape {
    background: #0943a7; }

.appleOS .gui .button .label,
.appleOS .gui .cta .label {
  padding-top: 0.05em; }

.appleOS .gui .fb img {
  vertical-align: middle; }

@-webkit-keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.hotspot {
  color: #fff;
  font-style: italic;
  position: absolute;
  bottom: 22em;
  width: 100%;
  left: 8em;
  pointer-events: none; }
  .hotspot.topleft {
    top: 8em;
    left: 8em; }
  .hotspot.bottomleft {
    bottom: 22em;
    left: 8em; }
  .hotspot.topright {
    top: 8em;
    right: 8em;
    left: auto; }
    .hotspot.topright .hotspot-title {
      right: 0; }
    .hotspot.topright .content {
      left: auto;
      right: -5%; }
  .hotspot .hotspot-title {
    position: absolute;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.25em 0.45em;
    display: none;
    pointer-events: none;
    z-index: 2; }
    .hotspot .hotspot-title span {
      position: relative;
      z-index: 3;
      -webkit-transform: translate3d(100px, 0, 0);
      -moz-transform: translate3d(100px, 0, 0);
      -ms-transform: translate3d(100px, 0, 0);
      -o-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0); }
    .hotspot .hotspot-title .background {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #0943a7;
      z-index: 2;
      -webkit-transform: skew(-16deg);
      -moz-transform: skew(-16deg);
      -ms-transform: skew(-16deg);
      -o-transform: skew(-16deg);
      transform: skew(-16deg); }
  .hotspot .content {
    position: absolute;
    top: 4em;
    left: 2%;
    max-width: 34em;
    z-index: 1;
    display: none; }
    .hotspot .content .text {
      position: relative;
      z-index: 2;
      padding: 1.5em 1.5em 1.5em 2.5em;
      line-height: 1.5;
      color: #fff;
      font-size: 1.25em;
      font-style: italic;
      font-family: "Alpine";
      font-weight: 100; }
    .hotspot .content .background {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
      -webkit-transform: skew(-16deg);
      -moz-transform: skew(-16deg);
      -ms-transform: skew(-16deg);
      -o-transform: skew(-16deg);
      transform: skew(-16deg); }
  .hotspot.visible {
    pointer-events: auto; }
    .hotspot.visible .hotspot-title,
    .hotspot.visible .content {
      display: block;
      opacity: 0;
      -webkit-animation: 500ms appear;
      -moz-animation: 500ms appear;
      -ms-animation: 500ms appear;
      -o-animation: 500ms appear;
      animation: 500ms appear;
      -webkit-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
  @media screen and (max-width: 1700px) {
    .hotspot {
      font-size: 15px; } }
  @media screen and (max-width: 1500px) {
    .hotspot {
      font-size: 14px; } }
  @media screen and (max-width: 1300px) {
    .hotspot {
      font-size: 13px; } }
  @media screen and (max-width: 1100px) {
    .hotspot {
      font-size: 12px; } }
  @media screen and (max-width: 900px) {
    .hotspot {
      font-size: 11px; } }
  @media screen and (max-width: 700px) {
    .hotspot {
      font-size: 10px; } }
  @media screen and (max-width: 500px) {
    .hotspot {
      font-size: 9px; } }
  @media screen and (max-width: 400px) {
    .hotspot {
      font-size: 8px; } }
  @media screen and (max-width: 700px) and (orientation: portrait) {
    .hotspot.bottomleft {
      left: 5em;
      bottom: 19em; } }
  @media screen and (max-width: 700px) and (orientation: landscape) {
    .hotspot {
      font-size: 9px; }
      .hotspot.bottomleft {
        left: 5em;
        bottom: 17em; } }
  @media screen and (max-width: 600px) and (orientation: landscape) {
    .hotspot {
      font-size: 8px; } }
  @media screen and (max-width: 350px) {
    .hotspot.bottomleft {
      left: 2.5em; } }

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

html,
body {
  overflow: hidden;
  font-family: 'Alpine';
  background: #e6e6e6; }

.loading_progress {
  position: absolute;
  left: 50%;
  margin-left: -10%;
  bottom: 10%;
  width: 20%;
  height: 0.75em;
  background: #fff;
  overflow: hidden;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  opacity: 0;
  -webkit-transition: 350ms opacity linear;
  -moz-transition: 350ms opacity linear;
  -ms-transition: 350ms opacity linear;
  -o-transition: 350ms opacity linear;
  transition: 350ms opacity linear; }
  .loading_progress .fill {
    width: 20%;
    height: 120%;
    background: #0943a7; }
  .loading_progress.visible {
    opacity: 1; }

.hovering {
  cursor: pointer; }

.menu-open canvas {
  -webkit-filter: blur(20px);
  -ms-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  filter: blur(20px); }

@media screen and (max-width: 700px) {
  .loading_progress {
    width: 40%;
    margin-left: -20%;
    height: 0.5em; } }
