@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400);
@import url(../../bower_components/animate.css/animate.css);
@import url(https://fonts.googleapis.com/css?family=Dosis:200,600);
.visible-xs-h {
  display: none !important; }

@media (max-width: 767px) and (orientation: landscape) {
  .visible-xs-h {
    display: block !important; } }

@media (max-width: 767px) and (orientation: landscape) {
  .hidden-xs-h {
    display: none !important; } }

@media (max-width: 459px) {
  .hidden-xs-v {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-xs-sm {
    display: none !important; } }

@keyframes aag-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes aag-gradient-bg {
  to {
    background-image: linear-gradient(to bottom right, #7a7acc, #7b0f0f); } }
@keyframes logo-lg-anim {
  70% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7; }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7; } }
@keyframes aag-scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(46px); } }
.blur-anim-start {
  animation: blur-anim-start 2s forwards; }

@keyframes blur-anim-start {
  to {
    filter: blur(12px); } }
.blur-anim-end {
  animation: blur-anim-end 2s forwards; }

@keyframes blur-anim-end {
  from {
    filter: blur(12px); }
  to {
    filter: blur(0px); } }
#section-1 .video_bg_wrapper {
  height: 100%;
  display: flex;
  animation: aag-gradient-bg 2s forwards, aag-fade-in 2s forwards; }
  @media (min-width: 992px) {
    #section-1 .video_bg_wrapper {
      transform: initial;
      display: block; } }
  #section-1 .video_bg_wrapper #video {
    opacity: 0.2; }
    #section-1 .video_bg_wrapper #video:before {
      background-color: #fff; }
#section-1 #aag-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  height: 300px;
  width: 300px;
  transform: translate(-50%, -50%) scale(0.7);
  animation: logo-lg-anim 7.5s 1s forwards; }
#section-1 #icon-scroll, #section-1 #icon-scroll:before {
  position: absolute;
  left: 50%; }
#section-1 #icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -15px;
  bottom: 8%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px; }
#section-1 #icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation: aag-scroll 1.5s infinite forwards; }

/* General Demo Style */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  height: 100%; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

body {
  font-family: 'Dosis', Calibri, Arial, sans-serif;
  color: #fff;
  background: #000; }

a {
  color: #f0f0f0;
  text-decoration: none; }

a:hover {
  color: #fff; }

/* Header Style */
.codrops-top {
  text-transform: uppercase;
  position: relative;
  z-index: 1000;
  font-size: 0.68em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 2.2; }

.codrops-top a {
  padding: 0 1em;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.2);
  display: inline-block; }

.codrops-top a:hover {
  color: rgba(255, 255, 255, 0.9); }

.codrops-top span.right {
  float: right; }

.codrops-top span.right a {
  float: left;
  display: block; }

.os-phrases h2 {
  font-family: 'Dosis', 'Lato', sans-serif;
  font-size: 70px;
  font-weight: 200;
  width: 100%;
  overflow: hidden;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 14px;
  text-align: center;
  opacity: 0; }

.os-phrases h2,
.os-phrases h2 > span {
  height: 100%;
  /* Centering with flexbox */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.os-phrases h2 > span {
  margin: 0 15px; }

.os-phrases h2 > span > span {
  display: inline-block;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.os-phrases h2 > span > span > span {
  display: inline-block;
  color: rgba(0, 0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: OpeningSequence 5.2s linear forwards;
  -moz-animation: OpeningSequence 5.2s linear forwards;
  animation: OpeningSequence 5.2s linear forwards; }

.os-phrases h2:nth-child(2) > span > span > span {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-delay: 5s; }

.os-phrases h2:nth-child(3) > span > span > span {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  animation-delay: 10s; }

.os-phrases h2:nth-child(4) > span > span > span {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  animation-delay: 15s; }

.os-phrases h2:nth-child(5) > span > span > span {
  font-size: 150px;
  -webkit-animation-delay: 21s;
  -moz-animation-delay: 21s;
  animation-delay: 21s;
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  animation-duration: 8s; }

.os-phrases h2:nth-child(6) > span > span > span {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  animation-delay: 30s; }

.os-phrases h2:nth-child(7) > span > span > span {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s; }

@-webkit-keyframes OpeningSequence {
  0% {
    text-shadow: 0 0 50px #fff;
    letter-spacing: 80px;
    opacity: 0;
    -webkit-transform: rotateY(-90deg); }
  50% {
    text-shadow: 0 0 1px #fff;
    letter-spacing: 14px;
    opacity: 0.8;
    -webkit-transform: rotateY(0deg); }
  85% {
    text-shadow: 0 0 1px #fff;
    opacity: 0.8;
    -webkit-transform: rotateY(0deg) translateZ(100px); }
  100% {
    text-shadow: 0 0 10px #fff;
    opacity: 0;
    -webkit-transform: translateZ(130px);
    pointer-events: none; } }
@-moz-keyframes OpeningSequence {
  0% {
    text-shadow: 0 0 50px #fff;
    letter-spacing: 80px;
    opacity: 0.2;
    -moz-transform: rotateY(-90deg); }
  50% {
    text-shadow: 0 0 1px #fff;
    letter-spacing: 14px;
    opacity: 0.8;
    -moz-transform: rotateY(0deg); }
  85% {
    text-shadow: 0 0 1px #fff;
    opacity: 0.8;
    -moz-transform: rotateY(0deg) translateZ(100px); }
  100% {
    text-shadow: 0 0 10px #fff;
    opacity: 0;
    -moz-transform: translateZ(130px);
    pointer-events: none; } }
@keyframes OpeningSequence {
  0% {
    text-shadow: 0 0 50px #fff;
    letter-spacing: 80px;
    opacity: 0.2;
    transform: rotateY(-90deg); }
  50% {
    text-shadow: 0 0 1px #fff;
    letter-spacing: 14px;
    opacity: 0.8;
    transform: rotateY(0deg); }
  85% {
    text-shadow: 0 0 1px #fff;
    opacity: 0.8;
    transform: rotateY(0deg) translateZ(100px); }
  100% {
    text-shadow: 0 0 10px #fff;
    opacity: 0;
    transform: translateZ(130px);
    pointer-events: none; } }
.os-phrases h2:nth-child(1) > span > span > span {
  font-size: 30px;
  -webkit-animation: FadeIn 4s linear 4s forwards;
  -moz-animation: FadeIn 4s linear 4s forwards;
  animation: FadeIn 4s linear 4s forwards; }

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
    text-shadow: 0 0 50px #fff; }
  100% {
    opacity: 0.8;
    text-shadow: 0 0 1px #fff; } }
@-moz-keyframes FadeIn {
  0% {
    opacity: 0;
    text-shadow: 0 0 50px #fff; }
  100% {
    opacity: 0.8;
    text-shadow: 0 0 1px #fff; } }
@keyframes FadeIn {
  0% {
    opacity: 0;
    text-shadow: 0 0 50px #fff; }
  100% {
    opacity: 0.8;
    text-shadow: 0 0 1px #fff; } }
/* Bold words */
.os-phrases h2:first-child .word3,
.os-phrases h2:nth-child(2) .word2,
.os-phrases h2:nth-child(4) .word2 {
  font-weight: 600; }

/*# sourceMappingURL=styles2.css.map */
