/* Datalife Engine template
by: redissx (E-mail: redissx@gmail.com, Website: webrambo.ru ), 
name: Play APK;
creation date: 25 december 2018,
version dle: 12-13
*/

/* 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;}
img {max-width: 100%;}
.h1-cols {display: flex; align-items: flex-end;}
.version {padding-left: 10px; color: #959595; float: left; position: relative; top: -3px; margin-right: 10px; padding-top: 10px; margin-bottom: 15px; font-size: 15px; font-weight: bold;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
.hidden-menu {position:absolute; left:0; top:100%; z-index:998; background-color:#fff; width:240px;
box-shadow:0 10px 20px 0 rgba(0,0,0,0.2); display:none;}
.hidden-menu a {display:block; padding:12px 15px; border-bottom:1px solid #e3e3e3; 
font-size: 12px; text-align: left; white-space: normal;}

body {font: 14px 'Open Sans', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background: #fafafa; min-height: 100%; width: 100%; font-weight: 400; letter-spacing: 0.5px;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #34ace0; text-decoration: none;}
/*.fdl-btn-wr a:hover, a:focus {color:#fff;}*/
h1 {font-weight: 600; font-size: 21px; padding-top: 10px; margin-bottom: 15px; padding-left: 27px;}
h2, h3, h4 {font-weight: 600; font-size: 18px; padding-top: 10px; margin-bottom: 15px; padding-left: 15px;}
h5 {font-weight: 600; font-size: 16px; padding-left: 15px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Open Sans' !important;}
.rei-count {display: inline-block; width: 25px; height: 21px; text-align: center;background-color: #d4e3c0;color: #fff;font-size: 15px;font-weight: 500;border-radius: 4px;top: -8px; position: relative; right: -10px;}
.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"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a { display: inline-block; text-align: center; padding: 5px; border-radius: 5px; cursor: pointer; color: #fff; background: #34ace0; font-size: 15px; font-weight: 500;}
.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: #3498db; 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);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 12px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent !important;}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit 
{overflow: hidden; position: relative;}
.img-resp {padding-top: 57%;}
.img-resp-vert {padding-top: 140%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.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: 90%; height: 90%; object-fit: cover; border-radius: 5px;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row, .mmenu ul {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-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.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;}

b, strong, .fw700 {font-weight: 600;}
.icon-left .fa {margin-right: 10px;}
.icon-right .fa {margin-left: 10px;}
.hidden, #dofullsearch, .frkl-top, .berrors + .sect .sect-icon, .berrors + .speedbar {display: none;}
.anim-all {transition: all .3s;}
.mtitle {margin-bottom: 30px; font-size: 24px; font-weight: 400;}
.short-in, .side-box, .sect-link, .sect-icon, .lcomm-text, .search-page, .fone, .fcomms, .mmenu-incat, .sect-top .top-item, 
.sfull, .rev-item, .spoiler-btn  {background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.05); border-radius: 6px;}
.search-page, .sfull {padding: 10px; margin-bottom: 15px;}
.frkl {overflow: hidden; padding: 10px;}
.frkl img {display: block;}
.mb30 {margin-bottom: 30px;}
.search-page .sfull {padding: 0; box-shadow: none;}
.fbtn-dl, .fdesc-title, .fdl-btn, .side-bt, .header {background: #27ae60; color: #fff;
background: linear-gradient(to right, #43a203, #4ba918);}
#dle-content1 {margin: 30px -8px 30px -8px;}
.fsub-dl-row {min-height: 79px;}
.wrap {user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none;}

/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; overflow: hidden; padding-top: 60px;}
.wrap-center {max-width:1200px; margin:0 auto; position:relative; z-index:20;}
.cols {padding: 15px 0;}
.sidebar {width: 280px; margin-right: 30px;}
.main {min-height: 100vh;}
.header {position: fixed; z-index: 997; left: 0; top: 0; width: 100%; box-shadow: 0 0 5px 0 rgba(0,0,0,.2);}
.sticky-hide {top:-70px;}
.is-active-login.sticky-hide, .is-active-search.sticky-hide {top:-140px;}
.sticky {top:0 !important;}
.tmenu {margin: 0 -2000px; padding: 0 2000px; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.05); }
.footer {background: #34495e url(/uploads/logo-footers.svg) center 18px no-repeat; color: #ccc; 
	margin: 0 -2000px; padding: 30px 2000px; line-height: 1.5;}

#gotop{position:fixed; width:50px; height:50px; line-height:46px; right:10px; bottom:10px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:1; background-color:#fff; color:#222; 
border-radius:50%; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}

/*DOWNLOAD
-------------------------------------------------Первая строка с main*/
.h1-cat {background-color: #ffffff; padding: 10px 10px; font-weight: 600; font-size: 21px; padding-top: 10px; margin-bottom: 15px; padding-left: 15px;} .short-in {height: 280px;} .short-desc {margin: 10px 0 0 0;}  .fa-clock:before {content:url(/uploads/fa-clock.svg); position: relative; top: -2px;} .fdesc-in ul li {list-style: disc; margin-left: 40px; padding-top: 5px;} .fa-cloud-download-2:before {content:url(/uploads/fa-cloud-download-2.png)} .fa-folder-open:before {content:url(/uploads/fa-folder-open.svg); position: relative; top: -2px;} .fa-modifi:before {content:url(/uploads/modifi.svg); position: relative; top: -2px;} .fa-tablet:before {content:url(/uploads/fa-tablet.svg); position: relative; top: -2px;} .fa-search:before {content:url(/uploads/fa-search.svg); position: relative;  top: 3px;} .fa-android:before {content:url(/uploads/fa-android.svg)}.fa-wrench:before {content:url(/uploads/fa-wrench.svg)} .link-1:before {content:url(/uploads/icons-link.png)} .star-icon:before {content:url(/uploads/star-icon.svg); position: relative; top: 2px; left: -4px;} .version {padding-left: 10px; color: #319824; float: left; position: relative; top: -3px; margin-right: 10px; padding-top: 10px; margin-bottom: 15px; font-size: 15px; font-weight: bold;} .short-version {margin: 10px 5px; overflow: hidden; white-space: nowrap; border: 1px solid #dadce0; border-radius: 4px; padding: 1px 8px;} .attach-info {display: inline-block; margin-top: 7px; padding: 3px; background: #3c9303; text-align: center; font-size: 10px !important; color: #fff; border-radius: 3px;} .text_spoiler > ul li {list-style: disc; margin-left: 40px; padding-top: 5px;} .tabs-b.visible {display: block; min-height: 230px;} .scriptcode, .title_spoiler, .text_spoiler {padding: 3px 10px 3px 5px;} .text_spoiler {border-top: 0; word-wrap: break-word; hyphens: auto; line-height: 1.7;} .text_spoiler.full-text p {hyphens: auto; line-height: 1.7;}  .fdesc p {hyphens: auto; line-height: 1.7;} .text_spoiler_a:before {content:url(/uploads/info.svg); padding-right: 10px;} .fdl-btn:hover .attach-info {background: #27590d;} .arh-7 {margin-left: 4px; padding: 2px 3px; background: #cf396c; border: 0.2px solid;} .arh-8 {margin-left: 4px; padding: 2px 3px; background: #3989cf; border: 0.2px solid;}
.download-bottom{
    /* box-sizing: border-box; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
        position: fixed;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    z-index: 9;
    transform: translateY(100%);
    transition: transform .2s ease;
    transform: translateY(0);
}

.download-bottom-btn {
    width: 100%;
    box-sizing: border-box;
    background: #49a713;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 4px rgba(0,0,0,.24);
    padding: 12px;
    display: flex;
    opacity: 0.7;
}

.down-b1 {
   	 flex-basis: 100%;
   	 	width: 150px;
        max-width: 375px;
    	margin: 0 auto;
    	border-radius: 6px 6px 0 0;
}

.fdm-button-download {
    width: 100%;
    outline: none;
    border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    border: 0;
}

.cloud-download-btn {
	width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 6px;
}

.download-btn-down {
	padding-left: 16px;
    color: #fff;
}
/* BASIC GRID
----------------------------------------------- */

/* HEADER
----------------------------------------------- */
.logo {width: 280px; height: 60px; display: block;}
.btn-menu {font-size: 18px; cursor: pointer; margin: 0 30px; text-align: center;
height: 40px; line-height: 40px; width: 40px; border-radius: 7px; background-color: #fff; color: #000;}
.search-wrap {width: 300px;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {padding: 0 45px 0 15px; 
background-color: #e8e5e5; color: #fff; border-radius: 7px; box-shadow: none;}
.search-box input::placeholder {color: #fff; opacity: 1; font-size: 12px;} 
.search-box button {position:absolute; right:5px; top:0px; z-index:10; padding:0 !important; 
background-color:transparent !important; color:#fff !important; font-size: 18px !important; width: 40px;}

.login-btns {box-shadow: inset 0 0 0 2px #49a713; height: 40px; border-radius: 20px; margin-left: 30px;}
.btn-reg, .btn-login {height: 32px; line-height: 32px; border-radius: 16px; font-size: 12px; cursor: pointer;
	display: inline-block; vertical-align: top; 
	padding: 0 15px; margin-top: 4px; color: #fff !important;}
.btn-login {background-color: #49a713; margin-right: 4px;}
.btn-reg {padding-right: 5px;}
.btn-reg:hover {text-decoration: underline;}
.btn-login:hover {background-color: #34ace0;}

.tmenu > ul li {display: inline-block; vertical-align: top; margin-right: 30px;}
.tmenu > ul li a, .tmenu > ul li span {display: block; height: 60px; line-height: 60px;}
[data-count]:after {content: attr(data-count); display: inline-block; vertical-align: top; 
width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 15px; font-size: 12px; font-weight: 500; 
background-color: #34ace0; color: #fff; margin: 15px 0 0 10px;}
.tmenu > ul li span:hover {cursor: pointer; color: #34ace0;}

/* MENU
----------------------------------------------- */
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.mmenu-overlay {position: fixed; left: 0; top: 0; width: 100%; height: 100%; 
background-color: rgba(0,0,0,0.8); z-index: 9999; display: none;}
.mmenu-box {width: 1040px; height: calc(100% - 60px); position: fixed; z-index: 9999; left: 50%; top: 50%;
background-color: #ebeff3; overflow-x: hidden; overflow-y: auto; transform: translate(-50%,-50%); display: none;}
.mmenu-close {background-color: #e74c3c; color: #fff; padding: 0 15px; 
	cursor: pointer; text-align: right; height: 50px; line-height: 50px;}
.mmenu-cols {min-height: calc(100% - 50px);}
.mmenu {width: 40%;}
.mmenu:nth-child(3) {width: 20%;}
.mmenu-caption {padding: 15px; background-color: #27ae60; color: #fff !important; font-size: 18px; display: block;}
.yellow {background-color: #ffb142;}
.blue {background-color: #34ace0;}
.mmenu:nth-child(2n) {background-color: #fff;}
.mmenu ul {padding: 15px 0px 5px 10px;}
.mmenu li {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: auto; margin: 0 10px 10px 0;}
.mmenu li a {padding: 10px 15px; border-radius: 18px; 
	display: block; white-space: nowrap; background-color: #fff;}
.mmenu:nth-child(2n) li a, .mmenu-incat li a {background-color: #ebeff3;}
a.mmenu-caption:hover {text-decoration: underline;}
.mmenu li a:hover {background-color: #2ecc71 !important; color: #fff !important;}
.cloned {display: none;}
.mmenu-incat {width: 100% !important;}

/* SECT
----------------------------------------------- */
.sect + .sect {margin-top: 30px;}
.sect-header {margin-bottom: 30px; position: relative; padding-left: 65px;}
.sect-title, .sect-title h1, .sect-title h2, .sect-title h3, .sect-title h4 {font-size: 28px; font-weight: 400;}
.sect-title div {font-size: 12px; font-weight: 300; opacity: 0.8; margin-top: 5px;}
.sect-link {display: inline-block; height: 40px; line-height: 40px; padding: 0 15px; 
border-radius: 5px; margin-left: 15px; cursor: pointer;}
.sect-link .fa {color: #34ace0;}
.color-white {color: #fff;}
.sect-cont {margin: 0 -8px -16px -8px;}
.sect-icon {width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 50%; 
font-size: 24px; color: #34ace0; position: absolute; left: 0; top: 50%; transform: translate(0%,-50%);}
.sect-lcomms {column-width:290px; column-gap:16px;}
.mb-rem-15 {margin-bottom: -15px;}
.sect-weektop {background: #27ae60 url(../images/bg.jpg) center center / cover no-repeat; 
	color: #fff; padding: 30px; border-radius: 6px; position: relative; overflow: hidden;}
.sect-weektop .top-item {width: 32%; color: #fff; margin: 0 0 15px 0 !important; 
	padding: 0 !important; border: 0 !important;}
.sect-weektop .top-cat {color: #cefdd0;}
.sect-weektop .top-count {color: #cefdd0; opacity: 1; display: none;}
.sect-weektop > * {position: relative; z-index: 10;}
.sect-weektop:after {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 5; opacity: 0.8; 
background: linear-gradient(to left, #2ecc71, #27ae60);}
.sect-top .top-item {color: #000; padding: 15px !important;}
.sect-top {background: none; color: #000; padding: 0; overflow: visible;}
.sect-top:after {display: none;}
.sect-top .top-img {width: 70px; height: 70px;}
.sect-cont-incat {margin-bottom: 0;}

/* SHORT
----------------------------------------------- */
.short {float: left; width: 25%; padding: 0 8px; margin-bottom: 16px;}
.short-in {padding: 15px; text-align: center; position: relative; height: 280px;}
.short-link {display: block;}
.short-img {width: 90px; height: 90px; margin: 0 auto 10px auto; border-radius: 6px;}
.short-title {height: 18px; margin-bottom: 8px; font-size: 16px;}
.short-desc {margin: 10px 0 0 0; line-height: 20px; height: 80px; overflow: hidden; font-size: 12px; color: #999; hyphens: auto;}
.short-rate {width: 30px; height: 30px; line-height: 30px; border-radius: 15px; 
background-color: #2ecc71; color: #fff; font-size: 12px;
position: absolute; top: 95px; left: 50%; margin-left: -15px; pointer-events: none;}
.short-rating.mrating {transform: scale(0.7,0.7); transform-origin: center bottom;}
.mrating-b {padding-left: 10%;}
.short-label {position: absolute; left: 0; top: 0; 
	height: 20px; line-height: 20px; width: 40px; border-radius: 6px 0 6px 0; pointer-events: none;
background-color: #ffb142; color: #fff; text-transform: uppercase; font-size: 10px;}
.short-label + .short-label {border-radius: 0 6px 6px 0; top: 25px;}
.short-label + .short-label + .short-label {border-radius: 0 6px 6px 0; top: 50px;}
.short-upd {background-color: #34ace0; color: #fff;}
.short-new {background-color: #27ae60; color: #fff;}
.rate3-short {white-space:nowrap; border-top: 3px dotted #e3e3e3; padding-top: 8px; margin-top: 15px; 
	font-size: 12px; margin-bottom: -7px;}
.r3-hide {display:none;}
.sr-plus1 .fa, .sr-minus1 .fa {font-size:16px; margin-right: 10px;}
.sr-plus1 .fa {color:#27ae60;}
.sr-minus1 .fa {color:#e74c3c;}
.sr-plus1[onclick]:hover .fa, .sr-minus1[onclick]:hover .fa {color: #000; cursor: pointer;}
.short-link:hover .short-img {animation: bounce 0.5s linear;}
.short-link:hover .short-rate {left: 100%; opacity: 0;}
@keyframes bounce {
	0% { transform: scale(1,1); } 
	40% { transform: scale(1,0.8); }
	60% { transform: scale(1,1); }
	80% { transform: scale(1,0.9); }
	100% { transform: scale(1,1); }
}

/* SIDE
----------------------------------------------- */
.side-box + .side-box {margin-top: 15px;}
.side-bt {border-radius: 3px 3px 0 0; font-size: 18px; padding: 15px;}
.top-item {padding: 8px 15px; font-size: 12px; position: relative;}
.top-item + .top-item {border-top: 1px solid #e9e9e9;}
.top-img {width: 50px; height: 50px; margin-right: 15px; border-radius: 6px;}
.top-title {}
.top-cat {font-size: 12px; color: #999; margin-top: 5px;}
.top-count {font-size: 20px; opacity: 0.2; z-index: 10;
position:absolute; top:50%; left:0; margin-top: -10px; height:20px; line-height:20px; width: 50px; text-align: center;}
.side-bc-comms {padding: 15px;}
.side-bc-comms .lcomm:last-child {margin-bottom: 0;}
.side-bc-comms .lcomm-text {background-color: #ebeff3; box-shadow: none;}
.side-bc-comms .lcomm-text:before {border-bottom-color: #ebeff3;}

/* LAST COMMENTS
----------------------------------------------- */
.lcomm {margin-bottom: 15px; width: 100%; font-size: 12px;}
.lcomm-av {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px; background-color: transparent;}
.lcomm-name {margin-bottom: 5px; opacity: 0.6;}
.lcomm-date {font-size: 10px; opacity: 0.6;}
.lcomm-text {padding: 10px; 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: #fff;}
.lcomm-title {display: block;}
.lcomm-reply {margin-top: 8px;}

/* FILTER
----------------------------------------------- */
.filt-col {width: 18.6%;}
.filt-range {padding: 0 23px;}
.filt-row + .filt-row {margin-top: 15px;}
.filt-col select, .filt-col input[type="button"], .filt-col-2 input[type="text"] {width: 100%; height: 30px; padding: 0 10px;}
.filt-col input[type="button"] {line-height: 30px; width: 100%; font-size: 14px; font-weight: 500; margin-bottom: 10px;}
.filt-col-2 input[type="text"] {line-height: 30px; width: 100%;}
.filt-col input[type="button"]:last-child {margin-bottom: 0;}
.filt-box .side-bc {padding: 15px;}
.side-bt input[type="button"] {margin-left: 8px; height: 20px; line-height: 20px; border-radius: 10px; 
background-color: #fff; color: #000; font-size: 12px; font-weight: 400;}

/* NEWS
----------------------------------------------- */
.news-wrap {font-size: 0; white-space: nowrap; overflow-y: hidden; overflow-x: auto; margin-bottom: 20px;}
.news-item {display: inline-block; vertical-align: top; width: 222px; height: 360px; 
position: relative; overflow: hidden; font-size: 12px; color: #fff !important; background-color: #000;}
.news-desc {position: absolute; z-index: 10; left: 0; bottom: 0; right: 0; padding: 20px; white-space: normal;}
.news-text {line-height: 1.7; opacity: 0.8;}
.news-title {margin-bottom: 10px; line-height: 1.7; font-size: 16px;}
.news-date, .news-views {display: inline-block; position: absolute; z-index: 11; top: 20px; right: 20px; 
padding: 0 10px; height: 20px; line-height: 20px; border-radius: 10px; 
background-color: rgba(255,255,255,0.9); color: #949494;}
.news-views {top: 50px;}
.news-item img, .sh-news2 .s-img img {width: 100%; height: 100%; object-fit: cover; transition: opacity .2s linear;}
.news-item:hover img {opacity: 0.6;}
.news-item:before {content: ''; position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; height: 80%;} 
.news-item:nth-child(2n+1):before {background: linear-gradient(to bottom, rgba(0,0,0,0 ) 0%, rgba(39, 174, 96,1) 65%);}
.news-item:nth-child(2n):before {background: linear-gradient(to bottom, rgba(0,0,0,0 ) 0%, rgba(255, 177, 66,1) 65%);}
.news-item:nth-child(3n):before {background: linear-gradient(to bottom, rgba(0,0,0,0 ) 0%, rgba(52, 172, 224,1) 65%);}
.news-item:nth-child(4n):before {background: linear-gradient(to bottom, rgba(0,0,0,0 ) 0%, rgba(46, 204, 113,1) 65%);}

/* SITE DESC
----------------------------------------------- */
.site-desc {line-height: 1.7; color: #5c5c5c; margin-top: 60px;}
.site-desc h1, .site-desc h2 {font-size: 18px; font-weight: 400; margin-bottom: 15px; color: #000;}
.site-desc li {list-style-type: disc; margin-left: 40px;}
.site-desc a {color: #34ace0; text-decoration: underline;}
.site-desc img {float: left; max-width: 200px; margin: 0 10px 10px 0;}

.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
background:linear-gradient(to bottom, rgba(235,239,243,0) 0%, #ebeff3 100%);}
.slice-btn {margin:15px 0 0 0;}
.slice-btn span {display:inline-block; cursor:pointer; text-decoration:underline; color:#27ae60;}

/* FOOTER, PAGS
----------------------------------------------- */
.ft-left, .ft-right {width: calc((100% - 340px)/2);}
.ft-right {text-align: right; font-size: 12px;}
.ft-left a {color: #fff; margin-right: 8px;}
.ft-left a:hover {text-decoration: underline;}

.pagi-load {text-align:center; padding-bottom: 30px;}
.pagi-load > span {display:none;}
.bottom-nav {line-height:40px; text-align:center; padding-top: 30px;}
.pagi-nav {padding: 0 15px;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {padding: 0 15px; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.05);}
.navigation {text-align:center; margin: 0 15px;}
.navigation a, .navigation span {display:inline-block; margin: 0 2px; background-color: #fff; 
min-width: 40px; padding: 0 5px; box-shadow: 0 0 20px rgba(0,0,0,0.05); border-radius: 4px;}
.navigation span:not(.nav_ext) {background-color:#27ae60; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0; padding-bottom:20px;}
.pagi-nav .fa {color: #a8a8a8;}

/* FULL
----------------------------------------------- */
.speedbar {color: #888; font-size: 12px; height: 50px; padding-top: 20px;}
.speedbar .fa {color: #34ace0;}
.fcol-left {width: 210px; padding: 10px 10px 25px 20px;}
.fposter {width: 150px; background-color: #fff; border-radius: 4px; text-align: center; 
border: 0px solid #fff;}
.fcol-right {padding: 15px 30px 30px 0;}
.fcols h1 {font-size: 28px; margin-bottom: 15px;}
.fbtn-dl, .fbtn-fav {display: inline-block; vertical-align: top; height: 36px; line-height: 36px; 
padding: 0 15px; margin-right: 12px; cursor: pointer; border-radius: 6px; float: right; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .11);}
.fbtn-fav {box-shadow: inset 0 0 0 2px #34ace0;}
.fbtn-fav .fa {color: #e74c3c;}
.fcols h1 a {font-size: 18px; margin-left: 10px; position: relative; top: -3px;}
.fbtns .share-box {display: inline-block; vertical-align: top; padding-top: 6px; margin-left: 12%;}

.fcols2 {background-color: #fefefe;
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.1), inset 0 -20px 20px -20px rgba(0,0,0,0.1);}
/*.fcol2-right {width: 400px;}*/
.fcol2-left {padding: 5px 10px 5px 10px;}
.finfo div {padding: 7px 0px 7px 200px; position: relative; border-bottom: 1px solid #e3e3e3;}
.finfo div:last-child {border: 0;}
.finfo div .fa {position: absolute; left: 0; color: #27ae60;}
.finfo div > .fa + span {color: #999; font-size: 12px; 
	position: absolute; left: 25px; top: 9px;}
.finfo a {text-decoration:underline; color:#828f71;}
.finfo img {height: 20px; margin-top: -2px;}
.gallery-hidden {display: none;}
.gallery-shown {width: 100%; max-width: 100%; text-align: center;}
.scr {padding: 15px 30px 15px 0;}
.tabs-b {display:none;}
.tabs-b.visible {display:block;}
.tabs-sel {margin-bottom:15px; white-space:nowrap; overflow-y:hidden; overflow-x:auto; font-size: 0;}
.tabs-sel span {display:inline-block; line-height:40px; padding:0 15px; background-color:#fff;
border-radius:4px; margin-right:5px; cursor:pointer; height: 40px; font-size: 14px;}
.tabs-sel span.current {color: #fff; background-color: #27ae60;}
.tabs-sel span + span {margin-left:10px;}

.scr-box {white-space:nowrap; overflow-y:hidden; overflow-x:auto;}
.scr-box a, .scr-box > img {display:inline-block; vertical-align:top; margin-right:15px; 
height:230px; overflow:hidden;}
.scr-box a img {display:block; width:100%; height: 100%; object-fit: cover;}
.scr-box br {display:none;}
@media screen and (min-width: 950px) {
.scr .video-box embed, .scr .video-box object, .scr .video-box video, .scr .video-box iframe, .scr .video-box frame 
{height:250px;}
}

.frate {margin-bottom: 15px;}
.mrating-count {opacity: 0.8; text-align: center;}
/*--- RATING ---*/
.unit-rating{list-style:none;margin:0;padding:0;width:86px;height:17px;position:relative;
background:url(/uploads/rating1.png) repeat-x; display:inline-block;}
.unit-rating li{text-indent:-90000px;padding:0;margin:0;float:left}
.unit-rating li a{display:block;width:17px;height:17px;text-decoration:none;text-indent:-9000px;
z-index:17;position:absolute;padding:0}
.unit-rating li a:hover{background:url(/uploads/rating1.png) 0 -17px;z-index:2;left:0}
.unit-rating a.r1-unit{left:0}
.unit-rating a.r1-unit:hover{width:17px}
.unit-rating a.r2-unit{left:17px}
.unit-rating a.r2-unit:hover{width:34px}
.unit-rating a.r3-unit{left:34px}
.unit-rating a.r3-unit:hover{width:51px}
.unit-rating a.r4-unit{left:51px}
.unit-rating a.r4-unit:hover{width:68px}
.unit-rating a.r5-unit{left:68px}
.unit-rating a.r5-unit:hover{width:85px}
.unit-rating a.r6-unit{left:85px}
.unit-rating a.r6-unit:hover{width:102px}
.unit-rating a.r7-unit{left:102px}
.unit-rating a.r7-unit:hover{width:119px}
.unit-rating a.r8-unit{left:119px}
.unit-rating a.r8-unit:hover{width:136px}
.unit-rating a.r9-unit{left:136px}
.unit-rating a.r9-unit:hover{width:153px}
.unit-rating a.r10-unit{left:153px}
.unit-rating a.r10-unit:hover{width:170px}
.unit-rating li.current-rating{background:url(/uploads/rating1.png) 0 -34px;position:absolute;
height:17px;display:block;text-indent:-9000px;z-index:1}

.mrating .unit-rating{list-style:none;margin:0;padding:0;width:150px;height:30px;position:relative;
background:url(/uploads/rating1.png) repeat-x; display:inline-block;}
.mrating .unit-rating li{text-indent:-90000px;padding:0;margin:0;float:left;width:30px;height:30px;}
.mrating .unit-rating li a{display:block;width:30px;height:30px;text-decoration:none;text-indent:-9000px;
z-index:17;position:absolute;padding:0}
.mrating .unit-rating li a:hover{background:url(/uploads/rating1.png) 0 -30px;z-index:2;left:0}
.mrating .unit-rating a.r1-unit{left:0}
.mrating .unit-rating a.r1-unit:hover{width:30px}
.mrating .unit-rating a.r2-unit{left:30px}
.mrating .unit-rating a.r2-unit:hover{width:60px}
.mrating .unit-rating a.r3-unit{left:60px}
.mrating .unit-rating a.r3-unit:hover{width:90px}
.mrating .unit-rating a.r4-unit{left:90px}
.mrating .unit-rating a.r4-unit:hover{width:120px}
.mrating .unit-rating a.r5-unit{left:120px}
.mrating .unit-rating a.r5-unit:hover{width:150px}
.mrating .unit-rating a.r6-unit{left:150px}
.mrating .unit-rating a.r6-unit:hover{width:180px}
.mrating .unit-rating a.r7-unit{left:180px}
.mrating .unit-rating a.r7-unit:hover{width:210px}
.mrating .unit-rating a.r8-unit{left:210px}
.mrating .unit-rating a.r8-unit:hover{width:240px}
.mrating .unit-rating a.r9-unit{left:240px}
.mrating .unit-rating a.r9-unit:hover{width:270px}
.mrating .unit-rating a.r10-unit{left:270px}
.mrating .unit-rating a.r10-unit:hover{width:300px}
.mrating .unit-rating li.current-rating{background:url(/uploads/rating1.png) 0 -60px;position:absolute;
height:30px;display:block;text-indent:-9000px;z-index:1}


.rate-votes {width: 100%;}
.rate3 {height:60px; width:100%; position:relative; display:inline-block; text-align:center; 
	padding:0 75px; overflow:hidden;}
.rate3-hide {display:none;}
.pluss, .minuss {cursor:pointer; width:60px; height:60px; line-height:60px; position:absolute; top:0; left:0; 
color:#fff; background-color:#2ecc71; border-radius:50%;}
.minuss {background-color:#e74c3c; left:auto; right:0;}
.rate3 span.fa {font-size:34px; display:inline-block; line-height:60px; height:60px;}
.rate-info {height:100%; 
display:flex; flex-direction:column; justify-content:center; align-items:center;}
.ratebar {width:100%; min-height:10px; height:10px; border-radius:4px; overflow:hidden; margin:5px 0 5px 0; 
position:relative; background-color:#e74c3c;}
.ratefill {width:50%; height:100%; position:absolute; left:0; top:0; background-color:#2ecc71; transition:width 1s linear;}
.rateperc {margin-right:5px; font-size:24px;}
.rate-sub {font-size:12px; color: #999;}

.fdesc {padding: 20px 10px 10px 10px;}
.fdesc-title {font-size: 18px; margin: -20px 0px 15px 0px; padding: 5px 30px; background: #f1f1f1; color: black;}
.fsub-dl {padding: 30px;}
.fsub-dl-row + .fsub-dl-row {margin-top: 15px;}
.fsub-dl-row > * {width: 48%;}
.fdl-sub-title {font-size: 18px;}
.fdl-sub-title div + div {font-size: 24px; color: #27ae60;}
.fdl-sub-caption {font-size: 18px; margin-bottom: 10px;}
.fsub-dl-row li {margin-left: 30px; list-style-type: disc;}
.fsub-dl-row li a {color: #34ace0; text-decoration: underline;}
.fsub-dl-row li a:hover {text-decoration: none;}
.fsub-dl-row li + li {margin-top: 10px;}
.btn-gp {display: inline-block; position: relative; overflow: hidden; border-radius: 10px;}
.btn-gp img {width: 240px;}
.btn-gp-label {height: 40px; line-height: 60px; width: 100px; background-color: #2ecc71; color: #fff; 
transform: rotate(45deg); position: absolute; right: -40px; top: -10px; 
text-transform: uppercase; font-size: 12px; text-align: center;}

.fdl-desc {background-color: #e0f2f1; padding: 15px; margin: -30px -30px 30px -30px;}
.fdl-desc b {font-weight: 400; font-size: 16px;}
.fdl-desc .fa {color: #34ace0;}
.fdl-desc > div {background-color: #fff; padding: 10px; border-radius: 4px; margin-top: 10px; line-height: 1.7;}
.fdl-btn {margin-bottom: 10px; padding: 10px 15px; border-radius: 6px; position: relative; padding-left: 60px; 
	min-height: 56px; cursor: pointer; font-size: 15px; box-shadow: 3px 3px 6px rgb(208 208 208 / 79%);}
.fdl-btn-icon {width: 65px; height: 100%; border-radius: 4px 0 0 4px; text-align: center;
position: absolute; left: 0; top: 0; font-size: 24px;}
.fdl-btn-title div {font-size: 14px; margin-bottom: 5px; opacity: 0.9;}
.fdl-btn-info {width: 200px; text-align: right; font-size: 12px;}
.fdl-btn-size {display: inline-block; background-color: #598d26; color: #fff; padding: 5px 5px; border-radius: 4px;}
.fdl-btn-count {margin-top: 5px; opacity: 0.8; font-size: 12px;}
.fdl-btn:hover {color: #fff; background:  #2f6a0f/*#27ac5f*/;}
.fdl-btn:hover .attach-info {background: #2a5f0e;}

.fdl-old {padding: 10px; border-radius: 4px; background-color: #e0f2f1; margin-bottom: 10px;}
.fdl-old-toggle {text-decoration: underline; color: #34ace0; cursor: pointer;}
.fdl-old-hidden {margin-top: 10px; display: none;}
.fdl-old .fdl-btn {background: #7f8c8d; color: #fff;}
.fdl-old-capt {padding: 5px 15px; display: inline-block; font-size: 16px; 
	background-color: #34ace0; color: #fff; border-radius: 4px; margin-bottom: 10px;}
.adreno {background-color: #e74c3c !important;}
.powervr {background-color: #2980b9 !important;}
.tegra {background-color: #ffb142 !important;}
.fdl-ctrl {margin-bottom: 10px;}
.fdl-ctrl > * {display: block; text-align: center; width: 100%; background-color: #34ace0; color: #fff !important; 
border-radius: 4px; padding: 10px; font-size: 16px; cursor: pointer;}
.fdl-ctrl a {background-color: #4f586f;}
.fdl-ctrl > *:hover {opacity: 0.8;}
.fdl-cont > *:last-child, .fdl-old-hidden > *:last-child {margin-bottom: 0;}

.fcol2-dl {padding: 15px 30px;}
.fcounter {font-size: 24px; padding-top: 0; height: 56px; line-height: 56px;}
.dl-full {padding-top: 50px;}

.rev-item {margin-bottom: 15px;}
.rev-header {padding: 10px 15px; border-bottom: 1px solid #e3e3e3; font-size: 12px;}
.rev-body {padding: 15px;}
.rev-ava {width: 50px; height: 50px; border-radius: 4px; margin-right: 10px; background-color: #000;}
.rev-rate {margin-top: 8px; display: inline-block; background-color: #34ace0; color: #fff; 
	padding: 5px 5px; border-radius: 4px;}
.spoiler-btn {margin-bottom: 30px; border-radius: 6px; padding: 10px; cursor: pointer; font-size: 18px;}
.spoiler-btn .fa {color: #34ace0;}
.spoiler-btn:hover {text-decoration: underline;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {font-size:14px; line-height:1.7; color: #5c5c5c;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.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:#34ace0;}
.full-text a:hover {text-decoration:none;}
.fdesc-in a {text-decoration:underline; color:#34ace0;}
.fdesc-in 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:600;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:0; margin-bottom: 15px;}
.full-text > ul li {list-style:disc; margin-left:40px;}
.full-text > ol li {list-style:decimal; margin-left:40px;}


/* COMMENTS
----------------------------------------------- */
.fcomms {padding: 30px;}
.add-comm-form {position:relative;}
.ac-soc {position:absolute; right:0px; top:-10px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px; height: 30px; border-radius: 15px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.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 {font-size: 18px; margin-bottom:15px;}
.ac-inputs input {width:49%;}
.ac-textarea textarea {height:85px;}
.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;}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#ebeff3; margin:20px 0 0 0;}
.last-comm-link {font-size:16px; margin-bottom:10px; padding-top: 30px;}
.last-comm-link a {text-decoration:underline; color: #34ace0;}
.comments_subscribe input {margin-right: 10px; position: relative; top: -2px;}

.comm-item {margin-top: 30px; font-size: 12px;}
.comm-left {width: 50px; margin-right: 25px;}
.comm-right {background-color: #ebeff3; padding: 15px 15px; border-radius: 6px; position: relative;}
.comm-right:before {content: ''; border: 10px solid transparent; border-right: 10px solid #ebeff3; 
position: absolute; right: 100%; top: 17px;}
.comm-img {height: 50px; border-radius: 50%; background-color: transparent;}
.comm-two {margin: 10px 0 15px 0;}
.comm-one > span {margin-right: 15px; color: #939393; font-weight: 300;}
.comm-one > span.comm-author {color: #27ae60; font-weight: 400;}
.comm-one > span.comm-author a {color: #27ae60;}
.comm-three-left > a, .comm-three-right li a {color: #939393;}
.comm-three-left > a > .fa {margin-right: 10px;}
.comm-three-right li {display: inline-block; margin-left: 10px;}
.comm-rate3 {white-space:nowrap; font-size:18px; margin-right: 15px; height: 20px; line-height: 20px; 
	display: inline-block; vertical-align: top; color: #909090; position: relative; top: -3px; 
position: absolute; right: 0px; top: 10px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; color: #909090; 
position: relative; top: -2px;}
.comm-rate3 a:hover {color: #000;}
.comm-rate3 a:last-child {margin-bottom: -6px;}
.comm-rate3 > span {margin: 0 5px; font-size: 16px;}
.comm-rate3 > span > span.ratingtypeplus {color: #06b601;}
.comm-rate3 > span > span.ratingplus {color: #95c613;}
.comm-rate3 > span > span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {text-decoration: underline;}



/* LOGIN
----------------------------------------------- */
.login-overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
background-color: #000; opacity: 0.6; display: none;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #fff; padding: 50px 60px 40px 60px; width: 400px; 
box-shadow: 0 20px 60px rgba(0,0,0,0.5); display: none;}
.login-close {width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 16px; 
	cursor: pointer; position: absolute; top: -30px; right: 0; color: #fff; background-color: #e74c3c;}
.login-title {font-size: 18px; font-weight: 500; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto; 
text-align: center; line-height: 60px; font-size: 24px; background-color: #f2f6f8; color: #939393;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #34ace0; color: #34ace0; font-size: 12px; margin-left: 15px;}
.login-check {position: relative; font-size: 14px;}
.login-check input {opacity: 0; position: absolute; cursor: pointer;}
.login-check span {display: block; padding-left: 36px; height: 30px; line-height: 30px; color: #939393;}
.login-check span:before, .login-check span:after{content: '';position: absolute;top: 50%;transition: .3s;}
.login-check span:before{left: 0; height: 10px; margin-top: -5px; width: 26px; border-radius: 5px; 
	background: #fff; box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);}
.login-check span:after{left: 1px; height: 12px; width: 12px; margin-top: -6px; background: #2ecc71;
	border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0);}
.login-check input:checked + span:before {background-color: #fff;}
.login-check input:checked + span:after {left: 13px; background-color: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3);}
.login-menu {border-top: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3;}
.login-menu li {text-align: center; border-right: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3ee; width: 50%;}
.login-menu a {display: block; padding: 10px 5px; font-size: 12px;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #06c;}
.login-menu a:hover {background-color: #f2f6f8;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}
.login-soc-title {display: flex; align-items: center; margin: 30px 0 15px 0;}
.login-soc-title:before, .login-soc-title:after {content: ''; height: 1px; background-color: #e3e3e3; flex: 1;}
.login-soc-title:before {margin-right: 15px;}
.login-soc-title:after {margin-left: 15px;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login-soc-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login-input button {margin-left: 15px;}
.login-input input {border-radius: 20px;}







/* ADAPTIVE
----------------------------------------------- */
.btn-auth, .btn-search {display:none;}

@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
#gotop {display: none !important;}
.header-in {padding-left: 10px; padding-right: 10px;}
.tmenu {padding: 10px 2010px; text-align: center; display: block;}
.tmenu > ul {display: none;}
.cols, .cols + .desc-here {padding: 0px 5px;}
.sidebar, .main {width: 100%; margin: 0 0 30px 0;}
.sidebar {column-width:320px; column-gap:30px; -ms-flex-order: 10;-webkit-order: 10;order: 10;}
.side-box {display: inline-block; vertical-align: top; width: 100%;}
.footer {background-position: center 30px; padding: 100px 2010px 15px 2010px; text-align: center; display: block;}
.ft-left, .ft-right {width: 100%; margin-bottom: 15px; text-align: center;}
.cols + .desc-here .site-desc {margin: 0; padding: 0;}
.cols + .desc-here {padding-top: 0;}
.wrap {padding-top: 0;}
.header {position: fixed;} /*relative*/
.mmenu-box {width: 100%; height: 100%; left: 0%; top: 0%; transform: none;}
.mmenu-cols {min-height: 1px;}
.mmenu {width: 100% !important;}
.cloned {display: block;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.search-wrap, .login-btns {display: none;}
.btn-search, .btn-auth {display: block; height: 40px; line-height: 40px; width: 20px; text-align: center; 
color: #fff; font-size: 18px; cursor: pointer; margin-right: 15px;}
.btn-menu {margin: 0;}
.logo {-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;}
.search-wrap {min-width: 100%; -ms-flex-order: 9;-webkit-order: 9;order: 9;}
.login-btns {min-width: 100%; -ms-flex-order: 9;-webkit-order: 9;order: 9; box-shadow: none; text-align: center;}
.is-active-search .search-wrap, .is-active-login .login-btns {display: block; margin: 0;}
.is-active-search, .is-active-login {padding-bottom: 10px;}

.fcol2-left, .fcol2-right {width: 100%; min-width: 100%;}
.scr {padding: 15px 10px;}
}

@media screen and (max-width: 760px) {
h1 {
    font-weight: 600;
    font-size: 21px;
    padding-top: 10px;
    margin-bottom: 15px;
    padding-left: 15px;
}    
.wrap-center {max-width:640px;}
.wrap:before, .sect-weektop {background-image: none;}
.sect-title, .sect-title h1, .sect-title h2, .sect-title h3, .sect-title h4 {font-size: 18px;}
.sect-header {padding-left: 0;}
.color-white {color: #000;}
.sect-icon, .sect-link .fa, .wrap:before, .wrap:after {display: none;}
.short {width: 33.33%;}
.sect-weektop .top-item {width: 50%;}
.filt-col {width: 48.5%; margin-bottom: 10px;}
.filt-col:last-child {width: 100%; margin-bottom: 0;}
.navigation {width: 100%; margin: 0 0 15px 0;}
.pprev {-ms-flex-order: 10;-webkit-order: 10;order: 10; margin-right: 7px;}
.pnext {-ms-flex-order: 11;-webkit-order: 11;order: 11; margin-left: 7px;}
.navigation a, .navigation span {margin-top: 10px;}

.tmenu-showfull {display: none;}
div.speedbar {margin: -30px -2000px 10px -2000px; padding: 10px 2000px; 
	background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.05); height: auto;}
.full {margin-left: -10px; margin-right: -10px;}
.fone {border-radius: 0;}
.fcols {align-items: center; background-color: #ffffff;}
.fcol-left {padding: 0; width: 100px; margin-left: 10px;}
.fcol-right {padding: 5px 10px 10px 0px;}
.fposter {margin-left: 7px;}
.fcols h1 {font-size: 23px;}
.fbtn-dl, .fbtn-fav {width: 100%; margin: 0 0 10px 0;}
.fbtn-dl {display: none;}
.fbtns .share-box {padding: 0;  text-align: center;}
.fcol2-left, .fdesc, .fsub-dl, .rels, .fcomms {padding-left: 10px; padding-right: 10px;}
.fdesc-title, .fdl-desc {margin-left: -10px; margin-right: -10px; padding-left: 15px; padding-right: 15px;}
.fsub-dl-row > * {width: 100%; margin-bottom: 15px;}
.fcomms {border-radius: 0;}
.comm-rate3 {position: static; font-size: 14px; margin-top: -5px;}
.fdl-ctrl > * {width: 100%; margin-bottom: 10px;}
.fdl-box {padding-top: 10px; padding-bottom: 10px;}
.fdl-desc {margin-bottom: 10px;}
.fdl-btn {text-align: center;}
.fdl-btn-size {width: 100%; margin: 10px 0 0 0;}
.fsub-dl-row {margin: 0 !important;}
.fdl-box .fdesc-title {margin-top: -10px;}
.frkl-top {display: block;}
.fcol2-dl {-ms-flex-order: -1;-webkit-order: -1;order: -1; padding: 15px 10px 0 10px;}
.finfo-dl > div {overflow: hidden;}
.fbtn-back {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.dl-full {padding-top: 0px;}

.dcont button {font-size: 14px; 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;}
.feedback {transform: translate(1.5%, 10%);}    
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.sect-weektop .top-item {width: 100%;}
.short {width: 50%;}
.filt-box .side-bt {display: block; text-align: center;}
.filt-box .side-bt .fx-row {padding-top: 15px;}
.filt-box .side-bt .fx-row input[type="button"] {width: 48.5%; margin: 0 !important;}
.not-logged .login-avatar {display: none;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 30px); padding: 15px;}

.full > h1 {font-size: 23px; text-align: center; margin-bottom: 15px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

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

@media screen and (max-width: 470px) {
.wrap-center22 {max-width:320px;}
.sect-title div {display: none;}
.sect-items {margin-left: -4px; margin-right: -4px;}
.short {padding-left: 4px; padding-right: 4px; margin-bottom: 8px;}
.short-in {padding-left: 10px; padding-right: 10px; height: 280px;}
.logo {margin-right: 15px; position: relative; overflow: hidden;}
.logo img {position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 70%;}

.rate3 {padding: 0 55px;}
.pluss, .minuss {width: 40px; height: 40px; line-height: 40px; top: 10px;}
.rate3 span.fa {font-size:24px; line-height:40px; height:40px;}
.finfo div {padding-left: 150px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}



/* Ion.RangeSlider css version 2.0.3 Denis Ineshin | IonDen.com */

.irs {position: relative; display: block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none;
-moz-user-select: none; -ms-user-select: none; user-select: none;}
.irs-line {position: relative; display: block; overflow: hidden; outline: none !important;}
.irs-line-left, .irs-line-mid, .irs-line-right {position: absolute; display: block; top: 0;}
.irs-line-left {left: 0; width: 11%;}
.irs-line-mid {left: 9%; width: 82%;}
.irs-line-right {right: 0; width: 11%;}
.irs-bar {position: absolute; display: block; left: 0; width: 0;}
.irs-bar-edge {position: absolute; display: block; top: 0; left: 0;}
.irs-shadow {position: absolute; display: none; left: 0; width: 0;}
.irs-slider {position: absolute; display: block; cursor: default; z-index: 1;}
.irs-slider.single {}
.irs-slider.from {}
.irs-slider.to {}
.irs-slider.type_last {z-index: 2;}
.irs-min {position: absolute; display: block; left: 0; cursor: default;}
.irs-max {position: absolute; display: block; right: 0; cursor: default;}
.irs-from, .irs-to, .irs-single {position: absolute; display: block; top: 0; left: 0; cursor: default; white-space: nowrap;}
.irs-grid {position: absolute; display: none; bottom: 0; left: 0; width: 100%; height: 20px;}
.irs-with-grid .irs-grid {display: block;}
.irs-grid-pol {position: absolute; top: 0; left: 0; width: 1px; height: 8px; background: #000;}
.irs-grid-pol.small {height: 4px;}
.irs-grid-text {position: absolute; bottom: 0; left: 0; white-space: nowrap; text-align: center;
font-size: 9px; line-height: 9px; padding: 0 3px; color: #000;}
.irs-disable-mask {position: absolute; display: block; top: 0; left: -1%; width: 102%; height: 100%;
cursor: default; background: rgba(0,0,0,0.0); z-index: 2;}
.irs-disabled {opacity: 0.4;}
.lt-ie9 .irs-disabled {filter: alpha(opacity=40);}
.irs-hidden-input {position: absolute !important; display: block !important; top: 0 !important; left: 0 !important;
width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; padding: 0 !important;
margin: 0 !important; outline: none !important; z-index: -9999 !important; background: none !important;
border-style: solid !important; border-color: transparent !important;}


/* Ion.RangeSlider, Nice Skin */

.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {}
.irs {height: 40px;}
.irs-with-grid {height: 60px;}
.irs-line {height: 8px; top: 25px;}
.irs-line-left {height: 8px; background-color:#ccc; border-radius:4px 0 0 4px;}
.irs-line-mid {height: 8px; background-color:#ccc;}
.irs-line-right {height: 8px; background-color:#ccc; border-radius:0 4px 4px 0;}
.irs-bar {height: 8px; top: 25px; border-radius:4px; background-color: #2ecc71; box-shadow: 0 5px 25px 0 rgba(0,0,0,0.05);}
.irs-bar-edge {top: 25px; height: 8px; width: 11px; background-color:#2ecc71;}
.irs-shadow {height: 1px; top: 34px; background: #000; opacity: 0.15;}
.irs-slider {width: 16px; height: 16px; top: 21px; background-color:#27ae60; border-radius:50%;}
.irs-slider:before {content: ''; width: 8px; height: 8px; background-color:#fff; border-radius:50%; 
position: absolute; top: 4px; left: 4px;}
.irs-slider.state_hover, .irs-slider:hover {background-position: 0 -150px;}
.irs-min, .irs-max {color: #999; font-size: 10px; line-height: 1.333; text-shadow: none;
top: 0; padding: 1px 3px; background: rgba(0,0,0,0.1); -moz-border-radius: 3px; border-radius: 3px;}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {background: #ccc;}
.irs-from, .irs-to, .irs-single {color: #fff; font-size: 10px; height: 22px; line-height: 22px; text-shadow: none;
padding: 0 5px; background-color:#27ae60; top: -10px; border-radius: 4px;}
.irs-from:before, .irs-to:before {content: ''; position: absolute; top: 100%; left: 50%; margin-left: -5px;
border: 5px solid transparent; border-top: 5px solid #27ae60;}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {background: #999;}
.irs-grid-pol {background: #99a4ac;}
.irs-grid-text {color: #99a4ac;}
.irs-disabled {}

.nice-select{background-color:#ebeff3; box-shadow: inset 0 0 0 1px #e9e9e9; cursor:pointer; border-radius: 4px;
line-height:30px; padding:0 15px; position:relative; white-space:nowrap; width:100%; font-size: 12px;}
.nice-select:hover{border-color:#dbdbdb}
.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}
.nice-select::after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;
height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;
transform:rotate(45deg);transform-origin:66% 66% 0;transition:all 0.15s ease-in-out 0s;width:5px}
.nice-select.open::after{transform:rotate(-135deg)}
.nice-select.open .list{opacity:1;pointer-events:auto;transform:scale(1) translateY(0px)}
.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}
.nice-select.disabled::after{border-color:#cccccc}
.nice-select.wide{width:100%}
.nice-select.wide .list{left:0;right:0}
.nice-select.right{float:right}
.nice-select.right .list{left:auto;right:0}
.nice-select.small{font-size:12px;height:36px;line-height:34px}
.nice-select.small::after{height:4px;width:4px}
.nice-select.small .option{line-height:34px;min-height:34px}
.nice-select .list{background-color:#fff;box-shadow:0 0 0 1px rgba(68, 68, 68, 0.11);box-sizing:border-box;left:0;
    margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;
    position:absolute;top:100%;transform:scale(0.75) translateY(-21px);transform-origin:50% 0 0;
    transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25) 0s, opacity 0.15s ease-out 0s;width:100%;z-index:9}
.nice-select .list:hover .option:not(:hover){background-color:transparent}
.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:outside none none;min-height:40px;outline:medium none;padding-left:18px;padding-right:29px;text-align:left;transition:all 0.2s ease 0s}
.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}
.nice-select .option.selected{font-weight:500}
.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}
.no-csspointerevents .nice-select .list{display:none}
.no-csspointerevents .nice-select.open .list{display:block}

.android-info{color:#5c5c5c;margin-top:3px;text-align: left}.android-info span{font-weight:500}

@media screen and (max-width: 590px) { 
	.sidebar {display: block; width: 100%; margin: 0; order: 99;}
    .fposter {width: 90%; height: 70%;}
	}
	@media screen and (max-width: 470px) { 
	.sidebar {display: none;}
	}

.speedbar * {display: inline;}
.speedbar li {margin-right: 5px;}
.speedbar ul.speedbar {padding: 0;}
.fdl-btn2 {background: #27ae60; color: #fff;
background: linear-gradient(to right, #43a203, #4ba918);}
.fdl-btn2 {padding: 10px 15px; border-radius: 6px; position: relative;  min-height: 30px; cursor: pointer; text-align: center; background: #f1f1f1; color: #fff;}
.fdl-btn-wr a:hover, .fdl-btn-wr a:active, .fdl-btn-wr a:visited, .fdl-btn-wr a:link{color:#fff;}
.button2 { text-align: center; padding: 5px; height: 30px; line-height: 40px; border-radius: 3px; cursor: pointer; color: #fff; background: #fcfbfb; font-size: 14px; font-weight: 500; margin-left: 10px; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .11);}
.finfo2 div {padding: 7px 0px 7px 0px; position: relative; border-bottom: 1px solid #e3e3e3;}
.finfo2 div:last-child {border: 0;}
.finfo2 div .fa {position: absolute; left: 0; top: 10px; color: #27ae60;}
.finfo2 div > .fa + span {color: #999; font-size: 12px; 
	position: absolute; left: 25px; top: 11px;}
.finfo2 a {text-decoration:underline; color:#828f71;}
.finfo2 img {height: 20px; margin-top: -2px;}
.gallery-hidden {display: none;}
.fdl-btn-size2 {display: inline-block; color: #fff; padding: 4px 2px 1px 5px; border-radius: 4px;font-size: 10px; /*right: -5px;*/ position: relative;}
.button2:hover, .button2 :active, .button2 :visited, .button2 :link {background: #c4c4c4; color: #fff}
.fdl-btn-title-download {font-size: 10px; margin-top: 5px; opacity: 0.8; font-weight: 400;}
/*Old version*/
.fdl-old2 {padding: 10px; border-radius: 6px; color: #000; margin-bottom: 10px; background-color: #f7f7f7; margin-top: 10px; line-height: 1.8em;}
.fdl-old-title2 {font-size: 16px;}
.fdl-old-toggle2 {text-decoration: underline; color: #6d6d6d; cursor: pointer;}
.fdl-old-hidden2 {margin-top: 10px; display: none;}
.fdl-old-hidden2 > ol > li > a {color: #717171; text-decoration: underlin}
.fdl-old-title2 {font-size: 16px;}
/*Old version*/
.title_spoiler {margin-bottom: 15px;}