@charset "utf-8";

.slider-btn {
    display: inline-block;
    padding: 13px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 2px solid #e1e1e1;
    font: 20px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.4em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
}
.slider-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.slider-btn::after {
    transition: border 0.1s linear 0.05s;
}
.slider-btn .btn-inner {
    position: relative;
    z-index: 2;
}
.slider-btn:hover {
    color: #373737;
    transition: color 0.1s linear 0s;
}
.slider-btn:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.slider-btn:hover::after {
    border-color: #373737;
    transition: border 0.1s linear 0s;
}
.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 30vh;
    max-height: 550px;
    z-index: 1;
}
.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
}
.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
    display: block;
}
.slideshow .slide.is-loaded {
    opacity: 1;
}
.slideshow .slide .caption {
    padding: 0;
}
.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}
.slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideshow .slide .title-1 {
    margin: 140px auto 15px;
    padding: 2px;
    max-width: 1200px;

    font: 300 14px/1.0 "Oswald", sans-serif;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    border-radius: 5px;
    background: rgba(0,0,0,0.3);
	
}
.slideshow .slide .title-1 {
    font: 300 14px/1.0 "Oswald", sans-serif;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    border-radius: 5px;
    background: rgba(0,0,0,0.3);
	
}
.slideshow .slide .title-1 {
    margin: 140px auto 15px;
    padding: 2px;
    max-width: 1200px;
}

.slideshow .slide .title-1 p {
    margin: 0;
    padding: 0;
}


.slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff;
}
.slideshow .slide .btn::before {
    background: #fff;
}
.slideshow .pagination {
    position: absolute;
    bottom: 5px;
    left: 0;
	
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 3;
    text-align: center;
}
.slideshow .pagination .slider-item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
	
	left: 46%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 2;
}
.slideshow .pagination .slider-item + .page {
    margin-left: -2px;
}
.slideshow .pagination .slider-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}
.slideshow .pagination .slider-item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}
.slideshow .pagination .slider-item:hover::before, .slideshow .pagination .slider-item.is-active::before {
    background-color: #fff;
}
.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}
.slideshow .arrows .prev {
    left: 30px;
}
.slideshow .arrows .prev:hover .svg {
    left: -10px;
}
.slideshow .arrows .next {
    right: 30px;
}
.slideshow .arrows .next:hover .svg {
    left: 10px;
}
.slideshow .arrows .svg{
    position: relative;
    left: 0;
    transition: left 0.2s ease;
}
.slideshow .svg-arrow-left ,
.slideshow .svg-arrow-right {
    width: 40px;
    height: 40px;
}


@media screen and (min-width: 600px) {
.slideshow {
    height: 50vh;
}

.slideshow .slide .title-1 {
    margin: 240px auto 15px;
    font: 300 18px/1.2 "Oswald", sans-serif;
}

}
@media screen and (min-width: 960px) {
.slideshow {
    height: 50vh;
}

.slideshow .slide .title-1 {
    margin: 240px auto 15px;
    font: 300 22px/1.2 "Oswald", sans-serif;
}

}
@media screen and (min-width: 1240px) {

.slideshow {
    height:70vh;
}
.slideshow .slide .title-1 {
    margin: 380px auto 15px;
    font: 300 28px/1.2 "Oswald", sans-serif;
}

}
@media screen and (min-width: 1920px) {

.slideshow {
    height: 100vh;
}
.slideshow .slide .title-1 {
    margin: 400px auto 15px;
    font: 300 28px/1.2 "Oswald", sans-serif;
}

}


