.bc-slideshow .bc-slideshow-button {
    margin: 1.5em 0 0;
    color: #fff;
}
.bc-slideshow .bc-slideshow-button svg {
    width: 1em;
    height: 1em;
    fill: #fff;
}
.bc-slideshow .bc-slideshow-content-wrapper {
    max-width: 800px;
}
.bc-slideshow .bc-slideshow-content-wrapper .bc-slideshow-title {
    font-size: 1.2rem;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.bc-slideshow .bc-slideshow-content-wrapper .bc-slideshow-pre-title,
.bc-slideshow .bc-slideshow-content-wrapper .bc-slideshow-post-title {
    font-size: 0.75rem;
    font-weight: 400;
    color: #f5f5f5;
    margin: 0;
    padding: 0;
}
.bc-slideshow .bc-slideshow-content-wrapper .bc-slideshow-text {
    font-size: 0.65rem;
    line-height: 1.4;
    color: #f5f5f5;
    margin: 0.8em 0 0;
    display: inline-block;
}
.bc-slideshow .bc-slideshow-content-wrapper div {
    line-height: 1;
}
.bc-slideshow .bc-slidenav svg {
    width: 22px;
    height: auto;
}
.bc-slideshow .bc-dotnav li a {
    background-color: rgba(0, 0, 0, 0.5);
}
.bc-slideshow .bc-dotnav li.bc-active a {
    background-color: #1e87f0;
}
.bc-slideshow .bc-thumbnav li a {
    transition: all 0.25s ease-in-out;
    position: relative;
}
.bc-slideshow .bc-thumbnav li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
    transition: background-color 0.1s ease-in-out;
}
.bc-slideshow .bc-thumbnav li a:hover::after {
    background-color: transparent;
}
.bc-slideshow .bc-thumbnav li.bc-active a::after {
    background-color: transparent;
}
.bc-slideshow .bc-scroll-to-section a svg {
    width: 1em;
    height: 1em;
}
@keyframes totopscroller {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
.bc-scroll-to-section {
    margin-bottom: 50px;
    z-index: 2;
}
.bc-scroll-to-section a {
    animation: totopscroller 1.5s linear infinite alternate;
    padding: 12px 8px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 5000px;
    color: #eee;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.bc-scroll-to-section a:hover {
    background: #fff;
    color: #282828;
    border: 2px solid #fff;
}
.bc-slideshow .bc-thumbnav-wrapper .bc-thumbnav li:nth-child(1) {
    padding-top: 0;
    padding-left: 0;
}
.bc-slideshow .bc-thumbnav-wrapper.bc-position-center-left,
.bc-slideshow .bc-thumbnav-wrapper.bc-position-center-right {
    height: calc(100% - (15px * 2));
    display: flex;
    align-items: center;
}
.bc-slideshow .bc-thumbnav-wrapper.bc-position-center-left .bc-thumbnav-scroller,
.bc-slideshow .bc-thumbnav-wrapper.bc-position-center-right .bc-thumbnav-scroller {
    transform: translate(0) !important;
}
.bc-slideshow .bc-thumbnav-wrapper.bc-position-center-left .bc-thumbnav-scroller,
.bc-slideshow .bc-thumbnav-wrapper.bc-position-center-right .bc-thumbnav-scroller {
    width: auto;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .bc-slideshow .bc-slideshow-content-wrapper .bc-slideshow-title {
        font-size: 2.2rem;
    }
    .bc-slideshow .bc-slideshow-content-wrapper .bc-slideshow-pre-title,
    .bc-slideshow .bc-slideshow-content-wrapper .bc-slideshow-post-title {
        font-size: 1.2rem;
    }
    .bc-slideshow .bc-slideshow-content-wrapper .bc-slideshow-text {
        font-size: 1rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 1024px) {
    .bc-slideshow .bc-slideshow-content-wrapper .bc-slideshow-title {
        font-size: 2.625rem;
        line-height: 1.2;
    }
    .bc-slideshow .bc-slideshow-content-wrapper .bc-slideshow-pre-title,
    .bc-slideshow .bc-slideshow-content-wrapper .bc-slideshow-post-title {
        font-size: 1.4rem;
    }
}
