.nav-label{
    color: #4d4d4f;
    margin: 0px;
}

.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-icon-box{
    padding-left: 40px;
    position: relative;
    margin: 30px 0px 40px;
}
.show-icon-box::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 30px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 30px auto;
}
.show-icon-box.icon::after{
    background-color: rgba(239, 123, 16, 0.1);
    border-top-right-radius: 30px;
}
/*.show-icon-box.icon::before{
    font-family: beeicon;
    font-weight: normal;
    content: "\f041";
    position: absolute;
    bottom: 10px;
    left: 7px;
    z-index: 2;
    color: rgba(239, 123, 16, 0.4);
    font-size: 24px;
    text-align: center;
    width: 16px;
    height: 30px;
    line-height: 30px;
}*/
.show-icon-box.icon-1::after{
    background-image: url(../design/icon-1.svg);
}
.show-icon-box.icon-2::after{
    background-image: url(../design/icon-2.svg);
}
.show-icon-box.icon-3::after{
    background-image: url(../design/icon-3.svg);
}
.show-icon-box.icon-4::after{
    background-image: url(../design/icon-4.svg);
}
.show-icon-box.icon-5::after{
    background-image: url(../design/icon-5.svg);
}
.show-icon-box .place{
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
}
.show-icon-box .date{
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
    color: #8e8e8e;
    padding-top: 5px;
    margin-top: 10px;
}
@media (max-width: 767px){
    .show-icon-box::after{
        width: 25px;
        height: 50px;
        background-size: 25px auto;
    }
    .show-icon-box .place{
        font-size: 20px;
        line-height: 20px;
    }
    .show-icon-box .date{
        font-size: 15px;
        line-height: 12px;
        padding-top: 5px;
        margin-top: 5px;
    }
}

.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%;
    }
}
