.nav-label{
    color: #4d4d4f;
    margin-top: 0px;
    font-size: 42px;
}
@media (max-width: 991px){
    .nav-label{
        font-size: 34px;
    }
}
@media (max-width: 767px){
    .nav-label{
        font-size: 32px;
    }
}
@media (max-width: 480px){
    .nav-label{
        font-size: 28px;
    }
}

.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;
}
.show-intro,
.show-description{
    word-break: break-word;
}
@media (min-width: 992px){
    .show-more-images-box .img-box{
        overflow: hidden;
    }
    .show-more-images-box .img-box img{
        transition: transform-origin 0.3s ease;
        will-change: transform;
        transform: scale(1.05);
        transform-origin: 0% 0%;
    }
    .show-more-images-box .img-box:hover img{
        transform-origin: 100% 100%;
    }
}