#vod-series-page{
    font-size: 0;
}
#vod-series-page-content-wrapper {
    height: 100%;
    padding: 40px 20px 10px 20px;
}
#vod-series-left-part{
    display: inline-block;
    height: 100%;
    width: 30%;
    vertical-align: top;
    padding: 0px 10px;
    transition: all 0.4s;
}
#vod-series-left-part.collapsed {
    width: 0;
    padding:0;
}
#vod-series-summary-container {
    width: 0;
    transition: all 0.4s;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    color: #FFFCDF;
    font-size: 25px;
    padding: 0;
}
#vod-series-left-part.collapsed ~ #vod-series-summary-container{
    width: 30%;
    padding:0px 10px;
}
#vod-series-icon-container{
    margin-bottom: 30px;
    text-align: left !important;
}
#vod-series-icon-container img{
    height: 100px;
}
#vod-series-search-wrapper {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    position: relative;
    padding: 10px 50px;
    padding-left: 85px;
    background: #333;
    border-radius: 10px;
}
#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: 35%;
    font-size: 30px;
    padding: 0 30px;
    padding-right: 0;
    text-align: right;
}
#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: 100%;
    overflow-y: scroll;
    position: relative;
}
#vod-series-right-part{
    width: 70%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    padding-left: 10px;
}
#vod-series-title-part {
    color: #fff;
    margin: 0px 0 20px 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: 12px 15px;
    font-size: 33px;
    font-weight: bold;
    color: #eee;
    width: 100%;
    margin-right: 150px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(27, 27, 60, 0.92);
    margin-bottom: 1px;
    border-radius: 5px;
    text-align: left;
}
.vod-series-category-item:nth-child(even) {
    background: rgba(27,27,60,0.7);
}
#vod-series-menus-container {
    font-size: 0;
    position: relative;
    height: 810px;
    overflow-y: scroll;
}
.vod-series-menu-item-container{
    display: inline-block;
    width: 20%;
    padding:15px 15px;
}
.vod-series-menu-item-container img{
    width: 100%;
    height: 280px;
    object-fit: fill;
    background: #bbb;
    border-radius: 10px;
}
.vod-series-menu-item {
    border-radius: 10px;
    overflow: hidden;
    background-origin: border-box;
    transition: all 0.3s;
    position: relative;
    background: #1b1b3c;
    padding: 10px;
    padding-bottom: 0;
}
.vod-series-menu-item-title-wrapper {
    font-size: 21px;
    color: #fff;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    height: 80px;
    position: relative;
}
.active .vod-series-menu-item-title-wrapper {
    color: #111;
}
.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.05);
}
.top-menu.active * {
    color: #fff;
}
#sort-modal-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 35, 35, 0.71);
    display: none;
    z-index: 10;
}
#sort-modal-content-wrapper {
    position: fixed;
    width: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sort-modal-item {
    transition: all 0.2s;
    font-size: 30px;
    background-color:#565661;
    color: #eee;
    text-align: center;
    padding: 15px 100px;
    margin-bottom: 5px;
}
.sort-modal-item:last-child{
    margin-bottom: 0;
}


.vod-series-summary-section {
    padding-bottom: 2px;
    height: 415px;
}
.vod-series-summary-section.title-part {
    height: 200px;
}
.vod-series-summary-section-content-wrapper {
    background: rgba(64, 63, 63, 0.69);
    height: 100%;
    position: relative;
    padding: 20px 30px;
    padding-right:10px;
}
.vod-series-summary-title {
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    padding: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 35px;
}
.vod-series-summary-poster-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 300px;
}
.vod-series-summary-items-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 295px;
    padding-left: 10px;
}
#vod-series-summary-poster-img {
    width: 100%;
    height: 100%;
}
.vod-series-summary-item {
    font-size: 20px;
}
.vod-series-summary-item * {
    font-weight: normal;
}
#vod-series-summary-description {
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 22px;
}
.vod-series-summary-item-text {
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding-left:30px;
}
#vod-series-summary-description-label {
    font-size: 30px;
}