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

#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: #000;
    background: #fff;
}

#ks-player-container .active, #ks-player-header .active {
    color: #000;
    background: #fff;
}

#ks-seasons span, #ks-episodes span, #ks-translations span {
    color: #bbb;
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    text-align: center;
    padding: 14px 9px;
    margin: 4px 6px 4px 0;
    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;
}

/* kodikserials main block */

.ksupdate_block{margin-bottom: 15px;}
.ksupdate_block_date{background-color: #6f6f6f; color: #fff; font-size: 14px; font-weight: bold; padding: 7px 20px;}
ul.ksupdate_block_list { padding-left: 0; margin-top: 0; }
.ksupdate_block_list .a-m-d{display: block; position: relative;}
.ksupdate_block_list .a-m-d:after{-webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; background-color: rgba(0, 0, 0, 0); content: ""; height: 100%; position: absolute; top: 0; left: 0; width: 100%;}
.ksupdate_block_list .a-m-d:hover:after{background-color: rgba(0, 0, 0, 0.2);}
.ksupdate_block_list_item{-webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; background-color: #fff; cursor: pointer; display: table; min-height: 35px; width: 100%;}
.ksupdate_block_list_item ~ .ksupdate_block_list_item { border-top: 1px solid #ececec; }
.ksupdate_block_list_item:hover{background-color: #fafafa;}
.ksupdate_block_list_item:hover .b-seriesupdate__block_list_link{color: #2e859e; text-decoration: none;}
.ksupdate_block_list_item.tracked{background-color: #d6f0ff;}
.ksupdate_block_list_item.tracked:hover{background-color: #a8dfff;}
.ksupdate_block_list_item.tracked:hover .b-seriesupdate__block_list_link{color: #000;}
.ksupdate_block_list_item_inner{display: table-row;}
.ksupdate_block_list_item_inner .cell{padding: 6px 0 5px; display: table-cell; vertical-align: middle;}
.ksupdate_block_list_item_inner .cell-1{color: #000; font-size: 12px; padding-right: 5px; padding-left: 10px;}
.ksupdate_block_list_item_inner .cell-1 .season{white-space: nowrap;}
.ksupdate_block_list_item_inner .cell-2{color: #000; font-size: 11px; font-weight: bold; padding-right: 10px; text-align: right; white-space: nowrap;}
.ksupdate_block_list_item_inner .cell-2 i{color: #777; display: block; font-style: normal;}
.ksupdate_block_list_link{-webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; color: #000; font-weight: bold; text-decoration: none;}
.ksupdate_block_list_link:hover{text-decoration: none;}
.ksupdate_block_list_link:visited{color: #000;}





@media screen and (max-width:760px) {
    #ks-player-container {
        height: 340px!important;
    }
}