.fl-module-moxey-slider {
    border-bottom: solid 1px rgb(219,219,219);
    margin-bottom: 30px;
}
.fl-module-moxey-slider:last-child {
    border-bottom: solid 0px rgb(219,219,219);
}

/* CONTROLS */
.bx-pager {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    top: -30px;
    left: 41.66666667%;
    padding-left: 15px;
    padding-right: 15px;
}
.bx-pager-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    padding: 5px;
}
.bx-pager-item a {
    text-decoration: none;
    display: block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    color: rgb(157,157,157);
    background-color: white;
    border: solid 2px rgb(157,157,157);
    border-radius: 15px;
    line-height: 1.7;
}
.bx-pager-item a.active,
.bx-pager-item a.hover {
    text-decoration: none;
    background-color: rgb(157,157,157);
    color: white;
}
@media only screen and (max-width: 767px) {
    .bx-pager {
        top: 15px;
        left: auto;
        text-align: center;

    }

    .fl-builder-content .moxey-slider-item > div > img {
        margin: 0 auto 20px;
        display: block;
    }
}
