html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* !!! CSS RESET !!! */
/* 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 {
  margin: 0;
  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; }

/* This stylesheet generated by Transfonter (https://transfonter.org) on February 25, 2017 4:20 PM */
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueLTStd-LtEx.eot");
  src: url("../fonts/HelveticaNeueLTStd-LtEx.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-LtEx.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-LtEx.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-LtEx.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
html, body {
  height: 100%;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.ui-loader {
  display: none; }

#site {
  overflow: hidden;
  font-family: 'HelveticaNeue';
  background-color: #000;
  color: #fff;
  text-align: center; }
  #site a:link,
  #site a:visited {
    color: #fff;
    text-decoration: none; }
  #site #background_container {
    position: fixed;
    top: 4vh;
    bottom: 4vh;
    width: 100%; }
    #site #background_container.over {
      z-index: 40; }
  #site .background_img {
    display: block;
    position: fixed;
    top: 4vh;
    bottom: 4vh;
    width: 100%;
    text-align: center;
    overflow: hidden; }
    #site .background_img img {
      max-height: 100%;
      width: auto;
      display: inline-block;
      transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -webkit-transition: transform ease 0.7s;
      transition: transform ease 0.7s;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    #site .background_img.show {
      z-index: -30; }
      #site .background_img.show img {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg); }
  #site .background_detect {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 4vh;
    height: 92vh;
    z-index: 1000; }
    #site .background_detect:hover {
      cursor: pointer; }
    #site .background_detect:hover + .over {
      display: none; }
  #site .background_detect2 {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000; }
  #site h1 {
    font-family: 'HelveticaNeue';
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 1;
    /*font-size: 3.3rem;*/
    /*font-size: 5.5vw;*/
    line-height: 1.25em;
    transform: translateY(-49%);
    -webkit-transform: translateY(-49%);
    -webkit-transition: z-index ease 0s;
    transition: z-index ease 0s; }
    #site h1.over.hide {
      display: none; }
    #site h1.under {
      z-index: -1; }

@media (max-width: 600px) {
  #site .background_img {
    /*height: 79vh;*/ }
  #site .background_detect {
    display: none; }
  #site .background_detect2 {
    display: block; } }

/*# sourceMappingURL=main.css.map */
