/* ERIC MEYER RESET 
------------------------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* PAUL IRISH BOX SIZING
------------------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.glass {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.glass.left {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.glass.right {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.glass.active {
  z-index: 1;
}

specular {
  position: absolute;
  /*@include browser(filter, blur(2px)); */
  pointer-events: none;
  top: 0%;
  left: 0%;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuODQxNTA2IiB5MT0iMS4wOTE1MDYiIHgyPSIwLjE1ODQ5NCIgeTI9Ii0wLjA5MTUwNiI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wMTYiLz48c3RvcCBvZmZzZXQ9IjUwLjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(120deg, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0.016) 50%, rgba(0, 0, 0, 0) 50.1%);
  background-image: -webkit-linear-gradient(120deg, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0.016) 50%, rgba(0, 0, 0, 0) 50.1%);
  background-image: linear-gradient(-30deg, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0.016) 50%, rgba(0, 0, 0, 0) 50.1%);
  /*  background: -moz-linear-gradient(-30deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 50.1%) no-repeat;
    background: -webkit-linear-gradient(-30deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 50.1%) no-repeat;
    background: linear-gradient(-30deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 50.1%) no-repeat;*/
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;
}

.active specular {
  display: block;
}
.active .screen {
  opacity: 1 !important;
}
.active .prices .cur {
  display: block;
}
.active .arrow {
  opacity: 1;
}

.arrowLink {
  z-index: 10;
}

.screen {
  opacity: .15;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.glass.left .screen {
  opacity: .1;
}

ipad {
  overflow: hidden;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  /*margin-left: -100px;*/
  /*margin-top: -300px;*/
  /*background: #000;*/
  border-radius: 10px;
  border: 1px solid rgba(150, 150, 150, 0.6);
}
ipad .prices .cur {
  display: none;
}
ipad .arrow {
  opacity: .2;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  height: 100px;
  padding: 0 20px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  z-index: 2;
}
ipad .arrow img {
  height: 80%;
  width: auto;
}
ipad .leftArrow {
  top: 50%;
  left: 0px;
  margin-top: -50px;
}
ipad .rightArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -50px;
}

.ipad2 {
  display: none;
}

floor {
  position: absolute;
  top: 40%;
  left: 0%;
  z-index: -1;
  width: 70%;
  height: 20%;
  /*width: 3000px;*/
  /*height: 1000px;*/
  /*margin-left: -1500px;*/
  /*margin-top: -500px;*/
  /*  background: -moz-radial-gradient(center, closest-side, #3a3a3a, #1a1a1a);
    background: -webkit-radial-gradient(center, closest-side, #3a3a3a, #1a1a1a);
    background: radial-gradient(center, closest-side, #3a3a3a, #1a1a1a);*/
  -moz-transform: translateY(340px) rotateX(100deg);
  -webkit-transform: translateY(340px) rotateX(100deg);
  transform: translateY(340px) rotateX(100deg);
  -moz-transform-style: flat;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.active shadow {
  -webkit-box-shadow: 0 0 120px 120px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 120px 120px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 120px 120px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 120px 120px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 120px 120px rgba(0, 0, 0, 0.04);
  opacity: 1;
  -moz-transform: rotateX(75deg) skewX(-15deg) translateZ(0px);
  -webkit-transform: rotateX(75deg) skewX(-15deg) translateZ(0px);
  transform: rotateX(75deg) skewX(-15deg) skewY(0deg) translateZ(0px);
}

shadow {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 100%;
  height: 590px;
  margin-left: -40px;
  margin-top: -620px;
  display: none;
  background: rgba(0, 0, 0, 0.04);
  opacity: 0;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border-radius: 20px;
  /*border: 2px solid #000;*/
  z-index: -1;
  -moz-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  /*-moz-box-shadow: 0 60px 360px #000, 0 60px 360px #000, 0 -60px 360px #000, 0 -60px 360px #000, 30px 0 60px #000, 30px 0 60px #000, -30px 0 60px #000, -30px 0 60px #000, 0 0 90px #000, 0 0 90px #000, 30px 30px 90px #000, 30px 30px 90px #000, -30px 30px 90px #000, -30px 30px 90px #000, 30px -30px 90px #000, 30px -30px 90px #000, -30px -30px 90px #000, -30px -30px 90px #000;*/
  /*-webkit-box-shadow: 0 60px 360px #000, 0 60px 360px #000, 0 -60px 360px #000, 0 -60px 360px #000, 30px 0 60px #000, 30px 0 60px #000, -30px 0 60px #000, -30px 0 60px #000, 0 0 90px #000, 0 0 90px #000, 30px 30px 90px #000, 30px 30px 90px #000, -30px 30px 90px #000, -30px 30px 90px #000, 30px -30px 90px #000, 30px -30px 90px #000, -30px -30px 90px #000, -30px -30px 90px #000;*/
  /*box-shadow: 0 60px 360px #000, 0 60px 360px #000, 0 -60px 360px #000, 0 -60px 360px #000, 30px 0 60px #000, 30px 0 60px #000, -30px 0 60px #000, -30px 0 60px #000, 0 0 90px #000, 0 0 90px #000, 30px 30px 90px #000, 30px 30px 90px #000, -30px 30px 90px #000, -30px 30px 90px #000, 30px -30px 90px #000, 30px -30px 90px #000, -30px -30px 90px #000, -30px -30px 90px #000;*/
  /*opacity: .01;*/
  -moz-transform: rotateX(75deg) skewX(-15deg) translateZ(1000px);
  -webkit-transform: rotateX(75deg) skewX(-15deg) translateZ(1000px);
  transform: rotateX(75deg) skewX(-15deg) skewY(80deg) translateZ(0px);
}

@media screen and (max-width: 700px) {
  .arrow {
    display: none;
  }

  .screen {
    opacity: .1;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.animate-projects {
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  -moz-transform: translateX(0px) scale3d(1, 1, 1);
  -webkit-transform: translateX(0px) scale3d(1, 1, 1);
  transform: translateX(0px) scale3d(1, 1, 1);
}

.animate-projects.ng-hide-add,
.animate-projects.ng-hide-remove {
  display: block !important;
}

.animate-projects.ng-hide.ng-hide-add {
  -moz-transform: translateX(300px) scale3d(0.5, 0.5, 0.5);
  -webkit-transform: translateX(300px) scale3d(0.5, 0.5, 0.5);
  transform: translateX(300px) scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.animate-projects.ng-hide.ng-hide-remove {
  -moz-transform: translateX(-500px) scale3d(0.5, 0.5, 0.5) translateZ(1px);
  -webkit-transform: translateX(-500px) scale3d(0.5, 0.5, 0.5) translateZ(1px);
  transform: translateX(-500px) scale3d(0.5, 0.5, 0.5) translateZ(1px);
  opacity: 0;
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.animate-list.ng-enter {
  -moz-animation: list-animation cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s;
  -webkit-animation: list-animation cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s;
  animation: list-animation cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s;
  opacity: 0;
}

.animate-list.ng-enter-stagger {
  /* this will have a 100ms delay between each successive leave animation */
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  opacity: 0;
  /* in case the stagger doesn't work then these two values
   must be set to 0 to avoid an accidental CSS inheritance */
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
}

.animate-list.ng-enter.ng-enter-active {
  /* standard transition styles */
  opacity: 1;
}

.projectList {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 100%;
  max-width: 30%;
  margin: auto;
  padding: 40px 40px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
  max-width: 30%;
}
.projectList a {
  text-decoration: none;
  color: inherit;
}
.projectList p {
  padding-bottom: 40px;
  font-size: 22px;
  -moz-animation: opacity-animation cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s 0.3s;
  -webkit-animation: opacity-animation cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s 0.3s;
  animation: opacity-animation cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s 0.3s;
}
.projectList .project {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -moz-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  -o-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  -moz-transform-origin: left center 50%;
  -ms-transform-origin: left center 50%;
  -webkit-transform-origin: left center 50%;
  transform-origin: left center 50%;
}
.projectList .project:hover {
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
@media (max-width: 700px) {
  .projectList .project:hover {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.projectImage {
  height: 100%;
}

.projects img {
  max-width: 90%;
  max-height: 80%;
  float: right;
}
.projects .largeImage {
  border-radius: 3px;
  margin: 0 5% 0 5%;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 55, 0.5);
}

.singleproject {
  position: absolute;
  height: 100%;
  right: 0px;
  width: 70%;
  padding-top: 20px;
}

img.phone {
  position: absolute;
  bottom: 20px;
  right: 80px;
  max-width: 200px;
  max-height: 80%;
  -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.3s;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
img.phone.ng-hide {
  opacity: 0;
  -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);
}
img.phone.ng-hide-add, img.phone.ng-hide-remove {
  display: block !important;
}
img.phone img.phone {
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

@-moz-keyframes opacity-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes list-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes list-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes list-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .projectList {
    max-width: none;
    position: relative;
    padding: 20px;
    top: 0;
    left: 0;
  }
  .projectList p {
    font-size: 18px;
  }
  .projectList .project {
    line-height: 20px;
  }
  .projectList .project:hover {
    font-size: 24px;
  }

  img.phone {
    bottom: -20px;
    right: 40px;
  }

  .singleproject {
    width: 100%;
    height: auto;
    max-height: 70%;
    text-align: center;
    padding-top: 0px;
  }
}
.clocks {
  position: relative;
  text-align: center;
}

.clockContainer {
  position: relative;
  margin: 0px 2.5% 10px 2.5%;
  display: inline-block;
}

.clock {
  font-size: 2.7px;
  position: relative;
  margin-bottom: 5px;
}

/* line 27, ../../source/css/_header.scss */
.clock .face {
  width: 32em;
  height: 32em;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.75);
  -moz-box-shadow: inset 1px -1px 2px 0px rgba(200, 200, 255, 0.5), 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px 2px 0px rgba(200, 200, 255, 0.5), 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px 2px 0px rgba(200, 200, 255, 0.5), 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}

.clock #hour {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 -1px -25%;
  padding: 1px 0 1px 25%;
  background: white;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  border-radius: 5px 0 0 5px;
}

/* line 75, ../../source/css/_header.scss */
.clock #minute {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35% -1px 0;
  padding: 35% 1px 0;
  background: white;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: 5px 5px 0 0;
}

.clock #second {
  width: .4em;
  height: 14em;
  border-radius: .1em .1em 0 0/10em 10em 0 0;
  background: #c00;
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin: 0 0 -2em -0.1em;
  -moz-transform-origin: 0.1em 12em;
  -ms-transform-origin: 0.1em 12em;
  -webkit-transform-origin: 0.1em 12em;
  transform-origin: 0.1em 12em;
}

.clock #second:after {
  content: '';
  width: 1.4em;
  height: 1.4em;
  border-radius: .7em;
  background: inherit;
  position: absolute;
  left: -.65em;
  bottom: 1.35em;
}

.clock #second:before {
  content: '';
  width: .8em;
  height: 3em;
  border-radius: .2em .2em .4em .4em/.2em .2em 2em 2em;
  background: inherit;
  position: absolute;
  left: -.2em;
  bottom: -3em;
}

.ampm {
  margin-top: -3.4em;
  margin-bottom: 2.4em;
  font-size: 12px;
}

.clock .minute-marks li {
  display: block;
  width: .2em;
  height: .6em;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
}

.clock .digits li span {
  font-size: 9px;
}

.clock .digits li {
  font-size: 1.6em;
  display: block;
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.6em;
  text-align: center;
  margin: -.8em 0 0 -.7em;
  font-weight: bold;
}

.clock .digits li:nth-child(1) {
  -moz-transform: translate(3.9em, -6.9em);
  -ms-transform: translate(3.9em, -6.9em);
  -webkit-transform: translate(3.9em, -6.9em);
  transform: translate(3.9em, -6.9em);
}

.clock .digits li:nth-child(2) {
  -moz-transform: translate(6.9em, -4em);
  -ms-transform: translate(6.9em, -4em);
  -webkit-transform: translate(6.9em, -4em);
  transform: translate(6.9em, -4em);
}

.clock .digits li:nth-child(3) {
  -moz-transform: translate(8em, 0em);
  -ms-transform: translate(8em, 0em);
  -webkit-transform: translate(8em, 0em);
  transform: translate(8em, 0em);
}

.clock .digits li:nth-child(4) {
  -moz-transform: translate(6.8em, 4em);
  -ms-transform: translate(6.8em, 4em);
  -webkit-transform: translate(6.8em, 4em);
  transform: translate(6.8em, 4em);
}

.clock .digits li:nth-child(5) {
  -moz-transform: translate(3.9em, 6.9em);
  -ms-transform: translate(3.9em, 6.9em);
  -webkit-transform: translate(3.9em, 6.9em);
  transform: translate(3.9em, 6.9em);
}

.clock .digits li:nth-child(6) {
  -moz-transform: translate(0em, 8em);
  -ms-transform: translate(0em, 8em);
  -webkit-transform: translate(0em, 8em);
  transform: translate(0em, 8em);
}

.clock .digits li:nth-child(7) {
  -moz-transform: translate(-3.9em, 6.9em);
  -ms-transform: translate(-3.9em, 6.9em);
  -webkit-transform: translate(-3.9em, 6.9em);
  transform: translate(-3.9em, 6.9em);
}

.clock .digits li:nth-child(8) {
  -moz-transform: translate(-6.8em, 4em);
  -ms-transform: translate(-6.8em, 4em);
  -webkit-transform: translate(-6.8em, 4em);
  transform: translate(-6.8em, 4em);
}

.clock .digits li:nth-child(9) {
  -moz-transform: translate(-8em, 0em);
  -ms-transform: translate(-8em, 0em);
  -webkit-transform: translate(-8em, 0em);
  transform: translate(-8em, 0em);
}

.clock .digits li:nth-child(10) {
  -moz-transform: translate(-6.9em, -4em);
  -ms-transform: translate(-6.9em, -4em);
  -webkit-transform: translate(-6.9em, -4em);
  transform: translate(-6.9em, -4em);
}

.clock .digits li:nth-child(11) {
  -moz-transform: translate(-3.9em, -6.9em);
  -ms-transform: translate(-3.9em, -6.9em);
  -webkit-transform: translate(-3.9em, -6.9em);
  transform: translate(-3.9em, -6.9em);
}

.clock .digits li:nth-child(12) {
  -moz-transform: translate(0em, -8em);
  -ms-transform: translate(0em, -8em);
  -webkit-transform: translate(0em, -8em);
  transform: translate(0em, -8em);
}

.leftSide {
  display: inline-block;
  width: 65%;
  padding: 7% 5% 0 0px;
}

.rightSide {
  display: inline-block;
  position: relative;
  width: 35%;
  padding: 5% 40px 0 5%;
  vertical-align: top;
}
.rightSide .chartsTitle {
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
  color: lime;
}

.area {
  fill: none;
  fill-opacity: 0;
}

.active .area {
  fill: auto;
  fill-opacity: 1;
}

path {
  stroke: white;
  stroke-width: .8;
}

.axis text {
  stroke: white;
  stroke-width: 0;
  font-size: 14px;
  fill: white;
  width: 1em;
  font-weight: 100;
}

.axis {
  shape-rendering: crispEdges;
}

.x.axis line {
  stroke: white;
}

.x.axis .minor {
  stroke-opacity: .2;
}

.x.axis path, .y.axis path {
  stroke-width: .5;
}

.y.axis line, .y.axis path, .x.axis line, .x.axis path {
  fill: none;
  stroke: white;
}

#chart svg {
  width: 90%;
}

#chart {
  position: relative;
  text-align: center;
}
#chart .btclogo {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -120px;
  font-size: 200px;
  opacity: .1;
}

.tooltip {
  position: absolute;
  z-index: 10;
  opacity: 0;
}

circle {
  fill: white;
  pointer-events: all;
  padding: 10px;
  z-index: 10;
  fill-opacity: 0;
  stroke-opacity: 0;
  stroke-width: 7px;
}
circle:hover {
  stroke-opacity: .5;
}

.ru {
  font-family: Exo2;
  text-transform: uppercase;
}

.active .globe {
  margin-top: 40px;
  opacity: .4;
}

.globe {
  opacity: 0;
  width: 140px;
  height: 140px;
  border-radius: 200px;
  overflow: hidden;
  margin: auto;
}
.globe img {
  margin: -.8% 0 0 -.8%;
  width: 101.5%;
  height: 101.5%;
}

.tickers {
  position: relative;
  max-width: 250px;
  padding: 0 5% 100px 5%;
  overflow: hidden;
  margin: 40px auto 0 auto;
  font-size: 22px;
  line-height: 1.4em;
}
.tickers h2 i {
  font-size: 30px;
}
.tickers .small {
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 1em;
  letter-spacing: 0;
}
.tickers .small i {
  color: white !important;
}
.tickers i {
  font-size: 14px;
  color: #00e600;
}
.tickers .cur .right {
  float: right;
}
.tickers .arrows {
  padding-top: 7px;
  padding-left: 3px;
  display: inline-block;
  vertical-align: top;
}
.tickers .arrows i {
  font-size: 10px;
  display: block;
  height: 4px;
}
.tickers .arrows i.fa-caret-up {
  color: lime;
  -moz-animation: flash-in linear 5s infinite;
  -webkit-animation: flash-in linear 5s infinite;
  animation: flash-in linear 5s infinite;
}
.tickers .arrows i.fa-caret-down {
  color: red;
  -moz-animation: flash-in linear 5s infinite;
  -webkit-animation: flash-in linear 5s infinite;
  animation: flash-in linear 5s infinite;
}

.timeText {
  width: 100%;
  padding-top: 40px;
  font-family: Digital;
  margin: auto;
  font-size: 18px;
  text-transform: uppercase;
  line-spacing: 0px;
  text-align: center;
  position: absolute;
  bottom: 96px;
  left: 0px;
  color: lightgrey;
}
.timeText .time {
  position: relative;
  padding: 1px 0;
  margin-bottom: 10px;
}
.timeText .time span {
  padding: 0 5px;
}
.timeText .day {
  font-size: 12px;
  letter-spacing: 1px;
}
.timeText .day ul li {
  vertical-align: top;
  display: inline-block;
  padding: 1px 1px 0px 1px;
  margin: 0 1px;
  line-height: 10px;
}
.timeText .day ul li.select {
  color: blue;
  background: lime;
}

.runner {
  text-transform: uppercase;
  font-family: Ozone;
  white-space: nowrap;
  margin-top: -80px;
  clear: both;
  color: lime;
  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  -ms-transform: translateX(130%);
  -o-transform: translateX(130%);
  transform: translateX(130%);
  line-height: 1.5em;
}

.active .runner {
  -moz-animation: runner linear 0s;
  -webkit-animation: runner linear 0s;
  animation: runner linear 0s;
  -moz-animation: runner linear 20s 1s infinite;
  -webkit-animation: runner linear 20s 1s infinite;
  animation: runner linear 20s 1s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-moz-keyframes runner {
  0% {
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
  }
  100% {
    -webkit-transform: translateX(-1600px);
    -moz-transform: translateX(-1600px);
    -ms-transform: translateX(-1600px);
    -o-transform: translateX(-1600px);
    transform: translateX(-1600px);
  }
}
@-webkit-keyframes runner {
  0% {
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
  }
  100% {
    -webkit-transform: translateX(-1600px);
    -moz-transform: translateX(-1600px);
    -ms-transform: translateX(-1600px);
    -o-transform: translateX(-1600px);
    transform: translateX(-1600px);
  }
}
@keyframes runner {
  0% {
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
  }
  100% {
    -webkit-transform: translateX(-1600px);
    -moz-transform: translateX(-1600px);
    -ms-transform: translateX(-1600px);
    -o-transform: translateX(-1600px);
    transform: translateX(-1600px);
  }
}
@media screen and (max-height: 700px) {
  .leftSide, .rightSide {
    padding-top: 4%;
  }
}
@media screen and (max-height: 600px) {
  .tickers .prices {
    font-size: 20px;
    line-height: 1.3em;
  }

  .clock {
    font-size: 2.3px;
  }

  .leftSide {
    padding-top: 20px;
  }

  .rightSide {
    padding-top: 5px;
  }

  .globe {
    margin-top: -10px !important;
  }
}
@media screen and (max-width: 1100px) {
  .clockContainer:nth-child(5) {
    display: none !important;
  }

  .clock {
    font-size: 2.4px;
  }

  .tickers .prices {
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 790px) {
  .rightSide {
    padding-right: 20px;
  }

  .clockContainer:nth-child(4) {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .leftSide {
    width: 100%;
    padding: 0;
    margin-top: -100px;
    padding-top: 10px;
  }
  .leftSide .clocks {
    display: none;
  }

  .rightSide {
    width: 100%;
    padding: 0;
  }

  .tickers {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    max-width: none;
  }
  .tickers .heading {
    width: 53%;
    float: left;
    padding: 20px 5px 0px 15px;
  }
  .tickers .heading .chartsTitle {
    font-size: 24px;
  }
  .tickers .prices {
    width: 47%;
    float: right;
    font-size: 14px;
    line-height: 1.2em;
    padding: 20px 20px 0 5px;
  }
  .tickers i {
    font-size: 10px;
  }
  .tickers .globe {
    clear: both;
    margin-top: 0px;
    width: 120px;
    height: 120px;
  }
  .tickers .arrows {
    padding-top: 2px;
    padding-left: 2px;
    display: inline-block;
    vertical-align: top;
  }
  .tickers .arrows i {
    padding: 0px 1px 0 1px;
    font-size: 6px;
    line-height: 1em;
  }

  .x.axis path, .y.axis path {
    display: none;
  }

  .axis text {
    font-size: 10px;
  }

  #chart svg {
    margin-left: -10px;
  }

  .area {
    fill: none !important;
  }
}
.aboutInner {
  width: 100%;
  height: 0;
  position: absolute;
}

.aboutOuter.scroll {
  height: 100%;
  -moz-transition: height 0.8s ease-out 0.2s;
  -o-transition: height 0.8s ease-out 0.2s;
  -webkit-transition: height 0.8s ease-out;
  -webkit-transition-delay: 0.2s;
  transition: height 0.8s ease-out 0.2s;
}

.aboutOuter {
  -moz-transition: height 0.3s ease-in-out 0s;
  -o-transition: height 0.3s ease-in-out 0s;
  -webkit-transition: height 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: height 0.3s ease-in-out 0s;
  overflow: hidden;
  width: 90%;
  max-width: 700px;
  position: relative;
  height: 0%;
  margin: auto;
}
.aboutOuter .about {
  width: 100%;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 100;
  line-height: 26px;
  letter-spacing: 1px;
}
.aboutOuter p {
  padding-bottom: 30px;
}
.aboutOuter p.indent {
  padding-left: 100px;
  text-align: right;
}

.spacer {
  height: 50%;
}

.glowBar {
  height: 0px;
  -webkit-box-shadow: 0 0 30px 8px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 30px 8px rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 0 30px 8px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 30px 8px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 30px 8px rgba(255, 255, 255, 0.2);
  width: 100%;
  opacity: 0;
  -moz-animation: glowBar2 0.4s;
  -webkit-animation: glowBar2 0.4s;
  animation: glowBar2 0.4s;
}

.glowBar.visible {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-animation: glowBar 0.9s 0.2s;
  -webkit-animation: glowBar 0.9s 0.2s;
  animation: glowBar 0.9s 0.2s;
  opacity: 0;
}

.cursor {
  -moz-animation: flash 0.7s infinite;
  -webkit-animation: flash 0.7s infinite;
  animation: flash 0.7s infinite;
}

.social {
  position: relative;
  text-align: center;
}
.social.mobile {
  display: none;
}
.social i {
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 24px;
  padding: 10px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.social i:hover {
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.social i h2 {
  text-indent: -99999px;
  display: inline-block;
  width: 0px;
  overflow: hidden;
}
.social .icon {
  -webkit-backface-visibility: hidden;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin: 5px;
  pointer-events: all;
  cursor: pointer;
  color: #787878;
}
.social .icon svg {
  fill: #fff;
  stroke-opacity: 0;
}
.social .icon:hover .front {
  opacity: 0;
}
.social .icon:hover .back {
  opacity: 1;
}
.social .icon .front {
  opacity: 1;
}
.social .icon .back {
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;
  opacity: 0;
}

@-moz-keyframes glowBar {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes glowBar {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glowBar {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes glowBar2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: .5;
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes glowBar2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: .5;
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glowBar2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: .5;
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 700px) {
  .aboutOuter p {
    padding-bottom: 10px;
  }
  .aboutOuter .about {
    font-size: 15px;
    line-height: 1.2em;
  }
  .aboutOuter .about p.indent {
    padding-left: 0px;
    text-align: left;
  }

  .social.desktop i {
    font-size: 18px;
  }
}
/* MAIN
------------------------------------------------------------*/
@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2-Light.ttf");
  font-weight: 400;
}
@font-face {
  font-family: 'Ozone';
  src: url("../fonts/Ozone.ttf");
  font-weight: 200;
}
@font-face {
  font-family: 'Digital';
  src: url("../fonts/digital-7.ttf");
  font-weight: 200;
}
.notransition {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

#waterCanvas {
  width: 100%;
  height: 100%;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab !important;
}
#waterCanvas.visible {
  display: block;
}
#waterCanvas.grab {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing !important;
}

.tag {
  width: 300px;
  text-align: center;
  margin: auto;
  z-index: 100000;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  font-size: 16px;
}
.tag a, .tag a:hover, .tag a:visited {
  color: lightgreen;
}

.error {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 15%;
  min-height: 700px;
}
.error .errorText {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  margin: 0 auto 0 auto;
  font-size: 30px;
  line-height: 1.2em;
}
.error a, .error a:hover, .error a:visited {
  color: lime;
}

* {
  padding: 0px;
  margin: 0px;
}

i h2 {
  font-size: 12px;
  padding-top: 3px;
}

html {
  height: 100%;
  overflow: auto;
  min-height: 650px;
}

body {
  font-family: 'Exo2', sans-serif;
  font: 14px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  font-weight: 200;
  color: white;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  opacity: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.wrapper.live {
  opacity: 1;
}

#mainSVG {
  display: none;
}

.main svg {
  fill: white;
  height: 100px;
  width: 100%;
}

.subnav {
  text-align: center;
}
.subnav .link {
  padding: 10px 20px;
  display: inline-block;
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.subnav .link:hover {
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

#videos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  -moz-transform: translateZ(-1000px);
  -ms-transform: translateZ(-1000px);
  -webkit-transform: translateZ(-1000px);
  transform: translateZ(-1000px);
}
#videos video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#videos video.activeVid {
  opacity: 1;
}

.tint {
  -moz-transform: translateZ(-1000px);
  -ms-transform: translateZ(-1000px);
  -webkit-transform: translateZ(-1000px);
  transform: translateZ(-1000px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0YjRiNCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzVkNzg5MiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MzY3ODYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url(https://s3-us-west-2.amazonaws.com/4real/various/wave1.jpg), url(https://s3-us-west-2.amazonaws.com/4real/various/wave11.jpg);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(180, 180, 180, 0.8)), color-stop(21%, rgba(93, 120, 146, 0.8)), color-stop(68%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(67, 103, 134, 0.8))), url(https://s3-us-west-2.amazonaws.com/4real/various/wave1.jpg), url(https://s3-us-west-2.amazonaws.com/4real/various/wave11.jpg);
  background-image: -moz-linear-gradient(rgba(180, 180, 180, 0.8) 0%, rgba(93, 120, 146, 0.8) 21%, rgba(0, 0, 0, 0.8) 68%, rgba(67, 103, 134, 0.8) 100%), url(https://s3-us-west-2.amazonaws.com/4real/various/wave1.jpg), url(https://s3-us-west-2.amazonaws.com/4real/various/wave11.jpg);
  background-image: -webkit-linear-gradient(rgba(180, 180, 180, 0.8) 0%, rgba(93, 120, 146, 0.8) 21%, rgba(0, 0, 0, 0.8) 68%, rgba(67, 103, 134, 0.8) 100%), url(https://s3-us-west-2.amazonaws.com/4real/various/wave1.jpg), url(https://s3-us-west-2.amazonaws.com/4real/various/wave11.jpg);
  background-image: linear-gradient(rgba(180, 180, 180, 0.8) 0%, rgba(93, 120, 146, 0.8) 21%, rgba(0, 0, 0, 0.8) 68%, rgba(67, 103, 134, 0.8) 100%), url(https://s3-us-west-2.amazonaws.com/4real/various/wave1.jpg), url(https://s3-us-west-2.amazonaws.com/4real/various/wave11.jpg);
}

@media (max-width: 700px) {
  .tint {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0YjRiNCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzVkNzg5MiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MzY3ODYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url(https://s3-us-west-2.amazonaws.com/4real/various/wave1.jpg), url(https://s3-us-west-2.amazonaws.com/4real/various/wave11.jpg);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(180, 180, 180, 0.8)), color-stop(21%, rgba(93, 120, 146, 0.8)), color-stop(68%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(67, 103, 134, 0.8))), url(https://s3-us-west-2.amazonaws.com/4real/various/wave1.jpg), url(https://s3-us-west-2.amazonaws.com/4real/various/wave11.jpg);
    background-image: -moz-linear-gradient(rgba(180, 180, 180, 0.8) 0%, rgba(93, 120, 146, 0.8) 21%, rgba(0, 0, 0, 0.8) 68%, rgba(67, 103, 134, 0.8) 100%), url(https://s3-us-west-2.amazonaws.com/4real/various/wave1.jpg), url(https://s3-us-west-2.amazonaws.com/4real/various/wave11.jpg);
    background-image: -webkit-linear-gradient(rgba(180, 180, 180, 0.8) 0%, rgba(93, 120, 146, 0.8) 21%, rgba(0, 0, 0, 0.8) 68%, rgba(67, 103, 134, 0.8) 100%), url(https://s3-us-west-2.amazonaws.com/4real/various/wave1.jpg), url(https://s3-us-west-2.amazonaws.com/4real/various/wave11.jpg);
    background-image: linear-gradient(rgba(180, 180, 180, 0.8) 0%, rgba(93, 120, 146, 0.8) 21%, rgba(0, 0, 0, 0.8) 68%, rgba(67, 103, 134, 0.8) 100%), url(https://s3-us-west-2.amazonaws.com/4real/various/wave1.jpg), url(https://s3-us-west-2.amazonaws.com/4real/various/wave11.jpg);
  }

  #videos {
    display: none;
  }
}
a, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 80px;
  text-align: center;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
h1 span:hover {
  -moz-animation: colorRainbow 0.7s infinite;
  -webkit-animation: colorRainbow 0.7s infinite;
  animation: colorRainbow 0.7s infinite;
  -moz-transition: font-size 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: font-size 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: font-size 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: font-size 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.siteInfo {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.main {
  display: table;
  width: 100%;
  height: 100%;
}

.vcenter {
  display: table-cell;
  vertical-align: middle;
}

i {
  padding: 0 2px;
}

.mainNav {
  font-family: Raleway, sans-serif;
  text-align: center;
  bottom: 20px;
  position: absolute;
  width: 100%;
}
.mainNav i {
  line-height: 40px;
  font-size: 28px;
  padding: 0 10px;
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-weight: 200;
  cursor: pointer;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;
  position: relative;
}
.mainNav i:hover {
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.smallNav {
  font-family: Raleway, sans-serif;
  position: absolute;
  bottom: 20px;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  line-height: 34px;
  z-index: 10;
}
.smallNav svg {
  height: 40px;
  width: 80px;
}
.smallNav li {
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 0 10px;
  display: inline-block;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;
  position: relative;
}
.smallNav li:hover {
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

canvas {
  position: absolute;
  top: 0px;
  left: 0px;
}

.container {
  width: 100%;
  height: 100%;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

#cube {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: none;
  -moz-perspective: none;
  -ms-perspective: none;
  -o-perspective: none;
  perspective: none;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab !important;
}
#cube.grab {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing !important;
}

.outerFolder {
  position: absolute;
  bottom: 0px;
  height: 60%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-size: 100% auto;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
}

.hidden {
  display: none;
}

.glow {
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

@-moz-keyframes colorRainbow {
  0% {
    color: magenta;
  }
  25% {
    color: cyan;
  }
  50% {
    color: yellow;
  }
  75% {
    color: lime;
  }
}
@-webkit-keyframes colorRainbow {
  0% {
    color: magenta;
  }
  25% {
    color: cyan;
  }
  50% {
    color: yellow;
  }
  75% {
    color: lime;
  }
}
@keyframes colorRainbow {
  0% {
    color: magenta;
  }
  25% {
    color: cyan;
  }
  50% {
    color: yellow;
  }
  75% {
    color: lime;
  }
}
@-moz-keyframes rotateAlot {
  0% {
    -moz-transform: translateZ(-1000px) rotateX(720deg);
    transform: translateZ(-1000px) rotateX(720deg);
    -moz-animation-timing-function: easeinout;
    animation-timing-function: easeinout;
  }
  100% {
    -moz-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    -moz-animation-timing-function: easeout;
    animation-timing-function: easeout;
  }
}
@-webkit-keyframes rotateAlot {
  0% {
    -webkit-transform: translateZ(-1000px) rotateX(720deg);
    transform: translateZ(-1000px) rotateX(720deg);
    -webkit-animation-timing-function: easeinout;
    animation-timing-function: easeinout;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    -webkit-animation-timing-function: easeout;
    animation-timing-function: easeout;
  }
}
@keyframes rotateAlot {
  0% {
    -moz-transform: translateZ(-1000px) rotateX(720deg);
    -webkit-transform: translateZ(-1000px) rotateX(720deg);
    transform: translateZ(-1000px) rotateX(720deg);
    -moz-animation-timing-function: easeinout;
    -webkit-animation-timing-function: easeinout;
    animation-timing-function: easeinout;
  }
  100% {
    -moz-transform: translateZ(0px) rotateY(0deg);
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    -moz-animation-timing-function: easeout;
    -webkit-animation-timing-function: easeout;
    animation-timing-function: easeout;
  }
}
@-moz-keyframes fly-in {
  0% {
    -moz-transform: translateZ(-10000px);
    transform: translateZ(-10000px);
  }
  100% {
    -moz-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@-webkit-keyframes fly-in {
  0% {
    -webkit-transform: translateZ(-10000px);
    transform: translateZ(-10000px);
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@keyframes fly-in {
  0% {
    -moz-transform: translateZ(-10000px);
    -webkit-transform: translateZ(-10000px);
    transform: translateZ(-10000px);
  }
  100% {
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@-moz-keyframes fade-in-out-0 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-out-0 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-0 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes flash-in {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  3% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
  6% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flash-in {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  3% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
  6% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash-in {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  3% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
  6% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 730px) {
  html {
    height: 100%;
    min-height: 520px;
  }

  body {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }

  .error {
    padding: 0 2.5%;
  }
  .error .errorText {
    display: block;
    width: 100%;
    margin-top: 60px;
    font-size: 20px;
  }
  .error .errorText iframe {
    width: 100%;
    height: 200px;
  }

  glass {
    overflow: hidden;
  }

  .main {
    margin-top: -40px;
  }
  .main svg {
    fill: white;
    height: 60px;
  }

  h1 {
    font-size: 80px;
    line-height: 1em;
  }

  .smallNav {
    font-size: 1.7em;
  }

  .mainNav i {
    font-size: 1.7em;
  }

  video {
    display: none !important;
  }

  #videos {
    background-size: cover;
    background-position: center;
    background-image: url(https://s3-us-west-2.amazonaws.com/4real/various/wave1.jpg), url(https://s3-us-west-2.amazonaws.com/4real/various/wave11.jpg);
  }
}
