/* 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%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}


body {font: 14px 'Rubik', Arial, sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background: #ebeff3; 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;}
h1, h2, h3, h4, h5 {font-weight: 400; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Rubik' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 30px; height: 40px; line-height: 40px; 
border-radius: 20px; cursor: pointer;  
color: #fff; background: #34ace0;
font-size: 14px; 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: 100%; height: 100%; object-fit: cover;}
.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: 500;}
.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 .2s;}
.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: 30px; 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, #2ecc71, #27ae60);}
#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: 30px 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(../images/logo.png) 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);}

/* 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: 20px; 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: #2ecc71; color: #fff; border-radius: 20px; 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 #2ecc71; 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: #2ecc71; 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: 100%;}
.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: 20px; 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;}
.short-link {display: block;}
.short-img {width: 100px; height: 100px; margin: 0 auto 20px auto; border-radius: 6px;}
.short-title {height: 18px; margin-bottom: 8px; font-size: 16px;}
.short-desc {line-height: 20px; height: 80px; overflow: hidden; font-size: 12px; color: #999;}
.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;}
.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: 6px 6px 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; padding-left: 200px; height: 50px; padding-top: 20px;}
.speedbar .fa {color: #34ace0;}
.fcol-left {width: 210px; padding: 30px;}
.fposter {width: 150px; height: 150px; background-color: #fff; border-radius: 14px; 
margin-top: -80px; box-shadow: 0 0 10px rgba(0,0,0,0.1); text-align: center; 
border: 5px 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;}
.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;}

.fcols2 {background-color: #f2f6f8;
	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: 15px 30px;}
.finfo div {padding:10px 0px 10px 200px; position: relative; border-bottom: 1px solid #e3e3e3;}
.finfo div:last-child {border: 0;}
.finfo div .fa {position: absolute; left: 0; top: 10px; color: #27ae60;}
.finfo div > .fa + span {color: #999; font-size: 12px; 
	position: absolute; left: 25px; top: 11px;}
.finfo a {text-decoration:underline; color:#34ace0;}
.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;}
.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: 30px;}
.fdesc-title {font-size: 18px; margin: -30px -30px 30px -30px; padding: 15px 30px;}
.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-wr {margin-bottom: 10px;}
.fdl-btn {padding: 10px 15px; border-radius: 6px; position: relative; padding-left: 71px; 
	min-height: 56px; cursor: pointer;}
.fdl-btn-icon {width: 56px; height: 100%; border-radius: 4px 0 0 4px; text-align: center;
position: absolute; left: 0; top: 0; font-size: 24px; background-color: rgba(0,0,0,0.15);}
.fdl-btn-title div {font-size: 12px; margin-bottom: 5px; opacity: 0.8;}
.fdl-btn-info {width: 200px; text-align: right; font-size: 12px;}
.fdl-btn-size {display: inline-block; background-color: #2ecc71; 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: #27ac5f;}

.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: 49.6%; background-color: #34ace0; color: #fff !important; 
border-radius: 4px; padding: 10px; font-size: 16px; cursor: pointer;}
.fdl-ctrl a {background-color: #e74c3c;}
.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;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:500;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:0;}
.full-text > ul li {list-style:disc; margin-left:40px;}
.full-text > ol li {list-style:decimal; margin-left:40px;}


/* 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: 30px 10px;}
.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: relative;}
.sticky-hide, .is-active-login.sticky-hide, .is-active-search.sticky-hide {top:0px;}

.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) {
.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 15px -2000px; padding: 15px 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;}
.fcol-left {padding: 0; width: 150px;}
.fcol-right {padding: 10px;}
.fposter {margin: 0;}
.fcols h1 {font-size: 18px;}
.fbtn-dl, .fbtn-fav {width: 100%; margin: 0 0 10px 0;}
.fbtns .share-box {padding: 0; width: 100%; 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: 10px; padding-right: 10px;}
.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: 0;}
.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;}
}

@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: 18px; 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;}
.logo {margin-right: 15px; position: relative; overflow: hidden;}
.logo img {position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%;}

.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;}
	}
	@media screen and (max-width: 470px) { 
	.sidebar {display: none;}
	}

.speedbar * {display: inline;}
.speedbar li {margin-right: 5px;}
.speedbar ul.speedbar {padding: 0;}