/* BASIC LAYOUT
----------------------------------------------- */
.wrappers {min-width: 320px; position: relative; padding: 30px; padding-bottom: 60px !important;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {box-shadow: 0 0 30px #00000060}
.header, .footer {background-color: var(--bg-blacker); padding: 20px var(--indent);}
.cols {display: grid; grid-template-columns: 280px minmax(0,1fr); 
	background: #fff url(../images/wave.jpg) right bottom -270px no-repeat;}
.col-side {background-color: var(--bg-blacker); padding: var(--indent); padding-top: 20px;
	display: grid; grid-gap: 40px; align-content: start; color: #fff;}
.content {padding: var(--indent); min-height: 80vh;}
.mcols {display: grid; gap: 40px 40px; grid-template-columns: repeat(auto-fill,minmax(320px,1fr));}
.footer {color: var(--tt-on-black); padding: 40px var(--indent);}
.footer a {color: var(--accent); border-bottom: 1px dotted var(--accent);}
	
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 80px;
	z-index: 990; display: none; background-color: var(--bg); color: var(--tt-lightest); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: var(--bsh);}


/* HEADER
----------------------------------------------- */
.logo {display: inline-flex; align-items: center; height: 40px; position: relative; 
	font-weight: 700; font-size: 20px; letter-spacing: 1px; padding-left: 40px; min-width: 280px;
	background: url(../images/logo2.svg) 0 6px / 30px no-repeat; color: #fff !important;}
.logo span {opacity: 0.8;}
.header__link {color: #fff; margin: 0 20px 0 40px;}
.search-block form {max-width: 400px; position: relative; float: right;}
.search-block__input[type="text"], .search-block__input[type="text"]:focus {border-radius: 16px; box-shadow: none; 
	border: 0; background-color: var(--bg); height: 32px; line-height: 32px; padding: 0 20px 0 40px;}
.search-block__input[type="text"]:not(:focus)::placeholder {color: var(--tt-lightest); opacity: 0.8; font-size: 13px;}
.search-block__btn {position: absolute; left: 0; top: 0; width: 44px; height: 32px;
	background: none; color: var(--tt); border-radius: 16px; padding: 0; font-size: 14px;}


/* TOP
----------------------------------------------- */
.topper {height: 430px; background: url(../images/topbg.jpg) right bottom no-repeat;
	background-color: var(--accent-3); padding: var(--indent); padding-top: 30px;}
.topper__title {font-weight: 700; font-size: 34px; margin-bottom: 3px;}
.topper__desc {color: var(--tt-lighter); line-height: 1.6;}
.topper__list {margin-top: 36px; position: relative;}
.top__header {margin: 0 0 20px 0; padding-left: 50px; position: relative; display: block;}
.top__header::before {content: ''; width: 40px; height: 40px; border-radius: 50%; position: absolute; left: 0; top: 50%; 
	margin-top: -20px; box-shadow: var(--bsh);
	background: #fff url(../images/logo.svg) center center / 20px no-repeat;}
.top__title {font-weight: 700;}
.top__subtitle {opacity: 0.6; margin-top: 3px; font-size: 13px;}
.top__play {padding: 0 40px; margin-right: 20px;}
.top__share {padding: 0; width: 40px; background-color: #fff; color: var(--tt-lightest); font-size: 18px;}
.topper__list:not(.owl-carousel) {overflow: hidden; display: flex;}
.topper__list:not(.owl-carousel) > .top {width: 100%; flex-shrink: 0;}
.share-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; max-width: 96vw; 
	text-align: center; padding: 40px 0; box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}


/* SECTION
----------------------------------------------- */
.sect {display: grid; gap: 40px; grid-template-columns: minmax(0,1fr);}
.sect__title {font-size: 24px; font-weight: 700;}
.sect__link {display: inline-flex; align-items: center; gap: 6px; position: relative; bottom: -1px;
	color: var(--accent); font-size: 11px; text-transform: uppercase; letter-spacing: 1px;}
.sect--wide {grid-column: 1 / -1;}
.sect--move-top {margin-top: -150px;}
.speedbar {margin-bottom: 20px; margin-top: -20px; font-size: 13px; color: var(--tt-lightest);}
.descr {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-lighter);}
.descr h1, .descr h2, .descr h3 {font-weight: 600; font-size: 18px; color: var(--tt); line-height: 1.3;}
.descr a {text-decoration: underline; color: var(--accent);}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}


/* TRACK
----------------------------------------------- */
.mcols .track {width: 100%;}
.track {padding-bottom: 10px; margin-bottom: 10px; width: 100%;
	border-bottom: 1px solid var(--bdc); gap: 20px; position: relative;}
.track__img {width: 50px; height: 50px; margin-right: -10px;}
.track__desc {display: block; z-index: 10}
.track__title {font-weight: 600;}
.track__subtitle {color: var(--tt-lightest); font-size: 13px; margin-top: 2px;}
.track__time {font-size: 12px; color: var(--tt-lightest);}
.track__play {padding: 0; padding-left: 2px; width: 50px; height: 50px; font-size: 12px; border-radius: 50%; position: absolute; z-index: 6; border-radius: 0px; background-color: rgba(67, 161, 199, 0);}
.track__dl {padding: 0; width: 40px; color: var(--accent-2); background-color: #e6fcf8; font-size: 18px; margin-left: -10px; z-index: 10}
.sect__content--count .track {padding-left: 36px;}
.track__count {font-size: 14px; color: var(--tt-lighter); font-weight: 700; opacity: 0.4;
	position: absolute; left: 0; top: 0; line-height: 50px;}
	

.track.js-item-played {border-color: transparent}
/*.track.js-item-played > *:not(.track__count) {position: relative;}*/
.track.js-item-played::before {content: ''; position: absolute; bottom: 0; right: -10px; left: -10px; top: -10px; 
	border-radius: 10px; background-color: #00000006;z-index: 0;}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played .track__play {padding-left: 0; background: rgba(231, 76, 60, 0.6); color: #fff;}


/* ALBUM, COLLECTION
----------------------------------------------- */
.album-item {width: 15%; margin-bottom: 20px;}
.album-img {box-shadow: 0 27px 53px rgba(0,0,0,0.1); padding-top: 100%;}
.album-title {margin-top: 15px; font-weight: 600;}
.album-subtitle {margin-top: 5px; color: var(--tt-lightest); font-size: 13px;}
.mb-rem20 {margin-bottom: -20px;}
.podb-item {width: 32%; margin-bottom: 20px; position: relative;}
.podb-in {box-shadow: 0 27px 53px rgba(0,0,0,0.1); display: block;}
.podb-desc {position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; padding: 15px; color: #fff;} 
.podb-title {font-weight: 700;}
.podb-quantity {font-size: 12px; margin-top: 10px;}
.podb-in:before {background: linear-gradient(to top, #222 0%, transparent 100%); 
	content: ''; position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; width: 100%; height: 70%;}


/* SIDEBAR
----------------------------------------------- */
.sb__title {font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 30px;}
.sb__title--accent {margin: 0 var(--indent-negative); padding: 15px var(--indent); background-color: #ffffff10;
	margin-bottom: 20px; border-left: 3px solid var(--accent); color: var(--accent);}
.sb__title .fas {width: 30px;}
.sb__content {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(200px,1fr));}
.sb__menu {display: grid; gap: 15px;}
.sb__menu a {color: var(--tt-on-black); display: block; position: relative;}
.sb__menu--icon a {padding-left: 30px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;}
.sb__menu--icon .fal, .sb__menu--icon .fas {position: absolute; left: 0; top: 1px;}

.int {color: var(--tt-on-black) !important;}
.int__img {width: 50px; height: 50px; margin-right: 10px;}
.int__title {font-weight: 600;}
.int__subtitle {font-size: 13px; margin-top: 3px; opacity: 0.8;}


/* PAGINATION
----------------------------------------------- */
.pagination {text-align: center; padding-top: 30px;}
.pagination__pages {gap: 10px 10px;}
.pagination__pages a, .pagination__pages span {display: inline-block; line-height: 38px; 
	padding: 0 10px; min-width: 40px; font-size: 16px; border: 1px solid var(--bdc-darker); border-radius: 0px;}
.pagination__pages span:not(.nav_ext) {background: var(--bg-blacker); color: #fff; border-color: var(--bg-blacker);}


/* FULL
----------------------------------------------- */
.full > * {margin-bottom: 40px;}
.fmain {margin: -40px; padding: 40px; margin-bottom: 40px;}
.fcat {font-size: 14px; margin-top: 10px;}
.fcat span {font-weight: 600; margin-right: 5px;}
.fcat a {color: var(--accent);}
.fcat span[class*=fa] {color: var(--accent); margin-right: 8px;}
h1 a {margin-left: 10px; color: var(--accent); font-size: 16px;}

.fleft {width: 200px; margin-right: 20px;}
.fposter {box-shadow: 0 27px 53px rgba(0,0,0,0.2); width: 200px; height: 200px;}
.fcaption {line-height: 1.5; color: var(--tt-lighter); 
	font-size: 14px; border-left: 4px solid var(--accent); padding-left: 20px;}
[data-height] {position: relative;}
.show-text {position: absolute; bottom: 0; left: 50%; z-index: 3; transform: translateX(-50%); 
	background: var(--bg-darker); font-weight: 600; color: var(--tt-lighter);}
[data-height][style]::before {content: ''; pointer-events: none; height: 100%; position: absolute; z-index: 1;
	left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, transparent 0%, #fff 100%);}

.finfo {margin-bottom: 10px;}
.finfo li {display: flex; justify-content: space-between; position: relative; width: 48%; margin-bottom: 8px;}
.finfo li > span:first-child:after {content: ''; border-top: 1px dashed #00000060; 
	height: 1px; display: block; margin: 0 10px; position: relative; top: 1px; 
	flex: 1 1 0; min-width: 50px; max-width: 100%; }
.finfo li span {display: inline-block; padding: 4px 0;}
.finfo li > span:first-child {color: var(--tt-lighter); 
	flex: 1 1 0; min-width: 50px; max-width: 100%; display: flex; align-items: center;}
.finfo a {color: var(--accent); text-decoration: underline;}

.fmeta {justify-content: flex-end;}
.fmeta a {display: block;}
.ffav {background-color: var(--bg); box-shadow: var(--bsh); margin-left: 10px; 
	width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; 
	font-size: 18px; color: var(--tt-lighter); cursor: pointer;}
.ffav.is-active {color: var(--accent);}
.ffav:hover, .fdl:hover {background-color: #fff; color: var(--tt);}
.page__rating {position: static;}
.page__rating > * {margin-left: 10px; height: 40px; border-radius: 20px; background-color: #fff; 
	box-shadow: 0 2px 4px rgba(0,0,0,0.1); padding: 5px; font-weight: 500; padding-right: 20px;}
.page__rating .fal {font-size: 16px; margin-right: 15px; width: 30px; height: 30px; border-radius: 50%; 
	text-align: center; line-height: 30px; background-color: #27ae60; color: #fff;}
.page__rating > * + * .fal {background-color: #e74c3c;}
.page__rating a:hover {background: var(--bg-darker); color: #000;}

.fplay {cursor: pointer; height: 60px; padding: 10px 15px 10px 75px; box-shadow: var(--bsh);
	font-weight: 600; font-size: 16px; width: 240px; position: relative; margin-right: 20px;}
.fplay {background-color: var(--accent); color: #fff;}
.fplay-desc .ws-nowrap {font-weight: 400; font-size: 13px;}
.fplay .msc-play {font-size: 24px; text-align: center; margin: 0; width: 60px; height: 100%; 
	position: absolute; left: 0; top: 0; line-height: 60px; background-color: #00000010;}
.fplay:hover, .js-item-played .fplay {color: #fff; background-color: var(--accent-darker);}
.fdl {color: #fff; background-color: var(--accent-2); box-shadow: var(--bsh);}

.page__tags {font-size: 0; gap: 10px 4px; margin-top: 40px;}
.page__tags .fal {height: 30px; line-height: 30px; font-size: 16px; margin-right: 6px;}
.page__tags a {display: flex; align-items: center; white-space: nowrap; height: 30px; border-radius: 2px; 
	padding: 0 10px; font-size: 11px; text-transform: uppercase; 
	color: var(--tt-lighter); border: 1px solid var(--bdc-darker);}
.page__btn-comments {height: 30px; padding: 0 10px; font-size: 11px; text-transform: uppercase; margin-left: 20px;}

.podb .podb-header {width: 100%; margin: 0; box-shadow: none; margin-bottom: 40px;}
.podb-header .podb-in {height: 300px; box-shadow: none;}
.podb-header .podb-desc {padding: 40px;}
.podb-header .page__rating {position: absolute; right: 20px; top: 20px; z-index: 5;}
.podb-header .fcaption {margin-bottom: 20px; max-width: 500px; color: #ccc;}
.podb-header h1 {margin-bottom: 20px; max-width: 600px;}
.podb-quantity div {display: inline-block; padding: 6px 10px; margin-right: 10px; 
	background-color: var(--accent-3); color: #000;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 15px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 30px;}
.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 > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 600;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}
.fdl-btn {display: block; position: relative; box-shadow: 0 3px 10px rgba(0,0,0,0.1); 
	text-decoration: none !important; padding: 15px 15px 15px 130px;
	background: linear-gradient(to top, #27ae60, #2ecc71); color: #fff !important; overflow: hidden;}
.fdl-btn-title {font-weight: 500; text-transform: uppercase; word-wrap: break-word;}
.fdl-btn-size {font-size: 14px; margin-top: -2px; margin-bottom: 6px; opacity: 0.9;}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px; text-transform: uppercase; margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn-icon {width: 50px; height: 50px; border-radius: 50%; margin-top: -25px; font-size: 24px;
	position: absolute; left: 40px; top: 50%; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0; margin-top: 40px;}
.page__comments-title {font-size: 21px; font-weight: 700; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-lighter); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-header {position: relative; padding-right: 130px;}
.page__comments-btn {position: absolute; right: 0; top: 0;}
.ac-form {display: grid; gap: 20px; margin-bottom: 40px;}
.ac-form__bottom {gap: 10px 20px;}
.ac-form .message-info {margin: 0;}
.ac-form .tox-tinymce {height: 160px !important;}
.comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}
.has-comms {margin-bottom: -20px;}

.comment-item__title {font-weight: 700; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc-darker);}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 700; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 600; font-size: 14px;}
.comment-item__date {color: var(--tt-lightest); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 15px;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-lightest);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 12px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--tt-lightest);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 18px; font-weight: 600; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-lighter); margin-left: 10px; font-weight: 400; color: var(--tt-lightest);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-lightest);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:34px; height: 34px;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {width: 100%; position: relative; z-index: 1;}
 .owl-carousel .owl-stage {position: relative; display:flex; justify-content:flex-start;}
 .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-carousel .owl-item {position: relative; min-height: 10px;}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
 .owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {display: block; opacity: 1;}
 .owl-carousel.owl-drag .owl-item {user-select: none;}
 .owl-carousel.owl-grab {cursor: move; cursor: grab;}
 .owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
 .owl-carousel .owl-animated-in {z-index: 0;}
 .owl-carousel .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 500ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {position: absolute; right: 0; bottom: 0;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; box-shadow: none; width: 40px; height: 40px; border-radius: 50%; 
	background: #fff; color: var(--tt-lighter); box-shadow: var(--bsh); 
	position: absolute; top: 0; font-size: 18px; margin-top: -40px;}
 .owl-prev {right: 50px;}
 .owl-next {right: 0;}
 .owl-prev:hover, .owl-next:hover {background: var(--bg-blacker); color: #fff;}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -37px;}
 .owl-dot {display: inline-block; width: 16px; height: 16px; border-radius: 50%; 
	cursor: pointer; background: var(--bg); margin: 0 5px; box-shadow: var(--bsh-2);}
.owl-dot.active, .owl-dot:hover {background: var(--accent); color: #fff;}
.owl-item {opacity: 0; transition: opacity 1s;}
.owl-item.active {opacity: 1;} 


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 40px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-blacker); color: #fff;}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu > * {margin-bottom: 40px;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrappers {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.col-side {width: 100%; order: 10; display: none;}
	.cols {display: block;}
	.topper {padding-top: 30px;}
	.logo {min-width: 100px; margin: 0; margin-right: 20px;}
	.header__btn-menu {display: inline-flex; width: 40px; padding: 0; font-size: 18px; margin-left: 20px;}

	.fmain {margin: -20px; margin-bottom: 40px; padding: 20px;}
	.podb-header .podb-desc {padding: 20px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.sect {grid-column: 1 / -1;}
	.header__link {display: none;}
	.header__search {margin-right: 20px;}
	.footer {display: block; text-align: center;}
	.footer__text {margin: 20px 0;}
	.footer__logo {margin: 0;}
	.track {width: 100%;}

	.fleft {width: 180px;}
	.fposter {width: 180px; height: 180px;}
	.podb .podb-header {margin: -20px; margin-bottom: 40px; width: calc(100% + 40px);}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.header__search {min-width: 100%; order: 10; margin: 0; margin-top: 20px;}
	.header__search form {max-width: 100%; width: 100%;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 100px; margin: 0; margin-right: 20px;}
	.header__btn-login {width: 40px; overflow: hidden; font-size: 0; padding: 0; display: block; margin-right: -10px;}
	.header__btn-login::before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; 
		font-size: 18px; content:"\f007"; font-weight: 300; font-family:'Font Awesome 5 Pro';}
	.sect__title, h1, h2, h3, h4, h5 {font-size: 22px;}
	.podb-item {width: 100%;}
	.album-item {width: 31%;}
	.topper {background-image: url(../images/topbg.jpg); background-size: cover;
		height: auto; padding-bottom: 170px; background-position: center center;}
	.topper__title {font-size: 22px;}
	
	.fcols, .fmid {display: block;}
	.fleft {margin: 0 auto; margin-bottom: 20px;}
	.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.ac-form__bottom > * {min-width: 100%;}
	.ac-form__bottom button {width: 100%; order: 10;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}	
	
	.fheader {display: block; text-align: center;}
	.fheader .page__rating {justify-content: center; margin-top: 20px;}
	.fheader .page__rating a {margin: 0 10px;}
	.finfo li {width: 100%;}
	.fmain {background-size: auto; background-repeat: repeat-y; background-position: top center;}
	.fplay {width: 100%; margin: 0; margin-bottom: 20px;}
	.podb-header .fcaption {font-size: 13px; line-height: 1.3;}
	.podb-header h1 {margin-bottom: 10px;}
	.podb-header .page__rating {right: 10px; top: 10px;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.hm2, .page__comments-info {display: none;}
	.track__time {margin-left: -10px;}
	.track__title, .album-title {font-size: 14px;}
	.sect--podb {order: 10; margin: 0;}
	.content {padding-top: 40px;}
	.top__play {margin-right: 10px;}
	.topper {padding: 20px;}
	
	.fmain, .podb .podb-header {margin-top: -40px;}
	.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 260px; margin-left: -20px; margin-right: -20px;}
}


/* PLAYER
----------------------------------------------- */
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997;
	background-color: var(--bg-blacker); color: #fff; box-shadow: 0 0 6px rgba(0,0,0,0.6);}
.audioplayer {max-width: 1100px; width: calc(100% - 40px); margin: 0 auto; height: 60px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 10px; width: 500px; 
	background-color: #000; border-radius: 0px; margin-left: 20px;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%;
	background-color: rgba(0,0,0,0.1); border-radius: 0px;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%;
	z-index: 10; border-radius: 0px; background-color: var(--accent);}

.audioplayer-volume {position: relative; z-index: 100; margin-left: 20px; font-size: 18px;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-button a { display: block; height: 30px; line-height: 30px; text-align: center; color: #ccc;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px;
	background-color: var(--bg-blacker); box-shadow: 0 0 10px rgba(0,0,0,0.5); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px;
	position: relative; cursor: pointer; background-color: #000; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: var(--accent);
	position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}

.ap-dl {font-size: 18px; margin-left: 20px; color: #ccc;}
.ap-time {font-size: 12px; margin-left: 20px;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-desc {width: 300px;}
.ap-img {width: 40px; height: 40px; margin-right: 10px; border-radius: 0px;}
.ap-artist {font-size: 13px; margin-top: 4px; color: #ccc; 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ap-title {font-size: 15px; color: #fff; font-weight: 600; 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ap-btns {margin-right: 20px;}
.audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center;
	border-radius: 50%; display: block; position: relative; margin: 0 20px;
	background: var(--accent); color: #fff;}
.ap-prev, .ap-next {cursor: pointer; font-size: 18px; color: #ccc;}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #fff;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover {background: var(--accent-darker); color: #fff;}
.wplayer-init .audioplayer-playpause .fas:before {content: '\f04b'; padding-left: 1px;}

@media screen and (max-width: 1220px) {
	.audioplayer-bar {position: absolute; left: 0; top: -6px; height: 6px; width: 100%; border-radius: 0; margin: 0;}
}
@media screen and (max-width: 590px) {
	.audioplayer-volume, .ap-time, .ap-img {display: none;}
	.audioplayer-playpause a {margin: 0 10px;}
}

.advmobile { display: none; }
@media screen and (max-width: 760px)
{ .advmobile { display: inline; }
}