html {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

logo {
    cursor: pointer;
    display: inline-block;
    height: 64px;
    width: 100%;
    background: url("../img/logo.png") left center no-repeat;
    background-size: 60%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #202020;
}

header a {
    display: inline-block;
    padding: 0 8px;
    height: 100%;
    font-size: 14px;
    line-height: 64px;
}





#header {
    overflow: hidden;
    margin-top: 64px;
    padding: 32px 0;
    background: url("../img/background/main.jpg") center bottom no-repeat;
    background-size: cover;
}

@keyframes hand {
    0% {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

#hand {
    position: absolute;
    bottom: -32px;
    right: 60%;
    -webkit-animation: hand 1s ease-out;
}

#header p {
    font-size: 18px;
}

#header button {
    margin-right: 8px;
    padding: 12px 0;
    width: 200px;
}

#header a {
    opacity: 1;
    margin-right: 8px;
} #header a:hover {
    opacity: 0.85;
}





#video {
    padding: 0;
}




#how {
    
}

.step {
    cursor: pointer;
    position: relative;
    margin: 32px auto 64px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 2px solid #02A8F3;
    font-size: 18px;
    line-height: 45px;
    color: #02A8F3;
} .step:last-of-type {
    margin-bottom: 0;
} .step.active {
    background: #02A8F3;
    color: white;
} .step:not(:last-of-type):before {
    content: "";
    position: absolute;
    top: 46px;
    left: 50%;
    height: 64px;
    width: 1px;
    background: #DDD;
}

.step column {
    position: absolute;
    left: 64px;
    text-align: left;
    color: black;
}

.step p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(0,0,0, 0.60);
}

#iphone {
    position: absolute;
    top: 48px;
    left: 100px;
    height: 550px;
    width: 270px;
    background: url("../img/iphone.png") center center no-repeat;
}

.screen {
    opacity: 0;
    position: absolute;
    top: 68px;
    left: 20px;
    height: 412px;
    width: 232px;
    background: #111;
} .screen.active {
    opacity: 1;
}

#screen-01 {
    background: url("../img/screenshot/01.png") center center no-repeat;
}

#screen-02 {
    background: url("../img/screenshot/02.jpg") center center no-repeat;
}

#screen-03 {
    background: url("../img/screenshot/03.jpg") center center no-repeat;
}

#screen-04 {
    background: url("../img/screenshot/04.jpg") center center no-repeat;
}

#screen-05 {
    background: url("../img/screenshot/05.jpg") center center no-repeat;
}





#download {
    background: url("../img/background/last.jpg") center center no-repeat;
    background-size: cover;
}

#download h3 {
    margin-bottom: 32px;
}





#faq {
    background: #F9F9F9;
}

#faq label {
    font-size: 18px;
}

#faq input {
    display: none;
} #faq label:before {
    content: "\f360";
    position: absolute;
    top; 0;
    left: -24px;
    font-family: "MaterialDesignIcons";
    color: black;
} #faq input:checked + label:before {
    content: "\f35e";
}

#faq input + label {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin: 8px 0;
    height: 24px;
    width: 100%;
    color: #02A8F3;
} #faq input + label:hover {
    
}

#faq input:checked + label {
    height: auto;
}

#faq p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    color: black;
}





#owners {
    
}





#questions wrapper {
    padding: 0;
}

#questions a {
    margin: 8px 0;
}





#footer {
    background: #414141;
    color: rgba(255,255,255, 0.50);
}

#footer wrapper {
    padding: 0;
}

#footer a {
    text-decoration: underline;
    color: rgba(255,255,255, 0.50);
}











/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    opacity: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}