/* SET BASE
----------------------------------------------- */

hr {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 1rem;
	margin-bottom: 1rem;
}

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

.cleared-f:after {
	content: "";
	display: table;
	clear: both;
}

html {
	overflow-x: hidden;
}

body {
	font: 15px 'Manrope', sans-serif;
	line-height: normal;
	padding: 0;
	margin: 0;
	font-family: -apple-system, Manrope, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
	color: #001b4e;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: round;
	min-height: 100%;
	width: 100%;
	font-weight: 400;
	background-image: url(../images/bg/81.webp);
}

a {
	color: #001b4e;
	text-decoration: none;
}

a:hover,
a:focus,
.track-desc:hover>*,
.side-item:hover * {
	color: #2c348a;
	text-decoration: none;
}

h1 {
	font-weight: 800;
	font-size: 25px;
	color: #1c3460;
}

h2 {
	font-weight: 700;
	font-size: 21px;
	color: #1c3460;
}

h3 {
	font-weight: 500;
	font-size: 15px;
	color: #1c3460;
}

h4 {
	font-weight: 400;
	font-size: 13px;
	color: #1c3460;
}

h5 {
	font-weight: 400;
	font-size: 12px;
	color: #1c3460;
}

p {
	font-size: 14px;
	color: #1c3460;
}


body::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

body::-webkit-scrollbar-thumb {
	background: #fffafa;
	border-radius: 10px;
}

body::-webkit-scrollbar-track {
	background: transparent;
}

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: 'Montserrat' !important;
}

.button,
.btn,
.pagi-load a,
.up-second li a,
.usp-edit a,
.qq-upload-button,
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]),
html input[type="button"],
input[type="reset"],
input[type="submit"],
.meta-fav a,
.usp-btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	min-width: 100px;
	padding: 0 20px;
	margin: 10px 20px;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #27345c;
	background: rgba(255, 255, 255, 0.36);
	border: 1px solid rgba(255, 255, 255, 0.46);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
	cursor: pointer;
}

.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):not([class*=fr]):not(.search-btn):not([class*=owl-]):hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.meta-fav a:hover {
	background-color: rgba(255, 255, 255, 0.853);
	color: #000;
	transform: scale(1.01);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

button:active,
input[type="button"]:active,
input[type="submit"]:active {
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.08);
	transform: translateY(1px);
}


input[type="text"],
input[type="password"] {
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	border: 0;
	padding: 0 15px;
	font-size: 14px;
}

select {
	height: 40px;
	border: 0;
	padding: 0 15px;
	font-size: 14px;
}

textarea {
	padding: 15px;
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input[type="text"],
input[type="password"],
select,
textarea {
	width: 100%;
	background-color: rgb(255 255 255 / 49%);
	color: #000;
	font-size: 14px;
	box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 20px 20px;
}

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);
	font-size: 14px;
}

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

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

.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec-nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec-nowrap-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.flex-row-box {
	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;
}

.flex-column-box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.flex-align-center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.flex-align-middle {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

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

.flex-grow-one,
.main-nav>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: 50px;
}

.fx-between {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

b,
strong,
.fw700 {
	font-weight: 600;
}

.icon-left [class*="fa-"],
.icon-left .icon {
	margin-right: 10px;
}

.icon-right [class*="fa-"],
.icon-right .icon {
	margin-left: 10px;
}

.hidden,
#dofullsearch {
	display: none;
}

.animate-box,
.btn,
button,
.track-desc,
.track-title,
.track-subtitle,
.side-item,
.side-item * {
	transition: all .3s;
}

.mtitle,
.sub-title h1,
.form-wrap h1 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 500;
}

#dle-content {
	width: 100%;
}

.h2cat {
	font-size: 15px;
	margin-top: 15px;
	padding: 5px 5px;
	background-color: #fafdff;
	border-bottom: 1px solid #27345c48;
}

.glasseff {
	background: rgb(255 255 255 / 54%) !important;
	box-shadow:
		inset 2px 2px 0.5px rgba(255, 255, 255, 0.85),
		inset -2px -2px 0.5px rgba(255, 255, 255, 0.85),
		inset 1px 1px 0px rgba(175, 175, 175, 0.9),
		inset -1px -1px 0px rgba(175, 175, 175, 0.9),
		inset 0px 0px 2px rgba(228, 228, 228, 0.9),
		inset 0px 0px 0px 1px rgba(209, 209, 209, 0.9),
		inset 0 0 20px rgba(255, 255, 255, 0.8) !important;

}

.glasseff:hover {
	background: rgba(255, 255, 255, 0.863) !important;
	box-shadow:
		inset 2px 2px 1px rgba(255, 255, 255, 0.9),
		inset -2px -2px 1px rgba(255, 255, 255, 0.9),
		inset 1px 1px 0px rgba(200, 200, 200, 0.95),
		inset -1px -1px 0px rgba(200, 200, 200, 0.95),
		inset 0px 0px 3px rgba(255, 255, 255, 0.6),
		inset 0px 0px 0px 1px rgba(255, 255, 255, 0.6),
		inset 0 0 24px rgba(255, 255, 255, 0.9) !important;
}


/* BASIC GRID

----------------------------------------------- */

.wrap {
	min-width: 320px;
	position: relative;

}

.layout-center {
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

.header {
	padding: 0 0;
}

.header-link {
	margin-right: 12%;

}

.core-header {


	padding: 10px 20px 0px 20px;
	border-radius: 0px 0px 20px 20px;
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.21);
}

.inner-box-header {
	display: flex;

	min-height: 60px;
	border-radius: 15px;

	max-width: 1100px !important;

	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;

	max-width: 1330px;
	margin: 0 auto;

}

.header-img {
	height: 40px;
	bottom: 3px;
	position: relative;
}

.layout-main {
	padding-bottom: 68px;
	max-width: 1440px;


}

.nav {
	font-size: 17px;
	font-weight: 400;
	position: relative;
}

.nav li {
	margin-bottom: 2px;
}

.nav a {
	display: block;
	padding: 5px 10px;
	margin: 7px 0;
	font-weight: 500;
	font-size: 15px;
	color: #00467d;
	text-decoration: none;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.261);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.123);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: transform 0.3s ease, background-color 0.3s ease, border 0.3s ease;
	box-sizing: border-box;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.nav a:hover {
	/* background-color:  #2e7bb8; 
    color: #ffffff;
    transform: scale(1.02); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  */
	color: #003c61;
	transform: scale(1.01);
	background-color: rgba(255, 255, 255, 0.853);
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.nav a:active {
	transform: scale(0.99);
}

.fdl {
	border: 1px solid #23446e;
	color: #23446e !important;
	position: relative;
}

.sharing-fdl {
	background: #ffffff00;
	position: relative;
	border: 1px solid #206994;
	color: #0082D1;
}

.content-columns {
	padding: 0 0px;
	justify-content: center;

}

.content-bar-left {
	width: 300px;
	padding: 20px 20px 0px 20px;
	margin-top: 7px;

	margin: 7px 20px;

	border-radius: 15px;
}

.content-main-area {

	padding: 20px 20px 20px;

	margin-bottom: 7px;
	margin-top: 7px;
	margin-right: 20px;
	border-radius: 15px;
	max-width: 900px;
	/* box-shadow: 0 0px 15px rgba(0, 0, 0, 0), 
	0 6px 2px rgba(0, 0, 0, 0.06), 
	inset 0 5px 15px #27345c42; */
}

.content-bar-left,
.content-main-area {
	overflow-y: auto;
	max-height: calc(100vh - 40px);
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
}


.content-bar-left::-webkit-scrollbar,
.content-main-area::-webkit-scrollbar {
	width: 6px;
}

.content-bar-left::-webkit-scrollbar-thumb,
.content-main-area::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.content-bar-left::-webkit-scrollbar-track,
.content-main-area::-webkit-scrollbar-track {
	background: transparent;
}

.content-bar-right {
	width: 300px;
	margin-left: 60px;
	padding: 30px 0 0 0;
	border-left: 1px solid #eee;
}

.footer {
	color: #fff;
	padding: 0 60px 0;
	position: relative;
}

.footer-main-menu a {
	font-weight: 500;
	color: #fff;
	display: block;
	margin-right: 30px;
	transition: 0.3s;
}

.footer-main-menu a:hover {
	transform: scale(1.02);
}

.overlay-box {
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #ffffff00;
	cursor: pointer;
}

#gotop {
	position: fixed;
	right: 2%;
	bottom: 80px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	background-color: rgba(255, 255, 255, 0.361);
	color: #00467d;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	font-size: 18px;
	z-index: 999;
	border: 1px solid #2e7bb8;
	cursor: pointer;
}


#gotop.show {
	opacity: 1;
	pointer-events: auto;
}

#gotop:hover {
	transition: .3s ease-in-out;
	transform: scale(1.01);
	background-color: rgba(255, 255, 255, 0.836);
}

#global-share-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}

#global-share-toggle {
	position: fixed;
	padding-bottom: 3px;
	right: 2%;
	bottom: 130px;
	background-color: rgba(255, 255, 255, 0.361);
	color: #00467d;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px !important;
	min-width: 0px !important;
	margin: 0px !important;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	font-size: 18px;
	border: 1px solid #2e7bb8;
}

#global-share-toggle .icon-close {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#global-share-toggle .hidden {
	display: none;
}

#global-share-toggle:hover {
	transition: .3s ease-in-out;
	transform: scale(1.01);
	background-color: rgba(255, 255, 255, 0.836);
}

#global-share-menu {
	position: fixed;
	bottom: 190px;
	right: 2%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transform-origin: bottom;
	transform: scaleY(1);
	transition: transform 0.25s ease, opacity 0.25s ease;
	opacity: 1;
}

#global-share-menu.hidden {
	transform: scaleY(0);
	opacity: 0;
	pointer-events: none;
}


.share-icon {
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.361);
	border: 1px solid #2e7bb8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	text-decoration: none;

	transition: background-color 0.2s ease, color 0.2s ease;
}

.share-icon .fa-facebook {
	color: #1877F2;
}

.share-icon .fa-telegram {
	color: #229ED9 !important;
}

.share-icon .fa-viber {
	color: #836af1;
}

.share-icon .fa-twitter {
	color: #000000;
}

.share-icon .fa-whatsapp {
	color: #008f0b;
}

.share-icon .fa-copy {
	color: #0082D1;
}


.share-icon:hover .fa-facebook {
	color: #1877F2 !important;
}

.share-icon:hover .fa-telegram {
	color: #229ED9 !important;
}

.share-icon:hover .fa-viber {
	color: #836af1 !important;
}

.share-icon:hover .fa-twitter {
	color: #000000 !important;
}

.share-icon:hover .fa-whatsapp {
	color: #008f0b !important;
}

.share-icon:hover .fa-copy {
	color: #0082D1 !important;
}


.share-icon:hover {
	background-color: rgba(255, 255, 255, 0.836);
	color: #e0e0e0;
}


.share-icon i {
	color: inherit;
	transition: color 0.2s ease;
}

.mb-5 {
	margin-bottom: -5px !important;
}

.mb20 {
	margin-bottom: 20px;
}


.action-btn-area {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 10px;
}


.subblock-title {
	margin-bottom: 10px;
	font-weight: 700;
	border-radius: 10px 10px 0px 0px;
	font-size: 21px;
	background: #03a9f405;
	line-height: 40px;
	padding: 0px 15px;
	border-bottom: 1px solid #dce7f57e;
}

@media (max-width: 768px) {
	.subblock-title {
		font-size: 18px;
		line-height: 36px;
		padding: 0 12px;
	}
}

@media (max-width: 480px) {
	.subblock-title {
		font-size: 16px;
		line-height: 32px;
		padding: 0 10px;
	}
}

.subblock-text {
	padding: 10px 15px;
	font-size: 14px;
	color: #283a64;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 20px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.263);
}


.content-main-area a {
	color: #123462;
}

.content-main-area .layout-title,
.side-bt-text {
	color: #123462;
}

.favorites-btn {
	display: inline-flex;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 5px 15px;
	border-radius: 14px;
	margin: 0px 2px 10px -10px;
	font-weight: 500;
	font-size: 15px;
	color: #00467d;
	background: rgba(255, 255, 255, 0.261);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.192);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	align-items: center;
}

.favorites-btn:hover {
	color: #003c61 !important;
	transform: scale(1.01);
	background-color: rgba(255, 255, 255, 0.853);
	border: 1px solid rgba(255, 255, 255, 0.25);
}

/* HEADER
----------------------------------------------- */
.logo {
	display: block;
	color: #27345c !important;
	font-weight: 600;
	white-space: nowrap;
	margin-right: 35%;
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 85px;
	padding-bottom: 5px;
	font-family: 'SF Pro Display', sans-serif;
	background: url(../images/logo.png) 0 center / 75px no-repeat;
	margin-left: 10px;
}

.logo div {
	font-size: 14px;
	font-weight: 400;
	margin-top: 3px;
	text-transform: none;
}

.logo span:not(.logo-domain) {
	display: inline-block;
	text-transform: none;
	color: #27345c;
}

.logo span.logo-domain {
	font-size: 12px;
	font-weight: 500;
}

.search-block {
	margin-right: 30px;
}

.inner-box-search-block {
	position: relative;
	margin: 5px 5px;
	bottom: 5px;
}

.inner-box-search-block input,
.inner-box-search-block input:focus {
	padding: 0 60px 0 15px;
	border-radius: 12px;
	box-shadow: none;
	border: 1px solid #27345c3a;
}

.inner-box-search-block input:not(:focus)::placeholder {
	color: #1c3460;
	opacity: 0.5;
	font-size: 13px;
}

.inner-box-search-block button {
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 10;
	font-size: 15px;
	cursor: pointer;
	color: #000000;
	line-height: 38px;
	text-align: center;
	padding: 0px 5px;
	border-radius: 4px;
	width: 40px;
}

.inner-box-search-block button:hover {
	transform: scale(1.03);
	transition: .3s;
}

.hshare {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.hshare>* {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	margin-bottom: 10px;
	transition: transform 0.3s ease-in-out;
	margin-left: 10px;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
	justify-content: center;
	align-items: center;
}

.hshare>.wbr-fb {
	background: #1877F2 url(../images/i-fb.svg) center center / 10px no-repeat;
	transition: 0.3s;
}

.hshare>.wbr-tlg {
	background: #0088cc url(../images/i-tlg.svg) center center / 16px no-repeat;
	transition: 0.3s;
}

.login-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	margin-bottom: 10px;
	transition: transform 0.3s ease-in-out;
	margin-left: 10px;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
	justify-content: center;
	align-items: center;
	background: #0088cc url(../images/i-login.svg) center center / 20px no-repeat;
	transition: 0.3s;
}

.hshare>*:hover,
.login-btn:hover {
	transform: rotate(360deg);
}


.csu_overlay {
	background: #edf1f37d !important;
	backdrop-filter: blur(2px) !important;
	-webkit-backdrop-filter: blur(2px);
}


.main-nav>li>a {
	display: block;
	text-align: center;
	color: #1c3460;
	position: relative;
	padding: 50px 0 15px 0;
	font-size: 14px;
	white-space: nowrap;
}

.sharing-fdl {
	display: block;
	height: 40px;
	font-size: 24px;
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	text-align: center;
}

.main-nav .fal,
.fdl .fal,
.fdl .fas {
	display: block;
	height: 40px;
	font-size: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	text-align: center;
	opacity: 0.666;
}

.main-nav>li {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 1px 0 rgba(255, 255, 255, 0.25);
}

.hidden-menu {
	background-color: #ecf6ff;
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
	z-index: 100;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	column-width: 200px;
	column-gap: 20px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(30px);
	padding: 30px;
}

.hidden-menu li a {
	display: block;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 15px;
	white-space: nowrap;
	border-right: 1px solid #27345c;
	padding-right: 5px;
}

.main-nav>li:hover .hidden-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	padding-right: 10px;
	text-align: center;
}

.main-nav>li:hover>a {
	background-color: #fff;
	color: #6996c7;
	text-decoration: underline;
}


/* SECTION
----------------------------------------------- */
.sect {
	margin-bottom: 30px;
	position: relative;
}

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

.sect-2xlist {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.sect-2xhalfed {
	width: 48%;
	margin: 0px 10px;
	margin-bottom: 30px;
}

.sect-2xhalfed-button {
	max-width: 240px !important;
}

.layout-header-favor {
	margin-bottom: 10px;
}

.layout-content {
	margin-bottom: 15px;
}

.layout-title {
	margin-bottom: 10px;
	font-weight: 600;
	border-radius: 10px 10px 0px 0px;
	font-size: 19px;
	background: #03a9f405;
	line-height: 40px;
	padding: 0px 15px;
	border-bottom: 1px solid #dce7f57e;
}

.layout-title span {
	font-size: 16px !important;
	font-weight: 700 !important;
}

.layout-title h2 {
	font-weight: 600;
	font-size: 18px;
}

.layout-title-artist {
	font-weight: 300;
	padding: 5px 10px;
	color: #01336e;
	border-bottom: 1px solid #27345c48;
	margin-bottom: 10px;
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center
}

.layout-title-artist span {
	font-weight: 500;
	font-size: 16px;
}

.layout-title-top {
	font-weight: 500;
	font-size: 19px;
	background: #03a9f405;
	line-height: 40px;
	padding: 5px 20px;
	border: 1px solid #eee;
	border-radius: 20px;
	margin: 15px 0 15px 0;
}

.layout-title span {
	font-weight: 400;
	font-size: 14px;
}

.sitedescription-block {
	padding: 2px 60px 10px 60px;

	line-height: 1.6;
	font-size: 13px;
	font-weight: 600;
	margin: 0px 20px;
	border-radius: 15px;
}

.sitedescription-block .logo {
	color: #000 !important;
	margin-right: 60px;
	line-height: normal;
}

.sitedescription-block a,
.copyright-info span {
	color: #27345c;
}

.copyright-info {
	font-size: 14px;
	color: #1c3460;
	text-align: center;
	margin-bottom: -10px;
	border-top: 1px solid #3333;
	padding: 10px 15px 10px 10px;
}

.footer-secondary-info {
	display: block;
}

.artist-h1-layout {
	font-weight: 400 !important;
	font-size: 18px !important;
	display: flex;
	flex-direction: column;
}

.artist-data-layout {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.artist-title-data {
	margin-left: 20px;
}

.artist-mp-layout {
	border: none !important;
}

.artist-h1-full span {
	font-weight: 600 !important;
	font-size: 14px !important;
}

.artist-h1-full span::before {
	content: '-';
	display: inline;
	margin: 0 8px;
}

.artist-mp-layout h1 {
	font-size: 32px !important;
}

/* TRACK ITEM
----------------------------------------------- */

.song-item {
	padding: 10px;
	margin: 7px auto 0;
	border-radius: 23px;
	background: rgba(255, 255, 255, 0.261);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.102);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: transform 0.3s ease, background-color 0.3s ease, border 0.3s ease;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
}

.song-item:hover {
	transform: scale(1.01);
	background-color: rgba(255, 255, 255, 0.473);
	border: 1px solid rgba(255, 255, 255, 0.25);
}


.track-play-active {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.song-cover img {
	transition: opacity 0.3s ease;
}

.song1 {
	display: flex;
	margin-left: 5px;
	text-overflow: ellipsis;
	flex-grow: 1;
	white-space: nowrap;
	overflow: hidden;
	flex-direction: column;
}

.song-item a,
a.track-desc {
	display: inline-flex;
}

.track-subtitle a:hover {
	text-decoration: underline;
}

.song-cover {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	margin-right: 8px;
	min-width: 40px;
}

.track-play {
	cursor: pointer;
	z-index: 5;
	left: -5px;
	top: -5px;
	right: 0;
	bottom: 0;
	font-size: 17px;
	position: absolute;
	text-align: center;
	border: 2px solid #2e7bb8;
	width: 40px;
	height: 40px;
	color: #00467d;
	margin: 5px;
	border-radius: 10px;
	transition: 0.2s;
	opacity: 1;
}


.track-play-image {
	width: 40px;
	height: 40px;
	text-align: center;
	margin: 5px;
}

.track-play:hover {
	transform: scale(1.01);
	opacity: 1;
}

.track-desc {
	padding: 0 10px;
}

.track-title {
	font-weight: 700;
	display: inline;
	color: #001b4e;
}

.track-subtitle {
	color: #1c3460;
	display: inline;
	font-size: 14px;
}

.track-time {
	font-size: 11px;
	font-family: 'Montserrat';
	color: #091b4c;
	height: 20px;
	font-weight: 600;
	line-height: 20px;
	border-radius: 20px;
	transition: .3s ease;
	background-color: rgb(255 255 255 / 36%);
	width: 40px;
	text-align: center;
}

.js-item-played .fa-play:before {
	content: '\f04c';
	color: #2178bd;
	font-size: 21px;
}

.download-short {
	margin: 0px 3px;
	font-size: 19px;
	transition: 0.3s;
	padding: 5px 7px;
	border-radius: 10px;
	opacity: 1;
}

.download-short:hover {
	transform: translateY(-2px);
	transition: .3s ease;
}

.blurred-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.blurred-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, #eaf2ff88 0%, #fdf5e6 100%);
	filter: blur(10px);
	transform: scale(1.05);
}


.glass {

	width: auto;
	height: auto;
	background: rgba(255, 255, 255, .08);
	border: 1px solid transparent;
	box-shadow: 0 0 0 1px rgb(255 255 255 / 36%), 0 16px 32px rgb(0 0 0 / 9%);
	place-items: center;
	cursor: pointer;
	outline: 0;
}

.glass::before,
.glass::after {
	content: "";
	position: absolute;
	width: 40%;
	height: 10px;
	border-radius: 10px;
}


/* LOGIN
----------------------------------------------- */
.overlay-box {
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #000;
	cursor: pointer;
}

.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 #275ea3;
	width: 400px;
	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: 22px;
	font-weight: 500;
	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 #275ea3;
	color: #275ea3;
	font-size: 13px;
}

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

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

.logg-button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	margin-bottom: 10px;
	background: #3e89ec;
	color: #fff;
	margin-left: 10px;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
	justify-content: center;
	align-items: center;
}

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

	.not-logged .login-avatar {
		display: none;
	}

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

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

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

}

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

	.logg-button {
		width: 30px !important;
		height: 30px !important;
		transition: 0.3s;
	}
}


/* SIDEBAR
----------------------------------------------- */
.side-bt {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 30px;
	background: #ecf6ff;
	height: 45px;
	line-height: 40px;
	padding: 5px 20px;
	border-radius: 20px;
	margin-left: 10px;
}

.side-bt-playlist {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 10px;
	background: #ecf6ff;
	height: 45px;
	line-height: 40px;
	padding: 5px 20px;
	border-radius: 20px;
	margin-left: 10px;
}

.side-item {
	display: block;
	padding: 15px 60px 15px 75px;
	color: #999;
	font-size: 13px;
	border-top: 1px solid #c8e0ff;
	position: relative;
	margin-right: -60px;
}


.sbar-song {
	display: flex;
	padding: 8px 10px;
	font-size: 13px;
	color: #222;
	border-radius: 23px;
	position: relative;
	background: rgba(255, 255, 255, 0.261);
	border: 1px solid rgba(255, 255, 255, 0.161);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	margin: 7px 0;
	max-width: 300px;
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
	text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.15);
}

.sbar-song:hover {
	background-color: rgba(255, 255, 255, 0.473);
	color: #000;
	transform: scale(1.01);
}

.sbar-song img {
	border-radius: 6px;
	flex-shrink: 0;
}


.sbar-area {
	margin-bottom: 40px;
}

.side-item div {
	font-weight: 500;
	color: #333;
	margin-bottom: 0px;
	font-size: 15px;
}

.sbar-song div {
	font-weight: 500;
	color: #333;
	min-width: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.side-bt-text {
	padding: 5px;
	font-weight: 400;
	font-size: 15px;
	background-color: #cbddfd;
	position: relative;
	border-radius: 20px;
	font-weight: 500;
	text-align: center;
	margin: 10px;
}

.side-bt-text-fav {
	padding: 15px;
	font-weight: 400;
	font-size: 15px;
	background-color: #fafdff;
	position: relative;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #27345c48;
}

.sbar-menu {

	margin-top: 20px;
}

.sbar-song-label {
	display: block;
}

.side-artists {
	display: flex;
	background: #64b7e117;
	height: 24px;
	margin: 10px;
	width: 110px;
	line-height: 24px;
}

/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {
	margin-bottom: 20px;
	padding-top: 50px;
}


.nav-load a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.36);
	color: #27345c;
	text-align: center;
	height: 50px;
	border-radius: 20px;
	max-width: 450px;
	border: 1px solid rgba(255, 255, 255, 0.46);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: 0.3s ease;
	box-shadow: 0 4px 20px rgba(122, 122, 122, 0.09);
}

.nav-load a:hover,
.fdl:hover {
	background-color: rgba(255, 255, 255, 0.853);
	color: #000 !important;
	transform: scale(1.01);
	font-weight: 600;
	font-size: 16px;
}

.nav-load>span {
	display: none;
}

.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;
	background-color: rgba(255, 255, 255, 0.36);
	color: #27345c;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.46);
	font-weight: 500;
	font-size: 17px;
	transition: 0.3s ease;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.navigation span:not(.nav_ext),
.pagi-nav a:hover {
	background-color: rgba(255, 255, 255, 0.853);
	color: #000;
	transform: scale(1.01);
}


.comments {
	margin-top: 20px !important;
	margin: 0 10px;
}

.userlogo {
	font-size: 17px;
	font-weight: 500;
}

.form-comment {
	margin: 5px 0px;
}

.form-text-field {
	margin: 5px 0px;
}

.comm-one {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.comm-item {
	margin: 10px 0px;
	padding: 5px 10px 0px;
	display: flex;
}

.comm-field {
	border-bottom: 1px solid #03101911;
}

.commtext {
	line-height: 1.2;
	font-size: 14px;
}

.commava {
	margin-right: 10px;
	width: 26px;
	height: 26px;
}

.commentmain {
	padding: 10px 5px;
}

.center-position {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.comm-submit:hover {
	transform: scale(1.002);
	transition: all .5s ease;
}


/* PLAYER
----------------------------------------------- */
.songplayer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 990;
	border-radius: 20px;
}

.songplayer {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 2s ease, transform 2s ease;
	pointer-events: auto;
}

.songplayer.hidden {
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
}

.audioplayer {

	margin: 0 auto;
	height: 60px;
	padding: 5px 20px 5px 10px;
	color: #031019;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.25);

	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.192);
	position: relative;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


.audioplayer audio {
	display: none;
}

.audioplayer-bar {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 54px;
	height: 4px;
	background-color: #1c346060;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
}

.audioplayer-bar-loaded {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 10px 10px 0 0;
}

.audioplayer-bar-played {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 10;
	border-radius: 0;
	background-color: #1b467b;
}

.audioplayer-volume {
	position: relative;
	z-index: 100;
	margin-left: 15px;
	font-size: 18px;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

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


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

.audioplayer-volume:hover .audioplayer-volume-adjust {
	display: block;
}

.audioplayer-volume-button {
	width: 20px;
}

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

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

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


.ap-dl {
	font-size: 24px;
	color: #003e83;
	margin-left: 20px;
}

.ap-time {
	font-size: 13px;
	color: #000000;
	margin-left: 20px;
	left: 72%;
	position: absolute;
}

.audioplayer-time-current:after {
	display: inline;
}

.ap-desc {
	width: 300px;
}

.ap-img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 10px;
}

.ap-artist {
	font-size: 13px;
	margin-top: 5px;
	color: #22345e;
	font-weight: 600;
}

.ap-title {
	font-size: 16px;
	font-weight: 600;
}

.ap-btns {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.audioplayer-playpause a {
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 32px;
	border-radius: 2px;
	display: block;
	position: relative;
	margin: 0 10px;
	color: #116ea7;
}

.ap-prev,
.ap-next {
	cursor: pointer;
	color: #00467d;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 2px;
	font-size: 28px;
}

.audioplayer-volume-button a:hover,
.ap-dl:hover {
	opacity: 1;
	color: #030e16;
	transition: all .3s ease;
}

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

.audioplayer-playpause a:hover,
.ap-prev:hover,
.ap-next:hover {
	color: #2178bd;
	transition: all .4s ease;
}

.songplayer-init .audioplayer-playpause .fas:before {
	content: '\f04b';
}

.player-hide .songplayer {
	bottom: -80px;
}

.player-hide .audioplayer {
	box-shadow: 0 -15px 30px rgba(0, 0, 0, 0);
	transform: scale(0.5, 0.5);
}

.ap-title,
.ap-artist {
	max-width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.underline {
	border-bottom: 1px solid #b6e4fad0;
	margin: 2px;
}

.audioplayer-time-duration::before {
	content: '/  ';
	color: black;
}

.audioplayer-time-current {

	margin-right: 5px;
	color: black;
}

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

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


/* FULL
----------------------------------------------- */
.speedbar {
	font-size: 12px;
	color: #999;
	margin-bottom: 30px;
	background: rgba(255, 255, 255, 0.261);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 15px;
	padding: 8px 12px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
	transition: background-color 0.3s ease, color 0.3s ease;
}

.speedbar .fas {
	margin-right: 8px;
	color: #27345c;
}

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

.speedbar .fa-chevron-right {
	font-size: 8px;
	margin: 5px;
	color: #27345c;
}


h1>span {
	color: #27345c;
}

h1 a {
	margin-left: 15px;
}

.category-news-counter {
	font-size: 13px;
	font-weight: 600;
	opacity: .7;
	padding: 0px 15px;
}


.h1full {
	font-weight: 600;
	font-size: 22px !important;
	display: flex;
	flex-direction: column;
}

.favor-section {
	display: flex;
}

.song-subtext {
	opacity: .7;
	font-size: 12px !important;
	padding: 0px 0px;
	margin-bottom: 10px;
}

.song-title {
	font-weight: 900 !important;
	font-size: 35px !important;
}

.song-information {

	margin-top: 10px;
	padding: 10px 15px;
}

.song-information a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 2px;
	text-decoration: underline;
}

.song-information span {
	margin: 2px 0px;
	display: inline-flex;
	font-weight: 700;
	font-size: 14px;
	flex-wrap: nowrap;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	flex-direction: row;
	align-content: center;
	align-items: center;
}

.song-information span:not(:last-child)::after {
	content: '\f111';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 800;
	font-size: 4px !important;
	margin: 0px 10px;
	padding-top: 2px;
}

.song-nextprev-selector {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.song-nextprev-selector a {
	margin: 2px 7px;
	max-height: 40px;
}

.song-main-layout h1 {
	font-size: 22px;
}

.song-cover-image {
	width: 180px;
	height: 180px;
}

.image-expanded {
	border-radius: 25px;
}

.song-description {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.song-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px 20px;
	flex-grow: 1;
}

.song-metadata li {
	font-size: 13px;
	line-height: 1.8;
	padding: 3px 10px 3px 140px;
	min-height: 27px;
	position: relative;
	display: flex;
	background-color: #f7fbfc;
	justify-content: flex-end;
}

.song-metadata li:nth-child(2n+1) {
	background-color: #ffffff00;
}

.song-metadata li>span:first-child {
	color: #666;
	display: inline-block;
	width: 120px;
	position: absolute;
	left: 10px;
	top: 3px;
}

.frate {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: -2px;
	background-color: rgba(255, 255, 255, 0.928);
	font-size: 14px;
	padding: 0 8px;
	width: -webkit-fill-available;
	border-radius: 20px;
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 0px 20px;
	flex-direction: row;
}

.frate-item {
	background-color: rgb(255 255 255 / 81%);
	display: flex;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

.frate a .fas {
	color: #6ab04c;
	margin-right: 2px;
}

.frate a+a .fas {
	color: #eb4d4b;
	margin-left: 13px;
}

.song-control-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px 15px;
}

.fs-bottom-panel {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.fdl {
	margin-right: 15px;
	width: 90px;
	height: 50px;
	border-radius: 25px;
	transition: 0.3s;
	font-size: 15px;
}

.sharing-fdl {
	margin-right: 15px;
	width: 83px;
	height: 83px;
	border-radius: 4px;
}

/* .song-caption-wrap {font-size: 13px; line-height: 1.6; border-radius: 4px; position: relative; display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;     border-radius: 10px 10px 0px 0px;
	 color: #060606; background-color: #eaf2ff8a; padding: 10px 15px 10px 15px; margin-bottom: 10px; border-bottom: 1px solid rgba(39, 52, 92, 0.282);}  */
.song-caption-wrap {
	font-size: 13px;
	line-height: 1.6;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	border-radius: 20px;
	color: #222;
	background: rgba(255, 255, 255, 0.261);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	padding: 10px 15px;
	margin: 20px 0px;
	text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.2);
}

.complaint {
	min-width: 90px;
	font-weight: 500;
	font-size: 13px;
	padding: 5px 10px;
	transition: border-color 0.4s ease;
	border: 1px solid #22436d7a;
	border-radius: 20px;
	display: flex !important;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 !important;
}

.complaint:hover {
	background-color: #fc1919;
	color: #fff !important;
	transition: .3s ease-in-out;
}

.complaint span {
	margin-right: 5px;
	font-size: 20px;
}

.song-caption-text {
	margin: 10px;
}

.song-caption-wrap div {
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.song-play-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #21436d;
	cursor: pointer;
	margin-right: 8px;
	padding: 10px 20px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #22426d2c;
	font-weight: 900;
	white-space: nowrap;
}

.song-play-btn .fas,
.fal {
	opacity: 1;
}

.song-play-btn:hover {
	color: #f6faff !important;
	transition: .3s ease;
	transform: scale(1.01);

	background-color: #38c16f !important;

}

.js-item-played .song-play-btn .fa-play:before {
	content: '\f04c';
	color: #f6fdff;
}

.show-text {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.261);
	color: #27345c;
	border: 1px solid #0035765b;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -20px;
	z-index: 5;
}

.ftext[style]::before {
	content: '';
	pointer-events: none;
	height: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, #ffffff00 100%)
}

.ftext {
	position: relative;
}

.fblockwitem {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.infoblock {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 0px;
}

.infoblock>ul>li {
	line-height: 1.3;
	margin: 3px 0px;
}

.infoblock>ul>li>span {
	margin-left: 10px;
}

.infoitem {
	padding: 3px 10px;
	background-color: #22436d;
	color: #fff !important;
	border-radius: 20px;
	margin-right: 10px;
}

.infoitem a {
	margin: 0px 3px;
	color: #fff;
}

/* 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 {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.192);
	padding: 10px 15px;
	font-size: 14px;
	color: #283a64;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 20px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.263);
}

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

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

.share-full {
	display: flex;
	flex-direction: row;
}

.fa-exclamation-circle {color: red;     opacity: .7;}
.fa-exclamation-circle:hover {opacity: 1;}

.fa-facebook,
.fa-telegram,
.fa-viber,
.fa-twitter,
.fa-whatsapp,
.fa-copy,
.fa-x-twitter {
	margin: 2px 10px;
	font-size: 23px !important;
}

.fa-facebook:hover,
.fa-telegram:hover,
.fa-viber:hover {
	transform: scale(1.01);
	transition: .3s ease-in;
}

.fa-facebook {
	color: #1877F2;
}

.fa-telegram {
	color: #229ED9;
}

.fa-viber {
	color: #836af1;
}

.fa-twitter {
	color: #000;
}

.fa-whatsapp {
	color: #008f0b;
}

.fa-copy {
	color: #0082D1;
}


.selector-btn {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px !important;
	height: 38px !important;
	padding: 10px 12px;
	color: #383d48;
	position: relative;
	margin: 0px 5px;
	border: 1px solid #22436d7a;
	border-radius: 10px !important;
	overflow: hidden;
	transition: border-color 0.4s ease;
}

.button-5 {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	padding: 10px 12px;
	color: #383d48;
	position: relative;
	font-size: 22px;
	margin: 0px 5px;
	border: 1px solid #22436d7a;
	border-radius: 10px;
	overflow: hidden;
	transition: border-color 0.4s ease;
}

.button-5:hover, .favmod-full:hover {
    transition: transform 0.3s, background 0.2s;
    background: rgba(255, 255, 255, 0.51);
}

.button-5:hover .fas {
    opacity: 1;
}

.button-7 {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	padding: 10px 12px;
	color: #383d48;
	position: relative;
	margin: 0px 5px;
	border: 1px solid #22436d7a;
	border-radius: 10px;
	overflow: hidden;
	transition: border-color 0.4s ease;
}

.button-7 span {
	display: block;
	overflow: hidden;
	max-width: 0;
	opacity: 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 1;
	transition: max-width 0.4s ease, opacity 0.4s ease, margin-right 0.4s ease;
}

.button-7:after {
	content: '\f0ab';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;
	transition: transform 0.4s ease;
}

.button-7:hover::after {
	color: #00b62d; 
}


.button-7:hover {
	border-color: #555;
	transition: transform 0.3s, background 0.2s;
	background: rgba(255, 255, 255, 0.51);
}

.button-7.active {
	border-color: #555;
}

.button-7:hover span {
	max-width: 150px;
	opacity: 1;
	margin-right: 6px;
}

.button-7.countdown:after {
	content: attr(data-countdown);
	font-size: 18px;
	font-weight: bold;
}

.button-8 {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	padding: 10px 12px;
	margin: 0px 5px;
	color: #383d48;
	position: relative;
	border: 1px solid #22436d7a;
	border-radius: 10px;
	overflow: hidden;
	transition: border-color 0.4s ease;
}

.button-8 span {
	display: block;
	overflow: hidden;
	max-width: 0;
	opacity: 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 1;
	transition: max-width 0.4s ease, opacity 0.4s ease, margin-right 0.4s ease;
}

.button-8:after {
	content: '\f1e0';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;
	transition: transform 0.4s ease;
}

.button-8:hover {
	border-color: #555;
	transition: transform 0.3s, background 0.2s;
	background: rgba(255, 255, 255, 0.51);
}

.button-8:hover span {
	max-width: 150px;
	opacity: 1;
	margin-right: 6px;
}

/* .layout-left-button {padding: 5px 15px; background-color: #f4f9ff; margin: 5px 10px; border-radius: 5px; border: 1px solid #27345c28;}
.layout-left-button:hover {background-color: #00467d; color: #fff !important; transition: .3s ease-in-out;} */

.layout-left-button {
	display: inline-flex;
	justify-content: center;
	min-width: 180px;
	padding: 5px 15px;
	margin: 5px 10px;
	border-radius: 20px;
	font-weight: 500;
	font-size: 15px;
	color: #00467d;
	background: rgba(255, 255, 255, 0.261);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.192);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.layout-left-button:hover {
	color: #003c61 !important;
	transform: scale(1.01);
	background-color: rgba(255, 255, 255, 0.853);
	border: 1px solid rgba(255, 255, 255, 0.25);
}


.sharing-selector-item {
	margin: 2px auto;
	display: flex;
}


.elemhide {
	display: none;
	opacity: 0;
	transform: scale(0.95);
	transition: opacity 0.3s ease, transform 0.3s ease;
}


.visible {
	display: block;
	opacity: 1;
	transform: scale(1);
}


.dropdown {
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 8px #00000026;
	padding: 10px;
	z-index: 1000;
}


#dropdown-menu-2 {
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 10px;
	z-index: 1000;
}


.sharing-selector-item {
	display: flex;
	font-weight: 500;
	padding: 8px 12px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	transition: background-color 0.3s ease;
	align-items: center;
}

.sharing-selector-item a {
	display: flex;
	align-items: center;
}

.sharing-selector-item:hover {
	background-color: #f0f0f0;
}


.dropdown.right {
	left: auto;
	right: 0;
}

.dropdown.left {
	right: auto;
	left: 0;
}


.hidden {
	display: none;
}


.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px 20px;
	width: 260px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	text-align: center;
	z-index: 1000;
}


.popup button {
	margin-top: 15px;
	padding: 10px 20px;
	background-color: #22436d;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.popup button:hover {
	background-color: #172c4b;
}

.share-popup {
	background: rgba(255, 255, 255, .08);
	border: 1px solid transparent;
	box-shadow: 0 0 0 1px rgb(255 255 255 / 36%), 0 16px 32px rgb(0 0 0 / 9%);
	padding: 5px 10px;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 1000;
	margin-left: 5px;
}

.share-popup button {
	display: block;
	margin: 5px 0;
	padding: 8px 12px;
	border: none;
	background-color: #f1f1f1;
	border-radius: 3px;
	cursor: pointer;
	text-align: left;
	width: 100%;

}

.share-popup a {
	display: unset;
}

.share-popup button:hover {
	background-color: #e0e0e0;
}


.favmod-full {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 8px !important;
	height: 44px !important;
	width: 48px !important;
	border-radius: 10px !important;
	border: 1px solid #22436d7a;
	font-size: 22px;
	opacity: 1 !important;
	transition: .2s ease;
}

.favmod-full .fa-heart {
	opacity: .7;
}

.favmod-full:hover {
	opacity: 1;
}

.favmod-full:hover .fa-heart {
	opacity: 1;
}

.favmod {
	display: flex;
	align-items: center;
	align-content: center;
	margin-left: auto;
	margin: 0px 3px;

	font-size: 19px;
	padding: 0px 10px;

	opacity: .5;

	border-radius: 50%;
	transition: opacity .2s;
}

.favmod .fa-heart {
	color: red;
}

.favmod:hover {
	opacity: 1;
	transition: transform 0.3s, background 0.2s;
}

.favmod.active {
	opacity: 1;
}

.favmod.active:hover {
	opacity: .7;
}


.choose-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	margin: 10px auto;
	background: rgb(255 255 255 / 36%);
	color: #27345c;
	text-align: center;
	height: 40px;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 500;
	max-width: 320px;
	border: 1px solid rgb(255 255 255 / 46%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.192);
}

.choose-btn:hover {
	background-color: rgba(255, 255, 255, 0.853);
	transform: scale(1.01);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #000;
}

.fshare {
	border-radius: 15px;
	width: auto;
	padding: 0 12px;
	font-size: 12px;
	display: flex;
	align-items: center;
	position: absolute;
	color: #ffffff;
	background-color: #b50000 !important;
	height: 25px;
	line-height: 25px;
	bottom: 2px;
	left: 1px;
}

.fshare .fal {
	font-size: 18px;
	margin-right: 10px;
	vertical-align: middle;
}

.ffav {
	background-color: #03a9f4a1;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 5px 0 0 5px;
	font-size: 14px;
	padding: 0 7px;
	color: #ffffff;
	cursor: pointer;
	margin-top: 6px;
	max-width: max-content;
}

.button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]) {
	background-color: #56a4c9;
}

.sidem {
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	text-align: left;

}

.genre-button {
	background: #e8f4ff;
	padding: 5px 15px;
	margin: 5px;

}


.swiper1-item {

	border-radius: 20px;


}

.swiper1-item img {
	max-height: 180px;
	max-width: 200px;
	border-radius: 20px 20px 0px 0px;
	margin-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 0.219);
	border-bottom: 0;
}

.swiper1-name {
	font-size: 13px !important;
	border-top: 0;

	font-weight: 600 !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: -webkit-fill-available;
	display: block;
	border-radius: 0px 0px 15px 15px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.144);
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.24);
	padding: 3px 13px 2px 13px;

}

.cat-icon-mp {
	border: 1px solid rgba(255, 255, 255, 0.219);
	width: 180px;
	height: 180px;
	justify-self: center;
	border-radius: 20px;

	box-shadow:
		0 2px 4px rgba(0, 0, 0, 0.075),
		0 0 0 1px rgba(255, 255, 255, 0.164),
		0 16px 32px rgba(0, 0, 0, 0.041);

}


.item-sect {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
	padding: 5px 2px;
}

.ctm-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 5px;
	padding: 10px;
	border-radius: 23px;
	background: rgba(255, 255, 255, 0.300);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	overflow: hidden;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	flex: 1 1 100%;
	max-width: 100%;
}


@media (min-width: 360px) {
	.ctm-item {
		flex: 1 1 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}


@media (min-width: 700px) {
	.ctm-item {
		flex: 1 1 calc(33.333% - 20px);
		max-width: calc(33.333% - 20px);
	}
}


.ctm-item:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.700);
	transition: .2s ease-in-out;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

.ctm-item img {
	border-radius: 10px 10px 10px 10px;
	width: 100%;
	object-fit: cover;
}

.ctm-item-label {
	padding: 3px 10px;
	white-space: nowrap;
	font-weight: 600;
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	width: 100%;
}


.ctm-item-5 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 2px;
	padding: 5px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.300);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	overflow: hidden;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	flex: 1 1 100%;
	max-width: 100%;
}


@media (min-width: 360px) {
	.ctm-item-5 {
		flex: 1 1 calc(50% - 16px);
		max-width: calc(50% - 16px);
	}
}


@media (min-width: 600px) {
	.ctm-item-5 {
		flex: 1 1 calc(33.333% - 16px);
		max-width: calc(33.333% - 16px);
	}
}


@media (min-width: 1200px) {
	.ctm-item-5 {
		flex: 1 1 calc(25% - 16px);
		max-width: calc(25% - 16px);
	}
}

.ctm-item-5:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.700);
	transition: .2s ease-in-out;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

.ctm-item-5 img {
	border-radius: 10px;
	width: 100%;
	object-fit: cover;
}

.ctm-item-5-label {
	padding: 5px 10px;
	white-space: nowrap;
	font-weight: 600;
	font-size: 13px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	width: 100%;
}

.ctm-item-noimg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 7px 5px;
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.270);
	border: 1px solid rgba(255, 255, 255, 0.377);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.192);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	overflow: hidden;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	flex: 1 1 100%;
	max-width: 100%;
}

@media (min-width: 360px) {
	.ctm-item-noimg {
		flex: 1 1 calc(50% - 16px);
		max-width: calc(50% - 16px);
	}
}


@media (min-width: 600px) {
	.ctm-item-noimg {
		flex: 1 1 calc(33.333% - 16px);
		max-width: calc(33.333% - 16px);
	}
}


@media (min-width: 1200px) {
	.ctm-item-noimg {
		flex: 1 1 calc(25% - 16px);
		max-width: calc(25% - 16px);
	}
}

.ctm-item-noimg:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.700);
	transition: .2s ease-in-out;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

.ctm-item-noimg-label {
	padding: 5px 10px;
	white-space: nowrap;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	width: 100%;
}


.artist-sect {
	font-size: 18px;
	font-weight: 500;
	padding: 5px 2px;
	line-height: 20px;
	border-bottom: 1px solid #27345c3a;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.artist-imagelink {
	padding: 2px;
	display: inline-block;
	margin: 10px;
	border-radius: 1px;
	width: 160px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
}

.artist-imagelink:hover {
	transform: scale(1.02);
	transition-duration: 0.5s;
}

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

.img-artist {
	border-radius: 30px;
	transition-property: all;

}

.img-artist:hover {
	transition: 1ms;
	transition-duration: 0.4ms;
}

.artist-info {
	padding: 10px;
	margin: 10px 10px 30px;
	font-size: 14px;
	font-weight: 400;
}

.artlink:hover {
	text-decoration: underline;
}


.singer-menu {
	margin: 0 auto;
	margin-left: 15px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
}

.side-bt-artist {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 10px;
	background: #ecf6ff;
	height: 45px;
	line-height: 40px;
	padding: 5px 20px;
	border-radius: 10px;
	margin-left: 10px;
}


.form-wrap {

	margin: 20px 0px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.261);
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}


.form-wrap h1 {
	font-size: 22px;
	color: #333;
	font-weight: 700 !important;
	margin-bottom: 15px;
}


.fr-layout {
	margin-bottom: 15px;
	text-align: left;
}

.fr-layout label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #444;
	margin-bottom: 5px;
}


.fr-layout input[type="text"],
.fr-layout input[type="password"] {
	width: 100%;
	padding: 0px 15px;
	font-size: 14px;

	border-radius: 6px;
	outline: none;
	transition: all 0.3s ease-in-out;
}

.fr-layout input[type="text"]:focus,
.fr-layout input[type="password"]:focus {
	border-color: #007bff;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}


.fr-layout input[type="button"] {
	background: #007bff;
	color: #fff;
	border: none;
	padding: 8px 12px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
}

.fr-layout input[type="button"]:hover {
	background: #0056b3;
}


.fr-secure-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fr-secure-block input {
	flex: 1;
	margin-right: 10px;
}


.form-submit button {
	padding: 12px;
	font-size: 16px;
	font-weight: bold;
	background: #28a745;
	color: white;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.form-submit button:hover {
	background: #218838;
}


@media (max-width: 1200px) {
	.reglog {
		flex-direction: column !important;
	}

	.form-wrap {
		margin: 10px auto;
	}
}

@media (max-width: 480px) {
	.form-wrap {

		padding: 15px;
	}

	.fr-layout input[type="text"],
	.fr-layout input[type="password"] {
		padding: 8px;
	}

	.form-submit button {
		font-size: 14px;
		padding: 10px;
	}
}


[data-switcher] {
	margin-bottom: 30px;
	position: relative;
}

[data-switcher-show] {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	padding: 6px;
	cursor: pointer;
}

[data-switcher-show].selected {
	background: #00467d;
	border-radius: 8px;
	font-weight: 600;
	color: #fff;
	box-shadow: 0 0 0.875rem 0 #29304215;
}

[data-switcher-name]:not(.selected) {
	display: none;
}

.change-block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 10px;

}

.change-press {
	line-height: 30px;
	flex-grow: 1;
	border: 1px solid #eee;
	margin: 5px 10px;
	border-radius: 8px;
	background: #cbddfd63;
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
	display: flex;
	justify-content: center;
}

.change-press:hover {
	background-color: #00467d;
	color: #ffffff;
	transform: scale(1.01);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.h2switch {
	margin: 5px auto;
	font-weight: 600;
	font-size: 17px;
	line-height: 30px;
	padding: 0px 5px;
	border-bottom: 1px solid #22345e;
	text-align: center;
	max-width: 280px;
}


/* ADAPTIVE
----------------------------------------------- */
.menu-toggle-btn {
	display: none;
}

.side-panel {
	width: 100%;
	height: min-content;
	max-height: 800px;
	overflow-y: auto;
	position: fixed;
	top: -800px;
	left: 0;
	z-index: 9999;
	background-image: url(../images/ba6.webp);
	box-shadow: 0 5px 15px #00000038, 0 6px 2px rgba(0, 0, 0, 0.06), inset 0 5px 15px #00000038;
	transition: top 0.4s ease;
	padding: 10px 20px 10px 20px;
}

.header-link-side {
	background-color: transparent !important;
	margin: 0 !important;
	padding: 0px 15px !important;
	background: none !important;
	padding: 2px 0px !important;
	border: none !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
}


.side-panel.active {
	top: 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;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.close-overlay.active {
	display: block;
	opacity: 1;
}


.btn-close {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: -40px;
	right: 15px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 50%;
	background-color: #e84e36;
	color: #fff;
	opacity: 0;
	transition: all 0.4s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


.btn-close.active {
	top: 10px;
	opacity: 1;
}


.btn-close:hover {
	background-color: #d73c2b;
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


.btn-close:active {
	transform: scale(0.95);
	background-color: #c22d24;
}

.side-panel .nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.side-panel .nav li {
	margin-bottom: 2px;
}

.side-panel .nav a {
	display: block;
	padding: 10px 15px;
	margin: 10px 0;
	font-weight: 500;
	font-size: 16px;
	color: #001b4e;
	text-decoration: none;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.261);
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.side-panel .nav a:hover {
	background-color: rgba(255, 255, 255, 0.853);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #003c61;
	transform: scale(1.01);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.side-panel .nav a:active {
	transform: scale(0.99);
}

.side-panel .sbar-menu {
	margin-top: 0px;
}

.side-panel .ptext {
	text-align: center;
	margin: 10px;
	font-size: 13px;
	font-weight: 500;
	white-space: break-spaces;
	border-top: 1px solid #cbddfd;
	padding: 5px;
}

body.opened-menu {
	overflow: hidden;
	width: 100%;
	height: 100%;
}


.side-panel .logo {
	color: #27345c !important;
	font-weight: 600;
	white-space: nowrap;
	padding-top: 4px;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'SF Pro Display', sans-serif;
	background: url(../images/logo.png) 0 center / 85px no-repeat;
	margin-bottom: 10px;
	height: 60px;
	padding-left: 100px;
	padding-bottom: 10px;
}

.side-panel .logo div {
	font-size: 14px;
	font-weight: 400;
	margin-top: 3px;
	text-transform: none;
}

.side-panel .logo span:not(.logo-domain) {
	display: inline-block;
	text-transform: none;
	color: #27345c;
}

.side-panel .logo span.logo-domain {
	font-size: 12px;
	font-weight: 500;
	color: #27345c;
}

.main-hidden {
	display: none !important;
}

.side-panel .main-hidden {
	display: block !important;
}


@media screen and (max-width: 1220px) {
	.wrap {
		overflow: hidden;
	}

	.menu-toggle-btn {
		display: block;
		font-size: 28px;
		margin-left: 5px;
		cursor: pointer;
		color: #00467d;
		padding: 0px 8px;
		margin-left: 8px;
		margin-bottom: 8px;
	}

	.content-bar-right {
		width: 100%;
		width: calc(100% + 30px);
		margin: 0 30px;
		border-top: 1px solid #eee;
	}

	.side-item {
		margin-left: 0;
		margin-right: 0;
		padding-right: 15px;
		padding-left: 46px;
		width: 50%;
	}

	.side-item::before {
		left: 15px;
	}

	.side-item:nth-child(2n) {
		border-left: 1px solid #eee;
	}

	.sbar-item-wrap {
		display: block;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.side-bt {
		padding-left: 15px;
		text-align: center;
	}

	.side-bt-artist {
		padding-left: 15px;
		text-align: center;
	}

	.footer {
		display: block;
		text-align: center;
	}

	.footer-main-menu {
		justify-content: center;
	}

	.footer-main-menu a {
		display: inline-block;
		margin: 0 10px 20px 10px;
	}

	.logo {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		margin-right: 35%;
		max-width: 100%;
	}

	.song-nextprev-selector {
		display: none;
	}

	.header-link {
		margin-right: 15%;
	}

	.inner-box-search-block {
		max-width: 100%;
	}

	.songplayer {
		bottom: 0;
	}

	.audioplayer,
	.audioplayer-bar {
		max-width: auto;
	}

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

	.singer-menu {
		display: flex;
		width: auto;
		flex-direction: row;
	}

	.menu-toggle-btn {
		display: none;
	}

	#gotop,
	#global-share-toggle {
		cursor: pointer;
		position: fixed;
		right: 1%;
	}

	#global-share-menu {
		right: 1%;
	}
}

@media screen and (min-width: 950px) {
	.image-expanded {
		width: 240px;
		height: 240px;
		margin-bottom: 10px;
	}

	.audioplayer-bar {
		max-width: 31%;
		top: 23px;
		height: 15px;
		left: 35%;
		border-radius: 0;
		color: black;
		display: block !important;
	}

	.ap-info {
		margin-left: 26% !important;
	}

	.hrmob {
		display: none;
	}
}

@media (min-width: 953px) and (max-width: 1070px) {
	.song-box {
		align-items: center;
	}
}

@media (max-width: 880px) {
	.song-box {
		align-items: center;
	}
}

@media screen and (max-width: 950px) {
	body {
		background-size: cover;
		background-attachment: fixed;
	}

	.header,
	.footer,
	.content-columns {
		padding-left: 10px;
		padding-right: 10px;
		margin: 0px 0px;
	}

	.sitedescription-block {
		margin: 0px 20px;
	}

	.content-main-area {
		margin-right: 0px;
	}

	.inner-box-header {
		padding: 10px 10px 4px 10px;
	}

	.logo {
		margin-right: 20% !important;
	}

	.singer-menu {
		display: flex;
		width: auto;
		flex-direction: row;
	}

	.content-bar-left {
		display: none;
	}

	.menu-toggle-btn {
		display: block;
	}

	.layout-title-artist {
		flex-wrap: wrap;
	}

	.inner-box-search-block {
		bottom: 5px;
	}

	.image-expanded {
		width: 240px;
		height: 240px;
		margin-bottom: 10px;
	}

	.content-main-area {
		padding: 30px 15px 15px;
		border-radius: 20px;
		margin-bottom: 20px;
	}

	.ap-time {
		position: static;
		left: 0;
	}

	.hits-mobile {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		width: 100%;
		height: 100%;
		justify-items: center;
	}

	.sbar-song {
		max-width: none;
		width: 100%;
		margin: 3px 5px;
	}

	.sitedescription-block {
		text-align: left;
		display: flex;
		flex-direction: column;
	}

	.footer-left {
		padding: 10px 0px;
		width: -webkit-fill-available;
		text-align: center;
	}
}

@media screen and (min-width: 750px) {
	.ap-info {
		margin-left: 35%;
		width: 10%;
		color: black;
	}

	.ap-artist {
		color: rgba(12, 39, 112, 0.822);
		font-weight: 500;
	}

	.audioplayer-time-duration::before {
		content: '/  ';
		color: black;
	}

	.audioplayer-time-current {

		margin-right: 5px;
		color: black;
	}

	.audioplayer-volume-button a {


		color: #003464;
	}

	.audioplayer-time-duration {


		color: black;
	}

	.ap-btns {
		left: 13%;
	}

	.ap-img {
		display: none;
	}

	.audioplayer-bar {
		max-width: 28%;
		top: 20px;
		height: 15px;
		left: 42%;
		border-radius: 10px;
		background-color: #ffffff9e;
		border: 1px solid rgba(255, 255, 255, 0.11);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.192);
		color: black;
		display: none;
	}


	.audioplayer {
		border-radius: 20px 20px;
		bottom: 10px;
		background-color: rgb(255 255 255 / 54%);
		color: black;
		max-width: 1380px;
		margin: 0px auto;


	}

	.audioplayer-bar-played {
		background-color: #4d8acb;
		border: 0;

	}

	.audioplayer-bar-loaded {
		background-color: #abafb3;
	}

	.audioplayer-bar-played,
	.audioplayer-bar-loaded {
		border-radius: 0;
	}

	.logo {
		flex-grow: 0;
	}

}


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

	.ctm-item-label {
		font-size: 13px;
	}

	.layout-main {
		padding-bottom: 88px;
	}

	.content-main-area {
		margin-bottom: 14px;
	}

	.song-description {
		justify-content: center;
	}

	.infoitem {
		margin: 5px 5px;
	}

	.song-box {
		justify-content: center;
		flex-grow: 1;
		align-items: center;
	}

	.logo {
		flex-grow: 1;
		margin-right: 0 !important;
	}

	.ap-time {
		margin-bottom: 10px;
	}

	.ap-mob-btn {
		margin-bottom: 10px;
	}

	.search-block {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
		margin: 5px auto;
		min-width: 100%;
	}

	.search-block {
		margin-top: 10px !important;
		margin-bottom: 0px !important;
	}

	.sect-2xlist {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.sect-2xhalfed {
		width: 95%;
		margin: 0px 5px;
		margin-bottom: 30px;
	}

	.header-link {
		flex-grow: 1;
	}

	.header {
		padding-bottom: 0;
	}

	.audioplayer {
		height: 75px;
		padding: 10px 30px 20px 30px;
	}

	.audioplayer-bar {
		top: 55px;
		height: 13px;
	}

	.ap-title,
	.ap-artist {
		max-width: 100%;
	}

	.ap-desc {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 103%;
		z-index: 5;
		min-width: 100%;
		padding: 7px 10px;
		background: rgba(255, 255, 255, 0.85);
		border: 1px solid rgb(255 255 255 / 46%);

		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.192);
		visibility: hidden;
		border-radius: 23px;
	}

	.ap-mob-btn {
		display: block;
		cursor: pointer;
		font-size: 28px;
		color: #1d458e;
	}

	.ap-time {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-weight: 600;
		max-width: 100%;
		min-width: 50px;
		justify-content: flex-end;
	}

	.ap-desc.is-active {
		visibility: visible;
	}

	.audioplayer-volume {
		display: none;
	}

	.ap-btns {
		left: 70px;
		transform: translate(0, -50%);
		top: 30px;
	}

	.song-column-block {
		display: block;
	}

	.song-caption-wrap {
		min-width: 100%;
		margin-top: 15px;
	}

	.fdl {
		margin: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		min-width: 50px;
	}

	.song-play-btn {
		margin-right: 15px;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		max-width: 100%;
	}

	.sbar-menu {
		padding: 0px 10px 10px 10px;
		margin-top: -30px;
	}

	.sidem {
		font-size: 17px;
		font-weight: 400;
		padding: 10px;
		margin: 0 auto;
		text-align: center;
	}

	.side-bt-playlist {
		font-weight: 600;
		font-size: 17px;
		margin-bottom: 10px;
		background: #ecf6ff;
		height: 45px;
		line-height: 40px;
		padding: 5px 20px;
		border-radius: 10px;
		margin-left: 10px;
		text-align: center;
	}

	.playlist-block {
		display: flex;
		margin: 0 auto;
		position: relative;
		margin-bottom: 40px;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}

	.playlist-count {
		line-height: 40px;
	}

	#gotop {
		bottom: 80px;
	}

	.song-caption-wrap {
		flex-direction: column;
	}

}

@media screen and (max-width: 690px) {
	.song-control-buttons {
		justify-content: center;
	}

	.song-information {
		justify-content: center;
		display: flex;
	}

	.layout-title-artist {
		justify-content: center;
	}
}

@media screen and (max-width: 590px) {
	h1 {
		font-size: 21px;
	}

	h2 {
		font-size: 21px;
	}

	h3 {
		font-size: 18px;
	}

	.song1 {
		max-width: 300px;
	}

	.artist-data-layout {
		flex-direction: column;
	} 

	.search-block {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
		margin: 5px auto;
		min-width: 100%;
	}

	.search-block {
		margin-top: 10px !important;
		margin-bottom: 0px !important;
	}

	.fs-bottom-panel {
		justify-content: center;
		flex-direction: row;
	}

	.song-control-buttons {
		margin: 10px 0px;
	}

	.com-input-block 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;
	}

	.copyright-info {
		text-align: center;
	}

	.search-block {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
		min-width: 100%;
	}

	.header {
		display: flex;
		align-items: center;
		flex-direction: row;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.fs-bottom-panel {
		flex-direction: column;
	}

	.active-buttons-group {
		display: flex;
		flex-direction: row;
	}

	.button-7 span,
	.button-8 span {
		min-width: 110px;
		max-width: 160px;
		opacity: 1;
		margin-right: 6px;
	}

	.song-play-btn {
		margin-bottom: 10px;
	}

	.hshare>* {
		width: 30px;
		height: 30px;
	}

	.logo {
		font-size: 21px;
	}

	.layout-title-artist {
		justify-content: center;
	}

	.share-full {
		width: 100%;
		justify-content: center;
		align-items: center;
		margin: 10px 10px;
		border-top: 1px solid #27345c48;
		padding: 5px 10px;
		margin-bottom: -5px;
	}
}

@media screen and (max-width: 500px) {
	.fs-bottom-panel {
		flex-direction: column;
	}

	.song-control-buttons {
		justify-content: center
	}

	.song-play-btn {
		margin-right: 7px;
		margin-bottom: 10px;
	}

	.active-buttons-group {
		display: flex;
		flex-direction: row;
	}

	.button-7 span,
	.button-8 span {
		min-width: 110px;
		max-width: 160px;
		opacity: 1;
		margin-right: 6px;
	}

	.sitedescription-block {
		padding: 15px 15px;
	}

	.footer-secondary-info {
		padding: 0px 0px 5px 0px;
	}

	.footer-left {
		margin-bottom: -5px;
	}

	.layout-left-button {
		padding: 5px 15px;
		margin: 5px 5px;
		border-radius: 20px;
		min-width: 0;
	}

	.song1 {
		max-width: 270px;
	}

	.song-information {
		flex-wrap: wrap;
		padding: 10px 0px;
	}

}

@media screen and (max-width: 470px) {
	.content-main-area {
		padding: 15px 5px !important;
	}

	.song-item {
		padding: 6px 5px;
		margin: 10px auto 0;
	}

	.com-input-block input {
		width: 100%;
	}

	.song-item {
		font-size: 13px;
	}

	.choose-btn {
		max-width: 280px;
	}

	.track-play {
		width: 40px;
		padding-left: 1px;
	}

	.download-short {
		margin: 0px 5px;
		padding: 3px 5px;
	}

	.song-caption-wrap {
		padding: 15px;
	}

	.song-caption-wrap::before {
		display: none;
	}

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

	.fs-bottom-panel {
		flex-wrap: nowrap;
	}

	.song-play-btn {
		max-width: 260px;
	}

	.h1full {
		font-size: 25px !important;
		margin: 10px auto;
	}

	.hits-mobile {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		height: 100%;
	}

	.sbar-song {
		margin: 0px 5px !important;
	}

	.sect {
		padding: 0px 3px;
	}

	.song1 {
		max-width: 210px;
	}
}

@media screen and (max-width: 400px) {
	.active-buttons-group {
		flex-direction: column;
	}

	.header-link {
		margin-right: 2%;
	}

	.h1full {
		font-size: 20px !important;
		margin: 10px auto;
	}

	.song-information span {
		font-size: 14px;
	}

	.song1 {
		max-width: 150px;
	}
}


@media screen and (max-width: 360px) {
	.playlist-title {
		width: 280px;
	}
}