﻿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;
    font-family: 'Montserrat', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    /*min-width: 1280px;*/
}

ol, ul {
    list-style: none;
}

.delivery p, .zoomer p, .start p, .whyzoom p, .about1 p, .zoom-team p, .toc p, .toc li {
    font-family: 'lato', sans-serif;
}

/*@font-face {
    font-family: 'olivier';
    src: url(/font/olivier_demo.ttf);
}*/

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

footer {
    background: url('/img/long-bar.png') repeat-y;
    background: -webkit-gradient(linear, left top, right top, from(#00c4c7), to(#5b4fe8));
    background: -webkit-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -moz-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -ms-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -o-linear-gradient(left, #5b4fe8, #00c4c7);
    width: 100%;
    color: white;
    font-size: 10px;
}

    footer a {
        color: white;
    }

    footer > div {
        padding: 20px;
    }

    footer span.infinity {
        width: 100px;
        height: 35px;
        display: inline-block;
        background: url(/img/infinity1.png) no-repeat;
        background-size: contain;
    }

    footer .dev {
        text-align: center;
    }

        footer .dev div {
            margin-bottom: 10px;
            line-height: 2.4vh;
        }

        footer .dev > div > div .middle {
            height: 45px;
            display: inline-block;
            vertical-align: middle;
        }

.nav-wrapper .menu-button1 {
    display: none;
}

#nav1 a {
    color: white;
}

#nav1 {
    background-color: black;
    opacity: 0.95;
    height: 100%;
    overflow: hidden;
    z-index: 999;
    color: white;
}

.block-center {
    margin: 0 auto;
    display: block;
}

nav {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,196,199,0.75)), to(rgba(91,79,232,0.75)));
    background: -webkit-linear-gradient(left, rgba(91,79,232,0.75), rgba(0,196,199,0.75));
    background: -moz-linear-gradient(left, rgba(91,79,232,0.75), rgba(0,196,199,0.75));
    background: -ms-linear-gradient(left, rgba(91,79,232,0.75), rgba(0,196,199,0.75));
    background: -o-linear-gradient(left, rgba(91,79,232,0.75), rgba(0,196,199,0.75));
    height: 80px;
    width: 100%;
    z-index: 10;
    position: fixed;
}


.nav-wrapper .register {
    background: url(/img/register-button.png) no-repeat center;
    background-size: contain;
    height: 40px;
    width: 180px;
    display: inline-block;
}

.nav-wrapper .menu-button {
    background: url(/img/menu-button.png) no-repeat left;
    background-size: contain;
    padding-left: 35px;
    margin-left: 15px;
}


.full {
    width: 100%;
    height: 100%;
}



.logo {
    background: url(/img/logo.png) no-repeat center;
    height: 60px;
    background-size: contain;
    width: 200px;
    display: inline-block;
}


.signup {
    /*content: url(/img/signup-button.png);
    padding-top: 20px;*/
}

.signupsend {
    content: url(/img/signup.png);
}

.whiteregister, .whiteregister img {
    content: url(/img/register-white-button.png);
    display: inline-block;
    height: 60px;
}

.submit {
    content: url(/img/submit-button.png);
}

.button-collapse {
    margin-top: 28px;
}

nav .button-collapse i {
    font-size: 14px;
}


nav .logo a::before {
    content: "";
    display: block;
    width: 0;
    height: 150px;
}

.side-nav {
    display: table;
    height: 100vh;
}

    .side-nav > div {
        display: table-row;
    }

        .side-nav > div > div {
            display: table-cell;
            vertical-align: middle;
        }

    .side-nav .icon-close > div {
        background: url(/img/close-button.png) no-repeat;
        height: 50px;
        margin: 0 10%;
    }

    .side-nav > div > div img {
        height: 50px;
    }


    .side-nav .regtext > div {
        background-color: #5b4fe8;
        text-align: center;
        /*margin: 0 10%;*/
    }


    .side-nav a {
        display: block;
        height: 8vh;
        line-height: 8vh;
        padding: 0 10%;
        font-weight: 400;
        letter-spacing: 0.08em;
    }

        .side-nav a.l2 {
            line-height: 3.5vh;
            padding-top: 0.5vh;
        }

    .side-nav li:hover {
        background-color: #00c4c7;
        cursor: pointer;
    }

.mobile {
    display: none;
}
/*.side-nav a {
height: 40px;
font-size: 25px;
}

.side-nav .registertext {
background-color: #5b4fe8;
width: 90%;
margin: 20px;
display: block;
text-align: center;
padding-bottom: 20px;
}

.side-nav li {
padding: 10px 10px 10px 0px;
font-size: 25px;
}

.side-nav li:hover {
background-color: #00c4c7;
cursor: pointer;
}*/


.video-container div:nth-child(1) {
    z-index: 1;
    opacity: 0;
    border: 3px solid rgba(255,255,255,.1);
    -webkit-animation: wave1 3s linear infinite;
    -moz-animation: wave1 3s linear infinite;
    animation: wave1 3s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-container div:nth-child(2) {
    z-index: 2;
    opacity: 0;
    border: 1px solid rgba(255,255,255,0);
    -webkit-animation: wave2 3s linear infinite;
    -moz-animation: wave2 3s linear infinite;
    animation: wave2 3s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    -moz-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes wave1 {
    0% {
        -webkit-transform: scale(.1);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.3);
        opacity: 0.1;
    }

    60% {
        -webkit-transform: scale(.5);
        opacity: .2;
    }

    70% {
        -webkit-transform: scale(.7);
        opacity: .35;
    }

    80% {
        -webkit-transform: scale(.9);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes wave1 {
    0% {
        -moz-transform: scale(.1);
        opacity: 0;
    }

    50% {
        -moz-transform: scale(.3);
        opacity: 0.1;
    }

    60% {
        -moz-transform: scale(.5);
        opacity: .2;
    }

    70% {
        -moz-transform: scale(.7);
        opacity: .35;
    }

    80% {
        -moz-transform: scale(.9);
        opacity: .2;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@keyframes wave1 {
    0% {
        transform: scale(.1);
        opacity: 0;
    }

    50% {
        transform: scale(.3);
        opacity: 0.1;
    }

    60% {
        transform: scale(.5);
        opacity: .1;
    }

    70% {
        transform: scale(.7);
        opacity: .25;
    }

    80% {
        transform: scale(.9);
        opacity: .1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes wave2 {
    0% {
        -webkit-transform: scale(.4);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.5);
        opacity: .05;
    }

    50% {
        -webkit-transform: scale(.6);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(.7);
        opacity: .3;
    }

    80% {
        -webkit-transform: scale(.8);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(.9);
        opacity: 0;
    }
}

@-moz-keyframes wave2 {
    0% {
        -moz-transform: scale(.4);
        opacity: 0;
    }

    40% {
        -moz-transform: scale(.5);
        opacity: .05;
    }

    50% {
        -moz-transform: scale(.6);
        opacity: .1;
    }

    60% {
        -moz-transform: scale(.7);
        opacity: .3;
    }

    80% {
        -moz-transform: scale(.8);
        opacity: .1;
    }

    100% {
        -moz-transform: scale(.9);
        opacity: 0;
    }
}

@keyframes wave2 {
    0% {
        transform: scale(.4);
        opacity: 0;
    }

    40% {
        transform: scale(.5);
        opacity: .05;
    }

    50% {
        transform: scale(.6);
        opacity: .1;
    }

    60% {
        transform: scale(.7);
        opacity: .3;
    }

    80% {
        transform: scale(.8);
        opacity: .1;
    }

    100% {
        transform: scale(.9);
        opacity: 0;
    }
}

.carousel {
    width: 100%;
    height: 100vh;
}

    .carousel .home1 h2 {
        font-size: 47px;
        font-weight: 700;
    }

    .carousel .home2 h2, .carousel .home3 h2 {
        font-size: 62px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

    .carousel .home1 p, .carousel .home3 p {
        font-size: 24px;
        margin-top: 1em;
        margin-bottom: 40px;
    }

    .carousel .home2 p {
        font-size: 24px;
        margin-top: 1em;
        margin-bottom: 40px;
    }

    .carousel .customer1 h2, .carousel .customer2 h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        margin-top: 0;
        font-size: 91px;
        margin-bottom: 0.3em;
    }

    .carousel .customer1 p, .carousel .customer2 p {
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 1.5em;
    }

    .carousel .customer1 .left, .carousel .customer2 .left {
        top: 34%;
    }

    .carousel .app1 h2 {
        font-size: 80px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: black;
    }

    .carousel div.content {
        background-size: cover;
    }

        .carousel div.content > div {
            position: relative;
            height: 100vh;
            background-color: rgba(0,0,0,0.1);
        }

            .carousel div.content > div .left {
                width: 70%;
                position: absolute;
                left: 5%;
                bottom: 30%;
                z-index: 2;
            }

    .carousel .app1 .left {
        top: 28%;
    }

    /*.carousel .home1 .left {
        top: 32%;
    }

    .carousel .home3 .left {
        top: 25%;
    }

    .carousel .home2 .left {
        top: 30%;
    }*/


    .carousel .bold {
        font-size: 40px;
        font-weight: 700;
    }

    .carousel .video-container {
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 0;
    }

.video-container div {
    position: absolute;
    width: 40vh;
    height: 40vh;
    right: 10vw;
    bottom: 25vh;
}

    .video-container div:nth-child(3) {
        box-shadow: inset 0 0 50px #fff, inset 20px 0 80px #fff, inset -20px 0 80px #fff, inset 20px 0 300px #fff, inset -20px 0 300px #fff, 0 0 50px #fff, -10px 0 80px #fff, 10px 0 80px #fff;
        border-radius: 50%;
    }

    .video-container div:nth-child(4) {
        background: url(/img/letourwheels.png) no-repeat center top;
        background-size: contain;
    }

ul.slick-dots li a {
    background: rgba(235,235,235,.5) none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0,0,0,.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}

ul.slick-dots li.slick-active a {
    background: rgba(255,255,255,.9) none repeat scroll 0 0;
    cursor: default;
}

em {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.gplay {
    content: url(/img/googleplay-black.png);
    height: 50px;
}

.astore {
    content: url(/img/applestore-black.png);
    height: 50px;
}

.gplaywhite {
    content: url(/img/googleplay-white.png);
    height: 50px;
}

.astorewhite {
    content: url(/img/applestore-white.png);
    height: 50px;
}

.delivery {
    text-align: center;
}

    .delivery .tab {
        display: table;
        width: 100%;
    }

        .delivery .tab .ipad img {
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            width: 100%;
        }

    .delivery .space {
        height: 0;
        margin: 20px 0;
        display: block;
        border: 0;
    }

    .delivery .tab > div {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }

    .delivery h2 {
        color: #5b4fe8;
        font-size: 45px;
        font-weight: 700;
        text-align: left;
        padding-left: 5vw;
    }

    .delivery h3 {
        color: #00c4c7;
        font-weight: 400;
        font-family: 'lato';
        margin-bottom: 2em;
        font-size: 20px;
        text-align: left;
        padding-left: 5vw;
    }


    .delivery .input {
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }

        .delivery .input p {
            width: 500px;
            text-align: right;
            margin-top: 0.4em;
            display: inline-block;
        }

input[type=text] {
    text-overflow: ellipsis;
}

.delivery input[type=text] {
    height: 60px;
    color: white;
    border: none;
}

.delivery ::-webkit-input-placeholder {
    color: white;
}

.delivery :-moz-placeholder {
    color: white;
}

.delivery ::-moz-placeholder {
    color: white;
}

.delivery :-ms-input-placeholder {
    color: white;
}


.delivery .input > div {
    border-radius: 16px 0 0 16px;
    width: calc(100% - 20px);
    min-width: 300px;
    height: 62px;
    margin: 20px 0 0 20px;
}


    .delivery .input > div.input-field {
        background: -webkit-gradient(linear, left top, right top, from(#00c4c7), to(#5b4fe8));
        background: -webkit-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -moz-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -ms-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -o-linear-gradient(left, #5b4fe8, #00c4c7);
        display: inline-block;
    }

        .delivery .input > div.input-field:first-child {
            margin-top: 0;
        }

    .delivery .input > div:not(.input-field) {
        background-color: lightgray;
        display: inline-block;
    }

.delivery .input div:not(.input-field) span {
    color: #5b4fe8;
}

.delivery .input > div > span {
    display: inline-table;
    width: 48%;
}

    .delivery .input > div > span:first-child {
        text-align: left;
        color: #5b4fe8;
        padding-left: 5px;
    }

    .delivery .input > div > span:not(:first-child) {
        text-align: right;
        color: #5b4fe8;
        padding-right: 30px;
    }

.delivery .relative span {
    position: absolute;
    top: 0;
}

    .delivery .relative span.f1 {
        left: 0;
        margin-top: 22px;
        margin-left: 22px;
    }

.delivery .input .f2 {
    margin-top: 15px;
}

.delivery .relative span.f2 {
    left: 0;
    margin-left: 22px;
}

.delivery .relative span.f3 {
    right: 0;
    margin-top: 24px;
}

.delivery .relative span.f4 {
    right: 0;
    margin-top: 15px;
}

.delivery .relative span.f5 {
    right: 0;
    margin-top: 22px;
}

.delivery .relative span.f6 {
    right: 0;
    margin-top: 15px;
}

.delivery .input div.total {
    background: #5b4fe8;
    display: inline-block;
    position: relative;
}

.delivery .vl {
    background: -webkit-gradient(linear, from(#00c4c7), to(#5b4fe8));
    background: -webkit-linear-gradient(#5b4fe8, #00c4c7);
    background: -moz-linear-gradient(#5b4fe8, #00c4c7);
    background: -ms-linear-gradient(#5b4fe8, #00c4c7);
    background: -o-linear-gradient(#5b4fe8, #00c4c7);
    position: absolute;
    height: 54px;
    left: 21px;
    top: 45px;
    z-index: 100;
    width: 4px;
}

.delivery .input div.total span:first-child {
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 18px;
}

.delivery .input div.total span em {
    font-size: 0.8em;
}

.delivery .input div.total span:not(:first-child) {
    font-size: 2em;
    color: white;
}

#route {
    position: absolute;
    /*left: 2.5%;*/
    /*width: 87%;*/
    /*height: 500px;*/
}



.zoomer, .whocan {
    background: -webkit-gradient(linear, left top, right top, from(#5b4fe8), to(#00c4c7));
    background: -webkit-linear-gradient(left, #00c4c7, #5b4fe8);
    background: -moz-linear-gradient(left, #00c4c7, #5b4fe8);
    background: -ms-linear-gradient(left, #00c4c7, #5b4fe8);
    background: -o-linear-gradient(left, #00c4c7, #5b4fe8);
    height: 500px;
    width: 100%;
}

    .zoomer > div, .whocan > div {
        background: url(/img/zoom.png) no-repeat;
        background-size: cover;
        height: 100%;
        color: white;
        padding-left: 5vw;
        padding-top: 20px;
    }



    .zoomer .mid .content, .whocan .mid .content {
        float: right;
        text-align: right;
        width: 35%;
        padding: 0 2vw 0 0;
    }

    /*.whocan h2 {
        font-size: 86px;
        font-family: olivier,sans-serif;
    }*/

    .whocan p.sub {
        font-size: 26px;
        font-family: 'lato', sans-serif;
        margin-bottom: 2em;
    }

    .whocan p:not(.sub) {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 1em;
        font-family: 'lato', sans-serif;
    }

    .zoomer p:first-of-type {
        font-size: 26px;
        margin: 0 0 1em 0;
    }

    .zoomer p:not(:first-of-type) {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4em;
        margin-bottom: 1em;
    }

.about {
    height: 100vh;
    width: 100%;
    background: url(/img/aboutlogo.jpg) no-repeat center;
    background-size: cover;
    vertical-align: bottom;
}

    .about div {
        position: absolute;
        bottom: 10vh;
        color: white;
        padding-left: 5vw;
    }

        .about div h2 {
            font-size: 4em;
            font-style: italic;
            font-weight: 700;
        }

.about1 {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#00c4c7), to(#5b4fe8));
    background: -webkit-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -moz-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -ms-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -o-linear-gradient(left, #5b4fe8, #00c4c7);
    text-align: center;
    color: white;
    height: 500px;
}


    .about1 p:not(.i) {
        font-size: 19px;
        line-height: 24px;
        font-family: 'Lato', sans-serif;
        margin: 2em 0;
    }

    .about1 .i {
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 60px;
    }

.about2, .about2 img {
    width: 100%;
    /*color: white;
    height: 1400px;
    padding: 4em 0;
    position: relative;*/
}

/*.about2 p {
        font-size: 2em;
        font-weight: 400;
        letter-spacing: 0.4em;
    }

    .about2 .bottom {
        position: absolute;
        bottom: 250px;
        width: 100%;
        text-align: center;
        margin: auto;
    }*/

.help {
    height: 100vh;
    width: 100%;
    background: url(/img/help.jpg) center;
    background-size: cover;
}

    .help h2 {
        color: white;
        padding-left: 5vw;
        width: 80vw;
        font-size: 4em;
        font-weight: 700;
    }

.kl {
    content: url(/img/aboutus-bottom.png);
}

.helpform {
    width: 95%;
    margin: auto;
}

    .helpform h2 {
        font-style: italic;
        margin: 2em 0;
        text-align: center;
    }

    .helpform > div > div > div:first-child {
        padding-right: 2em;
    }

    .helpform > div > div > div:last-child {
        padding: 0 2em;
    }

    .helpform em {
        color: darkgray;
    }

    .helpform input, .helpform textarea {
        background-color: #f2f2f2;
        padding-left: 1em;
        width: calc(100% - 1em);
    }

        .helpform input:not(.b1), .helpform textarea {
            border: none;
        }

    .helpform .margin0 input, .helpform .margin0 + div {
        margin: 0;
    }

    .helpform .margin0 {
        border-bottom: 1px solid blue;
    }

#country {
    display: block;
    background-color: #f2f2f2;
    color: darkgray;
    width: 100%;
    margin-bottom: 30px;
}

.helpform select {
    display: block;
    background-color: #f2f2f2;
    color: darkgray;
    width: 100%;
}

.helpform .n {
    width: calc(100% - 1em);
}

.helpform textarea {
    min-height: 10em;
    padding-top: 1em;
}

.indo {
    background-image: url(/img/about-indo.jpg);
    background-size: cover;
}

.mid {
    height: 100%;
}

    .mid:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .mid .content {
        display: inline-block;
        vertical-align: middle;
    }

footer .mid .content {
    padding: 1.2vw 0 0 0;
}

.zoom-team h2 {
    color: dimgrey;
    font-size: 93px;
    font-weight: 700;
    margin: 1em 0;
    font-style: italic;
}

.zoom-team .team-purple {
    background: url(/img/circle-purple.png) no-repeat center;
    background-size: contain;
    height: 220px;
    padding-top: 10px;
}

.zoom-team .team-teal {
    background: url(/img/circle-teal.png) no-repeat center;
    background-size: contain;
    height: 220px;
    padding-top: 10px;
}

.zoom-team h4 {
    color: #00c4c7;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 2em 0 20px 0;
}

.zoom-team h5 {
    color: #5b4fe8;
    letter-spacing: 0.2em;
    margin: 0 0 1em 0;
    font-weight: 700;
    font-size: 30px;
    font-style: italic;
}

.zoom-team p {
    color: #878787;
    font-size: 19px;
    font-family: 'Lato',sans-serif;
    line-height: 26px;
    margin-bottom: 5em;
}

    .zoom-team p strong {
        font-weight: 700;
    }

/*.howto {
    height: 800px;
}*/

/*.howto h3 {
        font-weight: 700;
        font-size: 1.6em;
    }

    .howto .header {
        height: 150px;
        background: -webkit-gradient(linear, left top, right top, from(#00c4c7), to(#5b4fe8));
        background: -webkit-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -moz-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -ms-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -o-linear-gradient(left, #5b4fe8, #00c4c7);
        text-align: center;
        color: white;
    }*/

.howto .detail {
    height: 900px;
    vertical-align: middle;
    padding: 0 2vw;
    width: 96vw;
}

.how {
    width: 100%;
    color: white;
    height: 940px;
    padding: 30px 0;
}

.howmobile {
    display: none;
}

/*.how .header {
        height: 200px;
        background: -webkit-gradient(linear, left top, right top, from(#00c4c7), to(#5b4fe8));
        background: -webkit-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -moz-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -ms-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -o-linear-gradient(left, #5b4fe8, #00c4c7);
        text-align: center;
        padding-top: 30px;
    }*/

.how h2 {
    color: #5b4fe8;
    padding-left: 5vw;
}

.how p, .formsignup p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #00c4c7;
    padding-left: 5vw;
    margin: 0 0 3em 0;
}

.whyzoom {
    background: -webkit-gradient(linear, left top, right top, from(#00c4c7), to(#5b4fe8));
    background: -webkit-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -moz-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -ms-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -o-linear-gradient(left, #5b4fe8, #00c4c7);
    color: white;
    padding: 30px 0 70px 0;
}

    .whyzoom .tab {
        width: 95%;
        margin: 5em auto;
    }

    .whyzoom h2 {
        padding-left: 5vw;
    }

    .whyzoom h3 {
        margin: 1em auto;
        font-style: italic;
        font-size: 31px;
        font-weight: 700;
        text-align: center;
    }

    .whyzoom p {
        margin: auto;
        line-height: 1.2em;
        text-align: center;
        color: white;
        padding: 0 2vw;
    }

.formsignup {
    margin-bottom: 4em;
}

    .formsignup h2 {
        padding-left: 5vw;
        font-weight: 700;
        color: #5b4fe8;
    }



    .formsignup div {
        margin: auto;
        width: 600px;
    }

    .formsignup input {
        background-color: #f2f2f2;
        padding: 0 1em;
        width: calc(100% - 2em);
    }

.bottom-line {
    position: relative;
}

    .bottom-line .line {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: -webkit-gradient(linear, left top, right top, from(#00c4c7), to(#5b4fe8));
        background: -webkit-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -moz-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -ms-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -o-linear-gradient(left, #5b4fe8, #00c4c7);
        z-index: 10;
        width: 100%;
    }

.formsignup form > div:nth-of-type(odd) input {
    margin: 0;
    border: none;
}

.formsignup form > div:nth-of-type(even) input {
    border: none;
}

.sign {
    /*height: 100vh;*/
}

    .sign h3 {
        margin-bottom: 10px;
        font-size: 47px;
        font-style: italic;
        font-weight: 700;
    }

    .sign p {
        font-size: 21px;
        line-height: 26px;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
    }

    .sign .bar > div {
        height: 180px;
        vertical-align: middle;
    }

.formsignup h2, .helpform h2 {
    color: #5b4fe8;
}

.rep {
    background-color: #5b4fe8;
}

    .rep h2, .complete h2, .come h2 {
        font-weight: 700;
        font-style: italic;
        font-size: 1.4em;
        margin-bottom: 1em;
    }

.come {
    background: -webkit-gradient(linear, left top, right top, from(#00c4c7), to(#5b4fe8));
    background: -webkit-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -moz-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -ms-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -o-linear-gradient(left, #5b4fe8, #00c4c7);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 30px;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    color: white;
}

    .come p {
        margin-bottom: 1em;
    }

.msg, .rep {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.rep, .complete, .msg {
    border-radius: 10px;
    padding: 30px;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    color: white;
}

.msg {
    background-color: #ccc3c3;
}

.complete {
    /*background-color: #00c4c7;*/
}

    .complete img {
        width: 100%;
    }


/*.sign img.full {
-webkit-animation: blink 5s infinite;
-moz-animation: blink 5s infinite;
-o-animation: blink 5s infinite;
animation: blink 5s infinite;
}*/

.signlogo {
    height: 76vh;
    top: 2vh;
    margin-bottom: 4vh;
}

    .signlogo div {
        position: absolute;
    }

    .signlogo img {
        height: 100%;
    }

    .signlogo > div:nth-child(1) {
        /*background: url(/img/signup-circle.png) no-repeat center;
        background-size: contain;*/
        height: 100%;
        width: 100%;
        /*top: 0;*/
        -webkit-animation: blink 5s infinite;
        -moz-animation: blink 5s infinite;
        -o-animation: blink 5s infinite;
        animation: blink 5s infinite;
        cursor: pointer;
    }

    .signlogo > div:nth-child(2) {
        /*background: url(/img/circle-white.png) no-repeat center;
        background-size: contain;*/
        /*height: calc(100% - 12vh);*/
        width: 100%;
        /*top: 4vh;*/
    }

    .signlogo > div:nth-child(3) {
        /*background: url(/img/circle-teal.png) no-repeat center;
        background-size: contain;*/
        /*height: calc(100% - 16vh);*/
        width: 100%;
        /*top: 6vh;*/
        -webkit-animation: blink 3s infinite;
        -moz-animation: blink 3s infinite;
        -o-animation: blink 3s infinite;
        animation: blink 3s infinite;
    }

    .signlogo > div:nth-child(4) {
        /*background: url(/img/signupas.png) no-repeat center;
        background-size: contain;*/
        /*height: calc(100% - 20vh);*/
        width: 100%;
        /*top: 8vh;*/
    }

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.start {
    padding: 4vh 0;
}

    .start .header {
        margin-bottom: 40px;
    }

        .start .header h2 {
            color: #5b4fe8;
            padding-left: 5vw;
            font-weight: 700;
            font-size: 40px;
        }

        .start .header p {
            color: #00c4c7;
            padding-left: 5vw;
            font-weight: 400;
            font-family: 'Lato', sans-serif;
            font-size: 1.3em;
        }


    .start .detail {
        padding: 0 2%;
        text-align: center;
        margin-bottom: 80px;
    }


        .start .detail h3 {
            font-weight: 700;
            font-size: 1.3em;
            line-height: 1.2em;
            margin-bottom: 1.5em;
            margin-top: 1em;
            bottom: 0;
            position: absolute;
        }

        .start .detail h3, .whyzoom .detail h3 {
            color: #00c4c7;
            font-style: italic;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            bottom: 0;
            position: absolute;
        }

        .start .detail p {
            color: #5b4fe8;
            padding: 0 3vw;
        }

        .start .detail p, .whyzoom p {
            font-size: 16px;
            font-family: 'Lato', sans-serif;
        }

@media screen and (min-width:801px) {
    .about1 .mid .content {
        width: 550px;
    }

    .about1 img {
        width: 80%;
    }

    .zoomer h2, .whocan h2, .whyzoom h2, .how h2, .helpform h2, .formsignup h2, .delivery h2, .start .header h2 {
        margin: 1em 0 0.8em 0;
        font-size: 40px;
        font-weight: 700;
    }

    .delivery .detail {
        height: 670px;
    }

    .helpform .tab {
        display: table;
        width: 100%;
    }

        .helpform .tab > div {
            display: table-row;
        }

            .helpform .tab > div > div {
                display: table-cell;
            }
}

/*.tab .vb {
        vertical-align: bottom;
    }*/
.clear {
    clear: both;
}

.customer1 {
    background: url(/img/c/customer1.jpg);
}

.customer2 {
    background: url(/img/c/customer2.jpg) center;
}

.home1 {
    background: url(/img/c/home1.jpg);
}

.home2 {
    background: url(/img/c/home2.jpg);
}

.home3 {
    background: url(/img/c/home3.jpg);
}

.app1 {
    background: url(/img/c/app1.jpg);
}


.roundabout-holder {
    padding: 0;
    margin: 0 auto;
    height: 600px;
    width: 520px;
}

.roundabout-moveable-item {
    height: 549px;
    width: 300px;
    cursor: pointer;
    display: block;
    text-align: center;
    color: #5b4fe8;
}

.round li:not(.roundabout-in-focus) {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

    .round li:not(.roundabout-in-focus) span {
        display: none;
    }

.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
}

.roundabout-in-focus {
    cursor: auto;
}

.round-controls, .list {
    width: auto;
    margin: 25px auto;
    overflow: hidden;
    border-collapse: collapse;
    text-align: center;
}

    .round-controls li:not(:last-child) {
        list-style-type: none;
        width: 60px;
        background: url("/img/dot.png") no-repeat scroll 35px center rgba(0,0,0,0);
        padding: 0 28px 0 0;
    }

    .list li:not(:last-child) {
        list-style-type: none;
        width: 45px;
        background: url("/img/dot.png") no-repeat scroll 35px center rgba(0,0,0,0);
        padding: 0 15px 0 0;
    }

    .list li:last-child {
        list-style-type: none;
        background: none;
        padding: 0 15px 0 0;
    }

    .round-controls li, .round-controls li img, .list li, .list li img {
        display: inline-block;
        cursor: pointer;
        height: 30px;
    }

        .round-controls li div {
            background-color: #5b4fe8;
            border-radius: 15px;
            position: absolute;
            width: 30px;
            height: 30px;
            padding-top: 7px;
        }

        .round-controls li:not(.current), .list li:not(.current) {
            opacity: 0.6;
        }

            .round-controls li:not(.current):hover, .list li:not(.current):hover {
                opacity: 0.9;
            }

.circle {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background-color: #5b4fe8;
    position: absolute;
    padding-top: 7px;
}

.n1 {
    content: url(/img/1-button.png);
}

.n2 {
    content: url(/img/2-button.png);
}

.n3 {
    content: url(/img/3-button.png);
}

.n4 {
    content: url(/img/4-button.png);
}

.n5 {
    content: url(/img/5-button.png);
}

.pick {
    display: table;
    position: relative;
}

    .pick .pad {
        width: 35%;
    }

    .pick > div {
        display: table-cell;
        vertical-align: middle;
    }

        .pick > div:first-child {
        }


    .pick li {
        cursor: pointer;
        padding-top: 60px;
        margin-bottom: 1.8em;
        text-align: center;
        font-weight: 400;
    }

        .pick li:hover {
            text-decoration: underline;
        }

        .pick li.current {
            color: #00c4c7;
        }

        .pick li:not(.current) {
            opacity: 0.7;
            color: #5b4fe8;
        }

.p1 li {
    font-size: 16px;
    line-height: 120%;
}

.p2 li {
    font-size: 14px;
    line-height: 120%;
}

.pick .title h3 {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
}

.a1 {
    font-size: 120px;
}

.a2 {
    font-size: 97px;
}

.pick .title {
    position: absolute;
    top: 15%;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#00c4c7), to(#5b4fe8));
    background: -webkit-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -moz-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -ms-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -o-linear-gradient(left, #5b4fe8, #00c4c7);
    color: white;
    padding: 0 5vw;
}

.i1 {
    background: url(/img/1-button.png) no-repeat top center;
}

.i2 {
    background: url(/img/2-button.png) no-repeat top center;
}

.i3 {
    background: url(/img/3-button.png) no-repeat top center;
}

.i4 {
    background: url(/img/4-button.png) no-repeat top center;
}

.i5 {
    background: url(/img/5-button.png) no-repeat top center;
}

.i6 {
    background: url(/img/6-button.png) no-repeat top center;
}

.bar {
    background: -webkit-gradient(linear, left top, right top, from(#00c4c7), to(#5b4fe8));
    background: -webkit-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -moz-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -ms-linear-gradient(left, #5b4fe8, #00c4c7);
    background: -o-linear-gradient(left, #5b4fe8, #00c4c7);
    color: white;
}

.rbar {
    background: -webkit-gradient(linear, left top, right top, from(#5b4fe8), to(#00c4c7));
    background: -webkit-linear-gradient(left, #00c4c7, #5b4fe8);
    background: -moz-linear-gradient(left, #00c4c7, #5b4fe8);
    background: -ms-linear-gradient(left, #00c4c7, #5b4fe8);
    background: -o-linear-gradient(left, #00c4c7, #5b4fe8);
    color: white;
}

.full {
    height: 100vh;
}

.fullp {
    height: 100%;
}

.toc .icon-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.toc .icon-close1 {
    display: block;
    width: 20px;
    margin: auto;
    height: 12vh;
}

.toc article {
    max-width: 1100px;
    margin: 5em auto;
}

.toc header {
    height: 80px;
}

.toc h3 {
    color: #5b4fe8;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 2.1em;
}

.toc p {
    margin-top: 0;
    margin-bottom: 1em;
    text-align: justify;
    font-size: 16px;
    font-family: 'Lato',sans-serif;
}

.toc ol {
    counter-reset: item;
}

.toc li {
    display: block;
    margin-bottom: 1em;
    line-height: 1.4em;
    text-align: justify;
    font-size: 16px;
    font-family: 'Lato',sans-serif;
}

    .toc li ol {
        margin-top: 1em;
    }

    .toc li:before {
        content: counters(item, ".") ". ";
        counter-increment: item;
    }

.toc article > ol > li > ol > li > ol > li {
    margin-bottom: 0;
}

.toc article > ol > li {
    font-weight: 700;
}

    .toc article > ol > li > ol > li {
        font-weight: 400;
    }

.partner {
}

    .partner .header {
        height: 240px;
    }

    .partner h2 {
        font-style: italic;
        font-size: 115px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #5b4fe8;
    }

    .partner p {
        font-size: 20px;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        color: #00c4c7;
    }

    .partner .detail {
        width: 100%;
        display: inline-block;
        height: 580px;
    }

        .partner .detail .sponsor {
            width: 1270px;
            height: 550px;
            margin: auto;
            overflow: auto;
            padding: 5vh 0;
        }

            .partner .detail .sponsor ul li {
                float: left;
                width: 200px;
                height: 200px;
                margin: 25px;
                background-color: white;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                vertical-align: middle;
                text-align: center;
            }

                .partner .detail .sponsor ul li:before {
                    content: '';
                    display: inline-block;
                    height: 100%;
                    vertical-align: middle;
                    margin-right: -0.25em;
                }

                .partner .detail .sponsor ul li > span {
                    display: inline-block;
                    vertical-align: middle;
                    font-weight: 400;
                    font-size: 20px;
                    font-style: italic;
                }

                .partner .detail .sponsor ul li:nth-child(even) > span {
                    color: #5b4fe8;
                }

                .partner .detail .sponsor ul li:nth-child(odd) > span {
                    color: #00c4c7;
                }

                .partner .detail .sponsor ul li a > img {
                    display: inline-block;
                    vertical-align: middle;
                    max-width: 200px;
                    max-height: 200px;
                }

.formreg {
    width: 500px;
    margin: auto;
    padding: 2vw 0 2vw 0;
}

    .formreg .gplay, .formreg .astore {
        height: 44px;
        margin: 0 1vw;
    }

    .formreg > img {
        width: 500px;
    }

    .formreg h3 {
        color: #00c4c7;
        font-style: italic;
        font-size: 40px;
        margin-bottom: 0.3em;
        font-weight: 700;
    }

    .formreg p.subtitle {
        font-weight: 400;
        margin-bottom: 2em;
        color: darkgray;
        font-size: 23px;
        font-family: 'Lato', sans-serif;
    }

    .formreg p.foot {
        font-weight: 400;
        margin: 2vw 0;
        color: darkgray;
        font-size: 16px;
        line-height: 20px;
        font-family: 'Lato', sans-serif;
    }

    .formreg .agplay {
        margin-right: 25px;
    }

    .formreg .footer, .formreg .footer a {
        color: #00c4c7;
        font-size: 10px;
        line-height: 150%;
    }

    .formreg .create {
        width: 100%;
        display: block;
        background-color: black;
        opacity: 0.95;
        color: white;
        padding: 5%;
        font-size: 2em;
        font-weight: 400;
        letter-spacing: 0.2em;
        margin: 1.5vw 0;
    }

    .formreg input {
        background-color: #f2f2f2;
        border: none;
        padding-left: 1em;
        width: calc(100% - 1em);
    }

    .formreg label {
        color: #5b4fe8;
        top: 0;
        left: 0;
    }

.qr {
    position: absolute;
    top: 360px;
    left: 112px;
}

.qr1 {
    position: absolute;
    top: 182px;
    left: 102px;
}

.ab {
    position: absolute;
    top: 10px;
    left: 0;
    height: 120px;
    z-index: 20;
}

.re {
    position: absolute;
    top: 40px;
    right: 20px;
    height: 60px;
    z-index: 20;
    cursor: pointer;
}

.relative {
    position: relative;
}

#map {
    height: 100vh;
}

.gm-style-iw {
    width: 500px !important;
    /*top: 72px !important;*/
    /*height:400px;*/
    /*left: -10px !important;*/
    /*background: url(/img/home-box.png) no-repeat;
    background-size: cover;
    border-radius: 20px;*/
    /*background-color: #fff;
    border-radius: 10px;
    padding: 20px 60px 20px 20px;*/
}

    .gm-style-iw div {
        /*background: url(/img/home-box.png) no-repeat;
        background-size: contain;*/
        overflow: initial !important;
    }
/*.gm-style-iw div {
        overflow: initial !important;
        height: 260px;
    }*/

.info {
    width: 500px;
    height: 240px;
    position: relative;
}

    .info .img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: -1;
    }

        .info .img img {
            width: 100%;
            height: 100%;
        }

    .info .title {
        font-style: italic;
        font-weight: 700;
        color: #5b4fe8;
        font-size: 40px;
        padding: 12px;
        text-align: center;
    }

    .info .k {
        width: 25%;
        float: left;
        padding: 0 20px 20px 20px;
    }

    .info .k, .info .d {
        font-size: 20px;
    }

    .info .d {
        width: 75%;
        float: left;
        color: #00c4c7;
        padding: 0 20px 20px 20px;
    }

/*.info p {
        margin-bottom: 1.2em;
    }

    .info th {
        padding: 0 20px;
    }

    .info tr > td {
        font-size: 1.2em;
        padding: 0 20px 0 8px;
    }


        .info tr > td:first-child {
            color: #5b4fe8;
            font-weight: 400;
        }

        .info tr > td:not(:first-child) {
            color: #00c4c7;
            font-weight: 400;
        }*/

.gm-map, .gm-satellite {
    width: 80px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    color: white;
    margin: 10px 0 0 30px;
    padding-top: 10px;
    cursor: pointer;
}

.gm-map {
    background: #5b4fe8;
}

.gm-satellite {
    background: #00c4c7;
}



.youme div span {
    height: 300px;
    display: inline-block;
}

.w3 {
    width: 33%;
    float: left;
    padding: 0 0 2vw 0;
}

.w4 {
    width: 25%;
    float: left;
}


.youme div {
    width: 30%;
    padding: 0 2%;
}

    .youme div:nth-child(1) {
        margin-left: 2%;
    }

    .youme div:nth-child(3) {
        margin-right: 2%;
    }

.y1, .y2, .y3 {
    height: 20vw;
}

.z1, .z2, .z3, .z4 {
    height: 20vw;
}

.w3 .vb {
    height: 3em;
    width: 100%;
    position: relative;
    padding: 50px 0;
}
/*.youme div:nth-child(1) span*/ .y1 {
    background: url(/img/urgent.png) no-repeat center;
    background-size: contain;
}

/*.youme div:nth-child(2) span*/ .y2 {
    background: url(/img/retail.png) no-repeat center;
    background-size: contain;
}

/*.youme div:nth-child(3) span*/ .y3 {
    background: url(/img/family.png) no-repeat center;
    background-size: contain;
}


/*.whyzoom .c1 div {
        height: 250px;
    }*/

/*.whyzoom .c1 div:nth-child(1)*/ .z1 {
    background: url(/img/endless-possibilities.png) no-repeat center;
    background-size: contain;
}

/*.whyzoom .c1 div:nth-child(2)*/ .z2 {
    background: url(/img/ease-of-use.png) no-repeat center;
    background-size: contain;
}

/*.whyzoom .c1 div:nth-child(3)*/ .z3 {
    background: url(/img/rapid-response.png) no-repeat center;
    background-size: contain;
}

/*.whyzoom .c1 div:nth-child(4)*/ .z4 {
    background: url(/img/peace-of-mind.png) no-repeat center;
    background-size: contain;
}









/**slick theme*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-slider {
}

.slick-dots {
    position: absolute;
    bottom: 2em;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

footer .row > .foot2 {
    width: 25%;
}

.footspace {
    width: 16%;
}

.howtomobile {
    display: none;
}

#mm {
    width: 100vw;
    height: 100vh;
    position: fixed;
    padding: 10vh 20vw;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0,0,0,0.2);
    z-index: 1000;
}

/*@media screen and (max-width:800px) and (min-width:481px) {
    nav {
        height: 60px;
    }

    .nav-wrapper .logo {
        width: 100px;
        height: 60px;
    }

    .nav-wrapper .register {
        width: 100px;
        height: 60px;
        margin-right: 10px;
    }

    .nav-wrapper .menu-button {
        width: 20px;
    }

    .delivery .input > div {
        border-radius: 0;
        width: 100vw;
        min-width: 0;
        height: 62px;
        margin: 20px 0 0 20px;
    }

    .delivery .tab > div {
        display: block;
        vertical-align: middle;
        width: 100vw;
        margin: 0;
    }

    footer .footspace {
        width: 10px;
    }

    footer .row > .foot2 {
        width: 40%;
    }

    .delivery .tab .ipad img {
        width: 100%;
    }

    .carousel .home1 h2 {
        font-size: 30px;
    }

    .carousel .home2 h2, .carousel .home3 h2 {
        font-size: 28px;
    }

    .carousel .home1 p, .carousel .home3 p {
        font-size: 20px;
    }

    .carousel .home2 p {
        font-size: 20px;
    }

    .carousel .customer1 h2, .carousel .customer2 h2 {
        font-size: 50px;
    }

    .carousel .customer1 p, .carousel .customer2 p {
        font-size: 16px;
    }


    .carousel .app1 h2 {
        font-size: 40px;
    }

    .carousel div.content > div .left {
        position: absolute;
        left: 5%;
        bottom: 20%;
        z-index: 2;
    }

    .whyzoom h3 {
        font-size: 20px;
    }

    .video-container {
        display: none;
    }

    .delivery .detail:first-child {
        padding-bottom: 80%;
    }

    .delivery .detail:last-child {
        height: 550px;
    }

    #map {
        height: 80vh;
    }
}*/

@media screen and (max-width:800px) {

    .video-container {
        display: none;
    }

    nav {
        height: 8vh;
    }

    .nav-wrapper .logo {
        width: 15vh;
        height: 8vh;
    }

    .nav-wrapper .register {
        width: 12vh;
        height: 8vh;
        margin-right: 2vh;
    }

    .nav-wrapper .menu-button {
        display: none;
    }

    .button-collapse {
        margin-top: 0;
        margin-left: 4vw;
    }

    .nav-wrapper .menu-button1 {
        display: block;
        width: 4vh;
        line-height: 7vh;
        background: url(/img/menu-button.png) no-repeat left;
        background-size: contain;
        height: 7vh;
    }

    .delivery .input {
        width: 100%;
    }

        .delivery .input > div {
            border-radius: 0;
            min-width: 0;
            height: 62px;
            margin: 20px 0 0 0;
            width: 100%;
        }


    .delivery .tab > div {
        display: block;
        vertical-align: middle;
        width: 100%;
        margin: 20px 0;
    }

    .carousel .home1 h2 {
        font-size: 9vw;
    }

    .carousel .home2 h2, .carousel .home3 h2 {
        font-size: 9vw;
    }

    .carousel .home1 p {
        font-size: 4vw;
        margin-bottom: 8vh;
    }

    .carousel .home3 p {
        font-size: 4vw;
        margin-bottom: 8vh;
    }

    .carousel .home2 p {
        font-size: 4vw;
        margin-bottom: 8vh;
    }

    .carousel .customer1 h2, .carousel .customer2 h2 {
        font-size: 12vw;
    }

    .carousel .customer1 p, .carousel .customer2 p {
        font-size: 4vw;
    }

    .carousel .app1 h2 {
        font-size: 12vw;
    }

    .carousel div.content > div .left {
        width: 95vw;
        position: absolute;
        left: 5vw;
        bottom: 40vh;
        z-index: 2;
    }


    .astore, .gplay {
        height: 10vw;
    }

    .gplaywhite {
        height: 40px;
    }

    .astorewhite {
        height: 40px;
    }

    .delivery h2 {
        font-size: 30px;
    }

    .delivery h3 {
        font-size: 3vw;
        text-align: center;
        padding: 0;
    }

    .delivery .tab {
        display: block;
        font-size: 14px;
    }

    .delivery .detail:first-child {
        padding-bottom: 80%;
    }

    .delivery .detail:last-child {
        height: 600px;
    }

    .zoomer p:first-of-type, .whocan p:first-of-type {
        font-size: 4vw;
        color: #00c4c7;
    }


    .zoomer, .whocan {
        width: 100%;
        height: auto;
    }

    .w3 .vb {
        width: 100%;
        height: 20vw;
        padding: 0;
    }

    .w3 {
        width: 100%;
        float: left;
        padding: 0 0 10vw 0;
    }

    .w4 {
        width: 100%;
        padding: 0 2vw;
        margin: 2vw 0 6vw 0;
    }

    .whyzoom {
        padding: 4vw 0;
    }

        .whyzoom h3 {
            font-size: 6vw;
        }

        .whyzoom p {
            font-size: 3vw;
            padding: 0 20vw;
        }

    .y1, .y2, .y3 {
        padding-bottom: 50%;
        width: 80vw;
        margin: 0 auto;
        height: auto;
        background-size: cover;
    }

    .z1, .z2, .z3, .z4 {
        padding-bottom: 60%;
    }

    footer .row > .foot1, footer .row > .foot3, footer .row > .footspace {
        display: none;
    }

    footer .row > .foot2 {
        width: 100%;
        font-size: 1.6vh;
    }




    /*.info .title {
        font-size: 4vw;
        text-align: center;
        padding: 2vw;
    }

    .info p {
        margin: 0 0 2.5vw 0;
    }

    .info tr > td {
        font-size: 3vw;
        padding: 0 1vw;
    }

    .info th {
        padding: 0 1vw;
        font-size: 3vw;
    }*/


    .gm-style-iw {
        /*top: 20vw !important;
        height: 67.5vw !important;*/
    }

        .gm-style-iw div {
            /*background: url(/img/home-box.png) no-repeat;
            background-size: contain;*/
            overflow: initial !important;
        }
    /*
    .gm-map, .gm-satellite {
        width: 20vw;
        height: 7vw;
        border-radius: 1vw;
        text-align: center;
        color: white;
        margin: 2vw 0 0 2vw;
        padding-top: 2vw;
        cursor: pointer;
        font-size: 3vw;
    }
    .gm-map, .gm-satellite {
        margin: 2vw 0 0 0;
    }
        */
    .roundabout-holder {
        width: 100%;
    }

    .sign h3 {
        font-size: 6vw;
    }

    .sign p {
        font-size: 3vw;
        line-height: 120%;
    }


    .sign .bar > div {
        height: 25vw;
    }

    .formsignup {
        margin-bottom: 10vw;
    }

        .formsignup div {
            width: 95%;
        }

    .signupsend, .signupsend img {
        width: 100%;
    }

    .formsignup input {
        padding: 0 5vw;
        width: calc(100% - 10vw);
    }

    .mobile h2 {
        color: #5b4fe8;
        padding-left: 5vw;
    }

    .mobile {
        display: block;
    }

        .mobile p, .start .header p {
            margin: 0 0 3vw 0;
            color: #00c4c7;
            /*padding-left: 5vw;*/
            text-align: center;
            font-size: 3vw;
        }

            .mobile p.desc {
                color: white;
                padding: 5vw;
                line-height: 140%;
                text-align: center;
            }

    .start {
        padding: 0;
    }

    .zoomer .content, .whocan .content {
        display: none;
    }

    .zoomer h2, .whocan h2, .whyzoom h2, .howmobile h2, .helpform h2, .formsignup h2, .delivery h2, .start .header h2, .mobile h2 {
        margin: 8vw 0 3vw 0;
        font-weight: 700;
        font-size: 6vw;
        text-align: center;
        padding: 0;
    }


    .help h2 {
        font-size: 13vw;
    }

    .howmobile p, .formsignup p {
        font-size: 3vw;
        margin: 0 0 3vw 0;
        padding: 0;
        text-align: center;
    }


    .whocan p.sub {
        font-size: 12px;
    }

    .whocan p:not(.sub) {
        font-size: 10px;
    }

    .about div h2 {
        font-size: 6.8vw;
    }

    .about1 {
        height: auto;
        padding: 8vw 0;
    }

        .about1 .mid {
            height: auto;
        }

            .about1 .mid .content {
                padding: 0 15vw;
            }

        .about1 img {
            width: 66%;
        }

        .about1 p:not(.i) {
            font-size: 2.8vw;
            line-height: 120%;
            margin: 4vw 0;
            text-align: center;
        }

        .about1 .i {
            font-size: 8vw;
        }

    .zoom-team h2 {
        font-size: 12vw;
    }

    .zoom-team h4 {
        font-size: 4vw;
    }

    .zoom-team h5 {
        font-size: 5vw;
    }

    .zoom-team p {
        font-size: 3.5vw;
        line-height: 120%;
    }

    .zoom-team .team-purple {
        height: 34vw;
        padding-top: 2vw;
    }

    .zoom-team .team-teal {
        height: 34vw;
        padding-top: 2vw;
    }

    .zoom-team img {
        height: 30vw;
    }

    .formreg {
        width: 100%;
        margin: auto;
        padding: 0 4vw;
    }

        /*.formreg .gplay, .formreg .astore {
            height: 20px;
        }*/

        .formreg > img {
            width: 100%;
        }

        .formreg h3 {
            font-size: 8vw;
        }

        .formreg p.subtitle {
            font-size: 3vw;
            margin-bottom: 12vw;
        }

        .formreg .footer, .formreg .footer a {
            font-size: 2vw;
            margin-bottom: 2vw;
            line-height: 120%;
        }

        .formreg .create {
            padding: 4vw;
            font-size: 4vw;
            margin: 1.5vw 0;
        }

    .home1 {
        background: url(/img/c/mhome1.jpg) center;
    }

    .home2 {
        background: url(/img/c/mhome2.jpg) center;
    }

    .home3 {
        background: url(/img/c/home3.jpg) center;
    }

    .app1 {
        background: url(/img/c/mapp1.jpg);
    }

    .about div {
        bottom: 12vw;
    }

    .how {
        display: none;
    }

    .howmobile {
        display: block;
    }

    .howto {
        display: none;
    }

    .howtomobile {
        display: block;
        margin: 10vw 0;
    }

    .pick .title h3 {
        display: inline-block;
        text-align: center;
        margin: auto;
        width: 90vw;
    }

    .a3 {
        font-size: 13vw;
    }

    .a4 {
        font-size: 11vw;
    }

    .pick .title {
        position: absolute;
        top: 15%;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#00c4c7), to(#5b4fe8));
        background: -webkit-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -moz-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -ms-linear-gradient(left, #5b4fe8, #00c4c7);
        background: -o-linear-gradient(left, #5b4fe8, #00c4c7);
        color: white;
        padding: 0 5vw;
        width: 100%;
    }

    .pick img {
        width: 60vw;
        margin-bottom: 3vw;
    }

    .pick > div {
        display: block;
        width: 98vw;
        margin: auto;
    }

    .i1 {
        content: url(/img/1-button.png);
    }

    .i2 {
        content: url(/img/2-button.png);
    }

    .i3 {
        content: url(/img/3-button.png);
    }

    .i4 {
        content: url(/img/4-button.png);
    }

    .i5 {
        content: url(/img/5-button.png);
    }

    .i6 {
        content: url(/img/6-button.png);
    }

    .pick {
        width: 100%;
        padding: 0;
    }

        .pick div {
            text-align: center;
        }

        .pick > div > div > div {
            color: #5b4fe8;
            font-size: 3vw;
            padding: 0 5vw;
            height: 7vw;
        }

    .delivery .input div.total span em {
        font-size: 0.4em;
    }

    .delivery .relative span.f6 {
        margin: 0;
    }

    .delivery .relative span.f3, .delivery .relative span.f5 {
        margin: 0;
        line-height: 60px;
    }

    .delivery .input div.total span:not(:first-child) {
        font-size: 20px;
        color: white;
        line-height: 60px;
    }

    .zoomer .mid .content, .whocan .mid .content {
        clear: both;
        text-align: center;
        width: 100vw;
        padding: 0;
    }

    .zoomer > div, .whocan > div {
        background: url(/img/zoommobile.png) no-repeat;
        background-size: cover;
        color: white;
        padding: 0 0 80% 0;
    }

    .start .detail p {
        font-size: 2.5vw;
        padding: 0 11vw;
    }

    .start .detail h3 {
        font-size: 5vw;
    }

    .start .detail h3, .whyzoom .detail h3 {
        margin: 0;
        line-height: 1;
        padding: 4vw 0;
    }

    .start .detail {
        padding: 0;
    }


    .partner h2 {
        font-size: 14vw;
    }

    .partner p {
        font-size: 4vw;
    }

    .partner .header {
        height: 25vw;
    }

    .side-nav > div > div img {
        height: 5.2vh;
    }

    footer .mid {
        height: 100%;
    }

    #mm {
        padding: 10vh 0;
    }

    .whyzoom .tab {
        margin: 8vw 0 0 0;
    }

    .partner .detail .sponsor {
        width: 98vw;
        margin: auto;
        padding: 5vw 0;
    }

        .partner .detail .sponsor ul li {
            float: left;
            width: 35vw;
            height: 35vw;
            margin: 7vw;
            padding: 0;
        }

            .partner .detail .sponsor ul li > span {
                font-size: 3vw;
                padding: 5vw;
            }

            .partner .detail .sponsor ul li a > img {
                width: 35vw;
                height: 35vw;
            }

    .formreg .gplay, .formreg .astore {
        margin: 0 2vw;
        height: 8vw;
    }

    .delivery .tab .ipad img {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 5%;
        width: 90%;
    }

    .whiteregister, .whiteregister img {
        content: url(/img/register-white-button.png);
        display: inline-block;
        height: 10vw;
    }

    .howmobile h2 {
        color: #5b4fe8;
        /*padding-left: 5vw;*/
    }

    .howmobile p {
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        color: #00c4c7;
        /*padding-left: 5vw;*/
        margin: 0 0 3em 0;
    }

    .round-controls, .list {
        margin: 2vw auto;
    }

    .pick li {
        margin: 2vw 0 5vw 0;
        height: 7vw;
    }

    .list li:not(:last-child) {
        list-style-type: none;
        width: 12vw;
        background: url("/img/dot.png") no-repeat scroll 8.8vw center rgba(0,0,0,0);
        padding: 0 5vw 0 0;
    }

    #mntdesc {
        margin-top: 1vw;
        color: #5b4fe8;
    }

    .formreg p.foot {
        margin: 2vw 0;
        font-size: 3vw;
        line-height: 110%;
    }

    .helpform {
        width: 95vw;
        margin: auto;
    }

        .helpform h2 {
            font-style: italic;
            margin: 2em 0;
        }

        .helpform > div > div > div:first-child {
            padding: 0 5vw 8vw 5vw;
        }

        .helpform > div > div > div:last-child {
            padding: 0 5vw;
        }


        .helpform input, .helpform textarea {
            background-color: #f2f2f2;
            padding-left: 2vw;
            width: calc(100% - 2vw);
        }

            .helpform input:not(.b1), .helpform textarea {
                border: none;
            }

        .helpform .n {
            width: calc(100% - 2vw);
        }

        .helpform .margin0 input, .helpform .margin0 + div {
            margin: 0;
        }

        .helpform .margin0 {
            border-bottom: 1px solid blue;
        }

        .helpform select {
            padding: 0 0 0 2vw;
        }

    .customer1 {
        background: url(/img/c/mcustomer1.jpg) center;
    }

    .rep, .complete, .msg, .come {
        border-radius: 5vw;
        padding: 5vw;
        font-size: 5vw;
        line-height: 5vw;
        text-align: center;
        margin: 0 auto;
        color: white;
        width: 70vw;
    }

        .rep h2, .complete h2, .come h2 {
            font-size: 7vw;
            line-height: 7vw;
        }

    .pqr img, .pqr1 img {
        width: 100%;
        height: 100%;
    }

    .pqr {
        position: absolute;
        top: 65vw;
        left: 41.5vw;
        display: none;
        width: 14vw;
        height: 14vw;
    }

    .pqr1 {
        position: absolute;
        top: 33vw;
        left: 40.5vw;
        display: none;
        width: 16vw;
        height: 16vw;
    }

    .pu {
        padding-top: 5vw;
    }
}



@media screen and (max-width:600px) {
    .gm-style-iw {
        width: 280px !important;
    }

    .info {
        width: 280px;
        height: 120px;
        position: relative;
    }

        .info .img {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            z-index: -1;
        }

            .info .img img {
                width: 100%;
                height: 100%;
            }

        .info .title {
            font-style: italic;
            font-weight: 700;
            color: #5b4fe8;
            font-size: 16px;
            padding: 8px;
            text-align: center;
        }

        .info .k {
            width: 25%;
            float: left;
            padding: 0 8px 8px 8px;
        }

        .info .k, .info .d {
            font-size: 10px;
        }

        .info .d {
            width: 75%;
            float: left;
            color: #00c4c7;
            padding: 0 8px 8px 8px;
        }
}
