* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 0;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


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

body {
    font-family: "Matter", Helvetica, Arial, sans-serif;
    background: #6aa9ea;
    color: #ffffff;
}

a {
    color: #999999;
}

.wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: -webkit-grab;
    background: #7bbafb;
    background: -webkit-linear-gradient(top, #7bbafb, #006ada);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #7bbafb, #006ada);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #7bbafb, #006ada);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #7bbafb, #006ada);
    /* Standard syntax */
}

.icon {
    width: 55px;
    height: 55px;
    display: inline-block !important;
    position: relative;
    top: 13px;
    left: -10px;
}

.arrowLeft {
    width: 25px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%) scale(1, 1);
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -o-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: all .1s linear 0s;
    -moz-transition: all .1s linear 0s;
    -ms-transition: all .1s linear 0s;
    -o-transition: all .1s linear 0s;
    transition: all .1s linear 0s;
}

.arrowRight {
    width: 25px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(1, 1);
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -o-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: all .1s linear 0s;
    -moz-transition: all .1s linear 0s;
    -ms-transition: all .1s linear 0s;
    -o-transition: all .1s linear 0s;
    transition: all .1s linear 0s;
}

.arrowLeft.pressed {
    -webkit-transform: translate(-5px, -50%) scale(1, 1);
    -moz-transform: translate(-5px, -50%) scale(1, 1);
    -ms-transform: translate(-5px, -50%) scale(1, 1);
    -o-transform: translate(-5px, -50%) scale(1, 1);
    transform: translate(-5px, -50%) scale(1, 1);
}

.arrowRight.pressed {
    -webkit-transform: translate(5px, -50%) scale(1, 1);
    -moz-transform: translate(5px, -50%) scale(1, 1);
    -ms-transform: translate(5px, -50%) scale(1, 1);
    -o-transform: translate(5px, -50%) scale(1, 1);
    transform: translate(5px, -50%) scale(1, 1);
}



/* slide */
.slide {
    display: table;
    height: 100%;
    width: 100%;
}

.slide li {
    width: 100%;
    height: 100%;
    position: fixed;
    display: table;
    cursor: -webkit-grab;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.slide li:active {
    cursor: -webkit-grabbing;
}


.lense {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);

}


.slide li.slide2 .lense {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    z-index: 2;
    bottom: 320px;
    margin: 0 0 0 20px;
}


.showLense {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-animation: bouncy .6s .5s forwards;
    -moz-animation: bouncy .6s .5s forwards;
    -o-animation: bouncy .6s .5s forwards;
    animation: bouncy .6s .5s forwards;
}

.slide li.slide1 .img {
    width: auto;
    height: 560px;
    position: absolute;
    top: 50%;
    right: -280px;
    margin: -27px 0 0 0;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transition: all .3s cubic-bezier(.6, .1, .2, 1) 0s;
    -moz-transition: all .3s cubic-bezier(.6, .1, .2, 1) 0s;
    -ms-transition: all .3s cubic-bezier(.6, .1, .2, 1) 0s;
    -o-transition: all .3s cubic-bezier(.6, .1, .2, 1) 0s;
    transition: all .3s cubic-bezier(.6, .1, .2, 1) 0s;
}


.slide li.slide3 .lense {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    z-index: 2;
    bottom: 160px;
    margin: 0 0 0 -360px;
}


.slide li.slide4 .lense {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    z-index: 2;
    bottom: 160px;
    margin: 0 0 0 -500px;
}


.slide li.slide2 .img,
.slide li.slide3 .img,
.slide li.slide4 .img,
.slide li.slide5 .img {
    max-height: 560px;
    height: 100%;
    display: block;
    margin: 0 auto 0 auto;
    -webkit-transition: all .3s cubic-bezier(.6, .1, .2, 1) 0s;
    -moz-transition: all .3s cubic-bezier(.6, .1, .2, 1) 0s;
    -ms-transition: all .3s cubic-bezier(.6, .1, .2, 1) 0s;
    -o-transition: all .3s cubic-bezier(.6, .1, .2, 1) 0s;
    transition: all .3s cubic-bezier(.6, .1, .2, 1) 0s;
}

.slide li.slide5 .img {
    position: relative;
    left: -78px;
    z-index: -2;
}


/* caption */

.caption {
    overflow: hidden;
    z-index: 200;
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 60px 0;
}

.caption1 {
    max-width: 440px;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    padding: 30px 0 30px 0;
    margin: 0 0 0 -245px;
    position: absolute;
    display: block;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.caption1 .logoBrowser {
    display: block;
    margin: 0 auto 0 auto;
}

.caption2,
.caption3,
.caption4,
.caption5 {
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 30px 0 0 0;
}

.caption .title {
    max-width: 800px;
    width: 100%;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.3em;
    display: block;
    color: #333;
    text-align: center;
    margin: 0 auto 0 auto;
}

.caption .description {
    max-width: 800px;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3em;
    text-transform: none;
    padding: 25px 0 55px 0;
    display: block;
    text-align: center;
    margin: 0 auto 0 auto;
}


/* logos */
.logos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.logos img {
    position: absolute;
}

.logo-word {
    width: 200px;
    height: 200px;
    left: -10px;
    bottom: 120px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}


.logo-spotify {
    width: 150px;
    height: 150px;
    left: 200px;
    bottom: 80px;
}

.logo-pinterest {
    width: 160px;
    height: 160px;
    left: 300px;
    bottom: 160px;
}

.logo-pocket {
    width: 180px;
    height: 180px;
    right: 300px;
    bottom: 200px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.logo-netflix {
    width: 200px;
    height: 200px;
    right: 150px;
    bottom: 290px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

.logo-aolmail {
    width: 250px;
    height: 250px;
    right: 50px;
    bottom: 390px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.logo-evernote {
    width: 200px;
    height: 200px;
    right: -20px;
    bottom: 160px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

button {
    display: block;
    margin: 30px auto 0 auto;
    padding: 14px 25px 13px 25px;
    background-color: #ffffff;
    color: #006ada;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    cursor: pointer;
}

button:hover {
    color: #ffffff;
    background: #000000;
}

button.pressed {
    opacity: .7;
}


/* nav */

.nav {
    width: 100%;
    height: 60px;
    display: block;
    position: absolute;
    list-style-type: none;
    bottom: 0px;
    left: 50%;
    padding: 15px 0 0 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    overflow: hidden;
    cursor: default;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
    background: #006ada;
}

.nav li {
    display: inline-block;
    color: #ffffff;
    margin: 4px 0 0 0;
    padding: 8px 0 5px 0;
    font-size: 46px;
    line-height: 8px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.nav li:after {
    content: "\2022";
}



/* bouncy */
@-webkit-keyframes bouncy {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        -webkit-transform: scale3d(0, 0, 0) translateX(-50%);
        transform: scale3d(0, 0, 0) translateX(-50%);
        -ms-transform: scale3d(0, 0, 0) translateX(-50%);
    }

    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2) translateX(-50%);
        transform: scale3d(1.2, 1.2, 1.2) translateX(-50%);
        -ms-transform: scale3d(1.2, 1.2, 1.2) translateX(-50%);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1) translateX(-50%);
        transform: scale3d(1, 1, 1) translateX(-50%);
        -ms-transform: scale3d(1, 1, 1) translateX(-50%);
    }
}

@keyframes bouncy {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        -webkit-transform: scale3d(0, 0, 0) translateX(-50%);
        transform: scale3d(0, 0, 0) translateX(-50%);
        -ms-transform: scale3d(0, 0, 0) translateX(-50%);
    }

    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2) translateX(-50%);
        transform: scale3d(1.2, 1.2, 1.2) translateX(-50%);
        -ms-transform: scale3d(1.2, 1.2, 1.2) translateX(-50%);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1) translateX(-50%);
        transform: scale3d(1, 1, 1) translateX(-50%);
        -ms-transform: scale3d(1, 1, 1) translateX(-50%);
    }
}

/* spring */
@-webkit-keyframes bouncy {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        -webkit-transform: scale3d(0, 0, 0) translateX(-50%);
        transform: scale3d(0, 0, 0) translateX(-50%);
        -ms-transform: scale3d(0, 0, 0) translateX(-50%);
    }

    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2) translateX(-50%);
        transform: scale3d(1.2, 1.2, 1.2) translateX(-50%);
        -ms-transform: scale3d(1.2, 1.2, 1.2) translateX(-50%);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1) translateX(-50%);
        transform: scale3d(1, 1, 1) translateX(-50%);
        -ms-transform: scale3d(1, 1, 1) translateX(-50%);
    }
}

@keyframes bouncy {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
    }

    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
        -ms-transform: scale3d(1.2, 1.2, 1.2);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
    }
}

@media screen and (max-width: 1024px) {

    body,
    html,
    .slide,
    .slide li {
        width: 1024px;
    }

}

@media screen and (max-height: 750px) {
    .slide li.slide1 .img {
        height: 460px;
        right: -140px;
    }

    .slide li.slide2 .lense {
        width: 300px;
        height: 300px;
        bottom: 290px;
        margin: 0 0 0 30px;
    }

    .slide li.slide3 .lense {
        width: 300px;
        height: 300px;
        bottom: 150px;
        margin: 0 0 0 -230px;
    }

    .slide li.slide4 .lense {
        width: 300px;
        height: 300px;
        bottom: 130px;
        margin: 0 0 0 -420px;
    }

    .slide li.slide2 .img,
    .slide li.slide3 .img,
    .slide li.slide4 .img,
    .slide li.slide5 .img {
        max-height: 460px;
        height: 100%;
        display: block;
        margin: 0 auto 0 auto;
    }


    .logos {
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -ms-transform: scale(.85);
        -o-transform: scale(.85);
        transform: scale(.85);
    }
}

@media screen and (max-height: 650px) {

    .slide li.slide2 .lense {
        width: 250px;
        height: 250px;
        bottom: 220px;
        margin: 0 0 0 100px;
    }

    .slide li.slide3 .lense {
        width: 250px;
        height: 250px;
        bottom: 110px;
        margin: 0 0 0 -190px;
    }

    .slide li.slide4 .lense {
        width: 250px;
        height: 250px;
        bottom: 110px;
        margin: 0 0 0 -320px;
    }

    .slide li.slide2 .img,
    .slide li.slide3 .img,
    .slide li.slide4 .img,
    .slide li.slide5 .img {
        max-height: 360px;
        height: 100%;
        display: block;
        margin: 0 auto 0 auto;
    }
}