/* kodikserials */
#ks-seasons, #ks-translations {
    display: inline-block;
    padding-right: 6px;
}

#ks-translations {
    margin: 0 auto;
    padding: 0;
    /*width: 670px;*/
    /*
    height: 40px;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    */
    position: relative;
}

#ks-video {
    position: absolute;
    top: 0px;
    bottom: 40px;
    width: 100%;
}

#ks-player-container {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#ks-episodes {
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 85px);
    height: 40px;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    bottom: -3px;
    left: 35px;
}

#ks-episodes li {
    list-style: none;
    float: left;
    height: 30px;
    padding-top: 0;
    cursor: pointer;
    position: absolute;
    transition: left .2s;
}

#ks-seasons span:hover, #ks-translations span:hover, #ks-episodes li span:hover {
    color: #fff;
    background: #4c4c4c;
    border: 1px solid #4c4c4c;
}

#ks-player-container .active, #ks-player-header .active {
    color: #fff;
    background: #4c4c4c;
    border: 1px solid #4c4c4c;
}

#ks-seasons span, #ks-episodes span, #ks-translations span {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    color: #bbb;
    background: #2b2b2b;
    display: inline-block;
    text-align: center;
    padding: 5px 7px;
    margin: 4px 6px 4px 0;
    border: 1px solid #2b2b2b;
    border-radius: 3px;

    cursor: pointer;
}

#ks-player-container .ks-prev-button {
    background: no-repeat url(../images/prev.svg);
    background-size: 30px 30px;
    opacity: .7;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    font-size: 0;
    filter: grayscale(100%);
    user-select: none;
}

#ks-player-container .ks-next-button {
    background: no-repeat url(../images/vecs.svg);
    background-size: 30px 30px;
    opacity: .7;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 0;
    filter: grayscale(100%);
    user-select: none;
}

#ks-player-container .ks-prev-button.disabled, #ks-player-container .ks-next-button.disabled {
    opacity: 0.3;
    cursor: default;
}