.track-item.playeds .track-item-category,
.track-item.playeds .btn-track-like { color:#fff;}

.js-track-item.playeds .ics {display:none;}
.js-track-item.playeds .ic-show {display:inline-block;}

.btn-track-like {
	width:auto; height:auto; padding:0 4px 0 0; overflow:visible; display:block; position:relative; margin:0; border:0; font:400 15px/1.2 'Arial', Helvetica, sans-serif; color:#7f858b; background:0; z-index:10;
	-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
	-webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;
}
.btn-track-like .ic-show {display:none;}
.btn-track-like:hover {background:transparent;}
.btn-track-like:active {background:transparent;}
.btn-track-like .ics { position:relative; z-index:5;}
.track-full-prop .btn-track-like .ics {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}

.btn-track-like .ics:after {width:auto; height:auto; content:' '; display:block; position:absolute; left:-3px; right:-3px; top:-3px; bottom:-3px; background:rgba(255,255,255,0.3); opacity:0;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.btn-track-like:hover .ics:after { opacity:1;}
.btn-track-like.disabled { cursor:default;}
.btn-track-like.disabled .ics:after {display:none !important;}

.btn-track-like.disabled .ic-item-like {color:#549ad4;}
.ic-item-like { width: 20px; height: 20px; color: #d4d8dc;}
.ic-item-like-cur { width: 20px; height: 20px; color: #4aa0d5;}
.ic-item-like-h { width: 20px; height: 20px; color: #eee;}
.ic-nav-star { width: 16px; height: 16px; }





* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; 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', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #010101; background-color: #d7e8f1; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #010101; text-decoration: none;}
a:hover, a:focus {color: #010101; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 400; font-size: 18px;}

button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{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 20px; height: 40px; line-height: 40px;
border-radius: 4px; cursor: pointer; color: #fff; background-color: #06c; font-size: 14px; 
background: linear-gradient(135deg, #78ffd6, #a8ff78); color: #000;}
.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: linear-gradient(135deg, #a8ff78, #78ffd6); color: #000; 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: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 70%;}
.img-resp-vert {padding-top: 140%;}
.img-box img, .img-resp img, .img-resp-vert img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert 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 {overflow: hidden; text-overflow: ellipsis;}

.fx-row, #dle-content {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-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;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 500;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button, .owl-dot {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 20px; font-size: 20px !important;}
#dle-content > *:not(.th-item):not(.tr-item) {width: 100%;}
.th-quality, .navigation span:not(.nav_ext), .btn-login, .th-info, .btn-menu, .fplayer .tabs-sel span.current 
{background: linear-gradient(135deg, #78ffd6, #a8ff78); color: #000;}
.th-hover-icon > .far, .header-menu a:before, .ser-title:before, .search-box button, .site-desc:before, .top-item::before,  
.flight:after {background: linear-gradient(135deg, #F37335, #FDC830); color: #fff;}
 .btn-login:hover, .nav-menu a:hover, .nav-menu a.is-active, .btn-search:hover, .login-menu a:hover, 
 .header-menu a:hover, .ser-item:hover, .ser-item:nth-child(2n):hover, .header-menu > li:hover > a, 
 .header-menu > li > a.is-active, .owl-dot.active {background: linear-gradient(135deg, #a8ff78, #78ffd6); color: #000;}
.track-play, .audioplayer-playpause a {background: linear-gradient(135deg, #78ffd6, #a8ff78); color: #000;}
.track-count, .audioplayer-bar-played, .audioplayer-volume-adjust > div > div 
{background: linear-gradient(to left, #F37335, #FDC830); color: #fff;}
 .track-play:hover, .js-item-played .track-play, .audioplayer-playpause a:hover, 
 .fdl:not(:hover) {background: linear-gradient(to right, #34495e, #009FFF); color: #fff;}

.sect-popular, .header, .sticky-wrap {-ms-flex-order: 1; -webkit-order: 1; order: 1;}
.cols, .content {-ms-flex-order: 2; -webkit-order: 2; order: 2;}
.site-desc, .footer {-ms-flex-order: 3; -webkit-order: 3; order: 3;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding: 40px; min-height: 100vh; 
background: url(../images/bg.png);}
.wrap-center {max-width:1140px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {box-shadow: 0 10px 20px rgba(0,0,0,0.2); background-color: #fff;}
.header {background-color: #f2f6f8; position: relative; left: 0; top: 0; z-index: 990; width: 100%; 
box-shadow: 0 10px 10px -10px rgba(0,0,0,0.2);}
.header.sticky {position: fixed;}
.header.sticky-hide {top: -80px;}
.header.sticky-vis {top: 0;}
.col-left {min-height: 50vh; padding: 20px 40px;}
.col-right {width: 300px; background-color: #f2f6f8; padding: 20px;}
.footer {background: #485460 url(../images/logo.png) 40px center / 180px auto no-repeat; color: #ccc; 
	padding: 20px 40px 20px 240px; line-height: 1.7;}
.footer a {color: #fff; margin-right: 20px;}
.footer-copyright {margin-top: 3px; font-size: 12px;}
.footer a:hover {text-decoration: underline;}

#gotop{position:fixed; width:60px; height:40px; line-height:40px; right:10px; bottom:10px;
z-index:990; display:none; background-color:#bbb; color:#fff; cursor:pointer; font-size:18px; 
border-radius:4px; text-align:center; box-shadow: 0 0 20px rgba(0,0,0,0);}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 260px; height: 60px; margin-right: 20px;}
.header-menu > li {position: relative;}
.header-menu > li > a {display: block; height: 60px; line-height: 60px; padding: 0 10px;}
.header-menu > li > a:before, .ser-title:before {width: 10px; height: 10px; border-radius: 3px; margin-right: 10px; 
display: inline-block; vertical-align: middle; content: '';}
.submenu > a:after {content:"\f107"; font-weight: 400; font-family:'Font Awesome 5 Pro'; margin-left:7px; 
transition: all .2s; display: inline-block;}
.hidden-menu {background-color: #f2f6f8; box-shadow: 0 10px 20px rgba(0,0,0,0.3); z-index: 100; 
position: absolute; left: 0; top: 95%; width: 600px; padding: 10px; border-top: 4px solid #485460;
pointer-events: none; opacity: 0; transform: translateY(30px); transition: all .3s;}
.hm-col {width: 33.33%; float: left;}
.hm-col li {height: 26px; line-height: 26px; padding: 0 10px;}
.hm-col a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
margin: 0 -10px; padding: 0 10px; font-size: 13px; font-weight: 300; display: block;}
.header-menu > li:hover .hidden-menu {pointer-events: auto; opacity: 1; transform: translateY(0px);}
.one-col {width: 180px;}
.one-col .hm-col {width: 100%;}

.btn-login, .btn-search, .btn-menu {cursor: pointer; width: 60px; height: 60px; line-height: 60px; 
	text-align: center; font-size: 18px;}
.search-wrap {width: 100%; max-width: 800px; padding: 30px; color: #fff; position: fixed; z-index: 999; 
	top: 0; left: 50%; transform: translateX(-50%);}
.search-title, .search-close {font-size: 24px;}
.search-box {position:relative; margin-top: 30px;}
.search-box input, .search-box input:focus {padding: 0 50px 0 15px; border-radius: 0; box-shadow: none;}
.search-box input:not(:focus)::placeholder {} 
.search-box button {position:absolute; right:5px; top:0px; z-index:10; width: 30px;
background:transparent !important; color:#000 !important; font-size: 16px !important; padding: 0 !important;}


/* POPULAR
----------------------------------------------- */
.sect-popular {background-color: #1e272e; padding: 40px 40px 40px 100px; 
	position: relative; overflow: hidden; height: 262px;}
.popular-item {width: 130px; position: relative; box-shadow: 0 0 10px rgba(0,0,0,0.5);}
.popular-item .th-series {font-size: 14px;}
.blurred-bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%; filter: blur(20px);}
.blurred-bg:before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0.5; 
background: linear-gradient(to right, #6A82FB, #FC5C7D);}


/* SECTION
----------------------------------------------- */
.sect, .sect-header {margin-bottom: 20px;}
.sect-title {font-size: 20px;}


/* TRACK
----------------------------------------------- */
.track-item {background-color: #f2f6f8; padding: 10px; box-shadow: 0 1px 2px rgba(0,0,0,0.2); border-radius: 4px;
	padding: 0 10px 0 0; position: relative; margin-bottom: 10px; overflow: hidden;}
.track-count {z-index: 10; position: absolute; top: 0; left: 0; font-size: 11px;
 width: 20px; height: 20px; line-height: 20px; text-align: center;}
.track-fav {color: #c4c4c4; margin-left: 10px; cursor: pointer; position: relative; top: 1px;}
.tr-fav-added {color: #e74c3c;}
.track-img {width: 54px; height: 54px; margin-right: 10px;}
.track-dl {margin-left: 10px; width: 30px; height: 30px; line-height: 30px; text-align: center; 
border-radius: 50%; color: #2980b9; background-color: #f2f6f8; 
font-size: 14px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);}
.track-title {font-size: 15px; display: block;}
.track-subtitle {color: #949494; font-size: 13px; font-weight: 300; margin-top: 5px; display: block;}
.track-dl:hover {background-color: #2980b9; color: #fff;}
a:hover .track-fav, .track-fav:hover, .track-desc a:hover, a.track-desc:hover {color: #2980b9;}
.track-play {width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 50%; font-size: 12px; padding-left: 3px; cursor: pointer; margin-right: 10px;}
.track-item.js-item-played {background-color: #f2f6f8;}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played .track-play {padding-left: 0;}
.track-item.js-item-current {animation: shad 0.5s 1 linear;}
@keyframes shad { 
	0% {box-shadow: 0 1px 2px rgba(0,0,0,0.2); transform: scale(1,1);}
	50% {box-shadow: 0 10px 30px rgba(0,0,0,0.2); transform: scale(1.05,1.05);}
	100% {box-shadow: 0 1px 2px rgba(0,0,0,0.2); transform: scale(1,1);}
}
.srate {margin-left: 15px; font-size: 12px;}
.srate a {color: #888;}
.srate a .fas {color: #6cc43c; margin-right: 5px;}
.srate a + a .fas {color: #f1656f; margin-left: 10px;}
.col-right .track-item {background-color: #fff; padding: 10px;}


/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997; background-color: #2c3e50; color: #fff;}
.audioplayer {max-width: 1200px; width: calc(100% - 40px); margin: 0 auto; height: 60px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 6px; width: 600px; background-color: #222; border-radius: 3px; margin-left: 20px;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; 
	background-color: rgba(0,0,0,0.3); border-radius: 3px;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; border-radius: 3px; background-color: #ffcc00;}
.audioplayer-bar-played:before {content: ''; background-color: #fff; width: 10px; height: 10px; border-radius: 50%; 
position: absolute; right: -16px; top: 50%; margin-top: -9px; z-index: 3; 
background: linear-gradient(to bottom, #000, #333); border: 4px solid #666;}

.audioplayer-volume {position: relative; z-index: 100; margin-left: 20px; font-size: 18px;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-button a {color: #ccc; display: block; height: 30px; line-height: 30px; text-align: center;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px; 
background-color: #1e204e; box-shadow: 0 0 10px rgba(0,0,0,0.5); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px; 
position: relative; cursor: pointer; background-color: #05052a; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #ffcc00; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}

.ap-dl {font-size: 18px;	color: #ccc; margin-left: 20px;}
.ap-time {font-size: 12px; color: #ccc; margin-left: 20px;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-desc {width: 300px;}
.ap-img {width: 40px; height: 40px; margin-right: 10px; border-radius: 3px;}
.ap-artist {font-size: 13px; margin-top: 5px; color: #ccc;}
.ap-title {font-size: 15px;}
.ap-btns {margin-right: 20px;}
.audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 50%; display: block; position: relative; margin: 0 20px;}
.ap-prev, .ap-next {cursor: pointer; color: #ccc; font-size: 18px;}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #fff;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover {background-color: #70d07c; color: #fff;}
.wplayer-init .audioplayer-playpause .far:before {content: '\f04b'; padding-left: 1px;}



/* SIDE
----------------------------------------------- */
.side-box + .side-box {margin-top: 20px;}
.side-bt {font-size: 16px; margin-bottom: 20px; padding: 10px 20px; background: #485460 url(../images/bg2.png); color: #fff;}

.nav-col {width: 55%;}
.nav-col + .nav-col {width: 40%;}
.nav-title {font-size: 16px; margin-bottom: 9px;}
.nav-menu + .nav-title {margin-top: 12px;}
.nav-menu {margin: 0 0 0 -20px;}
.nav-col + .nav-col .nav-menu {margin: 0 -20px 0 -15px;}
.nav-menu a {display:block; padding: 5px 0 5px 20px; font-weight: 300; font-size: 13px; color: #5c5c5c;}
.nav-col + .nav-col .nav-menu a {display:block; padding: 5px 0 5px 15px;}

.mb-remove {margin-bottom: -20px;}

.lcomm + .lcomm {margin-top: 5px;}
.lcomm {background-color: #fff; padding: 10px; border-radius: 3px; box-shadow: 0 1px 2px rgba(0,0,0,0.2);}
.ltitle {display: block; color: #485460;}
.ltext {line-height: 1.5; font-weight: 300; color: #5c5c5c;}
.lmeta {font-size: 11px; margin: 5px 0; color: #949494;}
.ldate, .lav, .lname {display: inline-block; vertical-align: middle; margin-right: 7px;}
.lav {width: 20px; height: 20px; border-radius: 50%;}
.ltitle:hover, .side-item:hover, .top-item:hover {text-decoration: underline;}
.lcomm .comm-letter {line-height: 20px; font-size: 12px;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.7; padding: 40px; background-color: #f2f6f8; color: #5c5c5c; font-weight: 300; 
position: relative;}
.site-desc:before {content: ''; position: absolute; left: 0; top: 0; right: 0; height: 5px;}
.site-desc h1, .site-desc h2 {font-size: 18px; font-weight: 400; margin-bottom: 10px; color: #000;}
.site-desc li {list-style-type: disc; margin-left: 40px;}
.site-desc p {margin-bottom: 10px;}
.site-desc > *:last-child {margin-bottom: 0;}
.site-desc a {color: #06c; text-decoration: underline;}
.site-desc img {float: left; max-width: 200px; margin: 0 10px 10px 0;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {padding-top: 20px;}
.nav-load a {display: block; padding: 20px 0px; max-width: 602px; margin: 0 auto;  
	background-color: #ffcc00; color: #000; text-align: center; font-size: 14px;}
.nav-load a:hover {background-color: #06c; color: #fff;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 10px; 
margin:0 3px 10px 3px; line-height: 40px; min-width: 40px; box-shadow: inset 0 0 0 1px #e3e3e3;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color: #f2f6f8;}


/* FULL
----------------------------------------------- */
.speedbar {margin-bottom: 20px; font-size: 13px; color: #bbb; font-weight: 300;}
.speedbar a:not(:hover) {color: #485460;}
.speedbar .far {margin-right: 10px; color: #485460;}
.fmain {background-color: #f2f6f8; box-shadow: 0 1px 2px rgba(0,0,0,0.2); 
	border-radius: 4px; height: 200px; overflow: hidden; margin-bottom: 20px;}
.fimg {width: 200px; height: 200px;}
.fplayer {background: #000;}
.ftext {width: 460px; margin-left: 20px; overflow-x: hidden; overflow-y: auto; height: 360px;}

.fdesc-header {padding: 20px; position: relative; padding-right: 50px;}
.fdesc-header h1 {font-size: 28px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.fdesc-header h1 div {color: #2980b9; font-size: 18px; margin-bottom: 5px; 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.fdesc-header .track-fav {position: absolute; right: 20px; top: 20px;}
.fdesc-header h1 a {margin-left: 10px; font-size: 16px; opacity: 0.4;}

.fctrl {padding: 20px; background-color: #eee;}
.frate > div {color: #fff; background-color: #83bf45; height: 30px; line-height: 30px; font-size: 18px;
border-radius: 3px; padding: 0 5px 0 15px; cursor: pointer; width: 46%; margin-top: 20px;}
.frate > div + div {background-color: #ee3442;}
.frate-likes, .frate-dislikes {display: inline-block; background-color: rgba(0,0,0,0.2); font-size: 12px;
padding: 0 6px; height: 20px; line-height: 20px; min-width: 20px; text-align: center; border-radius: 3px;}
.frate > div:hover {opacity: 0.8;}
.fctrl .frate > div {margin: 0; width: auto; margin-right: 20px;}

.flist {margin-bottom: 20px;}
.flist li {padding: 5px 10px; font-size: 13px; font-weight: 300; line-height: 1.6;}
.flist li:nth-child(2n+1) {background-color: #f2f6f8;}
.flist li > span:first-child {font-weight: 400;}
.flist a {color: #06c; border-bottom: 1px dotted #06c;}
.flist a:hover {border-bottom-color: transparent;}
.frates {position: absolute; right: 0; top: 0;}
.frate-in {line-height: 20px; border-radius: 3px; text-align: center; font-size: 11px; 
padding: 0 5px; margin-bottom: 5px;}
.frate-in:before {content: attr(data-text); display: inline; margin-right: 3px; text-transform: uppercase;}
.frate-kp {box-shadow: inset 0 0 0 2px #f60; background-color: #f60; color: #fff;}
.frate-imdb {box-shadow: inset 0 0 0 2px #fc0; background-color: #fc0; color: #000;}

.fsubtext {font-size: 13px; font-weight: 300; line-height: 1.5; color: #5c5c5c;}
.fsubtitle {text-align: center; font-size: 16px;}

.fctrl-btm {margin-bottom: 20px; margin-top: -10px;}
.frate a {color: #fff; background-color: #83bf45; margin-right: 10px; height: 30px; line-height: 30px; 
border-radius: 3px; padding: 0 5px 0 15px; display: block;}
.frate a + a {background-color: #ee3442;}
.frate-likes {margin-left: 10px;}
.frate-likes, .frate-dislikes {display: inline-block; background-color: rgba(0,0,0,0.2); font-size: 12px;
padding: 0 6px; height: 20px; line-height: 20px; min-width: 20px; text-align: center; border-radius: 3px;}
.frate a:hover {opacity: 0.8;}


/* 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 {line-height: 1.7; font-size: 14px; font-weight: 300;}
.full-text img:not(.emoji) {max-width:100%; margin-top: 10px; margin-bottom: 10px;}
.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:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:20px; font-weight:400;}
.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;}

.full-taglist a {color:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.add-comms {padding: 20px; background-color: #f2f6f8; margin-bottom: 20px;}
.ac-inputs input {width: 48.7%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {box-shadow: 0 1px 2px rgba(0,0,0,0.2);}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 20px; color: #06c; font-size: 18px;}

.comm-avatar {position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%;}
.comm-letter {position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; 
background-color: #000; color: #fff; font-size: 18px; text-transform: uppercase;}
.comm-item {margin-bottom: 20px; font-size: 13px; padding-left: 50px; position: relative; min-height: 40px;}
.comm-two {margin: 10px 0;}
.comm-one > span {margin-right: 15px; color: #949494;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {color: #485460;}
.comm-three-left > a, .comm-three-right li a {opacity: 0.6;}
.comm-three-right li {display: inline-block; margin-left: 15px;}
.comm-rate3 {white-space:nowrap; margin-right: 15px; height: 20px; line-height: 20px; 
	display: inline-block; vertical-align: top; position: relative; top: -3px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; position: relative; opacity: 0.4;}
.comm-rate3 a:last-child {}
.comm-rate3 > span {margin: 0 5px;}
.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 {border-bottom-color: transparent;}
.comm-three-left > a {opacity: 1; color: #06c; border-bottom: 1px dotted #06c;}


/* LOGIN
----------------------------------------------- */
.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.8; background-color: #000;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #fff; padding: 30px 60px 40px 60px; width: 400px; border-top: 5px solid #FDC830;
box-shadow: 0 20px 60px rgba(0,0,0,0.5);}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
	cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 20px; margin-bottom: 15px; text-align: center;}
.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 #06c; color: #06c;}
.login-check {position: relative;}
.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;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #06c;}
.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%;}



/* ADAPTIVE
----------------------------------------------- */
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#f2f6f8;
padding:0 10px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .header-menu {margin: 0; padding: 0;}
.side-panel .header-menu > li {width: 100%; margin: 0; padding: 0;}
.side-panel .header-menu > li > a {height: 40px; line-height: 40px; margin: 0 -10px; 
box-shadow: none !important; color: #444;}
.side-panel .hidden-menu {width: 100%; display: block; position: static; background-color: #ededed; 
width: calc(100% + 20px); margin-left: -10px; opacity: 1; pointer-events: auto; transform: none; 
box-shadow: none; border-bottom: 4px solid #485460;}
.side-panel .hm-col {width: 50%;}
.side-panel .one-col .hm-col {width: 100%;}

@media screen and (max-width: 1220px) {
.wrap {padding: 0;}
.wrap-center {max-width:1000px;}
.header .header-menu, #gotop, .col-right, .th-hover-icon {display: none !important;}
.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; margin: 0 20px 0 0; position: relative;}
.btn-menu {display: block;}
.btn-search, .btn-login {width: auto; background: transparent !important; margin-right: 20px;}
.audioplayer-bar {position: absolute; left: 0; top: -6px; height: 6px; width: 100%; border-radius: 0; margin: 0;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.not-logged .login-avatar {display: none;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}
.sect-popular {padding: 20px 20px 20px 60px; height: 222px;}
.owl-dots {width: 40px; left: -60px; top: -20px; bottom: -20px;}
.site-desc {padding: 20px;}
.col-left {padding-left: 20px; padding-right: 20px;}
.footer {display: block; text-align: center; background-position: center 20px; padding: 80px 20px 20px 20px;}
.footer-counter {display: inline-block; margin-top: 20px;}
.footer-menu {justify-content: center; margin-left: -10px; padding-bottom: 10px;}
.th-item {width: 23%;}

.fmain {display: block; height: auto; border-radius: 0; 
	margin-left: -20px; margin-right: -20px; width: calc(100% + 40px); max-width: none;}
.fimg {margin: 20px auto;}
.fdesc-header h1, .fdesc-header h1 div {white-space: normal; overflow: visible;}

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.popular-item {width: 86px;}
.popular-item .th-series {font-size: 13px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.popular-item .th-series, .owl-dots, .ser-title:before {display: none !important;}
.sect-popular {padding: 20px; height: 162px;}
.sect-title {font-size: 18px;}
.group-name {font-size: 14px;}
.ser-item {font-size: 13px;}
.ser-series {max-width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-right: -10px;}
.th-item {width: 31%;}
.sect-serial {margin: 0 -20px 20px -20px;}
.audioplayer-volume, .ap-time, .ap-img {display: none;}
.audioplayer-playpause a {margin: 0 10px;}
.track-dl, .track-fav, .srate {display: none;}

.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.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:360px;}
.th-item {width: 48%;}
.logo, .btn-menu, .btn-search, .btn-login {height: 50px; overflow: hidden; line-height: 50px;}
.btn-menu {width: 50px;}
.btn-search, .btn-login {margin-right: 15px;}
.logo {margin-right: 30px; position: relative;}
.col-right {width: 100%; padding: 20px; display: block !important;}
.col-right .to-mob {display: none;}

.frate {width: 100%; margin-bottom: 10px; justify-content: center;}
.fctrl-btm {justify-content: center;}
.frels .th-item:nth-child(5n) {display: none;}
}

@media screen and (max-width: 350px) {
.wrap-center22 {max-width:320px;}
.th-quality {display: none;}
.logo img {position: absolute; left: 0; top: 50%; width: 100%; transform: translateY(-50%);}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}