.imagesslider {
    position: relative;
    border-radius: 4px;
}

.imagesslider .slide{
    overflow: hidden;
}

.imagesslider .slide-content {
    opacity: 0;
    z-index: 4;
    position: absolute;
    max-width: 580px;
    /* left: 50%; */
    /* margin: 0 0 0 -400px; */
    transition: all 600ms ease-out;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    display: table;
    height: 100%;
    top: 10px;
    text-align: left;
    padding-left: 50px;
}

.imagesslider .slide-content.-visible {
    opacity: 1;
    top: 0px;
}

.imagesslider .slide-content-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.imagesslider .slide-title {
    line-height: 50px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    color: #e89238;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgb(255 255 255 / 70%);
}

.imagesslider .slide-text {
    color: #020202;
    font-size: 17px;
    line-height: 24px;
    position: relative;
    margin-top: 50px;
    font-weight: 300;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.45), 0 0 19px rgba(255, 255, 255, 0.26);
}

.imagesslider .slide-learn-more {
    color: #ffffff;
    background: #e89238;
    padding: 12px 48px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-top: 50px;
    text-transform: uppercase;
    transition: all 240ms ease-out;
    /* box-shadow: 0px 0px 0px 1px #E6E6E6, 0px 3px 30px -1px rgb(191, 191, 191); */
    /* border-radius: 4px; */
}

.imagesslider .slide-learn-more:hover {
    color: #212121;
}

.js-carousel-container {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

/*JSCAROUSEL STYLES*/
.js-carousel {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.js-carousel li {
    display: none;
}

.js-carousel li:first-child {
    display: block;
}

.js-carousel.loaded li {
    font-size: 93px;
    line-height: 240px;
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #2f2f2f;
}

.js-carousel-prev-button, .js-carousel-next-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    bottom: 0;
    left: -20px;
    width: 0;
    height: 0;
    margin-top: -20px;
    cursor: pointer;
    color: #395058;
    border: 20px solid #ffe;
    border-radius: 100%;
    box-shadow: 0 1px 12px -2px rgba(0, 0, 0, .46);
    display: none;
}

.js-carousel-next-button {
    right: -20px;
    left: initial;
}

.js-carousel-next-button:before {
    position: absolute;
    top: -7px;
    left: -5px;
    content: '';
}

.js-carousel-prev-button:before {
    position: absolute;
    top: -7px;
    left: -10px;
    content: '';
}

.js-carousel-prev-button:hover, .js-carousel-next-button:hover {
    color: #fc6216;
}

.js-carousel-bullets-wrapper {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 50%;
}

.js-carousel-bullets-wrapper > div {
    position: relative;
    left: -50%;
}

.js-carousel-bullets-wrapper .bullet {
    position: relative;
    float: left;
    width: 9px;
    height: 9px;
    margin: 0 7px;
    cursor: pointer;
    text-indent: -4000px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #ffffff;
    background: none;
}

.js-carousel-bullets-wrapper .bullet.active, .js-carousel-bullets-wrapper .bullet:hover {
    box-shadow: 0 0 0 1px #bbb;
}

@media all and (max-width: 1800px) {
    .imagesslider .slide-title {
        font-size: 47px;
        line-height: 47px;
    }

    .imagesslider .slide-text {
        line-height: 20px;
        font-size: 16px;
        margin-top: 10px;
    }

    .imagesslider .slide-learn-more {
        margin-top: 30px;
    }
}

@media all and (max-width: 1300px) {
    .imagesslider .slide-title {
        font-size: 16px;
        line-height: 27px;
    }

    .imagesslider .slide-text {
        line-height: 14px;
        font-size: 14px;
        margin-top: 20px;
    }

    .imagesslider .slide-learn-more {
        margin-top: 20px;
        font-size: 12px;
        padding: 8px 35px;
    }
}
