/* Datalife Engine template 
by: redissx (E-mail: redissx@gmail.com, Website: webrambo.ru ), 
creation date: 04 october 2018, 
version dle: 12-13
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {font: 15px 'ProximaNovaRegular', Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;        
color: #f0efe3; background:#282828; padding: 20px;
height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #ffe993; text-decoration: none;}
a:hover, a:focus {color:#ffce0f; text-decoration: none !important;}
h1, h2, h3, h4, h5 {font-weight:500; font-size:18px;}


.form-wrap {}
.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:700;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}

button, input {font-family: 'ProximaNovaRegular' !important;}


@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: 400; font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: 700; font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: 800; font-style: normal;
}


/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
padding:0 20px; display:inline-block; height:44px; line-height:44px; border-radius:22px; cursor:pointer; 
background-color:#FEAC02; color:#323232; text-align:center; font-weight: 600; font-size: 16px; 
box-shadow: 2px 5px 10px 0 rgba(0,0,0,0);}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{background-color:#FFDE99; color:#323232;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 14px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#000000; background-color:#f8f8f8; border-radius:4px; -webkit-appearance: none; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1); font-size: 16px;}
input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#F8F8F8; 
border-radius:0; overflow:auto; vertical-align:top; resize:vertical; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}

.img-box, .img-wide, .img-resp, .img-resp-v, .img-resp-sq {overflow:hidden; position:relative; background-color:#000;}
.img-resp {padding-top:57%;}
.img-resp-v {padding-top:145%;}
.img-resp-sq {padding-top:100%;}
.img-box img, .img-resp img, .img-resp-v img, .img-resp-sq img {width:100%; min-height:100%; display:block;}
.img-resp img, .img-resp-v img, .img-resp-sq img {position:absolute; left:0; top:0;}
.img-wide img {width:100%; display:block;}
.img-square img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .th-img {transition: all .3s;}
.button, .sc-title, .mask {transition: color .3s, background-color .3s, opacity .3s;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

.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-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.fx-left {-ms-flex-pack:start;-webkit-justify-content:start;justify-content:start;}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}

	b, strong {font-weight: 600;}
	.hmenu a:hover, .footer a:hover, .col-side a:hover, .short:hover .short-desc, 
	.speedbar a:hover {}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative;}
.center {max-width:1240px; margin:0 auto; position:relative; z-index:20; width: calc(100% - 20px);}
.topline {/*background-color: #323232; height: 60px;*/}
.cols {padding: 30px 0;}
.col-left {width: 280px; margin-right: 24px; flex: 0 0 280px;}
.main {min-height: 80vh;}
main, .col-main, .fx-1 {min-width: 0;}
main {padding: 30px; border-radius: 8px; background: rgb(43,43,43);
background: radial-gradient(circle, rgba(28,24,20,1) 0%, rgba(15,15,15,1) 100%);}
.side-right {width: 280px; margin-left: 20px;}
.footline {border-top: 1px solid #393735; padding: 20px 0;}


/* HEADER, FOOTER
----------------------------------------------- */
.logo {width: 220px; margin-right: 20px; height: 60px; display: block; overflow: hidden;}
.share {width:159px; height:39px;}
.share a {display:block; width:36px; height:36px; border-radius:50%; float:left; margin-right:5px;
box-shadow:5px 5px 16px 0 rgba(0,0,0,0.1); background:url(../images/share.png) -2px -1px no-repeat;}
.share a:last-child {margin:0;}
.share a:nth-child(2) {background-position:-46px -1px;}
.share a:nth-child(3) {background-position:-88px -1px;}
.share a:nth-child(4) {background-position:-132px -1px;}
.share a:nth-child(6) {background-position:-175px -1px;}
.share a:nth-child(5) {background-position:-219px -1px;}
.share a:hover {transform:rotate(20deg);}

.search-wrap {position: relative; margin: 0px 30px 0px 0px;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; padding:0 60px 0 20px; 
	background-color:#0f0f0f; box-shadow: none; color: #fff; border-radius: 22px; 
height: 44px; line-height: 44px;}
.search-box button {position:absolute; right:0px; top:0px; z-index:10; 
	padding: 0 !important; width: 40px; background-color: transparent !important; color: #ffe993 !important;}
.search-box input:not(:focus)::-webkit-input-placeholder {color: #fff; font-size: 14px;}
.search-box input:not(:focus)::-moz-placeholder {color: #fff; font-size: 14px;}
.search-box input:not(:focus):-moz-placeholder {color: #fff; font-size: 14px;}
.search-box input:not(:focus):-ms-input-placeholder {color: #fff; font-size: 14px;}

.ftbtm {font-size: 13px; color: #9f9981; line-height: 22px;}
.ftmenu {margin-top: 10px; line-height: 1.7;}
.ftmenu li {display: inline-block; margin-right: 10px;}
.ftmenu a {font-size: 12px; opacity: 0.5;}
.ftmenu a:hover { opacity: 1;}
.ftdesc {opacity: 0.5; font-size: 12px; line-height: 1.7;}


.tright {width: 220px; height: 220px; margin-left: 24px; text-align: center;}

/* SIDE
----------------------------------------------- */
.side-box {}
.side-box + .side-box {margin-top: 30px;}
.side-bt {font-weight: 600; font-size: 14px;}
.side-sticky {position: sticky; left: 0; top: 10px;}
.side-desc {padding-top: 10px; margin-top: 10px; border-top: 1px solid #ccc;}
.side-right .side-box {background-color: #fff; padding: 20px; 
box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8; overflow: hidden;}
.side-right .side-bt {background-color: #fafbfc; padding: 10px 20px; 
	margin: -20px -20px 20px -20px; border-bottom: 1px solid #e3e3e3;}

.side-nav a {display: block; height: 36px; line-height: 36px; overflow: hidden; 
white-space: nowrap; -ms-text-overflow: ellipsis;
text-overflow: ellipsis; padding: 0 5px;}
.side-nav a:before {content:"\f111"; font-family:'FontAwesome'; color:#59584b; 
width: 20px; font-size: 10px; display: inline-block; vertical-align: top; 
position: relative; top: 0px;}
.side-nav a:hover {background-color: rgba(0,0,0,0.05);}

.popular {margin-bottom: 10px; line-height: 1.5;}
.popular-desc {display: block; padding-left: 20px; position: relative;}
.popular-desc strong, .popular-title {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.popular-desc:before {content:"\f0c8"; font-family:'FontAwesome'; color:#99b1c6; 
position: absolute; left: 0; top: 5px; transform: rotate(-45deg); font-size: 8px;}
.popular-title {opacity: 0.6; font-size: 13px;}
.side-right a:hover {}


/* SECT, SHORT
----------------------------------------------- */
.sections, .sect1 {overflow: hidden;}
.sections + .sections, .sect1 + .sect1 {margin-top: 30px;}
.sections .sect {width: 100%;}
.sect-t {font-weight: 800; font-size: 22px; margin-bottom: 20px;}
.sect-t .fa {color: #FEAC02; margin-right: 10px;}
.speedbar {margin-bottom: 20px; font-size: 13px;}
.short {padding: 12px 0px; border-bottom: 1px solid #262321;}
.short2:nth-child(2n+1) {background-color: #f9f9f9;}
.short-desc {padding: 0 20px 0 12px;}
.short-artist {font-size: 16px;}
.short-title {opacity: 0.6; font-size: 15px; margin-top: 4px;}
.short-time {opacity: 0.5; margin-right: 10px; font-size: 12px;}
.short .fa-play {color: #323232; background-color: #FEAC02; width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 50%; font-size: 14px; padding-left: 3px;}
.short .fa-angle-double-down {color: #FEAC02; font-size: 16px;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:36px; text-align:center; margin-top: 30px; font-size: 14px; }
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:36px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
min-width:36px; background-color:#282828; margin:0 3px; border-radius:18px; margin-top: 10px; 
box-shadow:inset 0px 0 0 1px rgba(0, 0, 0, 0.1); font-weight: 600;}
.navigation span, .pagi-nav a:hover {background-color:#FEAC02; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color: #ccc;}
.pagi-nav a:hover {background-color:#FEAC02; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FULL
----------------------------------------------- */
.full-comms {display: none;}
.fheader {margin-bottom: 20px;}
.fheader h1 {font-size: 28px; font-weight: 800; color: #FEAC02;}
.fheader h1 a {margin-left: 10px; font-size: 14px;}

.rate2 {height: 30px; line-height: 30px;}
.fviews {display: inline-block; margin-right: 20px; color: #ffe993;}
.fviews .fa {opacity: 1; color: #FEAC02; font-size: 20px; position: relative; top: 1px; margin-right: 10px;}
.rate2 a {font-size: 16px;}
.rate2 a .fa {color: #FEAC02; margin-right: 10px; font-size: 20px; position: relative; top: 2px;}
.rate2 a:hover .fa {color: #FEAC02;}

.fcols1 {margin-bottom: 30px;}
.fcaption {font-size: 13px; line-height: 1.5; opacity: 1; color: #9f9981;}

.fdl {padding: 0 20px 0 65px; position: relative; width: 240px; overflow: hidden;
	color: #323232 !important; line-height: 20px; padding-top: 7px; margin-right: 20px; 
	font-size: 13px; font-weight: 400; height: 55px; border-radius: 28px;}
.fdl-dl {width: 55px; height: 55px; line-height: 55px; text-align: center; border-radius: 0%;
	background-color: rgba(0,0,0,0.1); color: #323232; position: absolute; left: 0; top: 0; font-size: 24px;}
.fbtn-capt {display: block;}
.fbtn-title {font-weight: 600; display: block;}
.sect-player {}

.finfo {margin-bottom: 30px; font-size: 13px;}
.finfo li {position: relative; padding: 10px 10px 10px 180px;}
.finfo li:nth-child(2n+1) {background-color: #242424;}
.finfo li > span:first-child {position: absolute; left: 10px; top: 10px; opacity: 0.7;}
.finfo a {color: #FEAC02; }

.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);}
.slice-btn {margin:15px 0 0 0;}
.slice-btn span {display:inline-block; cursor:pointer; color: #285473; }

.fbtn-player {width: 100%; padding: 14px 10px; background-color: #FEAC02; color: #323232; 
	border-radius: 0px; position: relative; top: 5px;}
.audioplayer {position: relative; font-size: 12px;}
.audioplayer audio {display: none;}
.audioplayer-playpause {width: 30px; margin-right: 15px;}
.audioplayer-time {position: absolute; top: 7px; left: 45px; opacity: 1;}
.audioplayer-time-duration {left: auto; right: 105px;}
.audioplayer-volume {margin-left: 15px;}
.audioplayer-bar {background-color: #000; height: 5px; border-radius: 0px; 
	position: relative; top: 7px; position: absolute; left: -10px; right: -10px; top: -15px;}
.audioplayer-bar-loaded, .audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
border-radius: 0px; background-color: rgb(132, 122, 103);}
.audioplayer-bar-played {z-index: 10; background-color: #323232;}
.audioplayer-bar-played:before {content: ''; width: 10px; height: 10px; border-radius: 50%; 
background-color: #fff; box-shadow: 0 0 5px 0 rgba(0,0,0,0.2); 
position: absolute; right: -7px; top: -2px; cursor: pointer;}
.audioplayer-playpause a, .audioplayer-volume-button a {overflow: hidden; width: 30px; height: 30px; line-height: 30px; 
text-indent: -9999px; position: relative; background-color: #323232; border-radius: 50%; 
display: block;}
.audioplayer-playpause a:before, .audioplayer-volume-button a:before {display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; 
border-radius: 15px; color: #FEAC02; position: absolute; left: 0; top: 0; 
content:"\f04c"; font-family:'FontAwesome'; font-size: 12px; text-indent: 0;}
.audioplayer-stopped .audioplayer-playpause a:before {content:"\f04b"; left: 2px;}
.audioplayer-volume-button a:before {content:"\f028";}
.audioplayer-muted .audioplayer-volume-button a:before {content:"\f026";}
.audioplayer-volume {position: relative;}
.audioplayer-volume {position: relative;}
.audioplayer-volume-button {display: inline-block; vertical-align: middle;}
.audioplayer-volume-adjust {position: relative; display: inline-block; vertical-align: middle; 
	margin-left: 10px; font-size: 0;}
.audioplayer-volume-adjust > div {width: 50px; height: 6px; border-radius: 3px; 
position: relative; cursor: pointer; background-color: rgb(132, 122, 103);;}
.audioplayer-volume-adjust > div > div {height: 6px; border-radius: 0px; background-color: #323232; 
position: absolute; left: 0; bottom: 0;}
.audioplayer-volume-button {position: relative;}
.audioplayer-volume:hover .audioplayer-volume-adjust {}
.audioplayer-playpause a:hover, .audioplayer-volume-button a:hover, .audioplayer-volume-button22 a:before 
{background: #000; color: #fff;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
.full-text {color:#959490; font-size:15px; line-height:1.8;}
.full-text img:not(.emoji) {max-width:100%; margin:10px auto;}
.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:#285473;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:10px 0;}
.full-text > ul li {list-style:disc; margin-left:40px; position:relative;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:0;}
.full-text table tr td {padding:3px 7px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#e3e3e3;} 
.full-text222 table tr:nth-child(1) {background-color:#0297dc !important; color:#FFF; font-size:14px !important;}
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#0297dc;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist a {color:#4a61a3;}
.full-taglist {margin:0;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu, .logo1 {display:none;}
.side-panel {width:260px; height:100%; padding-top: 30px; overflow-x:hidden; overflow-y:auto; background-color:#0f0f0f;
padding: 20px; z-index:888; position:fixed; left:-280px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:887; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 888;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #6c9bd3; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
.side-panel .side-bt {margin-bottom: 20px;}
.side-panel .side-sticky {position: static;}


@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
.wrap {overflow: hidden;}
.col-left, .side-right {display: none;}
.cols {display: block;}

.btn-menu {cursor:pointer; display:block; color: #323232; border-radius: 20px;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; background-color: #FEAC02;}
}

@media screen and (max-width: 950px) {
.center {max-width:920px;}
}

@media screen and (max-width: 760px) {
.sect-t {font-weight: 800; font-size: 18px; margin-bottom: 20px;}
body{ padding: 5px;}
.center {max-width:640px;}
.topline {padding-top: 10px; padding-bottom: 10px;}
.search-wrap {flex-basis: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; 
-ms-flex-order: 10;-webkit-order: 10;order: 10; margin: 0;}
.sections .sect {width: 100%; margin-bottom: 15px;}
.footline {display: block; text-align: center;}
.ftbtm {width: 100%; margin-bottom: 10px;}
.tright {display: none;}
.fheader, .fcaption {text-align: center;}
.fheader h1 {font-size: 20px;}
.fheader, .fcols1 {display: block;}
.fdl {width: 100%; margin: 0 0 10px 0;}
.rate2 {margin: 20px auto 0 auto;}
.search-wrap {margin-top: 10px;}
.full-comms {padding-top: 30px;}
.comm-three li:not(:first-child) {display:none;}
.dcont button {font-size:12px; padding:0 15px !important;}
.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
.sect + .sect {margin-top: 20px;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.share {display: none;}

.comm-one {overflow: hidden; height: 20px; line-height: 20px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.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) {
.center22 {max-width:320px;}

.finfo li {padding-left: 140px;}
.finfo li span {display: inline-block; width: 110px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.comms-title {display: block; text-align: center;}
.comms-title .button {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}


/* POD REFRESH
----------------------------------------------- */
:root {
	--pod-bg: #161616;
	--pod-bg-soft: rgba(255,255,255,0.04);
	--pod-border: rgba(255,255,255,0.07);
	--pod-panel: rgba(19,19,19,0.88);
	--pod-panel-2: rgba(28,28,28,0.92);
	--pod-text-soft: rgba(240,239,227,0.68);
	--pod-shadow: 0 22px 55px rgba(0,0,0,0.22);
}

body {
	background:
		radial-gradient(circle at top left, rgba(254,172,2,0.12), transparent 35%),
		radial-gradient(circle at top right, rgba(255,233,147,0.08), transparent 28%),
		linear-gradient(180deg, #242424 0%, #171717 100%);
}

.block.center {
	padding: 18px;
	border-radius: 34px;
	background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
	box-shadow: var(--pod-shadow);
}

.topline {
	padding: 10px 0 8px;
}

.logo {
	display: flex;
	align-items: center;
}

main {
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(36,31,25,0.86), rgba(15,15,15,0.98));
	border: 1px solid var(--pod-border);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.side-box {
	padding: 16px;
	border-radius: 24px;
	background: var(--pod-panel);
	border: 1px solid var(--pod-border);
	box-shadow: var(--pod-shadow);
}

.side-box + .side-box {
	margin-top: 20px;
}

.side-bt {
	margin-bottom: 12px;
	font-size: 15px;
	letter-spacing: 0.02em;
}

.side-sticky {
	position: static;
	top: auto;
}

.side-nav a {
	height: auto;
	line-height: 1.45;
	padding: 11px 12px;
	border-radius: 14px;
}

.side-nav a:hover {
	background-color: rgba(255,255,255,0.05);
}

.search-box input,
.search-box input:focus {
	background-color: rgba(10,10,10,0.92);
	border: 1px solid rgba(255,255,255,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.search-box button {
	right: 6px;
	top: 2px;
}

.sections .sect,
.sect1 {
	padding: 22px 24px;
	border-radius: 22px;
	background: var(--pod-panel);
	border: 1px solid var(--pod-border);
	box-shadow: 0 14px 35px rgba(0,0,0,0.18);
}

.sect-t {
	font-size: 24px;
	letter-spacing: -0.02em;
}

.short {
	padding: 14px 4px;
	border-bottom: 1px solid rgba(255,255,255,0.06);
	transition: transform .18s ease, background-color .18s ease;
}

.short:hover {
	transform: translateX(4px);
	background: rgba(255,255,255,0.03);
}

.short-desc {
	min-width: 0;
}

.short-artist {
	font-weight: 700;
}

.short-title {
	color: var(--pod-text-soft);
}

.short-time {
	min-width: 52px;
	text-align: right;
}

.short .fa-play {
	box-shadow: 0 10px 20px rgba(254,172,2,0.16);
}

.short-dl,
.short .fa-angle-double-down {
	color: #ffe993;
}

.search-results-list {margin-top: 24px;}
.search-track {margin: 0; border-bottom-color: rgba(255,255,255,.06);}
.search-track-play {cursor: pointer; -webkit-tap-highlight-color: transparent; outline: none !important;}
.search-track-play:focus, .search-track-play:active,
.search-track-play .fa:focus, .search-track-play .fa:active {outline: none !important;}
.search-track-desc {min-width: 0; overflow: hidden; text-overflow: ellipsis;}
.search-track.is-active {background: rgba(255,255,255,.03);}
.search-track.is-active .search-track-play .fa-play {box-shadow: 0 0 0 4px rgba(254,172,2,.22);}
.search-inline-player {display: none; margin: 0 0 16px; padding: 8px 0 0 56px;}
.search-inline-player.is-active {display: block;}
.search-inline-player-card {padding: 10px 12px 12px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.05);}
.search-inline-player-title {padding: 0 0 8px;}
.search-inline-player-title h3 {font-size: 15px; color: #ffe993; margin: 0; font-weight: 700;}
.search-inline-player-audio .fbtn-player {margin: 0; border-radius: 16px; overflow: hidden;}
.search-inline-player-audio .audioplayer {
	padding: 10px 12px;
	background: #f5b53e;
	border-radius: 12px;
	color: #2f261a;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
}
.search-inline-player-audio .audioplayer-time,
.search-inline-player-audio .audioplayer-time-duration,
.search-inline-player-audio .audioplayer-volume,
.search-inline-player-audio .audioplayer-bar {
	position: static;
}
.search-inline-player-audio .audioplayer-playpause {margin-right: 4px;}
.search-inline-player-audio .audioplayer-time,
.search-inline-player-audio .audioplayer-time-duration {
	height: auto;
	line-height: 1;
	font-weight: 700;
	opacity: .95;
	font-size: 12px;
	white-space: nowrap;
}
.search-inline-player-audio .audioplayer-time-current {order: 2; min-width: 42px;}
.search-inline-player-audio .audioplayer-bar {
	order: 3;
	flex: 1 1 auto;
	width: auto;
	left: auto;
	right: auto;
	top: auto;
	margin: 0;
	height: 6px;
	border-radius: 999px;
	background: rgba(0,0,0,.38);
	min-width: 120px;
}
.search-inline-player-audio .audioplayer-bar-loaded {background: rgba(255,255,255,.28);}
.search-inline-player-audio .audioplayer-bar-played {background: #2f261a;}
.search-inline-player-audio .audioplayer-bar-played:before {
	background: #fff6dc;
	width: 12px;
	height: 12px;
	right: -6px;
	top: -3px;
}
.search-inline-player-audio .audioplayer-time-duration {order: 4; min-width: 42px; text-align: right;}
.search-inline-player-audio .audioplayer-volume {order: 5; margin-left: 0; flex: 0 0 auto;}
.search-inline-player-audio .audioplayer-volume-adjust {margin-left: 8px;}
.search-inline-player-audio .audioplayer-volume-adjust > div {width: 42px; height: 5px;}
.search-inline-player-audio .audioplayer-volume-adjust > div {background: rgba(0,0,0,.26);}
.search-inline-player-audio .audioplayer-volume-adjust > div > div {background: #2f261a;}
.search-inline-player-audio .audioplayer-playpause a,
.search-inline-player-audio .audioplayer-volume-button a {
	background-color: #2f261a;
}
.search-inline-player-audio .audioplayer-playpause a:before,
.search-inline-player-audio .audioplayer-volume-button a:before {
	color: #f5b53e;
}

.pod-search-hero {padding: 24px 26px; border-radius: 24px; background: linear-gradient(135deg, rgba(254,172,2,.22), rgba(255,233,147,.08)); border: 1px solid rgba(255,233,147,.1); box-shadow: 0 20px 50px rgba(0,0,0,.22);}
.pod-search-hero p {margin-top: 10px; color: rgba(240,239,227,.72); line-height: 1.7;}
.pod-search-card {padding: 22px 24px; border-radius: 22px; background: rgba(14,14,14,.78); border: 1px solid rgba(255,255,255,.06); box-shadow: 0 18px 40px rgba(0,0,0,.2);}
.pod-search-card + .pod-search-card {margin-top: 24px;}
.pod-search-grid {display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px;}
.pod-search-links {display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px;}
.pod-search-link {display: block; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); color: #f0efe3; transition: transform .2s, border-color .2s, background-color .2s;}
.pod-search-link strong {display: block; color: #ffe993; font-size: 15px;}
.pod-search-link span {display: block; margin-top: 5px; font-size: 12px; color: rgba(240,239,227,.6);}
.pod-search-link:hover {transform: translateY(-2px); background: rgba(255,255,255,.06); border-color: rgba(254,172,2,.32);}
.pod-search-side-list {overflow: hidden;}
.pod-search-side-list li + li {margin-top: 8px;}
.pod-search-side-list > a,
.pod-search-side-list > span,
.pod-search-side-list > li > a,
.pod-search-side-list > li > span {display: block; padding: 10px 12px; border-radius: 14px; background: rgba(255,255,255,.03);}
.pod-search-side-list .popular {margin-bottom: 0; max-width: 100%;}
.pod-search-side-list .popular-desc {padding-right: 4px;}
.pod-top-track {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 34px;
	padding: 6px 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.06);
	transition: color .18s ease, border-color .18s ease, transform .18s ease;
	overflow: hidden;
}
.pod-top-track + .pod-top-track {margin-top: 0;}
.pod-top-track:last-child {border-bottom: 0;}
.pod-top-track:hover {
	border-color: rgba(254,172,2,.22);
	transform: translateX(2px);
}
.pod-top-track-dot {
	flex: 0 0 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255,233,147,.72);
}
.pod-top-track-line {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.35;
}
.pod-top-track-artist {font-size: 13px; color: rgba(240,239,227,.58);}
.pod-top-track-sep {display: inline-block; margin: 0 5px; color: rgba(240,239,227,.32);}
.pod-top-track-song {font-weight: 700; color: #f0efe3;}

.pod-track-card {padding: 26px; border-radius: 24px; background: rgba(14,14,14,.82); border: 1px solid rgba(255,255,255,.06); box-shadow: 0 22px 50px rgba(0,0,0,.22);}
.pod-track-grid {display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 24px; align-items: start;}
.pod-track-cover {border-radius: 26px; overflow: hidden; background: linear-gradient(160deg, rgba(254,172,2,.22), rgba(255,233,147,.04)); min-height: 220px; display: flex; align-items: center; justify-content: center;}
.pod-track-cover .fa {font-size: 66px; color: #ffe993;}
.pod-track-meta {min-width: 0;}
.pod-track-meta h1 {font-size: 30px; line-height: 1.2; color: #ffe993; margin: 0 0 14px; word-break: break-word;}
.pod-track-caption {color: rgba(240,239,227,.7); line-height: 1.75; margin-bottom: 18px;}
.pod-track-actions {display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 18px;}
.pod-download-btn {min-width: 240px;}
.pod-track-info {display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0 0 22px;}
.pod-track-info li {padding: 13px 14px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.05);}
.pod-track-info span {display: block; margin-bottom: 6px; color: rgba(240,239,227,.55); font-size: 12px; text-transform: uppercase; letter-spacing: .04em;}
.pod-player-wrap {margin-top: 6px;}
.pod-player-wrap .listen {margin-bottom: 12px;}
.pod-player-wrap .listen h3 {font-size: 18px; color: #ffe993;}
.pod-player-wrap .fbtn-player {border-radius: 18px; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);}
.pod-recommendations {margin-top: 24px;}
.pod-track-story {padding: 18px 20px;}
.pod-track-poster {border-radius: 22px; overflow: hidden;}
.pod-track-poster .pod-track-cover {min-height: 220px; height: 220px;}
.sections .sect + .sect {margin-top: 24px;}

.popular {
	display: block;
	padding: 8px 0;
}

.footline {
	margin-top: 28px;
	border-top-color: rgba(255,255,255,0.08);
}

.ftbtm,
.ftdesc {
	color: rgba(240,239,227,0.55);
}

@media screen and (max-width: 760px) {
	.block.center {
		padding: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.sections .sect,
	.sect1,
	.side-box,
	main {
		border-radius: 16px;
	}

	.pod-search-hero, .pod-search-card, .pod-track-card {
		padding: 14px;
	}

	.pod-track-grid {
		grid-template-columns: 1fr;
	}

	.col-left {
		width: 100%;
		margin-right: 0;
		flex: 1 1 100%;
	}

	.tright {
		width: 180px;
		height: 180px;
		margin: 20px auto 0 auto;
	}

	.topline {
		padding: 8px 0;
	}

	.logo {
		width: auto;
		max-width: 180px;
		margin-right: 12px;
	}

	.cols {
		padding: 14px 0 18px;
	}

	main {
		padding: 16px;
	}

	.sections .sect,
	.sect1 {
		padding: 16px;
	}

	.side-box {
		padding: 14px;
	}

	.finfo li {
		padding: 10px 10px 10px 130px;
	}

	.finfo li > span:first-child {
		left: 10px;
		top: 10px;
		max-width: 110px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pod-track-story {
		padding: 14px;
	}

	.search-results-list {
		margin-top: 16px;
	}

	.pod-track-meta h1 {
		font-size: 22px;
	}

	.pod-track-info {
		grid-template-columns: 1fr;
	}

	.pod-download-btn {
		min-width: 0;
		width: 100%;
	}

	.search-inline-player {
		padding-left: 0;
	}

	.search-inline-player-audio .audioplayer {
		flex-wrap: wrap;
	}

	.search-inline-player-audio .audioplayer-bar {
		flex-basis: 100%;
		width: 100%;
	}

	.short:hover {
		transform: none;
	}
}

@media screen and (max-width: 590px) {
	body {
		padding: 0;
	}

	.center {
		max-width: 100%;
		width: 100%;
	}

	.wrap {
		padding: 0 8px 12px;
	}

	.topline {
		display: block;
	}

	.search-wrap {
		margin-top: 10px;
	}

	main {
		padding: 12px;
	}

	.sections .sect,
	.sect1,
	.pod-search-hero,
	.pod-search-card,
	.pod-track-card,
	.side-box {
		padding: 12px;
		border-radius: 14px;
	}

	.short {
		padding: 12px 0;
	}

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

	.short-artist {
		font-size: 15px;
	}

	.short-title {
		font-size: 13px;
	}

	.pod-top-track {
		min-height: 32px;
	}
}

@media screen and (max-width: 470px) {
	.wrap {
		padding: 0 6px 10px;
	}

	.logo {
		max-width: 150px;
	}

	.search-box input,
	.search-box input:focus {
		height: 42px;
		line-height: 42px;
		padding: 0 48px 0 14px;
	}

	.search-box button {
		width: 34px;
	}

	.finfo li {
		padding-left: 108px;
	}

	.finfo li > span:first-child {
		max-width: 88px;
	}
}








