/* section {
    width: 870px;
    float: right;
} */
.mySlides {
    display: none
}

.mySlides > a > img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 620px;
    position: relative;
    margin: 0 0 40px 0;
    border: 1px solid #385c84;
    background: #1c324a;
    box-shadow: 0 0 16px rgba(0, 0, 0, .3);
    border-radius: 4px;
    overflow: hidden;
    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: 48px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 48px;
    margin: 0 0 5px 0;
}

.slide-right-custom > .item-right > a {
    display: inline-block;
    color: #92897a;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    background-color: #f5e9d7;
    cursor: pointer;
}

.item-right.active  a,
.dot.active,
.dot:hover {
    background-color: #ff850a !important;
    color: #fff;
}

@-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;
    }
}
