/* =======================================================================
AppSperia - App Landing Page 
======================================================================= */

/*
1. GLOBAL STYLES
2. TYPOGRAPHY
     2.1 FONTS
     2.2 HEADINGS
3. LAYOUT
     3.1 SECTIONS
     3.2 PRELOADER
     3.3 LOGO
     3.4 SOCIAL ICONS
     3.5 RIGHT MOCKUP
4. MENU
     4.1 SIDE MAIN MENU
     4.2 NAV BULLETS
5. ELEMENTS
     5.1 TABS
     5.2 CAROUSEL
     5.3 BUTTONS
     5.4 TOOLTIP
     5.5 ICONS
6. SECTIONS
     6.1 FEATURES
     6.2 CLIENTS
     6.3 VIDEO
     6.4 SCREENSHOTS
     6.5 PRICING
     6.6 CONTACT
*/


/* --------------------------------------
GLOBAL STYLES
-----------------------------------------*/


html,
body {
    margin: 0;
    height: 100%;
    padding: 0;
    /*overflow: hidden;*/
}

a {
    color: #f27d15;
    text-decoration: none;
}

strong {
    /*font-family: 'walkway_ultraboldregular' */
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

body {
    /*background: url(../images/palmer.jpg);*/
    background-position-y: 0 !important;
    background-size: cover;
    color: #333;
    /*font-family: Open Sans;*/
    font-family: 'Lato', sans-serif;
}

ul {
    list-style-type: none;
    padding: 0;
}


/*---------------------------------------
   TYPOGRAPHY                
-----------------------------------------*/


/* FONTS */

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

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

/* HEADINGS */

h1,
h2,
h3 {
    color: #333;
    margin-bottom: 7px;
    font-size: 54px;
    font-weight: 300;
    /*font-family: 'walkway_semiboldregular';*/
    font-family: 'Lato', sans-serif;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
    padding-top: 15px;
    font-weight: 400;
}

h4,
h5,
h6 {
    font-weight: 400;
}




/*---------------------------------------
   LAYOUT          
-----------------------------------------*/


/*SECTIONS*/

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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 */
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.wrap {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .wrap .box,
    .wrap {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }

.box {
    /*font-family: Open Sans;*/
    font-family: 'Lato', sans-serif;
    text-align: left;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 18px;
    width: 51%;
}

    .box p {
        margin: 15px 0;
    }

.overlay {
    background: #333;
    opacity: 0.6;
    position: fixed;
    width: 100%;
    height: 100%;
}
/*Section 0*/
#section0 {
    background: url(../images/lily.jpg);
    background-position-y: 0 !important;
    background-size: cover;
    color: #fff;
    z-index: 5;
}

.mainbox {
    background-color: rgba(29,29,29, 0.5);
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#section0 h1 {
    color: #FFF;
    font-weight: 500;
}

#subheading {
    margin-top: 10px;
}



#section0 .simple-button {
    display: block;
    margin: 3px auto;
    width: 50%;
    text-align: center;
}

#section0 p {
    color: #fff;
    font-weight: 400;
}


.comingsoon {
    max-width: 130px;
}

.hand1 {
    z-index: 2;
    pointer-events: none;
}

#header-button {
    z-index: -100;
}

.hidefooter {
    z-index: 10;
}

/*section 2*/
#section2 {
    background-color: #f2f2f2;
    z-index: 0;
}

.sticky {
    top: 0;
    position: fixed !important;
   
}


#section5 {
    background-color: #f2f2f2;
    z-index: 0;
}


/*section 4*/
#section4 {
    background: url(../images/6602.jpg);
    background-position-y: 0 !important;
    background-size: cover;
    color: #fff;
    z-index: 5;
    margin-top: 0;
}

#section4 .box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*#section4 .mainbox {
    background-color: rgba(29,29,29, 0.6);
}*/

#section4 h2 {
    color: #fff;
}

#section4 p {
    color: #fff;
    font-weight: 400;
}

/*preloader*/

#preloader {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #333333;
}

    #preloader img {
        position: absolute;
        top: 45%;
        left: 50%;
        margin-left: -90px;
        width: 180px;
    }

/*Logo   */

#logo {
    position: fixed;
    top: 2%;
    font-size: 30px;
    z-index: 1000;
}

    #logo a {
        color: #fff; /*#333*/
    }

/* Header button */
#header-button {
    position: fixed;
    right: 16px;
    top: 16px;
    margin: 0;
    z-index: 3;
}

    #header-button .simple-button {
        background-color: transparent; /*#f27d15*/
        border: solid 1px #f27d15;
        color: #f27d15; /*#fff*/
        border-radius: 100px;
        margin: 0;
        float: none;
        display: block;
        padding-right: 1px;
        font-size: 14px;
    }

#getnotified {
}

#header-button .simple-button:hover {
    background-color: #f27d15;
    color: #ffffff;
}

/*.test {
    position: -webkit-sticky;  
    position: sticky;
    top: 0; 
}*/

/*Social Icons*/

#social-icons {
    position: fixed;
    bottom: 2%;
    font-size: 14px;
}

    #social-icons ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    #social-icons li {
        list-style-type: none;
        display: inline-block;
        margin-right: 10px;
        color: #333;
    }

    #social-icons a {
        font-size: 14px;
        color: #333; /*#333*/
        text-decoration: none;
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

        #social-icons a i {
            font-style: normal;
            font-weight: normal;
            opacity: 1;
            display: block;
            font-variant: normal;
            font-size: 13px;
            border: 1px solid #333; /*#333*/
            border-radius: 4px;
            width: 24px;
            height: 24px;
            text-align: center;
            line-height: 27px;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -webkit-transition: 0.2s ease-in-out;
            -o-transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
        }

    #social-icons.white li, #social-icons.white a, #social-icons.white i {
        color: white;
        border-color: white;
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    #social-icons a:hover i {
        border: 1px solid #65d695;
        color: #65d695;
    }




/*Right side mockup*/

#hand {
    background: url(../images/hand-mockup-iphone6.png) top no-repeat;
    width: 800px;
    height: 599px;
    background-size: 100%;
    position: fixed;
    margin-left: -209px;
    bottom: 0;
    margin-top: 0;
    left: 50%;
}

/*#hand {
    background: url(../images/hand-mockup.png) top no-repeat;
    width: 800px;
    height: 1000px;
    background-size: 100%;
    position: fixed;
    margin-left: -209px;
    top: 50%;
    margin-top: -270px;
    left: 50%;
}*/


/*---------------------------------------
   MENUS          
-----------------------------------------*/


/*side main menu*/


#main-nav {
    position: fixed;
    z-index: 1001;
    top: 2%;
    left: 14px;
    font-size: 36px;
    font-weight: 300;
    color: #333;
}

    #main-nav span {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }

    #main-nav:hover span {
        color: #ccc;
    }

    #main-nav.white:hover span {
        color: #888;
    }

#menu-logo img {
    display: block;
    margin: 30px auto 35px auto;
    width: 60px;
}

#menu-header {
    padding: 25px;
    color: white;
    font-size: 24px;
    letter-spacing: 1.3px;
    font-weight: 500;
    position: relative;
    top: 20px;
}

#circle-logo {
    display: none;
}

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 240px;
    overflow-x: none;
    overflow-y: auto;
    /*font-family: "lucida grande",tahoma,verdana,arial,sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    background: #333333;
}

    .sidr.right {
        left: auto;
        right: -260px;
    }

    .sidr.left {
        left: -260px;
        right: auto;
    }

    .sidr ul {
        display: block;
        margin: 40px 0 15px;
        padding: 0;
    }

        .sidr ul li {
            display: block;
            margin: 0;
            margin: 7px 0;
            line-height: 45px;
            border: none;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            -moz-transition: 0.3s;
            transition: 0.3s;
        }

            .sidr ul li:hover,
            .sidr ul li.active,
            .sidr ul li.sidr-class-active {
                border-top: none;
                background: #65d695;
            }

                .sidr ul li:hover > a,
                .sidr ul li:hover > span,
                .sidr ul li.active > a,
                .sidr ul li.active > span,
                .sidr ul li.sidr-class-active > a,
                .sidr ul li.sidr-class-active > span {
                    background: #65d695;
                }

            .sidr ul li a,
            .sidr ul li span {
                padding: 0 25px;
                display: block;
                text-decoration: none;
                color: #fff;
                /*font-family: Open Sans;*/
                font-family: 'Lato', sans-serif;
                font-size: 15px;
                text-transform: uppercase;
                font-weight: 700;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                -moz-transition: 0.3s;
                transition: 0.3s;
                letter-spacing: 1.1px;
                font-weight: 500;
            }

                .sidr ul li a span {
                    display: inline-block;
                    padding-left: 0;
                    font-weight: 300;
                    font-size: 16px;
                }

.sidr-open .wrap {
    width: 1000px;
}

.sidr-open .fp-slidesNav {
    margin-left: -502px !important;
}

.sidr-open .wrap .box {
    width: 40%;
}

.sidr-open #main-nav {
    left: 250px;
}

/*navigation bullets*/

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 52%;
    opacity: 1;
}

    #fp-nav.left {
        left: 17px;
    }

    #fp-nav span,
    .fp-slidesNav span {
        border-color: #aaa;
    }

    #fp-nav li .active span,
    .fp-slidesNav .active span {
        background: #fff;
    }

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    margin-left: -523px !important;
    text-align: left;
    left: 50%;
    opacity: 1;
    top: 50%;
    margin-top: 200px;
}

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul,
    .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

    #fp-nav li,
    .fp-slidesNav li {
        display: block;
        width: 12px;
        height: 12px;
        margin: 7px;
        position: relative;
    }

    .fp-slidesNav li {
        display: inline-block;
        margin: 3px;
    }

        .fp-slidesNav li a,
        #fp-nav li a {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            outline: none;
            border-radius: 50%;
            background-color: #fff;
            background-color: rgba(255, 255, 255, 0.3);
            text-indent: -999em;
            cursor: pointer;
            position: absolute;
        }

        .fp-slidesNav li a,
        #fp-nav li a {
            background-color: transparent;
            box-shadow: inset 0 0 0 1px rgb(133,131,131);
            -webkit-transition: box-shadow 0.3s ease;
            -moz-transition: box-shadow 0.3s ease;
            -o-transition: box-shadow 0.3s ease;
            transition: box-shadow 0.3s ease;
        }

            .fp-slidesNav li a:hover,
            .fp-slidesNav li a:focus,
            #fp-nav li a:hover,
            #fp-nav li a:focus {
                box-shadow: inset 0 0 0 2px #333;
            }

            .fp-slidesNav li a.active,
            #fp-nav li a.active {
                box-shadow: inset 0 0 0 8px #333;
            }

        .fp-slidesNav li a {
            box-shadow: inset 0 0 0 1px rgb(133,131,131);
        }

            .fp-slidesNav li a.active {
                box-shadow: inset 0 0 0 8px #333;
            }

/*---------------------------------------
   ELEMENTS          
-----------------------------------------*/


/*tabs*/

.tabs-style-linemove nav {
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    border-radius: 4px;
}

    .tabs-style-linemove nav li:last-child::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #65d695;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
    }

    .tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-400%,0,0);
        -moz-transform: translate3d(-400%,0,0);
        -ms-transform: translate3d(-400%,0,0);
        -o-transform: translate3d(-400%,0,0);
        transform: translate3d(-400%,0,0);
    }

    .tabs-style-linemove nav li:nth-child(1).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-300%,0,0);
        -moz-transform: translate3d(-300%,0,0);
        -ms-transform: translate3d(-300%,0,0);
        -o-transform: translate3d(-300%,0,0);
        transform: translate3d(-300%,0,0);
    }

    .tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-200%,0,0);
        -moz-transform: translate3d(-200%,0,0);
        -ms-transform: translate3d(-200%,0,0);
        -o-transform: translate3d(-200%,0,0);
        transform: translate3d(-200%,0,0);
    }

    .tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    .tabs-style-linemove nav a {
        padding: 20px 0;
        color: #333;
        line-height: 1;
        -webkit-transition: color 0.3s, -webkit-transform 0.3s;
        -moz-transition: color 0.3s, transform 0.3s;
        -o-transition: color 0.3s, transform 0.3s;
        transition: color 0.3s, transform 0.3s;
    }

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    min-height: 270px;
}

    .tabs nav {
        text-align: center;
    }

        .tabs nav ul {
            position: relative;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            margin: 0 auto;
            padding: 0;
            max-width: 1200px;
            list-style: none;
            -ms-box-orient: horizontal;
            -ms-box-pack: center;
            -webkit-flex-flow: row wrap;
            -moz-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
        }

            .tabs nav ul li {
                position: relative;
                z-index: 1;
                display: block;
                margin: 0;
                text-align: center;
                -webkit-flex: 1;
                -moz-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

        .tabs nav a {
            position: relative;
            display: block;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1;
        }

            .tabs nav a span {
                vertical-align: middle;
            }

            .tabs nav a:focus {
                outline: none;
            }

.content-wrap {
    position: relative;
}

    .content-wrap section {
        display: none;
        margin: 0 auto;
        padding: 15px 0 0 0;
    }

        .content-wrap section.content-current {
            display: block;
        }

/*carousel*/

.fp-slidesContainer {
    float: left;
    position: relative;
}

.slides-wrapper {
    position: relative;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}

    .fp-controlArrow.fp-prev {
        left: -70px;
        width: 40px;
        height: 74px;
        border: none;
        display: block;
        background: url(../images//bg_direction_nav.png) no-repeat 0 0;
        cursor: pointer;
        opacity: 0.6;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }

    .fp-controlArrow.fp-next {
        right: -70px;
        width: 40px;
        height: 74px;
        border: none;
        display: block;
        background: url(../images//bg_direction_nav.png) no-repeat 0 0;
        cursor: pointer;
        opacity: 0.6;
        background-position: 100% 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }

        .fp-controlArrow.fp-prev:hover,
        .fp-controlArrow.fp-next:hover {
            opacity: 1;
        }

/*buttons*/

.appstore, .appstore2 {
    background: url(../images/appstore.png);
    height: 21px;
    width: 17px;
    margin-top: 0px;
    float: left;
}

.appstore2 {
    background: url(../images/appstore2.png);
    float: none;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.appstore-button:hover .appstore {
    background: url(../images/appstore.png);
}

.playstore {
    background: url(../images/playstore.png);
    height: 20px;
    width: 17px;
    margin-top: 2px;
    float: left;
}

.playstore-button:hover .playstore {
    background: url(../images/playstore2.png);
}

.simple-button, .button.submit {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.2px;
    border-radius: 4px;
    color: #ffffff;
    min-width: 130px;
    text-decoration: none;
    padding: 12px 25px;
    margin: 3px auto;
    width: 50%;
    text-align: center;
    padding: 20px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: #f27d15;
    /*-webkit-appearance: none !important;*/
}

    .simple-button:hover {
        color: #fff;
        background: #D76A0B;
    }

/*tooltip*/

.tooltip {
    position: relative;
}

    .tooltip::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 20px;
        bottom: 100%;
        left: 50%;
        pointer-events: none;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .tooltip:hover::after {
        pointer-events: auto;
    }

.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 335px;
    left: 50%;
    bottom: 100%;
    color: #333;
    background: transparent;
    opacity: 0;
    margin: 0 0 20px -167px;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s 0.3s;
    -moz-transition: opacity 0.3s 0.3s;
    -o-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

.tooltip:hover .tooltip-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.tooltip-content span {
    display: block;
}

.tooltip-text {
    border-bottom: 10px solid #65d695;
    overflow: hidden;
    -webkit-transform: scale3d(0,1,1);
    -moz-transform: scale3d(0,1,1);
    -ms-transform: scale3d(0,1,1);
    -o-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: transform 0.3s 0.3s;
    -o-transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}

.tooltip:hover .tooltip-text {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.tooltip-inner {
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
    min-height: 80px;
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    webkit-transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.tooltip:hover .tooltip-inner {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tooltip a {
    color: #333;
    font-weight: bold;
}

    .tooltip a:hover {
        color: #65d695;
    }

.tooltip-content::after {
    content: '';
    bottom: -20px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #65d695;
    border-width: 10px;
    margin-left: -10px;
}

.tooltip-inner .icon {
    float: left;
    display: block;
    color: #ddd;
    font-size: 40px;
    color: #65d695;
    height: 80px;
    margin-right: 30px;
    line-height: 80px;
}

/*icons*/

.icon {
    font-weight: normal;
    line-height: 20px;
    margin-right: 5px;
}

.clients-content .icon,
.tabs .icon,
.features .icon {
    color: #65d695;
}

.simple-button .icon {
    margin-right: 20px;
    font-size: 18px;
}

.fc-icon {
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.fc-icon-light {
    background-image: url('../images/fc-icon-light.svg');
}

.fc-icon-olive {
    background-image: url('../images/fc-icon-olive.svg');
}

.fc-icon-door {
    background-image: url('../images/fc-icon-door.svg');
}

.fc-icon-flask {
    background-image: url('../images/fc-icon-flask.svg');
}

.fc-icon-blog {
    background-image: url('../images/fc-icon-blog.svg');
}


/* --------------------------------------
SECTIONS
-----------------------------------------*/


/*Features*/

.features {
    margin-top: 10px;
    float: left;
    margin-right: 50px;
    margin-bottom: 0;
}

    .features li {
        margin-bottom: 10px;
    }

/*Clients feedbacks*/

.clients-content {
    position: relative;
}
    /*.clients-content .fp-controlArrow { display: none }*/
    .clients-content .fp-tableCell {
        height: 100% !important;
    }

.client-stars {
    float: right;
}

.clients-content p {
    margin-top: 0;
}

/* Video Presentation*/

.video-presentation {
    width: 100%;
    margin-top: 30px;
}

    .video-presentation iframe {
        border: none;
    }

/*Screenshots*/

/*.screenshots-wrapper,
.section-image {
    position: fixed;
    left: 50%;
    top: 50%;
    overflow: hidden;
    z-index: 10;
    margin-top: -192px;
    width: 232px;
    height: 407px;
    margin-left: 270px;
    border-radius: 3px;
}*/
.screenshots-wrapper, .section-image {
    position: fixed;
    left: 50%;
    bottom: 122px;
    overflow: hidden;
    z-index: 10;
    width: 232px;
    height: 407px;
    margin-left: 267px;
    border-radius: 3px;
}

    .screenshots-wrapper img,
    .section-image img {
        width: 100%;
        display: block;
        max-height: 407px;
    }

.screenshots-wrapper {
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    -moz-transition: 0.9s;
    transition: 0.9s;
    opacity: 0;
}

.active .screenshots-wrapper {
    opacity: 1;
    overflow: visible;
}

.screenshots-wrapper .fp-tableCell {
    height: 100% !important;
}

.active .section-image img {
    opacity: 1;
}

/*Pricing*/

.pricing-button {
    padding: 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.2);
    font-weight: 700;
}

.price-table {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    text-align: center;
    width: 31%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
}

.popular {
    color: #fff;
    padding: 30px 0;
}

    .popular .icon {
        color: #fff;
    }

.package {
    padding: 20px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 22px;
    /*font-family: 'walkway_semiboldregular';*/
    font-family: 'Lato', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.popular .price {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.dollar {
    font-size: 21px;
}

.amount {
    font-size: 28px;
    line-height: 32px;
}

.specifications {
    list-style: none;
    text-align: left;
    margin: 15px 20px;
}

.sidr-open .specifications {
    margin: 15px 10px;
}

.specifications li {
    padding: 3px;
}

.specifications .icon {
    padding-right: 10px;
    color: #65d695;
}

.normal .btn-line {
    width: 150px;
}

.popular .btn-line {
    color: #fff !important;
    border-color: #fff !important;
}

.price-table:hover .pricing-button,
.price-table:hover .package {
    background: #65d695;
}

.price-table .pricing-button a {
    color: #65d695;
}

.price-table:hover .pricing-button a {
    color: #fff;
}

.price-table:hover .package {
    color: #fff;
}

/*Contact*/

.contact-form {
    /*float: left;*/
    margin-top: 0px;
    width: 100%;
}

    .contact-form label {
        display: block;
    }

    .contact-form input::-webkit-input-placeholder {
        color: #333;
    }

    .contact-form input::-moz-placeholder {
        color: #333;
        opacity: 1;
    }

    .contact-form input:-moz-placeholder {
        color: #333;
        opacity: 1;
    }

    .contact-form textarea::-webkit-input-placeholder {
        color: #333;
    }

    .contact-form textarea::-moz-placeholder {
        color: #333;
        opacity: 1;
    }

    .contact-form textarea:-moz-placeholder {
        color: #333;
        opacity: 1;
    }

    .contact-form textarea,
    .contact-form input {
        outline: none;
        background: none;
        /*float: left;*/
        color: #333;
        width: 90%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        /*font-family: Open Sans;*/
        font-family: 'Lato', sans-serif;
        border: none;
        font-weight: 400;
        font-size: 13px;
        /*margin-left: 7%;
    margin-right: 3%;*/
        padding: 10px;
        background: rgba(255, 255, 255, 0.8);
        margin-bottom: 10px;
        margin-top: 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }

        .contact-form textarea:focus,
        .contact-form input[type=email]:focus {
            background: #fff;
            color: #333;
        }

    .contact-form textarea {
        width: 97%;
        resize: none;
        height: 70px;
        margin-bottom: 0;
    }

input.submit {
    display: block;
    position: relative;
    font-weight: 400;
    border-radius: 4px;
    letter-spacing: 1.2px;
    color: #ffffff;
    border: none;
    min-width: 150px;
    font-size: 15px;
    margin-left: 15%;
    margin-right: auto;
    text-decoration: none;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: #f27d15;
    width: 70%;
}

    input.submit:hover {
        background: #D76A0B;
        color: #fff;
    }

#mobile-menu {
    display: none;
    position: fixed;
    top: -36px;
    text-align: center;
    background: #444;
    width: 100%;
    z-index: 9999;
}

#mobile-menu ul {
        margin:8px 0 10px;
        white-space:nowrap;
    }

#mobile-menu li {
    display: inline;
    margin: 0 12px;
    font-size: 12px;
}

#legal-wrapper {
    text-align: center;
    margin-top: 20px;
}