#vod-series-player-page .player-container{
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #222;
}
#vod-series-player-page .player-container {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #222;
    background-size: 100% 100%;
}
#vod-series-video-controls-container, #epg-video-controls-container {
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    color: #fff;
    /*background:rgba(51, 51, 51, 0.7);*/
}
#vod-series-video-controls-wrapper-1, #epg-video-controls-wrapper-1 {
    padding:20px;
}
#vod-series-progress-controls-container, #epg-progress-controls-container {
    margin: 0 auto;
    background: rgba(4, 4, 4, 0.88);
    padding: 15px 20px 10px 20px;
}
#vod-series-progress-container, #epg-progress-container{
    margin: 0 auto;
}
#vod-series-video-progressbar-container, #epg-video-progressbar-container{
    padding: 0;
    margin: 0 20px;
}
#vod-series-player-page .progress-amount {
    background: #dd0000;
    height: 100%;
    display: block;
    width: 30%;
}
#vod-series-video-controls-wrapper, #epg-video-controls-wrapper{
    margin: 20px auto !important;
    margin-bottom: 0;
    font-size:0;
}
#vod-series-video-time-container, #epg-video-time-container{
    font-size: 0;
    margin-top:15px;
}
.video-control-icon {
    color: #888;
    font-size: 25px;
    display: inline-block;
    width:20%;
}
.video-control-icon i{
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    display: inline-block;
    line-height: 45px;
    border-radius: 25px;
}
/*.video-control-icon.active i{*/
/*    color: #fff;*/
/*    border-color: #f77b05;*/
/*}*/
.video-control-icon i.active{
    color: #fff;
    border-color: #f3ff00;
}
#vod-series-player-page .video-time{
    font-size:22px;
    width:50%;
    vertical-align: middle;
    display: inline-block;
    padding:0 10px;
}
#vod-series-video-title, #epg-page-video-title{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    z-index: 10;
    background:rgba(51, 51, 51, 0.7);
    color:#fff;
    display: none;
}
.rangeslider--horizontal{
    height: 7px !important;
    background: #3D3730 !important;
    border-radius: 0 !important;
}
.rangeslider__handle:after {
    display: none !important;
}
.rangeslider .rangeslider__handle{
    border-radius: 15px;
    background-image: none;
    height: 25px;
    width:25px;
    top: -8px !important;
    border: 3px solid transparent;
    background: #008BD5 !important;
}
.rangeslider.active .rangeslider__handle{
    border-color: #fff;
}
.rangeslider__handle:after{
    background: #008BD5;
    background-image:none !important;
    display: none;
}
.rangeslider__fill {
    background: #008BD5 !important;
}

#vod-video-info-container {
    position: fixed;
    top: 20vh;
    left: 20vw;
    width: 60vw;
    height: 60vh;
    font-size: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px #68696f;
    background: #16b5c5;
    display: none;
}
#vod-video-info-img-container {
    width: 30%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
#vod-video-info-img-container img{
    width: 100%;
    height: 100%;
}
#vod-video-info-wrapper {
    display: inline-block;
    width: 70%;
    height: 100%;
    font-size: 25px;
    color: #fff;
    vertical-align: top;
    padding:20px;
    position: relative;
}
#vod-video-info-title {
    font-size: 35px;
    font-weight: bold;
}
#vod-video-info-desc {
    font-size: 25px;
}
#vod-video-info-subwrapper2 {
    position: absolute;
    bottom: 0;
    border-top: 1px solid;
    right: 20px;
    left: 20px;
    padding: 10px 0;
}

#video-resume-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #171616e0;
    display: none;
}
#video-resume-content {
    position: fixed;
    font-size: 20px;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#vod-resume-title-1 {
    font-size: 45px;
    font-weight: bold;
}
#vod-resume-title-2 {
    font-size: 25px;
    margin: 10px auto;
    font-weight: bold;
}
#vod-resume-time{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.resume-action-btn {
    font-size: 25px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    border-radius: 35px;
    width: 350px !important;
    border:2px solid transparent;
}
.resume-action-btn.active {
    border-color: yellow !important;
}
#player-seasons-container {
    /*max-height: 40px;*/
    overflow-y: hidden;
    margin: 0 auto;
    transition: height 0.5s;
    text-align: center;
    position: relative;
    margin-top:10px;
    height: 140px;
    text-align: left;
    padding: 10px 30px;
    border-top: 3px solid #4B2043;
    background: rgba(4, 4, 4, 0.88);
}
#player-seasons-container.expanded{
    height: 280px;
}
#playlist-season-items-container {
    white-space: nowrap;
    overflow-x: scroll;
    position: relative;
}
#playlist-season-title {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 5px;
}
.playlist-season-item-container {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding:0 5px;
}
.player-season-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s;
    border:3px solid transparent;
}
.player-season-item.active{
    border-color: #ffff00;
}
.playlist-episode-item-img {
    width: 100%;
    height: 199px;
}
.player-episode-title-container{
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: left;
    left: 0;
}
.player-episode-title {
    text-align: left;
    font-size: 20px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #FF1A2B;
}

/*#vod-series-video-progressbar-container{*/
/*    position: relative;*/
/*    height: 10px;*/
/*    background: #aaa;*/
/*    border:3px solid transparent;*/
/*    padding:3px 0;*/
/*}*/
#vod-series-video-progressbar-container.active{
    border-color: #fde704;

}
#vod-series-player-page .video-info-btn{
    width: 30%;
}
