#vod-series-page{
    font-size: 0;
    background: rgba(12, 12, 12, 0.64);
}
#vod-series-page .right-sidebar{
    padding:0 50px;
}
#vod-series-categories-container{
    height: 860px;
    overflow-y: scroll;
    position: relative;
}
#vod-series-top-part {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    white-space: nowrap;
}
#vod-series-page .order-filter-title{
    display: inline-block;
    vertical-align: middle;
}
#vod-series-search-icon {
    font-size: 35px;
    width: 5%;
    display: inline-block;
    vertical-align: middle;
    color: #ddd;
    text-align: center;
    padding:5px;
    border:3px solid transparent;
    border-radius: 10px;
    transition: all 0.1s;
}
#vod-series-search-icon.active{
    border-color: #fff;
}
#vod-series-current-category {
    font-size: 35px;
    color: #eee;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 875px;
    font-weight: normal;
    margin-right: 25px;
}
#vod-series-menus-container {
    font-size: 0;
    position: relative;
    height: 930px;
    overflow-y: scroll;
    white-space: normal;
}
.vod-series-menu-item-container{
    display: inline-block;
    width: 20%;
    padding:15px;
}
.vod-series-menu-item img{
    width: 100%;
    height: 230px;
}
.vod-series-menu-item.reply img {
    max-width: 80%;
    width: unset;
    height: 110px;
    display: inline-block;
    margin: 40px auto;
}
.vod-series-menu-item{
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.1s;
    position: relative;
    background: rgba(85, 31, 109, 0.5);
    background-clip:content-box ;
    border:4px solid transparent;
    text-align: center;
}
.vod-series-menu-item-title {
    font-size: 21px;
    color: #fff;
    background: #000;
    width: 100%;
    text-align: center;
    padding:10px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vod-series-menu-item-container.active .vod-series-menu-item{
    transform:scale(1.1);
    border-color: #fff;
}

