.block-bannermanager:before, .block-bannermanager:after {
    display: table; clear: both; content: "";
}
.vendor-home-banner:before{display: table; clear: both; content: "";}
.block-bannermanager {
    margin-bottom: 0;
}

.block-bannermanager .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.swiper-slide.responsive, .swiper-slide.default {
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    /*color:#000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);*/
    box-shadow: 0 0 1px 1px #1c2529;
}

.swiper-container .swiper-nav-button {
    top: 50%;
    position: absolute;
}

/* fix styles for better UX click */
.swiper-nav-button {
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #adadad;
    background-image: none;
    display: inline-block;
    color: #adadad;
    font-size: 60px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 60px;
}

.swiper-container .swiper-nav-button {
    display: none;
}

.swiper-nav-button:before {
    font-family: "FontAwesome";
    position: relative;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white, .swiper-button-prev.swiper-button-white {
    background-image: none;
}

.swiper-button-prev:before {
    content: "\f104";
    top: -5px;
    left: -2px;
}

.swiper-button-next:before {
    content: "\f105";
    top: -5px;
    left: 2px;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    display: block;
}

body .swiper-button-disabled,
.swiper-container:hover .swiper-button-next.swiper-button-disabled,
.swiper-container:hover .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    /* top: 35%;*/
    color: #ffffff;
    background: #00a6ce;
    display: block;
}

.swiper-slide img.swiper-lazy {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.swiper-slide-duplicate {
    visibility: hidden;
}
.swiper-slide__caption {
    position: absolute;
    bottom: 10%;
    height: auto;
    right: 10%;
    color: #000000; font-size: 20px;

}

.caption--show {
    display: block;
}

.caption--hide {
    display: none;
}

.swiper-slide__caption .item-title {
    text-align: left; font-weight: bold;
}

.swiper-slide__caption .item-description {
    text-align: left;
}
/** Parallax **/
.slide-parallax .swiper-wrapper {position: relative; }

.slide-parallax .swiper-wrapper .swiper-slide {min-height: 200px; height: 100%;
    font-size: 18px;
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.swiper-container.slide-parallax .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}
.swiper-container.slide-parallax .swiper-slide .subtitle {
    font-size: 21px;
}
.swiper-container.slide-parallax .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

/** vertical */

.slide-vertical .swiper-wrapper {
    position: relative;
    max-height: 500px;
 }
.slide-vertical .swiper-wrapper .swiper-slide {
    text-align: center;
    /*font-size: 18px;*/
    /*background: #fff;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/** thumbs-gallery **/
.thumbs-gallery .swiper-container {
    width: 100%;
    /*height: 300px;*/
    margin-left: auto;
    margin-right: auto;
}
.thumbs-gallery.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

/** fix slide fade off in loop mode **/
.last.swiper-slide-duplicate-active {
    opacity: 1 !important;
}
.last.swiper-slide-prev.swiper-slide-duplicate-next {
    opacity: 0 !important;
}
/*
.last.swiper-slide-prev {
    opacity: 0 !important;
}
.last.swiper-slide-duplicate-next {
    opacity: 0 !important;
}
*/
/** Fix style nav in right to left mode **/
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none;
}
.swiper-container-rtl .swiper-button-prev:before {
    content: "\f105";
    left: 2px;
}
.swiper-container-rtl .swiper-button-next:before {
    content: "\f104";
    left: -2px;
}
