/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {font: 13px Verdana, Geneva, sans-serif; line-height:normal; padding:0; margin:0;        
color: #ccc; background-color:#222; height:100%; width:100%; font-weight:400;}
img {}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #ccc; text-decoration: none;}
a:hover, a:focus {color:#f48625; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:18px;}

.form-wrap {}
.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:700;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}


/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a {
padding:0 20px; display:inline-block; height:40px; line-height:40px; border-radius:2px; cursor:pointer; 
background-color:#f48625; color:#fff;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .up-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{background-color:#f8aa0c; color:#fff;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#fff; background-color:#666; border-radius:0px; -webkit-appearance: none; box-shadow:0 0 0 1px #111;}
input[type="text"]:focus {}

input::-webkit-input-placeholder {color: #ccc}
input::-moz-placeholder {color: #ccc}
input:-moz-placeholder {color: #ccc}
input:-ms-input-placeholder {color: #ccc} 

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #111; background-color:#666; color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #111; background-color:#666; color:#FFF; 
border-radius:0 0 0px 0px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.1); overflow:auto; vertical-align:top; resize:vertical;}

.img-box {overflow:hidden;position:relative;/* background-color: #CCC; */box-shadow: 5px 5px 10px 2px rgba(1,1,1,0.9);/* background: linear-gradient(to bottom, rgb(255 165 0 / 30%), rgba(255, 165, 0, 0)); */}
.img-box img {}
.img-square img {width:150%; max-width:150%; margin-left:-25%;}
.img-vert img {width:200%; max-width:200%; margin-left:-50%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .header {transition: all .3s;}
.button, .ps-link, .short-mask {transition: color .3s, background-color .3s, opacity .3s;}

.flex-row {display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display: -webkit-box; display:-webkit-flex; -webkit-flex-direction:column; -webkit-box-pack:center; -webkit-justify-content:center; 
display:flex; flex-direction:column; justify-content:center;}
.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}

.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

@font-face {
     font-style: normal;
    font-weight: normal;
}

.titles {font-family:" ";}
.nav-menu > li > a {  ; text-transform:uppercase;}
.pages {/* padding:20px; */background-color:#1E1E1E;box-shadow: 0 0 5px rgba(0,0,0,0.8);margin-top: 20px;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px;}
.center {max-width:1200px; margin:0 auto; position:relative; z-index:20;}
.header {background-color:#222; padding:0 50px; box-shadow: 0 0 5px rgba(0,0,0,0.8); position:fixed; left:0; top:0; z-index:500; width:100%;}
.header-outer {height:70px; position:relative; z-index:500;}
.sticky-hide {top:-70px;}
.sticky {top:0;}
.cont {padding:40px 0px; min-height:800px;}
.footer {max-width:1200px; margin:20px auto; position:relative; z-index:20;}

.wrap-in {position:relative; z-index:100;}
.brand-link {display:none; position:fixed; left:0; top:0; right:0; bottom:0; z-index:40; background-color:#000000;}
.brand-link img {display:block; width:100%;}
@media screen and (min-width: 760px) {
.have-brand {background-color:#222;}
.have-brand .wrap-in {background-color:#222; margin:10px auto 0 auto; max-width:auto;}
.have-brand .cont {padding:1px 1px;}
.have-brand .center {max-width:auto;}
.have-brand .brand-link {display:block;}
}


/* HEADER
----------------------------------------------- */
.logotype {display:block; float:left; height:70px; width:160px; text-indent:-8888px; overflow:hidden; 
background:url(/logo22.png) left center no-repeat; background-size:contain; margin-right:40px;}
.nav-menu > li {float:left; margin-right:20px; position:relative;}
.nav-menu > li > a {display:block; font-size:16px; height:70px; line-height:70px; color:#ccc;}
.nav-menu > li > a:hover, .nav-menu > li > a.active, .nav-menu > li.menuactive > a {box-shadow:inset 0 -3px #f48625; color:#f48625;}
.hidden-menu {background-color:#333; width:490px; top:80%; left:0; position: absolute; display:none; 
box-shadow:0 10px 10px 0 rgba(0,0,0,0.8); border-top:3px solid #f48625; border-radius:2px; padding:15px 0 15px 10px;}
.hm-col {width:33.33%; padding-right:10px; float:left;}
.hm-col a {display:block; padding:5px 10px; color:#ccc; font-size:15px}
.hm-col a:hover {background-color:#f48625; color:#fff;}

.hd-right {position:absolute; right:0; top:0; padding-top:18px; white-space:nowrap;}
.show-login {vertical-align:top; margin-left:7px; height:34px; line-height:34px; text-transform:uppercase; 
box-shadow:inset 0 -3px #ea7106; font-size:15px;}
.search-wrap {width:220px; display:inline-block; vertical-align:top;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; height:34px; line-height:34px; padding:0 4px 0 4px; border-radius:2px;
background-color:#666; color:#fff; border:0; box-shadow:inset 0 0 0 1px rgba(0,0,0,0.8),inset 2px 2px 2px 0 rgba(0,0,0,0.5);}
.search-box button {position:absolute; right:0; top:0; border-radius:0;
padding:0 !important; text-align:center; width:34px; height:34px !important; line-height:34px !important; 
color:#f48625 !important; background:transparent !important; font-size:18px;}


/* SLIDES TABS
----------------------------------------------- */
.slides-tabs {background-color:#111; color:#fff; overflow:hidden;}
.slides {float:left; height:400px; width:calc(100% - 360px); width:-webkit-calc(100% - 360px);}
.tabs-news {width:360px; height:400px; float:right; position:relative; background-color:#1e1e1e;}

.slide {height:400px;}
.sl-text {width:360px; height:100%; padding:20px; background-color:rgba(0,0,0,0.5); position:absolute; top:0; right:0;}
.sl-title {color:#f48625; font-size:18px; font-weight:700; margin-bottom:15px;}
.sl-desc {color:#FFF; line-height:20px; margin-bottom:15px;}
.sl-info {color:#CCC; line-height:20px; padding:10px; background-color:rgba(0,0,0,0.3); border:1px solid #444; margin-bottom:15px;}
.sl-info div span {font-weight:700;}
.sl-info div {overflow:hidden; max-height:60px;}
.sl-link {font-size:15px; text-transform:uppercase;}

.tabs-news .tabs-sel {background-color:#000; padding:0 10px;}
.tabs-news .tabs-sel span {display:inline-block; cursor:pointer; font-size:15px; padding:10px;}
.tabs-news .tabs-sel span.current {box-shadow:inset 0 -3px #f48625;}
.tabs-news .tabs-b {display:none; padding:20px;}
.tabs-news .tabs-b.visible {display:block;}

.news-item {margin-bottom:15px; padding-left:100px; position:relative; height:60px; 
overflow:hidden; color:#CCC; display:block; line-height:20px;}
.news-img {width:80px; height:60px; position:absolute; top:0; left:0;}
.tabs-link {display:block; text-align:center; padding:10px; background-color:#000; color:#f48625; 
font-weight:700; font-size:15px; position:absolute; left:0; bottom:0; width:100%;}
.tabs-link .fa {color:#fff; font-weight:400;}
.tabs-link:hover {background-color:#f48625; color:#fff;}


/* SECTION
----------------------------------------------- */
.share-box {padding:10px 20px; background-color:#333; box-shadow: 0 0 5px rgba(0,0,0,0.8);}
.sect {margin-bottom:20px;}
.sect-t {margin-bottom:20px;line-height:40px;padding: 10px 40px 0px 40px;}
.st-capt, .st-right, .st-tabs span {display:inline-block; vertical-align:top; padding:0 20px; border-radius:3px; 
color:#FFF; background-color:#f48625;}
.st-right:hover {background-color:#f8aa0c; color:#fff; cursor:pointer;}
.st-capt {margin-right:20px; font-size:18px;}
.st-tabs {display:inline-block; vertical-align:top;}
.st-tabs span {color:#ccc; background-color:#333; cursor:pointer;}
.st-tabs span.current {color:#fff; background-color:#333; box-shadow:inset 0 0 0 2px #f48625;}
.st-tabs span:not(.current):hover {color:#fff; background-color:#333;}
.floats {margin:0 -10px;display: flex;display: flex;flex-wrap: nowrap;overflow-x: scroll;}
.speedbar {margin-bottom:1px; color:#bbb;}
.sect-c > .fa {font-size:100px; color:#CCC; display:block; text-align:center;}


/* SHORT
----------------------------------------------- */
.short {width: 180px;float:left;position:relative;}
.short-in {position:relative;}
.short-poster {display: flex;height: 100px;border: 1px solid #f48625;justify-content: center;padding: 10px;}
.short-poster1 {height:144px; width:240px}
.short-meta {display:inline-block; border-radius:3px; position:absolute; z-index:10; font-size:10px; padding:3px 5px;}
.short-qual {right:5px; top:5px; color:#000; background-color:#666;}
.short-label {right:5px; top:30px; color:#000; background-color:#444; text-transform:uppercase;}
.short-serie {width:50px; height:50px; border-radius:50%; text-align:center; font-size:10px;
left:5px; top:5px; position:absolute; z-index:10; color:#FFF; background-color:#f48625;}
.short-serie div {font-size:12px; font-weight:700;}
.short-title {position:absolute;left:0;bottom:0;width:100%;z-index:10;padding:10px;text-align:center;color:#FFF;background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(244 134 37 / 21%) 70%);}
.short-mask {position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;padding:10px;background-color:rgba(0,0,0,0.5);opacity:0;z-index:5;}
.with-mask:hover .short-mask {opacity:1;}
.short-mask span.fa {width:60px; height:60px; border-radius:50%; text-align:center; line-height:60px; 
color:#f48625; margin:0 auto; font-size:60px; background-color:#FFF;}

.short-active {z-index:100;}
.short-text {display:none; background-color:#333; padding:20px; text-align:left;
position:absolute; left:100%; top:0; width:550px; box-shadow:0 0 20px 0 rgba(0,0,0,0.8); border-radius:2px;}
.pop-left .short-text {right:100%; left:auto;}
.short-text h1 {color:#f48625; font-size:16px; font-weight:700; margin-bottom:20px;}
.short-text .button {width:100%; text-align:center; margin-top:20px;}
.short-text .fdesc {max-height:128px; overflow:hidden;}
.short-text .flist-col {width:100%; padding-right:0; float:none;}
.short-text .db-rates {margin:0 -20px; padding:10px; background-color:#1e1e1e; list-style: none;}
.short-text .db-rates > div {margin:0 10px 0 0;}
.short-text .db-rates br {display:none;}
.nl .short-text > .fa {font-size:100px; color:#CCC; display:block; text-align:center;}
.short-text > .fa {display:none;}


/* SHORT ARTICLES
----------------------------------------------- */
.article-item {padding:20px 20px 20px 340px; background-color:#333; margin:0 10px 10px 10px; position:relative;}
.article-img {height:200px; width:300px; margin-left:-320px; float:left;}
.article-img:hover {opacity:0.7;}
.article-date {position:absolute; left:0; bottom:0; color:#fff; font-size:14px; padding:10px; 
display:inline-block; background-color:rgba(0,0,0,0.4);}
.article-text {width:100%; float:right; padding:0 0 0 20px;}
.article-title {display:block; font-weight:700; margin-bottom:10px; text-transform:uppercase; font-size:18px;}
.article-title:hover {color:#f48625; text-decoration:underline;}
.article-desc {color:#ccc; font-size:14px; line-height:22px; text-align:justify;}
.article-item .more {color:#f48625; text-decoration:underline; display:block; margin-top:10px;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {color:#CCC; line-height:18px;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size:16px; margin-bottom:15px; font-weight:700; color:#f48625;}
.site-desc p {margin-bottom:10px;}
.site-desc a {color:#f48625; text-decoration:underline;}


/* FOOTER
----------------------------------------------- */
.ft-col {width:16%;}
.ft-col:nth-child(5) {width:35%;}
.ft-col p {font-size:18px; color:#FFF; margin-bottom:10px;}
.ft-col ul a {display:inline-block; padding:5px 10px; color:#ccc;}
.ft-col ul a:before {content:"\f105"; margin-right:10px; font-family:'FontAwesome';}
.ft-col ul a:hover {background-color:#f48625; color:#fff;}
.ft-text {color:#D7D3D3; padding:7px 0 20px 0;}
.to-feed {position:relative; margin-top:10px;}
.to-feed input {background-color:#666; box-shadow:none; padding:0 120px 0 15px;}
.to-feed button {position:absolute; right:0; top:0;}
.ft-btm {padding:20px 0 0 0; margin-top:20px; width:100%; line-height:20px; border-top:1px solid #666;}
.ft-counts {width:88px; height:31px; background-color:#666;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:30px;text-align:center;padding:20px 10px;width: 100%;}
.pagi-nav {white-space:nowrap; overflow-y:hidden; overflow-x:auto; max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:32px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
min-width:32px; background-color:#333; margin:0 3px; border-radius:2px; border:0px solid #111;}
.navigation span, .pagi-nav a:hover {background-color:#f48625; color:#fff;}
.navigation span.nav_ext {background-color:#333; color:#ccc;}
.pagi-nav a:hover {background-color:#f48625; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FULL
----------------------------------------------- */
.js .ftabs .tabs-b {display:none;}
.js .ftabs .tabs-b.visible {display:block;}
.ftabs .tabs-sel {}
.ftabs .tabs-sel span, .fmeta-item {display:inline-block; padding:0 20px; line-height:34px; vertical-align:top;
font-weight:700; font-size:14px; color:#CCC;}
.ftabs .tabs-sel span.current {background-color:#f48625; color:#fff; margin-left: 70px}
.ftabs .tabs-sel span:not(.current):hover {background-color:#000; cursor:pointer;}

.fmeta-item {display:inline-block; padding:0 0 0 20px;}
.fmeta-item a {display:block; line-height:34px; font-weight:700; font-size:14px; color:#CCC;}
.fmeta-item a:hover, .fmeta-item.need-reg:hover {color:#fff; cursor:pointer;}

.ftabs {background-color:#1e1e1e;}
.fplay {background-color:#000;}
.dlevideoplayer {max-width:100% !important;}
.fctrl {padding-right:20px;}

.fmain {background-color:#333; padding:20px; margin-bottom:20px; box-shadow:0 3px 3px 0 rgba(0,0,0,0.5); }
.fleft {width:180px; -ms-flex-order:-1;-webkit-order:-1;order:-1;}
.fposter {position:relative; min-height:100px;}
.fposter img, .fposter a {width:100%; display:block;}
.fscreens {margin-top:20px;}
.fscreens a, .fscreens img {display:block; width:180px; border-radius:0px;}
.fright {width:280px;}

.fmid {width:calc(100% - 460px); width:-webkit-calc(100% - 460px); padding:0 20px;}
.fmain h1 {font-weight:700; margin-bottom:10px; font-size:18px; color:#FFF;}
.flist {}
.flist-col {width:50%; padding-right:20px; float:left;}
.flist-col li {padding:3px 0px; font-size:12px;}
.flist-col li > span:first-child {font-weight:700;}
.flist-col a {color:#f48625;}
.db-rates {margin-top:10px;}
.db-rates > div {margin-top:10px; display:inline-block; line-height:30px; font-size:14px; padding:0 10px; border-radius:2px;}
.db-rates > div:before {content:attr(data-label); display:inline-block; margin-right:5px;}
.r-kp {background-color:#f60; color:#fff}
.r-imdb {background-color:#fc0; color:#000000;}
.fdesc {margin:2px 0; font-style:italic; color:#ccc; line-height:16px; font-size:12px;}
.fdesc.slice-masked {margin-bottom:0;}
.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
background:-webkit-linear-gradient(top, rgba(51,51,51,0) 0%, #333 100%);
background:linear-gradient(to bottom, rgba(51,51,51,0) 0%, #333 100%);}
.slice-btn {margin:1px 0 15px 0;}
.slice-btn span {display:block; cursor:pointer; text-decoration:none; box-shadow:0 0 0 1px #111,2px 3px 3px 0 rgba(0,0,0,0.5); 
text-align:center; padding:10px; font-weight:700; border-radius:4px;}
.fdesc2 {margin:20px 0 0 0;}

.fr-box22 {width:80px; height:80px; text-align:center; position:relative; white-space:nowrap;}
.fr-count {position: absolute; width:80px; height:80px; border-radius: 50%; 
background-color:#444; box-shadow:inset 0 0 0 5px #1e1e1e;}
.fr-common {background-color:#f48625; color:#FFF; box-shadow:inset 0 0 0 5px #f8aa0c;}
.fr-count > div {position: absolute; left:0; top:0; z-index: 1; width: 100%; height: 100%; 
display: block; text-align: center; font-size:18px; padding-top:20px; font-weight:700;}
.fr-count > div div {font:11px Arial, Helvetica, sans-serif; margin-top:0px; font-weight:400;}
.fr-votes {display:none;}
.rate-plus, .rate-minus {cursor:pointer; width:80px; height:80px; line-height:80px; font-size:18px;overflow: hidden;
position:relative; z-index:20; color:#fff; border-radius: 50%; overflow: hidden; }
.rate-plus .fa {color:#33a42d; margin-right:5px;}
.rate-minus .fa {color:#dd4d1b; margin-right:5px;}
.rate-plus:hover, .rate-plus:hover .fa {background-color:#33a42d; color:#FFF;}
.rate-minus:hover, .rate-minus:hover .fa {background-color:#dd4d1b; color:#FFF;}
.frkl {margin:20px auto 0 auto; overflow:hidden;}



/* FULL STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {width: 100%; 
max-width:100% !important; height:450px; display:block;}
.mejs-container {max-width:100% !important;}
.full-text {color:#ccc; line-height:22px; font-size:14px;}
.full-text img:not(.emoji) {max-width:100%;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#f48625;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:16px; font-weight:700;}
.full-text p {margin-bottom:15px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}
.full-text table {width:100%; text-align:left;}
.full-text table tr td {padding:10px; border:1px solid #111; font-size:12px;}
.full-text table tr:nth-child(2n+1) {background-color:#222;} 
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#222; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#f48625;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #111; padding:0 15px 15px 15px; margin:20px 0; line-height:20px; background-color:#222;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#111; line-height:normal;}
.full-taglist {padding:20px; margin:20px -20px -20px -20px; background-color:#1e1e1e;}
.full-taglist-t {font-weight:700; display:inline; margin-right:10px;}
.full-taglist a {margin:0 0 3px 0; opacity:0.8;}
.full-taglist a:hover {opacity:1;}
.full-taglist span {margin-right:5px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.comms-title {line-height:40px; margin-bottom:20px;}
.comms-title > span {font-size:16px;}
.comms-bg {background-color:#333;}
.add-comm-form {position:relative; padding:20px; display:none;}
.ac-soc {position:absolute; right:20px; top:10px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; border-radius:0%; float:left; margin-right:10px;
background:#111 url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {font-weight:700; margin-bottom:15px; text-transform:uppercase;}
.ac-inputs input {width:49%; background-color:#666; box-shadow:0 0 0 1px #111,inset 1px 1px 3px 0 rgba(0,0,0,0.5);}
.ac-textarea textarea {height:85px;}
.ac-submit {}
.ac-textarea > br, .ac-textarea > input, .ac-textarea > label {display:none !important;}
.active .ac-textarea > br, .active .ac-textarea > input, .active .ac-textarea > label {display:inline-block !important;}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px; display:none;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input {background-color:#666;}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#1e1e1e; margin:20px 0 0 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#fff;}
.full-comms {}

.comm-item {padding:20px 20px 20px 90px;}
.comm-left {width:45px; height:45px; margin-left:-65px; float:left; border-radius:0%; 
box-shadow:0 0 0 5px #1e1e1e,0 0px 15px 0 rgba(0,0,0,0.5);}
.comm-right {width:100%; float:right; padding:10px; position:relative; background-color:#111;}

.comm-one {padding:0 80px 10px 0; position:relative; font-size:12px;}
.comm-one > span:nth-child(4) {color:#bcbcbc; float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:20px;}
.comm-author {font-weight:700;}
.comm-author a {color:#f48625; text-decoration:none;}
.rate3-comm {position:absolute; right:0; top:0; white-space:nowrap; font-size:16px;}
.rate3-comm a {cursor:pointer; height:20px; line-height:20px; display:inline-block; font-size:14px;
color:#497b41; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {color:#a03939; margin:0 0 0 5px;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:20px; line-height:20px; display:inline-block; font-size:11px; font-weight:700; vertical-align:top;}
.rate3-comm > span > span.ratingtypeplus {color: #06b601;}
.rate3-comm > span > span.ratingplus {color: #95c613;}
.rate3-comm > span > span.ratingminus {color: #ff0e0e;}
.comm-two {color:#ccc; line-height:20px; padding-bottom:0; font-size:14px;}
.signature {font:italic 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; 
border-top:1px dashed #bbb; color:#bbb;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three a {color:#bbb; text-decoration:underline;}
.comm-three li:first-child {margin-left:0px; float:left;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#333; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#1e1e1e;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px; font-weight:700;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#1e1e1e;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#f48625; color:#fff;}
.lb-menu a .fa {color:#f48625;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #111; content:""; background-color:#222; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#1e1e1e; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px;}


/* GO TOP BUTTON */
#gotop{position:fixed;width:60px;height:60px;right:10px;bottom:10px;cursor:pointer;z-index:9998;display:none; opacity:0.6; 
background-color:#000; color:#fff; font-size:18px; text-align:center; line-height:60px; border-radius:0px;}


/* Owl Carousel v2.1.0 */
.owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 100; }
.owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {position: relative; min-height: 1px; float: left;
/* -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; */}
.owl-carousel .owl-item > img {display: block; width: 100%; /* -webkit-transform-style: preserve-3d; */}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded {display: block; }
.owl-carousel.owl-loading {opacity: 0; display: block; }
.owl-carousel.owl-hidden {opacity: 0; }
.owl-carousel.owl-refresh .owl-item {display: none; }
.owl-carousel.owl-drag .owl-item {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab {cursor: move; cursor: grab; }
.owl-carousel.owl-rtl {direction: rtl; }
.owl-carousel.owl-rtl .owl-item {float: right; }
.no-js .owl-carousel {display: block; }
.owl-carousel .animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; 
-webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in {z-index: 0; }
.owl-carousel .owl-animated-out {z-index: 1; }
.owl-carousel .fadeOut {-webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
@keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
.owl-height {transition: height 500ms ease-in-out; }
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {-webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon {position: absolute; height: 80px; width: 80px; left: 50%; top: 50%;
margin-left: -40px; margin-top: -40px; cursor: pointer; z-index: 1; background-color:#FFF;
-webkit-backface-visibility: hidden; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {-webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none; }
.owl-carousel .owl-video-tn {opacity: 0; height: 100%;
background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {position: relative; z-index: 1; height: 100%; width: 100%; }

.owl-nav {position:absolute; left:0; right:0; top:50%; z-index:500; margin-top:-20px; height:1px;}
.owl-prev, .owl-next {width:40px; height:40px; position:absolute; top:0px; z-index:200;
text-align:center; line-height:40px; color:#fff; font-size:18px; box-shadow:0 0 0 2px #fff; border-radius:4px;}
.owl-prev {left:20px;}
.owl-next {right:20px;}
.owl-prev:hover, .owl-next:hover {background-color:#fff; color:#000;}
.owl-dots {text-align:left; padding:20px; position:absolute; left:0; right:0; bottom:0;}
.owl-dot {display:inline-block; vertical-align:top; width:12px; height:12px; margin:0 7px; 
border-radius:50%; background-color:#fff;}
.owl-dot.active {background-color:transparent; box-shadow: 0 0 0 2px #fff;}

.fscreens .owl-dots {text-align:center; padding:0; position:static; margin-top:10px;}
.fscreens .owl-dot {background-color:#ccc;}
.fscreens .owl-dot.active {background-color:#f48625; box-shadow: 0 0 0 2px #333;}



/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display:none;}
.side-panel {width:260px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#333; 
padding:20px; z-index:888; position:fixed; left:-260px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:887; display:none;}
.side-panel .nav-menu > li {float:none; margin-right:0;}
.side-panel .nav-menu > li > a {height:30px; line-height:30px;}
.side-panel .hidden-menu {width:100%; position: static; background-color:#444; box-shadow:none;}
.side-panel .hm-col {width:50%;}
.side-panel .hm-col a {display:block; padding:5px 10px; color:#ccc; font-size:13px;
white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.side-panel .hd-right {position:static; padding:0 0 20px 0; white-space:normal;}
.side-panel .show-login {margin:10px 0 0 0; width:100%;}
.side-panel .search-wrap {width:100%;}


@media screen and (max-width: 1220px) {
.wrap {overflow:hidden; width:100%;}
.center {max-width:1000px;}
.header .nav-menu {display:none;}
.slide img {width:120%; max-width:120%; margin-left:-10%;}
.cont {padding:20px 10px;}
.short-poster {}
.short-poster1 {height:144px; width:240px}
.st-capt, .st-right, .st-tabs span {padding:0 10px;}
.ft-col {width:32%; margin-bottom:20px;}
.ft-col:nth-child(5) {width:64%;}
.btn-menu {background-color:#f48625; color:#fff; display:block; float:left; cursor:pointer; 
width:40px; height:40px; text-align:center; line-height:40px; font-size:24px; margin-top:15px;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.slide img {width:150%; max-width:150%; margin-left:-25%;}
.st-left:not(.incat) {white-space:nowrap; overflow-y:hidden; overflow-x:auto; width:100%;}
.st-right:not(.st-filt) {display:none;}
.short {/* width:33.33%; */}
.short-poster {/* height:340px; */}
.short-poster1 {height:144px; width:240px}
.fmeta-item {font-size:12px;}
.fmid {width:100%; padding:0 0 20px 0;}
.fleft {-ms-flex-order:0;-webkit-order:0;order:0;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.slides-tabs, .share-box {display:none;}
.ft-col {width:48%;}
.ft-col:nth-child(5) {width:100%;}
.short-poster {/* height:250px; */}
.short-poster1 {height:144px; width:240px}
.logotype {width:100px; margin-right:10px;}

.fmeta {display:none;}
.ftabs .tabs-sel {white-space:nowrap; overflow-y:hidden; overflow-x:auto; width:50%;}

.comm-one > span:nth-child(1), .comments-tree-list .comments-tree-list:before {display:none;}
.comm-three {display:none;}

.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.header .hd-right {display:none;}
.st-capt {margin-right:10px; font-size:13px;}
.short-poster {/* height:240px; */}
 
.ft-copyr {width:100%; margin-bottom:10px;}
.btn-menu {float:right;}
.logotype {width:160px;}

.fleft, .fright {width:100%;}
.fposter {width:180px; margin:0 auto 20px auto;}
.fscreens {margin:0 auto 20px auto; width:180px;}

.comm-one > span:nth-child(4), .comm-one > span:nth-child(3) {display:none;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.center {max-width:100%;}
.short {/* width:50%; */}
.ft-col p {font-size:15px;}

.article-item {padding:20px;}
.article-img {display:none;}
.article-text {float:none; padding:0;}

.flist-col {width:100%; padding-right:0px; float:none;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}


    .film-verz {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 14px;
    z-index: 1;
    padding: 2px  2px 2px 2px;
    text-shadow: 0 0 2px rgb(248, 170, 12);
    background-color: black;
}
    
.film-verz a {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
    padding: 0 4px;
    padding: 2px  2px 2px 2px;
 text-shadow: 0 0 2px rgb(248, 170, 12);
border-radius: 10%;
}
    
 .film-ripz {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    font-size: 9px;
    left: 2px;
    position: absolute;
    top: 2px;
    z-index: 1;
    padding: 2px  2px 2px 2px;
    text-shadow: 0 0 2px rgb(248, 170, 12);
    border-radius: 10%;
}
.film-ripz a {
    color: #fff;
    display: block;
    font-size: 11px;
    margin-bottom: 0px;
    padding: 1px 2px;
    
    
}
    .mli-eps {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 10%;
    color: #fff;
    font-size: 10px;
    height: 32px;
    line-height: 1em;
    margin: 4px;
    padding-top: 5px 5px 5px 5px;
    position: absolute;
    right: auto;
    text-align: center;
    text-shadow: 0 0 2px rgb(248, 170, 12);
    text-transform: uppercase;
    top: 0;
    width: 35px;
        z-index: 5;

}
        
              
.mli-eps i {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin-top: 7px;
}
       
.fsTabsContainer {
    display: block;
    text-align: center;
}
#fsElementsContainer {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#fserieElementsContainer {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    margin: 1px 0 0;
    padding: 1px;
}
#fserieElementsContainer .fullsfeature ul.series-list, #fserieElementsContainer .fullscfeature ul.series-list {
    list-style: outside none square;
    margin: 1px 0 0 15px;
    padding: 0;
}
#fserieElementsContainer .fullsfeature ul.series-list li, #fserieElementsContainer .fullscfeature ul.series-list li {
    border: medium none !important;
    box-sizing: border-box;
    float: left;
    list-style: outside none square;
    margin: 0 5px;
    padding: 2px 0 2px 10px;
    width: 32%;
}
.fullsfeature {
}
#episode0#episode1#episode2, #episode3, #episode4, #episode5, #episode6, #episode7, #episode8, #episode9, #episode10, #episode11, #episode12, #episode13, #episode14, #episode15, #episode16, #episode17, #episode18, #episode19, #episode20, #episode21, #episode22, #episode23, #episode24, #episode25, #episode26, #episode27, #episode28, #episode29, #episode30, #episode31, #episode32, #episode33, #episode34, #episode35, #episode36, #episode37, #episode38, #episode39, #episode40, #episode41, #episode42, #episode43, #episode44, #episode45, #episode46, #episode47, #episode48, #episode49, #episode50, #episode51, #episode52, #episode53, #episode54, #episode55, #episode56, #episode57, #episode58, #episode59, #episode60, #ABCDE, #FGHIJK, #LMNOP, #QRSTU, #VWXYZ, #GENRE, #ANEE, #FaceCom {
    display: none;
}
.elink {
    display: block;
    overflow: hidden;
}
.elink a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
.VF-tab, .VOSTFR-tab {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 100%, rgb(207, 4, 4) 100%) repeat scroll 0 0;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 0 0 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    font: bold 16px/25px "Open Sans Condensed",sans-serif;
    height: 25px;
    padding: 4px 10px;
    text-shadow: 0 0 5px #010101 !important;
    text-transform: uppercase;
    transition: background 0.4s ease 0s, color 0.4s ease 0s;
}
.VOSTFR-tab {
    margin: 1px 0 4px 4px;
}
.VF-tab {
    margin: 1px 4px 4px 3px;
}
.series-center {
    margin: 50px 50px 50px 50px;
    overflow: hidden;
    position: relative;
    width: 650px;
}
.series-player {
    background: rgba(0, 0, 0, 0) url("../images/Playerv22.png") no-repeat scroll 0 0;
    height: 384px;
    margin:50px 50px 50px 50px;
    width: 600px;
}
.series-player .iframe-area {
    height: 360px;
    overflow: hidden;
    width: 600px;
       margin: 50px 50px 50px 50px;
    
    
}
.film-player {
    background: rgba(0, 0, 0, 0) url("../images/Playerv22.png") no-repeat scroll 0 0;
    height: 384px;
       margin: 50px 50px 50px 50px;
    width: 600px;
}
.film-player .iframe-area {
    height: 360px;
    overflow: hidden;
    width: 600px;
       margin: 50px 50px 50px 50px;
}
 
#positive-rate .positive-rating {
    width: 70px;
}
#positive-rate .negative-rating {
    width: 30px;
}
#negative-rate .positive-rating {
    width: 30px;
}
#negative-rate .negative-rating {
    width: 70px;
}
#no-rate {
    display: none;
} 
 

    a.fstabm, a.fstabm {
    border-bottom: 3px solid #333;
    color: #fff;
    display: inline-block;
    margin: 0 1px 3px;
    padding: 2px 1px 5px 0;
    text-decoration: none;
    width: 100%;
}
a.fstabm:hover, a.fstabm:hover {
    border-bottom: 3px solid #00a4ff;
    color: #fff;
}
a.fstabmm, a.fstabmm {
    border-bottom: 3px solid #00a4ff;
    color: #fff;
}
 
 
 .fdesc{margin:20px 0;color:#ccc;line-height:16px;font-size:22px;line-height:22px}.fdesc.slice-masked{margin-bottom:0}.slice{overflow:hidden;position:relative;transition:height .1s}
     .st-capt {
margin-right: 2px;
    font-size: 18px;
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 0 0 2px #f48625;
     
     }
     
 .st-right {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    border-radius: 3px;
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 0 0 2px #f48625;
}

     .st-tabs span.current {
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 0 0 1px #f48625;
}
}
     
     .pages {
    padding: 20px;
    background-color: #1e1e1e;
    box-shadow: 0 0 20px rgb(0 0 0 / 80%);
}
     .sect {
    margin-bottom: 1px;
}
     
     .kal-1xbet {
    background: rgb(237 0 0 / 98%) none repeat scroll 0 0;
    font-size: 8px;
    left: 4px;
    position: absolute;
    top: 22px;
    z-index: 1;
    padding: 1px;
    text-shadow: 0 0 2px #f8aa0c;
    border-radius: 10%;
  }		
.mobile-nav {
    display: none; 
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    height: 60px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.nav-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 0.8rem;
}

.nav-item i {
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.nav-item.active {
    color: #cdcdcd; 
}

 @media screen and (max-width: 768px) {
    .mobile-nav {
        display: block;
    }
    
         .heart {
            font-size: 30px;
            color: gray; 
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .heart.favorited {
            color: orange; 
        }

        .heart.unfavorited {
            color: red;  
        }		

 
    .short-mask span.fa {
 
    display: none;
}		
      .berrors {
    background: #3b3b3b00;
    color: #a76846;
    margin: 0 0 20px;
    padding: 10px 20px;
    box-shadow: 0 0 2px 6px rgb(255 0 0 / 19%);
    margin: 20px 1px 20px 10px;
    background-color: #25252500;
    padding: 2px 20px 20px 200px;
}
.final {
    background: #ff0000;
    font-size: 9px;
    left: 1px;
    position: absolute;
    top: 37px;
    z-index: 1;
    padding: 1px  1px 1px 1px;
    text-shadow: 0 0 2px rgb(248, 170, 12);
    border-radius: 5%;}
  .vue{display:none;justify-content:center;align-items:center;position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;padding:10px;background-color:rgba(0,0,0,.7);z-index:4}.vue i{font-size:40px;color:#fff}
}
.tit {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size:18px;
    color:#fb7a11  
                 
}
  
 .ftabs .tabs-sel span.current {
    background-color: #f48625;
    color: #fff;
    margin-left: 0;
}
.ftabs .tabs-sel span, .fmeta-item {
    color: #ccc;
    display: inline-block;
    font-size: 0px;
    font-weight: 700;
    line-height: 34px;
    padding: 1px 15px 1px 30px;
    vertical-align: top;
}
 .vue{display:none;justify-content:center;align-items:center;position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;padding:10px;background-color:rgba(0,0,0,.5);z-index:4}.vue i{font-size:40px;color:#fff}
 		
.interface-buttons {
    display: flex;
    justify-content: center; 
    gap: 10px; 
}

.interface-btn {
    cursor: pointer;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background-color: #f48625;  
    border: 1px solid #f486253b;
    border-radius: 5px;
    text-decoration: none;
    transition: transform 0.3s ease;  
    font-size: 16px;
}

.interface-btn.larger {
    padding: 12px 25px;  
    font-size: 20px; 
}

.interface-btn:hover {
    transform: scale(1.1);  
}

.interface-btn:active {
    transform: scale(1.05); 
}

.interface-btn.active {
    background-color: #d9534f;  
    color: #FFFFFF;
}
	    select {
    height: 40px;
    color: #cfcfcf;
    font-family: Arial,sans-serif;
    padding: 1px 51px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    background-color: #1f1f1f;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: background-color .3s ease;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path fill="%23FFFFFF" d="M7 10L3.5 6h7L7 10z"></path></svg>);
    background-repeat: no-repeat;
    background-position: right -5px center;
}	 
      .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size:5px;
    color:#fb7a11     
}
.mli-eps i { display: block; font-size: 14px; font-style: normal; font-weight: bold; margin-top: 1px; } .mli-eps { background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0; border-radius: 1%; color: #fff; font-size: 10px; height: 25px; line-height: 1em; margin: 2px; padding-top: 5px 5px 5px 5px; position: absolute; right: auto; text-align: center; text-transform: uppercase; top: 0; width: 30px; z-index: 5; box-shadow: inset 0 0 0 0.4px #f7f7f7; padding: 1px 4px 1px 4px; }
    
    
    .film-verz a { background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0; border-bottom-left-radius: 0; border-top-left-radius: 0; color: #fff; display: block; font-size: 10px; margin-bottom: 4px; padding: 0 4px; padding: 2px 3px 2px 3px; text-shadow: 0 0 2px rgb(248, 170, 12); border-radius: 1%; box-shadow: inset 0 0 0 0.4px #f7f7f7; background: rgb(0 0 0) none repeat scroll 0 0; } 

    
    .film-ripz {
    background: rgb(0 0 0 / 0%) none repeat scroll 0 0;
    font-size: 9px;
    left: 2px;            
    position: absolute;
    top: 2px;            
    z-index: 1;
    padding: 2px;         
    text-shadow: 0 0 2px rgb(248, 170, 12);
    border-radius: 10%;
    display: inline-block;  
}

.film-verzz {
    position: absolute;
    left: calc(10px + 4px + 1em);  
    top: 2px;
    font-size: 9px;
    z-index: 1;
    padding: 2px;
    text-shadow: 0 0 2px rgb(248, 170, 12);
    box-shadow: inset 0 0 0 0.4px #f7f7f7;
    background: rgb(0 0 0) none repeat scroll 0 0;
    display: inline-block;
}


.film-ripz a {
    color: #fff;
    display: block;
    font-size: 10px;
    margin-bottom: 0px;
    border: 1px;
    padding: 1px;        
    box-shadow: inset 0 0 0 0.4px #f7f7f7;
    background: rgb(0 0 0) none repeat scroll 0 0;
}
    
    .fa-heart-o:before { content: "\f08a"; font-size: 24px; height: 70px; line-height: 70px; } [group=5] .fdesc { margin: -25px 0px 14px 0px; color: #ccc; font-size: 22px; line-height: 23px; } [/group] .rate3-comm a { cursor: pointer; height: 24px; line-height: 20px; display: inline-block; font-size: 20px; color: #497b41; margin: 0 0px 0 0; vertical-align: top; } .ui-dialog { position: fixed !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; margin: 0; z-index: 1002; } .fa-twitter-square:before { content: "\f081"; font-size: 26px; line-height: 70px; } .button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), html input[type=button], input[type=reset], input[type=submit], .meta-fav a { padding: 0 20px; display: inline-block; border-radius: 2px; cursor: pointer; background-color: #44444442; color: #fff; } .cont { padding: 20px 0; min-height: 800px; } .text { text-transform: uppercase; font-size: 16px; margin: 0; font-family: Arial, sans-serif; color: #ccc; margin-right: 2px; margin-left: 2px; font-weight: 500; } .logo { font-size: 25px; color: orange; margin: 0; transition: transform 0.3s ease, color 0.3s ease; } .container2 { display: inline-flex; align-items: center; float: left; height: 70px; width: 140px; overflow: hidden; } .fa-play-circle3:before { content: "\f04b"; color: #ed760c; font-size: 25px; } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-5px); } } .text:hover { } .logo:hover { transform: scale(1.2); /*   */ color: blue; /*   */ } @keyframes colorChange { 0% { color: #b0b0b0; } 100% { color: #ed760c; } }
.button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), html input[type=button], input[type=reset], input[type=submit], .meta-fav a { padding: 0 20px; display: inline-block; border-radius: 2px; cursor: pointer; background-color: #00000000; color: #fff; } .search-more-results { padding: 3px; text-align: center; border-top: 2px solid #ffffff; background: #222; font-size: 15px; color: #fafafa; } .search-more-results a { color: #fff; text-decoration: none; font-weight: 500; } .search-more-results a:hover { text-decoration: underline; } .search-box button { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); background: none; border: 0; color: #666; cursor: pointer; } .suggestions { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-radius: 4px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-top: 5px; z-index: 1000; max-height: 400px; overflow-y: auto; } .search-item { display: flex; align-items: center; padding: 10px; border-bottom: 1px solid #eee; cursor: pointer; } .search-item:hover { background: #222; } .search-poster { width: 45px; height: 60px; margin-right: 15px; border-radius: 3px; overflow: hidden; } .search-poster img { width: 100%; height: 100%; object-fit: cover; } .search-info { flex: 1; } .search-title { font-weight: 500; color: #fff; margin-bottom: 3px; } .search-year { font-size: 13px; color: #666; }
.lazy-block { opacity: 0; min-height: 240px; will-change: opacity, transform; } .lazy-block::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; animation: loading 1.5s infinite; border-radius: 8px; } @keyframes loading { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } } .lazy-block[style*="opacity: 1"]::before { display: none; } .nav-menu > li > a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #f48625; transform: scaleX(0); transition: transform 0.3s ease; } .nav-menu > li > a:hover::after, .nav-menu > li > a.active::after { transform: scaleX(1); } .hidden-menu { background: #333; position: absolute; top: 100%; left: 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); } .nav-menu > li:hover .hidden-menu, .nav-menu > li:focus-within .hidden-menu { opacity: 1; visibility: visible; transform: translateY(0); } .side-panel { background: rgba(51, 51, 51, 0.98); backdrop-filter: blur(10px); transform: translateX(-100%); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); } .side-panel.active { transform: translateX(0); } 
      .kal-1xbet {
        background: rgb(237 0 0 / 98%) none repeat scroll 0 0;
        font-size: 8px;
        left: 4px;
        position: absolute;
        top: 22px;
        z-index: 1;
        padding: 1px;
        text-shadow: 0 0 2px #f8aa0c;
        border-radius: 10%;
      }

    .mli-eps i { display: block; font-size: 14px; font-style: normal; font-weight: bold; margin-top: 1px; } 
    .mli-eps { background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0; border-radius: 1%; color: #fff; font-size: 10px; height: 25px; line-height: 1em; margin: 2px; padding-top: 5px 5px 5px 5px; position: absolute; right: auto; text-align: center; text-transform: uppercase; top: 0; width: 30px; z-index: 5; box-shadow: inset 0 0 0 0.4px #f7f7f7; padding: 1px 4px 1px 4px; }
    
    
    .film-verz a { background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0; border-bottom-left-radius: 0; border-top-left-radius: 0; color: #fff; display: block; font-size: 10px; margin-bottom: 4px; padding: 0 4px; padding: 2px 3px 2px 3px; text-shadow: 0 0 2px rgb(248, 170, 12); border-radius: 1%; box-shadow: inset 0 0 0 0.4px #f7f7f7; background: rgb(0 0 0) none repeat scroll 0 0; } 

    
    .film-ripz {
    background: rgb(0 0 0 / 0%) none repeat scroll 0 0;
    font-size: 9px;
    left: 2px;            
    position: absolute;
    top: 2px;            
    z-index: 1;
    padding: 2px;         
    text-shadow: 0 0 2px rgb(248, 170, 12);
    border-radius: 10%;
    display: inline-block;  
}

.film-verzz {
    position: absolute;
    left: calc(10px + 4px + 1em);  
    top: 2px;
    font-size: 9px;
    z-index: 1;
    padding: 2px;
    text-shadow: 0 0 2px rgb(248, 170, 12);
    box-shadow: inset 0 0 0 0.4px #f7f7f7;
    background: rgb(0 0 0) none repeat scroll 0 0;
    display: inline-block;
}


.film-ripz a {
    color: #fff;
    display: block;
    font-size: 10px;
    margin-bottom: 0px;
    border: 1px;
    padding: 1px;        
    box-shadow: inset 0 0 0 0.4px #f7f7f7;
    background: rgb(0 0 0) none repeat scroll 0 0;
}
    
    .fa-heart-o:before { content: "\f08a"; font-size: 24px; height: 70px; line-height: 70px; } .fdesc { margin: -25px 0px 14px 0px; color: #ccc; font-size: 22px; line-height: 23px; } .rate3-comm a { cursor: pointer; height: 24px; line-height: 20px; display: inline-block; font-size: 20px; color: #497b41; margin: 0 0px 0 0; vertical-align: top; } .ui-dialog { position: fixed !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; margin: 0; z-index: 1002; } .fa-twitter-square:before { content: "\f081"; font-size: 26px; line-height: 70px; } .button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), html input[type=button], input[type=reset], input[type=submit], .meta-fav a { padding: 0 20px; display: inline-block; border-radius: 2px; cursor: pointer; background-color: #44444442; color: #fff; } .cont { padding: 20px 0; min-height: 800px; } .text { text-transform: uppercase; font-size: 16px; margin: 0; font-family: Arial, sans-serif; color: #ccc; margin-right: 2px; margin-left: 2px; font-weight: 500; } .logo { font-size: 25px; color: orange; margin: 0; transition: transform 0.3s ease, color 0.3s ease; } .container2 { display: inline-flex; align-items: center; float: left; height: 70px; width: 140px; overflow: hidden; } .fa-play-circle3:before { content: "\f04b"; color: #ed760c; font-size: 25px; } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-5px); } } .text:hover { } .logo:hover { transform: scale(1.2); /*   */ color: blue; /*   */ } @keyframes colorChange { 0% { color: #b0b0b0; } 100% { color: #ed760c; } } 
      .button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), html input[type=button], input[type=reset], input[type=submit], .meta-fav a { padding: 0 20px; display: inline-block; border-radius: 2px; cursor: pointer; background-color: #00000000; color: #fff; } .search-more-results { padding: 3px; text-align: center; border-top: 2px solid #ffffff; background: #222; font-size: 15px; color: #fafafa; } .search-more-results a { color: #fff; text-decoration: none; font-weight: 500; } .search-more-results a:hover { text-decoration: underline; } .search-box button { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); background: none; border: 0; color: #666; cursor: pointer; } .suggestions { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-radius: 4px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-top: 5px; z-index: 1000; max-height: 400px; overflow-y: auto; } .search-item { display: flex; align-items: center; padding: 10px; border-bottom: 1px solid #eee; cursor: pointer; } .search-item:hover { background: #222; } .search-poster { width: 45px; height: 60px; margin-right: 15px; border-radius: 3px; overflow: hidden; } .search-poster img { width: 100%; height: 100%; object-fit: cover; } .search-info { flex: 1; } .search-title { font-weight: 500; color: #fff; margin-bottom: 3px; } .search-year { font-size: 13px; color: #666; }
.lazy-block { opacity: 0; min-height: 240px; will-change: opacity, transform; } .lazy-block::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; animation: loading 1.5s infinite; border-radius: 8px; } @keyframes loading { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } } .lazy-block[style*="opacity: 1"]::before { display: none; } .nav-menu > li > a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #f48625; transform: scaleX(0); transition: transform 0.3s ease; } .nav-menu > li > a:hover::after, .nav-menu > li > a.active::after { transform: scaleX(1); } .hidden-menu { background: #333; position: absolute; top: 100%; left: 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); } .nav-menu > li:hover .hidden-menu, .nav-menu > li:focus-within .hidden-menu { opacity: 1; visibility: visible; transform: translateY(0); } .side-panel { background: rgba(51, 51, 51, 0.98); backdrop-filter: blur(10px); transform: translateX(-100%); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); } .side-panel.active { transform: translateX(0); } 
 .st-capt {
margin-right: 2px;
    font-size: 18px;
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 0 0 2px #f48625;
     
     }
     
 .st-right {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    border-radius: 3px;
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 0 0 2px #f48625;
}

     .st-tabs span.current {
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 0 0 1px #f48625;
}
}
     
     .pages {
    padding: 20px;
    background-color: #1e1e1e;
    box-shadow: 0 0 20px rgb(0 0 0 / 80%);
}
     .sect {
    margin-bottom: 1px;
}
     
     .kal-1xbet {
    background: rgb(237 0 0 / 98%) none repeat scroll 0 0;
    font-size: 8px;
    left: 4px;
    position: absolute;
    top: 22px;
    z-index: 1;
    padding: 1px;
    text-shadow: 0 0 2px #f8aa0c;
    border-radius: 10%;
  }
 .fa-pencil:before {
    content: "\f040";
    font-size: ;
    font-size: 20px;
}
@media screen and (max-width: 960px) {
.floats {
    margin: 0 -10px;
}
}
    #main-player .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ff6600;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 1002; 
    display: none; 
}
     .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 60px 90px;
    border-color: transparent transparent transparent #ff6600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

 @media screen and (max-width: 1024px) {
    .play-button {
        border-width: 40px 0 40px 60px;
    }
}

 @media screen and (max-width: 768px) {
    .play-button {
        border-width: 40px 0 40px 60px;
    }
}

 @media screen and (max-width: 480px) {
    .play-button {
        border-width: 40px 0 40px 60px;
        top: 45%;
        left: 55%;
    }
}

 @media screen and (max-width: 320px) {
    .play-button {
        border-width: 40px 0 40px 60px;
                top: 45%;
        left: 55%;
    }
}

 @media screen and (max-height: 500px) {
    .play-button {
        border-width: 40px 0 40px 60px;
    }
}
        
        .play-button:hover {
            transform: translate(-50%, -50%) scale(1.1);
        }
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

    
    #main-player .close-btn {
    position: absolute;
    top: 1px;
    left: 1px; 
    width: 25px;
    height: 25px;
    background-color: #2e2e2e;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    border-radius: 10%;
    cursor: pointer;
    z-index: 1001;
    display: none;
    transition: background-color .3s ease;
    box-shadow: 0 0 4px 2px #000000b8;
    }

    #main-player.fixed-player .close-btn {
        display: block; 
    }

    #main-player .close-btn:hover,
    #main-player .close-btn:focus {
        background-color: #433800;  
    }
    
    @media (max-width: 768px) {
        #main-player.fixed-player {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 250px;
            z-index: 1000;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
        }

        #main-player.fixed-player iframe {
            width: 100%;
            height: 100%;
        }
    }

    @media (min-width: 769px) {
        #main-player.fixed-player {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 400px;  
            height: 170px; 
            z-index: 10000;
            box-shadow: 0 0 15px rgb(0 0 0);
        }

        #main-player.fixed-player iframe {
            width: 100%;
            height: 100%;
        }
    }
 
    #player-container {
        border-radius: 8px;
        height: 100%;
        position: relative;
        max-width: 100%;
        margin: 0 auto;
    }
    #main-player {
        width: 100%;
        height: 100%;
        background-color: #1d1d1d;
        box-shadow: 0 0 20px rgb(0 0 0 / 80%);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #play-button {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 60px 0 60px 90px;
        border-color: transparent transparent transparent #ff6600;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
    #main-player:hover #play-button,
    #main-player:focus #play-button {
        transform: scale(1.2);
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.1); }
        100% { transform: scale(1); }
    }
    #video-iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
    #player-options {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 50px;
        position: absolute;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 20px rgb(0 0 0 / 80%);
        padding: 5px;
    }
    .player-option {
        position: relative;
        padding: 10px 15px;
        background-color: #3a3a3a;
        border: none;
        color: white;
        cursor: pointer;
        border-radius: 4px;
        width: 100px;
        text-align: center;
        flex-shrink: 0;
    }
    .player-option.active {
        border-bottom: 3px solid #f48625;
    }
    .version-dropdown {
        display: none;
        position: absolute;
        bottom: 100%;
        left: 0;
        background-color: #000;
        border-radius: 4px 4px 0 0;
        width: 100%;
        z-index: 10;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    }
    .version-option {
         cursor: pointer;
        text-align: center;
            border: 1px solid #5151516b;
    }
    .version-option:hover,
    .version-option:focus {
        background-color: #4a4a4a;
    }
    @media (max-width: 768px) {
        #player-container {
            height: auto;
        }
        #player-options {
            position: static;
            justify-content: flex-start;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none; 
            -ms-overflow-style: none;
            padding: 5px;
            gap: 0;
        }
        #player-options::-webkit-scrollbar {
            display: none;
        }
        .player-option {
            flex: 0 0 auto;
            margin-right: 0;  
            padding: 1px 0px;
        }
        .version-dropdown {
            position: absolute;
            top: 100%;
            bottom: auto;
            border-radius: 0 0 4px 4px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }
    }
    .customDiv {
        height: 70px !important;
        width: auto;
    }

    @media screen and (max-width: 768px) {
        .customDiv {
            height: 20px !important;
        }
    }
.close-custom {
    color: white;
    background-color: #f48625;
    border-radius: 50%;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1002;
}

.close-custom:hover,
.close-custom:focus {
    background-color: #ff7043;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

#openModalBtnCustom {
    cursor: pointer;
    position: fixed;
     display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 999;
    position: relative;
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #f486253b;
    border-radius: 1px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 2px;
}

#openModalBtnCustom::before {
    content: '▶';
    font-size: 20px;
    margin-right: 10px;
    color: #f48625;
    transition: color 0.3s ease;
}

#openModalBtnCustom::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f48625;
    transition: left 0.7s ease;
    z-index: 0;
}

#openModalBtnCustom:hover::after {
    left: 0;
}

#openModalBtnCustom span {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

#openModalBtnCustom .initial-text {
    color: #FFFFFF;
}

#openModalBtnCustom .filled-text {
    position: absolute;
    opacity: 0;
    color: #FFFFFF;
    transition: opacity 0.3s ease;
}

#openModalBtnCustom:hover .initial-text {
    opacity: 0;
}

#openModalBtnCustom:hover .filled-text {
    opacity: 1;
}

#openModalBtnCustom:hover {
    transform: scale(1.1);
}

#openModalBtnCustom:hover::before {
    color: #FFFFFF;
}

#openModalBtnCustom:active {
    transform: scale(1.05);
}

.modal-custom {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.90);
}

.modal-content-custom {
    background-color: transparent;
    margin: 0;
    padding: 20px;
    border: none;
    width: 90%;
    height: 70vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 .overall_content .container .right-side.movie-view .movie-players {
    float: left;
    width: 100%;
     padding: 10px 10px;
    background-color: #000000;
    box-shadow: -1px 0px 11px 6px rgb(0 0 0 / 80%);
}
          #comments::placeholder {
            color: #888;
            font-style: italic;
            font-size: 22px;
            opacity: 1;
        }

         #comments.placeholder-active {
            color: #8888884a;
            font-style: italic;
            font-size: 22px;
        }
                            .rate-minus .fa {
    color: #dd4d1b;
    margin-right: 5px;
    font-size: 30px;
}
    .rate-minus:hover, .rate-minus:hover .fa {
    color: #fff0;
        
}
                            
.rate-plus .fa {
    color: #33a42d;
    margin-right: 5px;
    font-size: 28px;
}
 .rate-plus, .rate-minus {
    cursor: pointer;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    z-index: 20;
    color: rgb(0 0 255 / 0%);;
    border-radius: 50%;
    overflow: hidden;
}
                          
    .rate-plus:hover, .rate-plus:hover .fa {
    
      width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    z-index: 20;
    color: rgb(0 0 255 / 0%);;
    border-radius: 50%;
    overflow: hidden;
       } 
        .rate-plus .fa {
    color: #33a42d;
    margin-right: 5px;
}
.downloadContainer {
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 19px;
    user-select: none;
    position: relative;
    overflow: hidden;  
    padding: 10px;
    text-align: right; 
}

.downloadContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f48625;
    transition: left 1.7s ease;  
    z-index: 0;
}
.downloadContainer:hover::before {
    left: 0;
}

.downloadContainer p {
    position: relative;
    z-index: 1; 
    margin: 0;  
    transition: opacity 1.3s ease;
}

.downloadContainer:hover p {
    opacity: 1; 
}

.downloadContainer span {
    position: relative;
    z-index: 1; 
}

#downloadOptions {
    display: none;
    margin-top: 20px;
}

.option {
    display: block;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #f48625;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden; 
}

.option::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f48625;
    transition: left 1.7s ease;  
    z-index: 0;
}

.option:hover::before {
    left: 0;
}

.option span {
    position: relative;
    z-index: 1; 
}

.option:hover {
    color: #ffffff; 
}

        .fposter img, .fposter a {
    width: 100%;
    display: block;
    /* box-shadow: 5px 10px 20px 3px rgba(1,1,1,.9); */
}
    .ftabs .tabs-sel {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
        
}
       .ftabs {
    background-color: #000000;
}
 .banner {
  position: relative;
}

.banner {
  width: 300px;
  height: 100px;
  padding: 20px;

  position: absolute;
  top: 100px;
  left: 50%;

  margin: -70px 0 0 -170px;
}
    
 
.fmain {
    background-color: #1d1d1d;
    padding: 12px;
    margin-bottom: 20px;
    box-shadow: 0 3px 3px 0 rgb(0 0 0);
    box-shadow: 0 0 20px rgb(0 0 0 / 80%);
    padding-top: 40px;
}
  
.overall_content .container .right-side.movie-view .suggestions .title {
	float: left;
	width: 100%;
	font-size: .85em;
	font-weight: 600;
	color: #463586;
	position: relative;
	padding: 0 15px 15px;
}
 
 
 

.overall_content .container .right-side.movie-view .overlay-pub {
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 20px 0;
}

.overall_content .container .right-side.movie-view .movie-players {
	    float: left;
    width: 100%;
    display: none;
        padding: 10px 10px;
}  
 
       @media screen and (max-width: 1220px)
.cont {
    padding: 1px 1px;
}
       .fr-count {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #1d1d1d;
    box-shadow: inset 0 0 0 1px #ffffff1c;
           
}
.fr-count>div {
 
    font-size: 28px;
 
}
       
              
.center {  
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
       
       
           .slice-masked:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
    pointer-events: none;
    background: -webkit-linear-gradient(top,rgba(51,51,51,0) 0%,#333 100%);
    background: linear-gradient(to bottom,rgba(51,51,51,0) 0%,#1d1d1d 100%);
}  
   
 .comm-item {
    box-shadow: 0 0 20px rgb(0 0 0 / 80%);
    margin: 20px 1px 1px 10px;
    background-color: #25252500;
    padding: 20px 20px 20px 90px;
}
       .afficher-btn {
    padding: 4px 8px;
    background-color: #f48625;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    font-size: 16px;
 
}
.afficher-btn:focus {
    outline: none;
    border-color: #0056b3;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
       
         .button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), html input[type=button], input[type=reset], input[type=submit], .meta-fav a {
    padding: 0 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #0000;
     vertical-align: top;
    margin-left: 0px;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 14px;
}
            .itemqq {
 font-size: 15px;
 
}
                .pages {
    background-color: #1e1e1e6b;
    box-shadow: 0 0 20px rgb(0 0 0 / 80%);
    /* margin: 20px 1px 1px 10px; */
}
          .comm-right {
    width: 100%;
    float: right;
    padding: 10px;
    position: relative;
    background-color: #1111115c;
}
          
          .comms-bg {
    background-color: #3330;
}
          
 
 
#topcomms .comm-item {
    box-shadow: 0 0 20px rgb(97 97 97 / 80%);
    margin: 20px 1px 50px  10px;
    background-color: #25252500;
    padding: 20px 20px 20px 90px;
}

 .ac-inputs input {
    width: 49%;
    background-color: #6660;
    box-shadow: 0 0 0 1px #fff, inset 1px 1px 3px 0 rgba(0, 0, 0, .5);
}
textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #111;
    background-color: #66666630;
    color: #fff;
    border-radius: 0 0 0 0;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .1);
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    
    }
    
    div[novot] {
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
    color: #497b41;
    margin: 0 5px 0 0;
    vertical-align: top;
}                 
.thumbnail {
    width: 160px;
    height: 240px;
    cursor: pointer;
    transition: transform 0.3s;
}

.thumbnail:hover {
    transform: scale(1.1);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 60%;
    max-width: 450px;
    height: auto;
    max-height: 90%;
    overflow: hidden;
    top: 15%;
 }

.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.poster {
    perspective: 900px;
    width: 100%;
    /* height: auto; */
    transition: transform 0.5s;
    overflow: hidden;
    height: 100px;
    border: 1px solid #f48625;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.poster img {
    width: 100%;
    height: auto;
    display: block;
    transform-style: preserve-3d;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

::-webkit-scrollbar-track {
    background: #f48625;
    background-color: #000
}

::-webkit-scrollbar-thumb {
    background: #f48625
}

::-webkit-scrollbar-thumb:hover {
    background: #f48625
}
.carousel-wrapper {
    display: flex;
    align-items: center;
     /* Supprime l’espace inutile */
    position: relative;
    padding: 0 0px 20px 0;
}

.sect-c {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    flex: 1;
    /* padding: 5px; */
    margin: 0 40px; /* Ajoute de l’espace sur les côtés pour éviter l’écrasement */
}

/* Positionne les flèches sans écraser les éléments */
.scroll-btn {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* Placement des flèches */
.scroll-btn.left {
    left: 0;
}

.scroll-btn.right {
    right: 0;
}
.sect-c {
    will-change: scroll-position;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    gap: 10px;
}

.sect-c > * {
    will-change: transform; /* Aide à éviter les artefacts visuels */
}
.cat-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 0 0px 20px 0;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 5px 20px 5px;
}