/* Datalife Engine template  
release date: 17 august 2020, 
version dle: 12-14
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {font-family: Tahoma,verdana,sans-serif; font-size: 15.9px; line-height:normal; 
padding:0; margin:0; color: #777c93; 
background:#111 url(../images/bg.jpg) center -100px no-repeat; 
height:100%; width:100%; font-weight:400;}
img {max-width:100%;object-fit: cover;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #dddfe6; text-decoration: none;}
a:hover, a:focus {color:#ffc714; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:24px; color: #dddfe6;}

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


/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn, [class*=plyr], [class*=fr], [class*=tox-]):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
padding:0 30px; display:inline-block; height:40px; line-height:40px; border-radius:4px; cursor:pointer; 
background-color:#1856a9; color:#fff; text-align:center; font-weight:400; font-size:15px; 
}
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, .usp-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn, [class*=plyr], [class*=fr], [class*=tox-]):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{background-color:#0560e2; color:#fff;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color: #ccc; background-color:#282828; border-radius:4px; -webkit-appearance: none; 
box-shadow: 0 0 0 1px #000000, inset 1px 1px 3px 0 rgb(0 0 0 / 10%);}
input[type="text"]:focus {}

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 #000; background-color:#282828; color: #ccc;}
textarea {display:block; width:100%; padding:10px; border:1px solid #0f101d; background-color:#282828; 
border-radius:0; overflow:auto; vertical-align:top; resize:vertical; color: #ccc;}

.img-box, .img-wide, .img-resp, .img-resp-v, .img-resp-sq {overflow:hidden; position:relative; background-color:#000;}
.img-resp {padding-top:57%;}
.img-resp-v {padding-top:140%;}
.img-resp-sq {padding-top:100%;}
.img-box img, .img-resp img, .img-resp-v img, .img-resp-sq img {width:100%; height: 100%;min-height:100%; display:block;}
.img-resp img, .img-resp-v img, .img-resp-sq img {position:absolute; left:0; top:0;}
.img-wide img {width:100%; display:block;height: 100%;}
.img-square img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .screens a {transition: all .3s;}
.button, .carou-desc {transition: color .3s, background-color .3s, opacity .3s;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.fx-left {-ms-flex-pack:start;-webkit-justify-content:start;justify-content:start;}
.fx-start {-webkit-justify-content:flex-start;justify-content: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: 0;}


b, strong {font-weight: 700;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden;}
.wrap-center {max-width:1200px; width: 100%; margin:0 auto; position:relative; z-index:20;}
.header {background-color: #161725; margin-bottom: 200px; position: relative; z-index: 999;}
.header-in {height: 60px; padding: 0 15px;}
.cont {width: 100%;}
.cols {background-color: #0f101d;}
.side {background-color: #161725; width: 340px; padding: 30px; padding-top: 15px; 
border-right: 1px solid #2d3048;}
.main {padding: 20px 30px; min-height: 80vh;}
.footer {background-color: #000; padding: 30px; border-top: 1px solid #2d3048;}

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


/* HEADER, CAROU
----------------------------------------------- */
.logo {font-weight: 600;font-size: 30px;line-height: 62px;text-align: center;user-select: none;}

.search-wrap {width:400px; position: absolute; top: 10px; left: 50%; margin-left: -200px;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; padding:0 60px 0 15px; 
	background-color:#161725; box-shadow:none; color: #fff; border-radius: 4px; 
box-shadow: inset 0 0 0 1px #525252;}
.search-box button {position:absolute; right:0px; top:3px; z-index:10; 
height: 30px !important; line-height: 30px !important; border-radius: 15px !important; 
background-color: transparent !important; color: #fff !important; padding: 0 15px !important; 
font-size: 18px !important;}
.search-page__simple-form {gap: 10px;align-items: center;display: flex;flex-wrap: wrap;flex-direction: row;}
.search-page__simple-form div {flex: 1 1 0;max-width: 100%;min-width: 50px;}

.btns-log {white-space:nowrap; float:right; line-height: 40px; margin-top: 10px; }
.btns-log a {display:inline-block; padding:0 15px 0 0; color: #fff;}
.show-login {cursor:pointer; display:inline-block; color: #fff;}
.show-login:hover, .btns-log a:hover {color: #ffc714; text-decoration: underline;}


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


/* CAROU
----------------------------------------------- */
.carou {background-color: #161725; padding: 20px; border-bottom: 1px solid #2d3048;
	width: 100%; height: 260px; box-shadow: 0 10px 20px 0 rgba(0,0,0,0.8);}

.carou-menu {height: 60px; background-color: #161725; margin: -10px -20px -10px -20px; padding: 10px 30px;}
.carou-menu-item {display: block; height: 40px; line-height: 40px; margin-right: 15px; float: left; 
 box-shadow: inset 0 0 0 1px #292d43; border-radius: 3px; padding: 0 15px;}
.carou-menu-item.to-right {float: right; margin-right: 0; padding: 0; padding-top: 7px; box-shadow: none;}

.carou-in {padding: 10px;}
.carou-item {display: block; width: 129px; height: 200px; float: left; opacity: 0.8;}
.img-shadow {box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);}
.mask-img-before:before {content: ''; position:absolute; z-index: 10; left:0; top:0; width:100%; height:30%; 
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);}
.mask-img-after:after {content: ''; position:absolute; z-index: 10; left:0; bottom:0; width:100%; height:70%; 
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);}
.carou-desc {position: absolute; z-index: 20; left: 0; right: 0; bottom: 0; 
	padding: 15px; font-size: 14px; text-align: center;}
.carou-meta {margin-top: 3px;}
.carou-title { color: #fff;}
.carou-rate {color: #ffc100; position: absolute; z-index: 20; right: 10px; top: 10px; font-weight: 700;}
.carou-rate .fa {margin-right: 5px;}
.carou-item:hover .carou-desc {opacity: 0;}
.carou-item:hover {opacity: 1;}


/* SECTION, SEO DESC
----------------------------------------------- */
.shorts-header {margin-bottom: 30px;}
.shorts-title {font-size: 34px; color: #dddfe6;}
.shorts-title h1 {font-size: 34px;}

.sorter {display:inline-block; cursor:pointer; position: relative;
line-height:34px; height: 34px;}
.sorter:before {content:attr(data-label); padding:0 10px 0 0; display: inline-block; vertical-align: top;}
.sorter form {display:none; background-color:#111; padding:10px; line-height:26px; box-shadow:0 0 15px 0 rgba(0,0,0,0.3); 
position:absolute; right:0; top:100%; width:160px; z-index:999;}
.sorter a:hover {text-decoration:underline;}
.sort li.asc a:after, .sort li.desc a:after {content:"\f063"; font-family:FontAwesome; display:inline-block; margin-left:10px;}
.sort li.desc a:after {content:"\f062"}
.sorter > span {display: inline-block; vertical-align: top; height: 34px; line-height: 32px; padding: 0 15px; 
box-shadow: inset 0 0 0 1px #292d43; border-radius: 3px; padding: 0 15px;  
background-color: #161725;}

.desc-text {background-color: #000; padding: 30px; border-top: 1px solid #2d3048; width: 100%; color: #555866;}
.desc-text h1, .desc-text h2, .desc-text h3 {font-size: 24px;  
color: #dddfe6; margin-bottom: 15px;}
.desc-text span {}
.desc-text p {line-height:1.5;}
.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;}
.desc-text img {float: left; margin: 0 30px 10px 0; max-width: 300px;}

.speedbar {bottom: 0; position: absolute; padding: 20px 0px;}
.speedbar + .shorts-header {padding-top: 0px;}


/* SHORT
----------------------------------------------- */
.short {margin: 0 0 30px 0; padding: 0 0 30px 0; border-bottom: 3px solid #161825;}
.short-left {width: 200px; margin-right: 30px; -ms-flex-order: -1;-webkit-order: -1;order: -1;}
.short-img {height: 300px; display: block;}
.short-meta {display: inline-block; position: absolute; z-index: 20; 
	height: 30px; line-height: 30px; padding: 0 10px;}
.short-meta-qual {background-color: #1856a9; color: #fff; top: 0; left: 0;}
.short-meta-ser {background-color: #1856a9; color: #fff; bottom: 0; left: 0; font-size: 14px; 
height: 22px; line-height: 22px;}
.short-right {padding-bottom: 55px; position: relative;}
.short-top {margin-bottom: 15px; width: 100%; -ms-flex-order: -2;-webkit-order: -2;order: -2;}
.short-top-left h2 a {display: inline-block; font-size: 24px;}
.short-top-left h2 a:hover {}
.short-original-title {margin-top: 3px;}
.short-top-right {position: relative;}
.short-rating {padding-top: 8px;}
.short-fav {box-shadow: inset 0 0 0 1px #292d43; border-radius: 3px; padding: 0 30px;  
color: #dddfe6; height: 40px; line-height: 40px; cursor: pointer;}
.short-fav .fa {color: #1856a9;}
.short-btm a {display: block;}
.short-desc {margin-bottom: 10px; line-height: 1.5;}
.short-info {margin-top: 3px; line-height: 1.5; color: #dddfe6;position: relative;}
.short-info > span:first-child {color: #777c93; margin-right: 5px; font-size: 14px;}
.short-info a {text-decoration: underline;}
.short-btm {position: absolute; left: 0; right: 0; bottom: 0;}
.short-date {font-size: 14px;}




/* SIDE
----------------------------------------------- */
.side-box + .side-box {margin-top: 30px;}
.side-bt { font-size: 20px; color: #1c84cd; margin-bottom: 30px;}

.nav-col {width: 55%;}
.nav-col + .nav-col {width: 40%;}
.nav-title {color: #1c84cd;  margin-bottom: 10px;}
.nav-menu + .nav-title {margin-top: 15px;}
.nav-menu {margin: 0 0 0 -30px;}
.nav-col + .nav-col .nav-menu {margin: 0 -30px 0 -15px;}
.nav-menu a {display:block; padding: 4px 0 4px 30px; font-size: 15px;}
.nav-col + .nav-col .nav-menu a {display:block; padding: 4px 0 4px 15px;}
.nav-menu a:hover, .nav-menu a.is-active {background-color: #0f101d;}

.side-item {width: 47%; margin-bottom: 15px; display: block; font-size: 14px; opacity: 0.8;}
.side-title {margin-top: 7px;}
.owl-side .side-item {width: 132px; margin-bottom: 0;}
.side-item:hover {opacity: 1;}

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

.lcomm + .lcomm {margin-top: 15px;}
.ltitle {display: block;}
.ltext {line-height: 1.5; font-size: 14px;}
.lmeta {font-size: 14px; margin: 5px 0; opacity: 0.6;}
.ldate, .lav, .lname {display: inline-block; vertical-align: middle; margin-right: 7px;}
.lav {width: 30px; height: 30px; border-radius: 50%;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:center; padding-bottom: 35px;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:40px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
min-width:40px; background-color:#161725; margin:0 3px; border-radius:20px; margin-top: 10px;}
.navigation span, .pagi-nav a:hover {background-color:#1856a9; color:#fff;}
.navigation span.nav_ext {background-color:#161725; color: #ccc;}
.pagi-nav a:hover {background-color:#1856a9; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FOOTER
----------------------------------------------- */
.footer-left {position: relative;}
.footer-menu a {margin-right: 15px; display: inline-block;}
.footer-menu a + a {}
.footer a:hover {text-decoration: underline;}
.footer-text {margin-top: 10px;}


/* FULL
----------------------------------------------- */
.movie-page  .short-fav  {top: -15px;}
.short-top h1 { font-weight: 400; font-size: 24px;}
.short-top h1 .fa {margin-left: 15px;}
.mdesc .short-left {float: left; margin: 0 30px 10px 0; text-align: center;}
.mdesc .short-img {height: auto;}
.mt {margin-top: 15px;}
.mdesc {margin-bottom: 30px;}
.mdate {padding-top: 2px;}
.mrating {margin: 15px 0px 5px;}
.mright .short-fav {display: inline-block; margin-bottom: 15px;}
.mcols  {border-bottom: 3px solid #161825; margin-bottom: 15px; padding-bottom: 15px;}
.mleft {text-align: center;}
.mtext {margin-bottom: 30px;}

.mscreens {margin-bottom: 30px;}
.mscreens a {position:relative; display:inline-block; vertical-align:top;
width:31.5%; height:130px; overflow:hidden; opacity: 0.8;}
.mscreens a img {display:block; width: 100%; min-height:100%;}
.mscreens br {display:none;}
.mscreens a:hover {opacity: 1;}

.msubtitle { text-align: center; margin-bottom: 30px; font-size: 18px;}

.mplayer {position:relative;}
.mplayer .tabs-sel {white-space:nowrap; overflow-y:hidden; overflow-x:auto; font-size: 0;}
.mplayer .tabs-sel span {display:inline-block; padding:0 15px; height:40px; line-height:40px; cursor:pointer; 
  background-color: #161725; font-size: 17px;}
.mplayer .tabs-sel span.current {background-color: #1c84cd; color: #fff;cursor: default;}
.mplayer .tabs-sel span.current:hover {text-decoration: none;}
.mplayer .tabs-sel span:hover {text-decoration: underline;}
.player.active {display: block !important;}
.player {display: none;background: #000 url(../images/loader.svg) no-repeat 50% 50%;}
.player iframe {width: 100%;height: 400px;margin: 0;padding: 0;position: relative;}
.yx-share {text-align: center; padding: 10px 10px 5px 10px; background-color: #000;}
.yx-share-title { margin-bottom: 10px;}
.yx-share > * {display: inline-block; vertical-align: middle;margin-bottom: 10px;}

.share-buttons {margin-left: auto;}
.share-buttons span {display: inline-block;width: 30px;height: 30px;cursor: pointer;margin-right: 2px;}
.share-buttons span:hover {transform: scale(1.2);}
.share-buttons span::before {content: '';display: inline-block;width: 30px;height: 30px;margin-right: 8px;border-radius: 5px;}
.share-buttons span[data-id="fb"]::before {background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs12'/%3E%3Cg id='g5991'%3E%3Crect height='512' id='rect2987' style='fill:%233b5998;fill-opacity:1;fill-rule:nonzero;stroke:none' width='512' x='0' y='0'/%3E%3Cpath d='M 286.96783,455.99972 V 273.53753 h 61.244 l 9.1699,-71.10266 h -70.41246 v -45.39493 c 0,-20.58828 5.72066,-34.61942 35.23496,-34.61942 l 37.6554,-0.0112 V 58.807915 c -6.5097,-0.87381 -28.8571,-2.80794 -54.8675,-2.80794 -54.28803,0 -91.44995,33.14585 -91.44995,93.998125 v 52.43708 h -61.40181 v 71.10266 h 61.40039 v 182.46219 h 73.42707 z' id='f_1_' style='fill:%23ffffff'/%3E%3C/g%3E%3C/svg%3E");}
.share-buttons span[data-id="x"]::before {background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs12'/%3E%3Cg id='g3763'%3E%3Crect height='512' id='rect2987' style='fill:%2300abf1;fill-opacity:1;fill-rule:nonzero;stroke:none' width='512' x='0' y='0'/%3E%3Cg id='layer1_2_' transform='matrix(1.418485,0,0,1.418485,-507.62367,-651.3318)'%3E%3Cpath d='m 679.333,552.19 c -10.375,4.604 -21.521,7.711 -33.224,9.111 11.939,-7.16 21.114,-18.501 25.436,-32.004 -11.178,6.63 -23.563,11.439 -36.744,14.035 -10.547,-11.246 -25.588,-18.269 -42.223,-18.269 -31.953,0 -57.859,25.906 -57.859,57.855 0,4.533 0.513,8.946 1.501,13.186 -48.085,-2.419 -90.71,-25.446 -119.245,-60.454 -4.981,8.545 -7.833,18.48 -7.833,29.089 0,20.072 10.21,37.777 25.735,48.152 -9.479,-0.302 -18.398,-2.902 -26.204,-7.234 -0.003,0.238 -0.003,0.482 -0.003,0.726 0,28.029 19.944,51.41 46.407,56.734 -4.855,1.315 -9.968,2.027 -15.238,2.027 -3.733,0 -7.354,-0.373 -10.883,-1.041 7.36,22.98 28.728,39.709 54.039,40.176 -19.795,15.52 -44.742,24.77 -71.854,24.77 -4.665,0 -9.27,-0.275 -13.799,-0.816 25.609,16.422 56.018,26.001 88.688,26.001 106.412,0 164.606,-88.156 164.606,-164.606 0,-2.514 -0.058,-5.007 -0.165,-7.49 11.295,-8.159 21.11,-18.344 28.862,-29.948 l 0,0 z' id='path5_1_' style='fill:%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.share-buttons span[data-id="whatsapp"]::before {background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs12'/%3E%3Cg id='g5124'%3E%3Crect height='512' id='rect2987' style='fill:%2365bc54;fill-opacity:1;fill-rule:nonzero;stroke:none' width='512' x='0' y='0'/%3E%3Cpath d='m 456,250.85266 c 0,107.60904 -87.9126,194.8442 -196.36397,194.8442 -34.43066,0 -66.77677,-8.80168 -94.9199,-24.24162 L 56.000005,456 91.437745,351.45584 C 73.559715,322.08872 63.265025,287.65523 63.265025,250.85124 63.265025,143.23516 151.18049,56 259.63463,56 368.0874,56.001 456,143.23657 456,250.85266 z M 259.63603,87.03196 c -91.04092,0 -165.093965,73.49248 -165.093965,163.8207 0,35.84056 11.683465,69.04162 31.446055,96.04529 l -20.62177,60.83151 63.44285,-20.16403 c 26.07126,17.11323 57.29196,27.09805 90.82543,27.09805 91.02965,0 165.09396,-73.48543 165.09396,-163.81224 0,-90.3268 -74.06292,-163.81928 -165.09256,-163.81928 z m 99.15526,208.68972 c -1.20989,-1.98879 -4.4185,-3.18602 -9.22424,-5.5706 -4.81705,-2.3874 -28.48964,-13.94551 -32.894,-15.53429 -4.41845,-1.59301 -7.63122,-2.39304 -10.83838,2.38458 -3.20432,4.79028 -12.42856,15.53429 -15.24273,18.72031 -2.80853,3.19166 -5.60863,3.59026 -10.42569,1.20003 -4.80578,-2.38739 -20.32177,-7.4284 -38.70826,-23.70215 -14.30749,-12.65815 -23.96978,-28.2854 -26.77831,-33.07147 -2.80854,-4.77903 -0.2972,-7.3622 2.10993,-9.73975 2.16626,-2.14796 4.81423,-5.58186 7.22416,-8.36364 2.40712,-2.79447 3.20715,-4.78184 4.80861,-7.96926 1.61272,-3.18884 0.80002,-5.97485 -0.3986,-8.3707 -1.20286,-2.38317 -10.83274,-25.88955 -14.84415,-35.449 -4.01138,-9.55947 -8.0115,-7.96646 -10.82568,-7.96646 -2.80996,0 -6.01569,-0.40002 -9.22987,-0.40002 -3.20997,0 -8.42703,1.19864 -12.83562,5.97344 -4.41001,4.78325 -16.84138,16.33291 -16.84138,39.83365 0,23.50497 17.24279,46.21133 19.65273,49.39594 2.40431,3.17756 33.28838,52.9721 82.21811,72.10228 48.94802,19.11328 48.94802,12.74407 57.77365,11.937 8.81437,-0.78735 28.46992,-11.54403 32.48832,-22.70072 4.0086,-11.14964 4.0086,-20.71896 2.8114,-22.70917 z' id='WhatsApp_2_' style='fill:%23ffffff;fill-rule:evenodd'/%3E%3C/g%3E%3C/svg%3E");}
.share-buttons span[data-id="viber"]::before {background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs12'/%3E%3Cg id='g4780'%3E%3Crect height='512' id='rect2987' style='fill:%237b519d;fill-opacity:1;fill-rule:nonzero;stroke:none' width='512' x='0' y='0'/%3E%3Cg id='g15' transform='matrix(1.452588,0,0,1.452588,-115.17955,-97.147891)'%3E%3Cpath d='m 369.75,304.701 c -8.397,-6.76 -17.371,-12.828 -26.204,-19.027 -17.617,-12.373 -33.73,-13.334 -46.876,6.572 -7.382,11.176 -17.716,11.665 -28.521,6.762 -29.789,-13.506 -52.791,-34.318 -66.265,-64.595 -5.96,-13.395 -5.882,-25.405 8.064,-34.879 7.383,-5.01 14.822,-10.939 14.227,-21.887 -0.777,-14.275 -35.437,-61.981 -49.124,-67.016 -5.664,-2.084 -11.304,-1.949 -17.066,-0.012 -32.095,10.793 -45.388,37.188 -32.657,68.441 37.98,93.242 104.82,158.154 196.828,197.773 5.245,2.256 11.073,3.158 14.024,3.967 20.947,0.211 45.486,-19.971 52.573,-40 6.823,-19.269 -7.597,-26.918 -19.003,-36.099 z' id='path17-6' style='fill:%23ffffff;fill-rule:evenodd'/%3E%3Cpath d='m 266.586,120.19 c 67.264,10.344 98.285,42.328 106.851,110.076 0.794,6.258 -1.537,15.674 7.391,15.848 9.331,0.178 7.083,-9.099 7.161,-15.363 0.789,-63.806 -54.846,-122.957 -119.458,-125.138 -4.875,0.701 -14.962,-3.362 -15.591,7.564 -0.419,7.367 8.073,6.156 13.646,7.013 z' id='path19-1' style='fill:%23ffffff;fill-rule:evenodd'/%3E%3Cpath d='m 279.743,138.766 c -6.47,-0.779 -15.011,-3.828 -16.523,5.15 -1.578,9.422 7.941,8.465 14.058,9.834 41.544,9.285 56.009,24.406 62.849,65.615 0.999,6.008 -0.986,15.359 9.224,13.809 7.567,-1.152 4.834,-9.168 5.467,-13.85 0.335,-39.563 -33.567,-75.574 -75.075,-80.558 z' id='path21-2' style='fill:%23ffffff;fill-rule:evenodd'/%3E%3Cpath d='m 283.558,171.118 c -4.319,0.107 -8.558,0.574 -10.145,5.189 -2.384,6.898 2.631,8.543 7.736,9.363 17.042,2.736 26.011,12.785 27.713,29.779 0.46,4.613 3.387,8.35 7.843,7.824 6.174,-0.736 6.732,-6.232 6.543,-11.451 0.305,-19.093 -21.275,-41.161 -39.69,-40.704 z' id='path23' style='fill:%23ffffff;fill-rule:evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.share-buttons span[data-id="telegram"]::before {background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs12'/%3E%3Cg id='g3885' transform='translate(297.22034,0)'%3E%3Crect height='512' id='rect2987' style='fill:%2364a9dc;fill-opacity:1;fill-rule:nonzero;stroke:none' width='512' x='-297.22034' y='5.6843419e-014'/%3E%3Cpath d='M 127.88103,94.198045 -218.4667,227.78507 c -23.63879,9.48433 -23.4986,22.66901 -4.30871,28.54816 l 86.38017,26.96101 33.05108,101.33207 c 4.018041,11.09077 2.03732,15.48953 13.683731,15.48953 8.98786,0 12.97504,-4.09778 17.98087,-8.98786 3.1833,-3.11513 22.08378,-21.49087 43.18752,-42.00936 l 89.85158,66.38643 c 16.5339,9.12161 28.47227,4.39617 32.58935,-15.35577 L 152.92948,122.20987 C 158.96812,98.000015 143.69981,87.018565 127.88103,94.198045 z M -122.83885,277.09998 71.862531,154.2616 c 9.71969,-5.89458 18.63166,-2.72542 11.31455,3.76981 l -166.71528,150.41932 -6.49136,69.23533 -32.809291,-100.58608 z' id='path9' style='fill:%23ffffff'/%3E%3C/g%3E%3C/svg%3E");}


.not-loaded {overflow: hidden; position: relative; text-align: center;}
.not-loaded::after {content: 'Загрузка...'; display: inline-block; position: relative; z-index: 1;}


.msubtext {padding: 15px; margin-bottom: 30px; background-color: #161725;}

.mrels {margin-bottom: 15px;}
.mrels-title {font-size: 18px; 	color: #fff; margin-bottom: 15px;}
.mrels .side-item {width: 18%; text-align: center;}


.mylists-switch {display: flex;padding: 4px;background: #000;flex-wrap: wrap}
.mylists-tabs {display: flex;padding: 4px;margin-bottom: 15px;flex-wrap: wrap}
.mylists-switch li {flex: 1;height: 27px;margin: 1px;min-width: 100px;background: #2b2b2b;line-height: 27px;color: silver;font-size: 12px;text-align: center;text-decoration: none;border-radius: 1px;text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);transition: .2s}
.mylists-tabs a {flex: 1;height: 27px;margin: 1px;min-width: 100px;background: #2b2b2b;line-height: 27px;color: silver;font-size: 12px;text-align: center;text-decoration: none;border-radius: 1px;text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);transition: .2s}
.mylists-switch li:hover {background: #1a1a1a;color: #f3f3f3;cursor: pointer}
.mylists-tabs a:hover {background: #1a1a1a;color: #f3f3f3;cursor: pointer}
.mylists-switch li.active {pointer-events: none;background: #00799f;color: #fff}
.mylists-tabs a li.active {pointer-events: none;background: #00799f;color: #fff}
.mylists-tabs a li.active {color: #fff}

/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
.full-text {line-height:1.5;}
.full-text img:not(.emoji) {max-width:100%; margin:10px auto;}
.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:#1c84cd;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:10px 0;}
.full-text > ul li {list-style:disc; margin-left:40px; position:relative;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:0;}
.full-text table tr td {padding:3px 7px; border:2px solid #171717;}
.full-text table tr:nth-child(2n+1) {background-color:#171717;} 
.full-text222 table tr:nth-child(1) {background-color:#000 !important; color:#FFF; font-size:14px !important;}
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#171717; 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:#d4152b;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #171717; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#171717; line-height:normal;}
.full-taglist a {color:#1c84cd;}
.full-taglist {margin:0;}
.full-rating {color: #777c93;margin-right: 5px;font-size: 14px;}



/* COMMENTS
----------------------------------------------- */
.full-comms {border-top: 3px solid #161825; padding: 30px 0 40px 0; margin: 0 ;}
.comms-title {line-height:40px;}
.add-comm-form {position:relative; margin:15px 0 0 0; padding: 30px; 
display:none; background-color: #161725;}
.ac-soc {position:absolute; right:30px; top:17px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px; height: 30px; border-radius: 15px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}
.comments_subscribe input {margin-right: 10px;}

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

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

.comm-item {padding-left:60px; margin-bottom:15px;}
.comm-left {width:40px; height:40px; margin-left:-60px; float:left; border-radius:50%;}
.comm-right {width:100%; float:right; background-color:#161725; padding:10px; position:relative;}
.comm-right:after {right: 100%; top:10px; border: solid transparent; content: " "; height: 0; width: 0;
position: absolute; border-color: rgba(255, 255, 255, 0); border-right-color: #161725; border-width: 10px;}


.comm-one {padding:0 80px 5px 0; position:relative; font-size:12px;}
.comm-one > span:nth-child(4) {float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:20px;}
.comm-author {font-weight:700; color: #1c84cd;}
.comm-author a {color: #1c84cd;}
.rate3-comm {position:absolute; right:0; top:0; white-space:nowrap; font-size:16px;}
.rate3-comm a {cursor:pointer; height:20px; line-height:20px; display:inline-block; font-size:14px;
color:#0aa80a; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {color:#d00e0e; margin:0 0 0 5px;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:20px; line-height:20px; display:inline-block; font-size:11px; font-weight:700; vertical-align:top;}
.rate3-comm > span > span.ratingtypeplus {color: #06b601;}
.rate3-comm > span > span.ratingplus {color: #95c613;}
.rate3-comm > span > span.ratingminus {color: #ff0e0e;}
.comm-two {}
.signature {font:italic 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; 
border-top:1px dashed #000;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px; line-height: 20px;}
.comm-three a {display: inline-block; vertical-align: middle; 
	border: 1px solid transparent; line-height: 18px; height: 20px;}
.comm-three li:first-child {margin-left:0px; float:left;}
.comm-three li:first-child a {border: 1px solid #444; padding: 0 5px; border-radius: 3px; 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 > img {display: block; width: 100%; /* -webkit-transform-style: preserve-3d; */}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded {display: block; }
.owl-carousel.owl-loading {opacity: 0; display: block; }
.owl-carousel.owl-hidden {opacity: 0; }
.owl-carousel.owl-refresh .owl-item {display: none; }
.owl-carousel.owl-drag .owl-item {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab {cursor: move; cursor: grab; }
.owl-carousel.owl-rtl {direction: rtl; }
.owl-carousel.owl-rtl .owl-item {float: right; }
.no-js .owl-carousel {display: block; }
.owl-carousel .animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; 
-webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in {z-index: 0; }
.owl-carousel .owl-animated-out {z-index: 1; }
.owl-carousel .fadeOut {-webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
@keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
.owl-height {transition: height 500ms ease-in-out; }
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {-webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon {position: absolute; height: 80px; width: 80px; left: 50%; top: 50%;
margin-left: -40px; margin-top: -40px; cursor: pointer; z-index: 1; background-color:#FFF;
-webkit-backface-visibility: hidden; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {-webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none; }
.owl-carousel .owl-video-tn {opacity: 0; height: 100%;
background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {position: relative; z-index: 1; height: 100%; width: 100%; }

.owl-nav {position:absolute; left:0; right:0; top:0;}
.owl-prev, .owl-next {width:20px; height:40px; position:absolute; top:90px; z-index:200;
text-align:center; line-height:38px; color:#ba0606; font-size:24px; border-radius: 50%; 
background-color: #000; box-shadow:0 0 10px 0 rgba(0,0,0,0.7); 
border: 0px solid #1c84cd;}
.owl-prev {left:10px; border-radius: 0 20px 20px 0;}
.owl-next {right:10px; border-radius: 20px 0 0 20px;}
.owl-prev:hover, .owl-next:hover {background-color:#1c84cd; color:#fff;}
.owl-dots {text-align:center; padding-top: 10px;}
.owl-dot {display:inline-block; vertical-align:top; width:10px; height:10px; margin:0 5px; 
border-radius:50%; background-color:#777c93;}
.owl-dot.active {background-color:#1c84cd;}




/* ADAPTIVE
----------------------------------------------- */
.btn-menu, .btn-menu2 {display:none;}
.side-panel {width:300px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#121316;
padding:10px 15px; z-index:9999; position:fixed; left:-300px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #1c84cd; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden;}


@media screen and (max-width: 1220px) {
.header-in {padding-left: 15px; padding-right: 15px;}
.search-wrap {width:300px; margin-left: -150px;}

.mrating-count, .mrating-votes {display: none;}
#gotop {display: none !important;}
}

@media screen and (max-width: 950px) {
.side {display: none;}
.main, .footer, .desc-text {padding-left: 15px; padding-right: 15px;}
.cols {display: block;}
.header-in:after {display: none !important;}

.btn-menu, .btn-menu2 {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; 
cursor: pointer; background-color: rgb(135 135 135 / 30%); color: #fff; font-size: 18px; border-radius: 50%;}
.header-in:after, .search-wrap, .btns-log {display: none;}
.header-in {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; 
-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.is-active .header-in {height: auto; padding-bottom: 15px;}
.is-active .search-wrap, .is-active .btns-log {display: block; width: 100%; position: static; margin: 0; 
-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.is-active .btns-log {text-align: center; margin-top: 10px;}
}

@media screen and (max-width: 760px) {
.carou-menu {display: none;}
.carou {height: 260px;}
.footer {text-align: center; display: block;}
.footer-left {background-image: none; padding-left: 0;}
.footer-menu a {margin: 0 7px;}
.footer-menu a + a {padding-left: 0; border: 0;}
.footer-right {display: inline-block; margin-top: 15px;}

.mdate {display: none;}
.tabs-box-in {display: block;}
.tabs-beh {width: 100%; margin: 0;}

.comm-three li:not(:first-child) {display:none;}
.dcont button {font-size:12px; padding:0 15px !important;}
.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
body {background-image: none;}
.header, .carou {margin-bottom: 0;}
.carou {border-bottom: 1px solid #000;}
.shorts-header {display: block; text-align: center;}
.sorter {display: inline-block; margin-top: 10px;}
.shorts-title h1 {font-size: 25px;}
.short {margin: 0; border: 0; padding: 0; float: left; margin-bottom: 15px; 
width: calc(50% - 7px); width: -webkit-calc(50% - 7px); display: block;position: relative;}
.short:nth-child(2n) {float: right;}
.short-right {display: none;}
.short .short-left {width: 100%; margin: 0;}
.short .short-img {height: 0; padding-top: 140%;}
.short .short-img img {position: absolute; left: 0; top: 0;}
.short .short-img::after {content: '';position: absolute;z-index: 1;left: 0;right: 0;bottom: 0;height: 60%;background: linear-gradient(to top, #000 0%, transparent 100%);opacity: 1;}
.short .short-top {position: absolute;bottom: 0;padding: 10px;z-index: 2;margin-bottom: 0;}
.short .short-top-left h2 a {font-size: 18px;line-height: 20px;overflow: hidden;display: block;width: auto;height: auto;text-align: center;}
.short .short-original-title, .short .short-top-right {display: none;}
.desc-text img {display: none;}
.desc-text {text-align: center;}

.mcols {display: block;}
.mcols .short-left {float: none; width: 200px; margin: 0 auto 15px auto;}
.mscreens a {height:90px;}
.mscreens a img {height: 100%; object-fit: cover;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:350px;}
.comm-one > span:not(:first-child) {display: none;}
.mrels .side-item {width: 48%;}
.mrels .side-item:nth-child(5n) {display: none;}
.mcols .short-fav {width: 100%; text-align: center;}

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

@media screen and (max-width: 470px) {
.wrap-center2 {max-width:360px;}
.login-box {width: 320px;padding: 20px 20px;}
.login-close {top: 10px; right: 10px;}

.comms-title {text-align:center; display:block !important;}
.ac-soc:before {display: none;}
.comm-one span:not(:first-child) {display:none;}
.add-comm-btn {width: 100%;}

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





















