html,body{
    height:100%;
}
@font-face {
    font-family: Dosis;
    font-weight: normal;
    src: url('Dosis-Medium.otf');
}
@font-face {
    font-family: Dosis;
    font-weight: 200;
    src: url('Dosis-Light.otf');
}

body{
    background-color: #2A2A2A;
    font-family: Dosis;
    color:#fff;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
img{
    max-width:100%;
}

.right{
    float: right;
}

/* BACKGROUND */
div.bg,#splash{
    position: fixed;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    transition: all .5s ease;
}
#splash{
    z-index:0;
    background-color:#2A2A2A;
    opacity: 1;
    transition: all 0s ease 0s;
}
body.nav div.bg{
-webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  opacity:0.9;
}

/* LOGO */
div.logo{
    position: absolute;
    left: 10%;
    right: 10%;
    bottom:30%;
    z-index:10;
    opacity:0;
    transition: all 1.5s ease;
}
div.logo img{
    display: block;
    margin: 0 auto;
    width:60%;
    transition: all .5s cubic-bezier(.48,-0.51,.56,1.47);
}
body[data-uri="index"] div.logo{
    opacity:0;
}
body[data-uri="home"] div.logo{
    opacity:1;
}
body[data-uri="home"] div.logo img{
    width:80%;
}
body.nav div.logo{
    opacity:0.3;
}
body.nav div.logo img{
    transition: all .5s ease;
    -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

/* DOWNLOAD */
div.footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
    text-align: center;
}
body.nav div.container.active{opacity:0.2 !important;
-webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.btn-group, *:not(.btn-group)>.btn{
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    display: inline-block;
    border: 1px solid rgba(256,256,256,0.7);
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
}
.btn{
    height: 40px;
    padding: 20px;
    font-size: 18px;
    line-height: 40px;
    color:inherit;
    text-decoration: none;
}
.btn-group .btn + .btn{
    border-left: 1px solid rgba(256,256,256,0.7);
}
.btn:hover{
    background:#fff;
    color:#000;
}

/* navigation button */
#navBtn,
#navBtn .stripe{
    transition: all .5s ease;
}
#navBtn{
    position: absolute;
    top: 30px;
    left: 30px;
    background:none;
    border:0;
    padding:0;
    position: relative;
    z-index:12;
}
#navBtn .stripe{
    border-radius: 3px;
    background:#fff;
    width: 70px;
    height: 12px;
    display: block;
    margin-bottom: 7px;
    position: relative;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
body.nav #navBtn .stripe:nth-child(2){
    opacity:0;
}
body.nav #navBtn .stripe:nth-child(1){
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    top: 18px;
}
body.nav #navBtn .stripe:nth-child(3){
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    bottom: 18px;
}

/* NAVIGATION */
.nav-outer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:10;
    /*background: rgba(0,0,0,0.5);*/
}
body.nav .nav-outer{
    z-index:11;
}

.nav-outer nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-outer ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.nav-outer ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
}

.nav-outer ul li a {
    /*background: rgba(0, 0, 0, 0.8);*/
    /*padding: 20px 0;
    margin: 10px 0;*/
    font-weight: 300;
    display: block;
    color: white;
  text-decoration:none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  text-transform:uppercase;
}

.nav-outer ul li a:hover,
.nav-outer ul li a:focus,
.nav-outer ul li a:active
 {
    color: #FFE600;
}

.nav-outer-hugeinc{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

body.nav .nav-outer-hugeinc{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.nav-outer-hugeinc nav {
    -moz-perspective: 300px;
    -webkit-perspective: 300px; /* Chrome, Safari, Opera */
    perspective: 300px;
}

.nav-outer-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

body.nav .nav-outer-hugeinc nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

body:not(.nav) .nav-outer-hugeinc nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}



/* STRIPES */
#stripes{
    position: absolute;
    z-index:-100;
    opacity:1;
    /*z-index:100;*/
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    height:100%;
    overflow: hidden;
}
#stripes.top{
    z-index:100;
}
#stripes .stripe{
    height:2%;
    width:100%;
    position: relative;
    background: #000;
    transition: all .3s ease;
}
#stripes .stripe:nth-child(2n){left: -100%;background-color: rgba(0,0,0,0.8)}
#stripes .stripe:nth-child(2n+1){right: -100%;}
#stripes.active .stripe:nth-child(2n){left: -0%;}
#stripes.active .stripe:nth-child(2n+1){right: -0%;}


/* GLOBAL PAGES */
.container{
    display: none;
    position: absolute;
    overflow-y:scroll;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    padding: 60px 0;
    /*zoom: 0.7;*/
}
.container.active{
    /*zoom: 1;*/
    animation-duration: .5s;
    transition-timing-function: cubic-bezier(.5,-0.5,.5,1.5);
    /*animation-fill-mode: both;*/
    animation-name: pc;
    display: block;
}
.content{
    position: relative;
    z-index:1;
    font-size:36px;
    margin: 0 auto;
    width:80%;
    max-width: 600px;
}
.content.center{
    position: absolute;
    top: 20%;
    bottom:20%;
    left: 0;
    right: 0;
}
.content p{
    text-transform: uppercase;
    text-align: center;
}
.content.center.lines3 p{
    height: calc(100% / 3);
    margin:0;
}
.content.center.lines6 p{
    height: calc(100% / 6);
    margin:0;
}
.content.center.lines7 p{
    height: calc(100% / 7);
    margin:0;
}
.content p a{
    color:#fff;
    text-transform: none;
}
.container:not(#homeContainer) .bg{
    opacity:0.2;
}


/* NEWSLETTER */
.content .newsletter-form{
    background:rgba(0, 0, 0, 0.5);
    border: 3px solid #FFE600;
    text-align: left;
    position: relative;
    padding: 6px 14px;
}
.content .newsletter-form input{
    background:none;
    border:0;
    display: block;
    width:100%;
    color:#fff;
}
.content .newsletter-form button{
    background: none;
    color:#fff;
    cursor: pointer;
    border:0;
    position: absolute;
    right: 10px;
    top: 8px;
}


.social a{color:#fff;text-decoration:none;padding: 6px;opacity:0.7;}
.social a:hover{opacity:1}
.social i{font-size:24px;}



@keyframes pc{
    0%{
        display: block;
        opacity:0.2;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
    100%{
        opacity:1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
