/* Table of Content
================================================== */

body {
    font-family: 'Open Sans', sans-serif;
}

p, a {
    text-decoration: none;
}


@media only screen and (min-width: 768px) {
    p, label, li {
        font-size: 1.2em;
        line-height: 1.6em;
    }
}

.nav-header li {
    text-transform: uppercase;
    font-size: 13px;
}

/* #Site Styles
================================================== */


/* #Header
================================================== */

.nav li a {
    color: white;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

    .nav li a:hover {
        background: inherit;
        text-decoration: underline;
    }

.navbar-toggle {
    margin-top: 1px;
    margin-right: 0px;
    padding: 0px;
    color: white;
    cursor: pointer;
}

.navcontainer {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 13px;
}

    .navcontainer li {
        margin-bottom: 13px;
    }

header {
    width: 100%;
    height: auto;
}

    header.android {
        background: url(/images/background.jpg?v=6) repeat-y;
        background-size: cover;
        padding-top: 200px;
        padding-bottom: 40px;
    }

    header.error-header {
        background: url(/images/background.jpg?v=6) repeat-y;
        background-size: cover;
        padding-top: 7.5px;
        padding-bottom: 40px;
    }

    header .navbar {
        position: absolute;
        background-color: rgba(56,68,91,0.15);
        top: 0px;
        width: 100%;
        min-height: 50px;
        border-radius: 0;
        color: white;
        z-index: 999;
    }

@media (max-width: 767px) {
    header .navbar {
        background-color: rgba(56,68,91,0.95);
    }
    li.nav-item {
        line-height: 1.7em;
    }
}

header .intro-text h3 {
    font-size: 25px;
    padding-top: 20px;
    line-height: 30px;
    color: #fff;
}

header .error {
    text-align: center;
    padding-top: 163px;
}

    header .error h1 {
        display: inline;
        font-size: 125px;
        line-height: 135px;
        font-family: 'Racing Sans One', cursive;
        font-weight: normal;
        color: #fff;
    }

    header .error h2 {
        font-size: 48px;
        color: #fff;
    }

header .logo h1 {
    font-size: 48px;
    line-height: 54px;
    color: #fff;
}

header .logo h2 {
    margin-top: 25px;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
}

header .logo h3 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

header .download-links {
    width: 150px;
}

#video .youtube {
    height: 575px;
}

/* #Info
================================================== */

#info {
    width: 100%;
    background: #1C9DF8;
    height: auto;
}

    #info .header {
        text-align: center;
        font-size: 40px;
        line-height: 36px;
        font-weight: bold;
        color: #fff;
    }

    #info .subheader {
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0 auto;
        width: 700px;
        text-align: center;
        color: #fff;
    }

    #info .left {
        margin-top: 20px;
    }

    #info .info-box {
        background: white;
        height: auto;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-top: 40px;
        color: #333;
        position: relative;
        top: 0px;
        z-index: 2;
        transition: ease-in;
        transition-duration: 0.2s;
    }

        #info .info-box:hover {
            left: -20px;
            transition: ease-in;
            transition-duration: 0.2s;
        }

        #info .info-box h3 {
            color: #333;
            font-size: 18px;
            font-weight: 800;
        }

        #info .info-box .icon {
            text-align: center;
        }

            #info .info-box .icon i {
                margin-top: 50%;
            }

    #info .right {
        margin-top: 0px;
    }


    #info .android-image .slider-app {
        position: relative;
        left: 15px;
        top: 51px;
        width: 270px;
    }

    #info .iphone-image .slider-app {
        position: relative;
        left: 25px;
        top: 92px;
        width: 245px;
    }


#slides > a, #slides > ul {
    display: none !important;
}

.arrow {
    background: white;
    right: -17px;
    margin-top: -20px;
    z-index: 2;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    overflow: hidden;
}


/* #Team
================================================== */

#team {
    text-align: center;
    background: #f4f4f4;
}

    #team .container .columns {
        margin-left: 7px;
    }

    #team img {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    #team h3 {
        font-size: 18px;
        margin-top: 20px;
    }


/* #Testimonials
================================================== */

#testimonials .header {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
}

#testimonials .subheader {
    margin: 0 auto;
    width: 700px;
    text-align: center;
}

#testimonials .key {
    margin: 0 auto;
    width: 600px;
    text-align: center;
    padding-bottom: 30px;
}

#testimonials .systemcontainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 20px;
    margin-top: 30px;
}


/* #Beta
================================================== */


#beta {
    background: #1C9DF8;
    color: #fff;
    text-align: center;
    height: auto;
}


    #beta h1 {
        font-size: 42px;
        color: white;
    }

    #beta .beta-note {
        margin-left: auto;
        margin-right: auto;
        width: 560px;
        padding-bottom: 15px;
    }

    #beta h3 a {
        font-size: 18px;
        line-height: 25px;
        color: white;
    }

        #beta h3 a:hover {
            text-decoration: underline;
        }


/* #Footer
================================================== */

footer {
    background: #222;
}

    footer .container {
        padding: 30px 0px 30px 0px;
        color: #999;
    }

        footer .container a {
            color: #999;
            text-decoration: none;
        }

            footer .container a:hover {
                text-decoration: underline;
            }

    footer .copyright a {
        font-family: 'Racing Sans One';
        font-size: 16px;
    }


.horizontal {
    display: block;
}

.vertical {
    display: none;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    header.android {
        padding-top: 200px;
        padding-bottom: 20px;
    }

    header .intro-text h3 {
        font-size: 20px;
        padding-top: 20px;
        line-height: 24px;
        color: #fff;
    }

    header .error {
        text-align: center;
    }

        header .error h1 {
            display: inline;
            font-size: 105px;
            line-height: 110px;
            font-family: 'Racing Sans One', cursive;
            font-weight: normal;
            color: #fff;
        }

        header .error h2 {
            font-size: 42px;
            color: #fff;
        }

    header .logo h1 {
        font-size: 37px;
        line-height: 42px;
        color: #fff;
    }

    header .logo h2 {
        margin-top: 20px;
        font-size: 23px;
        line-height: 28px;
        color: #fff;
    }

    header .logo h3 {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
    }

    #video .youtube {
        height: 467px;
    }



    #info .subheader {
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0 auto;
        width: 470px;
        text-align: center;
    }

    #info .info-box {
        width: 400px;
        top: -45px;
    }


        #info .info-box .info {
            width: 269px;
        }

    #team .container .columns {
        margin-left: 7px;
    }

    #testimonials .subheader {
        padding-bottom: 20px;
        margin: 0 auto;
        width: 650px;
        text-align: center;
    }

    #testimonials .key {
        padding-top: 0px;
        padding-bottom: 30px;
        margin: 0 auto;
        width: 600px;
        text-align: center;
    }

    #beta .beta-note {
        margin-left: auto;
        margin-right: auto;
        width: 560px;
        padding-bottom: 15px;
    }

    .horizontal {
        display: block;
    }

    .vertical {
        display: none;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    header .error {
        text-align: center;
    }

        header .error h1 {
            display: inline;
            font-size: 80px;
            line-height: 80px;
            font-family: 'Racing Sans One', cursive;
            font-weight: normal;
            color: #fff;
        }

        header .error h2 {
            font-size: 34px;
            color: #fff;
        }

    header .logo h1 {
        font-size: 40px;
        line-height: 47px;
        color: #fff;
    }

    header .logo h2 {
        margin-top: 18px;
        font-size: 22px;
        line-height: 27px;
        color: #fff;
    }

    header .logo h3 {
        font-size: 17px;
        line-height: 20px;
        color: #fff;
    }

    #video .youtube {
        height: 271px;
    }

    #info .subheader {
        margin: 0 auto;
        width: 260px;
        text-align: center;
    }

    #info .info-box {
        width: inherit;
    }


        #info .info-box .icon i {
            margin-top: 20px;
        }

        #info .info-box .info {
            text-align: center;
            width: auto;
            padding: 10px;
        }



    #info .arrow {
        display: none;
    }

    #info .info-box:hover {
        left: 0;
    }

    #info .right {
        width: 300px;
        margin-left: 50px;
    }

    .bx-wrapper img {
        display: inline !important;
    }

    #beta {
        height: 260px;
    }

        #beta h1 {
            font-size: 32px;
            margin-bottom: 0px;
        }

        #beta .beta-note {
            margin-left: auto;
            margin-right: auto;
            width: 400px;
            padding-bottom: 15px;
        }

        #beta h3 {
            font-size: 16px;
        }


    #mail .email-text, #mail-vertical .email-text {
        margin: -102px -4px;
        text-align: center;
    }

    #mail .email-input, #mail-vertical .email-input {
        margin-left: 56px;
    }

    footer {
        text-align: center;
    }


    #mail-vertical .email-input {
        margin-left: 0;
        margin-top: 54px;
    }

    #mail-vertical .email-text {
        width: auto;
        margin-top: -22px;
    }

    #team .container .columns {
        margin-left: -5px;
    }

    #testimonials .subheader {
        margin: 0 auto;
        width: 500px;
        text-align: center;
    }

    #testimonials .key {
        margin: 0 auto;
        width: 440px;
        text-align: center;
    }

    .horizontal {
        display: block;
    }

    .vertical {
        display: none;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    header.android {
        padding-top: 170px;
    }

    .horizontal {
        display: none;
    }

    .vertical {
        display: block;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    header.android {
        padding-top: 60px;
    }

    header .error {
        text-align: center;
    }

        header .error h2 {
            font-size: 26px;
            color: #fff;
        }

    header .logo h1 {
        font-size: 29px;
        line-height: 34px;
        color: #fff;
    }

    header .logo h2 {
        margin-top: 18px;
        font-size: 15.5px;
        line-height: 21px;
        color: #fff;
    }

    header .logo h3 {
        font-size: 14px;
        line-height: 19px;
        color: #fff;
    }


    #video .youtube {
        height: 204px;
    }

    #info .right {
        margin: 0;
    }

    #info .header {
        font-size: 22px;
        line-height: 28px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #info .subheader {
        margin: 0 auto;
        width: 260px;
        text-align: center;
    }

    #beta .iphone img {
        width: 400px;
        margin-left: -50px;
    }

    #mail .email-text {
        width: auto;
    }

    #mail .email-input {
        margin-left: 0;
    }

    #beta {
        height: 310px;
    }

        #beta h1 {
            line-height: 35px;
        }

        #beta .beta-note {
            margin-left: auto;
            margin-right: auto;
            width: 300px;
            padding-top: 15px;
        }

        #beta h3 {
            padding-top: 20px;
            font-size: 15px;
        }


    #team .container .columns {
        margin-left: 0px;
    }

    #testimonials .header {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
    }

    #testimonials .subheader {
        margin: 0 auto;
        width: 300px;
        text-align: center;
    }

    #testimonials .key {
        margin: 0 auto;
        width: 300px;
        text-align: center;
    }

    .horizontal {
        display: none;
    }

    .vertical {
        display: block;
    }
}
