
/*geral.css*/

/*423404*/

                    
                    
                    
                    /* app.scss */
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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/**
 * fullPage 2.6.0
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: transparent;
}

#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .fp-controlArrow.fp-prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .fp-controlArrow.fp-next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }

.fp-scrollable {
    overflow: scroll;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

    .fp-slidesNav.bottom {
        bottom: 17px;
    }

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul,
    .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

        #fp-nav ul li,
        .fp-slidesNav ul li {
            display: block;
            width: 14px;
            height: 13px;
            margin: 5px;
            position: relative;
        }

            #fp-nav ul li a,
            .fp-slidesNav ul li a {
                display: block;
                position: relative;
                z-index: 1;
                width: 100%;
                height: 100%;
                cursor: pointer;
                text-decoration: none;
            }

                #fp-nav ul li a.active span,
                .fp-slidesNav ul li a.active span {
                    height: 12px;
                    width: 12px;
                    margin: -6px 0 0 -6px;
                    border-radius: 100%;
                    background: #08243e;
                }

            #fp-nav ul li:hover #fp-nav ul li a.active span, #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover .fp-slidesNav ul li a.active span, #fp-slidesNav ul li:hover .fp-slidesNav ul li a.active span {
                height: 12px;
                width: 12px;
                margin: -6px 0 0 -6px;
                border-radius: 100%;
            }

            #fp-nav ul li a span,
            .fp-slidesNav ul li a span {
                border-radius: 50%;
                position: absolute;
                z-index: 1;
                height: 6px;
                width: 6px;
                border: 0;
                background: rgba(8, 36, 62, 0.3);
                left: 50%;
                top: 50%;
                margin: -3px 0 0 -3px;
                -webkit-transition: all 0.1s ease-in-out;
                -moz-transition: all 0.1s ease-in-out;
                -o-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }

            #fp-nav ul li:hover a span,
            .fp-slidesNav ul li:hover a span {
                width: 10px;
                height: 10px;
                margin: -5px 0px 0px -5px;
            }

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

    #fp-nav.right {
        right: 17px;
    }

    #fp-nav.left {
        left: 17px;
    }

    #fp-nav ul li .fp-tooltip {
        position: absolute;
        top: -2px;
        color: #fff;
        font-size: 14px;
        font-family: arial, helvetica, sans-serif;
        white-space: nowrap;
        max-width: 220px;
        overflow: hidden;
        display: block;
        opacity: 0;
        width: 0;
    }

        #fp-nav ul li .fp-tooltip.right {
            right: 20px;
        }

    #fp-nav ul li:hover .fp-tooltip {
        -webkit-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        width: auto;
        opacity: 1;
    }

    #fp-nav.fp-show-active a.active + .fp-tooltip {
        -webkit-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        width: auto;
        opacity: 1;
    }

.fp-slidesNav ul li {
    display: inline-block;
}

.button {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #0f4876;
    padding: 10px 20px;
    border: 1px solid #0f4876;
    background: transparent;
    box-sizing: content-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all 200ms ease-in;
}

    .button:hover {
        color: #fff;
        background: #0f4876;
    }

.apple, .android, .glass {
    display: inline-block;
    width: 50px;
    opacity: 1;
    transition: all 200ms ease-in;
}

    .apple:hover, .android:hover, .glass:hover {
        opacity: 0.8;
    }

    .apple img, .android img, .glass img {
        width: 100%;
        height: auto;
    }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-weight: 300 !important;
}

h1 {
    font: 42px "Open Sans", sans-serif;
    color: #0f4876;
    line-height: 52px;
}

h2 {
    font: 20px "Open Sans", sans-serif;
    color: #3c98cc;
    line-height: 30px;
}

h3 {
    font: 18px "Open Sans", sans-serif;
    color: #0f4876;
    line-height: 28px;
}

h3 {
    font: 16px "Open Sans", sans-serif;
    color: #0f4876;
    line-height: 26px;
    font-style: italic;
}

hr {
    outline: none;
    border: 0;
    height: 1px;
    width: 100%;
    max-width: 75px;
    margin: 15px auto 15px 0;
    background: #d6d7d6;
}

p {
    margin-bottom: 20px;
}

.aligncenter {
    text-align: center;
}

strong {
    font-weight: bold;
}

.content ol, .content ul {
    list-style: decimal;
    margin-left: 1.1rem;
    margin-bottom: 20px;
}

.content ol {
    list-style: decimal;
}

.content ul {
    list-style: disc;
}

body {
    background-color: #fff;
    color: #000;
    font: 16px "Open Sans", sans-serif;
    line-height: 28px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

    html.onecolumn, body.onecolumn {
        margin: 0;
        padding: 0;
        overflow: inherit;
    }

.row {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
}

.iphone, .text {
    width: 50%;
    height: 100%;
}

.vtable {
    display: table;
}

    .vtable .iphone, .vtable .text {
        display: table-cell;
        vertical-align: middle;
    }

.section {
    background-size: cover !important;
}

.hero {
    background: url(/uploads/Aina/images/hero_bg.jpg) no-repeat center top;
}

.intro {
    background: #fff;
}

.results {
    background: url(/uploads/Aina/images/results_bg.jpg) no-repeat left top;
}

.live {
    background: url(/uploads/Aina/images/live_bg.jpg) no-repeat right top;
}

.app {
    background: url(/uploads/Aina/images/app_bg.jpg) no-repeat right top;
}

.download {
    background: url(/uploads/Aina/images/download_bg.jpg) no-repeat center top;
}

header {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
}

    header .row {
        max-width: none;
        overflow: hidden;
        *zoom: 1;
    }

    header .logo {
        display: block;
        width: 230px;
        height: 94px;
        float: left;
        padding-top: 10px;
    }

        header .logo a {
            background: url(/uploads/Aina/images/logo.png) no-repeat center center;
            background-size: 100%;
            display: block;
            width: 100%;
            height: 100%;
            text-indent: -9999px;
        }

    header .button_group_wrapper {
        float: right;
        overflow: hidden;
        *zoom: 1;
    }

        header .button_group_wrapper .button_group {
            text-align: right;
        }

.button_group li {
    display: inline-block;
    text-align: left;
}

.button_group.button_group_bot {
    margin-top: 10px;
}

    .button_group.button_group_bot li {
        line-height: 10px;
        margin-left: 10px;
    }

        .button_group.button_group_bot li:first-child {
            width: 88px;
        }

        .button_group.button_group_bot li:last-child {
            width: 76px;
        }

.onecolumn header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 50px 0 25px 0;
}

    .onecolumn header .row {
        text-align: center;
    }

    .onecolumn header .logo {
        display: block;
        margin: 0 auto;
        float: none;
        padding-top: 0;
    }

.hero_row {
    margin-top: 80px;
}

.iphone_hero {
    background: url(/uploads/Aina/images/iphone_hero.png) no-repeat;
    max-width: 395px;
    min-height: 479px;
    background-size: 100%;
}

.hero_logo h1 {
    background: url(/uploads/Aina/images/hero_logo.png) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    width: 100%;
    height: 159px;
    display: block;
}

.hero_logo .button_group {
    margin-top: 25px;
    text-align: center;
}

.iphone_intro {
    background: url(/uploads/Aina/images/iphone_intro.png) no-repeat;
    max-width: 350px;
    min-height: 600px;
    background-size: 100%;
    margin: 0 auto;
}

.results .vtable {
    direction: rtl;
}

    .results .vtable .text {
        direction: ltr;
    }

.iphone_results {
    background: url(/uploads/Aina/images/iphone_results.png) no-repeat;
    max-width: 350px;
    min-height: 600px;
    background-size: 100%;
    margin: 0 auto;
}

.iphone_live {
    background: url(/uploads/Aina/images/iphone_live.png) no-repeat;
    max-width: 350px;
    min-height: 600px;
    background-size: 100%;
    margin: 0 auto;
}

.iphone_app {
    background: url(/uploads/Aina/images/iphone_app.png) no-repeat;
    max-width: 350px;
    min-height: 600px;
    background-size: 100%;
    margin: 0 auto;
}

.logos_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background: #0b2f4d;
    width: 100%;
    display: block;
    padding: 30px 0;
}

.logos {
    overflow: hidden;
    *zoom: 1;
    opacity: 0.7;
}

    .logos.row {
        max-width: none;
    }

    .logos li {
        width: 10%;
        float: left;
        height: 35px;
        text-align: center;
        position: relative;
    }

        .logos li img {
            max-width: 80%;
            max-height: 99%;
            display: block;
            width: auto;
            height: auto;
            margin: 0 auto;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
        }

.appicon {
    text-indent: -9999px;
    background: url(/uploads/Aina/images/icon.png) no-repeat center center;
    background-size: 100%;
    width: 230px;
    height: 94px;
    display: block;
    margin: 0 auto 65px auto;
}

.download_buttons li {
    display: inline-block;
}

    .download_buttons li .button {
        color: #fff;
        border-color: #fff;
        font-size: 24px;
    }

        .download_buttons li .button:hover {
            color: #0f4876;
            background: #fff;
        }

footer {
    position: absolute;
    bottom: 3%;
    color: #fff;
    width: 100%;
}

    footer .row {
        margin: 0 auto;
    }

    footer p {
        font-size: 14px;
        margin-bottom: 0;
        color: #c6c6c6;
    }

    footer a {
        text-decoration: none;
        color: #3c98cc;
    }

    footer span {
        margin-left: 10px;
    }

    footer .cloudsight {
        text-indent: -9999px;
        background: url(/uploads/Aina/images/cloudsight_logo.png) no-repeat center center;
        background-size: 100%;
        width: 210px;
        height: 30px;
        display: block;
        margin: 0 auto 20px auto;
    }

@media screen and (max-width: 767px) {
    .hero {
        background: url(/uploads/Aina/images/hero_bg.jpg) no-repeat center top;
    }

    .intro {
        background: #fff;
    }

    .results {
        background: url(/uploads/Aina/images/results_bg.jpg) no-repeat center top;
    }

    .live {
        background: url(/uploads/Aina/images/live_bg.jpg) no-repeat center top;
    }

    .app {
        background: url(/uploads/Aina/images/app_bg.jpg) no-repeat center top;
    }

    .download {
        background: url(/uploads/Aina/images/download_bg.jpg) no-repeat center top;
    }

    .iphone, .text {
        width: 100%;
        height: 100%;
    }

    .text {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .iphone {
        margin-bottom: 100px;
    }

    .vtable {
        display: block;
    }

        .vtable .iphone, .vtable .text {
            display: block;
            vertical-align: top;
        }

    header, footer {
        position: relative;
    }

    footer {
        bottom: 0;
    }

    .download_row {
        padding-top: 150px;
        margin-bottom: 40px;
    }

    .hero_row {
        margin-top: 80px;
    }

        .hero_row .iphone {
            margin-bottom: 0;
        }

        .hero_row .iphone_hero {
            margin: 0 auto;
        }

        .hero_row .text {
            margin-top: 0;
            margin-bottom: 100px;
        }

            .hero_row .text h1 {
                margin-top: 0;
                background: url(/uploads/Aina/images/hero_logo.png) no-repeat center center;
                background-size: 80% auto;
                text-indent: -9999px;
                width: 100%;
                height: 159px;
                display: block;
            }

    .logos {
        overflow: hidden;
        *zoom: 1;
        opacity: 0.7;
    }

        .logos.row {
            max-width: none;
        }

        .logos li {
            width: 25%;
        }

            .logos li:nth-child(n+5) {
                display: none;
            }
}

@media screen and (max-width: 420px) {
    .button_group_top {
        display: none;
    }

    .button_group_bot {
        padding-top: 5px;
    }

    .hero_row .text h1 {
        height: 100px;
    }
}

                
                
                
                