#vod-series-page{
    font-size: 0;
    background: rgba(12, 12, 12, 0.64);
}
#vod-series-left-part{
    display: inline-block;
    height: 100%;
    width: 25%;
    vertical-align: top;
    padding:50px 1px;
}
#vod-series-icon-container{
    margin-bottom: 30px;
    text-align: center !important;
}
#vod-series-icon-container img{
    height: 100px;
}
#vod-series-search-wrapper {
    display: inline-block;
    width: 55%;
    vertical-align: middle;
    position: relative;
    padding: 10px 50px;
    padding-left: 85px;
    background: #333;
    border-radius: 40px;
}
#vod-series-search-icon {
    font-size: 35px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
#vod-series-order-btn-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    font-size: 30px;
    padding: 0 30px;
    padding-right: 0;
}
#vod-series-order-btn-label {
    color: #ccc;
    display: inline-block;
    margin-right: 10px;
}
#vod-series-order-btn {
    padding: 5px 30px;
    display: inline-block;
    vertical-align: middle;
    background: #444;
    border-radius: 30px;
}

.vod-series-mark-wrapper {
    display: inline-block;
    margin-left: auto;
    text-align: right;
    width: 20%;
    padding-right: 20px;
}
.vod-series-mark-wrapper img {
    height: 45px;
    display: inline-block;
    vertical-align: middle;
}
.vod-series-marker-txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    margin-left: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
#vod-series-categories-container{
    height: 895px;
    overflow-y: scroll;
    position: relative;
}
#vod-series-right-part{
    width: 75%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    padding-left: 30px;
}
#vod-series-title-part {
    color: #fff;
    margin: 30px 0 30px 0;
}
#vod-series-title-part.active *{
    color: #fff !important;
}
#vod-series-title-part.active input{
    border-color: #fff !important;
}
#vod-series-search-icon {
    font-size: 35px;
    width: 5%;
    display: inline-block;
    vertical-align: middle;
    color: #ddd;
}
#vod-series-search-input {
    font-size: 30px;
    outline: none;
    box-shadow: none;
    background: transparent;
    border-style: none;
    border-bottom: 2px solid #444;
    width: 100%;
    vertical-align: middle;
    color: #ddd;
    font-weight: normal;
    letter-spacing: 1px;
}
.top-menu.active #vod-series-search-input{
    border-color: #fff;
}
#vod-series-current-category {
    width: 35%;
    font-size: 35px;
    color: #999;
    text-align: right;
    padding:0 10px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.vod-series-category-item{
    padding: 10px 5px;
    font-size: 30px;
    font-weight: bold;
    color: #eee;
    width: 100%;
    margin-right: 150px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    background: #333;
    margin-bottom: 10px;
    border-radius: 15px;
}
#vod-series-menus-container {
    font-size: 0;
    position: relative;
    height: 955px;
    overflow-y: scroll;
}
.vod-series-category-item.active{
    background:#21AAC4;
}
.vod-series-menu-item-container{
    display: inline-block;
    width: 20%;
    padding:15px;
}
.vod-series-menu-item-container img{
    width: 100%;
    height: 230px;
    object-fit: fill;
    background: #bbb;
}
.vod-series-menu-item {
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid transparent;
    background-origin: border-box;
    transition: all 0.1s;
    position: relative;
}
.vod-series-menu-item-title-wrapper {
    font-size: 21px;
    color: #fff;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    height: 80px;
    background:#333;
    position: relative;
}
.vod-series-menu-item-title {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    padding:0 10px;
}
.vod-series-menu-item-container.active .vod-series-menu-item{
    transform:scale(1.1);
}
.vod-series-menu-item-container.active .vod-series-menu-item-title-wrapper{
    background:#21AAC4;
}
.top-menu.active * {
    color: #fff;
}
#vod-series-order-btn.active {
    background: #21AAC4;
}
#sort-modal-container {
    position: fixed;
    right: 330px;
    top: 30px;
    width: fit-content;
    background: #555;
    display: none;
}
.sort-modal-item {
    transition: all 0.1s;
    font-size: 25px;
    background-color: #222;
    color: #ddd;
    text-align: center;
    padding: 10px 100px;
    margin-bottom: 2px;
}
.sort-modal-item:last-child{
    margin-bottom: 0;
}
.sort-modal-item.active,.sort-modal-item:hover {
    background: #21AAC4;
    color: #fff;
}
.vod-series-video-duration-container{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
}
.vod-series-video-duration {
    height: 7px;
    /*background: #5f5b5b;*/
    background: #5a5656;
    font-size: 0;
    position: relative;
    opacity: 0;
    /*transform: translateY(-100%);*/
}
.vod-series-video-duration.vod.has-progress {
    opacity: 1;
}
.vod-series-video-progress {
    display: inline-block;
    height: 100%;
    background: #ffce1a;
}

