.cf-download {margin:10px 0;}
.cf-download a {background:#3EC2CF;display:inline-block;padding:5px 10px;}
.cf-download a:hover {text-shadow: 1px 0 2px #000;}

.watch-drama {
    position: relative;
}

.watch-drama h1 {
    color: #FDB813;
    margin-bottom: 10px;
    font-size: 16px;
}

.watch-drama .kname {
	font-weight:bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
}

.watch-drama .category {
    position: absolute;
    right: 10px;
    top: 37px;
    max-width: 200px;
overflow: hidden;
white-space: nowrap;
}

.watch-drama .category a {
    color: #3EC2CF;
    font-weight: bold;
}

.watch-drama .category a:hover {
    color: #FDB813;
}

.block-watch {
    margin-bottom: 10px;
}

.block-watch a {
    color: #fdb813;
}

.block-watch a:hover {
    color: #3EC2CF;
}

.watch-player {
    background: #000;
    width: calc(100% + 20px);
    margin-bottom: -10px;
    margin-left: -10px;
    position: relative;
    z-index: 11;
}

.watch-player .ver {
    overflow: hidden;
    position: relative;
    z-index: 11;
}

.watch-videojs::before, .watch-iframe::before {
    content: "";
    display: block;
    margin-top: 55%;
}

.watch-videojs .drama_video_body_watch_items, .watch-iframe iframe {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#load_iframe_video iframe, .drama_video_body_watch_items #my-video, .drama_video_body_watch_items.upload iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.plugins {
    padding: 5px 10px;
}

.plugins ul li {
    display: inline-block;
    padding: 5px;

    font-size: 14px;
    cursor: pointer;
    color: #cccccc;
    position: relative;
}

.plugins ul li:first-child {
    padding-left: 0;
}

.plugins ul li i {
    font-weight: bold;
}

.plugins ul li a {
    color: #cccccc;
}

.plugins ul li:hover, .plugins ul li a:hover {
    color: #FFFFFF;
}

.plugins .favorites.active i {
    color: #3EC2CF;
}

.plugins .control {
    float: right;
}

.plugins .control li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.popover-notice {
    padding: 5px;
}

.popover-favorites {
    display: none;
    position: absolute;
    width: 230px;
    border-radius: 5px;
    background: rgb(236, 235, 238);
    top: -110px;
    left: 0;
    z-index: 12;
    padding: 5px;
    color: #000000;
}

.popover-favorites::after {
    background: rgba(0, 0, 0, 0) url("../images/popover.png") no-repeat scroll 0 0;
    bottom: -28px;
    content: "";
    height: 30px;
    left: 55px;
    position: absolute;
    width: 100%;
}

.popover-favorites .btn-favorites, .popover-favorites .btn-dismiss {
    padding: 10px 0;
    float: left;
    width: calc(50% - 10px);
    text-align: center;
    margin: 5px;
    color: #ffffff;
}

.popover-favorites .btn-favorites:hover, .popover-favorites .btn-dismiss:hover {
    text-shadow: 1px 0 2px #000;
}

.popover-favorites .btn-favorites {
    background: #3EC2CF;
}

.popover-favorites .btn-dismiss {
    background: #D3D3D3;
}

.social {
    position: absolute;
    right: 345px;
    top: 69px;
}

.social li {
    display: inline;
    margin-left: 5px;

}

.social img {
    height: 32px;
}

.list_episode_video {
    overflow: hidden;
}

.list_episode_video .top {
    border-bottom: solid 1px #cfcfcf;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.list_episode_video .bottom label, .list_episode_video .top label {
    color: #fdb813;
    float: left;
    line-height: 35px;
}

.list_episode_video .bottom .row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.list_episode_video .bottom .row:nth-child(odd) {
    background-color: #f2f2f2;
}

.list_episode_video .bottom .row label {
    color: #3EC2CF
}

.list_episode_video .row img {
    float: left;
    height: 35px;
    margin-right: 10px;
    width: 35px;
}

.list_episode_video .right {
    float: right;
    min-width: 100px;

}

.list_episode_video .right a {
    color: #3EC2CF;
    padding: 10px;
    display: block;
    cursor: pointer;
}

.list_episode_video .right a:hover, .list_episode_video .right a.selected {
    background: #3EC2CF;
    color: #FFF;
}

#off_light {
    position: fixed;
    z-index: 10;
    opacity: .98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none
}

.login-popup {
    position: fixed;
    background: rgba(236, 235, 238, 0.9);
    max-width: 300px;
    width: 100%;
    z-index: 16;
    padding: 22px;
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
    display: none;
    color: #000000;
}

.login-popup hr {
    margin-bottom: 10px;
    visibility: hidden;
}

.login-popup h2 {
    text-align: center;
    color: #3EC2CF;
    font-size: 20px;
    margin-bottom: 10px;
}

.login-popup .btn-facebook, .login-popup .btn-google {
    display: inline-block;
    width: 100%;
    margin: 7px 0;
    position: relative;
    color: #FFF;
    font-size: 14px
}

.login-popup .btn-facebook:hover, .login-popup .btn-google:hover {
    color: #FFF
}

.login-popup .btn-facebook {
    background: #3b5998
}

.login-popup .btn-google {
    background: #dd4b39
}

.login-popup .btn-facebook span, .login-popup .btn-google span {
    display: inline-block;
    width: 40px;
    padding: 10px 0;
    text-align: center;
    margin-right: 10px
}

.login-popup .btn-facebook img, .login-popup .btn-google img {
    height: 17px
}

.login-popup .btn-facebook span {
    background-color: #2f477a
}

.login-popup .btn-google span {
    background-color: #b13c2e
}

.login-popup input:not([type="checkbox"]) {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #cdcdcd;
    height: 40px;
    margin: 7px 0;
    font-size: 14px;
    padding: 0 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

.login-popup .link-forget {
    float: right;
    color: #000000;
}

.login-popup .link-signup {
    float: left;
    color: #000000;
}

.login-popup button {
    margin-top: 7px;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #3EC2CF;
    color: #ffffff;
    border: none;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

.report-popup {
    background: #fff;
    color: #444;
    position: fixed;
    min-width: 300px;
    max-width: 500px;
    width: 90%;
    z-index: 16;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    display: none;
	border: 1px solid #666;
	border-radius: 4px;
    overflow-y: auto;
	padding: 15px;
}

.report-popup hr {
    margin-bottom: 10px;
    visibility: hidden;
}

.report-popup h2 {
    color: #3ec2cf;
    font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.report-popup h4 {
    margin: 5px 0;
}

.report-popup .checkbox-item {
    width: 130px;
    display: inline-block;
    margin-bottom: 5px;
}

.report-popup .rg-block {
    background: rgba(0,0,0,0.02);
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 10px 0;
}

.report-popup .rl-block {
    padding: 5px 15px;
	border-bottom: 1px solid #ddd;
}

.report-popup .rl-block:last-of-type {
    border-bottom: none;
}

.report-popup textarea {
    width: 96%;
	border-radius: 2px;
    outline: none;
    resize: vertical;
    height: 75px;
	padding: 2%;
}

.report-popup input[type=text]{width:96%;border-radius:2px;outline:none;padding:2%;border:1px solid #666;}

.report-popup button {
    background: #3ec2cf;
    color: #fff;
    border: none;
	padding: 7px 20px;
	cursor: pointer;
}

.report-popup button:hover {
    background: #fdb813;
}

.report-popup .g-recaptcha {
    float: left;
}

.report-popup .g-recaptcha > * {
    margin: 10px auto;
    max-width: 100%;
}

.report-popup .g-recaptcha iframe {
    max-width: 100%;
}

#block-tab-video, .plugins2 {
    z-index: 11;
    position: relative;
}

#block-tab-video {
    border: 0;
    overflow: hidden;
}

.plugins2 {
    margin-top: -8px;
}

.plugins2 li {
    margin-right: -1px;
}

.plugins2 li:not(.direction):hover > *:not(div) {
    text-shadow: 1px 0 2px #000;
}

.plugins2 li, .report2 {
    display: inline-block;
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
}

.report2 {
    background: #EC1C23;
    margin-bottom: 3px;
    float: right;
}

.report2:hover {
    text-shadow: 1px 0 2px #000;
}

.plugins2 .facebook {
    background: #3B5A98;
}

.plugins2 .twitter {
    background: #00ABEC;
}

.plugins2 .offlight {
    background: #FEA502;
}

.plugins2 .download {
    background: #3EC2CF;
}

.plugins2 .reports {
    background: #EC1C23;
    float: inherit !important;
}

.plugins2 .favorites {
    background: #FDB813;
}

.plugins2 .favorites.active i {
    color: #3EC2CF;
}

.plugins2 .chrome-notify {
    background: #D3D3D3;
}

.plugins2 .direction {
    float: right;
    padding: 0;
    margin-right: 1px;
}

.plugins2 .direction a {
    color: #ffffff;
    background: #D3D3D3;
    display: inline-block;
    padding: 5px 10px;
    margin-right: -1px;
}

.plugins2 .direction a i {
    font-size: 14px;
}

.plugins2 .direction a:hover {
    text-shadow: 1px 0 2px #000;
}

.plugins2 .direction select {
    margin-right: -1px;
}

.plugins2 .direction select, .plugins2 .direction select option {
    background: #3EC2CF;
    color: #ffffff;
    -webkit-appearance: none;
    border-radius: 0;
}

.plugins2 .direction select {
    border: none;
    padding: 2px 5px 4px 5px;
}

.plugins2 .popover-favorites {
    left: inherit;
}

.note {
    font-size: 15px;
    line-height: 22px;
}

.note a {
    color: #3EC2CF;
}

.note a:hover {
    color: #FEA502;
}

.tab-video-3 iframe {
    background: rgba(0, 0, 0, 0) url("../images/error.jpeg") repeat scroll 0 0
}

.loadservermp42 {
    background: #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.loadadv, .loadadv1, .loadadv2 {
    background-color: #000;
    margin: auto;
    padding-top: 50px;
    width: 300px;
}
.closeadv, .closeadv1, .closeadv2, .closeserverbk2 {
    background-color: #7b7c6f;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    padding: 4px 0;
    text-align: center;
}


.anime_muti_link ul{padding: 10px 0;}
.anime_muti_link ul li{background: url('../images/video/animeupload.png') no-repeat;background-position: left center;position: relative;margin: 1px 0;text-transform: uppercase;padding: 10px 0 10px 34px; font-size: 12px;list-style: none;}
.anime_muti_link ul li.mp4{background: url('../images/video/mp4.png') no-repeat;background-position: left center;}
.anime_muti_link ul li.mp4upload{background: url('../images/video/mp4upload.gif') no-repeat;background-position: left center;background-size: 20px 20px;}
.anime_muti_link ul li.hydrax{background: url('../images/video/hydrax.ico') no-repeat;background-position: left center;background-size: 20px 20px;}
.anime_muti_link ul li.open, .anime_muti_link ul li.openupload{background: url('../images/video/openupload.png') no-repeat;background-position: left center;}
.anime_muti_link ul li.your{background: url('../images/video/yourupload.png') no-repeat;background-position: left center;background-size: 20px 20px;}
.anime_muti_link ul li.mixdrop{background: url('../images/video/mixdrop.png') no-repeat;background-position: left center;}
.anime_muti_link ul li.bestream{background: url('../images/video/bestream.png') no-repeat;background-position: left center;}
.anime_muti_link ul li.thevideo, .anime_muti_link ul li.cloud9{background: url('../images/video/thevideo.png') no-repeat;background-position: left center;background-size: 20px auto;}
.anime_muti_link ul li.streamtape{background: url('../images/video/streamtape.png') no-repeat;background-position: left center;background-size: 20px auto;}
.anime_muti_link ul li.streamsb{background: url('../images/video/streamsb.png') no-repeat;background-position: left center;background-size: 20px auto;}
.anime_muti_link ul li.doodstream{background: url('../images/video/doodstream.png') no-repeat;background-position: left center;background-size: 20px auto;}
.anime_muti_link ul li.vidlox{background: url('../images/video/vidlox.png') no-repeat;background-position: left center;background-size: 20px auto;}
.anime_muti_link ul li.oload{background: url('../images/video/openupload.png') no-repeat;background-position: left center;background-size: 20px auto;}
.anime_muti_link ul li.openload{background: url('../images/video/openupload.png') no-repeat;background-position: left center;background-size: 20px auto;}
.anime_muti_link ul li.rapidvideo{background: url('../images/video/rapidvideo.png') no-repeat;background-position: left center;background-size: 20px auto;}
.anime_muti_link ul li.xstreamcdn{background: url('../images/video/xstreamcdn.png') no-repeat;background-position: left center;background-size: 20px auto;}
.anime_muti_link ul li:nth-child(2n+1){background-color: #eee;}
.anime_muti_link ul li span {position: absolute;right:0;top:0;bottom:0;padding: 0 10px;text-align: center;line-height: 38px;cursor:pointer;}
.anime_muti_link ul li:hover span, .anime_muti_link ul li.selected span{background-color: #FDB813;}
.plugins2 ul li i, .plugins2 ul li.reports{display: none;}
.plugins2 ul li.direction i{display: inline-block;}
.plugins2 ul li.favorites i{display: inline-block;}

li.btn-comment {background:#EC1C23;}