.nva {
    top: 0;
    padding: 12px 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.nva,
.nvb {
    position: fixed;
    color: #fff;
    background: #0000007d;
    z-index: 10;
    transition: all .8s ease
}

ul.nva a,
ul.nvb a {
    color: #fff
}

.nva ul,
.nvb ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: calc(100% - 30px)
}

.nva ul li {
    float: left;
    font-size: 15px
}

.nva ul .ls1 {
    float: right
}

.nva ul li svg {
    height: 18px;
    float: left;
    margin-right: 7px
}

.click .nva {
    top: -47px
}



/* NOTIFICATION VIP OR 18+ */
.K18:before,
.KVIP:before {
    content: "";
    width: 22px;
    margin-right: 5px;
    height: 15px;
    float: left;
    margin-top: -1px
}

.K18,
.KVIP {
    width: 21px;
    height: 15px;
    background: transparent;
    border-radius: 0;
    border-top-right-radius: 5px;
    overflow: hidden;
    min-width: unset;
    right: 8px;
    position: absolute;
    z-index: 2;
    top: 7px;
    box-shadow: rgba(86, 86, 86, .38) -2px 2px 2px 0
}

.K18:before {
    background: url(https://yuucdn.net/storage/drive/user-466/CWUvePQv8KLcAHuINNZTG4u765fuIW/zD2wSeSQjNWAM2cBxSSWYr2cqWAiQV.png);
    height: 17px;
    background-position: -1px -1px
}

.KVIP:before {
    background: url(https://yuucdn.net/storage/drive/user-466/CWUvePQv8KLcAHuINNZTG4u765fuIW/Cc3DdrcjKpEmaFP8xPFeaYirDpdW3L.png);
    height: 17px;
    background-position: -1px -1px
}

.at .K18,
.at .KVIP {
    right: unset;
    left: 5px;
    top: 5px
}

/* DETAIL ANIME */
.cv {
    position: relative;
    height: 450px;
    background-color: #eee;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 385px;
    margin-top: 0;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 4px 0
}

.cv h3 {
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    font-family: cursive;
    float: left;
    width: 100%;
    margin-bottom: 8px
}

.prk1 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    float: left;
    background: #b1832f;
    /*#df0000;*/
    padding: 5px 10px;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 4px 0
}

.releases {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #ececec;
    padding: 8px 15px;
}

.mctnx {
    margin: 15px
}

.soraddlx {
    overflow: hidden;
    margin-bottom: 15px
}

.soraddlx .sorattlx {
    overflow: hidden;
    padding: 8px 10px;
    margin-bottom: 5px;
    background: #b1832f;
    color: #fff
}

.soraddlx .soraurlx {
    padding: 0 8px 0 0;
    background: #333;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 32px
}

.soraddlx br,
.soraddlx p {
    display: none
}

.soraddlx .sorattlx h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500
}

.soraddlx .soraurlx strong {
    background: #b1832f;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
    font-size: 13px;
    width: 50px;
    text-align: center;
    display: inline-block;
    font-weight: 500
}

.soraddlx a:last-child:after {
    display: none
}

.soraddlx a:after {
    content: "|";
    margin: 0 5px;
    color: #ddd
}

.soraddlx a:hover {
    color: #b1832f;
    font-style: oblique;
}

.soraddlx.nosplitx .soraurlx {
    color: #ddd
}

.soraddlx.nosplitx a:after {
    display: none
}

@media only screen and (max-width:700px) {
    .cv {
        height: 450px;
        background-color: #eee;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 200px;
        box-shadow: rgba(0, 0, 0, .2) 0 2px 4px 0
    }
    
    .cv h3 {
        font-family: arial
    }

}