.show-info-container{
}
.show-info{
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    margin: 0px 0px 5px;
}
.show-info .left{
    width: 200px;
    float: left;
    text-transform: lowercase;
}
.show-info .right{
    font-weight: 300;
}
@media (min-width:992px){
    .show-info-container{
        display: table;
    }
    .show-info{
        display: table-row;
    }
    .show-info .right,
    .show-info .left{
        float: none;
        display: table-cell;
        padding-right: 10px;
    }
}
@media (max-width:767px){
    .show-info .left{
        width: 50%;
        overflow: hidden;
    }
}
.tags-container{
    text-align: left;
    margin-top: 40px;
}
.tags-container .wrap{
    
}
.tags-container .box{
    display: block;
    float: left;
    margin: 0px 20px 0px 0px;
    text-align: center;
    opacity: 0.4;
}
@media (max-width:991px){
    .tags-container .box{
        margin: 0px 15px 0px 0px;
    }
}
.tags-container .box.active{
    opacity: 1;
}
.tags-container .box img{
    width: 40px;
}
.tags-container .box .title{
    font-size: 10px;
    line-height: 12px;
    color: #2f3138;
    text-transform: lowercase;
    margin: 10px 0px 0px;
}
@media (max-width:480px){
    .tags-container {
    }
    .tags-container .wrap{
    }
    .tags-container .box{
        margin: 10px 4px 0px;
    }
    .tags-container .box img{
        width: 30px;
    }
    .tags-container .box .title{
        font-size: 9px;
        max-width: 56px;
    }
}
.show-description{
    margin: 20px 0px 30px;
}


