#gallery-single-carousel .owl-nav .owl-prev, #gallery-single-carousel .owl-nav .owl-next {
    background: transparent;
}
.gallery-item.gallery-style-9 .item-title{
    background: rgb(0 0 0 / 50%);
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-family: "Lato";
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding:0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    display: none;
}
.gallery-item.gallery-style-9:hover .item-title {
    display: flex;
    visibility: visible;
    opacity: 1;
}
.gallery-item.gallery-style-9 .item-icon,.gallery-item.gallery-style-9 .item-icon a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
}
.gallery-item.gallery-style-9:hover .item-img{opacity: 1;}
.gallery-item.gallery-style-9 .item-img{opacity: 1;}
.gallery-item.gallery-style-9:hover .item-title{background: rgb(0 0 0 / 60%);}
.gallery-item .item-img { height: 330px;}
.owl-item:not(.active) {
    visibility: hidden;
    opacity: 0;
}
.carousel-single-autoheight:not(.owl-loaded){visibility: hidden; opacity: 0;height:0;}

@media(max-width:767px){
#nav-menu-logo-menu img.logo {
    height: auto;
}
}
.banner .item{
background-size:cover;
background-repeat: no-repeat;
}
.banner  .owl-stage {
    min-height: 100vh;
}
@media(max-width:1024px){
.banner  .owl-stage{
    min-height: 75vh;
}
}
@media(max-width:767px){
.banner  .owl-stage{
    min-height: 35vh;
}
   #header-text .bg{background-size: contain !important;}
    #header-text h1{font-size:25px !important; line-height: 1em; margin-bottom:0;}
    #header-text .bg{background-size: contain !important;transform:none !important;}
    #header-text h1{font-size:25px !important; line-height: 1em; margin-bottom:0;}
    #header-text{padding-bottom: 40px !important;
    padding-top: 100px !important;}
}
.gallery-item{opacity:1 !important;}
.fancybox-thumbs {
     top: auto;
     width: auto;
     bottom: 0;
     left: 0;
     right: 0;
     height: 95px;
     padding: 10px 10px 5px 10px;
     box-sizing: border-box;
     background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
 right: 0;
 bottom: 95px;
}
.fancybox-active #wa-widget-send-button {
   z-index: -1 !important;
}
.fancybox-thumbs__list a{opacity: 0.6;}