.mp-ep{
    padding: 3px;
    background: #101010;
    border: 1px solid #000;
}
.ep{
    display: block;
    margin-bottom: 5px !important;
    margin-top: 0;
    font-size: 1.255em !important;
    font-weight: 500 !important;
    line-height: 0.8em !important;
}
.ep:hover{
    text-decoration: none;
}
.ep-detail{
    padding: 10px 0;
}
.dashicons{
    vertical-align: middle;
    font-size: 17px;
}
.ep-block{
    max-height: 100px;
    margin-bottom: 2px;
    padding: 5px;
    background: #0a0a0a;
    border: 1px solid #060606;
    
    
}
.ep-a-link{
    position: relative;
    display: block;
    
}
.ep-a-link::after{
    position: absolute;
    content: '';
    border-right: 5px solid #a90000;
    border-top: 5px solid #a90000;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    top: 0;
    right: 0;
}
.ep-a-link:hover{
    text-decoration: none;
}
.ep-a-link:active::after,.ep-a-link:visited::after{
    border-right: 5px solid #171717;
    border-top: 5px solid #171717;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}
.ep-block a:hover{
    text-decoration: none;
}
.ep-thumb {
    float: left;
    width: 150px;
}
.ep-thumb img{
	width: auto;
    height: 100px !important;
    display: inline-block;
}
.ep-detail{
    margin-left: 155px;
}
.ep-video-time{
    padding: 3px;
    background: #1f1f1f;
    color: #3f9600;
    font-size: 0.715em;
    font-weight: 600;
}
.s-select{
    margin-bottom: 5px !important;
}
.ep-g-sl select{
    background: #000000 !important;
    border: 1px solid #424242 !important;
    font-size: 20px !important;
    padding: 5px !important;
    margin-bottom: 3px !important;
    font-weight: 600;
    color: #b3b3b3 !important;
    text-align: center;
    min-width: 150px;
}
.ep-watch{
    display: block;
    /*margin-top: 7px;*/
    color: #3e3e3e;
    font-size: 14px;
}
.ep-clr{
    clear: both;
}
/* Post View Counter CSS */
.post-views{
    float: right;
    padding: 5px 5px;
    background: #000;
}
.post-views-count{
    font-size: 16px;
    font-weight: 600;
}
/* Player */
.mpPlayerMain{
	position: relative;
    padding: 5px;
    background: #151414;
}
.mpTools{
    padding: 5px;
    border: 1px solid #131313;
    background: #0a0a0a;
    margin-top: 2px;
}
.sideRight{
    width: 150px;
    float: right;
    text-align: right;
}
.sideRight span{
    display: inline-block;
    padding: 5px 10px;
    background: #dc001f;
    color: #fff;
    margin-right: 2px;
    border: 1px solid #b93a4c;
}
.sideRight .sprsPrev{
	padding: 5px 10px;
    background: #3a3a3a;
    border: 1px solid #505050;
}
.sideRight .sprsAll{
    background: #0062dc;
    border: 1px solid #2886fd;
}
.sl-a-list{
    padding: 5px;
    border: 1px solid #131313;
    background: #0a0a0a;
    margin-top: 2px;
    
}
.sl-title{
    display: block;
    background: #151414;
    padding: 10px;
    border-bottom: 1px solid #773131;
}
.mp-s-sl{
    background: #0e0e0e;
    margin-top: 2px;
    border-bottom: 1px dashed #1b1b1b;
    padding: 5px 5px 8px;
}
.mpspDownload{
    float: right;
}
.mp-s-sl span{
    vertical-align: middle;
}
.sl-src{
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #0f6af3;
}
.sl-src i{
	font-size: 18px;
}

.mp-sl-icon{
    font-size: 19px;
    vertical-align: middle;
    padding: 5px;
    background: #106bf3;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 600;
}
.sl-area .active{
    background: #0f6af3;
    color: #fff;
    border-bottom: none;
}
.sl-area .active .sl-src{
    color: #fff;
}
.sl-area .active .mp-sl-icon{
    background: #000000;
}
.mp-sl-download{
    vertical-align: middle;
}
.mpClear{
    clear: both;
}
.mpIframe iframe {
    height: 450px;
}
.ep-name-02{
    color: #b00;
}
.action-hide{
	position: absolute;
    top: 12px;
    right: 12px;
    width: 45px;
    height: 45px;
}
/* ads */
.mpAds {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000a6;
    border: 4px solid #e41e0d;
    z-index: 100;
}
.mpbn2 {
    text-align: center;
    margin: 15px;
}
.mpAdsClose {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    background: #e41e0d;
    text-align: center;
    z-index: 10;
    line-height: 50px;
    color: #fff;
    font-size: 45px;
    cursor: pointer;
    z-index: 101;
}
.mpAdsClose::before {
    content: 'x';
    color: #fff;
    font-weight: 300;
    margin: -5px;
    /* display: inline-block; */
    font-family: Arial, sans-serif;
}
/* ads */
#mpVideoAds .jw-controlbar {display: none !important;}
#mpVideoAds {
    position: absolute;
    width: calc(100% - 10px) !important;
    height: 435px !important;
    top: 5px;
    bottom: 5px !important;
    right: 5px !important;
    left: 5px;
}
.mp-remain-time{
    position: absolute;
    display: inline-block;
    z-index: 100;
    background: #f1c012;
    border-radius: 3px;
    margin: 5px;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    display: none;
}
.mp-ads-skip{
    position: absolute;
    right: 8px;
    top: 382px;
    border: 1px solid rgba(60,64,67,0.3);
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.08);
    display: none;
    
}
.mp-ads-skip:hover{
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.mp-ads-link{
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 100px;
}
.mp-ads-link a{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
}
.mp-ads-link a:hover{
    background-color: #5cd261;
}
@media only screen and (max-width: 800px) {
    .mpIframe iframe{
        height: 350px;
    }
}
@media only screen and (max-width: 400px) {
    .ep-name-01{
        display: none;
    }
    .mpIframe iframe{
        height: 250px;
    }
}