
html {
    position: relative;
    min-height: 100%;
    background-color: #ebebeb;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 80px;
    background-color: #ebebeb;
}
.footer {
    position: absolute;
    z-index: 5;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    background-color: #1d1828;
    -webkit-transform: translate3d(0,0,0);
}

.post-title {
    margin-top: 0;
    margin-bottom: 30px;
}


body {
    font-family: 'Raleway', sans-serif;
    color: #fff;
}


.navbar {

    background-color: #dc2e21;
    min-height: 8px;
    height: 8px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    transition-delay: 0.1s;

    -webkit-transform: translate3d(0,0,0);


}
.navbar.expanded {

    height: 80px;
}

.navbar form .btn:hover {
    background-color: #fff;
    color: #dc2e21;
}

.navbar .logo {

    margin-left: 65px;
    height: 80px;
    line-height: 80px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.navbar .phone-form {
    margin-right: 65px;
    padding-top: 20px;
    height: 80px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.navbar .phone-form input[type="text"] {

    width: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.navbar.expanded .phone-form input[type="text"] {

    width: 180px;
    transition-delay: 0.3s;

}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255, 255, 255, 0.6);
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.6);
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.6);
}



.navbar.expanded .logo, .navbar.expanded form {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    transition-delay: 0.2s;
}


input, .form-control, input:focus, .form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn.scroll-down {
    width: 46px;
    height: 46px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -23px;
    background: none;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    border: 2px solid #fff;
    color: #fff;
    padding: 0;
    background: none;
}

.btn.scroll-down i {

    margin-left: 2px;
}

@-webkit-keyframes animate-down {
    0%, 100%   { margin-top: 0; }
    50% { margin-top: 15px; }
}
@-moz-keyframes animate-down {
    0%, 100%   { margin-top: 0; }
    50% { margin-top: 15px; }
}
@-o-keyframes animate-down {
    0%, 100%   { margin-top: 0; }
    50% { margin-top: 15px; }
}
@keyframes animate-down {
    0%, 100%   { margin-top: 0; }
    50% { margin-top: 15px; }
}

.btn.scroll-down.animate-down i {

    -webkit-animation: animate-down 0.6s infinite; /* Safari 4+ */
    -moz-animation:    animate-down 0.6s infinite; /* Fx 5+ */
    -o-animation:      animate-down 0.6s infinite; /* Opera 12+ */
    animation:         animate-down 0.6s infinite; /* IE 10+, Fx 29+ */
}

.phone-form .btn , .modal-content .btn-primary {


    border: 2px solid #fff;
    width: 140px;
    height: 36px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: none;
    font-size: 15px;
    font-weight: bold;
    outline: none;
    margin-left: 20px;
}
.modal-content .btn-primary {

    margin: 0 auto;
    display: block;
}

.phone-wrapper {
    border-bottom: 2px solid #fff;
}

.phone-form input[type="text"] {
    border: none;
    width: 236px;
    height: 36px;
    line-height: 36px;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.btn-circle {
    border: 2px solid #fff;
    color: #fff;
    padding: 0;
    text-align: center;
    background: none;
}
.btn-circle:hover {
    background: #fff;
    color: #1d1828;
}


#section-3 .btn-circle {

    border: 2px solid #fff;
    border-radius: 60px;
    height: 60px;
    line-height: 42px;
    width: 60px;
    margin-top: 200px;
    font-size: 45px;
}

footer .btn-circle {

    border: 2px solid #fff;
    border-radius: 45px;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    width: 44px;
}

footer .buttons {
    margin-right: 65px;
    margin-top: 18px;
}

.footer-links {
    margin-left: 65px;
    margin-top: 30px;
}

.footer-links a {
    color: #fff;
    text-transform: uppercase;
    padding-right: 20px;
    font-size: 14px;
}

footer .buttons .btn {

    margin-left: 18px;
}

.modal-content {
    background-color: #dc2e21;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
button.close {
    color: #fff;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}


section {
    width: 100%;
    -webkit-transform: translate3d(0,0,0);
}


#section-0 {

    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    -webkit-transform: translate3d(0,0,0);
    background-image: url('/microsite/images/bg-section-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;

}

#section-1 {
    background: none;
    position: relative;
    overflow: hidden;
    min-height: 570px;
    z-index: 1;

}
#section-1.parallax {

    position: fixed;
    top: 0;
    left: 0;
}

#section-1 > .row {
}

#section-1 > img {

    position: absolute;
    bottom: -122px;
    left: 15%;
}
#section-1 .content-container {
    position: relative;
    width: 100%;
}
#section-1 .content {

    position: absolute;
    font-size: 28px;
    color: #fff;
    bottom: 0;
    padding-bottom: 85px;
}

#section-1 .content .description {

    padding-top: 30px;
    padding-bottom: 60px;
}

#section-1 .content small {

    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

#section-1 .content form {

    padding-bottom: 45px;
}

#section-1 form .btn:hover {
    background-color: #fff;
    color: #281a35;
}

#section-2 {
    background-color: #ebebeb;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
    color: #281a35;

}

#section-2.parallax {

    margin-top: 0 !important;
}

#section-2 .icons {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

#section-2 .icons img {
    width: 100%;
    max-width: 287px;
    padding-bottom: 30px;
}
#section-2 .icons > div {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    font-size: 22px;
}

#section-3 {
    background-color: #281a35;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 3;
}

#section-3 .screens {

    width: 840px;
    margin: 0 auto;
    position: relative;
}

#section-3 .inner {
    margin: 0 auto;
}

#section-3 .viewer {

    background: url('/microsite/images/device.png');
    height: 577px;
    width: 287px;
}

#section-3 .feature-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.feature-list li {

}

.feature-list li .feature {

}

#section-3 .screen {
    height: 443px;
    width: 249px;
    top: 66px;
    left: 19px;
    position: absolute;
    display: none;
}

#section-3 .active .screen {

    display: block;
}

#section-3 .description {

    position: absolute;
    left: 390px;
    top: 0;
    color: #7e7686;
    cursor: pointer;
}

#section-3 .active .description {
    color: #fff;
}

#section-3 .description-inner {
    position: relative;
}

#section-3 .description h3 {

    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
}

#section-3 .description p {

    font-size: 18px;
}

#section-3 .pointer {
    position: absolute;
    left: -400px;
    width: 380px;
    z-index: 1;
    top: 7px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
}
#section-3 .active .pointer {

    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);

}

#section-3 .pointer .circle {
    height: 14px;
    width: 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #fff;
    float: right;
    background-color: #1ba791;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    transition-delay: 0.15s;
}

#section-3 .active .pointer .circle {

    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}

#section-3 .pointer .line {

    float: right;
    margin-top: 6px;
    border-top: 2px solid #fff;
    height: 0;
    width: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
#section-3 .pointer .line-2 {

    float: right;
    margin-top: 6px;
    border-left: 2px solid #fff;
    width: 0;
    height: 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

#section-3 .pointer .line-3 {

    float: right;
    margin-top: 6px;
    border-top: 2px solid #fff;
    height: 0;
    width: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

#screen-1 .description {

    top: 0;
}

#screen-1 .active .pointer .line {

    width: 52px;
    -webkit-transition: width 0.1s;
    -moz-transition: width 0.1s;
    -ms-transition: width 0.1s;
    -o-transition: width 0.1s;
    transition: width 0.1s;

}
#screen-1 .active .pointer .line-2 {

    height: 81px;
    -webkit-transition: height 0.1s;
    -moz-transition: height 0.1s;
    -ms-transition: height 0.1s;
    -o-transition: height 0.1s;
    transition: height 0.1s;
    transition-delay: 0.1s;

}
#screen-1 .active .pointer .line-3 {

    margin-top: 85px;
    width: 95px;
    -webkit-transition: width 0.1s;
    -moz-transition: width 0.1s;
    -ms-transition: width 0.1s;
    -o-transition: width 0.1s;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

#screen-1 .pointer .circle {

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    transition-delay: 0.25s;
}

#screen-1 .pointer .circle {
    margin-top: 79px;
}

#screen-2 .description {

    top: 110px;
}

#screen-2 .active .pointer .line {

    width: 227px;
}

#screen-3 .description {

    top: 223px;
}

#screen-3 .active .pointer .line {

    width: 127px;
}

#screen-4 .description {

    top: 337px;
}

#screen-4 .active .pointer .line {

    width: 52px;
    -webkit-transition: width 0.1s;
    -moz-transition: width 0.1s;
    -ms-transition: width 0.1s;
    -o-transition: width 0.1s;
    transition: width 0.1s;

}

#screen-4 .active .pointer .line-2 {

    height: 48px;
    margin-top: -40px;
    -webkit-transition: height 0.1s;
    -moz-transition: height 0.1s;
    -ms-transition: height 0.1s;
    -o-transition: height 0.1s;
    transition: height 0.1s;
    transition-delay: 0.1s;

}
#screen-4 .active .pointer .line-3 {

    margin-top: -40px;
    width: 80px;
    -webkit-transition: width 0.1s;
    -moz-transition: width 0.1s;
    -ms-transition: width 0.1s;
    -o-transition: width 0.1s;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

#screen-4 .pointer .circle {

    margin-top: -46px;
    margin-right: 80px;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    transition-delay: 0.25s;
}


#screen-5 .description {

    top: 456px;
}

#screen-5 .active .pointer .line {

    width: 230px;
}

#section-3 .direction-left {

    margin-left: 15px;
}

#section-3 .direction-left .fa {

    padding-right: 5px;
}

#section-3 .direction-right {

    margin-right: 15px;
}

#section-3 .direction-right .fa {

    padding-left: 5px;
}

.dotstyle {
    text-align: center;
    margin-top: 40px;
}

.dotstyle ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
}

.dotstyle li {
    position: relative;
    display: block;
    float: left;
    margin: 0 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.dotstyle 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; /* make the text accessible to screen readers */
    position: absolute;
}

/* Dot move */

.dotstyle-dotmove li:last-child {
    position: absolute;
    left: 0;
    margin: 0;
    width: 48px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.dotstyle-dotmove li:last-child::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dotstyle-dotmove li.current:first-child ~ li:last-child {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.dotstyle-dotmove li.current:nth-child(2) ~ li:last-child {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.dotstyle-dotmove li.current:nth-child(3) ~ li:last-child {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.dotstyle-dotmove li.current:nth-child(4) ~ li:last-child {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}

.dotstyle-dotmove li.current:nth-child(5) ~ li:last-child {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
}

.dotstyle-dotmove li.current:nth-child(6) ~ li:last-child {
    -webkit-transform: translateX(500%);
    transform: translateX(500%);
}

.dotstyle-dotmove li a {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.dotstyle-dotmove li a:hover,
.dotstyle-dotmove li a:focus {
    background-color: #fff;
}

@media all and (min-width: 1200px) {

    #section-1 .content .description {
        max-width: 500px;
    }
}

@media all and (max-width: 1200px) {

    #section-1 > img {

        left: 5%;
    }


}

@media all and (max-width: 991px) {



    .navbar .btn {

        margin-right: 65px;
        color: #fff;
        border: 2px solid #fff;
        width: 140px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: none;
        font-size: 14px;
        font-weight: bold;
        outline: none;
        margin-left: 20px;
        margin-top: 22px;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter:alpha(opacity=0);
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .navbar.expanded .btn {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter:alpha(opacity=100);
        transition-delay: 0.2s;
    }

    #section-1 {
        min-height: 960px;
        max-height: 550px;
    }

    #section-1 .content {
        position: relative;
        padding-top: 40px;
    }
    #section-1 > img {
        left: 50%;
        margin-left: -148px;
    }
    #section-1 > .row {

    }

    #section-3 {

        padding-top: 200px;
    }


    #section-3 .screens {
        width: 100%;
    }

    #section-3 .pointer {
        display: none;
    }

    #section-3 .viewer {
        margin: 0 auto;
        width: 215px;
        height: 432px;
        background-size: contain;
    }

    #section-3 .screen {
        left: 50%;
        width: 187px;
        margin-left: -93px;
        height: 332px;
        top: 49px;
    }
    .feature-list li .feature {
        display: none;
    }

    .feature-list li .feature.active {

        display: block;
    }

    #section-3 .description {

        left: 0;
        width: 100%;
    }
    #screen-1 .description,
    #screen-2 .description,
    #screen-3 .description,
    #screen-4 .description,
    #screen-5 .description {
        top: -150px;
    }

}

@media all and (max-width: 767px) {

    .navbar .logo {
        margin-left: 30px;
    }
    .navbar .btn {
        margin-right: 30px;
    }

    #section-1 {
        min-height: 480px;
        max-height: 564px;
    }

    #section-1 > .row {

    }

    #section-1 > img {

        width: 148px;
        margin-left: -74px;
        bottom: -61px;
    }

    #section-1 .content {
        padding-top: 20px;
    }

    #section-1 .content > img {
        width: 142px;
    }

    #section-1 .content .description {
        font-size: 16px;
        padding-top: 22px;
        padding-bottom: 18px;
    }
    #section-1 .content .app-store-button img {
        width: 102px;
    }

    .navbar.expanded {
        height: 40px;
    }

    .navbar .logo {
        height: 40px;
        line-height: 40px;
    }

    .navbar .logo img {
        width: 68px;
    }

    .navbar .btn {

        border-width: 1px;
        width: 90px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        font-size: 10px;
        margin-left: 10px;
        margin-top: 6px;

    }

    #section-2 {
        padding-top: 0;
        padding-bottom: 20px;
    }

    #section-2 .icons {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #section-2 .icons > div {

        font-size: 14px;
    }

    #section-2 .icons img {
        padding-bottom: 20px;
        max-width: 230px;
    }


    #section-3 {
        padding-top: 100px;
    }

    #section-3 .viewer {
        margin: 0 auto;
        width: 143px;
        height: 288px;
        background-size: contain;
    }

    #section-3 .screen {
        left: 50%;
        width: 124px;
        margin-left: -62px;
        height: 222px;
        top: 32px;
    }
    #section-3 .btn-circle {

        margin-top: 100px;
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 20px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border-width: 1px;
    }
    #section-3 .direction-left .fa {

        padding-right: 2px;
    }
    #section-3 .direction-right .fa {

        padding-left: 2px;
    }


    #section-3 .description h3 {

        font-size: 13px;
        margin-bottom: 2px;
    }
    #section-3 .description p {
        font-size: 11px;
    }

    #screen-1 .description,
    #screen-2 .description,
    #screen-3 .description,
    #screen-4 .description,
    #screen-5 .description {
        top: -80px;
    }

    .dotstyle {
        margin-top: 20px;
    }

    .dotstyle li {
        margin: 0 8px;
        width: 8px;
        height: 8px;
    }


    /* Dot move */

    .dotstyle-dotmove li:last-child {
        width: 24px;

    }

    .dotstyle-dotmove li:last-child::after {
        width: 10px;
        height: 10px;
    }

    .footer-links {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
        text-align: center;

    }

    .footer-links a {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 11px;
    }

    footer .buttons {

        margin-right: 0;
        text-align: center;
        width: 100%;
        margin-top: 12px;
    }
    footer .buttons .btn {

        margin-left: 9px;
        margin-right: 9px;
    }

    footer .btn-circle {

        border-width: 1px;
        border-radius: 25px;
        font-size: 13px;
        height: 25px;
        line-height: 24px;
        width: 25px;
    }



}