/* Datalife Engine template 
by: redissx (E-mail: redissx@gmail.com, Website: webrambo.ru ),
name: New Music,
creation date: 19 june 2020, 
version dle: 12-14

*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
/* 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: 'Rubik';
    src: url('../webfonts/ProximaNova-Regular.woff') format('woff');
    font-weight: 400; font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('../webfonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600; font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('../webfonts/ProximaNova-Bold.woff') format('woff');
    font-weight: 700; font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('../webfonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: 800; font-style: normal;
}
*/
body {font: 15px 'Rubik', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #ffffff; background-color: #292f2f; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #ffffff; text-decoration: none;}
a:hover, a:focus, .track-desc:hover > *, .side-item:hover *, .album-in:hover * {color: #E1B947; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; 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: 15px; font-family: 'Rubik' !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: 4px; cursor: pointer; font-weight: 400; box-shadow: none;
background-color: #E1B947; 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: #E1B947; 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;}

.fx-row, #dle-content {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start, #dle-content {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 700;}
.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, .side-nav a, .collection-in::before, .wplayer, .audioplayer, 
.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: 700;}
#dle-content > *:not(.album-item):not(.collection-item) {width: 100%;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding: 0px;}
.wrap-center {max-width:1080px; margin:0 auto; position:relative; z-index:20; overflow: hidden; background-color: #181C1F;}
.header {padding: 30px 40px; background-color: #181C1F; box-shadow: 0 0 15px rgba(0,0,0,0.6);}
.sect-podb {padding: 40px 40px 0px 40px;}
.col-main {min-height: 100vh; padding: 40px;}
.col-left {width: 306px; padding: 40px 40px 40px 0px;}
.footer {background: #181C1F url(../images/logot.svg) 40px center / 90px no-repeat; 
	color: #D3D2D5; padding: 20px 40px 20px 170px; line-height: 1.5; border-top: 3px solid #1E2428;}
.footer-copyright {font-weight: 600; font-size: 15px; color: #fff; margin-bottom: 6px;}
.footer-copyright a {color: #fff; border-bottom: 1px dotted #fff;}


/* HEADER
----------------------------------------------- */
/*.logo {display: block; height: 40px; line-height: 40px; color: #333 !important;
	font-size: 30px; font-weight: 800; text-transform: uppercase;
background: url(../images/logo.svg) 0 center / 40px no-repeat; padding-left: 50px;}
.logo span:not(.logo-domain) {background-color: #E1B947; color: rgba(0,0,0,0.6); 
	display: inline-block; padding: 0 8px; margin: 0 3px; height: 36px; line-height: 36px;}*/
.logo span.logo-domain {color: #ccc;}
.search-wrap {position: relative; width: 400px;}
.search-box input, .search-box input:focus {padding: 0 60px 0 20px; border-radius: 20px; 
	box-shadow: none; border: 0; background: #292F33; color: #D3D2D5; font-size: 14px;}
.search-box input:not(:focus)::placeholder {color: #D3D2D5; opacity: 1; font-size: 14px;} 
.search-box button {position:absolute; right:0; top:0px; z-index:10; width: 60px; cursor: pointer; 
background: none; color: #D3D2D5; text-align: center; border-radius: 0; line-height: 40px; font-size: 16px;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 40px; position: relative;}
.sect-header {margin-bottom: 20px;}
.sect-title {font-size: 20px; font-weight: 700; display: inline-block; position: relative;}
h1.sect-title {margin-bottom: 24px; font-size: 22px;}
.sect-title span {display: inline-block; position: relative; z-index: 5;}
/*.sect-title:before {content: ''; background-color: #E1B947; height: 10px; 
position: absolute; left: 0; bottom: 2px; right: 0;}*/
/*.sect-col {width: calc((100% - 40px)/2);}*/
/*.sect .sect-col + .sect-col {margin-top: 40px;}*/
.sect-col + .sect-col .sect-title {margin-top: 40px;}
.sect-col {width: 100%;}
.sect-items {margin: 0 -10px -20px -10px;}
.site-desc {line-height: 1.75; color: #5c5c5c; background-color: #f6f6f6; padding: 40px;}
.site-desc h1, .site-desc h2 {font-size: 18px; font-weight: 500; margin-bottom: 15px; color: #333;}
.site-desc li {list-style-type: disc; margin-left: 40px;}
.site-desc a {color: #E1B947; text-decoration: underline;}
.site-desc p, .site-desc ul {margin-bottom: 15px;}


/* COLLECTION ITEM
----------------------------------------------- */
.collection-item {padding: 0 10px; margin-bottom: 20px; width: 33.33%; position: relative;}
.collection-in {display: block; height: 140px; position: relative; z-index: 5;}
.collection-in img {border-radius: 6px;}
.collection-title {position: absolute; left: 0; right: 0; bottom: 0; z-index: 5;
font-weight: 500; padding: 10px; line-height: 24px; font-size: 14px; overflow: hidden;}
.collection-title p {display: inline; background-color: #E1B947; box-decoration-break: clone; 
	box-shadow: 0 0 0 3px #E1B947; padding: 0px 5px; color: rgba(0,0,0,0.5);}
.sect-podb .collection-item {width: 25%;}
.sect-podb .collection-title {padding-right: 40%;}


/* TRACK ITEM
----------------------------------------------- */
/*.track-item:not(:last-child) {margin-bottom: 10px; border-bottom: 1px solid #e3e3e3; }*/
.track-item:first-child {border-top-left-radius: 6px; border-top-right-radius: 6px;}
.track-item:last-child {border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-bottom: 0px;}
.track-item {background-color: #1E2428; position: relative; height: 80px; padding: 12px; border-bottom: 1px solid #293035;}
.track-img {width: 50px; height: 50px; margin-right: 12px; border-radius: 6px;}
.track-play {cursor: pointer; color: #E1B947; font-size: 24px; margin-right: 20px; margin-left: 12px;}
.track-title {font-size: 15px; font-weight: 500;}
.track-subtitle {color: #D3D2D5; margin-top: 6px; font-size: 15px;}
.js-item-played .fa-play-circle:before {content: '\f04c';}
.track-play:hover, .js-item-played .track-play {color: #E1B947;}
.sect-count .track-item {padding-right: 50px;}
.track-count {position: absolute; right: 0; top: 50%; transform: translateY(-50%); 
font-weight: 800; color: #E1B947; font-size: 18px; margin-right: 12px;}

.sect-content {border-radius: 6px;}

/* SIDEBAR
----------------------------------------------- */
.side-box:not(:last-child) {margin-bottom: 40px;}
.side-box-title {font-size: 20px; font-weight: 700; margin-bottom: 20px;}

.side-nav a {display: block; position: relative; padding-left: 38px; font-size: 15px; white-space: nowrap;}
.side-nav li + li {margin-top: 15px;}
.side-nav li a [class*=fa-] {position: absolute; left: 0; top: -1px; color: #E1B947; font-size: 18px;}
.side-nav li a [class*=fa-circle] {top: 5px; left: 6px; font-size: 8px;}

.side-top-item:not(:last-child) {margin-bottom: 20px;}
.side-top-item-img {width: 40px; height: 40px; margin-right: 15px;}
.side-letter {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 5; font-size: 17px;
	text-align: center; background-color: #000; color: #fff; text-transform: uppercase; font-weight: 600;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {margin-bottom: -10px; padding-top: 30px;}
.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: #1E2428; font-size: 15px;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:#E1B947; color: #fff;}


/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 990; 
	background-color: #E1B947; color: #fff; box-shadow: 0 -15px 30px rgba(0,0,0,0.2); 
	background: linear-gradient(135deg, #E1B947 0%,#be2edd 100%);}
.audioplayer {max-width: 1100px; margin: 0 auto; height: 80px; padding: 10px 20px 10px 10px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: absolute; left: 0px; right: 0px; top: -6px; height: 6px; 
	background-color: #d776d5; overflow: hidden;}
.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: #E1B947;}
.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: #fff; opacity: 0.7; 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: #E1B947; 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: rgba(0,0,0,0.3); overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #E1B947; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}
.ap-dl {font-size: 24px; color: #fff; margin-left: 20px;}
.ap-time {font-size: 12px; opacity: 0.7; 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 {margin-top: 5px; opacity: 0.7;}
.ap-title {font-size: 16px;}
.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: rgba(255,255,255,0.2); color: #fff;}
.ap-prev, .ap-next {cursor: pointer; color: #fff; background-color: rgba(255,255,255,0.2); 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: #E1B947; color: #5c5c5c;}
.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;}
.podinfo {margin: 20px 0px; line-height: 22px; font-size: 14px;}
.podinfo b {font-weight: normal;}

/* FULL
----------------------------------------------- */
/*.fright {width: 340px; margin-left: 20px;}*/
.fright {width: 100%; margin-top: 30px;}
.fimg {width: 180px; height: 180px; margin-right: 24px;}
.fimg img {border-radius: 6px;}
.fctrl {margin-top: 30px;/* background-color: #1E2428; padding: 20px; border-radius: 6px;*/}
.finfo li {font-size: 14px; line-height: 2.2; padding-left: 150px; position: relative;}
.finfo li > span:first-child {display: inline-block; width: 150px; color: #E1B947; position: absolute; left: 0; top: 0;}
.finfo li:last-child {margin-bottom: 0;}
.fcaption {line-height: 1.5;}

.fplay {height: 40px; border-radius: 4px; cursor: pointer; overflow: hidden;
	background: linear-gradient(135deg, #E1B947 0%,#be2edd 100%); color: #fff;
	position: relative; padding: 0 20px 0 50px; line-height: 40px;}
.fplay .track-play {opacity: 1; width: 40px; height: 40px; line-height: 40px; font-size: 12px; text-align: center;
background-color: rgba(0,0,0,0.15); color: #fff; position: absolute; left: 0; top: 0; margin: 0;}
.js-item-played .fa-play:before {content: '\f04c';}
.fplay:hover, .fdl:hover {box-shadow: 0 6px 15px rgba(0,0,0,0); background-size: 200%;}
.fdl {background-color: #E1B947; color: rgba(0,0,0,0.6); font-weight: bold;}

.show-text {cursor: pointer; text-decoration: underline; color: #E1B947; cursor: pointer; 
position: absolute; bottom: 0px; left: 0%; 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 90%, #fff 100%);}
.ftext, .sect1 {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; background-color: #1E2428; padding: 20px; border-radius: 6px;}
.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;}
.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.8; background-color: #000; cursor: pointer;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#1E2428;
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; 
background-color: #e84e36; color: #fff; transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .header-menu {display: block; margin: 0; padding: 0; margin-bottom: 30px;}
.side-panel .header-menu a {margin: 0; line-height: 40px;}

@media screen and (max-width: 1220px) {
body, .header {background-image: none;}
.wrap {padding: 0; overflow: hidden;}
.wrap-center {max-width:1080px; border-radius: 0;}
.col-left {display: none;}
.btn-menu {display: block; font-size: 20px; margin-left: 15px; cursor: pointer; text-align: center;
	background-color: #E1B947; color: rgba(0,0,0,0.6); width: 40px; height: 40px; line-height: 40px;}
.sect-podb .sect-content {white-space: nowrap; overflow-y: hidden; overflow-x: auto; margin: 0; display: block;}
.sect-podb .collection-item {width: 240px; padding: 0; margin-right: 17px; 
	display: inline-block; vertical-align: top;}
.sect-podb .collection-title {white-space: normal;}
.logo {font-size: 20px;}
.search-wrap {width: 300px;}

.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;}
.col-main {padding: 20px;}
.header, .site-desc, .sect-podb {padding: 20px;}
.footer {display: block; text-align: center; background-image: none; padding: 20px;}
.footer-counter {margin-top: 30px; justify-content: center;}
.fright {width: 100%; margin: 0; margin-top: 20px;}
.sect-podb {padding-bottom: 0;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%; 
	margin: 0; margin-top: 10px;}
.logo {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px; margin-right: 20px; padding-right: 0; border: 0; height: 60px; line-height: 60px;}
.sect-col {width: 100%;}
.sect-col + .sect-col {margin-top: 20px;}
.collection-item {width: 50%;}
.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: #E1B947; box-shadow: 0 0 30px rgba(0,0,0,0.1); visibility: hidden;}
.ap-mob-btn {display: block; cursor: pointer; font-size: 28px; color: #fff;}
.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; display: none;}
.fctrl, .fmid {width: 100%; margin: 0; margin-bottom: 20px;}
/*.track-item.sect-col {margin: 0 0 10px 0;}*/

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.fplay {width: 100%; margin-bottom: 20px;}

.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;}
.sect-title {font-size: 20px;}
.collection-item {width: 100%;}
.sect {margin-bottom: 20px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
