﻿
.swiper-slide img {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}

/* Slider progress bar animated */
.swiper-slide-active::after {
    position: absolute;
    content: '';
    background-color: #BBBBBB;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    width: 100%;
    z-index: 1;
}

.swiper-slide-active::before {
    position: absolute;
    content: '';
    background-color: #333333;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    animation: progressbar 7s linear infinite;
    animation-delay: 0.3s;
    z-index: 2;
}

@keyframes progressbar {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/* END Slider progress bar animated */

.swiperContentWrapper {
    max-width: 1300px;
    margin: 0 auto 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.swiperContent {
    max-width: 400px;
    color: #000;
    background: hsla(0,0%,93%,.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    padding: 15px 25px 15px 25px;
    font-size: 25px;
    font-weight: 500;
}

    .swiperContent p {
        margin: 0;
        padding: 0 0 15px 0;
    }

    .swiperContent p:last-child {
        padding: 0;
    }

    .swiperContent h1,
    .swiperContent h2,
    .swiperContent h3,
    .swiperContent h4 {
        color: #000;
        margin-bottom: 10px;
    }

    .swiperContent h1 {
        font-size: 30px;
/*        font-weight: 600;*/
    }

    .swiperContent h2 {
        font-size: 30px;
    }

    .swiperContent a,
    .swiperContent a:visited {
        text-decoration: underline;
    }

    .swiperContent .button {
        margin: 0;
        text-decoration: none;
        text-shadow: none;
        background-color: #ef4135;
        color: #fff !important;
        border-radius: 0;
        border: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        padding: 10px 15px 10px 15px;
    }

        .swiperContent .button:visited {
            text-decoration: none;
            color: #333333;
        }

        .swiperContent .button:hover {
            text-decoration: none;
            background-color: #808080;
            color: #fff;
        }

@media screen and (max-width: 1450px) {
    .swiperContent {
        top: 50px;
    }
}

@media screen and (max-width: 1360px) {
    .swiperContentWrapper {
        margin: 0 0 0 25px;
    }
}

@media screen and (max-width: 1100px) {
    .swiperContent {
        top: 20px;
    }
}

@media screen and (max-width: 1023.9px) {

    .swiper-slide img {
        min-height: 350px;
        object-fit: cover
    }

}

@media screen and (max-width: 767.9px) {

    .swiper-slide img {
        min-height: 250px;
    }
}

@media screen and (max-width: 750px) {

    .swiperContentWrapper {
        position: relative;
        background: #eee;
        margin: 0;
        padding: 20px 25px 25px 25px;
    }

    .swiperContent {
        position: relative;
        top: 0;
        background-color: none;
        padding: 0;
    }
}

@media screen and (max-width: 450px) {


}


