/* 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 {display: block;}
body { font: 14px/20px 'Open Sans', Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;        
color: #2a2a2a; background-color:#000; height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #2a2a2a; text-decoration: none;}
a:hover, a:focus {color:#d11919; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:600; font-size:18px;}

.comments-items a {color: #d11919; text-decoration: none;}
.comments-items a:hover, a:focus {color:#d50707; text-decoration: underline;}
   
.form-wrap {margin:0; background-color:#fff; padding-top:20px;}
.sub-title h1 {margin-bottom:15px; font-size:24px;}
.pm-page, .search-page, .static-page, .tags-page {}

hr{border:1px solid;margin-top:10px;margin-bottom:10px}

/* Scrollbar */
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {border-radius: 3px;}
::-webkit-scrollbar-thumb {background: #d11919; border-radius: 3px;}
::-webkit-scrollbar-thumb:hover {background: #b30000; }
/* Scrollbar */

/*--- SET ---*/
.button, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn), html input[type="button"], input[type="reset"], input[type="submit"] {
padding: 10px 20px; color:#fff; display:inline-block; background-color:#d11919;border-radius:5px; cursor:pointer;transition: .3s;}
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,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover 
{background-color:#e14444; color:#fff;transition: .3s;}
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;}
.carousel__button {background: transparent !important;}
.fancybox__caption {display:none}

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

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 #e3e3e3; background-color:#FFF;}
#catlist{height:250px}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#FFF; 
border-radius:0 0 6px 6px; 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;}
.img-box img {width:100%; min-height:100%;}
.square-img img {display:block; width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.nowrapcd {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;position:absolute;width:205px;}
button, .show-login {transition: all .3s;}
a, .mov-mask {transition: color .3s, background-color .3s, opacity .3s;}

.flex-row {display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display:flex; flex-direction:column; justify-content:center;}
.ic-l span.fa {margin-right:10px;}
.ic-r span.fa {margin-left:10px;}
.ps-link {cursor:pointer;}


/* BASIC GRID
----------------------------------------------- */
.wrap {height:auto; width:100%; min-width:320px; position:relative; padding-top:200px; 
background:url(../images/bg00.webp) center top fixed no-repeat; background-size:100% auto;}
.center {width:100%; min-width:320px; max-width:1264px; margin:0 auto; position:relative; z-index:200;} 
.main {background-color:white; box-shadow:0 0 20px 0 rgba(0,0,0,0.3); border-top:5px solid #d11919;}
.header {position:relative; height:100px;padding:20px 360px 20px 300px; background: #fff url(../images/bg.webp) right top no-repeat; }
.cols {padding:20px 0 20px 260px;background: white;}
.sidebar {float:left; width:260px; margin-left:-260px;}
.content {float:right; width:100%; min-height:800px; padding:20px 30px;background: #F2F2F2;border-radius: 5px 0 0 5px;}
.footer {background-color:#222; color:#FFF; padding:20px; position:relative; border:10px solid #d11919; border-top:0; border-bottom:0;}
.brand-link {display:block; position:absolute; left:0; top:0; right:0; bottom:0; z-index:40;}


/* HEADER
----------------------------------------------- */
.logotype {height:100px; width:260px; display:block; position:absolute; left:0; top:0; 
background:url(../images/logo.webp) left center no-repeat; overflow:hidden; text-indent:-1000px; background-size:contain;}
.show-login {cursor:pointer; width:60px; height:60px; line-height:60px; text-align:center; border-radius:50%; 
position:absolute; right:20px; top:20px; background-color:#d11919; color:#FFF; font-size:18px;}
.show-login:hover {transform:rotate(360deg);}
.search-box {}
.search-inner {width:100%; position:relative;}
.search-inner input, .search-inner input:focus {width:100%; height:60px; line-height:60px; padding:0 60px 0 20px; 
font-size:18px; font-weight:300;}
.search-box button {position:absolute; right:0; top:0; border-radius:0; font-size:18px;
padding:0; text-align:center; width:60px; height:60px; line-height:60px; color:#000 !important; background:transparent !important;}
.share-box {width:230px; height:32px; position:absolute; top:36px; right:90px;}
.share-box a {width:27px; height:32px; margin:0 5px 0 0; display:inline-block; border-radius:4px;}
.share-box a:hover {opacity:0.7;}
.fav00 {width:230px; height:50px; position:absolute; top:25px; right:80px;}
.fav00 a {width:27px; height:32px; margin:0 5px 0 0; display:inline-block; border-radius:4px;}
.fav00 a:hover {opacity:0.7;}

/* SECTION TOP
----------------------------------------------- */
.main-title {line-height:50px; margin-bottom:20px;}
.main-title h1, .main-title h2, .main-title h3 {float:left; font-size:24px; font-weight:400; 
white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:70%;}
.sorter {display:inline-block; float:right; position:relative;
padding:0 20px; line-height:50px; background-color:#fff; border-radius:5px; box-shadow:2px 2px 2px 0 rgba(0,0,0,0.1);}
.sorter:before {content:attr(data-label); float:left; padding:0 10px 0 0; cursor:pointer;}
.sorter > i {font-size:10px;}
.sorter form {display:none; background-color:#fff; padding:10px 15px; line-height:24px; box-shadow:0 0 15px 0 rgba(0,0,0,0.2); 
border-radius:4px; position:absolute; right:0; top:100%; width:220px; z-index:999;}
.sorter a:hover {text-decoration:underline;}
.sorter a {color:#2a2a2a; display:block; margin-bottom:10px;}
.sort li.asc a:after, .sort li.desc a:after {content:"\f063"; font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
display: inline-block; margin-left:10px;}
.sort li.desc a:after {content:"\f062"}
.grid-select {display:inline-block; float:right; margin-right:10px; line-height:50px;}
.grid-select > span {display:block; height:50px; width:50px; text-align:center; 
float:left; margin-right:10px; font-size:24px; cursor:pointer;border-radius: 5px;}
.grid-select > span:hover, .grid-select > span.current {color:#fff; background-color:#888;}


/* SHORTSTORY
----------------------------------------------- */
.floaters {margin:20px -20px;}
.mov {float:left; width:21%; margin:0 2% 40px 2%;transition: transform .2s;}
.mov:hover{transform: scale(1.03);}
.mov-i {height:280px; border-bottom:5px solid #d11919; box-shadow:0 15px 10px -10px rgba(0,0,0,0.5);border-radius: 5px;}
.mov-t {margin:15px 0 7px 0; display:block; font-size:16px; font-weight:600;}
.mov-c {font-size:12px; color:#6a6a6a;}
.mov-cd {font-size:12px; color:#515151;}
.grid-list .mov-cd {display:none;}
.mov-m {top:10px; right:0; display:inline-block; background-color:#d11919; color:#fff; 
padding:0 5px; line-height:28px; height:29px; font-size:12px; position:absolute;}
.mov-m:before {position:absolute; right:100%; top:0; content:""; height:1px; border: 14px solid #d11919; border-left-color: transparent; border-right-width: 5px;}
.mov-mask {position:absolute; left:0; top:0; width:100%; height:100%; text-align:center; padding:20px; 
background-color:rgba(0,0,0,0.5); color:#FFF; font-size:36px; opacity:0;}
.mov:hover .mov-mask {opacity:1;}
.mov-mask span.fa {width:80px; height:80px; border-radius:50%; text-align:center; line-height:80px; 
box-shadow:inset 0 0 0 2px #fff; margin:0 auto; padding-left:3px;}
.rate-f {height:40px; background-color: #000; border-radius: 0 0 10px 10px;}
.rate3 span[id*="vote-num"], .rate3 span[id*="ratig-layer"] {display:none;}
.pluss, .minuss {cursor:pointer; padding:0 10px; line-height:40px; width:50%; float:left; 
color:#71ce3f; text-align:center;}
.minuss {color:#cf3e3e;}
.rate-f span.fa {font-size:18px; margin-right:10px;}
.pluss:hover {color:#FFF; background-color:#028c19;}
.minuss:hover {background-color:#c1050a; color:#fff;}
.mov-r {position:absolute; left:0; bottom:0; width:100%; height:40px; background-color:rgba(0,0,0,0.7);}
.mov-r span.fa {font-size:16px; margin-right:10px;}
.movie-lines {margin-bottom:10px;}
.movie-lines li {padding:0 0 5px 130px; font-size:13px;}
.movie-lines li:after {content: ""; display: table; clear: both;}
.ml-label {margin-left:-130px; max-width:110px; float:left; display:inline-block; color:#6a6a6a;}
.ml-desc {width:100%; float:right;}
.movie-lines a {color:#d11919;}
.movie-desc {}
.mov-i .full-tools {position:absolute; right:auto; left:0; top:10px; font-size:16px; z-index:100; 
padding:5px 10px; background-color:rgba(0, 0, 0, 0.69)}
.mov-i .full-tools a {color:#fff;}
.movie-text {display:none;}
.grid-list {margin:0px 0 !important;}
.grid-list .mov {position:relative; float:none; margin:0 0 40px 0; padding-left:220px; width:100%;}
.grid-list .mov-i {float:left; width:200px; margin-left:-220px; height:280px;}
.grid-list .movie-text {width:100%; float:right; padding-top:60px; display:block;}
.grid-list .mov-t {margin:0; position:absolute; left:220px; right:0; top:0;}
.grid-list .mov-c {position:absolute; left:220px; right:0; top:30px;}

/* SIDEBAR
----------------------------------------------- */
.side-b {margin-bottom:30px;}
.side-t {font-size:18px; font-weight:700; padding:0 0 0 30px; line-height:50px;}
.side-c {padding:0 5px 0 15px; font-size: 16px;}
.side-cfeatured{padding: 20px 10px 0 10px;font-size: 16px;}
.nav ul li {width:47%; display:inline-block;}
.nav a {display:block; padding:5px 0;}
.nav a:hover {text-decoration:underline;}
.decor {position:relative;}
.decor:after {left:0; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute;
border-color: rgba(204, 51, 0, 0); border-left-color: #d11919; border-width: 20px; margin-top: -20px;}
.mov-side {width:47%; display:inline-block; margin-bottom:20px; vertical-align:top;}
.mov-side-img {height:140px; margin-bottom:10px;border-radius: 5px;}
.mov-side-title {height:35px; overflow:hidden; text-align:center; font-size:12px;}
.mov-side:hover .mov-side-title {text-decoration:underline;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {padding:40px 20px; background-color:#fff;font-size: 18px;}
.site-desc h1, .site-desc h2 {font-size:22px;font-weight:700;line-height:3;}
.site-desc h3 {font-size:20px;font-weight:700;line-height:2.5;}
.site-desc h4 {font-size:18px;font-weight:700;line-height:2.5;}
.site-desc h1 span, .site-desc h2 span, .site-desc h3 span {color:#d11919;}
.site-desc p {line-height:1.6;margin-bottom:10px;}
.site-desc b {font-weight:600;}
.site-desc a {color:#d11919;}
.site-desc ul {list-style: disc;padding-left: 35px;line-height: 1.5;}
.site-desc ol {list-style: decimal;padding-left: 35px;line-height: 1.5;}


/* FOOTER
----------------------------------------------- */
.bot-menu {padding-right:250px;}
.bot-menu li {display:inline-block; margin:0 20px 20px 0;}
.bot-menu a {display:block; color:#fff;}
.bot-text {padding-right:120px; min-height:30px;}
.bot-text, .bot-text a {color:#e3e3e3; font-size:12px;}
.bot-text a, .bot-menu a:hover {text-decoration:underline;}
.footer .share-box {right:10px; top:17px;}
.count {display:inline-block; width:88px; height:31px; background-color:#000; position:absolute; right:20px; top:60px;}


/* FULLSTORY
----------------------------------------------- */
.full-wrap {padding-top:8px;}
.full {position:relative;}
.full-title {margin-bottom:5px;}
.full-title h1 {font-size:26px; font-weight:700;}
.titlereason{margin-bottom:5px;}
.orig-name {margin:5px 0 0 0; color:#888; text-transform:uppercase;}

.cols-mov {padding:20px 20px 20px 270px; background-color:#FFF; box-shadow:2px 0px 2px 0 rgba(0,0,0,0.1);border-radius:5px 5px 0 0;}
.col-mov-left {width:250px; margin-left:-250px; float:left;}
.col-mov-right {width:100%; float:right; padding-left:20px; position:relative;}
.full-tools {position:absolute; right:0; top:-10px; font-size:24px; z-index:888;}
.full-tools a {margin-left:0px; display:inline-block; vertical-align:top; color:#d11919;}
.rates {margin-bottom:20px;}
.rates > div {display:inline-block; margin-right:20px; line-height:30px;}
.rates > div:before {content:attr(data-label); display:inline-block; padding:0 10px; margin-right:10px;}
.r-kp:before {box-shadow:inset 0 0 0 1px #f60;}
.r-imdb:before {box-shadow:inset 0 0 0 1px #fc0;}
.mov-list {margin-bottom:5px;font-size: 16px;}
.mov-list li {padding:0 0 15px 140px; position:relative;display: flex;align-items: center;}
.mov-list li:after {content: ""; display: table; clear: both;}
.mov-list li:before {content: ""; position:absolute; left:140px; width:10px; height:10px; border-radius:50%; 
background-color:#e3e3e3;}
.mov-label {margin-left:-140px; width:140px; float:left; padding-right:10px; text-transform:uppercase; font-weight:600; font-size:14px;}
.mov-desc {width:100%; float:right; padding-left:30px;}
.mov-list a {color:#d11919; text-decoration:underline;}
.mov-list a:hover {text-decoration:none;}
.mov-desc-text {margin-bottom:20px;font-size:20px!important;line-height: 1.4;border-radius:0 0 5px 5px;}
.mov-desc-text b{font-weight:600!important;}
.mov-desc-text h2{font-size:26px!important;font-weight:700!important;}
.mov-desc-text h3{font-size:24px!important;font-weight:700!important;}
.mov-desc-text h4{font-size:22px!important;font-weight:700!important;}
.slice {position:relative; overflow:hidden;}
.slice:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
background:-moz-linear-gradient(top, rgba(242,242,242,0) 0%, #f2f2f2 100%);
background:-webkit-linear-gradient(top, rgba(242,242,242,0) 0%, #f2f2f2 100%);
background:linear-gradient(to bottom, rgba(242,242,242,0) 0%, #f2f2f2 100%);}
.slice-btn {position: absolute;z-index: 2;bottom: 0px;left: 0px;right: 0px;text-align: left;display: flex;justify-content: center;}
.slice-btn span {display:inline-block; padding:2px 15px; line-height:30px; 
cursor:pointer;border:2px solid #d11919;text-transform:uppercase;border-radius: 5px;background: white;transition-duration: 0.6s;}
.slice-btn span:hover{background: #d11919;border:2px solid #ffffff;color:#ffffff}
.mov-img {position:relative;}
.mov-img img {display:block; width:100%; min-height:345px;border-radius: 5px 5px 0 0;}

.tabsbox {margin-bottom:20px; position:relative;}
.tabs-sel {margin-bottom:20px;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;}
.tabs-sel span, .mov-compl a {display:inline-block; cursor:pointer; margin-right:15px;
padding:0 20px; line-height:50px; background-color:#fff; border-radius:5px; box-shadow:2px 2px 2px 0 rgba(0,0,0,0.1);margin-top: 10px;}
.reportc a{background-color:#d11919;color:white;}
.reportc a:hover{background-color:black;}
.tabs-sel span.current {background-color:#d11919; color:#fff;}
.js .tabs-b {display:none;}
.js .tabs-b.visible {display:block;border-radius: 5px 5px 0 0;}
.tabsbox .video-box {background-color:#fff; box-shadow:2px 2px 2px 0 rgba(0,0,0,0.1); padding:20px;border-radius: 5px 5px 0 0;}
.tabsbox .video-box img {border-radius: 5px}
.mov-compl {position:inherit; right:-15px; top:0;float: right;font-weight: 600;font-size: 18px;}

.sub-text {margin-bottom:20px;}
.sub-text span {font-size:70px; color:#888; float:left; margin:0 20px 10px 0;}

.rel-title {font-size:24px; font-weight:600; margin-bottom:20px;}
.tcarusel {height:440px; overflow:hidden; position:relative;margin-bottom: 10px;}
.tcarusel .tcarusel-scroll {position: relative; width: 100000px;}
.tcarusel-item {width:200px; margin:0 40px 0 0;transition: transform .2s;}
.tcarusel-item:hover{transform: scale(1.03);}
.tcarusel-next, .tcarusel-prev {display:inline-block; font-size:18px; position:absolute; top:10px; right:0; cursor:pointer;}
.tcarusel-prev {right:40px;}
.tcarusel-next:hover, .tcarusel-prev:hover {color:#d11919;}
.poradnik {margin-bottom: 10px;position: relative;display: flow-root;}

/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {width: 100%; max-width:100% !important;}
.mejs-container {max-width:100% !important;}
.full-text {background: white;padding: 20px 20px}
.full-text img:not(.emoji) {max-width:100%; border:5px solid #e3e3e3;}
.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:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:20px 0; font-size:18px;}
.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 #ccc; font-size:12px; }
.full-text table tr:nth-child(2n+1) {background-color:#f6f6f6;} 
.full-text table img {display:block; margin:0; border:0; max-width:350px}

.full-text20 {background: white;padding: 20px 20px;box-shadow: 2px 0px 2px 0 rgba(0,0,0,0.1);border-top: 2px solid rgba(0,0,0,0.1);}
.full-text20 img:not(.emoji) {max-width:100%; border:5px solid #e3e3e3;}
.full-text20 > img[style*="left"], .full-text20 > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text20 > img[style*="right"], .full-text20 > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text20 a {text-decoration:underline; color:#d11919;}
.full-text20 a:hover {text-decoration:none;}
.full-text20 h2, .full-text20 h3, .full-text20 h4, .full-text20 h5 {margin:20px 0; font-size:18px;}
.full-text20 p {margin-bottom:15px;}
.full-text20 ul, .full-text20 ol {margin:0;}
.full-text20 ul li {list-style:disc; margin-left:40px;}
.full-text20 ol li {list-style:decimal; margin-left:40px;}
.full-text20 table {width:100%; text-align:left;}
.full-text20 table tr td {padding:10px; border:1px solid #ccc; font-size:12px; }
.full-text20 table tr:nth-child(2n+1) {background-color:#f6f6f6;} 
.full-text20 table img {display:block; margin:0; border:0; max-width:350px}

.attach {line-height:40px; background-color:#f5f5f5; 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:#0297dc;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:20px 0; line-height:20px; background-color:#FFF;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist {margin:20px 0; font-size:12px;}
.full-taglist-t { margin-bottom:5px; font-weight:700;}
.full-taglist a {margin:0 0 3px 0; color:#06c}
.full-taglist span {margin-right:5px;}


.static-page{background-color:white;padding:20px 20px 40px 20px;border-radius:5px}
.static-page h1{font-size:26px;font-weight:600;margin-bottom:0px;}
.static-page a{font-weight:600;color:#d11919;transition:.3s;text-decoration:none;}
.static-page a:hover{color:#e14444;transition:.3s;text-decoration:underline;}
.static-page p{font-size:16px}
.static-page ul{font-size:16px;}
.static-page li{line-height:2;}
.static-page .title_spoiler{font-size:16px}
.static-page .full-text img{border:none!important;}
.static-page .attach .download-link{background:#d11919;transition:.3s;}
.static-page .attach .download-link:hover{background:#e14444;transition:.3s;}
.datastaic{font-size:14px;margin-bottom:30px;}
/* COMMENTS
----------------------------------------------- */
.full-comms {}
.add-commbtn + form #add-comm-form {display:none; margin:20px 0;border-radius: 5px;}
.add-comm-form {margin-top:20px; background-color:#fff; box-shadow:2px 2px 2px 0 rgba(0,0,0,0.1); padding:20px 20px 10px 140px; position:relative;}
.ac-av {width:80px; height:80px; border-radius:50%; position:absolute; top:20px; left:30px; 
background:#CCC url(../dleimages/noavatar.webp) no-repeat; background-size:contain;}
.ac-title {font-weight:700; margin-bottom:10px; font-size:16px;}
.ac-inputs input {width:49%; float:left;}
.ac-inputs input:last-child {float:right;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}
.ac-textarea textarea {height:85px;}
.ac-submit {position:absolute; top:120px; left:0; width:140px; text-align:center;}
.sec-answer + .sec-label {margin-top:10px;}
.add-com-but + form #addcform {display:none; margin:20px 0;}
.ac-protect {margin-top:-10px;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.add-comm-form .login-social {position:absolute; right:17px; top:10px;}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f0f0f0; margin:20px 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#06c;}

.comments-items {margin:20px 0;padding:10px;}

.pm-page .comm-item{margin-bottom:20px;background-color: white;padding: 15px;border-radius: 15px;}
.pm-page .comm-body a{color:#d11919}
.pm-page .comm-body b{font-weight:600;}
.comm-item {margin-bottom:20px;}
.comm-one {position:relative; height:40px;}
.comm-one > div {height:100%; float:left; margin-right:20px; line-height:20px;}
.comm-one:before {content:""; width:8px; height:8px; position:absolute; left:-2px; bottom:0;
background-color:#ccc; border-radius:50%;}
.status-online:before {background-color:#3C0;}
.comm-av {width:40px; border-radius:50%;}
.comm-author, .comm-author a {color:#d11919; text-transform:none;}
.comm-author a:hover {text-decoration:underline;}
.comm-date, .comm-num {font-size:12px; color:#888;}
.comm-one > div.comm-ratebox {float:right; margin-right:0;}
.comm-two {background-color: #f3f3f3;padding: 10px;border-radius: 5px; margin:10px 0;color: black;font-weight: 400;font-size: 16px;word-break: break-word;}
.comm-two iframe{padding: 0 4vw 0 3vw;}
.comm-two ul {list-style: disc;padding: 10px 0 10px 30px;}
.comm-two ol {list-style: decimal;padding: 10px 0 10px 30px;}
.signature {font:italic 11px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; border-top:1px dashed #7e7e7e;}
.comm-three ul {text-align:right; text-transform:uppercase;}
.comm-three ul li {margin-left:5px; display:inline-block;}
.comm-three li:first-child, .comm-three li.comm-q {float:left; margin-left:0; margin-right:10px;}
.comm-three ul li a {font-size:10px;color:black;}
.comm-three ul li span.fa {margin-right:10px; color:#888;}
.comm-three a:hover {text-decoration:underline;}
.comments-tree-list .comments-tree-list {}
.comm-rate {background-color:#f5f5f5; background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 100%); 
border-radius:4px; overflow:hidden; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2); height:24px; line-height:24px; 
position:relative; padding:0 30px; text-align:center;}
.comm-rate a {display:block; color:#fff; background-color:#7db625; width:24px; height:24px; 
position:absolute; top:0; left:0px; line-height:24px; font-size:12px;}
.comm-rate a:nth-child(2) {background-color:#cd3560; left:auto; right:0;}
.comm-rate a:hover {opacity:0.7;}
.comm-rate > span > span.ratingzero {color: #444444;}
.comm-rate > span > span.ratingtypeplus {color: #06b601;}
.comm-rate > span > span.ratingplus {color: #95c613;}
.comm-rate > span > span.ratingminus {color: #ff0e0e;}

.lcomm .comm-av {margin-right:10px;}
.lcomm .comm-author, .lcomm .comm-group {width:150px; font-size:12px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.lcomm .comm-two {background-color:transparent; padding:0; font-size:12px; margin-bottom:0;}


/* LOGIN
----------------------------------------------- */
.login-box {padding:20px; background-color:#fff; display:none;}
.login-input {margin-bottom:20px;}
.login-button button {display:block; text-align:center; font-size:18px; width:100%; height:40px;}
.login-button button:hover {}
.login-checkbox {font-size:12px; margin:10px 0; color:#888;}
.login-checkbox input {display:none;}
.login-checkbox input + label:before {width:10px; height:10px; margin-right:5px; cursor:pointer; position:relative; top:2px;
border-radius:3px; border:1px solid #ccc; content:""; background-color:#f6f6f6; display:inline-block;}
.login-checkbox input:checked + label:before { background-color:#c9282d;}
.login-links {text-align:center; line-height:30px;}
.login-links a {float:left; text-decoration:underline;}
.login-links a:last-child {float:right;}
.login-links a:hover {text-decoration:none;}
.login-social {text-align:center;}
.login-social:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:10px;}
.login-social a {display:inline-block; margin:0 3px 10px 3px;}
.login-social img {display:block; width:30px;}
.login-social a:hover img {transform:scale(1.1);}
.login-avatar {text-align:center;}
.avatar-box {display:inline-block; width:80px; height:80px; border-radius:0; overflow:hidden;}
.avatar-box img {width:100%; min-height:100%;}
.avatar-box + a {display:block; margin-top:5px; text-decoration:underline;}
.login-menu {margin-top:20px;}
.login-menu a {display:block; height:30px; padding:0 20px; line-height:30px; background-color:#f2f2f2; margin-bottom:5px; border-radius:3px;}
.login-menu a:hover {color:#fff; background-color:#d11919;}


/* GO TOP BUTTON */
#gotop{position:fixed;width:40px;height:40px;right:20px;bottom:20px;cursor:pointer;z-index:9998;display:none; opacity:0.8; 
background-color:#000; color:#fff; font-size:18px; text-align:center; line-height:40px; border-radius:4px;}
#gotop{background: rgba(209, 25, 25, 1);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

/* Styl tylko dla wpisu owiniętego w .tt-rss */
.tt-rss{
  max-width: 920px;
  margin: 0 auto;
  padding: 0 14px;
  color: #1f2430;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.75;
}

.tt-rss h1{
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.2;
  margin: 0 0 10px 0;
  letter-spacing: .2px;
}

.tt-rss h2{
  font-size: 18px;
  margin: 22px 0 10px;
  padding-top: 8px;
}

.tt-rss h3{
  font-size: 15px;
  margin: 16px 0 8px;
}

.tt-rss p{ margin: 10px 0; }

.tt-rss a{
  color: #0b5fff;
  text-decoration: none;
  font-weight: 600;
}
.tt-rss a:hover{ text-decoration: underline; }

.tt-rss .tt-hero{
  background: #f6f7fb;
  border: 1px solid #e6e8f2;
  border-radius: 16px;
  padding: 18px 18px;
  box-shadow: 0 8px 22px rgba(25, 30, 45, .06);
  margin-bottom: 14px;
}

.tt-rss .tt-grid{
  align-items: start;
}

@media (min-width: 920px){
  .tt-rss .tt-grid{
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  }
}

.tt-rss .tt-card{
  min-width: 0;              /* KLUCZ: pozwala zawartości się "skurczyć" */
  overflow: hidden;          /* niech nic nie wychodzi poza kartę */
}

.tt-rss .tt-badge{
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #dfe3f2;
  background: #f3f5ff;
  margin-right: 8px;
  vertical-align: middle;
}

.tt-rss .tt-note,
.tt-rss .tt-warn,
.tt-rss .tt-ok{
  border-radius: 14px;
  padding: 12px 12px;
  margin: 12px 0;
  border: 1px solid;
}

.tt-rss .tt-note{
  background: #f0f6ff;
  border-color: #cfe3ff;
  color: #12345a;
}

.tt-rss .tt-ok{
  background: #effaf4;
  border-color: #cfeedd;
  color: #12402a;
}

.tt-rss .tt-warn{
  background: #fff2f2;
  border-color: #ffd0d0;
  color: #5a1414;
}

.tt-rss pre{
  background: #0b1220 !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  padding: 14px !important;
  border-radius: 12px !important;
  color: #fff !important;

  /* wybierz jedno zachowanie (zawijanie albo scroll) */
  white-space: pre-wrap !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

/* KLUCZ: wyłącz "białą kartkę" z motywu */
.tt-rss pre code{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;

  color: #fff !important;
  font-weight: 650 !important;
  display: block !important;

  /* spójne z <pre> */
  white-space: inherit !important;
}

/* opcjonalnie: jak zaznaczysz tekst, ma być jeszcze czytelniej */
.tt-rss pre ::selection{
  background: rgba(11, 95, 255, .35)!important;
}

.tt-rss code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}

.tt-rss ul, .tt-rss ol{ margin: 10px 0 10px 20px; }
.tt-rss li{ margin: 6px 0; }

.tt-rss table{
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
  font-size: 13px;
}

.tt-rss th, .tt-rss td{
  border: 1px solid #e6e8f2;
  padding: 10px 10px;
  text-align: left;
  vertical-align: top;
}

.tt-rss th{
  background: #f6f7fb;
  font-weight: 800;
}

/* responsywna tabela na telefonach */
@media (max-width: 520px){
  .tt-rss table, .tt-rss thead, .tt-rss tbody, .tt-rss th, .tt-rss td, .tt-rss tr{ display: block; }
  .tt-rss thead{ display: none; }
  .tt-rss tr{
    border: 1px solid #e6e8f2;
    border-radius: 14px;
    margin: 10px 0;
    overflow: hidden;
    background: #fff;
  }
  .tt-rss td{
    border: 0;
    border-top: 1px solid #eef0f7;
  }
}

.tt-rss .tt-footer{
  font-size: 13px;
  color: #5b6270;
  margin-top: 10px;
}

/* === CONTAINER === */
.elg-premium-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 10px;
    border-radius: 10px;
    max-width: 560px;
    margin: 10px auto;
    text-align: center;

    animation: elgReveal 0.6s cubic-bezier(.25,.8,.25,1);
}

@keyframes elgReveal {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* === TEXT === */
.elg-premium-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #2a2a2a;
}

.elg-premium-text {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 1.6;
    margin-bottom: 22px;
}

/* === ACTIONS === */
.elg-premium-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* === BASE BUTTON === */
.elg-btn {
    position: relative;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.25s ease;
}

/* === OUTLINE BUTTON === */
.elg-btn-outline {
    color: #111;
    border: 1px solid #9ca3af;
    background: transparent;
}

.elg-btn-outline:hover {
    background: #111;
    color: #fff;
}

/* === PREMIUM BUTTON === */
.elg-btn-premium {
    background: #111;
    color: #f5ae06!important;
    border: 1px solid #111;
    font-weight:700;
}

/* 🔥 WOW EFFECT: sliding red glow */
.elg-btn-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent 30%,
        #d11919 50%,
        transparent 70%
    );
    transform: translateX(-100%);
    transition: transform 0.45s ease;
}

.elg-btn-premium:hover::before {
    transform: translateX(100%);
}

/* kolor tła + cień */
.elg-btn-premium:hover {
    background: #d11919;
    color: #ffffff!important;
    border-color: #d11919;
    box-shadow: 0 8px 24px rgba(209, 25, 25, 0.45);
    transform: translateY(-2px);
}

/* klik */
.elg-btn:active {
    transform: scale(0.96);
}

.lastviewed-box {
    padding: 10px 5px 10px 15px;
    border: solid #F2F2F2;
    border-width: 3px 0 3px 0;
    margin-bottom: 10px;
}

.lastviewed-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.lastviewed-list {
    margin: 0;
    padding-left: 15px;
}

.lastviewed-list li {
    margin-bottom: 5px;
    list-style: decimal;
}

.lastviewed-list a {
    text-decoration: none;
    transition: 0.2s;
}

/* ADAPTIVE
----------------------------------------------- */
.show-menu {display:none;}

@media screen and (max-width: 1320px) {
.wrap {padding-top:0; background-image:none;}
}

@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
.show-menu {display:block; width:40px; height:40px; line-height:40px; text-align:center; 
cursor:pointer; font-size:30px; position:absolute; top:30px; left:240px;}
.logotype {width:220px;}
.cols {padding:20px 0; overflow:hidden;}
.sidebar {display:none;}
.content {padding:0 10px;}
.viss .sidebar {margin-left:0; margin-right:-300px; background-color:#f2f2f2; box-shadow:10px 10px 10px -10px rgba(0,0,0,0.2); 
display:block; position:relative; z-index:888; width:300px; padding-right:20px;}
.tcarusel {height:380px;}
.tcarusel-item {width:175px; margin:0 20px 0 0;}
.tcarusel-item .mov-i {height:240px;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.share-box, .count {display:none;}
.fav00 {display:none;}
.header {padding:20px 100px 20px 300px;}
.floaters {margin:0px 0px;}
.mov {width:23%; margin:0 1% 20px 1%;}
.mov-i {height:250px;}
.bot-menu, .bot-text {padding-right:0;}
.tcarusel {height:360px;}
.tcarusel-item {width:165px; margin:0 20px 0 0;}
.tcarusel-item .mov-i {height:220px;}
.pagi-nav {white-space:nowrap; overflow-y:hidden; overflow-x:auto;}
.nowrapcd {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;position:absolute;width:170px;}
}

@media screen and (max-width: 760px) {
.center {width:100%;}
.header {padding:20px 100px 20px 220px;}
.show-menu {left:170px;}
.logotype {width:160px;}
.sorter, .site-desc, .mov-compl {display:none;}
.main-title h1, .main-title h2, .main-title h3 {font-size:18px; max-width:100%;}
.grid-select {margin-right:-10px;}
.mov {width:31.33%;}
.full-title h1, .rel-title {font-size:18px;}
.cols-mov {padding:10px;}
.col-mov-left {width:200px; margin:0 auto; float:none;}
.col-mov-right {float:none; padding:20px 0 0 0;}
.mov-img img {min-height:200px;}
.tcarusel {height:360px;}
.tcarusel-item {width:165px; margin:0 20px 0 0;}
.tcarusel-item .mov-i {height:220px;}
.tcarusel-next, .tcarusel-prev {top:-2px;}
.sub-text {font-size:12px;}
.tabsbox .video-box {padding:10px;}
.add-comm-form {padding:20px 10px; overflow:hidden;}
.ac-av {display:none;}
.ac-submit {position:static; width:100%;}
.ac-submit button {width:100%;}
.comments-tree-list .comments-tree-list {padding-left:0 !important;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
.nowrapcd {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;position:absolute;width:185px;}
}

@media screen and (max-width: 590px) {
.center {width:100%;}
.mov {width:46%; margin:0 2% 20px 2%;}
.grid-list .mov {margin:0 0 20px 0; padding:60px 0 0 0;}
.grid-list .mov-i {float:none; margin:0 auto;}
.grid-list .movie-text {float:none; padding-top:20px;}
.grid-list .mov-t, .grid-list .mov-c {left:0;}
.grid-thumb .mov-i .full-tools {display:none;}
.tabs-sel span, .mov-compl a {margin-right:10px; padding:0 10px; line-height:40px; border-radius:20px;}
.tcarusel {height:330px;}
.tcarusel-item {width:140px; margin:0 10px 0 0;}
.tcarusel-item .mov-i {height:190px;}
.full-soc {display:none;}
.comm-one > div {margin-right:10px;}
.comm-three ul li {display:none;}
.comm-three li.comm-q {display:inline-block;}
.add-comm-form .login-social {position:static; text-align:left;}
.ac-inputs input {width:100%; float:none !important; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:-10px 0 0 0;}
.ac-submit button {float:none; display:block; text-align:center; width:100%;}
.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;}
.nowrapcd {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;position:absolute;width:185px;}
#atb00 img{width:-webkit-fill-available;height:-webkit-fill-available;}
#atb01 img{width:-webkit-fill-available;height:-webkit-fill-available;}
}

@media screen and (max-width: 470px) {
.center {width:100%;}
.logotype {width:180px;}
.show-menu {left:190px;}
.header {padding:100px 20px 0 20px; height:150px;}
.search-inner input, .search-inner input:focus {height:40px; line-height:40px; padding:0 50px 0 20px; font-size:14px;}
.search-box button {width:40px; height:40px; line-height:40px;}
.mov-r {display:none;}
.mov-i {height:180px;}
.full-tools {top:0px; font-size:18px;}
.mov-list li {padding:10px; margin:0 -10px;}
.mov-list li:before {display:none;}
.mov-label {margin-left:0; width:auto; font-size:14px;}
.mov-desc {width:auto; float:left; padding-left:0;}
.mov-list li:nth-child(2n+1) {background-color:#f5f5f5;}
.rel-title {white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:75%;}
.tcarusel {height:330px;}
.tcarusel-item {width:135px; margin:0 10px 0 0;}
.tcarusel-item .mov-i {height:190px;}
.comm-one > div:nth-child(2) {max-width:140px; overflow:hidden;}
.comm-one > div:nth-child(3) {display:none;}
.ac-protect {margin:-10px -10px 0 -10px;}
.login-social:before {display:block; line-height:30px; margin-right:0;}
.nowrapcd {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;position:absolute;width:130px;}
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*--- Highlighting the source code ---*/
.hljs-comment, .hljs-quote {color: #a0a1a7;font-style: italic;}
.hljs-doctag, .hljs-keyword, .hljs-formula {color: #a626a4;}
.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {color: #e45649;}
.hljs-literal {color: #0184bb;}
.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {color: #50a14f;}
.hljs-built_in, .hljs-class .hljs-title {color: #c18401;}
.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {color: #986801;}
.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {color: #4078f2;}
.hljs-emphasis {font-style: italic;}
.hljs-strong {font-weight: bold;}
.hljs-link {text-decoration: underline;}

figure {margin: 0;}
figure.align-left {float: left;}
figure.align-right {float: right;}
figure.image.align-center {display: table;margin-left: auto;margin-right: auto;}
figure.image figcaption {padding: 1rem;background-color: #fafafa;font-size: .8rem;caption-side: bottom;word-break: break-word;text-align: center;}
figure.image.align-center figcaption {display: table-caption;}

.comments-image-uploader{padding-bottom:10px}
.comments-image-gallery {margin: 0;padding: 0;  list-style: none;clear: both;}
.comments-image-gallery li{list-style: none;margin: 0;padding: 0;  }
.comments-image-gallery li img{float: left;margin-right: 5px;border: 5px solid #fff;width: 100px;height: 100px;transition: box-shadow 0.5s ease;}
.comments-image-gallery li img:hover {box-shadow: 0px 0px 7px rgba(0,0,0,0.4);}
.mce-toc {border: 1px solid #dbdada;margin: 0 0 .7rem 0;}
.mce-toc h2 {margin: 4px;}
.mce-toc ul {padding-left: 20px;list-style: none;margin-top: 0;margin-bottom: 0;margin-block-start: 1em;margin-block-end: 1em;}
.mce-toc ul ul {padding-left: 20px;margin-block-start: 0;margin-block-end: 0;}
.mce-toc li {list-style-type: none;}

.image-bordered {border: 1px solid #ddd;}
.image-shadows {box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;}
.image-padded {padding: 0.5rem;}
.comments-user-profile {font-weight: bold;cursor: pointer;color: #d11919;}

.password{background-color:#ffefee;padding: 5px 5px;display:inline-block;min-width:280px;border-radius:5px;cursor: pointer;}
.password2{padding: 5px 0px;width:100%!important;display:inline-block;font-size:18px;margin-top:10px}
.password2 span{margin: 0px 10px;
  color: #d11919;
  background: #F2F2F2;
  padding: 1px 10px;
  border-radius: 5px;}
.infodownload{background: white;
    margin: 10px 10px 30px 10px;
    border-radius: 0 5px 5px 0;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    border-left: 3px solid #d11919;}
.infodownload p{font-weight:400;font-size:18px;}
.infodownload a{color:#d11919}
.infodownload b{font-weight:600;}
.commmargin0{margin-left: 10px;}

.button50 {
  background-color: #d11919;
  border: 2px solid #d11919;
  color: white;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
  font-size: 20px;
  border-radius: 5px;
  width: 280px;
}
.button50:hover {
  background-color: #e14444;
  color:white
}
.button50:focus {
  background-color: #d11919;
  color:white
}

.button51 {
  background-color: #0e7d0a;
  color: white;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  font-size: 18px;
  border-radius: 15px;
}
.button51 a{color: white;}
.button51 a:hover{color: white;}
.button51:hover {
  background-color: #1ca617;
}
.button52 {
  background-color: #0e7d0a;
  color: white;
  padding: 7px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 400;
  font-size: 18px;
  border-radius: 15px;
}
.button52 a{color: white;}
.button52 a:hover{color: white;}
.button52:hover {
  background-color: #1ca617;
}
.button61 {
  background-color: #0e7d0a;
  color: white;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  font-size: 18px;
  border-radius: 15px;
}
.button61 a{color: white;}
.button61 a:hover{color: white;}
.button61:hover {
  background-color: #343B3B;
}
.button511{width:100%;display: flex;justify-content: center;margin: 15px 0 15px;flex-direction: column;align-items: center;}
.torrnote{font-size: 12px;}

.waga00{
  position: absolute;
  top: 10px;
  font-size: 16px;
  z-index: 100;
  padding: 5px 10px;
  right: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.69);
  font-weight: bold;
}

.slowa0{display:none}

.more-games{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
}

.but00{display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0 30px 0;}

.link00{display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    width: 280px;
    height: 35px;
    border-radius: 5px;
    padding: 2px 0;
    font-weight: 600;
	font-size: 17px;
    box-shadow: 0 0 0 0 rgba(30, 151, 249, 1);
  	animation: pulse-blue 2s infinite;
    cursor: pointer;
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(30, 151, 249, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(30, 151, 249, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(30, 151, 249, 0);
  }
}
    
.reporx{display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;}
.socialx{cursor:pointer;text-align:left;font-size:24px;margin-top:5px}

.tera{margin: 5px 0px 25px 0px;
    padding: 15px;
    border: solid #F2F2F2;
    border-width: 3px 0 3px 0;
    font-size: 16px;}
.tera1{display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-weight: 600;}
.tera span{font-weight: 600;}
.tera a{color:#d11919}

.tabsbox h2{font-weight:700;font-size:20px;padding: 5px 0;}
.tabsbox h3{font-weight:600;}

.terapremium{font-weight:700;
	margin-top:20px;
	font-size:18px;
	text-align:center;
	text-shadow: 0px 0px 5px white;
	transition: all 0.5s ease-in-out;
	animation: flicker 0.5s ease-in-out infinite alternate;
	border: 2px solid #F2F2F2;
	border-radius: 10px;
	padding: 2px;}
	
.panelnowy {display: flex;
    flex-direction: column;
    margin: 10px 0px;
    padding: 10px 5px 10px 15px;
    border: solid #F2F2F2;
    font-size: 16px;
	border-width:3px 0 0 0}
.panelprofil{display: flex;
    flex-direction: column;}
.panelprofil2{display: flex;
    flex-direction: column;
    margin-top:10px;}
.panelprofil2 a{padding:3px 0px;}
.panelniezalogowany{display: flex;
    flex-direction: column;
    font-weight:700;
    font-size: 18px;}
.panelniezalogowany a{padding:3px 0px;}

@keyframes flicker {
	0% {
		opacity: 0.5;
		text-shadow: 0px 0px 5px white;
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 10px white;
	}
}

.comments_subscribe input {margin-top:-2px!important;}
.comments_subscribe span{margin-left:8px!important;}
.dlecomments-editor {margin-top: 5px!important;}

.tabsbox .tabs-b td{line-height:1.6!important;}
.tabsbox .tabs-b table{margin-bottom:30px!important;}

.vot00{margin-top: -18px;color: white;float: right;margin-right: 5px;}

.filecrypt{display: flex;flex-direction: row;justify-content: center;align-items: center;}

.premvipinfo{background:#eaffe9;font-size:18px;padding:10px;text-align:center;margin-bottom:20px;}
.premvipinfo0{margin-bottom:5px;font-size:14px;}
.bestspeed{display:flex;flex-direction: row;justify-content: center;margin-bottom:20px;}

.virtual-vr{position: absolute;top: 40px;font-size: 24px;z-index: 100;padding: 5px 10px;right: 0;font-weight: 700;color: #FF0099;background: -webkit-linear-gradient(to left, #493240, #FF0099);
  background: linear-gradient(to left, #493240, #FF0099);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;text-fill-color: transparent;}
.hypervisor {
  position: absolute;
  top: 41px;
  font-size: 20px;
  z-index: 100;
  padding: 3px 5px;
  right: 0;
  font-weight: 700;
  color: #ec0b0b;
  background: rgba(0, 0, 0, 0.69);
}
.hvinfo{color: #ec0b0b;}
.fulldlc{font-size: 18px;background: #f0f0f0;padding: 4px 10px;text-align: center;border-radius: 5px;}


/*           BLOG POSTS             */
.blog-posts{margin-top:10px;background:#e3e3e3;padding-bottom:20px;font-size:18px;font-weight:700}
.blog-posts h2{font-weight:700;font-size:24px;padding: 20px 20px 30px 20px;}
.all-blog-posts{display: flex;justify-content: center;}
.button-blog{font-size:18px;font-weight:700;border-radius: 5px !important;padding: 10px 30px !important;}

.short-blog-g{display: flex;flex-wrap: wrap;justify-content: space-around;}
.short-blog3{position: relative;width:280px;border-radius: 5px;background-color: white;margin-bottom: 20px;transition: all .3s;}
.short-blog3:hover{transform: scale(1.03);box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 1);}
.short-blog3 img{border-radius:5px 5px 0 0}
.short-blog3 h3 {font-weight:600;margin-bottom:5px;font-size: 20px;}
.short-blog3 p{font-size:16px;font-weight:400;}
.short-single3{padding:0 10px 10px 10px}
.short-blog-link3{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;}

.short-blog{position: relative;width:400px;border-radius: 5px;background-color: white;margin-bottom: 30px;transition: all .3s;}
.short-blog:hover{transform: scale(1.03);box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 1);}
.short-blog img{border-radius:5px 5px 0 0}
.short-blog h3 {font-weight:600;margin-bottom:5px;font-size: 20px;}
.short-blog p{font-size:16px}
.short-single{padding:0 10px 10px 10px}
.short-blog-link{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;}

@media only screen and (max-width: 1220px) {
    .short-blog3{width:220px}
}

@media only screen and (max-width: 950px) {
    .short-blog3{width:350px}
    .short-blog{width:350px}
}
@media only screen and (max-width: 770px) {
    .short-blog3{width:300px}
    .short-blog{width:300px}
}
@media only screen and (max-width: 660px) {
    .short-blog3{width:450px}
    .short-blog{width:450px}
}
/*           BLOG POSTS             */

/*          BLOG ARTICLE            */
.blog-post{background-color:white;padding:20px 20px 20px 20px;border-radius:5px}
.blog-post h1{font-size:28px;font-weight:700;padding: 15px 0 8px 0;}
.blog-post h2{font-size:26px;font-weight:700;padding: 15px 0 8px 0;}
.blog-post h3{font-size:24px;font-weight:700;padding: 15px 0 8px 0;}
.blog-post h4{font-size:22px;font-weight:700;padding: 15px 0 8px 0;}
.blog-post a{font-weight:600;color:#d11919;transition:.3s;text-decoration:none;}
.blog-post a:hover{color:#e14444;transition:.3s;text-decoration:underline;}
.blog-post p{font-size:20px;line-height: 1.7;padding: 8px 0;}
.blog-post ul{font-size:20px;padding: 8px 0;list-style: disc;}
.blog-post ol{font-size:20px;padding: 8px 0;list-style: decimal;}
.blog-post li{line-height: 1.6;margin-left: 40px;}
.blog-post .quote_block{font-size:20px;line-height: 1.5;}
.blog-post .title_spoiler{font-size:20px;line-height: 1.5;}
.blog-post .full-text img{border:none!important;}
.blog-post .attach .download-link{background:#d11919;transition:.3s;}
.blog-post .attach .download-link:hover{background:#e14444;transition:.3s;}
.blog-nfo {display: flex;flex-direction: row;justify-content: space-between;align-items: center;border-bottom:2px solid #f2f2f2}
.datastaic{font-size:14px;margin-bottom:5px;}
.rat-edit{display: flex;flex-direction: row;justify-content: flex-end;align-items: center;font-size: 20px;font-weight: 600;column-gap: 15px;margin-bottom: 15px;}
.rat-blog{margin-right: 10px;background-color: #ffd0d0;padding: 5px 10px;border-radius: 7px;}
.rat-edit2{font-size:24px;}

.blog-text{display: flex;flex-direction: column;align-items: center;}
.blog-text2{max-width:777px;}
.blog-text2 iframe{width:777px;height: 460px;}

.blog-tags{border-top:2px solid #f2f2f2;font-size:16px;margin-top:30px;padding: 5px;display: flex;justify-content: space-between;flex-direction: row;align-content: center;align-items: center;}
.btags2{margin-bottom: 15px;}



@media only screen and (max-width: 950px) {
    .blog-text2 iframe{width: 600px;height: 360px;}
}
@media only screen and (max-width: 660px) {
    .blog-text2 iframe{width: 550px;height: 310px;}
}
@media only screen and (max-width: 660px) {
    .blog-text2 iframe{width: 90vw;height: 300px;}
}

.blog-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 28px;
  font-size: 17px;
  line-height: 1.5;
  table-layout: fixed;
}

.blog-text table thead th {
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 2px solid #d9d9d9;
  border-right: 1px solid #e3e3e3;
  color: #1f1f1f;
  vertical-align: top;
}

.blog-text table thead th:last-child {
  border-right: 0;
}

.blog-text table tbody td {
  padding: 8px 12px;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #ededed;
  color: #222;
  vertical-align: top;
  word-break: break-word;
  overflow-wrap: break-word;
}

.blog-text table tbody td:last-child {
  border-right: 0;
}

.blog-text table tbody tr:last-child td {
  border-bottom: 0;
}

.blog-text table th:first-child,
.blog-text table td:first-child {
  width: 40%;
}

@media (max-width: 768px) {
  .blog-text table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 15px;
    line-height: 1.4;
    table-layout: auto;
  }

  .blog-text table thead th {
    font-size: 16px;
    padding: 8px 10px;
    white-space: normal;
  }

  .blog-text table tbody td {
    padding: 7px 10px;
    white-space: normal;
  }

  .blog-text table th:first-child,
  .blog-text table td:first-child {
    width: 170px;
    min-width: 170px;
  }

  .blog-text table th:last-child,
  .blog-text table td:last-child {
    min-width: 220px;
  }
}

/*          BLOG ARTICLE            */

/*          CZAT            */
/*.chatmy{padding: 0 0 0 10px;}*/
.chatmy-info{padding: 10px 0 0 10px;font-size: 12px;text-align: center;}
.chatmy-info2{padding: 10px 0 0 10px;text-align: center;}
/*          CZAT            */

.searchheading{font-weight:600;color:#d11919}
.searchtext{color:grey}

/*          TORRENT            */
.torrentsection{background-color: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
  padding-bottom: 20px;
  border-radius: 0 0 5px 5px;
}
.torrent-container {
    display: flex;
    flex-direction: column;
    font-size:18px;
}
.torrent-rowh {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: white;
    align-items: center;
    background: #0e7d0a;
    font-weight: 600;
}
.torrent-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    text-decoration: none;
    color: black;
    align-items: center;
}

.torrent-row:hover {
    background-color: #f2f2f2;
}

.torrent-container a {
    color: #d11919!important;
    text-decoration: none;
    cursor: pointer;
}

.torrent-nameh {
    flex: 1;
    display: flex;
    justify-content: center;
}
.torrent-sizeh {
    width:140px;
    display: flex;
    justify-content: center;
}
.torrent-slh {
    width:90px;
    display: flex;
    justify-content: center;
}
.torrent-downloadh {
    width:140px;
    display: flex;
    justify-content: center;
}

.torrent-name {
    flex: 1;
    font-weight:600;
}
.torrent-size {
    width:140px;
    display: flex;
    justify-content: center;
}
.torrent-sl {
    width:90px;
    display: flex;
    justify-content: center;
}
.torrent-download {
    width:140px;
    display: flex;
    justify-content: center;
}

.torrent-download {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}
.torrent-downloadh {
    display: flex;
    justify-content: center;
}
/*          TORRENT            */



/*          galeria            */
#fancybox-1 .fancybox__toolbar__column .is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 10px;
}

#fancybox-1 .f-button{
    color: #fff;
    display: flex;
    background-color: transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width:60px;
}
#fancybox-1 .fancybox__container{z-index:9999!important}

/*          16.1            */
.title_spoiler svg{
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}

/* INFO MOJE */
.animated-text {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 15px;
  background: black;
}

.animated-text p {
  color: white; /* Kolor tekstu linku */
  text-decoration: none; /* Usuwa podkreślenie tekstu */
  margin: 0;
  text-align: center;
  padding:5px;
  font-weight:700;
}

.animated-text a {
  color: transparent; /* Transparentny kolor tekstu, aby pokazać gradient */
  background-image: linear-gradient(45deg, #ff0000, #ffffff, #ff0000, #ffffff, #ff0000); /* Gradient tęczowy */
  background-size: 800% 100%; /* Rozciągnięcie gradientu */
  background-repeat: no-repeat; /* Bez powtarzania */
  -webkit-background-clip: text; /* Efekt tęczowego tekstu dla WebKit */
  background-clip: text; /* Efekt tęczowego tekstu dla innych przeglądarek */
  animation: gradientBG 15s ease infinite; /* Animacja gradientu */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.animated-text img{filter: hue-rotate(240deg);border-radius:10px;}

@keyframes gradientBG {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}