/* ===== Blue Koi Unified Palette ===== */
:root{
  --bg: #F3F6FB;
  --card: #FFFFFF;
  --border: #E2E7F0;
  --text: #222222;
  --text-muted: #6B7280;

  --primary: #4B528B;
  --primary-600: #444B80;
  --primary-700: #3A416F;
  --primary-800: #2F365C;

  --soft: #E9ECF7;
  --soft-2: #EEF2FA;
}

/* ===== resets and all ===== */
* {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;}

body {font: 14px 'Manrope', sans-serif; line-height: normal; padding: 0; margin: 0; color: var(--text); background-color: var(--bg); min-height: 100%; width: 100%; font-weight: 400;}
a {color: var(--primary); text-decoration: none;}
a:hover, a:focus, .track-desc:hover > *, .side-item:hover * {color: var(--primary-600); 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: 14px; font-family: 'Manrope' !important;}

/* ===== buttons ===== */
.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: var(--primary); 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: var(--primary-600); 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);}

/* ===== inputs ===== */
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 var(--border), 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 var(--primary), 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}

/* ===== images ===== */
.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;}

/* ===== flex util ===== */
.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, .mp3-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;}
.trend-title {color: var(--text); font-weight:500}

#dle-content > *:not(.album-item):not(.collection-item) {width: 100%;}
.wrap {min-width:320px; position: relative; padding: 30px;}
.wrap-center {max-width:1120px; margin:0 auto; position:relative; z-index:20; overflow: hidden; box-shadow: 10px 15px -15px rgba(0,0,0,0.3); border-radius: 6px; background-color: var(--card);}

.header {padding: 20px 40px; background-color: var(--card); box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.sect-podb {padding: 40px 40px 0px 40px;}
.col-main {min-height: 100vh; padding: 40px;}
.col-left {width: 320px; padding: 40px; border-right:1px solid var(--border);}
.gol-left {width: 320px; padding: 40px; border-right:1px solid var(--border);}

/* footer to'q-ko'k emas, sof bir xil gama */
.footer {background: var(--primary-800); color: #fff; padding: 20px 40px; line-height: 1.5;}
.footer-copyright {font-weight: 600; font-size: 15px; color: #fff; margin-bottom: 6px;}
.footer a {color: #fff; border-bottom: 1px dotted #fff;}

/* logo */
.logo {font-size:28px; line-height: 1; color:#3A416F; font-weight: 800}
.logo img {height:30px; margin-right: 10px;}
.logo span:not(.logo-domain) {background-color: var(--primary); color: rgba(255,255,255,0.9); display: inline-block; padding: 0 8px; margin: 0 3px; height: 36px; line-height: 36px;}
.logo span.logo-domain {color: #A9B4CC;}

/* search */
.search-wrap {position: relative; width: 400px;}
.search-box input, .search-box input:focus {padding: 0 60px 0 20px; border-radius:4px; box-shadow: none; border: 0; background:var(--bg); color: #2B2F36;}
.search-box input:not(:focus)::placeholder {color: #8992a4; opacity: 1; font-size: 13px;}
.search-box button {position:absolute; right:0; top:0px; z-index:10; width: 60px; cursor: pointer; background: none; color: #2B2F36; text-align: center; border-radius: 0; line-height: 40px; font-size: 16px;}

/* sections */
.sect:not(:last-child) {margin-bottom: 30px; position: relative;}
.sect-header {margin-bottom: 20px;}
.sect-title {font-size: 24px; font-weight:800; width: 100%; margin-bottom:20px}
.sect-title span {display: inline-block; position: relative; z-index: 5;}
.sect-col {width: 100%;}
.sect-col + .sect-col {margin-top: 40px;}
.sect-items {margin: 0 -10px -20px -10px;}

/* site desc */
.site-desc {line-height: 1.75; color: var(--text-muted); background-color: var(--soft-2); padding: 40px;}
.site-desc h1, .site-desc h2 {font-size: 18px; font-weight: 500; margin-bottom: 15px; color: #2B2F36;}
.site-desc li {list-style-type: disc; margin-left: 40px;}
.site-desc a {color: var(--primary); text-decoration: underline;}
.site-desc p, .site-desc ul {margin-bottom: 15px;}

/* album cards */
.album-item {width:24.2%}
.album-item a, .album-item a:hover {color: #ffffff!important}
.album-in {display: block; border-radius:4px}
.album-in.img-resp {padding-top:70%}
.album-desc {position:relative; z-index: 5; left: 0; right: 0; bottom: 0; padding: 10px}
.album-in:after {
  content: ''; position: absolute; z-index: 3; left: 0; bottom: 0; width: 100%; height: 70%;
  /* gradient faqat Blue Koi RGB: 75,82,139 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(75,82,139,0.25) 50%, rgba(75,82,139,0.9) 100%); pointer-events: none;
}
.album-title {font-size:13px; font-weight:600; color:#fff}
.album-subtitle {font-size: 13px; opacity:.85}

/* tracks list */
.track-item:not(:last-child) {margin-bottom: 10px; border-bottom: 1px solid var(--border);}
.track-item {position: relative; height: 60px; padding-bottom: 10px;}
.article.full .track-item .track-img {margin-left:0}
.track-img {margin-left: 40px; width: 48px; height: 48px; margin-right: 14px; border-radius: 4px;}
.track-play {z-index:4; cursor: pointer; color: #fff; font-size: 24px; width: 18px; position: absolute; margin-right: 20px; top: 8px; left: 18px; opacity:0}
.track-item:hover .track-play, .track-item:hover .track-img:before, .js-item-played .track-play {opacity:1}
.track-img:before {transition:all .4s; position:absolute; z-index:3; content:''; background:rgba(0,0,0,.35); width:100%; height:100%; top:0; left:0; opacity:0}
.track-title {font-size: 14px}
.mp3-title {font-size: 14px}
.track-time {opacity: 0.6; font-size: 14px; padding-right: 5px; text-align: right}
.track-subtitle {color: var(--text-muted); margin-top: 6px;}
.side-top-item .track-subtitle {margin-top:0}
.js-item-played .fa-play-circle:before {content: '\f04c';}
.track-play:hover, .js-item-played .track-play {color:#fff}
.track-count {position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-weight: 800; opacity:.75; color: var(--primary); font-size: 20px; margin-top: -5px;}

/* sidebar */
div.sect-title span {font-size: 20px;}
.side-box:not(:last-child) {margin-bottom: 40px;}
.side-box-title {font-size:18px; font-weight: 800; margin-bottom:20px;}
.june-box:not(:last-child) {margin-bottom: 40px;}
.june-box-title {font-size:18px; font-weight: 800; margin-bottom:20px;}
.side-nav a {display: block; position: relative; font-size: 14px; white-space: nowrap;}
.side-nav a:before {content:"\f660"; font-weight:300; margin-right:8px; font-family:'Font Awesome 6 Pro'; top: -1px; color:var(--primary); font-size: 16px}
.side-nav li + li {margin-top: 15px;}
.side-nav li a [class*=fa-] {position: absolute; left: 0; top: -1px; color: var(--primary); 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: 15px;}
.side-top-item-img {border-radius: 4px; 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: var(--primary); color: #fff; text-transform: uppercase; font-weight: 600;}
.side-top-item .track-play {position: relative; color:var(--primary); opacity: 1; left: 0; font-size: 18px; top: 0; margin-right:8px}

/* pagination */
.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: 32px; min-width: 32px; background-color: var(--soft); font-size: 16px;
}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:var(--primary); color: #fff;}

/* ===== player ===== */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 990; background-color: var(--primary-700); color: #fff; box-shadow: 0 -15px 30px rgba(0,0,0,0.2)}
.audioplayer {max-width: 1140px; 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: var(--soft); 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: var(--primary-800);}
.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: #fff; 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: var(--primary); position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}
.ap-dl {font-size:18px; 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:4px;}
.ap-artist {margin-top: 5px; opacity: 0.7;}
.ap-title {font-size:14px}
.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; line-height: 30px; 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: rgba(255,255,255,0.1)}
.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;}

/* file/track info bloklari */
.podinfo {margin: 20px 0px; padding: 20px; line-height: 21px; border-radius: 4px; background-color:var(--bg)}
.podinfo b {font-weight: normal;}
.fullinfo {margin: 20px 0px; padding: 20px; line-height: 21px; border-radius: 4px; background-color:var(--bg)}
.fullinfo b {font-weight: normal;}
.fright {width: 340px; margin-left: 20px;}
.fimg {width: 170px; height: 170px; margin-right: 24px; border-radius: 4px;}
.fctrl {margin-top: 26px;}
.finfo li {font-size: 14px; line-height: 1.8; margin: 3px 0; padding-left: 200px; position: relative;}
.finfo li > span:first-child {display: inline-block; width: 150px; color: var(--text-muted); position: absolute; left: 0; top: 0;}
.finfo li:last-child {margin-bottom: 0;}
.fcaption {line-height: 1.5;}
.fplay {width:48%; height: 40px; border-radius: 4px; cursor: pointer; overflow: hidden; background: var(--primary); 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 {width:48%; background-color:var(--primary-600); color: #fff;}
.show-text {text-decoration: underline; color:var(--primary); cursor: pointer; position: absolute; bottom: 0px; left: 0%; z-index: 5;}

/* full text */
.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;}
.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:var(--primary);}
.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;}

/* offcanvas/overlay */
.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:var(--card); 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: var(--primary-800); 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 ===== */
@media screen and (max-width: 1220px) {
  body, .header {background-image: none;}
  .wrap {padding: 0; overflow: hidden;}
  .wrap-center {max-width:1000px; border-radius: 0;}
  .col-left {display: none;}
  .gol-left {display: none;}
  .btn-menu {display: block; font-size: 20px; margin-left: 15px; cursor: pointer; text-align: center; background-color: var(--primary); color:#fff; width: 40px; height: 40px; border-radius:4px; 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) {
  .album-item {width:49%}
  .album-item:nth-child(-n+2) {margin-bottom:10px}
  .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 {justify-content: flex-start;-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, .fdl {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: var(--primary); 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;}
  .fctrl, .fmid {width: 100%; margin: 0; margin-top: 20px;}
  .track-item.sect-col {margin: 0 0 10px 0;}
  .dcont button {font-size:12px; padding:0 15px !important;}
}
@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: 24px;}
  .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;}
}
