/* UPDATE */

.update {
    height: 210px;
    background-image: url("../images/patterns/bg_squares.png");
    background-position: center;
    background-repeat: no-repeat;
}

.updateButton {
    display: inline-block;
    height: 62px;
    background-color: #ffffff;
    padding: 10px 45px 0 45px;
}

.updateButton i {
    font-size: 40px;
    color: #feba12;
    vertical-align: middle;
    margin-right: 10px;
}

.updateButton span {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 300;
    vertical-align: middle;
}

.noTouch .updateButton:hover span {
    text-decoration: none;
}

@media (max-width: 767px) {

    .update .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .updateButton {
        height: auto;
        padding-bottom: 10px;
    }

    .updateButton span {
        text-align: center;
        width: calc(100% - 50px);
    }

}


/* ONLINE CASH */

.onlineCash {
    margin-top: 60px;
}

.cashInfo {
    margin-bottom: 50px;
}

@media (max-width: 767px) {

    .onlineCash {
        text-align: center;
    }

    .onlineCash .text {
        text-align: left;
    }

    .cashInfo {
        margin-bottom: 40px;
    }

}


/* FEATURES */

.features {
    margin-top: 60px;
    margin-bottom: 65px;
}

.feature {
    margin-top: 65px;
}

.feature .bgShape {
    background-image: url(../images/ui/feature_shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 208px 182px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.feature .yellowOverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #feba12;
    opacity: 0.8;
    z-index: 1;
    display: none;
}

.noTouch .featureImg:hover .bgShape, .noTouch .featureImg:hover .yellowOverlay {
    display: block;
}

.featureShadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 13px;
    background-image: url("../images/ui/feature_shadow.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.featureImg {
    overflow: hidden;
}

.featureImgAnimation {
    transform: translateY(120%);
    transition: transform .65s cubic-bezier(.62,.02,.34,1),-webkit-transform .65s cubic-bezier(.62,.02,.34,1);
}

.featureImgAnimation.up {
    transform: translateY(0%);
    transition: transform .65s cubic-bezier(.62,.02,.34,1),-webkit-transform .65s cubic-bezier(.62,.02,.34,1);
}

@media (max-width: 767px) {

    .feature {
        margin-top: 55px;
    }

    .feature .semiBoldTitle {
        margin-top: 20px;
    }

    .feature .semiBoldTitle, .feature .semiBoldSubtitle, .feature .more {
        text-align: center;
    }

    .featureShadow {
        left: 0;
        right: 0;
    }

}


/* WHY BIS */

.whyBis {
    margin-top: 120px;
    margin-bottom: 60px;
}

.benefits {
    margin-bottom: 50px;
}

.benefit {
    margin-bottom: 40px;
}

.whyCircle {
    height: 86px;
    width: 86px;
    line-height: 86px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background-color: #feba12;
    font-weight: 300;
    font-size: 36px;
    color: #ffffff;
    margin-right: 30px;
    vertical-align: middle;
}

.whyText {
    display: inline-block;
    width: calc(100% - 121px);
    vertical-align: middle;
    font-size: 24px;
    font-weight: 300;
}

@media (max-width: 767px) {

    .whyBis {
        margin-bottom: 25px;
    }

    .benefit {
        text-align: center;
    }

    .benefits {
        margin-bottom: 20px;
    }

    .whyCircle {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .whyText {
        display: block;
        width: auto;
    }

    .orderIntegration {
        margin-bottom: 40px;
    }

}


/* EXAMPLES */

.examples {
    margin-bottom: 50px;
    margin-top: 95px;
}

.clientsRow {
    margin-bottom: 60px;
}

.clientMargin {
    margin-bottom: 100px;
}