/*
Version: 0.1.0
*/

/* Bootstrap overrides */
.row {
    margin: 0;
}

.container .row {
    margin: 0 -15px;
}

@font-face {
    font-family: 'helvetica_neue';
    src: url('/content/interface/fonts/helveticaneue.eot');
    src: url('/content/interface/fonts/helveticaneue.eot?#iefix') format('embedded-opentype'), url('/content/interface/fonts/helveticaneue.woff') format('woff'), url('/content/interface/fonts/helveticaneue.ttf') format('truetype'), url('/content/interface/fonts/helveticaneue.svg#helvetica_neue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_bold';
    src: url('/content/interface/fonts/helveticaneuebold.eot');
    src: url('/content/interface/fonts/helveticaneuebold.eot?#iefix') format('embedded-opentype'), url('/content/interface/fonts/helveticaneuebold.woff') format('woff'), url('/content/interface/fonts/helveticaneuebold.ttf') format('truetype'), url('/content/interface/fonts/helveticaneuebold.svg#helvetica_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neue_light';
    src: url('/content/interface/fonts/helveticaneuelight.eot');
    src: url('/content/interface/fonts/helveticaneuelight.eot?#iefix') format('embedded-opentype'), url('/content/interface/fonts/helveticaneuelight.woff') format('woff'), url('/content/interface/fonts/helveticaneuelight.ttf') format('truetype'), url('/content/interface/fonts/helveticaneuelight.svg#helvetica_neue_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_ultralight';
    src: url('/content/interface/fonts/helveticaneueultralight.eot');
    src: url('/content/interface/fonts/helveticaneueultralight.eot?#iefix') format('embedded-opentype'), url('/content/interface/fonts/helveticaneueultralight.woff') format('woff'), url('/content/interface/fonts/helveticaneueultralight.ttf') format('truetype'), url('/content/interface/fonts/helveticaneueultralight.svg#helvetica_ultralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
    color: #000;
    padding: 0;
    margin: 0;
    font-family: "helvetica_neue_light", sans-serif;
    font-size: 17px;
    /*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
}

.small-font {
    font-size: 13px;
}

strong, b {
    font-family: 'helvetica_neue_bold', sans-serif;
    font-weight: bold;
}

/* ---  Start Buttons --- */
.app-btn {
    display: inline-block;
    border: none;
    background: #353535;
    color: #ffffff;
    padding: 12px 16px;
    font-family: "helvetica_neue", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 16px;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    margin-right: 8px;
}

    .app-btn:active, .app-btn:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .app-btn:last-child {
        margin-right: 0;
    }

    .app-btn:hover {
        text-decoration: none;
        background: #000;
        color: #ffffff;
    }

    .app-btn.am-btn-small {
        font-size: 14px;
        line-height: 14px;
        padding: 9px 10px 7px 10px;
    }

    .app-btn.am-btn-white {
        background: #ffffff;
        color: #424242;
    }

        .app-btn.am-btn-white:hover {
            color: #9e9e9e;
        }

    .app-btn.video {
        background-image: url('/content/interface/images/play-icon.png');
        background-repeat: no-repeat;
        background-position: 11px 11px;
        padding-left: 40px;
    }

    .app-btn.how {
        background-image: url('/content/interface/images/info-icon.png');
        background-repeat: no-repeat;
        background-position: 11px 11px;
        padding-left: 40px;
    }

    .app-btn.start {
        background-image: url('/content/interface/images/start-icon.png');
        background-repeat: no-repeat;
        background-position: 11px 11px;
        padding-left: 40px;
    }
/* ---  End Buttons --- */

#app-header {
    min-height: 655px;
    padding: 50px 0;
    background-color: #797979;
    background-image: url('/content/interface/images/header-pattern.png');
}

    #app-header h1,
    #app-header h2,
    #app-header h3,
    #app-header h4,
    #app-header h5,
    #app-header h6,
    #app-header h7,
    #app-header p,
    #app-header a {
        color: #ffffff;
        font-weight: normal;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.21);
    }

    #app-header h1 {
        font-size: 42px;
        font-weight: normal;
    }

    #app-header .subtitle {
        font-family: "helvetica_neue_light", sans-serif;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 17px;
        margin-bottom: 36px;
    }

    #app-header .app-icon-title {
        overflow: hidden;
        width: 100%;
        margin: 0 0 40px 0;
    }

    #app-header .app-icon {
        margin-right: 24px;
        display: inline-block;
        height: 67px;
        width: 67px;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
        float: left;
        overflow: hidden;
        border: 3px solid #fff;
        background: #fff;
    }

    #app-header .app-title {
        padding-top: 8px;
        display: block;
        padding-left: 92px;
    }

    #app-header .app-store-buttons .storebutton {
        margin-bottom: 12px;
        display: inline-block;
    }

        #app-header .app-store-buttons .storebutton:last-child {
        }

        #app-header .app-store-buttons .storebutton img {
            padding-right: 8px;
        }

    #app-header .app-qr .app-qr-code {
        display: inline-block;
        float: left;
        background-color: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 4px;
        margin-right: 8px;
        cursor: pointer;
    }

    #app-header .app-qr {
        margin-top: 36px;
        cursor: pointer;
    }

        #app-header .app-qr img {
            cursor: pointer;
        }

    #app-header .app-main-screenshot {
        position: relative;
        margin-bottom: -130px;
    }

        #app-header .app-main-screenshot img.screenshot {
            position: absolute;
            top: 0;
            margin: 67px 35px;
            width: 237px;
        }

        #app-header .app-main-screenshot.app-main-screenshot-android img.screenshot {
            margin: 85px 34px;
            width: 238px;
        }

        #app-header .app-main-screenshot.app-main-screenshot-wp8 img.screenshot {
            margin: 80px 33px;
            width: 239px;
        }

@media (max-width: 529px) {
    /* XS */
    #app-header .app-store-buttons .storebutton {
        display: block;
    }
}

@media (min-width: 530px) and (max-width: 619px) {
    /* XS */
    #app-header .app-store-buttons .storebutton {
        width: 33%;
    }
}

@media (max-width: 767px) {
    /* XS */
    #app-header {
        text-align: center;
    }

        #app-header .app-icon-title {
            margin: 0 0 30px 0;
        }

        #app-header .app-icon {
            margin: 0 auto;
            float: none;
            margin-bottom: 16px;
        }

        #app-header .app-title {
            text-align: center;
            width: 100%;
            display: block;
            clear: both;
            padding-left:0;
            margin-bottom: 10px;
        }

        #app-header .app-main-screenshot,
        #app-header .app-main-screenshot img.screenshot {
            display: none;
        }

        #app-header .subtitle {
            font-size: 22px;
            line-height: 29px;
        }

        #app-header .subtitle-small-mobile{
            height: 90px!important;
        }

        #app-header .app-store-buttons .storebutton img {
            margin: 0 auto;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* SM */
    #app-header .app-main-screenshot,
    #app-header .app-main-screenshot img.screenshot {
        display: none;
    }

    #app-header {
        padding: 44px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* MD */
    #app-header .app-store-buttons .storebutton {
        width: 160px;
    }

        #app-header .app-store-buttons .storebutton:last-child {
        }

    #app-header .app-main-screenshot img.screenshot {
        margin: 67px 34px;
        width: 239px;
    }

    #app-header .app-main-screenshot.app-main-screenshot-android img.screenshot {
        margin: 85px 34px;
        width: 238px;
    }
}

@media (min-width: 1200px) {
    /* LG */
}


#app-info {
    padding: 96px 0;
}

    #app-info h2 {
        margin-top: 0px;
    }

    #app-info .category-and-version {
        padding-top: 0;
    }

@media (max-width: 767px) {
    #app-info {
        padding: 44px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}



#app-screenshots {
    background-color: #e3e3e3;
    padding: 44px 0;
}

    #app-screenshots .screenshotwrapper {
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

        #app-screenshots .screenshotwrapper img {
            border: 4px solid #fff;
            box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.34);
        }

    #app-screenshots .screenshots-paging {
        position: absolute;
        right: 0;
        top: 34%;
    }

        #app-screenshots .screenshots-paging .store-paging {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #app-screenshots .screenshots-paging .store-paging li {
                background-color: #fff;
                padding: 10px;
                margin-bottom: 2px;
                box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.22);
                cursor: pointer;
            }

                #app-screenshots .screenshots-paging .store-paging li:last-child {
                    margin-bottom: 0;
                }

                #app-screenshots .screenshots-paging .store-paging li:hover {
                    background-color: #f9f9f9;
                }

                #app-screenshots .screenshots-paging .store-paging li span {
                    width: 36px;
                    height: 36px;
                    display: block;
                }

                #app-screenshots .screenshots-paging .store-paging li .ios-icon {
                    background-image: url('/content/interface/images/ios-icon-inactive.png');
                }

                #app-screenshots .screenshots-paging .store-paging li .android-icon {
                    background-image: url('/content/interface/images/android-icon-inactive.png');
                }

                #app-screenshots .screenshots-paging .store-paging li .wp8-icon {
                    background-image: url('/content/interface/images/wp8-icon-inactive.png');
                }

                #app-screenshots .screenshots-paging .store-paging li .ios-icon.active {
                    background-image: url('/content/interface/images/ios-icon-active.png');
                }

                #app-screenshots .screenshots-paging .store-paging li .android-icon.active {
                    background-image: url('/content/interface/images/android-icon-active.png');
                }

                #app-screenshots .screenshots-paging .store-paging li .wp8-icon.active {
                    background-image: url('/content/interface/images/wp8-icon-active.png');
                }


@media (max-width: 767px) {
    #app-screenshots .screenshotwrapper {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 64px;
    }

    #app-screenshots {
        padding: 44px 0 14px 0;
    }

        #app-screenshots .screenshots-paging {
            top: 44px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    #app-screenshots .screenshotwrapper {
        width: 50%;
        margin-bottom: 30px;
    }

    #app-screenshots .screenshots-paging {
        position: fixed;
        right: 0;
        top: 44px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #app-screenshots .screenshots-paging {
        top: 31%;
    }
}

@media (min-width: 1200px) {
}


#app-footer {
    padding: 64px 0;
}

    #app-footer .app-footer-buttons {
        text-align: right;
        padding-top: 27px;
    }


@media (max-width: 767px) {
    /* XS */
    #app-footer {
        padding: 44px 0;
    }

        #app-footer .app-btn {
            display: block;
            margin-bottom: 16px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* SM */
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* MD */
}

@media (min-width: 1200px) {
    /* LG */
}



#lightbox {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    text-align: center;
    cursor: pointer;
}

    #lightbox .lightboxclose {
        width: 100%;
        height: 100%;
        position: fixed;
    }

    #lightbox img.lightbox_img {
        box-shadow: 0 0 25px #111;
        border: 4px solid #fff;
        -webkit-box-shadow: 0 0 25px #111;
        -moz-box-shadow: 0 0 25px #111;
    }

    #lightbox .lightbox_prev {
        z-index: 99;
        background-color: rgba(0,0,0,0.9);
        height: 42px;
        width: 42px;
        top: 0px;
        left: 16px;
        position: fixed;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background-image: url('/content/interface/images/prev_btn.png');
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
    }

    #lightbox .lightbox_next {
        z-index: 99;
        background-color: rgba(0,0,0,0.9);
        height: 42px;
        width: 42px;
        top: 0px;
        right: 16px;
        position: fixed;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background-image: url('/content/interface/images/next_btn.png');
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
    }

@media (max-width: 767px) {
    /* XS */
    #lightbox .lightbox_prev {
        left: 6px;
    }

    #lightbox .lightbox_next {
        right: 6px;
    }
}

@media (max-width: 372px) {
    /* XS */
    #lightbox .lightbox_prev {
        border: 3px solid #fff;
    }

    #lightbox .lightbox_next {
        border: 3px solid #fff;
    }
}
