html {
  background-color: #111319;
}

body {
  background-color: transparent;
  animation: allpage-load 1s forwards;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

@keyframes allpage-load {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
    overflow: unset;
    height: auto;
  }
}

#body-load {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background-color: #191b24;
  animation: body-load-effect .1s forwards;
}

body.base-load {
  animation: base-load .7s forwards;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  animation-delay: 1s;
}

@keyframes body-load-effect {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  75% {
    opacity: 1;
    z-index: 1000;
  }
  to {
    opacity: 0;
    z-index: -100;
  }
}

@keyframes base-load {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    overflow: unset;
    height: auto;
  }
}

.clear,body{
	margin:0;
	padding:0
}
.clear,.module .content .items .item:hover>.dtinfo,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
.post-comments,ol,ul{
	list-style:none
}.dooplay_player .options ul li
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline
}
body{
	line-height:1;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:400
}
a {
    -webkit-tap-highlight-color: transparent;
}

/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsunDYbtPY_Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsunDZbtPY_Q.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsunDXbtM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


blockquote,q{
	quotes:none
}
blockquote:after,blockquote:before,q:after,q:before{
	content:'';
	content:none
}
table{
	border-collapse:collapse;
	border-spacing:0
}
input:focus,textarea:focus{
	outline:0
}
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
a{
	text-decoration:none;
	cursor:pointer
}
input:disabled{
	cursor:wait!important;
	opacity:.4
}
.alignnone{
	margin:5px 20px 20px 0
}
.aligncenter,div.aligncenter{
	display:block;
	margin:5px auto
}
.alignright{
	float:right;
	margin:5px 0 20px 20px
}
.alignleft{
	float:left;
	margin:5px 20px 20px 0
}
a img.alignright{
	float:right;
	margin:5px 0 20px 20px
}
a img.alignnone{
	margin:5px 20px 20px 0
}
a img.alignleft{
	float:left;
	margin:5px 20px 20px 0
}
a img.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto
}
.wp-caption{
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center
}
.wp-caption.alignnone{
	margin:5px 20px 20px 0
}
.wp-caption.alignleft{
	margin:5px 20px 20px 0
}
.wp-caption.alignright{
	margin:5px 0 20px 20px
}
.wp-caption img{
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto
}
.wp-caption p.wp-caption-text{
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px
}
.screen-reader-text{
	clip:rect(1px,1px,1px,1px);
	position:absolute!important;
	height:1px;
	width:1px;
	overflow:hidden
}
.screen-reader-text:focus{
	border-radius:3px;
	box-shadow:0 0 2px 2px rgba(0,0,0,.6);
	clip:auto!important;
	display:block;
	font-size:14px;
	font-size:.875rem;
	font-weight:700;
	height:auto;
	left:5px;
	line-height:normal;
	padding:15px 23px 14px;
	text-decoration:none;
	top:5px;
	width:auto;
	z-index:100000
}
.dooplay_player{
	float:left;
	width:100%;
	position:relative;
	margin-top:10px;
	z-index: 1;
}
.dooplay_player h4{
	font-size:15px;
	font-weight:500;
	width:100%;
	float:left;
	padding:15px 22px;
}
.dooplay_player h4 span{
	float:right;
	font-size:12px;
	font-weight:500;
	line-height:20px
}
.dooplay_player.played{
	border-bottom:0
}
.dooplay_player .options{
	padding: 0px 15px;
    float: left;
    width: 100%;
    position: relative;
	margin-bottom: -15px;
}
.dooplay_player .options.scrolling{
	max-height:180px;
	overflow:hidden
}
.dooplay_player .options.onload:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1
}
.dooplay_player .options ul{
	margin: 15px 0px 10px;
    float: left;
    width: 100%;
    background-color: #14161a;
    margin-top: 18px;
    margin-bottom: 12px;
    padding: 10px 10px 10px;
    background-size: 100% 100%;
    background-image: url(img/tips-box.png);
    border-radius: 6px;
}
.dooplay_player .options ul li{
    float: left;
    padding: 3px 7px 3px;
    cursor: pointer;
    line-height: 20px;
    border-radius: 4px;
    background: #2a2c34;
    margin-bottom: 5px;
    margin-right: 5px;
    -webkit-tap-highlight-color: transparent;
}
.dooplay_player .options ul li i{
	font-size:20px;
	margin-right:15px;
	float:left
}
.dooplay_player .options ul li i.yt{
	margin-right:0
}
.dooplay_player .options ul li span.title{
    float: left;
    font-weight: 500;
	color: #e5e7eb;
	font-size:12px;
}
.dooplay_player .options ul li span.title a:hover{
	color:#fff
}
.dooplay_player .options ul li span.server{
	font-size:12px;
	margin-left:15px
}
.dooplay_player .options ul li span.loader{
	float:right;
	position:sticky;
	left:auto;
	top:auto;
	margin-right:20px;
	margin-top:5px;
	display:none
}
.dooplay_player .options ul li span.flag{
	float:right
}
.dooplay_player .options ul li:last-child{
	margin-bottom:5px;
}
.dooplay_player .play{
	position:relative;
	float:left;
	width:100%;
	margin:0;
	padding:0
}
.dooplay_player .play .preplayer{
	position:relative;
	padding-bottom:56.29%;
	max-width:100%;
	display:block;
	margin:auto;
	height:0;
	overflow:hidden
}
.dooplay_player .play .asgdc{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-125px;
	margin-left:-150px;
	z-index:1;
	width:300px;
	height:250px
}
.dooplay_player .play.isnd{
	padding:0px;
	margin-top: 0px;
}
.dooplay_player .play.isnd.bigger{
	padding:0!important
}
.dooplay_player .play.isnd>.asgdc{
	display:block
}
.dooplay_player .play .pframe{
	position:relative;
	padding-bottom:56.29%;
	max-width:100%;
	display:block;
	margin:auto;
	height:0;
	overflow:hidden
}
.dooplay_player .play .pframe iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
#dooplay_player_content .source-box{
	display:none
}
#dooplay_player_content .source-box.on{
	display:block
}
.clear{
	width:100%;
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden
}
.animation-1{
	-webkit-animation:fadeIn .5s;
	-moz-animation:fadeIn .5s;
	-ms-animation:fadeIn .5s;
	animation:fadeIn .5s
}
.animation-2{
	-webkit-animation:fadeIn 2s;
	-moz-animation:fadeIn 2s;
	-ms-animation:fadeIn 2s;
	animation:fadeIn 2s
}

.animation-35{
	-webkit-animation:fadeIn 1.5s;
	-moz-animation:fadeIn 1.5s;
	-ms-animation:fadeIn 1.5s;
	animation:fadeIn 1.5s
}
.jump{
	-webkit-animation:jump 1s ease-out 0 1 normal;
	-moz-animation:jump 1s ease-out 0 1 normal;
	-ms-animation:jump 1s ease-out 0 1 normal;
	animation:jump 1s ease-out 0 1 normal
}
.loading{
	-moz-animation:spin 2s infinite linear;
	-o-animation:spin 2s infinite linear;
	-webkit-animation:spin 2s infinite linear;
	animation:spin 2s infinite linear;
	display:inline-block
}
.flashit{
	-webkit-animation:flash linear .5s infinite;
	animation:flash linear .5s infinite
}
.pulseit{
	-webkit-animation:pulse linear .5s infinite;
	animation:pulse linear .5s infinite
}
.shake{
	animation:Shake linear 1s;
	animation-iteration-count:1;
	transform-origin:50% 50%;
	-webkit-animation:Shake linear 1s;
	-webkit-animation-iteration-count:1;
	-webkit-transform-origin:50% 50%;
	-moz-animation:Shake linear 1s;
	-moz-animation-iteration-count:1;
	-moz-transform-origin:50% 50%;
	-o-animation:Shake linear 1s;
	-o-animation-iteration-count:1;
	-o-transform-origin:50% 50%;
	-ms-animation:Shake linear 1s;
	-ms-animation-iteration-count:1;
	-ms-transform-origin:50% 50%
}
@-webkit-keyframes flash{
	0%{
		opacity:1
}
	50%{
		opacity:.1
}
	100%{
		opacity:1
}
}
@keyframes flash{
	0%{
		opacity:1
}
	50%{
		opacity:.1
}
	100%{
		opacity:1
}
}
@-webkit-keyframes fadeInDown{
	from{
		opacity:0;
		-webkit-transform:translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0)
}
	to{
		opacity:1;
		-webkit-transform:none;
		transform:none
}
}
@keyframes fadeInDown{
	from{
		opacity:0;
		-webkit-transform:translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0)
}
	to{
		opacity:1;
		-webkit-transform:none;
		transform:none
}
}
@-moz-keyframes spin{
	0%{
		-moz-transform:rotate(0);
		-o-transform:rotate(0);
		-webkit-transform:rotate(0);
		transform:rotate(0)
}
	100%{
		-moz-transform:rotate(359deg);
		-o-transform:rotate(359deg);
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg)
}
}
@-webkit-keyframes spin{
	0%{
		-moz-transform:rotate(0);
		-o-transform:rotate(0);
		-webkit-transform:rotate(0);
		transform:rotate(0)
}
	100%{
		-moz-transform:rotate(359deg);
		-o-transform:rotate(359deg);
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg)
}
}
@-o-keyframes spin{
	0%{
		-moz-transform:rotate(0);
		-o-transform:rotate(0);
		-webkit-transform:rotate(0);
		transform:rotate(0)
}
	100%{
		-moz-transform:rotate(359deg);
		-o-transform:rotate(359deg);
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg)
}
}
@-ms-keyframes spin{
	0%{
		-moz-transform:rotate(0);
		-o-transform:rotate(0);
		-webkit-transform:rotate(0);
		transform:rotate(0)
}
	100%{
		-moz-transform:rotate(359deg);
		-o-transform:rotate(359deg);
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg)
}
}
@keyframes spin{
	0%{
		-moz-transform:rotate(0);
		-o-transform:rotate(0);
		-webkit-transform:rotate(0);
		transform:rotate(0)
}
	100%{
		-moz-transform:rotate(359deg);
		-o-transform:rotate(359deg);
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg)
}
}
@-webkit-keyframes jump{
	0%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
}
	20%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
}
	40%{
		-webkit-transform:translateY(-30px);
		transform:translateY(-30px)
}
	50%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
}
	60%{
		-webkit-transform:translateY(-15px);
		transform:translateY(-15px)
}
	80%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
}
}
@keyframes jump{
	0%{
		transform:translateY(0)
}
	20%{
		transform:translateY(0)
}
	40%{
		transform:translateY(-30px)
}
	50%{
		transform:translateY(0)
}
	60%{
		transform:translateY(-15px)
}
	80%{
		transform:translateY(0)
}
	100%{
		transform:translateY(0)
}
}
@-webkit-keyframes pulse{
	0%{
		width:200px
}
	50%{
		width:340px
}
	100%{
		width:200px
}
}
@keyframes pulse{
	0%{
		width:200px
}
	50%{
		width:340px
}
	100%{
		width:200px
}
}
@keyframes Shake{
	0%{
		transform:translate(0,0)
}
	10%{
		transform:translate(-10px,0)
}
	20%{
		transform:translate(10px,0)
}
	30%{
		transform:translate(-10px,0)
}
	40%{
		transform:translate(10px,0)
}
	50%{
		transform:translate(-10px,0)
}
	60%{
		transform:translate(10px,0)
}
	70%{
		transform:translate(-10px,0)
}
	80%{
		transform:translate(10px,0)
}
	90%{
		transform:translate(-10px,0)
}
	100%{
		transform:translate(0,0)
}
}
@-moz-keyframes Shake{
	0%{
		-moz-transform:translate(0,0)
}
	10%{
		-moz-transform:translate(-10px,0)
}
	20%{
		-moz-transform:translate(10px,0)
}
	30%{
		-moz-transform:translate(-10px,0)
}
	40%{
		-moz-transform:translate(10px,0)
}
	50%{
		-moz-transform:translate(-10px,0)
}
	60%{
		-moz-transform:translate(10px,0)
}
	70%{
		-moz-transform:translate(-10px,0)
}
	80%{
		-moz-transform:translate(10px,0)
}
	90%{
		-moz-transform:translate(-10px,0)
}
	100%{
		-moz-transform:translate(0,0)
}
}
@-webkit-keyframes Shake{
	0%{
		-webkit-transform:translate(0,0)
}
	10%{
		-webkit-transform:translate(-10px,0)
}
	20%{
		-webkit-transform:translate(10px,0)
}
	30%{
		-webkit-transform:translate(-10px,0)
}
	40%{
		-webkit-transform:translate(10px,0)
}
	50%{
		-webkit-transform:translate(-10px,0)
}
	60%{
		-webkit-transform:translate(10px,0)
}
	70%{
		-webkit-transform:translate(-10px,0)
}
	80%{
		-webkit-transform:translate(10px,0)
}
	90%{
		-webkit-transform:translate(-10px,0)
}
	100%{
		-webkit-transform:translate(0,0)
}
}
@-o-keyframes Shake{
	0%{
		-o-transform:translate(0,0)
}
	10%{
		-o-transform:translate(-10px,0)
}
	20%{
		-o-transform:translate(10px,0)
}
	30%{
		-o-transform:translate(-10px,0)
}
	40%{
		-o-transform:translate(10px,0)
}
	50%{
		-o-transform:translate(-10px,0)
}
	60%{
		-o-transform:translate(10px,0)
}
	70%{
		-o-transform:translate(-10px,0)
}
	80%{
		-o-transform:translate(10px,0)
}
	90%{
		-o-transform:translate(-10px,0)
}
	100%{
		-o-transform:translate(0,0)
}
}
@-ms-keyframes Shake{
	0%{
		-ms-transform:translate(0,0)
}
	10%{
		-ms-transform:translate(-10px,0)
}
	20%{
		-ms-transform:translate(10px,0)
}
	30%{
		-ms-transform:translate(-10px,0)
}
	40%{
		-ms-transform:translate(10px,0)
}
	50%{
		-ms-transform:translate(-10px,0)
}
	60%{
		-ms-transform:translate(10px,0)
}
	70%{
		-ms-transform:translate(-10px,0)
}
	80%{
		-ms-transform:translate(10px,0)
}
	90%{
		-ms-transform:translate(-10px,0)
}
	100%{
		-ms-transform:translate(0,0)
}
}
#dt_contenedor{
	width:100%;
	float:left;
	background-position:50% 0;
	background-attachment:fixed;
	background-size:cover
}
.fix-hidden{
	overflow:hidden;
	height:70px
}
header.main{
	width:100%;
	height:70px;
	float:left;
	position:fixed;
	z-index:104;
}
header.main .hbox{
    max-width: 1200px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    background-color: rgba(15, 15, 15, .9);

}
header.main .hbox .logo{
	float: left;
    padding: 18px 17px 17px;
    text-align: center;
    height: 100%;
    margin-left: 7px;
}
header.main .hbox .logo img{
	width:auto;
	height:35px;
}
header.main .hbox .search{
	float: left;
    padding: 18px 0;
    padding-bottom: 0;
    width: 55%;
    margin-left: 120px;
}
header.main .hbox .search form{
	padding:0;
	width:100%;
	position:relative;
	border-radius:5px
}
header.main .hbox .search form input[type=text]{
	border:0;
	width:100%;
	height:32px;
	padding:0px 60px 0px 15px;
	font-size:13px;
	font-weight:600;
}
header.main .hbox .search form button[type=submit]{
	border:0;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	padding:4px 10px;
	font-size:14px
}
#contenedor{
	max-width:1200px;
	margin:70px auto 0
}
.module{
	float:left;
	width:100%;
	min-height:812px;
	margin-top:0;
	padding:0;
	position:relative
}
.module .sidebar{
	width:370px;
	height:100%;
	float:right;
	position:absolute;
	top:0;
	overflow:hidden;
	padding:10px 30px
}
.module .sidebar.right{
	right:0
}
.module .sidebar.left{
	left:0
}
.module .content{
	width:calc(100% - 360px);
	padding:0px 20px;
	float:left
}
.module .content.full{
	padding:20px 40px
}
.module .content.normal{
	padding:15px 20px 20px 20px
}
.module .content.right{
	margin-right:360px
}
.module .content.left{
	margin-left:360px
}
.module .content .items{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	width:100%
}
.module .content .items:last-child,.module .content .list_genres:last-child{
	border-bottom:0
}
.module .content header{
	float:left;
	padding:15px 5px 10px;
	line-height:20px;
	width:100%;
}
.module .content header h1,.module .content header h2{
	float: left;
    font-size: 17px;
    font-weight: 700;
}
.module .content header span{
	float:right;
	font-weight:500
}
.module .content header span a.see-all{
    font-size: .75rem;
    font-weight: 500;
    border-radius: 5px;
    background: #23252b;
    padding: 5px 5px 5px 5px;
}
.module .content .items .item{
	width: calc(100% / 6);
    float: none !important;
    padding: 5px;
    box-sizing: border-box;
}
.module .content .items.normal .item{
	width:calc(100%/ 6);
}
.module .content .items.full .item{
	width:calc(100%/ 6)
}
.module .content.full_width_layout .items .item{
	width:calc(100%/ 6)
}
.module .content .featured .item{
	width:calc(100%/ 5)
}
.module .content .items .se{
	width:20%;
	margin:0;
	padding:5px
}
.module .content .items .item .poster{
	width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 126%;
    border-radius: 4px;
}
.module .content .items .item .poster a .see{
	background:url() 50% 50% no-repeat;
	background-size:40% 40%;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;

	opacity:0
}
.module .content .items .item .poster a:hover>.see{
	-webkit-transform: scale(.75);
    transform: scale(.75);
    opacity: 1;
    transition: all 0.3s ease;
}

.module .content .items .item .poster .rating{
	background:rgb(255 255 255 / 20%);
	color:#fff;
	text-shadow:1px 0 #000;
	position:absolute;
	bottom:0;
	right:0;
	padding:3px 8px;
	line-height:18px;
	font-size:12px;
	font-weight:300;
	margin-bottom:-40px;
	overflow:hidden;
	transition:.2s
}
.module .content .items .item .poster .rating:before{
	color:#fff;
	content:"\f005";
	font-family:"Font Awesome 5 Pro";
	font-weight:600;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	margin-right:6px
}
.module .content .items .item .poster:hover>.rating{
	margin-bottom:0
}
.module .content .items .item .poster img{
	width: 100%;
    height: auto;
    margin-top: -126%;
    -o-object-fit: cover;
    object-fit: cover;
	transform: scale(1.05);
}
.module .content .items .item .poster:hover>img{
	filter: brightness(0.8);
}
.module .content .items .item .data{
    width: 100%;
    padding: 8px 0px 5px;
    float: none;
    display: block;
}
.module .content .items .item .data h3{
    margin: 0;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.module .content .items .item .data span{
    margin-top: 3px;
    float: left;
    width: 100%;
    line-height: 1.5;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
}
.module .content .items .item .data span.serie{
	font-weight:500
}
.module .content .items .item .dtinfo{
	display:none;
	position:absolute;
	top:10px;
	width:308px;
	height:207px;
	border:1px solid;
	z-index:3
}
.module .content .items .item .left{
	right:-318px
}
.module .content .items .item .right{
	left:-318px
}
.sidemenu:first-child{
	margin-top:15px
}
.sidemenu{
	float:left;
	width:100%;
	padding:0 10px;
	margin-bottom:25px
}
.sidemenu h2{
	font-size:13px;
	font-weight:500;
	padding-bottom:10px;
	text-transform:uppercase
}
.sidemenu ul.genres{
	margin:0;
	overflow:hidden;
	max-height:280px
}
.sidemenu ul.genres li{
	width:100%;
	float:left;
	border-bottom:solid 1px;
	position:relative
}
.sidemenu ul.genres li i{
	float:right;
	font-size:11px;
	position:absolute;
	right:0;
	top:13px;
	font-style:normal
}
.sidemenu ul.genres li a:before{
	content:"\e1af";
	margin-right:10px
}
.sidemenu ul.genres li:last-child{
	border-bottom:0
}
.sidemenu ul.genres li a{
	width:100%;
	float:left;
	padding:10px 0;
	font-size:13px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
footer.main{
	width:100%;
	float:left;
	margin-bottom:0px
}
footer.main .fbox{
	max-width:1200px;
	margin:0 auto;
	font-size:13px
}
.pagination{
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.pagination a,.pagination span{
    padding: 10px 15px 10px;
    margin: 0 5px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}
.sidemenu ul.year{
	overflow:hidden;
	max-height:150px;
	padding:5px 0
}
.sidemenu ul.year li{
	width:calc(100%/3);
	float:left;
	padding:3px
}
.sidemenu ul.year li a{
	width:100%;
	text-align:center;
	float:left;
	font-size:12px;
	padding:5px 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-weight:400
}
.estadisticas{
	position:absolute;
	bottom:0;
	padding:10px;
	left:0;
	width:100%
}
body.page-template-top_imdb .module .content .items .item .poster .rating{
	width:100%;
	font-size:20px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	text-align:center;
	padding:8px 0;
	bottom:0;
	left:0
}
#serie_contenido{
	width:100%;
	float:left;
	padding:0px 0 0
}
#seasons,#seasons .se-c{
	width:100%;
	float:left
}
#seasons .se-c:last-child{
	margin-bottom:0
}
#seasons .se-c .se-q{
	cursor:pointer;
	line-height:25px;
	float:left;
	width:100%;
	padding-left:105px;
	position:relative;
}
#seasons .se-c .se-q span.title{
	float:left;
	padding:13px 0;
	font-size:15px;
	width:100%;
	overflow:hidden;
	font-weight:500
}
#seasons .se-c .se-q span.title i{
	font-style:normal;
	font-size:12px;
	margin-left:10px;
	font-weight:300
}
#seasons .se-c .se-q span.se-t{
	line-height:21px;
	font-family:sans-serif;
	float:left;
	font-size:21px;
	padding:15.5px 0;
	position:absolute;
	left:0;
	width:90px;
	text-align:center
}
#seasons .se-c .se-a,#seasons .se-c .se-a ul.episodios{
	width: 100%;
    float: left;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    gap: 10px 10px;
    display: grid;
}
#seasons .se-c .se-a ul.episodios li{
	float:left;
}
#seasons .se-c .se-a ul.episodios li.none{
	padding:30px 0;
	font-size: 13px;
	text-align:center;
    color: #9ca3af;
}
#seasons .se-c .se-a ul.episodios li:last-child{
	border-bottom:0
}
#seasons .se-c .se-a ul.episodios li .numerando{
	float:left;
	padding:9px;
	margin:10px 0;
	border-right:solid 1px;
	width:80px;
	text-align:center;
	font-weight:600
}
#seasons .se-c .se-a ul.episodios li .imagen{
	width:90px;
	float:left;
	margin-top:3px
}
#seasons .se-c .se-a ul.episodios li .imagen img{
	width:100%
}
#seasons .se-c .se-a ul.episodios li .episodiotitle{
	float: left;
    padding: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

#seasons .se-c .se-a ul.episodios li .episodiotitle a{
    line-height: 25px;
    font-size: 14px;
    padding: 5px 8px;
    background: #2a2c34;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    width: 100%;
}
#seasons .se-c .se-a ul.episodios li .episodiotitle span.date{
	float:left;
	width:100%;
	font-size:12px;
	padding-top:5px;
	font-weight:300
}
i.delete{
	position:absolute;
	top:0;
	right:0;
	padding:2px 8px;
	opacity:.4;
	z-index:2
}
i.delete:hover{
	opacity:1
}
#linking{
	line-height:30px;
	width:100%;
	float:left;
	padding:6px 10px
}
#single,.box_links,.links_table,.links_table table{
	width:100%;
	float:left
}
.links_table table thead tr th{
	padding:10px 10px 15px;
	text-align:left;
	font-size:14px;
	font-weight:700
}
.links_table table tbody tr td img{
	float:left;
	margin-right:10px
}
.links_table table tbody tr td{
	padding:15px 10px;
	font-size:13px;
	line-height:20px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.links_table table tbody tr td strong.quality,table.account_links tbody td strong.quality{
	padding:5px 10px;
	font-size:12px;
	border:solid 1px;
	border-radius:3px
}
.links_table table tbody tr:last-child{
	border-bottom:0
}
a.link_a{
	font-weight:400;
	font-size:12px
}
a.link_a i{
	margin-right:5px;
	font-size:12px
}
label.checked{
	font-weight:400
}
.links_table a.addlink{
	float:left;
	text-align:center;
	padding:8px 0;
	cursor:pointer;
	width:100%
}
.a_send_link{
	display:block!important
}
#single{
	margin:0;
	padding:0;
	position:relative
}
.dtsingle .content{
	width:calc(100% - 360px);
	float:left;
	padding:0;
	position:relative
}
.dtsingle .content.right{
	margin-right:360px
}
.dtsingle .content.left{
	margin-left:360px
}
#single .content .sbox{
	width:100%;
	float:left;
	padding:20px 16px 20px;
	background:0;
	border-bottom:solid 0px;
	background-color: #18181b;
	margin-bottom: 15px;
    border-radius: 0px 0px 7px 7px;
}
#single .content .sboxx{
	width:100%;
	float:left;
	background:0;
	border-bottom:solid 0px
}
.dtsingle .sidebar{
	width: 360px;
    height: 100%;
    float: left;
    padding: 10px 25px;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    margin-right: 15px;
}
.dtsingle .sidebar.right{
	right:0
}
.dtsingle .sidebar.left{
	left:0
}

.se .poster .season_m span.a,a.a_f_sbox{
	font-size:14px
}

a.a_f_sbox{
	float:left;
	padding-top:15px;
	font-weight:700
}
a.a_f_sbox i{
	float:right;
	margin-left:10px;
	line-height:14px
}
.se .poster:hover>.season_m{
	opacity:1;
	transform:scale(1)
}
.se .poster .season_m{
	opacity:0;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	padding:33% 0;
	transform:scale(.75);
	text-shadow:0 0 10px #000;
	-webkit-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}

.se .poster .season_m span{
	width:100%;
	float:left;
	text-align:center
}
.se .poster .season_m span.b{
	font-size:69px
}
.se .poster .season_m span.c{
	font-size:16px;
	padding:0 10px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	line-height:20px
}
.module .content .items .episodes{
	width:calc(100%/ 5)
}
.module .content .items.full .episodes{
	width:calc(100%/ 4)
}
#dt-episodes .item,#dt-movies .item,#dt-seasons .item,#dt-tvshows .item,#featured-titles .item,.owl-carousel .owl-item,.slider{
	width:100%;
}
.list_genres{
	display:none
}
.list_genres .item{
	width:100%!important
}
.module .content .items .episodes .poster{
	padding-top:55%;
	width:100%;
	height:auto
}
.module .content .items .episodes .poster img{
	position:absolute
}
.module .content .items .episodes .poster .season_m{
	padding:16% 0
}
.module .content .items .episodes .poster .season_m span.b{
	font-size:30px
}
#dt-episodes,#dt-movies,#dt-seasons,#dt-tvshows,#featured-titles,#slider-master,#slider-movies,#slider-movies-tvshows,#slider-tvshows{
	display:none
}

.slider{
	float:left;
	margin-bottom:10px;
	margin-top:-5px
}
.slider article.item{
	width:50%;
	float:left;
	padding: 0px 5px;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	transition:all .4s
}

#slider-master article.item,#slider-movies article.item,#slider-movies-tvshows article.item,#slider-tvshows article.item{
	width:100%
}
.slider article.item .image{
	width: 100%;
    position: relative;
    padding-top: 56%;
    overflow: hidden;
    margin: 0px;
    border-radius: 4px 4px 0px 0px;
}
.slider article.item .image img{
	width: 100%;
    margin-top: -56%;
    object-fit: cover;
	position: absolute;
}
.slider article.item .image .data{
	width:100%;
	float:left;
	position:absolute;
	bottom:0;
	left:0;
	padding:20px 10px;
	background-color:transparent;
	background-repeat:repeat-x
}
.slider article.item .image .data h3.title{
    font-size: 12px;
    line-height: 30px;
    font-weight: 900;
    text-shadow: 0 0 10px #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 3px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	font-family: 'Playfair Display', serif;
}
.slider article.item .image .data span{
	font-size:12px;
	text-shadow:0 0 10px #000;
}
.player{
	width:100%;
	float:left;
	margin-bottom:25px
}
.wp-audio-shortcode,.wp-video-shortcode{
	max-width:100%
}
.mepo{
	position:absolute;
	top:5px;
	left:5px
}
.mepo span.quality{
	padding:5px 8px;
	font-size:12px;
	float:left;
	margin-right:5px;
	border-radius:3px;
	font-weight:600
}
.module .content .items .item .data h3 span.flag{
	width:12px;
	height:12px;
	float:left;
	margin-right:5px;
	margin-top:3px
}
.sbox .sdata h1,.sheader .data h1{
	font-weight: 900;
    font-size: 20px;
    margin-bottom: 10px;
}
.sbox .sposter{
	float:left;
	width:185px;
	margin-right:20px;
	position:relative
}
.sbox .sposter img{
	width:100%;
	height:auto
}
.sbox .sdata{
	float:left
}

.likebox{
	position:absolute;
	top:0;
	left:0
}
.sheader{
	width: 100%;
    float: left;
    padding: 20px 0px 10px;
    overflow: hidden;
    border-radius: 7px 7px 0px 0px;
	margin-top: 10px;
	position: relative;
}
.sheader .poster{
	float:left;
	padding-bottom:0;
	width:165px;
	position:relative
}
.sheader .poster img{
	width:100%;
	float:left
}
.sheader .data{
	padding: 0;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.sheader .data h1{
	line-height:24px;
	text-overflow:ellipsis;
	margin-top: -4px;
}
.sidebar aside.widget{
	float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 14px;
    background-color: #18181b;
    border-radius: 7px;
}
.sidebar aside.widget h2.widget-title{
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px 5px;
}
.sidebar aside.widget ul{
	float:left;
	width:100%
}
.sidebar aside.widget ul li{
	float:left;
	width:100%;
	line-height:16px;
	padding:15px 0;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.sidebar aside.widget ul li a{
	font-size:14px;
	text-align:left
}
.sidebar aside.widget ul li:before{
	font-family:"Font Awesome 5 Pro";
	font-weight:900;
	content:"\f105";
	margin-right:10px;
	margin-left:10px;
	float:left
}
.calendar_wrap{
	width:100%;
	float:left
}
.calendar_wrap table{
	width:100%
}
.calendar_wrap table caption{
	width:100%;
	padding:10px
}
.calendar_wrap table tbody tr:last-child{
	border-bottom:0
}
.calendar_wrap table tbody tr td{
	padding:5px;
	text-align:center
}
form.search-form{
	width: 100%;
    float: left;
    position: relative;
    border-radius: 5px;
}
form.search-form input[type=text]{
	width:100%;
	background:0 0;
	border:0
}
form.search-form button[type=submit]{
	position:absolute;
	top:0;
	right:0;
	border:0;
	background:0 0;
	cursor:pointer;
	-webkit-tap-highlight-color: transparent;
}
.tagcloud{
	width:100%;
	float:left
}
.tagcloud a{
	border-radius:2px;
	font-size:12px;
	padding:5px 8px;
	display:block;
	float:left;
	margin:1px
}
.widget_rss a.rsswidget{
	width:100%;
	font-weight:600
}
.widget_rss span.rss-date{
	font-size:13px;
	margin-bottom:5px;
	width:100%;
	float:left
}
.widget_rss .rssSummary{
	font-size:13px
}
.widget_rss cite{
	font-style:normal;
	font-size:13px;
	margin:10px 0;
	float:left;
	width:100%
}
.textwidget{
	float:left;
	width:100%;
	margin:0;
	padding:0
}
span.post-date{
	width:100%;
	float:left;
	font-size:13px
}
span.comment-author-link{
	font-size:15px
}
.dtw_content article.w_item_a:last-child{
	margin-bottom:0
}
.w_item_a{
	width:100%;
	float:left;
	margin-bottom:15px;
	padding: 5px 8px;
}
.w_item_a .image{
	position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0;
    padding-top: 30%;
    border-radius: 4px;
}
.w_item_a .image img{
	width:100%;
	position:absolute;
	margin-top:-40%
}
.w_item_a .image:hover>img{
	-webkit-filter:blur(.8px);
	-moz-filter:blur(.8px);
	-o-filter:blur(.8px);
	-ms-filter:blur(.8px);
	filter:blur(.8px)
}
.w_item_a .image .data{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	float:left;
	padding:10px;
	text-shadow:0 0 10px #000;
	background-color:transparent;
	background-repeat:repeat-x
}
.w_item_a .image .data h3{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    line-height: 20px;
    font-size: 15px;
}
.w_item_a .image .data span.wdate{
	font-size:13px
}

.w_item_b {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 12px;
}

.w_item_b:last-child{
	margin-bottom:0
}
.w_item_b .image{
    width: 65px;
    height: 90px;
    position: absolute;
    top: 5px;
    left: 45px;
    overflow: hidden;
    margin: 0;
    border-radius: 5px;
    margin-left: 5px;
}
.w_item_b .image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.w_item_b .data{
	width: calc(100% - 130px);
    margin-left: 125px;
    padding: 14px 10px 5px;
    float: none;
}
.w_item_b .data h3{
	font-weight: 500;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0.8;
	height:14px;
}
.w_item_b .data .wextra{
	width: 100%;
    float: left;
    padding: 12px 0px 10px;
}
.w_item_b .data .wextra b{
     float: left;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgb(170, 170, 170);
}

.w_item_b .data .wextra span.year{
	font-size: 12px;
    margin-left: 10px;
    float: left;
    color: rgb(170, 170, 170);
    font-weight: 400;
}
.w_item_c{
	width:100%;
	float:left;
	border-bottom:dotted 1px;
	position:relative
}
form.form-resp-ab,header.responsive{
	border-bottom:solid 0px;
	display:none
}
.w_item_c .rating{
	float:left;
	width:60px;
	padding:10px 0;
	font-weight:600;
	text-align:center;
	margin-right:10px;
	font-size:14px;
	border-radius:3px
}
.w_item_c .data{
	float: left;
    width: calc(100% - 100px);
    left: 30px;
	padding: 10px 0px 10px;
    position: relative;
}
.w_item_c .data h3{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	font-size:13px;
	font-weight:400;
	line-height:20px
}
.w_item_c .data span{
	font-size:13px
}
.widget-social ul.social-links li.dtl{
	width:50%;
	border-bottom:0;
	padding:0
}
.widget-social ul.social-links li.dtl:before{
	content:""
}
.widget-social ul.social-links li.dtl a:before{
	display:none
}
.widget-social ul.social-links li.dtl a{
	width:100%;
	margin:0;
	float:left;
	padding:10px
}
.widget-social ul.social-links li.dtl a.icls{
	font-size:15px;
	line-height:20px
}
.widget-social ul.social-links li.dtl i.dt-icon,header.responsive a.aresp{
	font-family:"Font Awesome 5 Pro";
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	font-weight:900
}
.widget-social:hover>ul.social-links li.dtl a.icls{
	opacity:.7
}
.widget-social ul.social-links li.dtl a.icls:hover{
	opacity:1!important
}
.widget-social ul.social-links li.dtl i{
	margin-right:10px;
	float:left;
	font-size:16px
}
.resppages{
	display:none;
	float:left;
	width:100%;
	margin-bottom:15px
}
.resppages a{
	width:40%;
	margin:0 5%;
	padding:10px 0;
	float:left;
	text-align:center;
	font-size:16px
}
header.responsive{
	width:100%;
	float:left;
	position:relative;
	height: 50px;
}
header.responsive .nav{
	position: absolute;
    top: -2px;
    left: 0;
}
header.responsive .logo{
	width: 100%;
    text-align: left;
    padding: 0px 40px;
}
header.responsive .logo img{
	height: 50px;
    padding: 10px;
}
header.responsive .search{
	position: absolute;
    left: 155px;
    top: 0;
}
header.responsive .userr{
	position:absolute;
	right:0;
	top:0
}
header.responsive a.aresp{
	font-size: 20px;
    font-weight: 300;
    padding: 18px 12px;
    cursor: pointer;
}
header.responsive a.userr{
	font-size:20px;
	font-weight:300;
	padding:18px;
	cursor:pointer
}
header.responsive .search a.search-resp:before{
	content:"\f002"
}
header.responsive .userr a.userr-resp:before{
	content:"\f2bd"
}
header.responsive .nav a.nav-resp:before{
	content:"\f0c9"
}
form.form-resp-ab{
	width:100%;
	float:left;
	position:relative;
	-moz-transition:top .4s ease-in-out;
	-o-transition:top .4s ease-in-out;
	-webkit-transition:top .4s ease-in-out;
	-ms-transition:top .4s ease-in-out;
	transition:top .4s ease-in-out
}
form.form-resp-ab input[type=text]{
    background: rgb(17, 19, 25);
    border: 0;
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
}
form.form-resp-ab button[type=submit]{
	border: 0;
    background: 0 0;
    top: 0;
    right: 0;
    position: absolute;
    padding: 10px 15px;
    cursor: pointer;
}
.load_modules{
	float:left;
	width:100%;
	padding:15px;
	border-radius:3px;
	margin-bottom:150px
}
.owl-theme .owl-controls .owl-page span{
	width:7px;
	height:7px;
	transition:.2s;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
.owl-theme .owl-controls .owl-page.active span{
	width:7px;
	border-radius:40px
}
.alert_dt_ee,.galeria{
	width:100%;
	float:left
}
.alert_dt_ee{
	padding:20px;
	text-align:center;
	margin:25px 0;
	border-radius:5px
}
.video-target{
	cursor:pointer
}
.video-wrapper{
	display:none;
	position:fixed;
	min-width:100%;
	min-height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:21000
}
.video-frame{
	position:absolute;
	top:50%;
	left:50%
}
.sheader .poster .complex{
	width:100%;
	height:100%;
	float:left;
	font-size:13px;
	line-height:20px;
	padding:2px 10px;
	margin-top:5px;
	text-align:center
}
.galeria .g-item{
	float:left;
	width:25%;
	padding:10px;
	position:relative;
	overflow:hidden;
	padding-top:54%;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	transition:all .4s
}
.galeria .g-item:hover{
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}
.galeria .g-item img{
	height:auto;
	width:100%;
	height:auto;
	margin-top:-54%;
	position:absolute
}
#dt_galery,#dt_galery_ep{
	display:none
}
#dt_galery .g-item,#dt_galery_ep .g-item{
	width:100%
}
.single_tabs{
	width: 100%;
    float: left;
	padding:0 0px
}
ul.smenu{
	float:left;
	padding:0px 0;
	overflow:hidden;
	margin-left: -8px;
}
ul.smenu li{
	float:left;
	margin-left: 26px;
}
ul.smenu li.icon{
	padding:8px 15px
}
ul.smenu li a{
    width: 100%;
    text-align: center;
    float: left;
    padding: 15px 0px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0px
}
ul.smenu li a span{
	background:#ffeb3b;
	color:#000;
	padding:2px 5px;
	border-radius:3px;
	font-weight:600;
	font-size:10px;
	margin-left:5px
}
ul.smenu li a.selected span{
	display:none
}
.dt_mega_menu{
	display:none;
	width:100%;
	float:left;
	padding:15px 0;
	margin-top:59px;
	position:fixed;
	z-index:104;
	border-bottom:solid 1px
}
.dt_mega_menu .box{
	width:1100px;
	margin:0 auto
}
.dt_mega_menu .box ul,.extra,.fondo_dt,.link_sharing h3,.srating{
	width:100%
}
.dt_mega_menu .box ul li:first-child{
	padding-left:0;
	border-left:0
}
.dt_mega_menu .box ul li:last-child{
	border-right:0;
	padding-right:0
}
.dt_mega_menu .box ul li{
	float:left;
	padding:0 20px
}
.dt_mega_menu .box ul li ul.sub-menu{
	display:none
}
.dt_mega_menu .box ul li:hover>ul.sub-menu{
	display:block
}
.dt_mega_menu .box ul li a{
	font-size:13px;
	font-weight:600
}
.advcblock{
	display:block!important
}
.link_sharing p a.addlink{
	cursor:pointer;
	float:right;
	padding:10px 0
}
.link_sharing h3{
	font-size:25px;
	font-weight:400;
	padding-bottom:10px;
	margin-bottom:10px
}
.fondo_dt{
	position:fixed;
	height:100%;
	z-index:8;
	display:none
}
.extra{
	float: left;
    padding: 5px 0;
    color: #9ca3af;
    font-weight: 500;
    margin-bottom: -13px;
    width: 165%;
}
  font-weight: 500;
}
.extra span a{
	margin-right:15px
}
.extra span.tagline{
	width:100%;
	padding-bottom:5px;
	font-size:16px
}
.extra span.rated{
	font-weight:500
}
.srating{
	float:left;
	padding:10px 0;
	margin:10px 0
}
.srating .promedio{
	float:left;
	padding:10px 0;
	font-size:30px;
	width:60px;
	font-weight:600;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px
}
.srating .rdata{
	float:left;
	margin-left:10px;
	padding:5px 0
}
.srating .rdata .stars{
	position:relative;
	display:inline-block;
	height:22px;
	font-size:22px;
	overflow:hidden;
	float:left;
	margin:0
}
.srating .rdata .stars span.rating-stars-b{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
	white-space:nowrap
}
.sgeneros,.videobox .embed{
	position:relative;
	overflow:hidden
}
.srating .rdata .votes{
	font-size:13px;
	padding-top:5px;
	float:left;
	width:100%
}
.sgeneros{
	float:left;
	width:100%;
	height:20px;
	padding:5px 0;
	display:inline-block;
}
.sgeneros a:first-child{
	padding-left:0;
	border-left:0
}
.sgeneros a{
	font-size:13px;
	float:left;
	padding:0 10px;
	font-weight:500
}
.videobox{
	width:100%;
	float:left
}
.videobox .embed{
	padding-bottom:56.25%;
	height:0
}
.videobox .embed iframe{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	height:auto!important;
	min-height:100%
}
.stars10{
	width:260px
}
.stars5{
	width:128px
}
.sbox .custom_fields{
	width:100%;
	padding:0 10px 15px;
	float:left;
	margin-bottom:15px
}
.sbox .custom_fields:last-child{
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0
}
.sbox .custom_fields b.variante{
	min-width:170px;
	float:left;
	font-size:13px;
	font-weight:500
}
.sbox .custom_fields span.valor{
	font-size:13px;
	float:left;
	width:calc(100% - 170px);
	line-height:20px
}
.sbox .custom_fields span.valor strong{
	padding:4px 10px 4px 30px;
	border-radius:3px;
	position:relative;
	margin-right:10px
}
.sbox .custom_fields span.valor strong:before{
	font-family:"Font Awesome 5 Pro";
	content:"\f005";
	float:left;
	font-size:12px;
	top:2px;
	left:8px;
	font-weight:900;
	position:absolute
}
.wp-content{
	width:100%;
	float:left;
	margin-bottom:0px;
	padding-bottom:0px
}

.wp-contents{
	background: #222;
    float: left;
    padding: 5px;
    color: #9ca3af;
    font-size: 15px;
	line-height: 26px;
}

.wp-content pre{
	margin-bottom:15px
}
.wp-content p{
	margin-bottom: 15px;
    color: #d1d5db;
    margin-bottom: 15px;
    line-height: 23px;
    font-size: 13px;
}
.wp-content p:last-child{
	margin-bottom:0;
	color: #d1d5db;
}
.wp-content blockquote{
	font-style:italic;
	padding:10px 0 10px 20px;
	margin-bottom:10px;
	font-size:20px
}
.wp-content blockquote p{
	margin-bottom:0;
	line-height:33px
}
.wp-content ol,.wp-content ul{
	padding-left:30px;
	margin-bottom: 5px;
    margin-top: 5px;
	color: rgba(255, 255, 255, .6);
}
.wp-content ul li{
	list-style-type:square
}
.wp-content ol li{
	list-style-type:decimal
}
.wp-content ol li,.wp-content ul li{
	line-height:25px;
	color: #9ca3af;
}
.wp-content h1,.wp-content h2,.wp-content h3,.wp-content h4,.wp-content h5,.wp-content h6{
	line-height:28px;
	margin-bottom:15px;
	display:block
}
.wp-content h1{
	font-size:25px
}
.wp-content h2{
	font-size:23px
}
.wp-content h3{
	font-size:21px
}
.wp-content h4{
	font-size:15px
}
.wp-content h5{
	font-size:15px
}
.wp-content h6{
	font-size:15px
}
.wp-content img{
	max-width:100%;
	height:auto
}
.comments-area{
	padding:0px 0px;
	width:100%;
	float:left;
	z-index: 1;
    position: relative;
}
.comments-area h2{
	float:left;
	font-size:15px;
	font-weight:600;
	padding-top: 2px;
}
.comments-area h2 i{
	float:left;
	margin-right:5px;
	font-size:24px
}
.post-comments{
	padding:0;
	margin:20px 0;
	float:left;
	width:100%
}
.post-comments li.comment{
	position: relative;
    padding-left: 40px;
    min-height: 76px;
    margin-bottom: 10px;
    padding-top: 15px;
}
.post-comments li.comment .comment-avatar{
	position:absolute;
	top:20px;
	left:0
}
.post-comments li.comment .comment-avatar img.avatar{
	width: 35px;
    height: 35px;
    margin-right: 12px;
    border-radius: 50%;
}
.post-comments li.comment .scontent{
	padding:5px 5px 5px 5px;
	position:relative
}
.post-comments li.comment .scontent .comment-header{
	position:relative;
	width:100%;
	font-size:13px;
	font-weight:500
}
.post-comments li.comment .scontent p{
	padding:5px 0;
	line-height:23px;
	font-size:13px
}
.post-comments li.comment .scontent p code{
	font-size:13px;
	padding:5px
}
.post-comments ul{
	list-style:none;
	margin:0;
	padding:0
}
.post-comments ul li.comment{
	margin:0;
	padding:0;
	min-height:40px
}
.post-comments ul li.comment .comment-avatar{
	top:20px;
	left:5px
}
em.text-red{
	font-style:normal;
	font-size:13px
}
.post-comments ul li.comment .comment-avatar img.avatar{
	max-width:40px;
	max-height:40px
}
.post-comments ul li.comment .scontent{
	padding:20px 10px 15px 50px
}
.post-comments .comment-reply-link,.post-comments .comment-time{
	display:inline-block;
	font-size:12px;
	padding:3px 6px;
	font-weight:400
}
.post-comments .comment-time{
	margin-left:5px
}
.post-comments .comment-reply-link{
	margin-left:0px
}
.comment-respond{
	display:block;
}
.comment-respond h3{
	padding-bottom:20px;
	font-weight:500;
	font-size:12px
}

.comment-respond h3 small{
	font-size:14px;
	margin-left:10px
}
.comment-respond h3 small a{
	font-weight:400;
	font-size:12px;
}
.comment-form-comment .form-label{
	width:100%;
	float:left;
	padding:5px 0;
	font-weight:600
}
.comment-form-comment textarea{
	width:100%;
	height:70px;
	font-family:sans-serif;
	padding:10px;
	resize:vertical
}
.grid-container{
	display:block;
	position:relative;
	width:50%;
	padding-right:15px;
	float:left;
	margin:0 auto
}
.grid-container .form-label{
	font-weight: 400;
    padding: 10px 10px 10px;
    font-size: 13px;
    margin-top: 5px;
}
.grid-container .form-description{
	font-size:12px;
	padding:3px 0;
	line-height:18px
}
.grid-container input[type=text]{
	width:100%;
	margin:5px 0;
	padding:10px
}
a.commautor{
	font-weight:600;
	font-size:15px
}
p.form-submit input[type=submit]{
	padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
}
.scontent .comment-respond{
	padding:15px 0px 0px 0px;
	-webkit-animation:fadeIn .9s;
	-moz-animation:fadeIn .9s;
	-ms-animation:fadeIn .9s;
	animation:fadeIn .9s
}
.comment-navigation{
	width:100%;
	float:left;
	padding:10px 0;
	margin-bottom:15px
}
.comment-navigation a{
	font-size:14px
}
.comment-navigation .nav-previous{
	float:left
}
.comment-navigation .nav-next{
	float:right
}
.comment-respond input[type=submit],.comment-respond input[type=text],.comment-respond textarea{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:13px
}

div.no-comments{
	width:100%;
	float:left;
	padding:15px;
	font-size:15px
}
.fix-grid{
	padding-right:0;
	padding-left:15px
}
.post-comments li.comment .scontent p img{
	max-width:300px;
	height:auto
}
div.post-like{
	float:left;
	padding:2px 10px
}
div.post-like a,div.post-like span.alreadyvoted{
	margin-right:10px
}
div.post-like span.count{
	font-weight:600
}
.starstruck-wrap{
	font-size:12px;
	display:table
}
.starstruck{
	font-size: 10px;
    margin-top: 0;
    display: inline-block;
    white-space: nowrap;
}
.starstruck .cancel-off-png,.starstruck .cancel-on-png,.starstruck .star-half-png,.starstruck .star-off-png,.starstruck .star-on-png{
    font-size: 12px;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 20px;
    speak: none;
    text-transform: none;
    margin-right: 2px;
}
.starstruck .cancel-off-png:before,.starstruck .cancel-on-png:before,.starstruck .star-half-png:before{
	content:"\f005"
}
.starstruck-rating-wrap{
	margin-top:2px;
	margin-left:10px;
	padding:5px 15px;
	font-style:normal;
	border-radius:3px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	font-weight:300
}
.dtloadpage,.scontent .fixedform{
	display:none
}
.loader,.sl-icon{
	vertical-align:middle
}
.starstruck-rating{
	font-size:12px;
}
.starstruck-rating i{
	float:left;
	margin-right:5px
}
.starstruck-rating span{
    font-weight: 400;
    font-size: 12px;
    color: rgb(130, 131, 135);
}
.starstruck-wrap{
	width:100%;
	float:left;
	padding: 10px 0px 15px 0px;
	-webkit-tap-highlight-color: transparent;
}
.starstruck-wrap .dt_rating_vgs{
	float:left;
	padding:10px 0;
	font-size:27px;
	width:60px;
	font-weight:500;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:absolute;
	top:0;
	left:0
}
.starstruck-wrap .dt_rating_data{
	display: flex;
    align-items: center;
    gap: 10px;
}
.ads_l_single{
	width:100%;
	padding:0 15px;
	float:left;
	text-align:center
}
.dt_nodata{
	width:100%;
	float:left;
	text-align:center;
	margin:10px 0;
	padding:20px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
#single .content .srelacionados{
	padding:20px 30px;
	float:left;
	width:100%
}

#single .content .srelacionadoss{
	float:left;
	width:100%;
	margin-bottom: -10px;
}

.srelacionadoss article:hover{
color: red;
}
.srelacionadoss article img{
	width: 100%;
    border-radius: 4px;
    object-fit: cover;
	object-position: top;
}
.srelacionadoss article {
    float:left;
    padding:4px;
    width: 100%;
}

.srelacionados article:hover{

}
.srelacionados article img{
	width:100%;
	box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 40%), inset 0 1px 0 0 hsl(0deg 0% 100% / 10%);
	border-radius: 5px 5px 2px 2px;
}

.srelacionados article {
    float:left;
    padding:5px;
    width: 100%;
}

a.button{
	padding:6px 10px;
	float:left;
	font-size:15px
}
.dtloadpage{
	position:fixed;
	top:0;
	left:0;
	z-index:99999999;
	width:100%;
	height:100%
}
.dtloadpage .dtloadbox{
	width:500px;
	margin:5% auto;
	text-align:center
}
.dtloadpage .dtloadbox img{
	width:auto;
	height:auto;
	margin:0 auto
}
.dtloadpage .dtloadbox span{
	font-size:30px;
	width:100%;
	float:left;
	margin:20px 0
}
.dtloadpage .dtloadbox p{
	width:100%;
	float:left;
	font-size:12px
}
.se_rating{
	float:right;
	position:relative;
	line-height:20px;
	padding:3px 15px
}
.se_rating .se_rating_valor{
	position:absolute;
	height:5px;
	top:0;
	left:0
}
.captcha,.sl-wrapper{
	position:relative
}
.se_rating:before{
	font-family:"Font Awesome 5 Pro";
	content:"\f005";
	float:left;
	margin-left:-20px;
	margin-top:0;
	font-size:13px;
	font-weight:600
}
.fixedform{
	width:100%;
	padding-right:0
}
#single_relacionados{
	display:none;
	width:100%;
	float:left
}
.dt_social_single{
	float:left;
	width:100%;
	padding:0
}
.dt_social_single span{
    float: left;
    font-size: 14px;
    padding: 7px 0px;
    padding-right: 12px;
    margin-right: 15px;
    font-weight: 400;
}
.dt_social_single b#social_count{
	font-weight:500;
	float:right;
	margin-left:10px
}
.dt_social_single a{
    float: left;
    margin: 0;
    padding: 7px 8px;
    margin-right: 5px;
    border-radius: 3px;
}
.dt_social_single a i{
	float:left;
	font-size:14px;
	float: initial;
}
.dt_social_single a b{
	font-weight:400;
	line-height:16px;
	margin-left:0px
}
.link_sharing p strong{
	font-size:20px;
	margin-right:10px;
	font-weight:600
}
.reloading_page{
	opacity:.1
}
.loader,.loader:after,.loader:before{
	background:rgba(0,0,0,.2);
	-webkit-animation:load1 1s infinite ease-in-out;
	animation:load1 1s infinite ease-in-out;
	width:.2em;
	height:.6em
}
.loader:after,.loader:before{
	position:absolute;
	top:0;
	content:''
}
.loader:before{
	left:-.375em;
	-webkit-animation-delay:-.32s;
	animation-delay:-.32s
}
.loader{
	left:-16px;
	top:23px;
	text-indent:-9999em;
	display:inline-block;
	position:absolute;
	font-size:1em;
	-webkit-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-animation-delay:-.16s;
	animation-delay:-.16s
}
.loader:after{
	left:.375em
}
@-webkit-keyframes load1{
	0%,100%,80%{
		box-shadow:0 0 rgba(0,0,0,.2);
		height:.6em
}
	40%{
		box-shadow:0 -.3em rgba(0,0,0,.2);
		height:1em
}
}
@keyframes load1{
	0%,100%,80%{
		box-shadow:0 0 rgba(0,0,0,.2);
		height:.6em
}
	40%{
		box-shadow:0 -.3em rgba(0,0,0,.2);
		height:1em
}
}
.doload .notice{
	display:block
}
.doload fieldset,.form_fondo{
	display:none
}
article.simple{
	width:calc(100% / 6);
	float:left;
	padding:10px
}
.list,.list .row,.no_fav,article.simple .poster,article.simple .poster img{
	width:100%
}
.no_fav{
	padding:30px 0;
	float:left;
	text-align:center;
	font-size:14px
}
.list{
	float:left;
	padding:15px
}
.list .row{
	padding:5px 0;
	float:left
}
.list .row span.field{
	width:calc(100% / 3);
	float:left
}
.extcom{
	background: #cfcfcf;
    float: left;
    width: 100%;
	padding: 10px;
	border-radius: 2px;
}
.module .content .items .episodes .poster span.serie{
	position:absolute;
	bottom:0;
	left:0;
	padding:5px 10px;
	font-size:13px
}
.module .content .items .episodes .poster:hover>span.serie{
	display:none
}
ul.main_links li{
	float:left;
	width:100%
}
ul.main_links li a{
	padding:8px;
	float:left;
	font-size:14px;
	width:100%
}
ul.main_links li a i{
	margin-right:10px;
	font-size:16px
}
span.item_type{
	position:absolute;
	bottom:0;
	right:0;
	text-transform:uppercase;
	font-size:12px;
	padding:5px 10px;
	margin:0
}
span.s_trending a.m_trending{
	float:left;
	margin:0 10px;
	font-size:13px;
	font-weight:500
}
.contact{
	width:100%;
	float:left;
	margin:0
}
.contact .wrapper{
	padding:36px 90px;
	width:100%;
	float:left
}
.contact .wrapper form.contactame{
	max-width:750px;
	margin:0 auto
}
.contact .wrapper h1{
	font-size:32px;
	font-weight:400
}
.contact .wrapper p.descrip{
	line-height:30px
}
.contact .wrapper fieldset{
	width:100%;
	float:left;
	padding:10px 0
}
.contact .wrapper fieldset.nine{
	width:48%
}
.contact .wrapper fieldset.fix{
	margin-left:4%
}
.contact .wrapper fieldset label{
	width:100%;
	float:left;
	margin-bottom:5px;
	font-weight:600
}
.contact .wrapper fieldset p{
	float:left;
	width:100%;
	line-height:22px;
	margin-bottom:10px;
	font-size:14px
}
.contact .wrapper fieldset input[type=text]{
	width:100%;
	padding:12px;
	font-weight:600
}
.contact .wrapper fieldset input[type=submit]{
	border:0;
	cursor:pointer;
	padding:10px 20px;
	font-weight:400;
	font-size:16px;
	width:100%
}
.contact .wrapper fieldset textarea{
	width:100%;
	font-family:Roboto,sans-serif;
	padding:12px
}
.contact .wrapper fieldset .notice{
	background:#f9f9f9;
	float:left;
	width:100%;
	padding:15px;
	border-left:solid 5px #ddd
}
.contact .wrapper fieldset .notice p{
	margin-bottom:0;
	font-size:15px
}
.contact .wrapper fieldset .notice.success{
	border-color:#53d058
}
.contact .wrapper fieldset .notice.error{
	border-color:#ef5b5b
}
.g-recaptcha{
	float:left;
	width:100%
}
.loguser{
	width:100%;
	float:left;
	padding:0
}
.loguser a{
	float:left;
	text-align:center;
	padding:23px 15px;
	font-size:13px;
	font-weight:600
}
form.update_profile{
	float:left;
	width:100%;
	padding:30px
}
form.update_profile h3{
	font-size:20px;
	font-weight:400;
	line-height:30px;
	padding:13px 50px;
	margin-bottom:20px
}
form.update_profile fieldset{
	float:left;
	width:100%;
	margin-bottom:25px;
	padding:0
}
form.update_profile fieldset.min{
	width:49%
}
form.update_profile fieldset.fix{
	margin-right:2%
}
form.update_profile fieldset label{
	float:left;
	width:100%;
	font-size:14px;
	margin-bottom:15px;
	font-weight:400
}
form.update_profile fieldset input[type=password],form.update_profile fieldset input[type=text]{
	width:100%;
	padding:10px;
	font-size:17px
}
form.update_profile fieldset select{
	width:100%;
	height:42px;
	padding:10px
}
form.update_profile fieldset textarea{
	width:100%;
	padding:10px
}
form.update_profile fieldset input[type=submit]{
	border:0;
	padding:10px 25px;
	font-size:18px;
	cursor:pointer;
	margin-top:20px
}
form.update_profile .updated{
	width:100%;
	float:left;
	margin-bottom:25px;
	padding:15px
}
form.update_profile .updated p{
	font-weight:300;
	font-size:17px
}
form.update_profile .error{
	width:100%;
	float:left;
	margin-bottom:25px;
	padding:15px
}
form.update_profile .warning{
	width:100%;
	float:left;
	margin-bottom:25px;
	padding:15px
}
.account{
	width:100%;
	float:left;
	margin:0 0 50px;
	position:relative
}
.account .sidebar{
	width:220px;
	height:100%;
	float:left;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	padding:20px
}
.account .sidebar ul{
	display:block
}
.account .sidebar ul li{
	width:100%;
	display:block;
	margin-bottom:5px
}
.account .sidebar ul li a{
	width:100%;
	display:block;
	padding:10px;
	font-size:14px
}
.account .content{
	width:calc(100% - 220px);
	margin-left:219px;
	min-height:450px;
	padding:30px;
	float:left
}
.account .content h3{
	font-size:20px;
	display:block;
	margin-bottom:25px
}
.sseasons .se-c .se-q{
	background:0 0!important
}
#page .comments-area{
	padding:0
}
.single-page{
	padding:30px 30px;
	margin:0;
	float:left;
	width:100%
}
.single-page h1.head{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: 100%;
    float: left;
}
.sbackdrop{
	width:100%;
	height:200px;
	background-position:10% 15%;
	background-size:cover;
	position:relative;
	padding:15px
}
.sbackdrop h1{
	font-size:24px;
	font-weight:300;
	padding:15px 2%;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
	width:96%;
	z-index:1
}
.pag_episodes{
	width:100%;
	float:left;
	margin-bottom:10px
}
.pag_episodes .item{
	width:calc(100%/ 3);
	float:left;
	text-align:center
}
.pag_episodes .item:last-child{
	border-right:0
}
.pag_episodes .item a{
	padding:10px;
	float:left;
	width:100%
}
.pag_episodes .item a.nonex{
	opacity:.3;
	cursor:not-allowed
}
.pag_episodes .item a i{
	font-size:17px;
	padding:0 5px
}
.pag_episodes .item a span{
	font-size:15px
}
.wp-content h1 span{
	font-size:15px;
	font-weight:400
}
.fix-table{
	overflow-x:auto;
	float:left;
	width:100%
}
.ggep{
	padding:10px
}
.single_menu{
	width:100%;
	float:left;
	display:none
}
.single_menu ul.main_dt_menu{
	width:100%;
	float:left
}
.single_menu ul.main_dt_menu li{
	float:left;
	width:calc(100%/ 3)
}
.single_menu ul.main_dt_menu li a{
	float:left;
	padding:15px 0;
	width:100%;
	text-align:center;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase
}

.thongbao{
	margin: 10px 0 0;
    padding: 5px 15px;
    line-height: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
	display:none;
}

.module_single_ads{
	text-align:center;
	width:100%;
	float:left;
	padding:5px 0;
	border-bottom:solid 0px
}
.ads_demo{
	width:100%;
	font-size:20px;
	font-style:italic
}
.video_player_enable{
	width:100%;
	float:left;
	padding:15px;
	padding-bottom:0
}
.video_player_enable .box{
	width:100%;
	float:left;
	background-position:center;
	background-size:cover;
	position:relative;
	overflow:hidden;
	padding-top:40%;
	position:relative
}
.video_player_enable .box .play{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-23px;
	margin-left:-23px
}
.video_player_enable .box .play i{
	color:rgba(255,255,255,.6);
	font-size:46px;
	text-shadow:0 0 15px #000
}
.video_player_enable .box span.quality{
	font-size:15px;
	top:10px;
	left:10px
}
.epiheader{
	float:left;
	width:100%;
	padding:15px
}
.epiheader .epiposter{
	width:90px;
	float:left
}
.epiheader .epiposter img{
	width:100%;
	height:auto
}
.epiheader .epidata{
	width:calc(100% - 110px);
	margin-left:110px
}
.epiheader .epidata h3{
	font-size:32px;
	font-weight:400;
	margin-bottom:10px
}
.epiheader .epidata span.data{
	float:left;
	width:100%;
	padding:5px 0
}
.epiheader .epidata span.data b{
	float:left;
	font-size:15px
}
.epiheader .epidata span.data p{
	width:calc(100% - 90px);
	margin-left:90px;
	font-size:15px
}
.epiheader .epidata h1{
	font-size:20px;
	font-weight:400
}
.epiheader .epidata h1 span{
	font-size:15px;
	font-weight:400;
	line-height:25px
}
.posts{
	padding:20px 10px;
	float:left;
	width:100%
}
.posts .meta{
	float:left;
	width:100%;
	padding:15px 0;
	margin-bottom:20px
}
.posts .meta span{
	margin-right:10px
}
.posts .meta .autor{
	font-weight:500
}
.posts .meta .date{
	font-size: 13px;
    color: #90949c;
}
.posts .meta .views{
	float:right;
	font-size:14px
}
.posts header.pos{
	float:left;
	width:100%;
	padding-bottom:15px
}
.posts header.pos h1.titl{
	font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
.posts header.pos h2.desc{
	font-weight:400;
	line-height:30px;
	font-size:20px;
	padding-top:10px
}
.post-entry{
	position:relative;
	display:inline-block;
	float:left;
	margin:0;
	width:100%
}
.list-items-blogs .post-entry:last-child{
	margin-bottom:0px
}
.home-blog-post{
	position:relative;
	padding:15px 0;
	min-height:50px;
	margin-left:-5px;
}
.list-items-blogs .post-entry:last-child>.home-blog-post{
	border-bottom:0
}
.home-blog-post .entry-date{
	position:absolute;
	left:0;
	top:15px;
	text-align:center;
	width:86px;
	margin-top: 5px;
}
.home-blog-post .entry-date .date{
	display:block;
	font-size:20px;
	margin-bottom:5px;
	font-weight:400;
}
.home-blog-post .entry-date .month{
	font-size:10px;
	text-transform:uppercase;
	display:block;
    color: rgba(255, 255, 255, .6);
}
.home-blog-post .entry-title{
	font-weight:500;
	margin-bottom:7px;
	font-size:16px;
	line-height:25px;
	padding-left: 10px;
	padding: 0px 10px;
}
.home-blog-post .entry-content{
    font-size: 14px;
    line-height: 20px;
    color: #a1a1aa;
	padding-left: 10px;
	padding: 0px 10px;
}
.top-imdb-list{
	position:relative;
	float:left;
	width:50%;
	padding:0;
	padding-bottom:20px;
	padding-left:10px
}
.top-imdb-list h3{
	width:100%;
	float:left;
	padding:5px;
	padding-left:10px;
	font-weight:400;
	text-transform:uppercase;
	font-size:16px;
	border-left:solid 3px;
	margin-bottom:15px
}
.top-imdb-item{
	position:relative;
	padding:10px 0;
	padding-left:130px;
	min-height:70px;
	float:left;
	width:calc(100%/ 1);
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	transition:all .4s
}
.top-imdb-item:hover{
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}
.top-imdb-list>.top-imdb-item:last-child{
	border-bottom:0
}
.top-imdb-item .puesto{
	position:absolute;
	left:54px;
	top:10px;
	width:30px;
	font-size:12px;
	text-align:center;
	padding:19px 0
}
.top-imdb-item .image{
	position:absolute;
	left:0;
	width:50px;
	height:50px
}
.top-imdb-item .image .poster{
	width:50px;
	height:50px;
	float:left;
	position:relative;
	overflow:hidden;
	margin:0;
	padding-top:0
}
.top-imdb-item .image .poster img{
	width:100%;
	height:auto;
	margin-top:-10px
}
.top-imdb-item .rating{
	position:absolute;
	left:85px;
	top:27px;
	width:40px;
	text-align:center;
	font-size:17px;
	font-weight:500
}
.top-imdb-item .title{
	padding-top:15px;
	line-height:22px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:100%;
	float:left;
	font-size:14px
}
.fix-layout-top{
	width:100%
}
.fixed-sidebar{
	position:fixed;
	width:220px
}
.blog-list-items{
	width:100%;
	float:left;
	margin-bottom:20px
}
.blog-list-items .entry{
	width:calc(100%/ 3);
	float:left;
	margin:0;
	padding:20px;
	position:relative
}
.blog-list-items .entry article.post{
	width:100%;
	float:left
}
article.post .images{
	float:left;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	margin:0;
	padding-top:30px
}
article.post a .images img{
	width:100%;
	height:auto;
	margin-top:-45px;
	display:-moz-inline-stack;
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-o-transition:all .4s ease-out;
	transition:all .4s ease-out
}

article.post .images .background_over_image{
	background:rgba(0,0,0,.5);
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
article.post a:hover>.images .background_over_image{
	opacity:1
}
article.post .information{
	float:left;
	width:100%;
	padding:10px 0;
	height:115px;
	overflow:hidden
}
article.post .information p.descr{
	line-height:20px;
	font-size:14px;
}
article.post .information .meta{
	padding:5px 0;
	font-size:13px
}
article.post .information .meta span.autor{
	font-weight:600;
	margin-right:10px;
	font-size:12px
}
article.post .information h2{
	font-weight:500;
	font-size:15px;
	line-height:25px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:5px;
}
h1.top-imdb-h1{
	width:100%;
	padding:15px 0;
	text-align:left;
	font-size:25px!important
}
.search-page{
	width:100%
}
.search-page .result-item{
	position:relative;
	display:inline-block;
	float:left;
	margin:0;
	width:100%
}
.search .result-item:last-child{
	margin-bottom:30px
}
.result-item article{
	position: relative;
    padding: 15px 0;
    padding-left: 130px;
    min-height: 85px;
    margin-top: 10px;
    border-radius: 5px;
    background: linear-gradient(to right, #ffffff05, rgba(0, 0, 0, 0));
}
.result-item article .image{
	position: absolute;
    left: 0;
    top: 10px;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
    width: 50px;
}
.result-item article .image .thumbnail{
	position:relative
}
.result-item article .image .thumbnail span{
	position:absolute;
	top:0;
	right:0;
	padding:2px 5px;
	font-size:10px;
	font-weight:500
}
.result-item article .image .thumbnail img{
	width:100%;
	height:auto;
	border-radius: 5px;
}

.result-item article .details{
	width:100%;
	margin-left: -55px;
}
.result-item article .details .title{
	width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.result-item article .details .meta{
	margin-bottom:10px;
	margin-top:-2px;
	font-size:14px;
	float:left;
	width:100%
}
.result-item article .details .meta span.rating{
	padding:3px 0;
	margin-right:10px;
	font-weight:600;
	font-family:arial;
	font-size:11px;
	width:70px;
	float:left;
	text-align:center
}
.result-item article .details .meta span.year{
	float:left;
	margin-right:7px
}
.result-item article .details .meta span.flag{
	width:12px;
	height:12px;
	float:left;
	margin-right:7px;
	margin-top:2px
}
.result-item article .details .contenido{
	width:100%
}
.result-item article .details .contenido p{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.no-result{
	float:left;
	width:100%;
	padding:20px
}
.no-result h2{
	float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    margin-left: 13px;
    font-style: italic;
}

h1.heading-search{
	text-align: center;
    font-size: 20px;
    margin: 15px 0px 25px 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
	color: #e5e7eb;
	font-size: 15px;
	line-height: 25px;
    margin-top: 5px;
}

.no-result h2 span{
	font-weight:800
}
.no-result strong{
	font-size:20px
}
.no-result ul{
	list-style-type:square;
	margin:40px 0 20px 30px
}
.no-result li{
	padding:5px 0;
	line-height:20px;
	font-style: italic;
}
.tax_post{
	position:relative;
	display:inline-block;
	float:left;
	margin:0;
	width:100%;
	margin-top:10px
}
.tax_post .tax_box{
	position:relative;
	padding:15px;
	padding-left:110px;
	width:100%;
	float:left
}
.tax_post .tax_box .title{
	position: absolute;
    left: 0;
    top: 11px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
	margin-left: -5px;
}
.tax_post .tax_box .links a{
	font-size: 13px;
    padding: 0 5px;
    font-weight: 400;
    margin-left: -25px;
}
.wp-content .video{
	position:relative;
	padding-bottom:56.25%;
	max-width:100%;
	display:block;
	margin:auto;
	height:0;
	overflow:hidden;
	margin-bottom:15px
}
.wp-content .video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.player_sist{
	float:left;
	width:100%;
	margin:0
}
.player_sist .playex{
	float:left;
	width:100%;
	overflow:hidden;
	max-height:100%;
	position:relative
}
.player_sist .playex .play-box-iframe{
	position:relative;
	padding-bottom:56.25%;
	max-width:100%;
	display:block;
	margin:auto;
	height:0;
	overflow:hidden
}
.player_sist .playex .play-box-iframe iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.player_sist .control{
	float:left;
	width:100%
}
.player_sist .control nav{
	margin-bottom:0
}
.player_sist .control nav.player{
	float:left;
	width:130px
}
.player_sist .control nav.player ul.options{
	float:left;
	width:100%;
	background:#141516
}
.player_sist .control nav.player ul.options li{
	float:left;
	width:100%
}
.player_sist .control nav.player ul.options li a{
	padding:17px 20px;
	float:left;
	width:100%;
	color:#fff;
	font-size:11px;
	padding-left:40px;
	position:relative;
	cursor:pointer;
	text-transform:uppercase
}
.player_sist .control nav.player ul.options li a b{
	font-weight:400
}
.player_sist .control nav.player ul.options li a i{
	font-size:19px;
	position:absolute;
	top:12px;
	left:14px
}
.player_sist .control nav.player ul.options li ul{
	display:none;
	position:absolute;
	z-index:3;
	background:#141516;
	box-shadow:0 15px 20px -7px rgba(0,0,0,.6);
	width:100%;
	padding:15px;
	padding-right:17px;
	margin-top:45px;
	border-top:solid 1px #000
}
.player_sist .control nav.player ul.options li:hover ul{
	display:block
}
.player_sist .control nav.player ul.options li ul li{
	text-align:left;
	float:left;
	margin-bottom:1px
}
.player_sist .control nav.player ul.options li ul li a{
	padding:9px 20px;
	text-transform:none;
	line-height:20px
}
.player_sist .control nav.controles{
	float:right
}
.player_sist .control nav.controles ul.list{
	padding:0
}
.player_sist .control nav.controles ul.list li{
	float:left
}
.player_sist .control nav.controles ul.list li.contadorads{
	color:rgba(255,255,255,.5);
	padding:16px 10px;
	font-size:13px
}
.player_sist .control nav.controles ul.list li.contadorads i{
	font-style:normal;
	font-weight:400;
	padding:4px 5px;
	margin-left:5px;
	border-radius:3px;
	font-size:12px
}
.player_sist .control nav.controles ul.list li a{
	font-size:20px;
	font-weight:400;
	padding:11.5px 15px;
	float:left
}
.player_sist .control span.views{
	font-size:12px;
	padding:16.5px 19px;
	float:left
}
.player_sist .control span.qualityx{
	font-size:15px;
	padding:15px 18px;
	float:left;
	font-weight:600;
	font-style:italic
}
.fixidtab{
	display:none
}
.mejs-controls{
	width:100%
}
h1.epih1{
    line-height: 28px;
    font-size: 18px;
    margin-bottom: -10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0px;
}

h2.epih2{
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: -7px;
    margin-top: 0px;
    padding: 10px 0px;
}

.tieudeep{
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: -7px;
    margin-top: 0px;
    padding: 10px 0px;
}

h3.epih3{
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0px;
	margin-bottom: 10px;
}

#playex{
	position:relative;
	z-index:102
}
#oscuridad{
	background:rgba(0,0,0,.97);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:100
}
#single .episodes_cont{
	width:100%;
	border-right:0!important;
	float:left
}
#single .episodes_cont .sbox{
	padding:25px 110px
}
.maindrop_ep{
	width:100%;
	height:100%;
	float:left;
	position:relative;
	overflow:hidden;
	margin:0;
	padding-top:30%;
	margin-bottom:15px
}
.maindrop_ep img{
	background-position:center;
	background-size:cover;
	height:auto;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	margin-top:-5%;
	z-index:1
}
.dt-no-post{
	padding: 20px 10px;
    float: left;
    width: 100%;
    color: #9ca3af;
}
.fix_playerx{
	width:100%;
	float:left;
	margin-top:70px;
	position:relative
}
.fix_playerx .box{
	max-width:1100px;
	margin:0 auto
}
.ads_player{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8)
}
.ads_player .ads_box{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden
}
.ads_player .ads_box .ads{
	width:300px;
	height:250px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-125px;
	margin-left:-150px
}
.ads_player .ads_box .ads span.notice{
	font-size:13px;
	width:100%;
	float:left;
	text-align:center;
	cursor:pointer
}
#single .content .player_sist .playex{
	max-height:483.19px
}
.headitems{
	position:relative;
	float:right;
	margin-left:20px;
	width:340px
}
.headitems.register_active{
	width:auto
}
.headitems a#dooplay_signout{
	padding:10px 15px;
	float:left
}
.headitems .elements{
	float:right
}
.head-main-nav{
	float:left
}
.head-main-nav ul.main-header{
	float:left
}
.head-main-nav ul.main-header li{
	float:left
}
.head-main-nav ul.main-header li a{
	font-size:16px;
	font-weight:500;
	padding:25px 20px;
	line-height:20px;
	float:left;
}
.head-main-nav ul.main-header li.menu-item-has-children>a:after{

}
.head-main-nav ul.main-header li a i{
	font-size:17px;
	font-style:normal;
	padding:0 5px;
	border-radius:3px;
	font-weight:600;
	text-transform:uppercase;
	display:inline-block
}
.head-main-nav ul.main-header li:hover>ul.sub-menu{
	display:block
}

.head-main-nav ul.main-header li ul.sub-menu{
	display:none;
	position:absolute;
	top:70px;
	max-width:200px;
	padding-left:0;
	box-shadow:0 5px 10px 0 rgba(0,0,0,.2);
}
.head-main-nav ul.main-header li ul.sub-menu li{
	width:100%;
	width: calc(100% / 3);
}
.head-main-nav ul.main-header li ul.sub-menu li a{
	padding:12px 20px;
	width:100%;
	font-weight:500;
	font-size:14px;
	line-height:14px
}
.head-main-nav ul.main-header li.menu-item-has-children>a:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Pro";
    speak: none;
    font-style: normal;
    font-weight: 900;
    margin-left: 10px;
    margin-top: -3px;
    font-size: 14px;
    float: right;
}

.search_page_form{
	float:left;
	width:100%;
	margin-bottom:10px
}
.search_page_form form{
	float:left;
	width:100%;
	position:relative;
	border-radius:5px
}
.search_page_form form input[type=text]{
    width: 100%;
    float: left;
    background: 0 0;
    border: 0;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
}
.search_page_form form button{
	position:absolute;
	right:0;
	top:0;
	border:0;
	padding:11px;
	cursor:pointer;
	background:0 0
}
.reports_notice_admin{
	position:fixed;
	bottom:70px;
	right:40px;
	box-shadow:0 10px 5px -7px rgba(0,0,0,.09);
	padding:15px;
	width:130px
}
.reports_notice_admin span{
	float:left;
	width:100%;
	padding:5px;
	text-align:center
}
.reports_notice_admin span a.delete_notice{
	float:left;
	width:100%;
	font-size:13px;
	padding:5px
}
.reports_notice_admin span.report{
	font-size:12px
}

span.dt_flag{
	float:right
}
span.dt_flag img{
	width:12px;
	height:12px
}
.layout3 .sidebar{
	right:0
}
.layout3 .content{
	margin-left:0;
	margin-right:219px
}
.ds1 .content{
	margin-left:340px
}
.ds1 .sidebar{
	left:0
}
.send_link{
	margin:10px 0;
	padding:13px 20px;
	font-size:13px;
	float:left;
	width:100%;
	text-align:center
}
.mensaje_report{
	float:left;
	width:100%;
	padding:10px;
	margin-bottom:10px;
	text-align:center
}
article.simple .poster{
	width:100%;
	height:100%;
	float:left;
	position:relative;
	overflow:hidden;
	margin:0;
	padding-top:140%
}
article.simple .poster img{
	width:100%;
	height:auto;
	margin-top:-140%;
	position:absolute
}
article.simple .data{
	float:left;
	width:100%;
	padding:10px 0
}
article.simple .data h3{
	font-weight:500;
	font-size:13px;
	line-height:20px;
	margin-bottom:2px;
	width:100%;
	float:left;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
article.simple .data span{
	font-weight:300;
	font-size:12px
}
ul.abc{
	float:left;
	width:100%;
	padding:0;
	margin-bottom:25px
}
ul.abc li{
	float:left
}
ul.abc li a{
	padding:10px 8.6px;
	margin:2.5px;
	float:left;
	font-size:14px;
	border-radius:3px
}
ul.abc li:first-child>a{
	margin-left:0
}
ul.abc li:last-child>a{
	margin-right:0
}
.desc_category{
	float:left;
	width:100%;
	margin-bottom: 10px;
	margin-top:5px;
	padding-left: 4px;
    padding-right: 4px;
}
.desc_category p{
    line-height: 22px;
    font-size: 12px;
    float: left;
    border-radius: 4px;
    background: #18181b;
    padding: 5px 5px 5px 10px;
    position: relative;
}

.desc_category p::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #18181b;
}

.desc_category a{
	color:#cdcdcd;
}
.desc_category a:hover{
	color:#1cc749;
}

.form_post_lik{
	float:left;
	width:100%;
	padding:0
}
.form_post_lik .table{
	overflow-x:auto;
	float:left;
	width:100%
}
.form_post_lik .table table.post_table{
	float:left;
	width:100%
}
.form_post_lik .table table th{
	text-align:left;
	font-size:14px;
	padding:15px 5px
}
.form_post_lik .table table tbody tr:first-child>td a.remove_row{
	display:none
}
.form_post_lik .table table tbody tr td a.remove_row{
	font-weight:600;
	padding:4px 10px;
	font-size:13px;
	cursor:pointer;
	border-radius:3px
}
.form_post_lik .table table td{
	padding:15px 5px
}
.form_post_lik .table table td input[type=text],.form_post_lik .table table td input[type=url]{
	font-size:13px;
	padding:0 7px;
	height:30px
}
.form_post_lik .table table td input[type=text].size{
	width:90px
}
.form_post_lik .table table td input[type=url].url{
	width:200px
}
.form_post_lik .table table td select{
	height:30px;
	padding:0 7px;
	font-size:13px
}
.form_post_lik .control{
	float:left;
	width:100%;
	padding:15px 0;
	padding-bottom:0
}
.form_post_lik .control .left{
	float:left
}
.form_post_lik .control .left a.add_row{
	padding:10px 30px;
	float:left;
	font-size:13px;
	font-weight:400;
	cursor:pointer;
	border-radius:3px
}
.form_post_lik .control .right{
	float:right
}
.form_post_lik .control .right input[type=submit]{
	border:0;
	cursor:pointer;
	padding:9px 30px;
	font-weight:700;
	border-radius:3px
}
.tright{
	padding-left:25px;
	padding-right:10px
}
.top-imdb-list h3 a{
	float:right
}
a.see_all{
	text-transform:uppercase;
	padding:3px 8px;
	font-size:10px;
	font-weight:300;
	border-radius:3px;
	margin-top:-3px
}
a.arrow_pag{
	font-size:13px;
	font-weight:500
}
.live-search{
	float: left;
    top: 70px;
    width: 360px;
    position: absolute;
    padding-left: 23px;
    padding-right: 45px;
    margin-top: 10px;
}
.live-search.rtl{
	left:0
}
.live-search.ltr{
	right:0
}
.live-search ul{
	float: left;
    width: 100%;
    margin-top: 0;
}
.live-search ul:hover li{
	opacity:1
}
.live-search ul li{
	float: left;
    width: 100%;
    display: block;
    padding: 20px 0px 0px 10px;
}
.live-search ul li .poster{
	float: left;
    display: inline-block;
    margin-right: 15px;
    width: 40px;
    height: 53px;
    overflow: hidden;
    border-radius: 4px;
    margin-left: 5px;
}
.live-search ul li .poster img{
	width:100%
}
.live-search ul li .title{
	opacity: .8;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.live-search ul li .other-name{
	margin-top:2px;
	font-size:12px;
	font-weight:300
}
.live-search ul li .release{
	margin-left:5px;
	font-size:11px;
	font-weight:400
}
.live-search ul li .imdb{
	margin-top:5px;
	font-size:12px
}
.live-search ul li .imdb span.icon-star{
	font-size:13px;
	margin-right:3px
}
.live-search ul li a.more{
	font-weight: 400;
    width: 100%;
    float: left;
    padding: 10px 10px 15px;
    text-align: center;
    font-size: 12px;
    color: white;
    opacity: .5;
}
.adv_slider{
	float:left;
	width:100%;
	min-height:250px;
	position:relative
}
.adv_slider .slider{
	margin-bottom:0
}
.adv_slider .slider_box{
	width:100%;
	padding:15px 10px;
	float:left
}
.adv_slider .slider_box .owl-theme .owl-controls{
	margin-top:5px
}
.sidebar aside.widget_text{
	padding:0
}
.head-main-nav ul.main-header li.genres ul.sub-menu{
	max-width:500px;
	padding:10px
}
.head-main-nav ul.main-header li.genres ul.sub-menu li{
	width:calc(100%/3)
}
.mensaje_ot{
	padding:15px 20px;
	margin-bottom:30px;
	border-left:solid 3px
}
a.report-video span{
	font-size:12px;
	margin-bottom:-5px;
	float:right;
	padding:5px 10px
}
a.mtoc{
	position:absolute;
	top:0;
	right:0;
	padding:10px 20px
}
.fullplayer{
	width:1200px
}
a.wide{
	cursor:pointer;
	font-size:17px!important;
	padding:13px 15px!important
}
.fullsidebar{
	padding-top:740px!important
}
.fullplayer .playex{
	max-height:675px!important
}
.player_sist .control nav.player ul.options li ul li a b{
	float:left;
	font-size:18px;
	margin-right:10px
}
.sourcesfix{
	display:block!important
}
.logo h1.text{
	font-size:24px;
	font-weight:700;
	padding:4px 0;
	text-transform:uppercase
}
.adss{
	text-align:center
}
#sticky.stick{
	margin-top:10px!important;
	position:fixed;
	top:0;
	z-index:100;
	border-radius:0 0 .5em .5em
}
.linktabs{
	float:left;
	width:100%;
	padding:15px 25px
}
.linktabs h2{
	float:left;
	font-size:18px;
	font-weight:500;
	margin-right:15px;
	line-height:25px
}
.linktabs ul{
	float:left
}
.linktabs ul li{
	float:left
}
.linktabs ul li a{
	float:left;
	padding:4px 10px;
	font-size:12px;
	border-radius:3px;
	margin:2px 5px
}
.mensaje_report i{
	font-size:30px;
	margin-bottom:10px;
	float:left;
	width:100%
}
.dt_social_single a.google i,.dt_social_single a.pinterest i{
	margin-right:0
}
.search_responsive{
	display:none;
	position:relative;
	float:left;
	width:100%
}
.search_responsive .live-search{
	margin-top: -55px;
    float: left;
    position: absolute;
    top: 60px;
    z-index: 104;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.search_responsive .search-button span.loading{
	font-size:18px;
	padding:4px 2px
}

.headitems li.ctsv{
	display:none
}
.menuresp{
	display:none;
	float:left;
	width:100%;
	position:relative
}
.menuresp .menu{
	position: absolute;
    top: 2px;
    z-index: 103;
    padding: 0;
	width:100%;
}
.menuresp .menu .user{
	float:left;
	width:100%;
	padding:15px
}
.menuresp .menu .user .gravatar{
	float:left
}
.menuresp .menu .user .gravatar img{
	width:40px;
	height:40px;
	float:left;
	border-radius:5px
}
.menuresp .menu .user .gravatar span{
	float:left;
	padding:13px;
	font-weight:500
}
.menuresp .menu .user .logout{
	float:right;
	padding:13px
}
.menuresp .menu .user .logout a{
	padding:5px 10px;
	font-size:12px;
	border-radius:3px
}
.menuresp .menu .user a.ctgs{
	float:left;
	width:46%;
	margin:0 2%;
	text-align:center;
	padding:10px 0;
	font-weight:400;
	font-size:14px;
	border-radius:3px
}
.menuresp .menu ul.resp{
	background-color: rgb(35, 37, 43);
    background-image: linear-gradient(rgba(26, 28, 34, 0) 0%, rgba(26, 28, 34, 0.06) 6%, rgba(26, 28, 34, 0.12) 12%, rgba(26, 28, 34, 0.19) 19%, rgba(26, 28, 34, 0.26) 26%, rgba(26, 28, 34, 0.34) 34%, rgba(26, 28, 34, 0.42) 42%, rgba(26, 28, 34, 0.5) 50%, rgba(26, 28, 34, 0.58) 58%, rgba(26, 28, 34, 0.66) 66%, rgba(26, 28, 34, 0.74) 74%, rgba(26, 28, 34, 0.81) 81%, rgba(26, 28, 34, 0.88) 88%, rgba(26, 28, 34, 0.94) 94%, rgb(26, 28, 34) 100%);
    padding: 10px 0px 10px 0px;
    z-index: 3;
    top: 100%;
    left: 10px;
    right: 11px;
    border-radius: 0.75rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: absolute;
    margin-top: 5px;
	border: 1px solid rgba(255, 255, 255, 0.12);
}
.menuresp .menu ul.resp li a{
	font-size: 13px;
    line-height: 1.2rem;
    float: left;
    width: 100%;
    padding: 10px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-weight:500;
}
.menuresp .menu ul.resp li a i{
	font-size:1.2rem;
	padding:0 5px
}
.menuresp .menu ul.resp li:last-child{
	border-bottom:0
}
.menuresp .menu ul.resp li ul{
	padding-bottom: 15px;
}
.menuresp .menu ul.resp li ul li{
	font-weight:400;
	border-bottom:0
}
.menuresp .menu ul.resp li ul.sub-menu{
	float:left;
	width:100%;
	padding: 0px 10px 10px 10px;
}
.menuresp .menu ul.resp li ul.sub-menu li{
	width: calc(100% / 4);
    padding: 5px 5px;
}
.menuresp .menu ul.resp li ul.sub-menu li a{
	font-size: 12px;
    padding: 5px 0px;
    font-weight: 500;
    background: rgb(167 167 167 / 8%);
    border-radius: 5px;
    text-align: center;
}

}
.menuresp .menu ul.resp li ul.sub-menu li a:before {
    color: rgb(255 255 255 / 50%);
}
.page_user{
	padding:20px;
	margin:0;
	float:left;
	width:100%
}
.page_user header.user{
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:3px
}
.page_user header.user .box{
	padding:10px;
	float:left;
	width:100%;
	height:90px;
	position:relative
}
.page_user header.user .box .gravatar{
	float:left;
	position:absolute;
	width:70px
}
.page_user header.user .box .gravatar img{
	width:100%;
	height:auto;
	float:left
}
.page_user header.user .box .contenido{
	float:left;
	width:100%;
	padding-left:90px
}
.page_user header.user .box .contenido .name{
	float:left;
	width:calc(100% - 350px);
	padding:10px 0
}
.page_user header.user .box .contenido .name h2{
	font-size:25px;
	line-height:30px;
	font-weight:400
}
.page_user header.user .box .contenido .name p{
	font-size:14px;
	line-height:23px
}
.page_user header.user .box .contenido .info{
	float:right;
	width:350px
}
.page_user header.user .box .contenido .info span{
	width:calc(100% / 4);
	float:left;
	text-align:center;
	margin:16px 0
}
.page_user header.user .box .contenido .info span:last-child{
	border-right:0
}
.page_user header.user .box .contenido .info span b.num{
	width:100%;
	float:left;
	font-size:17px;
	line-height:20px
}
.page_user header.user .box .contenido .info span i.text{
	font-style:normal;
	font-size:13px;
	line-height:20px
}
.page_user nav.user{
	float:left;
	width:100%;
	padding:10px
}
.page_user nav.user ul li{
	float:left
}
.page_user nav.user ul li.rrt{
	float:right
}
.page_user nav.user ul li a{
	padding:10px 20px;
	float:left;
	font-size:13px;
	border-radius:3px;
	font-weight:500
}
.page_user .content{
	float:left;
	width:100%;
	padding:3px 0
}
.page_user .content .upge{
	display:none
}
.page_user .content .upge h2{
	font-size:15px;
	font-weight:500;
	float:left;
	width:100%;
	padding:15px;
	margin-bottom:20px
}
.page_user .content .upge h2 strong{
	font-weight:500
}
.page_user .content .upge h2 span.pending{
	float:right;
	font-weight:400;
	font-size:13px;
	padding:3px 0;
	cursor:pointer
}
.page_user .content .upge h2 span.pending i{
	font-style:normal;
	float:right;
	margin-left:10px;
	margin-top:-2px;
	padding:2px 5px;
	border-radius:3px;
	font-size:12px;
	font-weight:500
}
.user_edit_control{
	float:left;
	width:100%;
	margin-bottom:20px;
	margin-top:20px
}
.user_edit_control ul li{
	float:left;
	width:calc(100% / 3);
	display:table-cell;
	margin:0;
	padding:0;
	position:relative;
	vertical-align:middle
}
.user_edit_control ul li a{
	position:relative;
	text-align:center;
	float:left;
	width:100%;
	padding:17px 0;
	font-size:15px;
	font-weight:300
}
.user_edit_control ul li a.selected:before{
	border:0 solid transparent;
	content:'';
	display:block;
	height:0;
	margin-left:0;
	position:absolute;
	top:100%;
	left:50%;
	width:0;
	border-width:15px;
	margin-left:-15px
}
#message .sms{
	float:left;
	width:100%;
	margin-bottom:25px
}
#message .sms .updating{
	padding:13px 15px;
	line-height:20px
}
#message .sms .updating i{
	float:left;
	font-size:20px;
	margin-right:8px
}
#message .sms .error{
	padding:13px 15px;
	line-height:20px
}
#message .sms .error i{
	float:left;
	font-size:20px;
	margin-right:8px
}
#message .sms .sent{
	padding:13px 15px;
	line-height:20px
}
#message .sms .sent i{
	float:left;
	font-size:20px;
	margin-right:8px
}
.page_user .content .paged{
	text-align:center;
	float:left;
	width:100%;
	padding:0
}
.page_user .content .paged a.load_more{
	float:left;
	padding:10px 20px;
	cursor:pointer;
	width:100%;
	font-weight:500
}
#items_movies,#items_tvshows{
	float:left;
	width:100%
}
.page_user .content .loadingpage{
	opacity:.1
}
table.account_links{
	float:left;
	width:100%;
	margin-bottom:30px
}
table.account_links thead th{
	text-align:left;
	padding:15px;
	font-size:14px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
table.account_links thead th.status,table.account_links thead th.views{
	text-align:center
}
table.account_links tbody td{
	padding:20px 15px;
	font-size:12px;
	font-weight:400;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	line-height:15px
}
table.account_links tbody td.status,table.account_links tbody td.views{
	text-align:center
}
table.account_links tbody td i.icon{
	font-family:"Font Awesome 5 Pro";
	font-weight:900;
	font-size:17px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1
}
table.account_links tbody td a{
	font-weight:500;
	cursor:pointer
}
table.account_links tbody td img{
	float:left;
	margin-right:10px
}
#edit_link{
	float:left;
	width:100%;
	position:relative
}
#edit_link .box{
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-214px;
	z-index:103
}
#edit_link .box .form_edit{
	width:400px;
	float:left;
	padding:20px;
	position:relative
}
#edit_link .box .form_edit .cerrar{
	position:absolute;
	top:0;
	right:0;
	float:right
}
#edit_link .box .form_edit .cerrar a{
	padding:5px 15px;
	float:left;
	cursor:pointer
}
#edit_link .box .form_edit .ready{
	font-size:20px;
	float:left;
	width:100%;
	padding:15px 10px;
	padding-bottom:10px
}
#edit_link .box .form_edit .ready i{
	float:left;
	margin-right:10px;
	margin-top:-4px;
	font-size:29px
}
#edit_link .box .form_edit fieldset{
	float:left;
	width:100%;
	padding:10px 0
}
#edit_link .box .form_edit fieldset h3{
	font-size:18px;
	font-weight:400;
	padding-bottom:15px;
	float:left;
	width:100%
}
#edit_link .box .form_edit fieldset h3 i{
	float:left;
	margin-right:10px;
	margin-top:-3px;
	font-size:21px
}
#edit_link .box .form_edit fieldset select{
	width:100%;
	height:35px;
	padding:8px
}
#edit_link .box .form_edit fieldset input[type=text]{
	width:100%;
	height:35px;
	padding:8px
}
#edit_link .box .form_edit fieldset input[type=submit]{
	border:0;
	width:100%;
	padding:9px 0;
	font-weight:500;
	font-size:15px;
	border-radius:3px;
	cursor:pointer
}
.dtuser{
	float:left;
	padding:17.5px 0;
	margin-left:20px
}
.dtuser a.clicklogin i{
	font-size:24px
}
.dtuser .gravatar{
	float:left;
	padding-left:19px;
	position:relative
}
.dtuser .gravatar .image{
	float:left;
	width:auto;
	height:auto;
	position:relative
}
.dtuser .gravatar .image span{
	position:absolute;
	font-weight:500;
	font-size:12px;
	padding:2px 5px;
	top:-5px;
	right:-5px;
	border-radius:3px
}
.dtuser .gravatar img{
	float:left;
	margin:0;
	border-radius:5px
}
.login_box{
	position:fixed;
	z-index:105;
	width:400px;
	top:120px;
	left:50%;
	margin-left:-200px;
	display:none
}
.login_box .box{
	padding:20px 40px;
	float:left;
	width:100%;
	position:relative
}
.login_box .box a#c_loginbox{
	position:absolute;
	right:0;
	top:0;
	font-size:20px;
	padding:20px
}
.login_box .box h3{
	float:left;
	width:100%;
	padding:25px 0;
	padding-top:10px;
	font-size:18px;
	font-weight:500
}
.login_box .box fieldset{
	float:left;
	width:100%
}
.login_box .box fieldset.user{
	margin-bottom:-1px
}
.login_box .box fieldset.submit{
	margin:20px 0
}
.login_box .box input{
	width:100%;
	padding:5px 10px;
	height:40px
}
.login_box .box input[type=text]{
	height:45px
}
.login_box .box input[type=password]{
	height:45px
}
.login_box .box label{
	line-height:20px;
	width:100%;
	padding-top:15px;
	float:left;
	cursor:pointer
}
.login_box .box input[type=checkbox]{
	float:left;
	height:auto;
	width:auto;
	padding:0
}
.login_box .box input[type=submit]{
	cursor:pointer;
	font-weight:500;
	font-size:15px;
	padding:10px;
	height:auto;
	border:0
}
.login_box .box a.register{
	width:100%;
	float:left;
	padding:10px;
	border-radius:3px;
	font-size:13px;
	text-align:center
}
#resultado_link_form{
	float:left;
	width:100%;
	position:relative
}
#resultado_link_form .msg{
	padding:15px 20px;
	line-height:25px;
	font-size:17px;
	border-radius:5px
}
#resultado_link_form .msg i{
	font-size:25px;
	float:left;
	margin-right:10px
}
a.pteks{
	width:100%;
	text-align:center;
	float:left
}
a#update_imdb_rating{
	float:right
}
b#repimdb{
	font-weight:400
}
header.main .hbox .register_active>.search{
	width:180px
}
video.dt_player{
	max-width:100%;
	vertical-align:middle;
	display:inline-block
}
.dt_mainmeta{
	margin-bottom: 20px;
    background-color: #18181b;
    border-radius: 7px;
    float: left;
    width: 100%;
}
.dt_mainmeta nav{
	padding:10px 10px;
	padding-bottom:15px;
	float:left;
	width:100%
}
.dt_mainmeta nav h2{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 7px 8px;
}

.dt_mainmeta nav.genres{
	padding:10px 0
}
.dt_mainmeta nav.genres ul{
	overflow:hidden;
	max-height:282px;
	float:left;
	width:100%
}
.dt_mainmeta nav.genres ul li{
	float:left;
	width:100%;
	padding:10px 15px;
	margin-bottom:5px
}
.dt_mainmeta nav.genres ul li a{
	font-weight:500;
	font-size:13px
}
.dt_mainmeta nav.genres ul li a:before{
	font-size:14px;
	content:"\f22d";
	font-family:"Font Awesome 5 Pro";
	font-weight:900;
	margin-right:10px
}
.dt_mainmeta nav.genres ul li i{
	float:right;
	font-style:normal;
	font-size:11px
}
.dt_mainmeta nav.releases ul{
	overflow:hidden;
	max-height:175px;
	float:left;
	width:120%
}
.dt_mainmeta nav.releases ul li{
	float: left;
    width: calc(100% / 5);
    padding: 4px;
    margin-left: 2px;
}
.dt_mainmeta nav.releases ul li a{
	float:left;
	width:100%;
	padding:7px 0 7px;
	text-align:center;
	font-size:14px;
	font-weight:500;
}
.falsescroll{
	overflow:auto!important;
	max-height:100%!important
}
.textwidget .ads{
	text-align:center
}

header.top_imdb{
	padding:10px 0!important;
	margin-bottom:25px!important
}
header.top_imdb h1.top-imdb-h1{
	border:0!important;
	padding:0!important;
	padding-bottom:10px!important
}
.dtinfo .title{
	position:relative;
	float:left;
	width:100%
}
.dtinfo .title h4{
	float:left;
	width:100%;
	padding:13px;
	padding-bottom:10px;
	padding-right:50px;
	font-weight:500;
	font-size:14px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.dtinfo .title span.flags{
	padding:12.5px 0;
	padding-right:10px;
	position:absolute;
	right:0;
	top:0
}
.dtinfo .title span.flags .flag{
	width:12px;
	height:12px;
	margin-left:7px;
	margin-top:0;
	float:left
}
.dtinfo .metadata{
	width:100%;
	float:left;
	padding:10px 13px;
	font-size:12px
}
.dtinfo .metadata span{
	padding:5px 10px;
	float:left
}
.dtinfo .metadata span.imdb{
	padding:5px 10px;
	font-weight:500
}
.dtinfo .texto{
	padding:13px;
	float:left;
	width:100%;
	height:85px;
	line-height:20px;
	font-size:12px;
	overflow:hidden
}
.dtinfo .genres{
	float:left;
	width:100%;
	height:40px;
	padding:14px 10px
}
.dtinfo .genres .mta{
	width:100%;
	height:12px;
	float:left;
	overflow:hidden
}
.dtinfo .genres .mta a{
	float:left;
	padding:0 12px;
	font-size:12px;
	font-weight:500
}
.dtinfo .genres .mta a:last-child{
	border-right:0
}
td.cal a{
	width:100%;
	float:left;
	text-align:center;
	padding:2px 0;
	border-radius:3px;
	font-weight:500
}
#seasons .se-c .se-a{
	display:none
}
.featu{
    position: absolute;
    font-size: 12px;
    padding: 4px 4px;
    color: #fff;
    font-weight: 500;
    top: 0px;
    right: 0px;
    border-radius: 1px 2px;
    text-transform: uppercase;
    height: 19px;
}

.module .content .items .item .dfeatur{
	position:relative
}
.user_control{
	float:right;
	margin-left:0;
	margin-right:-25px
}
.user_control a{
	float:left;
	padding:18px 15px
}
.user_control a i{
	font-size:20px
}
.user_control a span{
	float:right;
	margin-left:10px;
	margin-top:6px;
	font-size:12px;
	font-weight:400
}
.user_control a.in-list span{
	font-weight:500
}
.tooltip{
	position:relative;
	display:inline-block
}
.tooltip .tooltiptext{
	display:none;
	position:absolute;
	padding:10px;
	border-radius:6px;
	z-index:1;
	opacity:0;
	transition:opacity 1s;
	font-size:11px;
	width:120px;
	text-align:center
}
.tooltip:hover .tooltiptext{
	display:block;
	opacity:1
}
.tooltip-right{
	top:13px;
	left:110%
}
.tooltip-right::after{
	content:"";
	position:absolute;
	top:50%;
	right:100%;
	margin-top:-5px;
	border-width:5px;
	border-style:solid
}
article.simple .poster .profile_control{
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-top:40%;
	display:none
}
article.simple:hover>.poster .profile_control{
	display:block;
	transition:opacity 1s
}
article.simple .poster .profile_control span{
	float:left;
	width:70%;
	margin:0 15%;
	text-align:center
}
article.simple .poster .profile_control span a{
	font-weight:500;
	font-size:11px;
	padding:10px;
	float:left;
	width:100%;
	text-transform:uppercase;
	margin:5px 0;
	border-radius:3px
}
.csearch{
	padding:25px 100px!important
}
.requests{
	float:left;
	width:100%;
	margin:0;
	padding:30px 100px;
	position:relative
}
.requests nav{
	float:left;
	width:100%;
	padding:0 10px
}
.requests nav ul{
	float:right;
	padding:0
}
.requests nav h1{
	float:left;
	font-weight:400;
	font-size:22px;
	line-height:34px
}
.requests nav h1 span{
	font-size:15px;
	margin-left:10px
}
.requests nav a.add_request{
	float:right;
	padding:10px 25px;
	margin-left:20px;
	border-radius:3px
}
.requests nav ul li{
	float:left;
	padding:0 5px
}
.requests nav ul li a{
	float:left;
	width:100%;
	text-align:center;
	font-size:13px;
	font-weight:400;
	padding:10px 15px
}
.requests nav ul li a i{
	font-style:normal;
	font-size:11px;
	padding:1px 5px;
	border-radius:3px;
	font-weight:500
}
.requests nav ul li a.active{
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px
}
.requests .content{
	float:left;
	width:100%;
	padding:20px 0
}
.requests .content .tabox{
	display:none;
	float:left;
	width:100%;
	padding:30px 0
}
.requests .content .current{
	display:block!important
}
.requests .content .items{
	float:left;
	width:100%
}
.requests .content .items .item{
	float:left;
	width:calc(100%/5);
	padding:10px
}
.requests .content .items.normal .item{
	width:calc(100%/6)
}
.requests .content .items.full .item{
	width:calc(100%/7)
}
.requests .content .items .item .box{
	width:100%;
	float:left
}
.requests .content .items .item .box .poster{
	width:100%;
	height:100%;
	float:left;
	position:relative;
	overflow:hidden;
	margin:0;
	padding-top:145%;
	cursor:pointer
}
.requests .content .items .item .box .poster span{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	width:100%;
	padding:10px;
	font-weight:500;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	visibility:hidden;
	text-align:center
}
.requests .content .items .item .box:hover>.poster span{
	visibility:initial
}
.requests .content .items .item .box .poster img{
	width:100%;
	height:auto;
	margin-top:-145%;
	position:absolute
}
.requests .content .items .item .box h3{
	float:left;
	width:100%;
	padding:15px 10px;
	font-size:16px;
	font-weight:400;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.requests .content .items .item .box .data{
	float:left;
	width:100%;
	line-height:20px;
	font-size:12px;
	padding:0
}
.requests .content .items .item .box .data span{
	font-size:17px;
	float:left;
	width:100%
}
.requests .content .items .item .box .data span a.get_content_dbmovies{
	font-size:12px;
	float:left;
	padding:10px;
	width:100%;
	text-align:center;
	cursor:pointer;
	font-weight:500
}
.requests .content .items .item .box .data span .itm-exists{
	font-size:11px;
	font-weight:500;
	text-align:center;
	padding:10px
}
.requests .content .items .item .box .data span i.icon-plus2{
	float:left;
	margin-left:5px
}
.requests .content .items .item .box .data span i.icon-check{
	float:left;
	margin-left:5px
}
.requests .discover{
	float:left;
	width:100%;
	padding:30px 0
}
.requests .discover .fixbox{
	float:left;
	width:100%;
	padding:0 10px
}
.requests .discover .fixbox .box{
	padding:0;
	float:left;
	width:100%;
	border-radius:5px
}
.requests .discover .fixbox .box form{
	position:relative;
	float:left;
	width:100%
}
.requests .discover .fixbox .box form input[type=text]{
	width:100%;
	height:60px;
	float:left;
	padding:0 20px;
	border:0;
	background:0 0;
	font-size:18px
}
.requests .discover .fixbox .box form button.filter{
	position:absolute;
	right:0;
	top:0;
	border:0;
	background:0 0;
	padding:17px;
	cursor:pointer
}
.requests .discover .fixbox .box form button.filter span{
	font-size:25px
}
.requests .hidde{
	display:none!important
}
.requests .show{
	display:block!important
}
.discover .resultinfo{
	float:left;
	width:100%;
	padding:10px
}
.discover_results .metainfo{
	font-size:30px;
	font-weight:300;
	text-align:center;
	padding:150px 0;
	float:left;
	width:100%
}

span.top-page{
	float: right;
    margin-bottom: 14px;
}
span.top-page a{
	padding: 5px 5px 5px;
    font-size: 15px;
    border-radius: 3px;
}
.dt-breadcrumb{
    float: left;
    width: 100%;
    padding: 5px 0px;
    line-height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 10px;
    box-shadow: 0 10px 15px -7px rgba(0, 0, 0, .2);
}
.breadcrumb_bottom{
	border-bottom:0!important
}

.dt-breadcrumb ol li{
	float:left;
	padding:5px 10px;
	color: #e5e7eb;
	margin-right: -10px;
}
.dt-breadcrumb ol li a{
	float:left;
	font-size:14px;
}
.dt-breadcrumb ol li span.fas{
	padding-left: 10px;
    padding-top: 1px;
    float: left;
}
.letter_home{
	float:left;
	width:100%;
	position:relative
}
.letter_home ul.glossary{
	float:left;
	width:100%
}
.letter_home ul.glossary li{
	float:left;
	width:calc(100% / 27)
}
.letter_home ul.glossary li a{
	float:left;
	width:100%;
	text-align:center;
	font-weight:400;
	padding:20px 0
}
.letter_home ul.glossary li a.active,.letter_home ul.glossary li a:hover{
	font-weight:600;
	border-bottom:solid 1px;
	padding-bottom:19px
}
.letter_home>.items_glossary{
	position:absolute;
	width:100%;
	top:55px;
	left:0;
	z-index:3;
	display:none
}
.letter_home>.show_glossary{
	display:block
}
.items_glossary .load{
	font-size:35px;
	width:100%;
	padding:90px 0;
	text-align:center
}
.items_glossary .items{
	float:left;
	width:100%;
	padding:10px
}
.items_glossary .items .item{
	width:calc(100% / 9);
	float:left;
	padding:10px
}
.items_glossary .items .item .poster{
	width:100%;
	height:100%;
	float:left;
	position:relative;
	overflow:hidden;
	margin:0;
	padding-top:140%
}
.items_glossary .items .item .poster img{
	width:100%;
	height:auto;
	margin-top:-140%;
	position:absolute
}
.items_glossary .items .item .poster .rating{
	position:absolute;
	bottom:0;
	right:0;
	padding:2px 5px;
	line-height:18px;
	font-size:11px;
	font-weight:500
}
.items_glossary .items .item .data{
	float:left;
	width:100%;
	margin-bottom:0;
	margin-top:10px
}
.items_glossary .items .item .data h3{
	font-weight:500;
	font-size:13px;
	line-height:20px;
	margin-bottom:5px;
	width:100%;
	float:left;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.items_glossary .items .item .data h3:first-letter{
	font-weight:700;
	font-size:17px
}
.items_glossary .items .item .data span{
	float:left;
	font-size:12px;
	font-weight:400
}
.full_width_layout{
	border:0!important;
	width:100%!important;
	padding:30px 45px!important;
	margin-right:0!important
}
.post_request{
	width:700px;
	height:auto;
	position:fixed;
	z-index:9;
	top:20%;
	left:50%;
	margin-left:-350px;
	display:none
}
.post_request .box_post{
	float:left;
	width:100%
}
.post_request .box_post .backdrop{
	width:100%;
	height:100%;
	float:left;
	position:relative;
	overflow:hidden;
	margin:0;
	padding-top:35%
}
.post_request .box_post .backdrop img{
	width:100%;
	height:auto;
	margin-top:-35%;
	position:absolute
}
.post_request .box_post .backdrop span{
	position:absolute;
	top:0;
	right:0;
	padding:10px 20px;
	font-size:11px;
	font-weight:500
}
.post_request .box_post .data{
	float:left;
	width:100%;
	padding:20px 40px
}
.post_request .box_post .data h3{
	font-size:22px;
	font-weight:400;
	padding-bottom:15px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	float:left;
	width:100%
}
.post_request .box_post .data p{
	font-size:13px;
	font-weight:400;
	line-height:20px;
	float:left;
	width:100%;
	padding-top:15px
}
.post_request .box_post .data p:first-letter{
	font-size:18px;
	font-weight:500
}
.post_request .box_post .load_event{
	float:left;
	width:100%;
	padding:137px 0;
	text-align:center;
	font-size:25px
}
.module .content.full_width_layout article.episodes{
	width:calc(100%/4)
}
.module .content.full_width_layout .owl-item article.episodes{
	width:100%!important
}
article.episodes span.quality{
	position:absolute;
	top:0;
	left:0;
	padding:5px 10px;
	font-size:12px;
	font-weight:500
}
.fakeplayer{
	float:left;
	width:100%;
	padding:20px;
	position:relative
}
.fakeplayer .playbox{
	display:block!important;
	overflow:hidden;
	width:100%;
	position:relative;
	background:#000;
	padding-bottom:30%;
	padding-top:25%;
	cursor:pointer
}
.fakeplayer .playbox span.quality{
	position:absolute;
	z-index:1;
	top:15px;
	right:15px;
	padding:5px 10px;
	font-size:13px;
	font-weight:500;
	border-radius:3px
}
.fakeplayer .playbox span.playbtm{
	position:absolute;
	width:60px;
	height:60px;
	top:50%;
	left:50%;
	margin-top:-30px;
	margin-left:-30px;
	z-index:1
}
.fakeplayer .playbox span.playbtm img{
	width:100%;
	height:auto;
	opacity:.5;
	transition:.3s
}
.fakeplayer .playbox:hover>span.playbtm img{
	opacity:1
}
.fakeplayer .playbox img.cover{
	position:absolute;
	-webkit-filter:blur(0) brightness(1);
	width:100%;
	bottom:0;
	left:0
}
.fakeplayer .playbox img.cover:hover{
	-webkit-filter:blur(1px) brightness(.87)
}
.fakeplayer .playbox section{
	position:absolute;
	width:100%;
	bottom:0;
	left:0
}
.fakeplayer .playbox section .progressbar{
	float:left;
	width:96%;
	margin:0 2%;
	height:5px;
	background-color:rgba(255,255,255,.28);
	position:relative
}
.fakeplayer .playbox section .progressbar::before{
	position:absolute;
	content:"";
	width:25%;
	height:5px;
	top:0;
	left:0
}
.fakeplayer .playbox section .controls{
	float:left;
	width:100%;
	margin:0;
	background-color:transparent;
	background-image:-moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
	background-image:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
	background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
	background-repeat:repeat-x;
	color:#fff;
	padding:0;
	-webkit-box-shadow:0 9px 10px -5px #000;
	box-shadow:0 9px 10px -5px #000;
	text-shadow:-1px 0 3px #000;
	overflow:hidden;
	margin-bottom:-40px;
	transition:.3s
}
.fakeplayer .playbox:hover>section .controls{
	margin-bottom:0
}
.fakeplayer .playbox section .controls .box{
	float:left;
	width:98%;
	margin:0 1%;
	line-height:40px
}
.fakeplayer .playbox section .controls .box small{
	font-size:12px;
	letter-spacing:.7px;
	font-weight:500;
	opacity:.5
}
.fakeplayer .playbox section .controls .box i{
	color:rgba(255,255,255,.8);
	font-size:20px;
	padding:10px;
	float:left
}
.fakeplayer .playbox section .controls .box i.right{
	float:right
}
.fakeplayer .playbox section .controls .box i:hover{
	color:#fff
}
.fakeplayer.bigger{
	padding:0
}
#seasons .se-c .se-q span.se-t i{
	font-size:19px
}
ul.wp-tags{
	float:left;
	width:100%;
	padding:0;
	margin-top: 13px;
	margin-bottom:-5px;
}
ul.wp-tags li{
    list-style-type:none;
	line-height:20px;
	float:left;
	margin-right:8px;
}
ul.wp-tags li a{
    padding: 3px 5px 2px;
    float: left;
    font-size: 12px;
    font-weight: 500;
    color: #d1d5dc;
    border-radius: 3px;
    background: rgb(35, 37, 43);
}

ul.wp-tags li a:hover{
	outline: 1px solid #1cc749;
    outline-offset: -1px;
}
a.report-video-error{
	float:right;
	margin-right:0px;
	margin-top:-3px;
	font-size:12px;
	padding:5px 10px;
	border-radius:3px
}
.report_modal{
	z-index:10000;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	margin-top: 180px;
	margin-left: -185px;
}
.report_modal.show{
	display:block;
	padding-left: 15px;
    padding-right: 15px;
}
.report_modal.hidde{
	display:none
}
.report_modal .box{
	position:relative;
	z-index:10001;
	width:600px;
	margin:auto;
	top:40px
}
.report_modal .box .form{
	position: relative;
    width: 100%;
    padding: 0;
    background-color: #18181b;
    border-radius: 0px;
}
.report_modal .box .form h3{
	color: #e5e7eb;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 500;
}
.report_modal .box .form h3 a.close-modal-report{
	float:right
}
.report_modal .box .form form{
	padding: 1px 20px;
}
.report_modal .box .form form fieldset{
	width:100%;
	margin-bottom:15px
}
.report_modal .box .form form fieldset:last-child{
	margin-bottom:0;
	text-align: center;
}
.report_modal .box .form form fieldset textarea{
	width: 100%;
    min-height: 80px;
    overflow: auto;
    padding: 10px 15px;
    line-height: 1.42857143;
    resize: vertical;
    border: solid 1px #000000;
    background-color: #000000;
    border-radius: 5px;
	color: #e5e7eb;
}
.report_modal .box .form form fieldset input[type=email],.report_modal .box .form form fieldset input[type=text]{
	width: 100%;
    border: solid 1px #000000;
    background-color: #000000;
    height: 35px;
    padding: 0 15px;
    color: #e5e7eb;
	border-radius: 5px;
}
.report_modal .box .form form fieldset input[type=submit]{
    border: 0;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 15px;
}
.report_modal .box .form form fieldset input[type=submit]:hover{
	color:#3f3b3b
}
.report_modal .box .form form fieldset label{
	width: 100%;
    float: left;
    padding: 17px 0 10px 40px;
    cursor: pointer;
    line-height: 23px;
    position: relative;
    border-bottom: dotted 1px #27272a;
}
.report_modal .box .form form fieldset label:last-child{
	border-bottom:0
}
.report_modal .box .form form fieldset label input[type=checkbox]{
	height:20px;
	width:20px;
	position:absolute;
	top:17px;
	left:0
}
.report_modal .box .form form fieldset label span{
	width:100%;
	float:left
}
.report_modal .box .form form fieldset label span.title{
	font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #e5e7eb;
}
.report_modal .box .form form fieldset label span.text{
	font-size: .8rem;
    color: #9ca3af;
    line-height: 20px;
    font-weight: 500;
}
#report-response-message{
	margin:0;
	padding:0
}
#report-response-message p{
	text-align:center;
	color:#111
}
#report-response-message p.success{
	padding:50px 25px;
	font-size:1.4rem
}
#report-response-message p.error{
	padding:20px;
	font-size:.9rem;
	border-bottom:solid 1px #ddd;
	background:#f7f7f7;
	font-weight:500
}
#report-video-button-field,#report-video-email-field,#report-video-message-field{
	display:none
}
.dooplay-main-slier{
	max-width:100%
}
.dooplay-main-slier .item{
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0;
	padding-top:40%;
	border-radius:5px
}
.dooplay-main-slier .item span.rating{
	background:#ffeb3b;
	border-radius:3px;
	padding:5px 10px;
	color:#000;
	font-size:16px;
	font-weight:600;
	position:absolute;
	top:15px;
	right:15px;
	z-index:9
}
.dooplay-main-slier .item .image{
	width:100%
}
.dooplay-main-slier .item .image img{
	width:100%;
	position:absolute;
	margin-top:-42%
}
.dooplay-main-slier .item .data{
	width:100%;
	float:left;
	position:absolute;
	bottom:0;
	left:0;
	padding:15px;
	background-color:transparent;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(rgba(0,0,0,0),#000);
	background-image:-webkit-linear-gradient(rgba(0,0,0,0),#000);
	background-image:linear-gradient(rgba(0,0,0,0),#000)
}
.dooplay-main-slier .item .data .text{
	float:left;
	width:100%
}
.dooplay-main-slier .item .data .text h3.title{
	color:#fff;
	font-size:25px;
	line-height:25px;
	font-weight:500;
	text-shadow:0 0 10px #000;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.dooplay-main-slier .item .data .text p.subtitle{
	color:rgb(255 255 255 / 80%);
	text-shadow:0 0 10px #000;
	line-height:20px
}
.dooplay-main-slier .item .data .text strong.year{
	color:#fff;
	line-height:20px;
	font-size:17px
}
.onloader{
	background:0 0;
	position:relative;
	min-height:150px;
	width:100%
}
.onloader:before{
	content:"";
	position:absolute;
	z-index:9999;
	top:0;
	left:0;
	width:100%;
	height:100%
}
img.lazyload{
	opacity:0
}
img.lazyloaded{
	opacity:1
}
.mCSB_draggerRail{
	display:none
}
.cookies-warning{
	position:fixed!important;
	display:flex;
	bottom:30px;
	left:50%;
	transform:translateX(-50%);
	z-index:1070
}
.cookies-warning .container-fluid{
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
.alert-cookies{
	position:relative;
	padding:1rem 1rem;
	padding-right:3.5rem;
	color:#fff;
	background-color:#1a1a1b;
	border:0;
	box-shadow:0 1px 5px 3px rgb(46 50 52 / 10%);
	border-radius:.25rem;
	font-size:13px;
	max-width:620px
}
.alert-dismissible .close{
	background:0 0;
	color:#fff;
	border:0;
	font-size:24px;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	padding:8px 15px;
	color:inherit
}
p.comment-form-cookies-consent{
	float:left;
	width:100%;
	padding:15px 0;
	line-height:20px;
	display:none;
}
h1.heading-archive{
	text-align: center;
    font-size: 22px;
    margin: 10px 0px 20px 0;
    font-weight: 700;
    color: white;
}

.trangthai {
    position: relative;
    float: left;
    padding: 5px 0;
    color: #9ca3af;
    font-weight: 500;
    margin-bottom: -13px;
    width: 100%;
}

.item-trangthai {
    font-size: 14px;
    background-color: rgb(242, 191, 131);
    color: rgb(17, 19, 25);
    border-radius: 3px;
    float: left;
    margin-top: 19px;
    font-weight: 700;
    padding: 5px 10px 4px;
    line-height: 20px;
}

.click {
    margin-left: 10px;
    color: white;
    margin-top: 1px;
    font-size: 12px;
    float: left;
}
.epseries {
    font-size: 12px;
    color: #fff;
    background-image: linear-gradient(0deg, rgba(10, 12, 15, 0.8) 0%, rgba(10, 12, 15, 0.74) 4%, rgba(10, 12, 15, 0.59) 17%, rgba(10, 12, 15, 0.4) 34%, rgba(10, 12, 15, 0.21) 55%, rgba(10, 12, 15, 0.06) 78%, rgba(10, 12, 15, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px;
	font-weight:500;
}

.epseriess {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px;
    text-shadow: 0 0 10px #000;
    font-weight: 500;
    background-image: linear-gradient(rgba(138, 127, 117, 0) 0%, rgba(138, 127, 117, 0.6) 33%, rgba(138, 127, 117, 0.85) 67%, rgb(138, 127, 117) 100%);
}

.tieudephim {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 0px;
    color: #9ca3af;
    margin-bottom: 5px;
    margin-top: -5px;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
}

.seriesphim {
    line-height: 22px;
    padding: 5px 10px 5px;
    color: #d1d5db;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: #27272a;
}

.seriesphim a {
    color: #e5e5e5;
}

.seriesphim a:hover {
    color: #d98a5e;
}

img {
    max-width: 100%;
}


.dt_wb {
    color: #d4d4d8;
    width: 100%;
    font-size: 14px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px 0px 0px;
    font-weight: 500;
}

.titlewb {
    line-height: 24px;
    font-size: 10.5px;
    margin-left: 5px;
    opacity: .6;
    color: #f5f7fa;
    font-style: italic;
    font-weight: 300;
}

.binhluan {
    width: 100%;
    float: left;
    padding: 20px 15px 20px;
    background-color: #18181b;
    margin-bottom: 20px;
    margin-top: -25px;
}
h3.binhluanfb{
	padding: 0px 0px 20px 3px;
    color: #ececec;
    font-size: 15px;
    float: left;
    width: 100%;
    margin-top: -5px;
    font-weight: 600;
}

.quocgia {
    float: left;
    padding: 5px 0;
    color: #9ca3af;
    font-weight: 400;
    margin-bottom: -17px;
    width: 94%;
    margin-top: 15px;
    font-size: 13px;
}

.quocgia span {
    font-size: 13px;
    line-height: 20px;
    padding-right: 4px;
    font-weight: 400;
    color: #fff;
}

.quocgia span.country {
    font-weight: 400;
    color: #e5e7eb;
}
.quocgia span.country a {
    color: white;
}
.quocgia span.country a:hover{
    color: rgb(28, 199, 73);
}

.serieslienquan {
    float: left;
    padding: 4px 0;
    color: #9ca3af;
    font-weight: 400;
    width: 100%;
    font-size: 13px;
    position: relative;
    top: 16px;
	z-index: 1;
    position: relative;
}

.serieslienquan span {
    font-size: 13px;
    line-height: 20px;
    padding-right: 4px;
    font-weight: 400;
    color: #fff;
}

.serieslienquan span.tvseries {
    font-weight: 400;
    color: #aaa;
}
.serieslienquan span.tvseries a {
    color: #9ca3af;
    font-weight: 500;
    background: rgba(255, 255, 255, .1);
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-left: 3px;
    font-style: italic;
}
.serieslienquan span.tvseries a:hover{
    color: white;
}

.player-warrning {
    background-color: #000;
    border-bottom: solid 1px rgba(255, 255, 255, .08);
    font-size: 13px;
    width: 100%;
    float: left;
    padding: 20px 20px;
    color: #ca8a04;
    line-height: 1.25rem;
    font-weight: 500;
}
.textplay {
    font-size: 15px;
    position: absolute;
    color: black;
    letter-spacing: .5px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #f5f6f7;
    padding: 2px;
    padding-bottom: 2px;
    padding-top: 1px;
    font-weight: 900;
	font-style: italic;
	-webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.h2404 {
    float: left;
    width: 100%;
    font-size: 5rem;
    line-height: 30px;
    margin: 0px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

h3.content {
    line-height: 28px;
    font-size: .875rem;
    margin-bottom: 8px;
    font-weight: 500;
    text-transform: uppercase;
}

h4.content {
	margin-left: 5px;
    float: left;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #e5e7eb;
    margin-top: 10px;
}


.infofilm {
    padding: 10px 0px 0px;
    float: left;
    border-top: solid 1px #27272a;
    margin-top: 10px;
}

.theloai {
    float: left;
    padding: 15px 0px 0px;
    color: #9ca3af;
    font-weight: 500;
    margin-bottom: -12px;
	width: 100%;
}

.theloai span{
    color: #a1a1aa;
    font-weight: 400;
}

.danhmuctheloai {
    color: #ddd;
    font-weight: 400;
}
.danhmuctheloai a{
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2px;
    font-size: 12px;
    line-height: 14px;
    color: rgb(236, 236, 236);
    padding: 4px 5px 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
	font-weight:500;
}

.danhmuctheloai a:hover{
    color: #fff;
	background:rgb(28, 199, 73)
}


.thongtin{
	height:20px;
	padding:5px 0;
}

.thongtin span:first-child{
	padding-left:0;
	border-left:0
}
.thongtin span{
	font-size:13px;
	float:left;
	padding:0 10px;
	font-weight:500
}

.thongtin span.star{
	color: rgb(28, 199, 73);
    font-weight: 500;
}

.thongtin span.country{
	font-weight: 500;
    color: #e5e7eb;
}

.thongtin span.country a{
	color: #e5e7eb;
}

.thongtin span.country a:hover{
    color: rgb(28, 199, 73);
}

.thongtin span.movie{
	font-weight: 400;
    color: #e5e7eb;
}

.thongtin span.movie a{
	color: #e5e7eb;
}

.thongtin span.movie a:hover{
    color: rgb(28, 199, 73);
}

.top-detail-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: 50%;
    background-size: cover;
    filter: blur(0px);
    -webkit-filter: blur(80px);
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    opacity: .1;
	height:160px;
    pointer-events: none;
}
.no-video {
    height: 0;
    padding-top: 56.25%;
    position: relative;
    font-size: 2vw;
    color: #fff;
    border-radius: 0;
    width: 100%;
    background: #151515;
    float: left;
	margin-top: 10px;
}
.no-video .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #9b9b9b;
    animation: shiver 0s linear .5s infinite;
}
.no-video #channel {
    position: absolute;
    top: 35px;
    left: 40px;
    font-size: 16px;
    font-family: "VT323",monospace;
    vertical-align: middle;
    color: #fbff68;
    animation: shiver 0s linear .5s infinite;
}

.no-video #text {
    text-align: left;
    font-weight: 200;
    font-size: 15px;
    animation: shiver 0s linear .5s infinite;
    paddingg: 20px 10px 6px;
    color: #a2a2a2;
    border-radius: 3px;
    font-weight: 500;
}

.post-number {
    position: absolute;
    left: 10px;
    font-size: 18px;
    font-weight: 800;
    z-index: 1;
    color: #fff;
    text-shadow: 0 0 10px #000;
    font-family: 'Inter', sans-serif;
    bottom: 85px;
    user-select: none;
	text-transform: uppercase;
}

.post-index {
    position: absolute;
    left: 5px;
    bottom: 25px;
    font-size: 35px;
    z-index: 10;
    font-weight: 800;
    color: rgb(25, 27, 36);
    text-shadow: rgb(255, 255, 255) -1px 0px, rgb(255, 255, 255) 0px 1px, rgb(255, 255, 255) 1px 0px, rgb(255, 255, 255) 0px -1px;
    padding: 10px;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
  padding:10px 0px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    opacity: 0.8;
}
.itemwbtitle {
    line-height: 21px;
    width: 100%;
    font-size: 0.9em;
    float: left;
    text-overflow: ellipsis;
    margin-top: 9px;
    color: rgb(170, 170, 170);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
}

.post-indexwc {
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    bottom: 4px;
}

.post-indexwc.normal {
    color: rgb(130, 131, 135);
}

.post-indexwc.highlight {
    color: rgb(28, 199, 73)
}

.h1temporadas {
    color: white;
}
.h1temporadas:hover {
    color: #1cc749;
}
.owl-theme .owl-controls {
    display: none !important;
}

.raw-ep {
	opacity: 1;
    position: relative;
}

.preview-ep {
	bottom: 0px;
    left: 0px;
    color: #000;
    font-size: 7px;
    line-height: 9px;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    border-radius: 0px 0px 3px 3px;
    background: rgba(242, 191, 131, 0.2);
}

.menu-bar {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    gap: 12px;
    padding: 10px 20px;
    background-color: rgba(15, 15, 15, .9);
}
.menu-bar::-webkit-scrollbar {
  display: none;
}
.menu-info.selected {
    color: #ececec;
    font-weight: 700;
}
.menu-info {
    display: inline-block;
    padding: 6px 6px 6px;
    font-size: 15px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 4px;
    font-weight: 400;
}
.menu-info:hover {
    color: #1cc749;
}

.no-movie-message {
    padding: 0px 5px;
    font-size: 13px;
    font-style: italic;
}

.itemss-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1200px; /* hoặc giá trị cố định nếu cần */
  margin: auto;
}

.nav_items_module {
    position: absolute;
    top: 40%;
    width: 100%;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

.nav_items_module .btnn {
    pointer-events: auto;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
	font-size: 35px;
}

.nav_items_module a.btnn:hover {
  color: #fff !important;
}

.episodios a.active {
	opacity: 1;
	color: #1cc749 !important;
}

#load-more-btn {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    background: rgb(45, 47, 52);
    border-radius: 4px;
    font-size: 14px;
    color: rgb(28, 199, 73);
    cursor: pointer;
    margin-top: 24px;
    margin-bottom: 30px;
    border: none;
}
#load-more-btn:hover {
    background: rgb(86, 87, 91);
}

.overlay {
   width: 100%;
    height: 36%;
    background-image: linear-gradient(179deg, rgba(17, 19, 25, 0) 1%, rgba(17, 19, 25, 0.05) 17%, rgba(17, 19, 25, 0.2) 31%, rgba(17, 19, 25, 0.39) 44%, rgba(17, 19, 25, 0.61) 56%, rgba(17, 19, 25, 0.8) 69%, rgba(17, 19, 25, 0.95) 83%, rgb(17, 19, 25) 99%);
    z-index: 100;
    position: absolute;
    bottom: 0px;
}

.logo a {
  font-size: 17px;
  font-weight: 800;

}

.search-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-left: auto;
    padding: 10px 12px;
}

.search-form {
  display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 300px;
    background: rgba(255, 255, 255, 0.2) !important;
}

.search-input {
    flex: 1;
    padding: 8px 60px 7px 15px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 13px;
    transition: border-color 0.3s;
    font-weight: 600;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-input:focus {
  border-color: #007bff;
}

.search-buttons {
  padding: 3px 10px;
  color: white;
  cursor: pointer;
}

.search-buttons i {
  font-size: 13px;
  font-weight: 400;
}

.search-buttons i:hover {
  color: #1cc749;
}

.posterimage {
     height: 130px;
    border-radius: 4px;
    position: absolute;
    box-shadow: inset 0 0 70px rgba(0, 0, 0, .3), 0 0 20px rgba(0, 0, 0, .5);
    right: 20px;
	z-index:1;
}

.admin-badge {
    color: #1e90ff;
    font-weight: bold;
    margin-left: 5px;
    font-size: 0.9em;
}

.binhluan-like {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    margin-top: 5px;
    user-select: none;
    transition: color 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.binhluan-like .heart-icon {
    width: 20px;
    height: 20px;
    stroke: #828387;
    fill: none;
}

.binhluan-like:hover .heart-icon {
    stroke: #1cc749;
}

.binhluan-like.liked .heart-icon {
    stroke: #1cc749;
}

.like-text {
    font-size:12px;
}
.like-count {
    font-size:12px;
}

.sboxxx{
	width: 100%;
    float: left;
    background-color: #18181b;
    padding: 0px 25px 10px 10px;
    margin-top: -10px;
}

.tabs-dexuat{
	width: 100%;
    float: left;
    background-color: #18181b;
    padding: 17px 10px 0px 12px;
    margin-bottom: 15px;
    border-radius: 0px 0px 7px 7px;
}

.tabs-comment {
    width: 100%;
    float: left;
    background-color: #18181b;
    padding: 22px 16px 20px 16px;
    margin-bottom: 15px;
    border-radius: 0px 0px 7px 7px;
}
.tabs-trailer {
    width: 100%;
    float: left;
    background-color: #18181b;
    padding: 22px 16px 20px 16px;
    margin-bottom: 15px;
    border-radius: 0px 0px 7px 7px;
}

.chonserver{
	padding: 0px 0px 10px 0px;
    font-size: 12px;
    color: #848485;
    font-weight: 500;
    line-height: 20px;
}

.see.play1 {
    position: relative;
}

.see.play1:before {
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgb(28 199 73);
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.see.play1:after {
    content: "";
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2260px%22%20height%3D%2260px%22%20viewBox%3D%220%200%2060%2060%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20fill%3D%22%231CC749%22%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22/%3E%3Cpath%20d%3D%22M35.75%2022.49L45.14%2036.59c.92%201.38.55%203.24-.83%204.16-.49.33-1.07.5-1.69.5H23.86a2.25%202.25%200%2001-2.25-2.25c0-.59.17-1.17.5-1.66l9.39-14.09a2.25%202.25%200%20013.15-.57c.29.2.55.45.75.75z%22%20fill%3D%22%23FFFFFF%22%20transform%3D%22rotate(-270%2033.25%2030)%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    z-index: 3;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: rgb(35, 37, 43);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.comment.sticky-comment {
  margin-bottom: 15px;
  position: relative;
}

.comment.sticky-comment::before {
    content: "📌";
    position: absolute;
    top: 17px;
    right: 0px;
    padding: 1px 3px;
    font-size: 11px;
    border-radius: 999px;
    color: #111;
    line-height: 1.6;
    background: #ffd875;
}

li.admin-comment > .scontent .comment-content p {
    font-weight: 400;
}

.lichchieu {
  box-sizing: border-box;
  padding: 0 12px;
  height: 44px;
  background: #23252b;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin-top: 20px;
}

.titles {
  font-weight: 500;
	font-size:13px;
}

.lichchieu-button {
  background: #1cc749;
  position: relative;
  text-align: center;
  width: 100px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lichchieu-button .icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.lichchieu-button .text {
  line-height: 30px;
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loading-tv-wrapper {
    position: relative;
    width: 100%;
    background: #0b0c10;
    min-height: 200px;
}

#dooplay_player_response:empty + .loading-tv,
.loading-tv-wrapper.is-loading .loading-tv {
    opacity: 1;
    visibility: visible;
}

@keyframes iq-glow {
    0%, 100% { opacity: 0.5; transform: scaleX(0.8); }
    50% { opacity: 1; transform: scaleX(1.2); }
}

@keyframes fadeOutIQ {
    0% { opacity: 1; visibility: visible; }
    85% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}

.loading-message {
    color: #55585d;
    font-size: 13px;
    text-align: center;
}
.text-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(0, 204, 76, 0.2);
    border-top: 3px solid #00cc4c;
    border-radius: 50%;
    animation: iq-spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes iq-spin {
    to { transform: rotate(360deg); }
}

.text-player-aspect {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    background: #0b0c10;
    overflow: hidden;
}

.loading-tv, 
#dooplay_player_response {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

.loading-tv {
    z-index: 9999;
    background: #0b0c10;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fadeOutIQ 2s forwards ease-in-out; 
    pointer-events: none;
}

.text-player {
    color: #00cc4c;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: -1px;
    display: block;
    line-height: 1;
}

.text-glow-line {
    width: 250px;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, #00cc4c, transparent);
    box-shadow: 0px 2px 10px rgba(0, 204, 76, 0.5);
    margin-bottom: 20px;
}
	

textarea.normal::-webkit-input-placeholder {
    color: #9499a9;
}
textarea.normal:-moz-placeholder {
    color: #9499a9;
}
textarea.normal::-moz-placeholder {
    color: #9499a9;
}
textarea.normal:-ms-input-placeholder {
    color: #9499a9;
}

#ms::placeholder {
    color: white;
    font-weight: 500;  
	font-size:13px;
}

.search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
	font-size:14px !important;
	font-weight:400;
	opacity: .7
}

.search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
	font-size:14px !important;
	font-weight:400;
	opacity: .7
}

.search-input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
	font-size:14px !important;
	font-weight:400;
	opacity: .7
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
	font-size:14px !important;
	font-weight:400;
	opacity: .7
}

#s::-webkit-input-placeholder {
    color: #aaa;
	font-size:13px;
}

#s::-moz-placeholder {
    font-size:14px !important;
	font-weight:400;
	opacity: .7
}

#s:-moz-placeholder {
    font-size:14px !important;
	font-weight:400;
	opacity: .7
}

#s::placeholder {
    font-size:14px !important;
	font-weight:400;
	opacity: .7
}

.line {
    position: absolute;
    right: 44px;
    top: 8px;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
}

.rating {
    color: #00d015;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 4px;
}

.slider-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .tag-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .tag-country {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    overflow: hidden;
	border-radius: 4px;
  }

  .country-name {
    background-color: #00d015;
    color: #fff;
    padding: 3px 6px;
    font-size: 11px !important;
    font-weight: 500;
  }

  .country-text {
    color: #fff;
    font-size: 11px !important;
    padding: 0 8px;
    white-space: nowrap;
  }


.meta-info {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e5e7eb;
    font-size: 13px;
}
   .meta-info .divider {
    display: inline-block;
    width: 2px; 
    height: 10px; 
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 0px; 
   }

   .meta-info .divider:first-child {
    display: none;
   }

   .info-text {
    font-weight:500;
   }

  .rating {
    color: #00d015;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: bold;
  }

  .divider {
    color: rgba(255, 255, 255, 0.3);
    font-weight: normal;
  }

.thuyetminh {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgb(28, 199, 73);
    color: black;
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 2px 4px;
    z-index: 5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.thuyetminh-featured {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgb(28, 199, 73);
    font-size: 10px;
    padding: 2px 4px;
    z-index: 5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #ffc552, #ffdd9a);
    color: #4e2d03;
    font-weight: 400;
    border-radius: 0 4px 0 4px;
}

.mieuta {
    position: relative;
    margin-top: 18px;
    font-size: 13px;
    line-height: 22px;
    color: #d1d5db;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    float: left;
}
.mieuta span {
    line-height: 23px;
}

.mieuta .label {
    color: #9ca3af;
}

.mieuta .mota {
    display: inline;
}

.toggle-mota {
    position: absolute;
    right: 0;
    bottom: 1px;
    color: #1cc749;
    font-weight: 400;
    background-color: rgb(17, 19, 25);
    padding-left: 5px;
    line-height: 22px;
    z-index: 2;
    text-decoration: none;
}

.toggle-mota::before {
    content: "";
    display: block;
    width: 45px;
    height: 22px;
    position: absolute;
    left: -45px;
    background-image: linear-gradient(90deg, rgba(17, 19, 25, 0) 0%, rgb(17, 19, 25) 100%);
}

.toggle-mota:hover {
  color: rgb(73, 210, 109);
}

.mieuta.open {
    display: block;
    -webkit-line-clamp: unset;
    max-height: none;
}

.mieuta.open .toggle-mota {
    display: block;
    right: 0;
    bottom: 1px;
    background-color: rgb(17, 19, 25);
}

.mieuta.open .toggle-mota::before {
    content: "";
    display: block;
    width: 45px;
    height: 22px;
    position: absolute;
    left: -45px;
    background-image: linear-gradient(90deg, rgba(17, 19, 25, 0) 0%, rgb(17, 19, 25) 100%);
	}

.play-title {
    display: flex;
    align-items: center;
    color: rgb(169, 169, 172) !important;
    width: 100%; 
    overflow: hidden;
    white-space: nowrap; 
}

.album-link {
    color: #ffffff;
    display: flex;
    align-items: center;
    overflow: hidden; 
}

.album-name {
    overflow: hidden;
    text-overflow: ellipsis;
	height:25px;
}

.icon-arrow {
    width: 12px;
    height: 12px;
    margin: 0px 7px;
    margin-top: 2px;
}

.album-link:hover {
    color: #1cc749
}

.actor-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.arrow {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: opacity 0.3s 
ease, visibility 0.3s 
ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.0);
}

.arrow.active {
    opacity: 1;
    visibility: visible;
}

.arrow.left {
    left: -18px;
}

.arrow.right {
    right: -33px;
}

.persons {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0px;
    width: 100%;
}

.persons::-webkit-scrollbar {
    display: none;
}

.person {
    flex: 0 0 calc(14.28% - 10px); 
    min-width: calc(14.28% - 10px);
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.person .img {
    position: relative;
    width: 100%;
    max-width: 70px;
    aspect-ratio: 1 / 1;
    margin-bottom: 8px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.person:hover .img {
    border-color: #1cc749;
}

.person .img img {
    width: 100%;
    height: 120%;
    object-fit: cover;
}

.person .data {
    padding: 0;
    width: 100%;
}

.person .data .name a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.person .data .name a:hover {
    color: #1cc749;
}

.person .caracter {
    font-size: 12px;
    color: #a9a9ac;
    width: 100%;
    font-weight: 400;
    margin-top: 3px;
    line-height: 1.3;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.button-group {
  display: flex;
  gap: 12px;
  align-items: center;
  float:left;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    padding: 8px 15px;
    font-weight: bold;
    cursor: pointer;
    height: 40px;
}

.svg-play {
    width: 24px;
    height: 24px;
    margin-left: -7px;
    position: relative;
    top: 1px;
	left:2px;
}

.btn a {
    color:white;
}
.btn .text {
  margin-left: 8px;
}

.btn-primary {
  background-color: rgb(28, 199, 73);
  color: black;
  font-size: 14px;	
}
.btn-primary:hover {
    background: rgb(73, 210, 109);
}
.btn-secondary {
  background-color: #2a2a2a;
  color: white;
  font-size:14px;
}
.btn-secondary:hover {
    background: rgb(86, 87, 91);
}
.btn-share {
  background-color: #2a2a2a;
  color: white;
  font-size:14px;
}
.btn-share:hover {
    background: rgb(86, 87, 91);
}
@media (max-width: 600px) {
  .btn-secondary .text {
    display: none;
  }
	.svg-play {
     left: 0px;
    }
	
	.btn-primary{
	margin-right: 5px;	
	height: 36px;
	padding: 8px 20px;	
	}
	
	.btn-primary .text {
	display: inline;	
    margin-left: 5px;
    }
	
	.btn-share .text {
    display: none;
  }
	
	.btn-share {
	background-color: transparent;
	padding: 8px;
    min-width: 40px;	
    color: #BCBDBE;
}
  
  .btn-secondary {
    background-color: transparent;
    padding: 8px;
    min-width: 40px;
  }

	.btn-secondary:hover {
    background-color: transparent;
	-webkit-tap-highlight-color: transparent;	
}
   .btn-share:hover {
    background-color: transparent;
   -webkit-tap-highlight-color: transparent;  
 }
}

.share-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0; top: 0;
    width: 100%; 
	height: 100%;
    align-items: center; justify-content: center;
	animation: zoomIn 0.3s ease-out;
}
@keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.share-content {
    background-color: #2b2d30;
    width: 90%; max-width: 550px;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    text-align: center;
    color: white;
	border: solid 1px rgba(255, 255, 255, .1);
}

.close-btn {
    position: absolute; right: 20px; top: 15px;
    font-size: 30px; color: #888; cursor: pointer;
}

@keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.share-title { 
	font-size: 1.2rem; 
	margin-bottom: 30px; 
	font-weight: bold; 
}

.share-icons {
    display: flex; 
	justify-content: space-around;
    gap: 10px; 
	margin-bottom: 20px;
}

.share-item { 
	text-decoration: none; 
	color: white; 
	font-size: 12px;
	width: 70px; 
}

.icon-circle {
    width: 50px; 
	height: 50px; 
	border-radius: 50%;
    margin: 0 auto 10px; 
	display: flex;
    align-items: center; 
	justify-content: center; 
	font-size: 20px;
}

.icon-circle.msn {
    background: radial-gradient(circle at 30% 100%, #00bcff 0, #00bcff 10%, #b33157 85%, #ff2919 100%);
    background: -webkit-radial-gradient(circle at 30% 100%, #00bcff 0, #00bcff 10%, #b33157 85%, #ff2919 100%);
    color: white;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    transition: transform 0.2s ease;
}

.share-item:hover .icon-circle {
    transform: scale(1.1);
}

.share-item span {
    font-size: 12px;
    color: #efefef;
    font-weight: 400;
    line-height: 1.5;
}

.fb { 
	background-color: #1877f2; 
	font-weight: bold; 
}
.x-twitter { 
	background-color: #000; 
	font-family: serif; 
}
.email { 
	background-color: #555; 
}
.link { 
	background-color: #444; 
}
.icon-circle.telegram {
    background-color: #26A5E4;
    color: white;
}

.share-note-section {
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid #3d3f43;
}

.share-note-text { 
	color: #888;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
    margin-bottom: -5px;
}

@media (max-width: 600px) {
    .share-icons {
        display: grid; 
		grid-template-columns: repeat(3, 1fr);
        row-gap: 20px;
		justify-items: center;
    }
    .share-content { 
		width: 80%; 
		padding: 20px; 
	}
	.share-modal {
    height: 70%;
    }
}

.tv-wrapper {
    background: rgb(26, 28, 34);
    padding: 15px 15px 15px 15px;
    border-radius:5px;
    float: left;
    width: 100%;
}
.episode-wrapper {
        background: rgb(26, 28, 34);
    padding: 15px 15px 15px 15px;
    border-radius: 0px 0px 5px 5px;
    float: left;
    width: 100%;
}

.list-ep {
    font-size: 15px;
    margin-bottom: 10px;
    color: white;
}

.list-note {
    font-size: 12px;
    color: #a9a9ac;
    margin-bottom: 18px;
    margin-top: 5px;
    line-height:1.6;
}

.list-note a {
    color: #a9a9ac;
	font-weight:500;
}

.list-note a:hover {
    color: #1cc749;
}

.tabs {
    display: flex;
    gap: 12px;
    background: rgb(35, 37, 43);
    border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}

.tab {
    position: relative;
    height: 35px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a9a9a;
    font-size: 15px;
}

.tab span {
    position: relative;
    z-index: 2;
	font-size:13px;
	font-weight:500;
}

.tab.active {
    color: #fff;
}

.tab-bg {
    position: absolute;
    left: -25px;
    top: 0;
    height: 100%;
    width: 100%;
}
.tab-bg svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    min-width: 100%;
}

.meta-label {
    float: left;
    padding: 4px 0;
    color: #9ca3af;
    font-weight: 400;
    width: 100%;
    font-size: 13px;
    position: relative;
    top: 16px;
}
.meta-label span {
    line-height: 20px;
    padding-right: 4px;
    font-weight: 400;
    color: #d1d5db;
}

.meta-label span.cast a {
    color: #d1d5db;
}
.meta-label span.cast a:hover{
    color: rgb(28, 199, 73);
}

.item { 
	display: flex; 
	flex-direction: column; 
}

.thumb { 
	position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
}
.thumb img { 
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
	border-radius: 4px 4px 0px 0px;
	mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
	transition: transform 0.2s ease;
}
.thumb:hover img {
    filter: brightness(0.8);
}

.info { 
    margin-top: -110px !important;
    padding: 80px 10px 10px 10px !important;
    border-radius: 0px 0px 4px 4px;
    overflow: hidden;
    pposition: relative;
}

.thumb:hover .play-wrapper {
    opacity: 1;
    visibility: visible;
}

.play-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; 
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}

.seeicon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(28, 199, 73, 0.9);
}
* Vòng tròn nền xanh */
.seeicon:before {
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #1cc749;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.seeicon:after {
    content: "";
    width: 25px;
    height: 24px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath d='M45.14 36.59L35.75 22.49c-.2-.3-.46-.55-.75-.75-1.12-.75-2.6-.45-3.37.67l-9.39 14.09c-.33.49-.5 1.07-.5 1.66 0 1.24 1.01 2.25 2.25 2.25h18.78c.62 0 1.2-.17 1.69-.5 1.38-.92 1.75-2.78.83-4.16z' fill='%23FFFFFF' transform='rotate(90 30 30)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 47%;
    left: 54%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.t1 .info {
  background:linear-gradient(to bottom, rgba(20, 51, 41, 0) 0%, rgba(20, 51, 41, 0.85) 55%, rgb(20, 51, 41) 100%);
}
.t2 .info {
  background: linear-gradient(to bottom, transparent, #1f3a3a 45%, #1f3a3a);
}
.t3 .info {
  background: linear-gradient(to bottom, transparent, #4a2636 45%, #4a2636);
}
.t4 .info {
  background: linear-gradient(to bottom, transparent, #1c2433 45%, #1c2433);
}
.t5 .info {
  background: linear-gradient(to bottom, transparent, #4a2525 45%, #4a2525);
}
.t6 .info {
  background: linear-gradient(to bottom, transparent, #281e30 45%, #281e30);
}
.t7 .info {
  background: linear-gradient(to bottom, transparent, #4a3f2a 45%, #4a3f2a);
}
.t8 .info {
  background: linear-gradient(to bottom, transparent, #4a3324 45%, #4a3324);
}
.t9 .info {
  background: linear-gradient(to bottom, transparent, #3a2a4a 45%, #3a2a4a);
}
.t10 .info {
  background: linear-gradient(to bottom, transparent, #2d2f4a 45%, #2d2f4a);
}
.t11 .info {
  background: linear-gradient(to bottom, transparent, #24304a 45%, #24304a);
}
.t12 .info {
  background: linear-gradient(to bottom, transparent, #263a4a 45%, #263a4a);
}
.t13 .info {
  background: linear-gradient(to bottom, transparent, #2a3f46 45%, #2a3f46);
}
.t14 .info {
  background: linear-gradient(to bottom, transparent, #2f3a3f 45%, #2f3a3f);
}
.t15 .info {
  background: linear-gradient(to bottom, transparent, #24352a 45%, #24352a);
}
.t16 .info {
  background: linear-gradient(to bottom, transparent, #162828 45%, #162828);
}
.t17 .info {
  background: linear-gradient(to bottom, transparent, #162826 45%, #162826);
}
.t18 .info {
  background: linear-gradient(to bottom, transparent, #16222c 45%, #16222c);
}
.t19 .info {
  background: linear-gradient(to bottom, transparent, #22162c 45%, #22162c);
}
.t20 .info {
  background: linear-gradient(to bottom, transparent, #2b2b2b 45%, #2b2b2b);
}
.t21 .info {
  background: linear-gradient(to bottom, transparent, #2c181e 45%, #2c181e);
}
.t22 .info {
  background: linear-gradient(to bottom, transparent, #2c2018 45%, #2c2018);
}
.t23 .info {
  background: linear-gradient(to bottom, transparent, #282c1a 45%, #282c1a);
}
.t24 .info {
  background: linear-gradient(to bottom, transparent, #20282c 45%, #20282c);
}
.t25 .info {
  background: linear-gradient(to bottom, transparent, #2b2b35 45%, #2b2b35);
}

.top { 
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 17px;
    font-family: SFPro-Black, SF Pro;
    z-index: 1;
    top: 4px;
    position: relative;
	text-shadow: 0 0 10px #000;
   }
.name-featured { 
    line-height: 1.3;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.name-featured a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
    font-weight: 500;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.name-featured a:hover {
	color:#fff;
}
.stat { 
    color: #fffc;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.khung-footer {
    background-color: #0a0c0f;
    color: #999999;
    padding: 25px 0 25px 0;
    border-top: solid 1px #27272a;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}

.foot-title {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}

.foot-desc {
    font-size: 13px;
	line-height: 1.7;
	margin-bottom: -2px;
}
.foot-desc a {
    color: #999999;
}
.foot-desc a:hover {
    color:#1cc749;
}

.footer-divider {
    height: 1px;
    background: #222;
    margin: 20px 0px 25px 0px;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) auto;
    gap: 30px;
    margin-bottom: 15px;
}

.footer-col h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 16px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #999999;
    text-decoration: none;
    font-size: 13px;
}

.footer-col ul li a:hover {
    color: #1cc749; 
}

.lang-selector {
    border: 1px solid #333;
    padding: 6px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #ffffff; 
	float:left;
	-webkit-tap-highlight-color: transparent;
}
.lang-selector:hover {
    color: #1cc749;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    border-top: 1px solid #222;
}

.bottom-left {
    max-width: 80%;
}

.copyright {
    font-size: 12px;
    margin-bottom: 8px;
}

.footer-notice {
    font-size: 11px;
    line-height: 1.6;
}

.footer-notice a {
    color: #999999;
    text-decoration: underline;
}

.social-links {
    display: flex;
    gap: 20px;
}

.social-links a {
    color: #ffffff; 
    font-size: 20px;
}

.social-links a:hover {
    color: #1cc749;
}

@media (max-width: 768px) {
    .khung-footer {
    padding: 25px 0 20px 0;
	border-top: solid 0px #27272a;
    }
	.container {
    padding: 0 12px;
}

    .footer-links-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
		margin-bottom: 25px;
    }

    .lang-col {
        grid-column: span 2;
        display: flex;
    }

    .footer-bottom {
        flex-direction: column-reverse;
		align-items: baseline;
    }

    .bottom-left {
        max-width: 100%;
    }

    .social-links {
        margin-bottom: 20px;
    }
}

.row-header {
    padding: 10px 5px 5px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.title-link .text {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding-right: 6px;
}

.more-link {
    display: flex;
    align-items: center;
    color: #8c8c8c;
    font-size: 14px;
}
.more-link span {
    margin-right: 5px;
}

.text-title {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding-right: 6px;
}

.arrow-svg {
    width: 7px;
    height: auto;
    display: block;
	color: #8c8c8c;
}

.more-link:hover {
    color: #fff;
}

#commentform {
    padding: 15px 10px 15px 10px;
    border-radius: 4px;
    border: solid 1px #27272a;
}

#commentform button.submit {
    padding: 8px 24px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: rgb(0, 198, 53);
    color: #141419;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
    -webkit-tap-highlight-color: transparent;
}

textarea.normal::-webkit-input-placeholder {
    color: rgb(130, 131, 135);
}
textarea.normal:-moz-placeholder {
    color: rgb(130, 131, 135);
}
textarea.normal::-moz-placeholder {
    color: rgb(130, 131, 135);
}
textarea.normal:-ms-input-placeholder {
    color: rgb(130, 131, 135);
}

#ms::placeholder {
    color: white;
    font-weight: 500;  
}


.tabss {
    display: inline-flex;
    gap: 0px;
    padding: 2px;
    border-radius: .5rem;
    background: rgba(255, 255, 255, 0.03);
    margin-top: -2px;
    margin-left: 10px;
}
.msc-tab-btn {
    padding: 6px 10px;
    border-radius: .3rem;
    border: none;
    background: transparent;
    color: #cfd1db;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.24s ease;
	-webkit-tap-highlight-color: transparent;
}
.msc-tab-btn.active {
    background: rgb(199 199 199 / 10%);
}

#reply-title:not(:empty) {
    height: auto;
    line-height: 0px;
}

.poster-lq {
    position: relative;
}
.numberep {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
	border-radius: 4px;
    padding: 0px 5px 10px;
    text-align: left;
    box-sizing: border-box;
    z-index: 2;
    background-image: linear-gradient(0deg, rgba(10, 12, 15, 0.8) 0%, rgba(10, 12, 15, 0.74) 4%, rgba(10, 12, 15, 0.59) 17%, rgba(10, 12, 15, 0.4) 34%, rgba(10, 12, 15, 0.21) 55%, rgba(10, 12, 15, 0.06) 78%, rgba(10, 12, 15, 0) 100%);
}

h3.similar {
    margin: 5px 0 25px;
    font-size: 13px;
    line-height: 14px;
    color: #8c8c8c;
    font-weight: 500;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
h3.similar:hover{
    color: rgb(28, 199, 73);
}
.no-related {
    padding: 5px 0px 30px 5px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.header-label {
    position: relative;
    height: 110px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: linear-gradient(179.5deg, rgba(17, 19, 25, 0.88) 0%, rgba(17, 19, 25, 0.89) 9%, rgba(17, 19, 25, 0.85) 17%, rgba(17, 19, 25, 0.79) 24%, rgba(17, 19, 25, 0.72) 31%, rgba(17, 19, 25, 0.64) 37%, rgba(17, 19, 25, 0.55) 44%, rgba(17, 19, 25, 0.45) 50%, rgba(17, 19, 25, 0.35) 56%, rgba(17, 19, 25, 0.26) 63%, rgba(17, 19, 25, 0.18) 69%, rgba(17, 19, 25, 0.11) 76%, rgba(17, 19, 25, 0.05) 83%, rgba(17, 19, 25, 0.01) 91%, rgba(17, 19, 25, 0) 100%);
        }

.focus-background {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url(img/label-header.png);
   background-size: cover;
   background-position: center bottom;
   z-index: 1;
   }        

   .label-gradient {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
        }

    .label-gradient .center {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(179.5deg, rgba(17, 19, 25, 0.88) 0%, rgba(17, 19, 25, 0) 100%);
        }

   .focus-wrapper {
    position: relative;
    z-index: 3;
    padding: 0 10px;
     }

   .focus-title {
    margin: 0;
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 700;
    }

   .focus-desc {
    margin-top: 12px;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    max-width: 600px;
    line-height: 20px;
    font-weight: 400;
    }

.box-tap {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px 15px 25px 15px;
    margin: 0;
    background-color: #18181b;;
    }

.server-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a9abb5;
    font-size: 13px;
    margin-bottom: 12px;
    font-weight: 500;
}

.icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.danhsachtap-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a9abb5;
    font-size: 14px;
	font-weight:400;
}

.icon-danhsachtap {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
