﻿@charset "UTF-8";
/* CSS Document */

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #cccccc #cccccc #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    /*width: auto\9;*/
    height: auto;
    /*max-width: 100%;*/
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    label,
    select,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    input[type="radio"],
    input[type="checkbox"] {
        cursor: pointer;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-decoration,
        input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    vertical-align: top;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]: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;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.btn-sy {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default {
    background-color: #fff;
    border: 2px solid transparent;
    border-color: #8facba;
    color: #60747F;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    padding: 10px 35px;
}

.btn-pill {
    border-radius: 23px;
    text-decoration: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #ebebeb;
    border-color: #adadad;
    color: #333;
}


body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
    text-rendering: optimizespeed;
}

h1, h2, h3 {
    font-family: 'Fira Sans', sans-serif;
}

.wrpaper {
    width: 100%;
}

.navbar-sy a, a.app {
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

.apps {
    padding-top: 80px;
}

    .apps h1, .testimonials h1, .support h1 {
        font-size: 60px;
        color: #8b9499;
        text-align: center;
        width: 100%;
        font-weight: 300;
        text-transform: uppercase;
        font-family: "Roboto",sans-serif;
        font-weight: 300;
    }


.apps-wrapper > p {
    font-size: 21px;
    color: #8b9499;
    text-align: center;
    font-weight: 300;
    font-family: "roboto",sans-serif;
    line-height: 25px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.benefits h1 {
    font-size: 60px;
    color: #8b9499;
    text-align: center;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
}



.benefits h2 {
    font-size: 21px;
    color: #8b9499;
    text-align: center;
    width: 100%;
    font-weight: 300;
    font-family: "Roboto",sans-serif;
}

.apps .apps-wrapper {
    padding-left: 15px;
    width: 1185px;
    margin: 0 auto;
}

.apps .fb-shop {
    background: #2f9dd2;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f9dd2), to(#2e9ccd));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #2f9dd2, #2e9ccd);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #2f9dd2, #2e9ccd);
    /* IE 10 */
    background: -ms-linear-gradient(top, #2f9dd2, #2e9ccd);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #2f9dd2, #2e9ccd);
}

.apps .tb {
    background: #ff9448;
}

.tb .read-more {
    color: #ff9448;
}

.apps .cp {
    background: #d4362a;
}

.apps .ep {
    background: #262e5d;
}

.apps .raf {
    background: #72a994;
}

.apps .pb {
    background: #c6528f;
}

.apps .gd {
    background: #b3b58e;
}

.apps .app {
    display: table-cell;
    width: 335px;
    padding-top: 70px;
    text-align: center;
    padding-bottom: 90px;
    color: #ffffff;
    margin-bottom: 58px;
    margin-right: 28px;
    margin-left: 28px;
    overflow: hidden;
    float: left;
    position: relative;
    height: 155px;
    transition: all 0.2s ease 0s;
}

    .apps .app img {
        display: block;
        margin: 0 auto;
        -webkit-transform: scale(0.94); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.94); /* FF3.5+ */
        -ms-transform: scale(0.94); /* IE9 */
        -o-transform: scale(0.94); /* Opera 10.5+ */
        transform: scale(0.94);
    }


    .apps .app span.headline {
        display: block;
        font-size: 28px;
        padding-top: 15px;
        font-family: "Roboto",sans-serif;
        font-weight: 400;
    }

    .apps .app span.tag-line {
        display: block;
        font-size: 18px;
        padding-top: 10px;
        font-family: "Fira sans",sans-serif;
        font-weight: 400;
        padding-bottom: 35px;
    }

    .apps .app .line {
        display: block;
        width: 135px;
        border-bottom: 2px solid #ffffff;
        margin: 0 auto;
        padding-top: 50px;
    }

.apps .bottom, .testimonials .bottom {
    clear: both;
    display: block;
    text-align: right;
    margin-bottom: 40px;
    margin-right: 40px;
}

.benefits {
    padding-top: 80px;
    border-top: 1px solid #cecece;
    width: 100%;
    position: relative;
}

    .benefits h3 {
        font-size: 16px;
        color: #8b9499;
        text-align: center;
        width: 100%;
        font-weight: normal;
    }


    .benefits .image-wrapper {
        float: left;
        position: relative;
        width: 66%;
        margin-top: 60px;
    }

    .benefits .sideimage {
    }

    .benefits .text-wrapper {
        float: left;
        position: absolute;
        right: 40px;
        top: 160px;
        width: 23%;
    }

    .benefits .imgshadow {
        width: 61px;
        height: 837px;
        background-image: url(../../images/hp-new/macbook_shadow.png);
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        height: 80%;
        top: -35px;
    }


    .benefits .text-wrapper h3 {
        text-align: left;
        margin: 0;
        font-size: 20px;
        font-weight: 500;
    }

    .benefits .text-wrapper p {
        font-weight: 400;
        text-align: left;
        margin: 5px 0 5px 0px;
        font-size: 14px;
        height: 0px;
        overflow: hidden;
    }

.text-wrapper .active p {
    height: auto;
    transition: all 0.5s;
}

.benefits a.active {
    background-color: #efefef;
}

.benefits a {
    text-decoration: none;
    color: #333333;
    padding: 20px 20px 10px;
    display: block;
    border-radius: 3px;
}

.benefits h3.first {
    color: #FF9448;
}

.benefits h3.second {
    color: #5180b4;
}

.benefits h3.third {
    color: #4c9742;
}

.benefits h3.fourth {
    color: #ea308f;
}

.benefits h3.fifth {
    color: #9e4db3;
}

.stats {
    background: #4595c6;
    height: 385px;
}

    .stats .stat {
        width: 33.33%;
        float: left;
        color: #FFF;
        padding-top: 100px;
    }

        .stats .stat img {
            display: block;
            margin: 0 auto;
        }


        .stats .stat .number {
            font-size: 40px;
            display: block;
            text-align: center;
            padding-top: 25px;
            font-size: 60px;
            font-weight: 900;
        }

        .stats .stat .stat-item {
            font-size: 20px;
            display: block;
            text-align: center;
            font-weight: 400;
            line-height: 70px;
            font-family: "Fira sans",sans-serif;
        }


.clients {
    height: 120px;
    margin-top: 50px;
    text-align: center;
}

    .clients h2 {
        color: #60747F;
        display: inline-block;
        margin-right: 30px;
        font-weight: 500;
        vertical-align: bottom;
    }



.testimonials {
    border-top: 1px solid #c2c1bf;
    background: #f8f5f0;
    padding-top: 70px;
    padding-bottom: 70px;
}

    .testimonials .btn.btn-default.btn-pill {
        background-color: transparent;
    }

    .testimonials .wrapper {
        margin: 0 auto;
        position: relative;
        width: 1200px;
    }


.testimonial {
    float: left;
    width: 33.33%;
    margin-top: 40px;
}

    .testimonial span {
        color: #606060;
        font-size: 15px;
        display: block;
        padding-top: 25px;
        font-family: "Fira sans",sans-serif;
        font-weight: 500;
    }

    .testimonial img {
        background: none repeat scroll 0 0 yellow;
        border: 3px solid #c7c6c2;
        border-radius: 50%;
        float: left;
        height: 84px;
        margin-right: 10px;
        vertical-align: middle;
        width: 84px;
    }

    .testimonial a {
        color: #1483c1;
        font-size: 15px;
        display: block;
        padding-bottom: 10px;
        font-family: "Fira sans",sans-serif;
    }

    .testimonial p {
        font-weight: 400;
        color: #555555;
        font-size: 18px;
        line-height: 28px;
        display: block;
        font-style: italic;
        margin-right: 60px;
    }





.support {
    background-color: #8ba5b1;

    background-position: bottom;
    height: 666px;
    background-repeat: no-repeat;
}

    .support h1 {
        font-size: 40px;
        color: #ffffff;
        text-align: center;
        width: 100%;
        font-weight: 300;
        text-transform: uppercase;
        padding-top: 70px;
    }

    .support p {
        font-size: 24px;
        color: #ffffff;
        text-align: center;
        font-weight: 300;
        line-height: 30px;
    }


.callforaction {
    height: 385px;
    text-align: center;
    background-color: #2c2c2c;
}

    .callforaction h1 {
        font-size: 54px;
        color: #ffffff;
        text-align: center;
        width: 100%;
        font-weight: 500;
        text-transform: uppercase;
        padding-top: 100px;
        margin-top: 0;
        font-family: "Roboto",sans-serif;
    }

    .callforaction .btn-cfa {
        font-size: 30px;
        color: #ffffff;
        text-align: center;
        font-weight: 500;
        background: #ff9000;
        border-radius: 50px;
        padding: 25px 45px;
        margin-top: 40px;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        font-family: "Fira sans",sans-serif;
    }


.navbar-sy {
    height: 91px;
    position: fixed;
    background: rgba(0,0,0,0.1);
    width: 100%;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


    .navbar-sy .logo {
        background-image: url(../../images/hp-new/logo-white.svg);
        background-image: url(../../images/hp-new/logo-white.png);
        width: 134px;
        height: 25px;
        margin-left: 30px;
        margin-top: 30px;
        background-repeat: no-repeat;
        display: block;
        float: left;
    }

    .navbar-sy.xmas .santa {
     background-image: url(../../images/hp-new/santa-add-logo.png);
     width:50px;
     height: 64px;
     position:absolute;
         left: 17px;
    top: 0;
     display:block;
}

    canvas.snow{
            position: absolute;
    left: 0;
    top: 0;
    }

    .navbar-sy.xmas .logo {
        margin-left: 60px;
    }

    .navbar-sy ul {
        list-style: none;
        float: right;
        padding-top: 15px;
        margin: 14px 0;
    }

    .navbar-sy li {
        float: left;
        margin-right: 40px;
        color: #FFF;
        padding-bottom: 3px;
        padding-top: 5px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .navbar-sy li .request-demo-link {
            border: 2px solid rgba(255,255,255,0.5);
            padding: 8px 20px;
            border-radius: 20px;
            cursor: pointer;
        }

    .navbar-sy.scrolling li .request-demo-link {
        border: 2px solid #1483c1;
        cursor: pointer;
        color: #1483c1;
        transition: all 0.5s ease 0s;
    }

@media (max-width:1200px) {
    .request-demo-link {
        display: none;
    }
}





.navbar-sy .btn-cfa {
    background-color: #ff9000;
    font-size: 16px;
    position: relative;
    top: -8px;
    padding: 6px 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.line-right {
    border-right: 1px solid #FFF;
    padding-right: 30px;
    margin-right: 35px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}


.header .text {
    padding-left: 140px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 26%;
}

.header h1 {
    margin: 0;
    font-size: 46px;
    text-transform: uppercase;
    color: #FFF;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    line-height: 48px;
}

.header p {
    margin: 0;
    font-size: 21px;
    padding-top: 10px;
    font-family: "fira sans",sans-serif;
    color: #FFF;
    line-height: 25px;
    font-weight: 300;
}

.header .text .btn-cfa {
    background-color: #ff9000;
    padding: 20px 35px;
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    margin-top: 50px;
    border-radius: 45px;
    font-family: "fira sans",sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.supprted-platforms {
    background: #FFFFFF;
    width: 100%;
    position: relative;
    z-index: 999;
}

    .supprted-platforms span {
        display: block;
    }

        .supprted-platforms span.supprted-platforms-text {
            color: #8fa3ae;
            font-size: 16px;
            width: 12%;
            display: block;
            float: left;
            padding-top: 20px;
            margin-left: 2%;
            font-weight: 400;
        }

.supprted-platforms {
    height: 90px;
    border-bottom: 1px solid #cecece;
}

    .supprted-platforms img {
        padding-right: 6%;
        display: inline-block;
        vertical-align: middle;
        padding-top: 20px;
    }

    .supprted-platforms span.spacer {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        float: none;
    }

.platfroms-wrapper > a {
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 50px;
 margin-right:50px;*/
    margin-top: 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    /* -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

    .platfroms-wrapper > a.etsy:hover {
        /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; */
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }


    .platfroms-wrapper > a.etsy {
        width: 56px;
        height: 28px;
        background-image: url("../../images/hp-new/platform-etsy.png");
    }

        .platfroms-wrapper > a.etsy:hover {
            background-position: 0 -28px;
        }

    .platfroms-wrapper > a.magento {
        width: 42px;
        height: 49px;
        background-image: url("../../images/hp-new/platform-magento.png");
    }

        .platfroms-wrapper > a.magento:hover {
            background-position: 0 -49px;
        }

        .platfroms-wrapper > a.wix {
        width: 65px;
        height: 49px;
        background-image: url("../../images/hp-new/platform-wix.png");
    }

        .platfroms-wrapper > a.wix:hover {
            background-position: 0 -49px;
        }




    .platfroms-wrapper > a.opencart {
        width: 53px;
        height: 38px;
        background-image: url("../../images/hp-new/platform-opencart.png");
    }

        .platfroms-wrapper > a.opencart:hover {
            background-position: 0 -38px;
        }

    .platfroms-wrapper > a.prestashop {
        height: 55px;
        width: 54px;
        background-image: url("../../images/hp-new/platform-prestashop.png");
    }

        .platfroms-wrapper > a.prestashop:hover {
            background-position: 0 -55px;
        }

    .platfroms-wrapper > a.shopify {
        width: 44px;
        height: 47px;
        background-image: url("../../images/hp-new/platform-shopify.png");
    }

        .platfroms-wrapper > a.shopify:hover {
            background-position: 0 -47px;
        }

    .platfroms-wrapper > a.bigcommerce {
       width: 134px;
    height: 30px;
        background-image: url("../../images/hp-new/platform-bigcommerce.png");
    }

        .platfroms-wrapper > a.bigcommerce:hover {
            background-position: 0 -30px;
        }





    .platfroms-wrapper > a.ebay {
        width: 75px;
        height: 31px;
        background-image: url("../../images/hp-new/platform-ebay.png");
    }

        .platfroms-wrapper > a.ebay:hover {
            background-position: 0 -31px;
        }

    .platfroms-wrapper > a.woocommerce {
        width: 73px;
        height: 38px;
        background-image: url("../../images/hp-new/platform-woocommerce.png");
    }

        .platfroms-wrapper > a.woocommerce:hover {
            background-position: 0 -38px;
        }

    .platfroms-wrapper > a.amazon {
        width: 45px;
        height: 37px;
        background-image: url("../../images/hp-new/platform-amazon.png");
    }

        .platfroms-wrapper > a.amazon:hover {
            background-position: 0 -37px;
        }

    .platfroms-wrapper > a.dr {
        width: 40px;
        height: 37px;
        background-image: url("../../images/hp-new/platform-dr.png");
    }

        .platfroms-wrapper > a.dr:hover {
            background-position: 0 -37px;
        }


    /* */
    .platfroms-wrapper > a.cscart {
        width: 36px;
        height: 36px;
        background-image: url("../../images/hp-new/platform-cscart.png");
    }

        .platfroms-wrapper > a.cscart:hover {
            background-position: 0 -36px;
        }


    .platfroms-wrapper > a.paypal {
        width: 78px;
        height: 23px;
        background-image: url("../../images/hp-new/platform-paypal.png");
    }

        .platfroms-wrapper > a.paypal:hover {
            background-position: 0 -23px;
        }

    .platfroms-wrapper > a.shopcom {
        width: 92px;
        height: 14px;
        background-image: url("../../images/hp-new/platform-shopcom.png");
    }

        .platfroms-wrapper > a.shopcom:hover {
            background-position: 0 -14px;
        }
    /* */
    .platfroms-wrapper > a.zencart {
        width: 39px;
        height: 42px;
        background-image: url("../../images/hp-new/platform-zencart.png");
    }

        .platfroms-wrapper > a.zencart:hover {
            background-position: 0 -42px;
        }



.supprted-platforms .more-platforms {
    background-image: url("../../images/hp-new/dots.png");
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 11px;
    margin-right: 2%;
    margin-top: 40px;
    width: 3%;
    cursor: pointer;
}

.footer {
}

    .footer h3 {
        border-bottom: 1px dashed #2c2c2c;
        font-weight: 500;
        padding-bottom: 15px;
        text-transform: uppercase;
        color: #499bc9;
        font-size: 30px;
        font-weight: bold;
    }

    .footer ul {
        margin: 0;
        padding: 0;
        color: #515050;
        float: left;
        font-size: 16px;
        font-weight: 400;
        list-style: outside none none;
        margin-right: 50px;
        font-family: "Roboto",sans-serif;
    }

    .footer li {
        line-height: 46px;
    }

    .footer a {
        color: #515050;
        vertical-align: middle;
        text-decoration: none;
    }

    .footer .col.social i {
        display: inline-block;
        height: 25px;
        margin-right: 5px;
        vertical-align: middle;
        width: 25px;
    }

    .footer .inenr-wrapper {
        margin: 0 auto;
        position: relative;
        width: 1180px;
    }

    .footer .col {
        float: left;
        padding-top: 45px;
    }

        .footer .col.resources {
            margin-left: 100px;
        }




        .footer .col.social {
            margin-left: 120px;
        }

.copyright {
    clear: both;
    display: block;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #827A6D;
    background-color: #dcd7cf;
    margin-top: 100px;
}

.wrapper12 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.navbar-sy.scrolling {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ffffff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
}

    .navbar-sy.scrolling li a.link {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #1483C1;
    }

    .navbar-sy.scrolling .line-right {
        border-right: 1px solid #1483C1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar-sy.scrolling .logo {
        background-image: url("../../images/hp-new/logo-blue.png");
    }

.bottom-footer {
    position: relative;
}

    .bottom-footer .cart {
        background-image: url("../../images/hp-new/footer_logo.png");
        display: block;
        position: absolute;
        top: -25px;
        height: 25px;
        width: 35px;
        left: 20px;
    }

    .bottom-footer .shop {
        background-image: url("../../images/hp-new/footer_store.png");
        display: block;
        position: absolute;
        height: 38px;
        width: 46px;
        right: 20px;
        top: -38px;
    }

.platfroms-wrapper {
    overflow: hidden;
    height: 86px;
    width: 81%;
    float: left;
}

#popupbody {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}

#popupcontainer {
    height: 620px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 638px;
    z-index: 2;
}

    #popupcontainer .popupheader {
        position: relative;
        text-align: right;
        width: auto;
        z-index: 100;
    }

#popupwrapper {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 15px;
}

#popupdropbox {
    background-color: #f6f6f6;
    overflow: auto;
    padding: 10px;
    text-align: left;
}

    #popupdropbox .headline {
        color: #555555;
        display: block;
        font-size: 22px;
        font-weight: normal;
        padding-bottom: 15px;
        padding-top: 5px;
    }

    #popupdropbox ul {
        list-style: outside none none;
    }

    #popupdropbox li {
        float: left;
    }

.bufferelement {
    background-color: White;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    display: block;
    float: left;
    height: 86px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 98px;
}

    .bufferelement img {
        padding-top: 8px;
    }

    .bufferelement span {
        bottom: 8px;
        color: #407acc;
        display: block;
        font-size: 13px;
        font-weight: normal;
        position: absolute;
        width: 100%;
    }

popupcontainer .popupheader {
    position: relative;
    text-align: right;
    width: auto;
    z-index: 100;
}

#popupbody .popupclose {
    background-image: url("../../images/hp/platforms_popup/close_big.png");
    cursor: pointer;
    height: 46px;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 46px;
}

.btn-pill.more-apps {
    font-weight: 500;
    font-size: 16px;
}

.btn-cfa:hover, .header .text .btn-cfa:hover {
    background-color: #ff7800;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* carousel */

.carousel {
    position: relative;
}

.carousel {
    position: relative;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 1.2s ease-in-out 0s;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    top: -90px;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 1.3s ease-in-out left;
        -o-transition: 1.3s ease-in-out left;
        transition: 1.3s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }


        /*
@media all and (transform-3d), (-webkit-transform-3d) {

    
       .carousel-inner > .item {
        -webkit-transition: -webkit-transform 1.3s ease-in-out;
        -o-transition: -o-transform 1.3s ease-in-out;
        transition: transform 1.3s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

*/

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 920px;
        background-color: black;
    }
}

/* eo carousel code */

.app-btn.line:hover {
    -moz-user-select: none;
    background-image: none;
    border: 2px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.read-more {
    /*background-color: transparent;*/
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 1.6em;
    /*color: #fff;*/
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 0;
    margin: 0 0 1.6em;
    overflow: hidden;
    padding: 0 2.0em;
    text-decoration: none;
    transition: line-height 0.3s ease 0s;
    font-family: "Fira sans", sans-serif;
}

.fb-shop .read-more {
    color: #2e9ccd;
}

.cp .read-more {
    color: #d4362a;
}

.ep .read-more {
    color: #262e5d;
}


.raf .read-more {
    color: #72a994;
}

.pb .read-more {
    color: #c6528f;
}

.gd .read-more {
    color: #b3b58e;
}


a:hover .read-more {
    line-height: 2.5;
}


*::-moz-selection {
    background: none repeat scroll 0 0 #1fa3ff;
    color: #fff;
}

.apps .app:hover {
    /*padding-top:49px;
	padding-bottom: 111px;*/
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.read-more {
    transition: all 0.3s ease 0s;
}

.apps .app:hover .read-more {
    transform: translateY(-26px);
}


.apps .firsttext {
    position: relative;
    top: 0;
    right: 0;
    transition: all 0.3s ease 0s;
    opacity: 1;
}

.apps .app:hover .firsttext {
    opacity: 0;
    position: relative;
    top: -215px;
    /*right:-215px;*/
    transition: all 0.3s ease 0s;
}


.apps .app .textactive span.headline {
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 25px;
    font-weight: 400;
    padding-top: 30px;
}

.apps .app .textactive span.tag-line {
    display: inline-block;
    font-family: "Fira sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 5px;
}


.apps .app .textactive img {
    display: inline-block;
    margin: 0 auto;
    float: left;
    padding-left: 6px;
    left: 12px;
    position: relative;
    top: 5px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.apps .app.raf .textactive img {
    left: 13px;
    position: relative;
    top: 13px;
    padding-left: 15px;
}


.apps .app.pb .textactive img {
    left: 6px;
    position: relative;
    top: 12px;
}

.apps .app.gd .textactive img {
    position: relative;
    top: 10px;
}

.apps .app.ep .textactive img {
    position: relative;
    top: 11px;
}


.apps .app:hover .textactive {
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
    opacity: 1;
}

.apps .app .textactive {
    opacity: 0;
    position: absolute;
    left: -215px;
    top: 20px;
    transition: all 0.3s ease 0s;
    text-align: left;
}




.apps .app p {
    font-size: 14px;
    opacity: 0;
    padding: 0 40px;
    transition: all 0.3s ease 0s;
    width: 255px;
    margin-top: 10px;
}

.apps .app:hover p {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.footer img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
/*
#pic1{
	background: url(../../images/hp-new/slide1.jpg) no-repeat center left fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}

#pic2{
	background: url(../../images/hp-new/slide2.jpg) no-repeat center left fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}

#pic3{
	background: url(../../images/hp-new/slide3.jpg) no-repeat center left fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}

#pic1 img,#pic2 img,#pic3 img{
	visibility:hidden;
}
*/

input, textarea, .uneditable-input {
    width: 206px;
}

.navbar-sy .signup-popup, {
    font-family: "fira sans",sans-serif;
    font-size: 16px !important;
}

.login-popup {
    font-size: 16px !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

.login-label {
    width: 65px !important;
}

.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}


textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}


.form-horizontal .control-group::before, .form-horizontal .control-group::after {
    content: "";
    display: table;
    line-height: 0;
}

.form-horizontal .control-group::after {
    clear: both;
}

.form-horizontal .control-group::before, .form-horizontal .control-group::after {
    content: "";
    display: table;
    line-height: 0;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    color: #777777;
}

#login_btn.btn-sy, #signup_btn.btn-sy {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #cccccc #cccccc #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

    #login_btn.btn-sy:hover, #login_btn.btn:focus, #login_btn.btn-sy:active, #login_btn.btn-sy.active, #login_btn.btn-sy.disabled, #login_btn.btn-sy[disabled],
    #signup_btn.btn-sy .btn-sy :hover, #signup_btn.btn-sy :focus, #signup_btn.btn-sy:active, #signup_btn.btn-sy.active, #signup_btn.btn-sy.disabled, #signup_btn.btn-sy[disabled] {
        background-color: #e6e6e6;
        color: #333333;
    }

    #login_btn.btn-sy:hover, #login_btn.btn-sy:focus, #signup_btn.btn-sy:hover, #signup_btn.btn-sy:focus {
        background-position: 0 -15px;
        color: #333333;
        text-decoration: none;
        transition: background-position 0.1s linear 0s;
    }

.login-smalltext {
    display: block;
    font-size: 12px;
    padding-top: 20px;
    color: #777777;
}

#benefitsCarousel {
    left: 53px;
    position: absolute;
    top: 35px;
}

.text-wrapper > a {
    cursor: pointer;
}

#benefitsCarousel .carousel-inner {
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}

.textonimage {
    background-color: rgba(164, 98, 186, 0.9);
    height: 42px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .textonimage span {
        display: none;
    }

    .textonimage a {
        display: inline;
        font-weight: 600;
        padding: 0;
        text-decoration: underline;
        color: white;
    }

    .textonimage.active span {
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


.floating-icons {
    position: fixed;
    top: 50%;
    width: 45px;
    height: 90px;
    right: 0;
    margin-top: -45px;
    z-index: 999;
}

    .floating-icons > a.getsupport {
        background: url(../../images/hp-new/header_ask_us.png) no-repeat center left rgba(0, 0, 0, 0.25);
        background-position: 16px 10px;
        cursor: pointer;
        height: 45px;
        display: block;
        border-radius: 5px;
        margin-top: 1px;
        color: white;
        font-size: 20px;
        height: 30px;
        line-height: 20px;
        padding-left: 45px;
        padding-right: 20px;
        padding-top: 15px;
        text-decoration: none;
        width: 200px;
        font-family: "Fira sans",sans-serif;
        font-weight: 400;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .floating-icons > a.appointment {
        background: rgba(0, 0, 0, 0.25) url("../../images/hp-new/header_book_a_meeting.png") no-repeat scroll 6px 6px;
        border-top-left-radius: 5px;
        color: white;
        cursor: pointer;
        display: block;
        font-size: 20px;
        height: 30px;
        line-height: 20px;
        padding-left: 48px;
        padding-right: 20px;
        padding-top: 15px;
        text-decoration: none;
        width: 200px;
        display: block;
        font-family: "Fira sans",sans-serif;
        font-weight: 400;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .floating-icons > a.appointment:hover {
            background: url(../../images/hp-new/header_book_a_meeting.png) no-repeat center left rgba(0, 0, 0, 0.5);
            background-position: 6px 6px;
            margin-left: -155px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .floating-icons > a.getsupport:hover {
        background: url(../../images/hp-new/header_ask_us.png) no-repeat center left rgba(0, 0, 0, 0.5);
        background-position: 16px 10px;
        margin-left: -72px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.mobile-only {
    display: none !important;
}

h1 > span, .support p > span {
    display: block;
}

.alert {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 15px;
}

#popupbody #popupscrim {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

.usermessage-alert {
    background: #fff5bd none repeat scroll 0 0;
    border-bottom: 1px solid #333333;
    font-size: 1.2vw;
    height: 36px;
    line-height: 33px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99999;
}

body.has-alert .navbar-sy {
    top: 36px;
}


@media (min-width: 1024px) and (max-width: 1199px) {

    body {
        line-height: normal;
        box-sizing: border-box;
    }

    .wrapper {
        width: 100vw;
        overflow-x: hidden;
    }



    .navbar-sy {
        height: 90px;
    }

        .navbar-sy ul {
            display: block;
            line-height: 80px;
            height: 90px;
            padding: 0;
            position: absolute;
            right: 0;
            width: 80vw;
            text-align: right;
            margin: 0;
        }

        .navbar-sy li {
            padding: 0 2%;
            float: none;
            display: inline-block;
            line-height: 30px;
            margin: 0;
            margin-top: 28px;
        }

    .line-right {
        margin-right: 2% !important;
        padding-right: 4% !important;
    }

    .navbar-sy li:last-child {
        padding: 0 1%;
    }

    .navbar-sy .btn-cfa {
        top: -2px;
    }


    /********************
        Carousel
    *********************/

    .header.carousel {
        height: 65.7vw;
        position: relative;
        padding: 0;
    }

    #myCarousel {
        height: 690px !important;
        height: 56.3vw !important;
    }

    .carousel-inner {
        top: 0;
        height: 56.3vw !important;
        width: 100%;
    }


    .supprted-platforms {
        position: absolute;
        bottom: 0px;
    }

    .item {
        height: 56.3vw;
        width: 100%;
        overflow: hidden;
        text-align: right;
        position: relative;
    }


    .carousel-inner > .item > img {
        height: 100%;
        width: auto;
        max-width: none;
        position: absolute;
        top: 0;
        right: -70px;
    }

    .header .text {
        top: 22%;
        padding-left: 6%;
    }

    .header h1 {
        font-size: 41px;
    }

    .header p {
        font-size: 20px;
        padding-top: 3%;
    }

    .header .text .btn-cfa {
        padding: 13px 35px;
        font-size: 20px;
        margin-top: 5%;
    }

    .wrapper12 {
        width: 100vw;
        box-sizing: border-box;
    }

    .apps {
        margin: auto;
    }

        .apps .app {
            width: 31.3%;
            margin: 1% 1%;
            box-sizing: border-box;
            height: 240px;
            padding-top: 42px;
        }

            .apps .app:hover .firsttext {
                opacity: 1;
                top: 0;
            }

    .textactive {
        display: none;
    }

    .apps .app .read-more {
        display: none;
    }

    .apps .app img {
        transform: scale(0.75);
    }

    .apps .apps-wrapper {
        width: 100vw;
        padding: 0;
        margin: 0;
    }

    .image-wrapper .sideimage {
        width: 100%;
    }

    .benefits .image-wrapper {
        width: 72%;
        margin-left: 1.5%;
    }

    #benefitsCarousel .item {
        height: 35.4vw;
    }

    .benefits a {
        padding: 6px 15px;
    }


        .benefits a.active {
            padding: 20px 15px 10px;
            margin-bottom: 20px;
        }

    #benefitsCarousel {
        left: 6%;
        position: absolute;
        top: 4.9%;
        width: 87.5%;
    }

    .benefits .text-wrapper h3 {
        font-size: 18px;
    }

    #benefitsCarousel .carousel-inner > .item > img {
        right: 2px;
    }

    #benefitsCarousel .carousel-inner .item:nth-child(2) img, #benefitsCarousel .carousel-inner .item:nth-child(4) img {
        right: 9px;
    }

    .textonimage {
        height: 47px;
        line-height: 47px;
    }


    .stats .stat .number {
        display: block;
        font-size: 46px;
        line-height: normal;
        margin-top: 0px;
        padding-top: 16px;
    }

    .stats .stat {
        padding: 70px 0;
    }

    .stats {
        height: auto;
    }

        .stats .stat .stat-item {
            line-height: normal;
            margin-top: 5px;
            display: block;
        }



    .clients h2 {
        margin-right: 20px;
    }

    .testimonials .wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .apps .app span.headline {
        padding-top: 4px;
    }

    .apps .app span.tag-line {
        padding-top: 3px;
        padding-bottom: 0px;
    }

    .apps h1, .testimonials h1, .support h1, .benefits h1 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .apps-wrapper > p {
        line-height: 30px;
        padding-bottom: 50px;
    }

    .btn-pill.more-apps {
        margin-top: 2.5%;
        margin-right: 1%;
    }

    .benefits {
        box-sizing: border-box;
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 36px;
    }

        .benefits h2 {
            margin-top: 0;
            margin-bottom: 35px;
        }

        .benefits .image-wrapper {
            margin-top: 28px;
        }

        .benefits .text-wrapper {
            top: 182px;
        }

    .text-wrapper .active p {
        line-height: 24px;
    }

    .benefits .text-wrapper {
        right: 30px;
        width: 23.5%;
    }

    .testimonial {
        width: 33.3%;
        box-sizing: border-box;
        padding: 0 3%;
        margin: 0;
        margin-top: 3%;
    }

    .testimomonials-wrapper {
        width: 100%;
    }

    .testimonial p {
        display: block;
        margin: 4% 0 0;
        font-size: 14px;
        clear: both;
        line-height: 22px;
        `;
    }

    .testimonial img {
        border: 1px solid #c7c6c2;
        width: 70px;
        height: auto;
    }

    .testimonial span {
        font-size: 22px;
        padding-top: 18px;
        font-weight: 400;
        padding-bottom: 0px;
    }

    .support p {
        font-size: 21px;
    }

    .support {
        height: 640px;
    }

    .callforaction .btn-cfa {
        font-size: 28px;
        border-radius: 50px;
        padding: 16px 45px;
        margin-top: 20px;
    }

    .callforaction h1 {
        font-size: 50px;
        padding-top: 70px;
        margin-top: 0;
        margin-bottom: 18px;
    }

    .callforaction {
        height: auto;
        padding-bottom: 80px;
    }

    .footer .wrapper12 {
        width: 94%;
        max-width: 94%;
        margin: auto;
        overflow: hidden;
    }

    .footer .inenr-wrapper {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-bottom: 40px;
    }

    .footer .col, .footer .col.resources, .footer .col.social {
        display: inline-block;
        margin: 0;
        float: none;
    }

    .footer ul {
        margin-right: 30px;
    }

    .bottom-footer .shop {
        right: 30px;
        background-repeat: no-repeat;
    }


}

    .bottom-footer .cart{
            left: 20px !important;
    }

    .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }




