.nav-label{
    color: #4d4d4f;
    margin: 0px 0px 80px;
}
.show-altitle{
    margin: -50px 0px 30px;
    font-size: 0px;
    line-height: 0px;
}
.show-altitle .show-info{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8e8e8e;
    float: left;
}
.show-altitle a.show-info{
    color: #8e8e8e;
    text-decoration: none;
    transition: color 0.3s ease;
}
.show-altitle a.show-info:focus,
.show-altitle a.show-info:hover{
    color: #ae8b00;
    text-decoration: none;
}
.show-altitle .show-info.back{
    position: relative;
    padding-left: 20px;
}
.show-altitle a.show-info.back::after{
    font-family: beeicon;
    font-weight: normal;
    content: "\f100";
    display: inline-block;
    width: 12px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #ae8b00;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -11px;
}
@media (max-width: 1199px){
    .show-altitle{
        margin: 0px 0px 30px;
        font-size: 0px;
        line-height: 0px;
    }
}

.show-intro{
    font-weight: 700;
    margin: -30px 0px 65px;
}
.gallery-box{
    display: block;
    margin-bottom: 30px;
}
.gallery-box .title{
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    width: 100%;
    overflow: hidden;
    margin: 15px 0px 0px;
}
.gallery-box:not(.video-carousel-open) .title{
    display: none;
}
.gallery-box.second{
    margin-top: 30px;
}
.gallery-box .image-box{
    position: relative;
    display: block;
}
.gallery-box .image-box img{
    display: block;
    width: 100%;
    max-width: 100%;
}
.gallery-box:focus,
.gallery-box:hover{
    text-decoration: none;
    color: #000;
}
@media (min-width: 992px){
    .gallery-box .image-box{
        overflow: hidden;
    }
    .gallery-box .image-box img{
        transition: transform-origin 0.3s ease;
        will-change: transform;
        transform: scale(1.05);
        transform-origin: 0% 0%;
    }
    .gallery-box:hover .image-box img{
        transform-origin: 100% 100%;
    }
}
@media (max-width: 991px){
    .gallery-container.row{
        margin-left: -7px;
        margin-right: -7px;
    }
    .gallery-container.row > div[class*="col-"]{
        padding-left: 7px;
        padding-right: 7px;
    }
    .gallery-container .gallery-box{
        margin-bottom: 14px;
    }
    .gallery-box .title{
        font-size: 25px;
        line-height: 30px;
        white-space: normal;
        width: 100%;
        margin: 15px 0px 10px;
    }
}