/* 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: 17px 'Roboto Condensed', Arial, Helvetica, sans-serif; line-height:normal; 
padding:0; margin:0; color: #333; 
background:#111 url(../images/bg.jpg) center -100px no-repeat; 
height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #333; text-decoration: none;}
a:hover, a:focus {color:#1c84cd; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:24px;}

.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):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; 
text-transform: uppercase;}
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):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:#000000; background-color:#fff; border-radius:4px; -webkit-appearance: none; 
box-shadow:0 0 0 1px #e3e3e3,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
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 #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#F8F8F8; 
border-radius:0; overflow:auto; vertical-align:top; resize:vertical; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}

.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%; 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;}
.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: #003697; margin-bottom: 200px; position: relative; z-index: 999;}
.header-in {height: 60px; padding: 0 15px;}
.cont {width: 100%;}
.cols {background-color: #eaebef;}
.side {background-color: #f8f8f8; width: 340px; padding: 30px; padding-top: 15px;}
.main {padding: 30px; min-height: 80vh; border-left: 1px solid #fff; box-shadow: inset 1px 1px 4px 0 rgba(0,0,0,0.07);}
.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 {display:block; width: 200px; height:60px; overflow:hidden; float: left;}

.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:#003697; box-shadow:none; color: #fff; border-radius: 4px; 
box-shadow: inset 0 0 0 1px #4e60c5;}
.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;}

.btns-log {white-space:nowrap; float:right; line-height: 40px; margin-top: 10px; text-transform: uppercase;}
.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: #fff; text-decoration: underline;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#eaebef; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#f8f8f8;  
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:#f8f8f8;}
.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 #ccc; content:""; background-color:#f8f8f8; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#f8f8f8; 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: #f8f8f8; padding: 20px; border-bottom: 0px solid #fff;
	width: 100%; height: 300px; box-shadow: 0 10px 20px 0 rgba(0,0,0,0.8);}

.carou-menu {height: 60px; background-color: #f8f8f8; margin: -10px -20px -10px -20px; padding: 10px 30px;}
.carou-menu-item {display: block; height: 40px; line-height: 40px; margin-right: 15px; float: left; 
text-transform: uppercase; box-shadow: inset 0 0 0 1px #ccc; 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,1) 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 {text-transform: uppercase; 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;}

.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:#f8f8f8; padding:10px; 
	line-height:26px; box-shadow:0 0 15px 0 rgba(0,0,0,0.1); 
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 #ccc; border-radius: 3px; padding: 0 15px; text-transform: uppercase; 
background-color: #f8f8f8;}

.desc-text {background-color: #222; padding: 30px; border-top: 1px solid #2d3048; width: 100%; color: #ccc;}
.desc-text h1, .desc-text h2, .desc-text h3 {font-size: 24px; text-transform: uppercase; 
color: #fff; 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; color: #eaebef;}
.desc-text img {float: left; margin: 0 30px 10px 0; max-width: 300px;}

.speedbar {margin: -11px 0 15px 0;}
.speedbar + .shorts-header {padding-top: 0px;}


/* SHORT
----------------------------------------------- */
.short {margin: 0 0 30px 0; padding: 0 0 30px 0; border-bottom: 3px solid #e2e3e8;}
.short-left {width: 200px; margin-right: 30px; -ms-flex-order: -1;-webkit-order: -1;order: -1;}
.short-img {height: 300px; display: block; box-shadow: 1px 0 2px rgba(0,0,0,0.1);
	border: 2px solid #fff; border-radius: 3px;}
.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; color: #999;}
.short-top-right {position: relative;}
.short-rating {padding-top: 8px;}
.short-fav {box-shadow: inset 0 0 0 1px #ccc; border-radius: 3px; padding: 0 30px; text-transform: uppercase; 
color: #333; 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: #5c5c5c;}
.short-info > span {color: #999; 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 {text-transform: uppercase; font-size: 20px; color: #1c84cd; margin-bottom: 30px;}

.nav-col {width: 55%;}
.nav-col + .nav-col {width: 40%;}
.nav-title {color: #1c84cd; text-transform: uppercase; 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: #eaebef;}

.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: #eaebef; padding: 10px; margin-bottom: 3px; font-size: 14px;}
.upd-right {text-align: right; margin-left: 15px;}
.upd-title {text-transform: uppercase;}
.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-top: 30px;}
.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:#f8f8f8; 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:#f8f8f8; color: #999;}
.pagi-nav a:hover {background-color:#1856a9; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


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


/* FULL
----------------------------------------------- */
.movie-page  .short-fav  {top: -15px;}
.short-top h1 {text-transform: uppercase; 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; color: #999;}
.mrating {margin-top: 15px;}
.mright .short-fav {display: inline-block; margin-bottom: 15px;}
.mcols  {border-bottom: 3px solid #e2e3e8; 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-transform: uppercase; 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; 
text-transform: uppercase;  background-color: #f8f8f8; font-size: 17px; 
border: 1px solid #fff; box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.07)}
.mplayer .tabs-sel span.current {background-color: #1c84cd; color: #fff; border-color: #1c84cd;}
.mplayer .tabs-sel span:hover {text-decoration: underline;}
.js .tabs-b {display:none; background-color: #000;}
.js .tabs-b.visible {display:block;}
.yx-share {text-align: center; padding: 10px; background-color: #000;}
.yx-share-title {text-transform: uppercase; margin-bottom: 10px;}
.yx-share > * {display: inline-block; vertical-align: middle; margin: 0 7px;}
.msubtext {padding: 15px; margin-bottom: 30px; background-color: #f8f8f8; 
	border: 1px solid #fff; box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.07)}

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


/* 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;}



/* COMMENTS
----------------------------------------------- */
.full-comms {border-top: 3px solid #e2e3e8; padding: 30px 0 0 0; margin: 0 ;}
.comms-title {line-height:40px;}
.add-comm-form {position:relative; margin:15px 0 0 0; padding: 30px; 
display:none; background-color: #f8f8f8; border: 1px solid #fff; box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.07)}
.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:#FFF; box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
.ac-textarea textarea {height:85px; background-color: #fff;}
.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:#FFF;}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f8f8f8; 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:#f8f8f8; padding:10px; position:relative; 
	border: 1px solid #fff; box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.07)}
.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: #f8f8f8; 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 #ccc;}
.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 #ccc; 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:#fff; font-size:24px; border-radius: 50%; 
background-color: #003697; box-shadow:0 0 10px 0 rgba(0,0,0,0); 
border: 0px solid #1c84cd;}
.owl-prev {left:10px; border-radius: 0 20px 20px 0;}
.owl-next {right:12px; border-radius: 20px 0 0 20px;}
.owl-prev:hover, .owl-next:hover {background-color:#fff; color:#003697;}
.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:#ccc;}
.owl-dot.active {background-color:#1c84cd;}




/* ADAPTIVE
----------------------------------------------- */
.btn-menu, .btn-menu2 {display:none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#f8f8f8;
padding:10px 15px; z-index:9999; position:fixed; left:-280px; 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) {
.wrap-center {max-width:1000px;}
.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) {
.wrap-center {max-width:768px;}
.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: rgba(0,0,0,0.3); 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) {
.wrap-center {max-width:640px;}
.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) {
.wrap-center {max-width:480px;}
body {background-image: none;}
.header, .carou {margin-bottom: 0;}
.shorts-header {display: block; text-align: center;}
.sorter {display: inline-block; margin-top: 10px;}
.short {margin: 0; border: 0; padding: 0; float: left; margin-bottom: 30px; 
width: calc(50% - 7px); width: -webkit-calc(50% - 7px); display: block;}
.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-top {display: block;}
.short .short-top-left h2 a {font-size: 18px; height: 20px; line-height: 20px; overflow: hidden; 
white-space: nowrap; text-overflow: ellipsis; display: block; width: 100%;}
.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:300px;}
.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;}
.logo {width: 180px; padding-top: 2px; overflow: hidden;}
.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:250px;}
}




/* top
----------------------------------------------- */
.top-wrap {position:relative; padding-top:20px;}
.top-liders-bg {background:
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0,
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px,
radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 50px 0,
radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 0 50px,
radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 50px 0,
radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 100px 50px,
radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 0 0,
radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 50px 50px,
linear-gradient(45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0,
linear-gradient(-45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0;
background-color: #300; background-size: 100px 100px; position:absolute; height:400px;  border:10px solid #d8232a; 
overflow:hidden; border-radius:4px; width:100%; left:0; top:0;}
.top-liders-bg:before {content:""; position:absolute; left:0; right:0; bottom:0; height:160px; 
background: linear-gradient(to bottom, #ffdd00 0%,#fb9d23 100%); border-radius:50% 50% 0 0;}
.tl-title {text-align:center; font-size:32px; font-weight:700; color:#ffdd00; padding:10px 0; text-transform:uppercase;}
.tops-item {display:block; width:21%; margin:0 2% 40px 2%; float:left; position:relative;}
.tops-item a {display:block;}
.tops-img {height:230px; border:5px solid #d8232a; border-radius:4px; overflow:hidden;}
.tops-img img {transition:opacity .2s linear;}
.top-liders {counter-reset:li; list-style:none; position:relative; z-index:100; padding-top:440px;}
.tops-item a:before {content:counter(li); counter-increment:li; width:116px; height:110px; text-align:center; line-height:105px; 
font-size:28px; font-weight:700; position:absolute; left:50%; bottom:0; margin:0 0 -35px -58px; color:#fff; z-index:200;
background:url(../images/medal.png) -2px 0 no-repeat;}
.tops-img:hover img {opacity:0.7;}
.tops-item:nth-child(1), .tops-item:nth-child(2), .tops-item:nth-child(3) 
{position:absolute; top:60px; left:50%; width:174px; margin:0; box-shadow:10px 10px 10px 0 rgba(0,0,0,0.3); z-index:100;}
.tops-item:nth-child(1) {margin-left:-87px;}
.tops-item:nth-child(2) {margin-left:-310px; top:80px;}
.tops-item:nth-child(3) {margin-left:135px; top:100px;}
.tops-item:nth-child(1) .tops-img, .tops-item:nth-child(2) .tops-img, .tops-item:nth-child(3) .tops-img {height:230px;}
.tops-item:nth-child(1) a:before, .tops-item:nth-child(2) a:before, .tops-item:nth-child(3) a:before 
{color:#ffdd00; background:url(../images/medal2.png) -2px 2px no-repeat;}

@media screen and (max-width: 1220px) {
.tops-item {width:23%; margin:0 1% 40px 1%;}
.tops-img {height:180px;}
.tops-item:nth-child(2) {margin-left:-290px;}
.tops-item:nth-child(3) {margin-left:115px;}
}
@media screen and (max-width: 950px) {
.tops-img {height:200px;}
}
@media screen and (max-width: 760px) {
.tops-item {width:31.33%;}
.tops-item:nth-child(2) {margin-left:-275px;}
.tops-item:nth-child(3) {margin-left:100px;}
}
@media screen and (max-width: 590px) {
.top-liders-bg {height:auto; padding-bottom:20px; display:none;}
.top-liders-bg:before {display:none;}
.tops-item {position:relative !important; top:0 !important; left:0 !important; margin:0 auto 40px auto !important; float:none;}
.tops-img {height:160px;}
.top-liders {padding-top:0;}
.top-wrap {padding:0;}
}
@media screen and (max-width: 470px) {
.tl-title {font-size:24px;}
.tops-img {height:170px;}
.tops-item {width:48%;}
}



















