#vod-series-page{
    font-size: 0;
    background: rgba(12, 12, 12, 0.64);
}
#vod-series-page .page-content-container-1 {
    padding-top:80px;
    height: 940px;
}
#vod-series-page .side-bar {
    padding-top:0;
    position: relative;
}
#vod-series-page .right-sidebar{
    padding:0 50px;
}
#vod-series-page .category-sidebar {
    width: 30%;
    padding-left:0;
    padding-right: 0;
}
#vod-series-categories-container{
    height: 860px;
    overflow-y: scroll;
    position: relative;
}
#vod-series-page .category-item-wrapper {
    font-size: 29px;
    padding: 5px 10px;
}
.category-item-wrapper span {
    display: inline-block;
    vertical-align: middle;
}
.category-item-name {
    width: 460px;    
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-item-count {
    font-size: 22px;
    text-align: center;
    width: 65px;    
}
#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: left;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    position: absolute;
    left: 30%;
    top: 30px;
    padding-left: 30px;
    width: 1300px;
}
.vod-series-menus-container{
    width: 70%;
    padding-bottom: 100px;
}
#vod-series-menus-container {
    font-size: 0;
    position: relative;
    white-space: normal;
}
.vod-series-menu-item-container{
    display: inline-block;
    width: 20%;
    padding:10px 10px;
}
.vod-series-menu-item img{
    width: 100%;
    height: 348px;
}
.vod-series-menu-item.replay .vod-series-icon {
    width: auto;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 80%;
}
.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 ;
    text-align: center;
    border: 5px solid #3a3939;
}
.vod-series-menu-item-title {
    font-size: 21px;
    color: #fff;
    /* background: #462626; */
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.64);
}
.vod-series-menu-item.replay .vod-series-menu-item-title {
    position: static;
}
.vod-series-menu-item-container.active .vod-series-menu-item{
    /*transform:scale(1.1);*/
    border-color: #fff;
}
.vod-series-menu-item-container.active .vod-series-menu-item-title {
    /*background: #fb2d2d;*/
}
#vod-series-page .channel-page-bottom-container {
    left: 0;
    transform: none;
    text-align: left;
}
#vod-series-page .channel-page-bottom-item {
    padding-left:0;
}
