
/* 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;}

body {font: 15px 'Rubik', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #FFFFFF; background-color: #1c342f; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #FFFFFF; text-decoration: none;}
a:hover {color: #FFE53A; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 600; 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: 'Rubik' !important;}

.button, .btn, .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 {
display: inline-block; text-align: center; padding: 0 30px; height: 50px; line-height: 50px;
border-radius: 20px; cursor: pointer; font-size: 16px; font-weight: 600;
background-color: #FFE53A;}
.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):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{/*background: #66A651;*/ color: #fff;}
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: 50px; line-height: 50px; 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 {width: 100%; background-color: #1c342f; color: #ffffff;}
textarea {width: 100%; background-color: #1c342f; color: #19282C; 
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: #ffffff; opacity: 1; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit, .img-resp-sq {overflow: hidden; position: relative;}
.img-resp {padding-top: 70%;}
.img-resp-vert {padding-top: 140%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-sq 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 {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 {-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: 600;}
.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, .side-nav a {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 20px; font-size: 24px !important;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding-bottom: 120px;}
.wrap-center {max-width:1140px; background-color: #182e2a; margin:0 auto; padding: 30px; position:relative; z-index:20; min-height: 100vh;}
.content {background-color: #f2f6f8; position: relative; z-index: 30;}
.header {max-width:1140px; background-color: #182e2a; padding: 30px 30px; border-bottom: 2px solid #1d3b35; margin:0 auto;}
.sidebar {width: 280px; margin-right: 30px;}
.footer {border-top: 2px solid #1D2939; padding: 15px 0; line-height: 1.6; color: #86a6a0; margin-top: 60px;}
.footer a {color: #FFE53A; text-decoration: underline;}

#gotop{position:fixed; width:60px; height:40px; line-height:40px; right:10px; bottom:90px;
z-index:990; display:none; background-color:#1c342f; color:#fff; cursor:pointer; font-size:18px; 
border-radius:4px; text-align:center;}


/* HEADER, SIDEBAR
----------------------------------------------- */
/*.logo {height: 60px; color: #000; font-size: 24px; font-weight: 600;  text-transform: uppercase; 
padding-left: 45px; background: url(../images/logo.svg) 0 center / 30px no-repeat; margin-right: 20px;}
.logo span {background-color: #FFE53A; color: #fff; 
	display: inline-block; vertical-align: top; padding: 0 10px; font-weight: 800;}*/
.logo div + div {font-size: 12px; color: #86a6a0; margin-top: 5px; text-transform: none; font-weight: 400;}
.hshare > * {width: 30px; height: 30px; line-height: 30px !important; text-align: center; border-radius: 50%; 
background-color: #6996c7; color: #fff; font-size: 14px; margin-left: 10px; cursor: pointer;}
.hshare > .fa-facebook-f {background-color: #496194;}
.hshare > .fa-odnoklassniki {background-color: #ff9c43;}
.hshare > .fa-twitter {background-color: #28c3ff;}
.hshare .fa-facebook-f::before {content: "\f39e" !important;}
.search-wrap {margin-left: 70px;}
.search-box {position:relative;}
.search-box input, .search-box input:focus {padding: 0 50px 0 30px; border-radius: 25px; box-shadow: none;}
.search-box input:not(:focus)::placeholder {opacity: 0.7; font-size: 14px;} 
.search-box button {position:absolute; right:8px; top:0; z-index:10; width: 50px;
background:transparent !important; color:#ffffff !important; 
font-size: 16px !important; padding: 0 !important; box-shadow: none !important;}
.singder {color: #FFFFFF;}
.side-bt {font-weight: 600; margin-bottom: 20px; font-size: 22px; border-left: 4px solid #FFE53A;
padding-left: 10px;}
.side-nav > li:not(:last-child) {margin-bottom: 20px;}
.side-nav > li > a {font-weight: 500; padding-left: 40px; position: relative;}
.side-nav [class*=myicon-] {color: #FFE53A; font-size: 18px; display: block; position: absolute; left: 0; top: 0;}
.side-box {background-color: #1c342f; padding: 10px; border-radius: 8px;}
.side-menu {background-color: #1B4332; padding: 20px; border-radius: 8px;}
.topside-item {position: relative; margin-bottom: 10px; padding: 10px; border-radius: 3px; border-bottom: 1px solid #223c38;}
.topside-in {display: block; line-height: 20px;}
.topside-item span {color: #86a6a0;}
.topside-item .snd-count {position: absolute; left: 0; top: 1px; width: 30px; height: 20px; text-align: center; 
font-size: 12px; border: 1px solid #FFE53A; color: #FFE53A; line-height: 19px; border-radius: 3px;}
.songder {margin-top: 4px; color: #86a6a0;}
.singder {font-weight: 500;}
.to-mob + .to-mob {margin-top: 40px}
/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 30px;}
.sect-col {width: 100%; background-color: #1c342f; border-radius: 8px;}
.sect-content {background-color: #1c342f;  border-radius: 8px;}
.sect-title {font-size: 18px; font-weight: 700; margin-bottom: 20px; border-left: 4px solid #FFE53A; padding-left: 10px;}
h1.sect-title {font-size: 22px; font-weight: 700; margin-bottom: 20px; border-left: 4px solid #FFE53A; padding-left: 10px;}
.sect-link {padding: 0; display: block; font-size: 16px; border-bottom: 1px solid #FFE53A; margin: 20px auto 0 auto; color: #FFE53A;}


/* TRACK, TOP TRACK
----------------------------------------------- */
.snd-item, .top-item {position: relative;}
.top-desc, .snd-desc {display: block;}
.snd-title {font-weight: 500; font-size: 16px;}
.snd-subtitle, .top-subtitle {font-size: 16px; color: #86a6a0; margin-top: 8px;}
.snd-time {color: #86a6a0; font-size: 14px; margin-left: 20px;}
.snd-item .snd-play {cursor: pointer; width: 60px; height: 60px; line-height: 60px; text-align: center; 
	margin-right: 14px; color: #FFE53A !important; background-color: #1B4332 !important; border-radius: 50%;}
.related .snd-item .snd-play {cursor: pointer; width: 48px; height: 48px; line-height: 48px; text-align: center; 
	margin-right: 14px; color: #FFE53A !important; background-color: #1B4332 !important; border-radius: 50%;}
.js-item-played .fa-play:before {content: '\f04c';}
/*.snd-item.js-item-played, .snd-item:hover {background-color: #FFE53A;}
.snd-item.js-item-played *, .snd-item:hover * {color: #fff;}*/
.snd-item.js-item-played .snd-play *, .snd-item:hover .snd-play * {color: #FFE53A;}
.snd-item {padding: 14px; border-bottom: 1px solid #223c38;}

.top-item {width: 23.5%; text-align: center;}
.top-title {font-weight: 500; margin-bottom: 5px;}
.top-item .snd-play {width: 70px; height: 40px; line-height: 40px; text-align: center; border-radius: 4px; 
	color: #FFE53A; background-color: #FFE53A; font-size: 16px; cursor: pointer; margin: 0 auto 10px auto;}
.top-item .snd-count {position: absolute; left: 10px; top: 10px; 
	font-size: 18px; font-weight: 800; color: #FFE53A;}
.top-item .snd-play:hover, .top-item.js-item-played .snd-play {background-color: #FFE53A; color: #fff;}


.fas {padding-left: 4px;}
.top-side {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    margin-right: 14px;
    text-align: center;
    background-color: #1B4332;
    /*box-shadow: 0px 0px 8px -6px #000;*/
    border: 2px solid #1B4332;
}

.top-side::before {
    line-height: 40px;
    counter-increment: counter-name+1;
    content: "#" counter(counter-name);
    background: none;
    font-weight: 500;
    color: #FFE53A;
}

.side-box {
	counter-reset: counter-name;
}



.speedbar .fa {
    font-size: 12px;
    margin: 0px 5px;
}

/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997; background-color: #1c342f;}
.audioplayer {max-width: 1140px; width: calc(100% - 40px); margin: 0 auto; height: 70px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 6px; width: 600px; background-color: #223c38; border-radius: 0px; margin-left: 20px;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; 
	background-color: rgba(0,0,0,0.1); border-radius: 3px;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; border-radius: 3px; background-color: #FFE53A;}
.audioplayer-bar-played:before {content: ''; background-color: #FFE53A; width: 16px; height: 16px; border-radius: 50%; 
position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 3;}

.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: #86a6a0; 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: #1B4332; padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px; 
position: relative; cursor: pointer; background-color: #eee; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #FFE53A; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}

.ap-dl {font-size: 18px; color: #86a6a0; margin-left: 20px;}
.ap-time {font-size: 12px; color: #86a6a0; 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: 3px;}
.ap-artist {font-size: 14px; margin-top: 5px; color: #86a6a0;}
.ap-title {font-size: 15px; color: #fff; font-weight: 500;}
.ap-btns {margin-right: 20px;}
.audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 50%; display: block; position: relative; margin: 0 20px; 
background-color: #FFE53A; color: #1B4332;}
.ap-prev, .ap-next {cursor: pointer; color: #ffffff; font-size: 18px;}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #FFE53A;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover {background-color: #FFE53A; color: #fff;}
.wplayer-init .audioplayer-playpause .far:before {content: '\f04b'; padding-left: 1px;}
.audioplayer-bar {position: absolute; left: 0; top: -6px; height: 6px; width: 100%; border-radius: 0; margin: 0;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.7; color: #5c5c5c; margin-top: 60px;}
.site-desc h1, .site-desc h2 {font-size: 18px; font-weight: 600; margin-bottom: 10px; color: #333;}
.site-desc li {list-style-type: disc; margin-left: 40px;}
.site-desc p {margin-bottom: 10px;}
.site-desc > *:last-child {margin-bottom: 0;}
.site-desc a {color: #06c; text-decoration: underline;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {padding-top: 20px;}
.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;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color: #FFE53A; color: #1B4332;}


/* FULL
----------------------------------------------- */
.speedbar {margin-top: 10px; font-size: 14px; color: #86a6a0;}
.fmain {margin-bottom: 30px; background-color: #1c342f; padding: 20px; border-radius: 8px;}
.fdesc {padding: 0px 20px;}
.fright {width: 200px;}
.fimg {width: 160px; height: 160px;}
.fimg img {border-radius: 4px;}
.article h1 {font-size: 24px; font-weight: 700; margin-bottom: 20px; border-left: 4px solid #FFE53A; padding-left: 10px;}
.article h1 span {color: #FFE53A; margin-bottom: 0px;}
h1.sect-title span {color: #FFE53A; margin-bottom: 0px;}
.fdesc h1 a {margin-left: 10px; font-size: 16px; opacity: 0.4;}
.fcaption {line-height: 1.3; font-size: 14px; margin-top: 20px; color: #86a6a0;}
.finfo {font-size: 14px; line-height: 2.2;}
.finfo li > span:first-child {color: #86a6a0; margin-right: 6px;}
.finfo a {color: #FFE53A;}
.ftext {margin-top: 20px; overflow-x: hidden; overflow-y: auto; max-height: 200px;}
.fplay {width: 100%; border-radius: 4px; margin-top: 20px; padding: 0; background-color: #1B4332; color: #fff !important; height: 46px; line-height: 42px; font-size: 14px; border: 2px solid #FFE53A;} 
.fdl {width: 100%; border-radius: 4px; margin-top: 20px; padding: 0; color: #1B4332 !important; }
.fdl {background-color: #FFE53A; height: 46px; line-height: 46px; font-size: 14px;}


/* 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.8; padding: 20px; font-size: 16px; color: #86a6a0;}
.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; font-size:20px; font-weight:400;}
.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;}

.full-taglist a {color:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.add-comms {margin-bottom: 20px;}
.ac-inputs input {width: 48.7%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {box-shadow: 0 10px 30px rgba(209, 221, 255, 0.05);}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 20px; color: #06c; font-size: 18px;}
.add-comms-btn {margin-bottom: 30px;}

.comm-avatar {position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%;}
.comm-letter {position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; 
background-color: #000; color: #fff; font-size: 18px; text-transform: uppercase;}
.comm-item {margin-bottom: 20px; font-size: 13px; padding-left: 50px; position: relative; min-height: 40px;}
.comm-two {margin: 10px 0;}
.comm-one > span {margin-right: 15px; color: #949494;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {color: #FFFFFF;}
.comm-three-left > a, .comm-three-right li a {opacity: 0.6;}
.comm-three-right li {display: inline-block; margin-left: 15px;}
.comm-rate3 {white-space:nowrap; margin-right: 15px; height: 20px; line-height: 20px; 
	display: inline-block; vertical-align: top; position: relative; top: -3px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; position: relative; opacity: 0.4;}
.comm-rate3 a:last-child {}
.comm-rate3 > span {margin: 0 5px;}
.comm-rate3 > span > span.ratingtypeplus {color: #06b601;}
.comm-rate3 > span > span.ratingplus {color: #95c613;}
.comm-rate3 > span > span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {border-bottom-color: transparent;}
.comm-three-left > a {opacity: 1; color: #06c; border-bottom: 1px dotted #06c;}


/* LOGIN
----------------------------------------------- */
.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.8; background-color: #000;}



/* ADAPTIVE
----------------------------------------------- */
.side-panel {width:300px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#1B4332;
padding: 20px 10px; 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: 300px; 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; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}

@media screen and (max-width: 1220px) {
body {background-image: none;}
.wrap {padding-bottom: 60px; overflow: hidden; padding-top: 0;}
.wrap-center {max-width:1140px; padding-left: 20px; padding-right: 20px; background-image: none;}
#gotop, .sidebar {display: none !important;}
.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: 40px; position: relative;}
.btn-menu {display: block; font-size: 28px; color: #ffffff; cursor: pointer; margin-left: 20px;}
.search-wrap {min-width: 100%; margin: 10px 0 0 0; -ms-flex-order: 10;-webkit-order: 10;order: 10;}
.btn-order {margin-left: 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;}
.sect-col {width: 100%;}

}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.hshare, .btn-order {display: none;}
.btn-menu {margin: 0;}
.footer {display: block; text-align: center;}
.footer-counter {display: inline-block; margin-top: 20px;}
.top-item {width: 48.2%;}
.logo img {width: 200px;}
.fright {width: 100%;}
.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;}
.sect-title {font-size: 20px;}
.audioplayer-volume, .ap-time, .ap-img {display: none;}
.audioplayer-playpause a {margin: 0 10px;}

.fmain {display: block; margin-left: -20px; margin-right: -20px;}
.fimg {margin: 15px auto; display: none;}
.fdesc h1 div {display: inline; margin-right: 6px;}
.fdesc h1 {font-size: 16px;}
.finfo {margin-right: -10px;}
.finfo li {display: inline-block; margin-right: 10px;}
.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;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}

@font-face {
	font-family: 'icomoon';
	src: url('../webfonts/icomoon.woff?sr7zzu') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="myicon-"], [class*=" myicon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .myicon-albums:before {
	content: "\e900";
  }
  .myicon-calendar-1:before {
	content: "\e901";
  }
  .myicon-download:before {
	content: "\e902";
  }
  .myicon-favorite:before {
	content: "\e903";
  }
  .myicon-genres:before {
	content: "\e904";
  }
  .myicon-genres2:before {
	content: "\e905";
  }
  .myicon-home-run:before {
	content: "\e906";
  }
  .myicon-hot:before {
	content: "\e907";
  }
  .myicon-like-2:before {
	content: "\e908";
  }
  .myicon-logo:before {
	content: "\e909";
  }
  .myicon-logo2:before {
	content: "\e912";
  }
  .myicon-music:before {
	content: "\e913";
  }
  .myicon-music2:before {
	content: "\e914";
  }
  .myicon-next-1:before {
	content: "\e915";
  }
  .myicon-next:before {
	content: "\e916";
  }
  .myicon-pause:before {
	content: "\e917";
  }
  .myicon-play:before {
	content: "\e918";
  }
  .myicon-play1:before {
	content: "\e919";
  }
  .myicon-radio:before {
	content: "\e91a";
  }
  .myicon-search-1:before {
	content: "\e91b";
  }
  .myicon-stop:before {
	content: "\e91c";
  }
  .myicon-volume:before {
	content: "\e91d";
  }
  