.section-display-news {
    width: 870px;
    float: right;
    height: 372px;
    position: relative;
    top: 222px;
}

.section-display-news .prev {
    display: none !important;
}

.section-display-news .next {
    display: none !important;
}

.section-display-news .dotList {
    display: none !important;
}

.mySlides {
    display: none
}

.mySlides > a > img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    height: 240px;
    width: 620px;
    position: relative;
    margin: 0 0 40px 0;
    border: 1px solid #94816d;
    overflow: hidden;
    background-color: #F0E1CA;
    box-shadow: 0 0 16px rgba(0, 0, 0, .3);
    float: left;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-10%);
    width: auto;
    padding: 8px 16px 9px 8px;
    margin-top: -22px;
    color: #ff850a;
    background-color: rgba(245, 245, 245, .5);
    font-weight: bold;
    font-size: 32px;
    transition: 0.6s ease;
    border-radius: 0 32px 32px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    padding: 8px 8px 9px 16px;
    right: 0;
    border-radius: 32px 0 0 32px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.mySlides > .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.mySlides > .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dotList {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #efefef;
    border-radius: 50%;
    border: 2px solid #ff850a;
    display: inline-block;
    transition: background-color 0.6s ease;
}


/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.slide-right-custom {
    width: 250px;
    float: right;
    margin: 0 0 40px 0;
}

.slide-right-custom > .item-right {
    width: 100%;
    height: 60px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 60px;
}

.slide-right-custom > .item-right > a {
    display: inline-block;
    color: rgb(238, 221, 194);
    width: 100%;
    height: 100%;
    padding: 0 16px;
    background-color: #a7917a;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid rgba(167, 145, 122, 0.8);
}

.item-right.active  a,
.dot.active,
.dot:hover {
    color: #e24b09 !important;
    background-color: #f0e1ca;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .mySlides > .text {
        font-size: 11px
    }

}

@media only screen and (max-width: 576px) {

    .slide-right-custom {
        width: 100%;
    }

    .slideshow-container {
        margin: 0 0 10px 0;
    }

    .main section .tabsAnchor a {
        padding: 1.1em;
    }
}
