#banner, #banner_static, #banner_2, #banner_3, #banner_4, #banner_masonry, #banner_short {
    width: 100%
}
.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;

    background-position: center;
    background-repeat: no-repeat;
   /* height: 40vh; */
    z-index: 1;
    margin-bottom: 4em;
    float: left
}
.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
.slideshow .btn {
    display: inline-block;
    padding: 13px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 1px solid #e1e1e1;
    font: 12px/1.2 "Oswald", sans-serif;
    letter-spacing: .4em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color .1s linear .05s
}
.slideshow .btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: 1;
    opacity: 0;
    transition: height .2s ease, top .2s ease, opacity 0s linear .2s
}
.slideshow .btn::after {
    transition: border .1s linear .05s
}
.slideshow .btn .btn-inner {
    position: relative;
    z-index: 2
}
.slideshow .btn:hover {
    color: #373737;
    transition: color .1s linear 0s
}
.slideshow .btn:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height .2s ease, top .2s ease, opacity 0s linear 0s
}
.slideshow .btn:hover::after {
    border-color: #373737;
    transition: border .1s linear 0s
}
.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease
}
.slideshow .slide.is-active {
    display: block;
    display: contents
}
.slideshow .slide.is-loaded {
    opacity: 1
}
.slideshow .slide .caption {
    padding: 0 100px
}
.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.5);
    background: rgba(44, 44, 44, 0.5)
}
.slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%
}
.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}
.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    font: 300 50px/1.2 var(--font-primary);
    letter-spacing: .25em;
    text-transform: uppercase
}
.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4
}
.slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff
}
.slideshow .slide .btn::before {
    background: #fff
}
.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center
}
.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1
}
.slideshow .pagination .item+.page {
    margin-left: -2px
}
.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background .2s ease
}
.slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width .2s ease
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .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;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left .2s ease
}
.slideshow .align_left .slide-content {
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: left
}
.slideshow .align_right .slide-content {
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: right
}
.image-container.no_opacity::before {
    background: none !important
}
#banner_masonry .banner_img {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity .8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform .8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity .8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s
}
.masonry_1 {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 1.35%
}
.masonry_2 {
    padding-left: .6%
}
.masonry_2_2 {
    padding-bottom: 2.9%
}
.masonry_2_2_3 {
    padding-bottom: 4.2%
}
.masonry_2_2_4 {
    padding-bottom: 0%
}
.masonry_3 {
    padding-right: 1.3%
}
.masonry_4 {
    padding-left: 1.8%
}
@media all and (max-width: 767px) {
    .masonry_1, .masonry_2_2, .masonry_3, .masonry_4 {
        padding: 0px 0px 20px
    }
    .masonry_2 {
        padding: 0px
    }
    .lv .masonry_1 {
        padding: 0px
    }
}
.slideshow .slide .image-container.no_opacity::before {
    background: none
}
@media all and (max-width: 500px) {
    #banner_masonry img {
        height: 400px
    }
    .slideshow .slide .title {
        letter-spacing: .1em
    }
    .slideshow .align_left .slide-content {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .slideshow .align_right .slide-content {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center
    }
}
.exp-gallery li.js-exp-gallery__item, .exp-gallery li {
    list-style: none !important
}
ul.exp-gallery {
    margin-left: -1em !important;
    margin-bottom: 2em
}
@media only screen and (max-width: 767px) {
    .slideshow .slide .title {
        font: 700 30px/1.2 var(--font-primary) !important
    }
    .slides .text_container .text p {
        font-size: 22px
    }
    .slideshow .slide .caption {
        padding: 0 20px !important
    }
}
.not_fired .slides .slide:nth-child(1) {
    opacity: 1;
    display: block
}
#banner_2 .owl-theme .owl-nav.disabled+.owl-dots, #banner_3 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px
}
#banner_2 .owl-theme .owl-dots .owl-dot span, #banner_3 .owl-theme .owl-dots .owl-dot span {
    margin: 5px 0px
}
/*# sourceMappingURL=cartt_slideshow.css.map */