
/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

@font-face {font-family: 'Fira Sans'; src: url('../webfonts/fira-sans-400.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'Fira Sans'; src: url('../webfonts/fira-sans-500.woff2') format('woff2');
	font-weight: 500; font-style: normal; font-display: swap;}
@font-face {font-family: 'Fira Sans'; src: url('../webfonts/fira-sans-700.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;}

body {font: 16px 'Fira Sans', sans-serif; line-height: normal; padding: 0; margin: 0; overflow-x: hidden;     
	color: #333; background: #fff; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #333; text-decoration: none;}
a:hover, a:focus, .track-desc:hover > *, .side-item:hover * {color: #22a6b3; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 500; font-size: 24px;}

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: 'Fira Sans' !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-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px;
border-radius: 20px; cursor: pointer; font-weight: 400; box-shadow: none;
background-color: #22a6b3; color:#fff; font-size: 15px;}
.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: #1d8c96; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 70%;}
.img-resp-vert {padding-top: 140%;}
.img-box img, .img-resp img, .img-resp-vert img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.vw100 {margin:0 calc((100% - 100vw)/2); padding:0 calc((100vw - 100%)/2);}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1, .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: 500;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button, .track-desc, .track-title, .track-subtitle, .side-item, .side-item * {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 22px; font-weight: 500;}
#dle-content {width: 100%;}
#dle-content, .d-grid {display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); 
	grid-gap: 5px 10px; grid-auto-flow: row dense;}
#dle-content > *:not(.grid-item), .grid-related > * {grid-column: 1 / -1;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative;}
.wrap-center {max-width:1200px; margin:0 auto; position:relative; z-index:20;}
.header {padding-top: 10px; padding-bottom: 10px; background-color: #30336b;}
.nav {background-color: #f5f5f5;}
.cols {padding: 20px;}
.col-main {min-height: 100vh;}
.col-right {width: 280px; margin-left: 40px;}
.footer {background-color: #f5f5f5}
.footer-one {padding: 20px 0;}
.footer-two {background-color: #30336b; padding-top: 20px; padding-bottom: 20px;}
.footer-menu a {color: #f6e58d; border-bottom: 1px dotted #f6e58d; display: block; margin: 0 10px;}
.site-desc-in {line-height: 1.6; font-size: 14px;}
.site-desc-in a, .site-copyright span {color: #22a6b3; border-bottom: 1px dotted #22a6b3;}
.site-copyright {margin-top: 6px; font-size: 12px; color: #999;}
.footer .fal {font-size: 60px; color: #22a6b3; margin-right: 20px;}

.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.8; background-color: #000; cursor: pointer;}


/* HEADER
----------------------------------------------- */
.logo {display: inline-flex; flex-direction: column; justify-content: center;
	color: #fff !important; font-weight: 700; white-space: nowrap;
	font-size: 28px; text-transform: uppercase; padding-left: 60px; height: 50px;
	background: url(../images/logo.svg) 0 center / 50px no-repeat; margin-right: 20px;}
.logo-caption {font-size: 14px; font-weight: 400; margin-top: 3px; text-transform: none;}
.logo span:not(.logo-domain) {color: #f6e58d;}
.logo span.logo-domain {font-size: 18px;}
.search-wrap {margin-left: 40px;}
.search-box {position: relative; max-width: 300px;}
.search-box input, .search-box input:focus {padding: 0 60px 0 20px; border-radius: 20px; box-shadow: none; 
	background-color: #130f40; color: #fff;}
.search-box input:not(:focus)::placeholder {color: #fff; opacity: 0.8; font-size: 14px;} 
.search-box button {position:absolute; right:0; top:0px; z-index:10; width: 50px; cursor: pointer; 
	background: none; color: #f6e58d; text-align: center; line-height: 40px;}
.hshare > * {width: 30px; height: 30px; border-radius: 50%; cursor: pointer; display: flex;
	margin-left: 10px; justify-content: center; align-items: center; border: 1px solid #f6e58d; 
	background-color: transparent !important;}
.hshare > .wbr-fb {background: #496194 url(../images/i-fb.svg) center center / 10px no-repeat;}
.hshare > .wbr-ok {background: #ff9c43 url(../images/i-ok.svg) center center / 10px no-repeat;}
.hshare > .wbr-tw {background: #28c3ff url(../images/i-tw.svg) center center / 16px no-repeat;}
.hshare > .wbr-tlg {background: #6996c7 url(../images/i-tlg.svg) center center / 16px no-repeat;}
.hshare > .wbr-vk {background: #6996c7 url(../images/i-vk.svg) center center / 20px no-repeat;}
.hshare {order: 11;}
.nav a {display: block; height: 80px; line-height: 80px;}
.nav .fal {width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 50%; 
	background-color: #fff; margin: 25px 10px 0 0; vertical-align: top; color: #22a6b3;}

/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 20px; position: relative;}
.sect-header {margin-bottom: 20px;}
.sect-title {font-weight: 500; font-size: 34px; padding-left: 20px; border-left: 5px solid #f6e58d;}


/* TRACK ITEM
----------------------------------------------- */
.track-item {border-radius: 4px; position: relative; padding: 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.0); border: 1px solid #eee;}
.track-item a, a.track-desc {display: block;}
.track-play {cursor: pointer; font-size: 12px; width: 40px; height: 40px; text-align: center; 
	display: flex; justify-content: center; align-items: center; border-radius: 50%; 
	padding-left: 2px; color: #22a6b3; border: 2px solid #22a6b3;}
.track-desc {padding: 0 10px;}
.track-title {font-weight: 400;}
.track-subtitle {color: #999; margin-top: 3px; font-size: 14px;}
.track-time {font-size: 12px; color: #999;}
.track-dl {margin-left: 20px; display: block; background-color: #f6e58d; color: #f0932b; 
	width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 50%;}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played .track-play, .track-play:hover {background-color: #22a6b3; color: #fff; border-color: #22a6b3;}


/* SIDEBAR
----------------------------------------------- */
.tags {width: 100%; padding-top: 10px;}
.side-box {margin-bottom: 20px;}
.side-bt {font-weight: 500; font-size: 24px; margin-bottom: 20px; padding-left: 20px; border-left: 5px solid #f6e58d;}
.side-tags {margin-right: -10px;}
.side-tags a {display: flex; align-items: center; white-space: nowrap; height: 40px; font-size: 14px; 
	border-radius: 20px; padding: 0 20px; border: 1px solid #eee; color: #5c5c5c; margin: 0 10px 10px 0;}
.side-nav li + li {margin-top: 10px;}
.side-nav a {display: flex; align-items: center; white-space: nowrap; padding-left: 36px; position: relative; height: 30px;}
.side-nav a .fal {position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #69c039;}
.side-item {display: block; padding: 10px 10px 10px 60px; font-size: 14px; color: #999;
	border: 1px solid #eee; border-radius: 4px; position: relative; margin-bottom: 5px;}
.side-item div {color: #111; margin-bottom: 4px; font-size: 15px;}
.side-item::before {content: '\f0a3'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; 
	position: absolute; left: 10px; top: 50%; font-size: 15px; transform: translateY(-50%); 
	background-color: #f5f5f5; color: #22a6b3; width: 30px; height: 30px; line-height: 30px; 
	text-align: center; border-radius: 50%;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {margin-bottom: -10px; padding-top: 20px;}
.nav-load a {display: flex; align-items: center; justify-content: center; 
	padding: 0 20px; max-width: 300px; margin: 0 auto; height: 60px; text-transform: uppercase; font-weight: 500;  
	background-color: #30336b; color: #f6e58d; border-radius: 30px; text-align: center; letter-spacing: 2px;}
.nav-load a:hover {background-color: #130f40; color: #fff;}
.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: #fff; 
	box-shadow: 0 0 0 1px #eee; border-radius: 3px; font-weight: 500; font-size: 17px;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:#22a6b3; color: #fff;}


/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 990; 
	background-color: #130f40; color: #fff; box-shadow: 0 -15px 30px rgba(0,0,0,0.1);}
.audioplayer {max-width: 810px; margin: 0 auto; height: 60px; padding: 10px 20px 10px 10px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: absolute; left: 0px; right: 0px; top: -6px; height: 6px; 
	background-color: #ccc; overflow: hidden; cursor: pointer;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; 
	background-color: rgba(0,0,0,0); 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: #22a6b3;}
.audioplayer-volume {position: relative; z-index: 100; margin-left: 20px; font-size: 18px;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-button a {color: #22a6b3; display: block; height: 30px; line-height: 30px; text-align: center;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px; 
background-color: #130f40; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px; 
position: relative; cursor: pointer; background-color: #ccc; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #22a6b3; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}
.ap-dl {font-size: 24px; color: #22a6b3; margin-left: 20px;}
.ap-time {font-size: 12px; color: #ccc; margin-left: 20px;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-desc {width: 300px;}
.ap-img {width: 40px; height: 40px; margin-right: 10px; border-radius: 4px;}
.ap-artist {font-size: 14px; margin-top: 3px; color: #ccc;}
.ap-title {font-size: 15px; font-weight: 500;}
.ap-btns {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 50%; display: block; position: relative; margin: 0 10px; background-color: #22a6b3; color: #fff;}
.ap-prev, .ap-next {cursor: pointer; color: #fff; background-color: #22a6b3; font-size: 18px; 
width: 30px; height: 30px; text-align: center; border-radius: 50%; font-size: 10px;}
.audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #fff;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover, .ap-prev:hover, .ap-next:hover {background-color: #1f919b; color: #fff;}
.wplayer-init .audioplayer-playpause .fas:before {content: '\f04b'; padding-left: 1px;}
.player-hide .wplayer {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;}


/* FULL
----------------------------------------------- */
.speedbar {font-size: 14px; color: #999; margin-bottom: 20px;}
.speedbar .fas {margin-right: 8px; color: #22a6b3;}
h1 > span {color: #22a6b3;}
h1 a {margin-left: 15px;}
.fmain h1 {margin-bottom: 11px; font-size: 22px;}
.fimg {width: 100px; height: 100px; margin-bottom: 10px;}
.fleft {width: 100px; margin-right: 20px;}
.fright {width: 400px; margin-left: 20px;}

.finfo {background-color: #f5f5f5; border-radius: 4px;}
.finfo li {font-size: 14px; line-height: 1.8; padding: 10px; border-bottom: 1px solid #e3e3e3;}
.finfo li > span:first-child {color: #999; display: block; font-size: 12px;}
.frate a {display: block; height: 60px; border-radius: 30px; padding: 10px; padding-right: 20px;
	background-color: #fff; box-shadow: 0 0 0 1px #eee; margin-left: 10px;}
.frate a .fas {background-color: #6ab04c; color: #fff; margin-right: 18px; font-size: 18px; 
	width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%;}
.frate a + a .fas {background-color: #eb4d4b;}
.fbtm {margin-bottom: 20px;}
.fcaption {font-size: 12px; line-height: 1.4; border-radius: 4px; position: relative;
	 color: #666; background-color: #f5f5f5; padding: 10px 10px 10px 70px; margin-bottom: 20px;} 
.fcaption::before {content: '\f8f2'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; 
	position: absolute; left: 20px; top: 50%; color: #22a6b3; font-size: 24px; transform: translateY(-50%);}

.fplay .fas, .fdl .fas {width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; 
	border: 1px solid #fff; font-size: 18px; margin-right: 10px; border-radius: 50%;}
.fplay, .fdl {cursor: pointer; height: 60px; line-height: 60px; border-radius: 4px; padding: 0 20px;
	background-color: #22a6b3; color: #fff; white-space: nowrap; margin-right: 10px; padding-left: 10px;}
.fplay .fas {color: #fff; opacity: 1;}
.js-item-played .fplay .fa-play:before {content: '\f04c';}
.fplay .fa-play {padding-left: 3px;}
.fdl {background-color: #f6e58d; color: #b36e20 !important;}
.fdl .fas {border: 1px solid #f0932b;}

.show-text {width: 40px; height: 40px; border-radius: 50%; text-align: center; font-size: 18px; 
	cursor: pointer; background-color: #22a6b3; color: #fff; 
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%, #fff 100%);}
.ftext {position: relative;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 15px;}
.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;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#f5f5f5;
	padding: 20px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
	position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
	width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition:all .4s;}
.btn-close.active {top:0px; opacity: 1;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .nav {display: block; margin: 0; padding: 0; background: none;}
.side-panel .nav a {height: 40px; line-height: 40px;}
.side-panel .nav .fal {margin-top: 5px;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrap {overflow: hidden;}
	.wrap-center {max-width:1000px;}
	.col-left, .hshare1, .footer .fal, .nav {display: none; margin-left: 0;}
	.logo {margin-left: 20px;}
	.btn-menu {display: block; font-size: 38px; margin-left: 20px; cursor: pointer; 
		color: #fff; order: 11; margin-right: 20px;}
	.col-right {width: 100%; -ms-flex-order: 10;-webkit-order: 10;order: 10; margin: 0; margin-top: 20px;}
	.side-item {width: 49%;}
	.side-items {display: flex; justify-content: space-between; flex-wrap: wrap;}
	.footer-one {display: block; text-align: center;}
	.footer-menu {text-align: center; margin: 0;}
	.footer-menu a {display: inline-block; margin: 10px;}
	.site-desc-in {margin: 0; margin-bottom: 20px;}
	.search-wrap {order: 12; margin: 10px 0 0 0; min-width: 100%; padding: 0 20px;}
	.search-box {max-width: 100%;}
	.wplayer {bottom: 0;}
	.audioplayer, .audioplayer-bar {border-radius: 0; max-width: 100%; left: 0;}

	.fright {width: 100%; margin: 0; margin-top: 20px;}
	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
	.wrap-center {max-width:768px;}
}

@media screen and (max-width: 760px) {
	.wrap-center {max-width:640px;}
	.hshare {justify-content: space-between; width: 100%; padding: 10px 20px; padding-bottom: 0px; order: 13;}
	.hshare > * {margin: 0; width: 30px; height: 30px;}

	.ap-title, .ap-artist {max-width: 100%;}
	.ap-desc {position: absolute; left: 0; right: 0; bottom: 100%; z-index: 5; min-width: 100%; padding: 10px; 
	background-color: #30336b; visibility: hidden;}
	.ap-mob-btn {display: block; cursor: pointer; font-size: 28px; color: #22a6b3;}
	.ap-time {-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; justify-content: flex-end;}
	.ap-desc.is-active {visibility: visible;}
	.audioplayer-volume {display: none;}
	.ap-btns {left: 70px; transform: translate(0,-50%);}

	.fcols {display: block;}
	.fimg {margin: 0 auto 10px auto; display: none;}
	.fleft {width: 100%; margin: 0;}
	.finfo {display: flex; justify-content: space-between; flex-wrap: wrap;}
	.finfo li {border: 0;}
	.finfo li {width: 33.33%;}
	.fplay {min-width: 100%; margin: 0; margin-bottom: 20px;}
}

@media screen and (max-width: 590px) {
	.wrap-center {max-width:480px;}

	.ac-inputs input {width: 100%;}
	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}
	.ui-dialog {width:100% !important;}
	.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
	.upop-left {margin-bottom:10px; text-align:center;}
	.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
	#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
	.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
	.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
	.wrap-center22 {max-width:360px;}
	.logo {flex: 1 1 0; min-width: 160px; max-width: 100%; margin-right: 0;}
	.logo > * {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.logo-title {font-size: 22px;}
	.side-item {width: 100%;}
	.sect-title {font-size: 24px;}

	.fdl {padding: 0 10px; margin-right: 0; flex: 1 1 0; min-width: 100px; max-width: 100%; text-align: center;}
	.fdl .fas {display: none;}
	.frate a {padding-right: 10px;}
	.frate a .fas {margin-right: 10px;}
	.finfo li {padding: 10px 0;}
	.finfo {margin-bottom: -20px; border-bottom: 1px solid #ccc;}
	.fcaption, .finfo {padding: 10px 20px; margin-left: -20px; margin-right: -20px; border-radius: 0;}
	.fcaption::before, .track-dl {display: none !important;}

	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
