* {
	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 'Open Sans', sans-serif;
	line-height: normal;
	padding: 0;
	margin: 0;
	color: #000;
	background: #111 url(../images/bg.jpg) center top fixed no-repeat;
	min-height: 100%;
	width: 100%;
	font-weight: 400;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #00bff8;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	font-size: 14px;
}

button,
textarea,
input[type="text"],
input[type="password"] {
	appearance: none;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: 'Open Sans' !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: #00bff8;
	font-size: 16px;
	font-weight: 600;
}

.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-color: #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: 14px;
}

input:focus::placeholder,
textarea:focus::placeholder {
	color: transparent
}

.img-box,
.img-wide,
.img-square,
.img-resp,
.img-resp-vert,
.img-resp-sq,
.img-fit {
	overflow: hidden;
	position: relative;
}

.img-resp {
	padding-top: 60%;
}

.img-resp-vert {
	padding-top: 124%;
}

.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,
#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: 600;
}

.icon-left .fa,
.icon-left .icon {
	margin-right: 10px;
}

.icon-right .fa,
.icon-right .icon {
	margin-left: 10px;
}

.hidden,
#dofullsearch {
	display: none;
}

.anim {
	transition: color .3s, background-color .3s, opacity .3s;
}

.anim-all {
	transition: all .3s;
}

.mtitle,
.sub-title h1,
.form-wrap h1 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 800;
}

#dle-content>*:not(.album-item):not(.artist-item):not(.collection-item) {
	width: 100%;
}

.sect-title,
.side-bt,
h1,
h2,
h3,
h4,
h5,
.track-count,
.login-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}


/* BASIC GRID
	----------------------------------------------- */
.wrap {
	min-width: 320px;
	position: relative;
	min-height: 100vh;
	padding-top: 30px;
	padding-bottom: 76px;
	background: #111 url(../images/bg.jpg) center top;
}

.wrap-center {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

.wrap-main {
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
	z-index: 100;
}

.col-left {
	width: 300px;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 30px;
	color: #fff;
}

.col-main {
	min-height: 100vh;
	background-color: #fff;
}

.topline {
	background-color: #7678b6;
	padding: 0 30px;
	height: 65px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	left: 0;
	top: 0;
	z-index: 999;
}

.content {
	padding: 30px;
}

.footer {
	padding: 15px 230px 15px 30px;
	color: #fff;
	line-height: 1.7;
	background: rgba(0, 0, 0, 0.3)  right 30px center / 160px auto no-repeat;
}

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


/* HEADER
	----------------------------------------------- */
.logo {
	display: block;
	width: 250px;
	height: 60px;
}

.login-btns>* {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	cursor: pointer;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
}

.btn-login {
	color: #fff;
	background-color: #00bff8;
	width: 40px;
}

.btn-login:hover {
	background: #3498db;
	color: #fff;
}

.not-logged-btn {
	width: auto;
	border-radius: 0px;
	padding: 0 30px;
	font-weight: 600;
	font-size: 14px;
	height: 65px;
	line-height: 65px;
	margin-right: -30px;
}

.btn-fav {
	color: #e74c3c;
	margin-right: 15px;
}

.share {
	width: 225px;
	height: 36px;
	white-space: nowrap;
	margin: 0 auto 26px auto;
	position: relative;
	left: 3px;
	top: -2px;
}

.share a {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 10px;
	box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.1);
	background: url(../images/share.png) -2px -1px no-repeat;
}

.share a:last-child {
	margin: 0;
}

.share a:nth-child(2) {
	background-position: -46px -1px;
}

.share a:nth-child(3) {
	background-position: -89px -1px;
}

.share a:nth-child(4) {
	background-position: -132px -1px;
}

.share a:nth-child(6) {
	background-position: -174px 0;
}

.share a:nth-child(5) {
	background-position: -220px -1px;
}

.share a:hover {
	transform: rotate(20deg);
}

.search-wrap {}

.search-box {
	position: relative;
}

.search-box input,
.search-box input:focus {
	padding: 0 0 0 15px;
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	border-radius: 20px;
	box-shadow: none;
}

.search-box input:not(:focus)::placeholder {
	color: #fff;
	opacity: 0.8;
	font-size: 14px;
}

.search-box button {
	position: absolute;
	right: 5px;
	top: 0px;
	z-index: 10;
	width: 30px;
	background-color: transparent !important;
	color: #111 !important;
	font-size: 16px !important;
	padding: 0 !important;
}


/* SECTION
	----------------------------------------------- */
.sect+.sect,
.sect+#dle-content {
	margin-top: 30px;
}

.sect-header {
	margin-bottom: 30px;
}

.sect-title {
	font-size: 24px;
	text-transform: uppercase;
	border-left: 5px solid #00bff8;
	padding-left: 15px;
}

.sect-link {
	display: inline-block;
	color: #949494;
	margin-left: 15px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 15px;
	box-shadow: inset 0 0 0 1px #e3e3e3;
	font-size: 13px;
}

.sect-col {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 15px;
}

.sect-wide {
	margin-left: -30px;
	margin-right: -30px;
	padding: 30px;
	background-color: #e6e6e6;
}

.sect-wide .sect-link {
	box-shadow: inset 0 0 0 1px #ccc;
}


/* ALBUM, ARTIST, COLLECTION
	----------------------------------------------- */
.album-item {
	width: 15.4%;
	margin-bottom: 15px;
}

.album-in,
.collection-in,
.track-item a {
	display: block;
	position: relative;
}

.album-img {
	margin-bottom: 15px;
}

.album-title {
	font-weight: 600;
}

.album-subtitle {
	color: #949494;
	margin-top: 3px;
	font-size: 13px;
}

.artist-item {
	width: 23%;
	margin-bottom: 15px;
}

.artist-img {
	margin-right: 15px;
	width: 60px;
	height: 60px;
}

.artist-title {
	font-weight: 600;
}

.collection-item {
	width: 32.3%;
	margin-bottom: 15px;
}

.collection-img {}

.collection-img:before {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.6) url(../images/bg.jpg) center top / cover no-repeat;
	background-size: 200% 200%;
}

.collection-desc {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	color: #fff;
}

.collection-subimg {
	width: 50%;
	height: 100%;
}

.collection-title {
	font-weight: 600;
}

.collection-subtitle {
	margin-top: 3px;
	opacity: 0.8;
	font-size: 13px;
}

.collection-text {
	padding: 15px;
}

.col-main .album-in:hover .album-img,
.col-main .collection-in:hover .collection-img,
.col-main .artist-in:hover .artist-img {
	animation: shad 1.6s infinite linear;
	animation-direction: alternate;
}

@keyframes shad {
	0% {
		box-shadow: 0 0 20px #fff;
	}

	10% {
		box-shadow: 0 0 30px #fff;
	}

	40% {
		box-shadow: 0 0 20px #00bff8;
	}

	70% {
		box-shadow: 0 0 30px #736aab;
	}

	100% {
		box-shadow: 0 0 20px #d7aa99;
	}
}


/* TRACK
	----------------------------------------------- */
.track-item {
	background-color: #fff;
	padding: 10px;
	position: relative;
}

.track-item:nth-child(4n),
.track-item:nth-child(4n-1) {
	background-color: #f6f6f6;
}

.sect-count .track-item {
	width: 49%;
	margin: 0 .5%;
	padding-left: 40px;
}

.track-count {
	color: #c4c4c4;
	z-index: 10;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.track-img {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin-right: 15px;
	background-color: transparent;
}

.track-dl {
	color: #00bff8;
	margin-left: 15px;
	cursor: pointer;
	font-size: 18px;
}

.track-time {
	color: #949494;
	font-size: 12px;
	margin-left: 15px;
}

.track-fav {
	margin-left: 15px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	background-color: #c4c4c4;
	color: #fff !important;
	font-size: 10px;
}

.track-title {
	font-weight: 600;
}

.track-subtitle {
	color: #949494;
	margin-top: 3px;
	font-size: 13px;
}

a:hover .track-fav {
	color: #8e44ad;
}

.track-play {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 12px;
	padding-left: 3px;
	cursor: pointer;
}

.track-play:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.6) url(../images/bg.jpg) center top / cover no-repeat;
	background-size: 200% 200%;
}

.track-play .fa {
	position: relative;
	z-index: 10;
}

.track-item.play .start-play__icon::before {
	content: "\f04c";
	position: relative;
	left: -2px;
}

.show-player .track-play {
	padding-left: 0;
}

.show-player .track-play:before,
.track-play:hover:before {
	background: #00bff8;
	opacity: 1;
}

.track-fav:hover {
	background-color: #00bff8;
	color: #fff;
	cursor: pointer;
}


/* SIDE
	----------------------------------------------- */
.side-box {
	margin-top: 30px;
}

.side-bt {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.side-box a {
	color: #fff;
	margin-bottom: 7px;
}

.side-box a:hover {
	color: #fff;
	text-decoration: underline;
}

.tt {}

.tt+.tt {
	margin-top: 15px;
}

.tt .track-subtitle {
	color: #fff;
	opacity: 0.8;
}

.ta {
	width: 100%;
	margin-bottom: 15px;
}

.side-nav {
	font-weight: 600;
	background-color: #474b7a;
	white-space: nowrap;
	padding-left: 5px;
	position: relative;
}

.side-nav>li {
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
}

.side-nav>li>a {
	display: block;
	height: 66px;
	line-height: 66px;
	color: #fff;
}

.hidden-menu {
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	z-index: 100;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 15px 30px;
	pointer-events: none;
	opacity: 0;
	transform: translateY(30px);
}

.hidden-menu li {
	width: 16.66%;
	float: left;
}

.hidden-menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
}

.submenu>a:after {
	content: "\f107 ";
	font-family: 'FontAwesome';
	margin-left: 7px;
	transition: all .2s;
	display: inline-block;
}

.side-nav>li:hover .hidden-menu {
	pointer-events: auto;
	opacity: 1;
	transform: translateY(0px);
}

.side-nav>li.submenu:hover>a:after {
	transform: rotate(-180deg) !important
}

.side-nav>li>a:hover,
.side-nav>li:hover>a {
	color: #00bff8;
}


/* SEO DESCRIPTION
	----------------------------------------------- */
.site-desc-wr {
	line-height: 1.75;
	color: #5c5c5c;
	background-color: #e6e6e6;
	padding: 30px;
	margin: 60px -30px -30px -30px;
	font-size: 13px;
}

.site-desc h1,
.site-desc h2 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #000;
}

.site-desc li {
	list-style-type: disc;
	margin-left: 40px;
}

.site-desc a {
	color: #00bff8;
	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(230, 230, 230, 0) 0%, #e6e6e6 100%);
}

.slice-btn {
	margin: 15px 0 0 0;
}

.slice-btn span {
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
	color: #00bff8;
	font-weight: 600;
	font-size: 14px;
}


/* FOOTER
	----------------------------------------------- */
.ft-one .fx-1 {}

.ft-one a {
	margin-right: 15px;
	font-weight: 600;
	color: #fff;
}

.ft-two {
	margin-top: 10px;
	font-size: 12px;
	opacity: 0.6;
	text-align: justify;
}

.footer a:hover {
	text-decoration: underline;
}


/* BOTTOM NAVIGATION
	----------------------------------------------- */
.bottom-nav {
	line-height: 40px;
	text-align: center;
	padding: 30px 0 15px 0;
}

.pagi-nav {
	max-width: 100%;
	display: inline-block;
}

.pagi-nav>span {
	display: inline-block;
}

.pprev,
.pnext {}

.pprev {}

.pnext a,
.pprev a,
.pprev>span,
.pnext>span {
	display: block;
	width: 46px;
	text-align: center;
}

.navigation {
	text-align: center;
}

.navigation a,
.navigation span,
.pnext a,
.pprev a,
.pprev>span,
.pnext>span {
	display: inline-block;
	padding: 0 15px;
	background-color: #e6e6e6;
	margin: 5px 2px 0 2px;
	border-radius: 0px;
	font-weight: 600;
	box-shadow: 1px 0 20px rgba(0, 0, 0, 0);
}

.navigation span,
.pagi-nav a:hover {
	background-color: #474b7a;
	color: #fff;
}

.navigation span.nav_ext {
	background-color: #fff;
	color: #939393;
}

.pagi-nav a:hover {
	background-color: #474b7a;
	color: #fff;
}

.dle-comments-navigation .pagi-nav {
	margin-bottom: 0;
}


/* PLAYER
	----------------------------------------------- */
.item-player {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 997;
}

.zfix .item-player {
	z-index: 10;
	opacity: 0;
}

.audioplayer {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 30px;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, .15);
	background-color: #474b7a;
	color: #fff;
	box-shadow: 0 -60px 60px -60px rgba(0, 0, 0, 0.1);
}

.audioplayer audio {
	display: none;
}

.audioplayer-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 15px;
	background-color: #6166a6;
}

.audioplayer-bar-loaded {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}

.audioplayer-bar-played {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 10;
	background-color: #00bff8;
}

.audioplayer-time {
	position: absolute;
	z-index: 20;
	font-size: 12px;
	bottom: 100%;
	pointer-events: none;
	color: #fff;
}

.audioplayer-time-current {
	left: 10px;
}

.audioplayer-time-duration {
	right: 10px;
}

.audioplayer-playpause,
.audioplayer-volume-button,
.audioplayer-volume-adjust {
	display: inline-block;
	vertical-align: middle;
}

.audioplayer-playpause a,
.audioplayer-volume-button a,
.ap-dl {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	background-color: #6166a6;
	color: #fff;
	display: block;
	font-size: 16px;
	box-shadow: inset 0 0 0 1px #6166a6;
}

.audioplayer-playpause a {
	background-color: #00bff8;
	color: #fff;
	box-shadow: inset 0 0 0 1px #00bff8;
}

.audioplayer-stopped .audioplayer-playpause a {
	padding-left: 2px;
}

.audioplayer-muted .fa-volume-up:before {
	content: '\f026';
}

.audioplayer-volume-adjust {
	margin-left: 10px;
}

.audioplayer-volume-adjust>div {
	width: 50px;
	height: 10px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	background-color: #6166a6;
	overflow: hidden;
}

.audioplayer-volume-adjust>div>div {
	height: 100% !important;
	background-color: #00bff8;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.ap-desc {
	padding: 0 20px;
}

.ap-img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	overflow: hidden;
}

.ap-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ap-artist {
	font-weight: 600;
}

.ap-title {
	opacity: 0.6;
	margin-top: 3px;
}

.ap-dl {
	background-color: #6166a6;
	box-shadow: inset 0 0 0 1px #6166a6;
	;
	margin-right: 10px;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.ap-prev,
.ap-next {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	color: #fff;
	background: #6166a6;
	display: block;
	font-size: 12px;
	margin-right: 10px;
	box-shadow: inset 0 0 0 1px #6166a6;
}

.ap-next {
	margin-right: 0;
	margin-left: 10px;
}

.ap-next:hover,
.ap-prev:hover,
.ap-dl:hover,
.audioplayer-playpause a:hover,
.audioplayer-volume-button a:hover {
	background-color: #00bff8;
	color: #fff;
}


/* FULL
	----------------------------------------------- */
.speedbar {
	font-size: 13px;
	color: #949494;
	background-color: #e6e6e6;
	margin: -30px -30px 30px -30px;
	padding: 10px 30px;
}

.fheader {
	margin-bottom: 30px;
}

.fheader h1 span {
	color: #00bff8;
}

.fcaption {
	font-size: 13px;
	color: #949494;
	line-height: 1.2;
	margin: 15px 0 30px 0;
	text-align: justify;
}

.fleft {
	width: 200px;
	margin-right: 15px;
}

.fimg {
	width: 200px;
	height: 200px;
}

.fright {
	width: 240px;
	margin-left: 15px;
}

.finfo {}

.finfo li {
	position: relative;
	padding: 5px 10px 5px 140px;
}

.finfo li:nth-child(2n+1) {
	background-color: #f6f6f6;
}

.finfo li>span:first-child {
	position: absolute;
	left: 10px;
	top: 6px;
	color: #949494;
	font-size: 13px;
}

.finfo a {
	color: #00bff8;
	text-decoration: underline;
}

.ffav a {
	display: block;
	text-align: center;
	color: #949494;
	box-shadow: inset 0 0 0 1px #e3e3e3;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 15px;
	margin-left: 15px;
}

.ffav a .fa {
	color: #e74c3c;
}

.frate-box {
	margin-top: 15px;
}

.frate-title {
	font-weight: 600;
	margin-bottom: 8px;
}

.frate-yes,
.frate-no {
	background-color: #2ecc71;
	color: #fff;
	height: 40px;
	width: 60px;
	text-align: center;
	cursor: pointer;
}

.frate-counts {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.2);
}

.frate-btn-yes,
.frate-btn-no {
	cursor: pointer;
	height: 20px;
	line-height: 16px;
	font-size: 14px;
}

.frate-no {
	background-color: #e74c3c;
	margin-left: 10px;
}

.frate-yes:hover .frate-btn-yes,
.frate-no:hover .frate-btn-no {
	background-color: rgba(0, 0, 0, 0.4);
}

.mrating {
	position: relative;
	width: 150px;
	height: 30px;
	position: relative;
	top: -4px;
	background: url(../dleimages/rating1.png) 0 0px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.mrating .current-rating {
	background: url(../dleimages/rating1.png) 0 -60px;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1
}

.frate-box .fx-1 {
	font-weight: 600;
	text-align: right;
}

.fctrl {}

.fctrl>* {
	width: 100%;
	cursor: pointer;
}

.fbtn {
	height: 66px;
	display: block;
	padding: 11px 15px 0 81px;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
}

.fbtn-icon {
	width: 66px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.1);
	font-size: 12px;
	text-align: center;
}

.fbtn-icon .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.1);
	padding-left: 2px;
}

.fbtn-capt {
	font-weight: 600;
}

.fbtn-title {
	margin-top: 3px;
}

.fplay {
	background-color: #00bff8;
	color: #fff;
}

.fdl {
	box-shadow: inset 0 0 0 2px #474b7a;
	padding-top: 0;
	line-height: 66px;
	margin-top: 15px;
}

.fdl .fbtn-icon {
	background-color: #474b7a;
	color: #fff;
	font-size: 18px;
}

.fplay:hover {
	background-color: #3498db;
}

.show-player .fbtn-icon .fa {
	padding-left: 0;
}

.sect-text {
	background-color: #e6e6e6;
	padding: 30px;
}

.sect-text .sect-title {
	font-size: 18px;
	margin-bottom: -10px;
	border: 0;
	padding: 0;
}

.sect-text22 .slice-masked:before {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}


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

.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: #00bff8;
}

.full-text a:hover {
	text-decoration: none;
}

.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
	margin: 10px 0;
	font-size: 24px;
	font-weight: 300;
}

.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: 15px;
	margin-bottom: 30px;
	display: none;
	background-color: #e6e6e6;
}

.ac-inputs input {
	width: 48.5%;
	margin-bottom: 15px;
}

.ac-textarea textarea {
	height: 100px;
	margin-bottom: 15px;
}

.add-comms input,
.add-comms textarea,
.ac-submit button {}

.ac-protect,
.ac-textarea .bb-editor+br {
	display: none;
}

.comments_subscribe input {
	margin-right: 10px;
}

.comments_subscribe {
	display: block;
}

.mass_comments_action {
	padding: 10px;
	background-color: #ebebeb;
	margin: 20px 0 0 0;
	text-align: right;
}

.last-comm-link {
	margin-bottom: 10px;
	text-decoration: underline;
}

.comm-item {
	margin-bottom: 30px;
}

.comm-left {
	width: 50px;
	margin-right: 15px;
}

.comm-right {
	position: relative;
}

.comm-right2:before,
.comm-right2:after {
	content: '';
	border: 10px solid transparent;
	border-right-color: #fff;
	position: absolute;
	right: 100%;
	top: 15px;
	margin-right: -1px;
	z-index: 2;
}

.comm-right:after {
	z-index: 1;
	margin-right: 0;
	border-right-color: #e3e3e3;
}

.comm-img {
	height: 50px;
	border-radius: 50%;
	background-color: transparent;
}

.comm-two {
	margin: 10px 0 10px 0;
}

.comm-one>span {
	margin-right: 15px;
	color: #939393;
}

.comm-one>span.comm-author,
.comm-one>span.comm-author a {
	color: #00bff8;
}

.comm-three-left>a,
.comm-three-right li a {
	color: #939393;
}

.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;
	color: #909090;
	position: relative;
	top: -3px;
}

.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;
}

.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,
.mmenu-overlay {
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	display: none;
	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;
	border-top: 5px solid #00bff8;
	width: 400px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	display: none;
}

.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: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

.login-title:first-letter {
	color: #00bff8;
}

.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 #3498db;
	color: #3498db;
	font-size: 12px;
}

.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;
	font-size: 12px;
}

.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
	----------------------------------------------- */
.btn-menu {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: none;
	background-color: #00bff8;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	margin-right: 15px;
}

.side-panel {
	width: 280px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #474b7a;
	padding: 10px;
	z-index: 9999;
	position: fixed;
	left: -320px;
	top: 0;
	transition: left .4s;
	-webkit-transition: left .4s;
}

.side-panel.active {
	left: 0;
}

.close-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	display: none;
}

.btn-close {
	cursor: pointer;
	display: block;
	left: 280px;
	top: -40px;
	position: fixed;
	z-index: 9999;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background-color: #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 .to-mob {
	display: block;
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: 100%;
}

.side-panel .side-nav {
	white-space: normal;
}

.side-panel .side-nav>li {
	display: block;
	margin: 0 0 15px 0;
}

.side-panel .side-nav>li>a {
	height: auto;
	line-height: normal;
}

.side-panel .hidden-menu {
	background-color: #736fa3;
	box-shadow: none;
	margin-top: 10px;
	position: static;
	padding: 10px;
	pointer-events: auto;
	opacity: 1;
	transform: translateY(0px);
}

.side-panel .hidden-menu li {
	width: 50%;
	font-size: 13px;
}

.side-panel .hidden-menu li a {
	color: #fff;
}

@media screen and (max-width: 1220px) {

	body,
	.wrap {
		background-image: none;
	}

	.wrap-center {
		max-width: 1000px;
	}

	#gotop {
		display: none !important;
	}

	.not-logged .login-avatar,
	.to-mob,
	.logo img,
	.col-left {
		display: none;
	}

	.login-close {
		top: -5px;
	}

	.login-title {
		font-size: 18px;
	}

	.login-box {
		max-width: calc(100% - 60px);
		padding: 15px;
	}

	.wrap {
		padding: 0;
		overflow: hidden;
	}



	.btn-fav {
		color: #fff;
	}

	.not-logged-btn {
		font-size: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 50%;
		margin: 0;
		padding: 0;
	}

	.not-logged-btn .fa {
		font-size: 18px;
		margin: 0;
		line-height: 40px;
	}

	.footer,
	.topline {
		background-color: #474b7a;
		border: 0;
	}

	.content,
	.footer,
	.topline,
	.sect-wide,
	.speedbar,
	.site-desc-wr {
		padding-left: 10px;
		padding-right: 10px;
		background-image: none;
	}

	.sect-wide,
	.speedbar,
	.site-desc-wr {
		margin-left: -10px;
		margin-right: -10px;
	}

	.btn-menu {
		display: block;
	}

	.track-play:before,
	.collection-img:before {
		background-image: none;
	}
}

@media screen and (max-width: 950px) {
	.wrap-center {
		max-width: 768px;
	}

	.sect-count .track-item {
		padding-left: 10px;
	}

	.track-count,
	.track-fav {
		display: none;
	}

	.fright {
		width: 100%;
		margin: 15px 0 0 0;
	}

	.sect-text {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 760px) {
	.wrap-center {
		max-width: 640px;
	}

	.album-item {
		width: 31%;
	}

	.artist-item {
		width: 31%;
	}

	.collection-item {
		width: 48%;
	}

	.sect-col {
		width: 100%;
		margin-bottom: 0;
	}

	.sect-count .track-item {
		width: 100%;
		margin: 0;
	}

	.track-item:nth-child(4n),
	.track-item:nth-child(4n-1) {
		background-color: transparent
	}

	.track-item:nth-child(2n) {
		background-color: #f6f6f6;
	}

	.footer,
	.ft-one .fx-1,
	.ft-one {
		text-align: center;
		display: block;
	}

	.audioplayer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.frate-box .fx-1 {
		font-size: 0;
	}

	.mrating {
		margin-left: 0;
	}

	.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;
	}

	.album-item {
		width: 48%;
	}

	.artist-item {
		width: 48%;
	}

	.collection-item {
		width: 100%;
	}

	.btn-fav {
		display: none;
	}

	.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-right: 15px;
		width: 200px;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.fcols {
		display: block;
	}

	.fleft {
		width: 100%;
		margin-bottom: 15px;
	}

	.fimg {
		margin: 0 auto;
	}

	.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: 320px;
	}

	.sect-title {
		font-size: 18px;
	}

	.sect-link .fa,
	.ffav .fa {
		display: none;
	}

	.ap-img,
	.ap-info {
		display: none;
	}

	.ap-desc {
		min-width: 5px;
	}

	.sect-comms .sect-title {
		display: none;
	}

	.sect-comms .button {
		margin: 0;
		width: 100%;
		text-align: center;
	}

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



@keyframes load1 {
	0% {
		right: 100%;
		left: 0;
	}

	50% {
		right: 0%;
		left: 0;
	}

	100% {
		left: 100%;
		right: 0;
	}
}

.berrors {
	background: #fce5ba;
	color: #a76846;
	margin: 0 0 45px 0;
	padding: 10px 20px;
}

.track-list__more-btn {
    background-color: #676ca8;
    color: #fff;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .3s;
}

.track-list__more-btn:hover {
    opacity: .7;
}

.more-track {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
}