<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SET BASE
----------------------------------------------- */
* {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: square;}
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;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
.break {
  flex-basis: 100%;
  height: 0;
}

body {font: 16px 'Play', Arial, Helvetica, sans-serif;line-height: normal; padding: 0; margin: 0;        
color: #d9dce4 ; background: #111 url(../images/bg.jpg) center top fixed; 
min-height: 100%; width: 100%;}
a {color: #d9dce4 ; text-decoration: none;}
a:hover, a:focus {color: #33ccff; text-decoration: underline;}
h1, h2, h3, h4, h5 {font-weight: 600; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Play' !important;}
.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], vput[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px; 
border-radius: 4px; cursor: pointer; 
color: #fff; background-color: #404040; font-weight: 600;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn 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: #767980; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

#dlepopup input, #dlepopup select {margin:5px 0 15px 0;}
#dlepopup textarea{margin-top:10px;}
input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 10px;}
select {font: 14px 'Play', Arial, Helvetica, sans-serif;height: 40px; border: 0; padding: 0 15px;}
textarea {font-size: 14px;padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {color:#f1f1f1; width: 100%; background-color: #404040;border-top: 1px solid #212121;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: 0 0 0 1px #3498db, 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #fff;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit 
{overflow: hidden; position: relative; background-color: #222;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 150%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {display: block; width: 100%;}
.popimg img { position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;}
.img-resp img, .img-resp-vert img, .img-resp-sq img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.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-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-end {-webkit-justify-content:flex-end;justify-content:flex-end;}
.fx-top {-ms-flex-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}


.icon-left .fa, .icon-left .icon {margin-right: 10px;}
.icon-right .fa, .icon-right .icon {margin-left: 10px;}
.anim {transition: color .3s, background-color .3s, opacity .3s;}
.anim-all {transition: all 1s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 24px; font-weight: 400; color: #fff;}
.pages11 {padding: 30px;}

.desc-text {-ms-flex-order: 5;-webkit-order: 5;order: 5;}
.footer {-ms-flex-order: 6;-webkit-order: 6;order: 6;}
.header {-ms-flex-order: -3;-webkit-order: -3;order: -3;}
.carou {-ms-flex-order: -2;-webkit-order: -2;order: -2;}
.hd-menu {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fone {-ms-flex-order: 0;-webkit-order: 0;order: 0;}
.ftwo {min-height:335px;-ms-flex-order: 1;-webkit-order: 1;order: 1;}
.fthree {-ms-flex-order: 2;-webkit-order: 2;order: 2;}
.ffour {-ms-flex-order: 3;-webkit-order: 3;order: 3;}
.ffive {-ms-flex-order: 4;-webkit-order: 4;order: 4;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding-top: 0px;}
.wrap-center {max-width:1100px; margin:0 auto;}
.wrap-main {background-color: #292929; box-shadow: 0 0 60px rgba(0,0,0,0.9);}
.pages {padding: 0 25px 25px 25px;}
.info-main {padding: 0 25px 0px 25px;}
.header {height: 65px; background-color: #212121; border-bottom: 5px solid #35383d;}
.col-left, .col-right {width: 210px; padding: 20px 15px;background-color: #292929;}
.col-left {margin-left:10px;}
.footer {border-top:5px solid #35383d; background-color: #212121;
	padding: 15px 130px 15px 30px; position: relative;}

#gotop {position:fixed; z-index:300; left:0; top:0; height:100%; width:75px; text-align:center; 
padding:20px 0; color:#FFF; font-size:24px; cursor:pointer; display:none;}
#gotop:hover {background-color:rgba(0,0,0,0.2);}

/* Mobile GOtoTOP
----------------------------------------------- */
.btn-gotop {color: #d9dce4; font-size: 18px; height: 40px; line-height: 40px; cursor: pointer; display: block; 
text-align: center; border-radius: 4px; margin-right: 5px; padding: 0 10px;}
#gotop-mobile {padding:0 15px; text-align:center; background-color:rgba(0,0,0,0); color:#FFF; font-size:18px; cursor:pointer; display:none;}


/* HEADER
----------------------------------------------- */
.logo {background: url(../images/logo-desk.svg) no-repeat; width: 230px; height: 60px; display: block; position: relative;
	text-indent: -9999px;background-size: 230px;}
.logo span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(../images/logo-desk.svg) no-repeat;
	background-size: 230px;
	background-position: 0 -60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	-moz-transition:    opacity 0.35s;
	-o-transition:      opacity 0.35s;
}
.logo span:hover{	opacity: 1;}
.blk-mobile {display:none;}
.btn-login {transition: .15s; box-shadow: 0px 1px 1px 0px #111; background: rgba(94,97,102,0.3); border:1px solid #404040; color: #fff;height: 40px; line-height: 40px; cursor: pointer; display: block; 
text-align: center; border-radius: 4px; padding: 0 15px;margin-right:5px;}
.btn-fav {transition: .15s; color: #d9dce4; font-size: 18px; height: 40px; line-height: 40px; cursor: pointer; display: block; 
text-align: center; border-radius: 4px; margin-right: 5px; padding: 0 10px;}
.btn-login:hover {background-color: #767980;}
.btn-fav:hover {background: #767980; color: #fff;text-decoration:none;}
.hd-menu {margin: -30px; margin-bottom: 0px; background-color: #5e6166; white-space: nowrap; 
overflow-y: hidden; overflow-x: auto; padding-left: 30px; box-shadow: 0 1px 2px rgba(0,0,0,0);font-size:13px;}
.hd-menu li {display: inline-block; vertical-align: middle; margin-right: 34px; font-weight: 600; 
height: 40px; line-height: 40px;}
.search-wrap {margin: 0 25px 0 5px; border-right:1px solid #35383d;}
.search-box { position:relative;}
.search-box input, .search-box input:focus {background:#212121;height:60px;line-height:45px;box-shadow:none; padding-left: 50px; border-radius: 0px;}
.search-box input:-webkit-autofill { -webkit-box-shadow: inset 0 0 0 50px #35383d !important;
 -webkit-text-fill-color: #fff !important;}
.search-box button {transition: .15s; font-size: 15px; position:absolute; left:5px; top:10px; z-index:10; padding:0 !important; 
background-color:transparent !important; color:#d9dce4; width: 35px;}
.search-box button:hover{background: #767980 !important; color: #fff;}

.carou {background-color: #11121F; color: #fff;padding: 15px 30px; position: relative;overflow: hidden;border-bottom: 5px solid #35383d;}
.carou:before {content: "";
    position: absolute;
	top:-10px;
	left:0;
	width:100%;
	height:300px;
    background: inherit;
    filter: blur(10px); 
	}
	.carou:after {content: "";
    position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background: url(../images/sl-bg-min.png) center top / cover no-repeat; opacity: 0.8;
	}
	
.carou .sect-header {position: relative; z-index: 10;}
.carou .carou-in {position: relative; z-index: 20;}
.tc-img {    height:160px; width:160px; display:block; float: left;border-radius: 7px; }
.tc-title {padding:7px; text-align:center; background-color: rgba(10,10,10,0.6); color:#fff;
position:absolute; left:0; bottom:0; width:100%; font-size: 14px; }
.tc-img:hover {opacity:0.7;}

/*DISCORD
------------------------------------------------ */

.discord {
    height:175px;
	width:175px;
}

.discrd{border-radius: 5px;box-shadow: 0px 5px 10px 0px #191919;max-width:175px;transition: transform .13s ease-in-out,box-shadow .13s ease-in-out;
 will-change: transform,box-shadow;}
.discrd:hover{box-shadow: rgba(105,126,196,0.8) 0 0 20px 0;}
	

/* LOGIN
----------------------------------------------- */
.tippy-tooltip.lb-theme {
	font-size: 15px;
	background: linear-gradient(to top, #292929, #404040);
	border:1px solid #424242; 
	border-radius: 5px; 
    text-align: center;
}

.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
	cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 24px; font-weight: 600; margin-bottom: 5px; padding: 15px; text-align: center; 
 color: #fff;}
.login-avatar {width: 100px; max-height: 100px; border-radius: 15%; box-shadow: 0px 2px 10px 0px #191919; margin: 0 auto 15px auto; 
text-align: center; line-height: 100px; font-size: 40px; background-color: #212121; color: #939393;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0 10px 0;}
.login-btm a {border-bottom: 1px dotted #ffdd02; color: #ffdd02; font-size: 14px;}
.login-menu {list-style:none;}
.login-menu li {transition: .15s; border-radius: 5px; text-align:center;background: rgba(94,97,102,0.3); border:1px solid #404040; margin-bottom: 5px; margin-right: 3px; width: 49%;}
.login-menu li &gt; a:hover{color:#d9dce4;text-decoration:none !important;}
.login-menu li:hover {color:#d9dce4;background: #767980;}
.login-menu a {display: block; padding: 10px 5px; font-size: 14px;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #06c;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}

/* SIDE, NAV
----------------------------------------------- */
.nav {margin-left:15px;}
.nav1{color:red;}
.nav2{color: #33CCFF;}
.novost {list-style-position:inside;}
.novost li {white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  }
  
.top-item {font-size:12px;margin-left:-8px;}
@-moz-document url-prefix() 
{ 
.top-item {margin-left: 0px;}
} 

.nav li {position: relative;}
.nav li a {font-size: 12px;}
.nav li span {position: absolute; right: 0; top: 0; display: inline-block; 
	line-height: 30px; font-size: 12px; opacity: 1;}
.side-box {margin-bottom: 25px;}
.side-bt {font-weight: 600; margin-bottom: 15px; color: #fff;}

.lcomm {font-size: 14px; border-bottom:1px solid #404040;margin-top:10px;}
.lcomm-av {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px; background-color: transparent;}
.lcomm-name {margin-bottom: 3px; opacity: 0.8;}
.lcomm-name a {font-size:12px; color: #d9dce4;}
.lcomm-date {font-size: 10px;}
.lcomm-text {background-color: #0f101d; padding: 3px 8px; line-height: 1.5; position: relative; 
width: 100%; margin-top: 20px;}
.lcomm-text::before {content: ""; position: absolute; width: 0; height: 0; top: -20px; left: 40px;
border: 10px solid transparent; border-bottom-color: #0f101d;}
.lcomm-title {margin-bottom: 10px;display: block;}

.side-item {width: 46%; margin-bottom: 15px; display: block; font-size: 13px; overflow: hidden;}
.side-title {margin-top: 7px;}
.owl-side .side-item {width: 112px; margin-bottom: 0;}

.upd-item {background-color: #0f101d; padding: 7px 10px; margin-bottom: 3px; font-size: 13px;}
.upd-right {text-align: right; margin-left: 15px;}
.upd-title {font-weight: 600; font-size: 14px;}
.upd-season {margin-top: 3px;}
.upd-voice {margin-top: 3px;}


/* SECTION
----------------------------------------------- */
.sect + .sect {margin-top: 30px;}
.sect-header {margin-bottom: 30px;}
.sect-title {font-size: 24px; font-weight: 600; color: #fff;}
.sect-items {margin: 0 -8px;}
.speedbar {color: #33ccff; font-size: 14px; font-style:italic;margin: 25px;
padding-bottom: 20px; border-bottom: 1px solid #404040;}

/* THUMB
----------------------------------------------- */
.tippy-tooltip.ap-theme {
	background: #292929;
	color: #d9dce4;
	padding: 5px;
	border:1px solid #404040; 
	border-radius: 5px; 
}

.tippy-tooltip.comm-theme {
	background: linear-gradient(to top,#323232,#404040);
	box-shadow:0 5px 15px -5px #191919;
	color: #fff;
	padding: 5px;
	border:1px solid #404040; 
	border-radius: 5px; 
}

.tooltip-text {color: #fff; padding: 5px 10px; background: rgba(35, 25, 15, 0.8); border-radius: 2px;}
.poln-desc {padding-top:17px;}
.poln-desc a {text-decoration:underline;color: #33ccff;}
.poln-desc img {max-width:250px !important;}
.poln-desc iframe {max-width:100% !important;}
.th-tip-img{box-shadow: 0px 5px 10px -5px #191919;max-height: 30px; max-width:30px;position:relative;top:-5px; border-radius:5px; margin: 0px 10px 0 0; float:left; }




/* SEO DESCRIPTION
----------------------------------------------- */
.desc-text {background-color: #090a11; padding: 30px; border-top: 5px solid #003697; 
	line-height: 1.7; font-size: 14px;}
.desc-text h1, .desc-text h2, .desc-text h3 {font-size: 24px; font-weight: 400; 
color: #fff; margin-bottom: 10px;}
.desc-text span {color: #003697;}
.desc-text p {line-height:1.7;}
.desc-text p + p {margin-top:15px;}
.desc-text p + h1, .desc-text p + h2, .desc-text p + h3 {margin-top:30px;}
.desc-text a {text-decoration: underline; color: #003697;}
.desc-text img {float: left; margin: 0 30px 10px 0; max-width: 200px;}


/* FOOTER
----------------------------------------------- */
.footer &gt; span {background-color:#090a11; display:inline-block; padding: 15px; 
position: absolute; left: 0; top: 0; font-size: 24px;}
.ft-two {font-size:14px; margin-top: 5px;}
.ft-counter {position: absolute; right: 30px; top: 35px;}
.footer a {text-decoration: underline;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {border-top: 1px solid #404040; line-height:30px; text-align:center; padding:15px 0 15px 0;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav &gt; span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev &gt; span, .pnext &gt; span {display:block; width:46px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev &gt; span, .pnext &gt; span {display:inline-block; padding:0 10px; 
background-color:#404040; margin:0 1px 0 1px; border-radius:4px; font-size:16px; box-shadow: 0 1px 2px rgba(0,0,0,.85); 
min-width: 30px; height:30px; }
.navigation span, .pagi-nav a:hover {background-color:#767980; color:#fff;}
.navigation span.nav_ext {background-color:#212121; color:#bbb;}
.pagi-nav a:hover {background-color:#767980; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}

/* SHORT
----------------------------------------------- */
#btn-d:hover{color: #d9dce4 ; background: rgba(94,97,102,0.3);}

.short{max-width: 620px;border-radius: 7px; box-shadow: 0px 5px 15px -5px #191919;transition: transform .2s ease-in-out,box-shadow .2s ease-in-out;
 will-change: transform,box-shadow;border: 1px solid #424242;background-color:#323232; margin-top:20px; font-size:14px;}
.short:hover{box-shadow: rgba(150,150,150,0.1) 0 0 20px 0;}
.short img{max-width:300px !important;}
.short_title{align-items:start;font-weight:700;font-size:15px;background: linear-gradient(to top, #323232, #404040);padding:10px 15px 5px 15px;}
.short_title a:first-child{margin-left:2px;}
.short_cat{font-size:12px;font-weight:bold;margin-right: 15px;}
.short_cat i{margin-right:4px;}
.short_cat a{margin: 0 2px;}
.short_cat a:last-child{margin-right: 0px;}
.short_text{margin-top:15px; padding: 7px 10px 13px 10px;}
.short_text a {color: #33ccff;}
.story_bottom{align-items:flex-end; font-size:12px;padding: 10px 15px;text-align:right;background: linear-gradient(to bottom, #323232 , #404040);}
.story_bottom  a{color:#33ccff;}
.story_bottom  i{font-size:11px;}
.story_dalee{cursor:default;}
.sdmt10{margin-top:10px;}
.sdtr a {margin-right:1px !important;background: #414141; border: 1px solid #292929;}
.story_dalee a {transition: .10s; border-radius: 4px; min-width: 27px; height:27px;  color: #d9dce4; font-size: 11px; 
 padding:7px; display: inline-block; margin-right: 2px; text-align: center;}
.story_dalee a {background: #464646; border: 1px solid #313131;}
.story_dalee a:last-child{margin-right:0;}
.story_dalee a:hover {color:#fff;background: #767980;text-decoration:none !important;}
.story_dalee a:focus {text-decoration:none;}
.dalee i {position:relative; top:1px;}
.favmod .favmod-unset, .favmod.active .favmod-add { display: none; }
.favmod.active .favmod-unset { display: block; color: #33ccff;}
.short-avatar {opacity:0.5;width:27px;height:27px;margin-right:8px;margin-bottom:2px;border-radius:5px;box-shadow: 0px 2px 10px 0px #191919;}
.short-avatar:hover {opacity:1;transition: .25s;}


/* FULL
----------------------------------------------- */
.full {max-width: 620px;border-radius: 6px; box-shadow: 0px 0px 25px -5px #191919;background-color:#212121; font-size:14px;}
.fullborder{border: 1px solid #404040;}
.ftwo a{color: #33ccff;}
.ftwo img{max-width:95% !important;}
.full-in{margin-top:10px;}
.full_title{font-weight:700;font-size:16px;background: linear-gradient(to top, #323232, #404040);padding:15px;}
.fone {margin-bottom: 15px;}
.fthree {background-color: #090a11; margin-left: -30px; margin-right: -30px;}
.ffour {border-top:1px solid #404040;background: linear-gradient(to top, #303030, #383838); padding: 8px 4px 8px 4px; color: #ccc; margin-top: 25px;}
.fone h1 {font-weight: 400; font-size: 28px; color: #fff;}
.fone h1 a {margin-left: 15px; font-size: 18px;}
.foriginal {font-size: 18px; color: #d9dce4; margin-top: 5px;}
.fsubtitle {font-weight: 700; font-size: 18px; margin-bottom: 25px; text-align: center;}
.dcont {padding:0 10px 0 10px; display: flex;
    flex-direction: column;
    align-items: center;}
.polltitle{font-weight:bold;}
.polldiv{background-color: #191919; border: 1px solid #111; margin: 15px;
    border-radius: 10px;
    padding: 15px;}
.dcontbuttons{display: flex;
    flex-direction: row;
    justify-content: center;}
.dcontbuttons  button {padding: 0 10px !important; font-size:14px; height: 35px !important;
    line-height: 35px !important;}
.full-avatar {opacity:0.5;width:40px;height:40px;margin-left:9px;border-radius:5px;float:right;box-shadow: 0px 2px 10px 0px #191919;}
.full-avatar:hover {opacity:1;transition: .25s;}
.full-panel1 {justify-content: flex-start;}
.full-panel2 {justify-content: flex-end;align-items: center;margin-right: 5px;flex-direction: row-reverse;}
.full-panel3 {justify-content: flex-end;align-items: center;margin-right: 5px;}

.full_cat{font-size:12px;}
.full_cat i{font-size:11px;margin-right:3px;}
.full_cat a{margin: 0 2px;}
.full_cat a:last-child{margin-right: 0px;}


.js-view.current {position: relative; padding-top: 15px; margin-top: -15px;}
.js-view.current:before {content: ''; width: 100%; height: 3px; background-color: #ec2828; 
position: absolute; left: 0; top: 0; z-index: 10;}
.js .tabs-b {display: none;}
.js .tabs-b.visible {display: block;}
.tabs-sel {white-space:nowrap; overflow-y:hidden; overflow-x:auto; font-size: 0;}
.tabs-sel span {display:inline-block; padding:0 20px; height:40px; line-height:40px; cursor:pointer; 
background-color: #000; color: #fff; font-weight: 600; font-size: 16px;}
.tabs-sel span.current {color: #fff; background-color: #003697;}
.tabs-sel span:hover {text-decoration: underline;}

.fdesc {margin-top: 20px;}
.fleft {width: 200px; margin-right: 30px; margin-bottom: 15px; float: left;}
.fposter {box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3); width: 200px;}
.short-info {margin-bottom: 3px; line-height: 1.5; font-size: 14px; margin-left: 230px;}
.short-info &gt; span {font-weight: 600; margin-right: 5px;}
.full .short-info {padding: 5px 10px; font-size: 14px;}
.full .short-info:nth-child(2n+1) {background-color: #292929;}
.short-info a {color: #ffdd02; text-decoration: underline;}

.fctrl {cursor:default; margin-left: 5px;}
.fauth{text-align: left;}
.fauth2{text-align: right;}
.fauth2 a{color:#33ccff}
.fauth a{color:#33ccff}
.fctrl .icon {margin-right: 10px;}
.fctrl i {vertical-align: middle;}
.fctrl a {background: #414141; border: 1px solid #252525; transition: .10s;  border-radius: 5px; min-width: 37px; color: #d9dce4; font-size: 14px; 
padding:7px; display: inline-block; margin-right: 5px; text-align: center;}
.fctrl a:nth-child(3) {background: transparent;}
.fctrl a:nth-child(4) {background: transparent;}
.fctrl a:hover, .js-fshare:hover, .fctrl.js-login:hover, .js-view:hover {color:#fff;background: #767980;text-decoration:none !important;}
.fctrl a:focus{text-decoration:none;}
.fctrl a:last-child{margin-right:0;}
.yx-share {margin-left: 15px;}

.rate3-short {white-space:nowrap;}
.sr-plus1, .sr-minus1 {margin-right: 15px; height: 30px; line-height: 30px;}
.r3-hide {display:none;}
.sr-plus1 .icon, .sr-minus1 .icon {cursor:pointer; width:30px; height:30px; text-align:center; font-size:18px; 
line-height:30px; border-radius: 50%; margin-right: 10px; color: #fff;}
.sr-plus1 .icon {background-color:#2ecc71;}
.sr-minus1 .icon {background-color:#ec2828;}
.sr-plus1:hover .icon, .sr-minus1:hover .icon {background-color: #7f8c8d; color: #fff;}


/* FIX Ð´Ð»Ñ ÐºÑ€Ð¸Ð²Ð¾Ñ€ÑƒÐºÐ¸Ñ… Ð¶ÑƒÑ€Ð½Ð°Ð»Ð¸ÑÑ‚Ð¾Ð² , ÑŽÐ·Ð°ÑŽÑ‰Ð¸Ñ… &lt;table&gt; Ð² Ð½Ð¾Ð²Ð¾ÑÑ‚ÑÑ… */
.ftwo table {text-align:center;}


/* COMMENTS
----------------------------------------------- */
/*Ð&nbsp;Ð•Ð”ÐÐšÐ¢ÐžÐ&nbsp; ÐšÐžÐœÐœÐ•ÐÐ¢ÐžÐ’*/
#b_leech, #b_fla, #b_tf, #b_list, #b_ol, #b_br, #b_pl, #b_hide, #b_mail {display:none;}
.add-comms input, .add-comms textarea, .ac-submit button {box-shadow: 3px 3px 6px rgba(0,0,0,0.1);}
.add-comms {margin-top: 5px; }
.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea {margin-top: 15px; margin-bottom: 10px;}
.ac-textarea textarea { height: 200px; margin-bottom: 10px;}
.ac-submit button{width:100%; border-radius:0 !important;}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {padding:10px; background-color:#111; margin-top:10px; text-align: right;}
.mass_comments_action select {width:auto; margin-left:10px;}
.last-comm-link {font-size:16px; margin-bottom:10px; text-decoration: underline;}
.signature{color:#939393;font-size:12px;line-height:14px;}
.signature a{color:#939393;}
.signature img{max-height:150px;}
.comm-search {box-shadow: 0px 0px 20px 4px #191919;font-size:13px;}
.fcomms{border: 1px solid #404040; border-top:0; background: #212121;margin-top: 25px; }
.comm-item {margin-bottom: 15px; font-size: 14px;padding: 0 0 15px 0;background: linear-gradient(to top, #292929, #353535);border-top: 1px solid #404040;border-bottom: 1px solid #404040;}
.comm-left {padding-left:15px;text-align: center;color:#909090;font-size:11px;width: 120px; margin-right: 15px;}
.comm-right{padding-right:5px;}
.comm-img {width:100px; max-height:100px;  border-radius:5px; box-shadow: 0px 2px 10px 0px #191919; margin-bottom:10px; background-color: transparent;}
.comm-img-mob {display:none;width:25px; max-height:25px; vertical-align:middle;  border-radius:5px; box-shadow: 0px 2px 10px 0px #191919; background-color: transparent;}
.comm_offline{color:red;}
.comm_online{--fa-primary-color: limegreen; --fa-secondary-color: green;}
.comm_onl_spin{-webkit-animation: fa-spin 8s linear infinite; animation: fa-spin 8s linear infinite;}
.comm-onoff{font-size:11px;margin: 0 5px;}
.commdate{float:right;}
.commdate-mob{display:none;color:#aaa;text-align: left;
    font-size: 11px;
    margin-bottom: 15px;}
.comm-panel-bl{padding:0 4px 0 7px; border-left: 1px solid #606060;}
.comm-panel-bd{padding-right:5px;}
.glink a{transition: .15s;font-size: 11px; color: #aaa;}
.glink a:hover{color: #33ccff;text-decoration:none;}
.ip{font-size:12px;color: #909090;}
.ip a {color: #909090;}
.comm-one{margin-bottom:7px;min-width:100%;}
.comm-two {margin: 0 0 40px 0;color:#ddd;line-height: 1.25;overflow-wrap: break-word;}
.comm-two a{color: #33ccff; font-weight: bold;}
.comm-three{border-top: 1px solid #404040;padding-top:10px;margin-top:25px;cursor: default;}
.comm-three-rating{flex-grow:2;}
.login-link a {font-size: 13px;color: #33ccff;margin-left:5px;}
.comm-author{font-size: 11px; color: #aaa;float:left; min-width:100%;  padding: 10px 10px 13px 10px; text-overflow: ellipsis;
    overflow: auto;
    white-space: nowrap; }


.comm-three-right a {transition: .10s; border: 1px solid #202020; border-radius: 5px;font-size: 12px; 
background: #383838;min-width:27px; height:27px; padding:7px; display: inline-block;  text-align: center;}
.comm-three-right a:hover {color:#fff;background: #767980;text-decoration:none !important;}
.comm-rate3 a {transition: .15s; margin-left:2px; font-size:11px; display: inline-block; color:#bbb;}
.comm-rate3 i{margin-right:7px;}
.comm-rate3 a:hover {color: limegreen;text-decoration: none; }
.comm-rate3 a:focus {text-decoration: none;}


/* Owl Carousel v2.1.0 */
.owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; }
.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 &gt; 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:relative; left: -50%; top: 70px;}
.owl-prev, .owl-next {transition: 0.2s;width:30px; height:30px; position:absolute; top:-65px; z-index:200;
text-align:center; line-height:30px; font-size:20px; border-radius: 50%; 
color: #ddd;}
.owl-prev {right:40px;}
.owl-next {right:-70px;}
.owl-prev:hover, .owl-next:hover {background-color:#767980; border-radius:5px; color:#33ccff;}
.owl-dots {text-align:center; padding-top:15px;margin-bottom: -10px;}
.owl-dot {transition: 0.1s;display:inline-block; vertical-align:top; width:10px; height:10px; margin:0 5px; 
border-radius:50%; background-color:#fff; opacity:0.6;}
.owl-dot.active {background-color:#33ccff;}
.owl-dot:hover{ background-color:#33ccff;}

/* ADAPTIVE
----------------------------------------------- */
.btn-menu, .btn-menu2 {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#292929;
padding:15px; z-index:999; position:fixed; transform: translate3d(-280px,0,0); opacity: 0; top:0; transition: opacity 250ms ease-out,transform 250ms ease-out;}
.side-panel.active {transform: translate3d(0,0,0); opacity: 1; }
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}

@media screen and (max-width: 1220px) {
.wrap-center {max-width:1100px;}
.header{ position: sticky;top: 0;z-index:999; }
.not-logged .login-avatar {display: none;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}
}

@media screen and (max-width: 1100px) {
.comm-two iframe { width:99%;} 
.ftwo img {max-width:95% !important;}
.ftwo div{max-width:100% !important;}
.ftwo iframe{width:80% !important;}
.commdate{display:none;}
.commdate-mob{display:block;}
}

@media screen and (max-width: 950px) {
.main-cont {padding: 0 15px;}	
.search-wrap{display:none;}
.wrap-center {max-width:950px;}
.desc-text, .carou, .main {padding-left: 15px; padding-right: 15px;}
.btn-menu {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; 
cursor: pointer; color: #d9dce4; margin-left: 5px;}
.blk-mobile{flex: 1;display: flex;}
.col-right {display: none;}
.side-panel .search-wrap{margin: 0 0px 10px 0px;border:0;display:block;}
.side-panel .search-box input{background: #404040;border-radius: 5px;padding-left: 43px;}
.side-panel .search-box button{left: 4px;}
}

@media screen and (max-width: 768px) {
.wrap-center {max-width:768px;}
.wrap {padding-top: 0;}
.header {height:auto;}
.search-wrap {min-width:100%; -ms-flex-order: 9;-webkit-order: 9;order: 9; border: 0; }
.col-right{display:none;}
.btn-fav{padding: 0px 10px;}
.btn-login{margin-right: 15px;}
.th-item {width: 25%;}
.desc-text img {display: none;}
.footer {text-align: center; padding: 15px;}
.footer &gt; span, .ft-counter {position: static; display: inline-block; margin-bottom: 10px;}
.ft-counter {margin: 15px 0 0 0;}

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 730px) {
	.col-left{display:none;}
}

@media screen and (max-width: 600px) {
.wrap-center {max-width:600px;}
}

@media screen and (max-width: 537px) {
.logo {background: url(../images/logo-mobil.svg) no-repeat; width: 105px; background-size: 105px; display: block; position: relative;
text-indent: -9999px;}

.logo span {
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
opacity: 0;
background:transparent;} 
}

@media screen and (max-width: 518px) {
.ffour{justify-content: center;}
.full-panel3{margin-top: 15px;}

.short_column{flex-direction:column;align-items:flex-start !important;}
.short_cat{margin-top: 10px;}
}

@media screen and (max-width: 470px) {
body {background-image: none;}
.wrap-center22 {max-width:320px;}
.th-item {width: 50%;}
.full h1 {font-size: 24px; font-weight: 600;}
.fleft {width: 80px; margin: 0 15px 10px 0;}
.fposter {width: 80px;}
.short-info {margin-left: 0;}
.glink{display:none;}
}

@media screen and (min-width: 465px) {
.mob-panel{display:none}
}

@media screen and (max-width: 465px) {
.short_text img {max-width: 248px !important;}
}

@media screen and (max-width: 464px) {
.d-mobile{display:none;}
.mob-100{width:100%;justify-content: space-evenly;margin-bottom: 15px;}
}

@media screen and (max-width: 425px) {
.comm-img-mob{display:inline-block;margin-left: 5px;}
.comm-left{display:none;}
.comm-right{padding-left:15px;}
}

@media screen and (max-width: 395px) {
.story_bottom{justify-content: flex-end;}
.fauth{text-align:right;}
.full-panel2{flex-direction:row;}
.short-avatar{margin-right: 0px;margin-left: 10px;}
}

@media screen and (max-width: 360px) {
.compil{display: none;}
}

</pre></body></html>