.show-altitle{
    margin: -15px 0px 50px;
    font-size: 0px;
    line-height: 0px;
}
.show-altitle .show-info{
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
	text-transform: uppercase;
    color: #c5963b;
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    float: left;
}
.show-altitle .show-info:before{
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0px;
    background: #0d0d0d;
    margin-top: -9px;
}
.show-altitle .show-info:first-child{
    margin-left: 0px;
    padding-left: 0px;
}
.show-altitle .show-info:first-child:before{
    display: none;
}
.show-altitle a.show-info{
    color: #0d0d0d;
    transition: color 0.3s ease;
}
.show-altitle a.show-info:focus,
.show-altitle a.show-info:hover{
    color: #ababab;
    color: rgba(0, 0, 0, 0.4);
}
.show-intro{
    font-weight: 400;
}
.show-intro,
.show-description{
    word-break: break-word;
}
@media (min-width: 768px){
    .show-intro,
    .show-description{
        text-align: justify;
    }
}
@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: 0% 100%;
    }
}