html {
	position: relative;
	min-height: 100%;
}
ul, ol, p {
	margin: 0;
	padding: 0;
}
b {
	font-weight: 400;
}
i {
	font-style: normal;
}
wbr {
	display: inline-block;
}

/* -- Top + Page -- */
#top-container,
#page-container {
	margin: 0;
	padding: 0;
	width: 100%;
}
#page-container {
	margin-bottom: 40px;
}

/* -- Body Custom + Branding -- */
.body-custom,
.body-branding {
	font-size: 12pt;
	line-height: 140%;
	color: rgba(0,0,0,1);
	background: rgba(238,238,238,1);
	font-family: Tahoma, Arial, sans-serif;
	padding-bottom: 150px;/* footer-fixed height */
}
.body-custom .container-main,
.body-branding .container-main {
	display: table;
	position: relative;
	margin: 10px auto 0 auto;
}
.body-custom .container-main .row,
.body-branding .container-main .row {
	display: table-cell;
	vertical-align: top;
	position: relative;
	z-index: 2000;
	width: 75%;
	height: 100%;
	margin: 0;
	padding: 0 10px 0 0;
}
@media (max-width: 768px) {
	.body-custom,
	.body-branding {
		padding-bottom: 0;
	}
}

/* -- Branding -- */
.body-branding .block-branding {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 170px;
	left: 0;
	width: 100%;
	height: 100%;
}
.body-branding .block-branding a {
	display: block;
	width: 100%;
	height: 100%;
}
.body-branding img.branding-counter {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
}

/* -- Block Ad + Branding -- */
.aside-ad-horizontal,
.aside-ad-vertical {
	display: block;
	position: relative;
	z-index: 2000;
	padding: 10px;
}
.aside-ad-horizontal {
	width: 100%;
	min-height: 110px;
	background: url("../images/cover-ad.jpg") 50% 0 no-repeat;
}
.container-main .aside-ad-horizontal {
	margin: 10px 0 10px 0;
}
.aside-ad-vertical {
	display: table-cell;
	vertical-align: top;
	width: 300px;
	width: 25%;
	height: 600px;
	white-space: nowrap;
}
.aside-ad-horizontal div,
.aside-ad-vertical div {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}
.aside-ad-horizontal iframe img,
.aside-ad-vertical iframe img {
	text-align: center;
}
.body-branding .aside-ad-vertical {
	display: none;
}
@media (max-width: 1024px) {
	.aside-ad-horizontal,
	.aside-ad-horizontal,
	.aside-ad-vertical,
	.aside-ad-vertical	{
		display: none;
	}
}

/* -- Navbar Header -- */
.navbar-custom {
	display: table;
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 2000;
	border: none;
	border-radius: 0;
	margin: 0 0 2px 0;
}
.navbar-custom.msk,
.navbar-custom.msk .navbar-collapse.collapse.in {
	background: rgba(177,0,0,1);
}
.navbar-custom.spb,
.navbar-custom.spb .navbar-collapse.collapse.in {
	background: rgba(0,102,204,1);
}
.navbar-custom.msk button.navbar-toggle .fa-bars {
	color: rgba(177,0,0,1);
}
.navbar-custom.spb button.navbar-toggle .fa-bars {
	color: rgba(0,102,204,1);
}
.navbar-custom button.navbar-toggle .fa-bars {
	font-weight: 700;
	background: rgba(255,255,255,1);
}
.navbar-custom button.navbar-toggle {
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 10px 0 10px 0;
	border-radius: 20px;
	border: none;
	background: rgba(255,255,255,1);
}
.navbar-custom.msk .navbar-brand,
.navbar-custom.spb .navbar-brand {
	display: block;
	float: left;
	width: 220px;
	height: 50px;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.navbar-custom.msk .navbar-brand a {
	display: block;
	width: 160px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url("../images/logo-msk-1.png") no-repeat;
}
.navbar-custom.spb .navbar-brand a {
	display: block;
	width: 140px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url("../images/logo-spb.png") no-repeat;
}
.navbar-custom .nav>li>a,
.navbar-custom .nav>li>a:hover {
	font-size: 12pt;
	color: rgba(255,255,255,1);
	background: none;
}
.body-custom .navbar-custom .container,
.body-branding .navbar-custom .container {
	display: table;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
}
.body-custom .navbar-custom .container > .navbar-header,
.body-branding .navbar-custom .container > .navbar-header {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

/* -- Footer -- */
.footer-custom {
	display: table;
	position: absolute;
	z-index: 3000;
	bottom: 0;
	width: 100%;
	min-height: 150px;
	margin: 0;
	padding: 15px;
	background: rgba(0,51,51,1);
}
.footer-custom .navbar-footer.nav {
	display: table;
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}
.footer-custom .navbar-footer.nav {
	float: left;
}
.footer-custom .navbar-footer.nav li {
	display: table-cell;
	vertical-align: top;
	padding: 0;
}
.footer-custom .navbar-footer.nav li a {
	padding: 0 20px 0 0;
	color: rgba(255,255,255,0.6);
	background: none;
}
.footer-custom .aside-footer,
.footer-custom .detail-footer {
	display: table;
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	color: rgba(255,255,255,0.6);
	border-top: thin solid rgba(255,255,255,0.3);
	list-style-type: none;
}
.footer-custom .aside-footer li,
.footer-custom .detail-footer li {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.footer-custom .aside-footer li.brand {
	width: 100%;
}
.footer-custom .aside-footer li.brand a {
	padding: 3px 6px 3px 6px;
	color: rgba(255,255,255,0.6);
	background: rgba(255,255,255,0.3);
	border-radius: 4px;
}
.footer-custom .aside-footer li a,
.footer-custom .detail-footer li a {
	color: rgba(255,255,255,0.6);
}
.footer-custom .detail-footer li a {
	display: inline-block;
	margin: 0 15px 0 0;
}
.body-custom .footer-custom .container {
	margin: 0 auto 0 auto;
	padding: 0;
}
.body-branding .footer-custom .container {
	margin: 0 auto 0 auto;
	padding: 0;
}
@media (max-width: 768px) {
	.footer-custom {
		position: relative;
	}
	.footer-custom .navbar-footer.nav li,
	.footer-custom .detail-footer li {
		display: table;
		width: 100%;
		margin: 0;
		padding: 5px 0 5px 0;
	}
	.footer-custom .detail-footer li a {
		display: block;
	}
	.footer-custom .detail-footer li a:first-child {
		padding: 0 0 5px 0;
	}
}

/* -- Titles -- */
h1, h2, h3, h4, h5, h6,
.p-subtitle {
	font-family: 'PT Sans', 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
h1 {
	font-size: 30pt;
}
h2 a,
h2 a:link,
h2 a:visited,
h2 a:focus,
h2 a:hover {
	color: rgba(0,0,0,1);
}
h2 a:hover {
	opacity: 0.8;
}
h3, h4 {
	font-size: 14pt;
	font-weight: 700;
	margin: 0 0 3px 0;
	padding: 0;
}
h4 {
	font-weight: 400;
}
h5, h6 {
	font-size: 12pt;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
h6 {
	font-weight: 400;
}
@media (max-width: 768px) {
	h1, h1 a {
		font-size: 22pt;
	}
	h2, h2 a {
		font-size: 18pt;
	}
	h3, h3 a {
		font-size: 12pt;
	}
	h4, h4 a {
		font-size: 12pt;
	}
	h5, h5 a {
		font-size: 10pt;
	}
	h6, h6 a {
		font-size: 10pt;
	}
}

/* -- Titles Variants -- */
.section-text h1,
.section-text h2 {
	margin: 0 0 10pt 0;
}
.section-cover .cover-header h1, .section-cover .cover-header p {
	display: inline-block;
	background: rgba(0,0,0,0.8);
	color: rgba(255,255,255,1);
	margin: 0;
	padding: 15pt;
	text-align: left;
}
.section-cover .cover-header p {
	font-size: 30pt;
	font-family: 'PT Sans', 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 100%;
}

.section-cover h1 span {
	color: rgba(153,153,153,1);
}
.section-cover h1 a,
.section-cover h1 a:hover,
.section-cover h2 a,
.section-cover h2 a:hover,
.section-cover p a,
.section-cover p a:hover {
	color: rgba(255,255,255,1);
}
.section-cover.station h1 a,
.section-cover.station h1 a:hover,
.section-cover.station h2 a,
.section-cover.station h2 a:hover,
.section-cover.station p a,
.section-cover.station p a:hover {
	color: rgba(204,0,0,1);
}
.section-cover.program h1 span,
.section-cover.video h1 span {
	display: block;
}
.section-cover.program h1 span span {
	display: inline-block;
}
.section-cover.program h1 span a,
.section-cover.program h1 span a:hover {
	display: block;
	color: rgba(204,0,0,1);
}
.section-list.artist h1,
.section-list.artist h2,
.section-list.program h1,
.section-list.program h2 {
	text-align: center;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
}
.section-list.station h1,
.section-list.station h2,
.section-list.newsong h1,
.section-list.newsong h2 {
	text-align: center;
	text-transform: uppercase;
	color: rgba(0,0,0,1);
}

.section-list.station h2 a {
	text-decoration: underline;
}

.section-list.station h2 a:hover {
	text-decoration: none;
}

.section-list.station .p-subtitle {
	text-align: center;
}

.station-list.rubric,.station-list.rubric-selected {
	float:left;
	font-size: 16pt;
	margin-right: 5px;
}
.station-list.rubric a {
	text-decoration: underline;
}
.station-list.rubric a:hover, .station-list.rubric-selected a:hover {
	text-decoration: none;
}

.station-list.rubric-selected, .station-list.rubric-selected a {
	color: rgba(0,102,204,1);
	text-decoration: none;
}

.list-tile-song h3 a, .list-tile-song h3 a:hover,
.list-tile-chart h3 a, .list-tile-chart h3 a:hover,
.list-tile-artist h3 a, .list-tile-artist h3 a:hover {
	font-size: 14pt;
	color: rgba(0,102,204,1);
}
.list-tile-program h3 a, .list-tile-program h3 a:hover {
	font-size: 14pt;
	color: rgba(180,90,0,1);
}
.list-tile-song h4 a, .list-tile-song h4 a:hover,
.list-tile-chart h4 a, .list-tile-chart h4 a:hover,
.list-tile-artist h4 a, .list-tile-artist h4 a:hover {
	font-size: 14pt;
	color: rgba(0,0,0,1);
}
.list-tile-program h4 {
	display: inline;
}
.list-tile-program h4 a, .list-tile-program h4 a:hover {
	font-size: 14pt;
}
.list-tile-song h6,
.list-tile-chart h6,
.list-tile-artist h6,
.list-tile-program h6,
.list-tile-comment h6 {
	font-size: 12pt;
	color: rgba(153,153,153,1);
	padding-top: 1pt;
}
.list-circle-artist h3 a,
.list-circle-artist h3 a:hover {
	font-size: 14pt;
	color: rgba(255,255,255,1);
}
.list-circle-person h3 a,
.list-circle-person h3 a:hover {
	font-size: 14pt;
	color: rgba(255,255,255,1);
}
.list-circle-station h3 a,
.list-circle-station h3 a:hover {
	font-size: 14pt;
	color: rgba(204,0,0,1);
}
.list-circle-station h3 a span,
.list-circle-station h3 a:hover span {
	font-weight: 400;
	display: block;
	margin: 5pt 0 0 0;
	color: rgba(153,153,153,1);
}
.list-thumbnail-program h3 a, .list-thumbnail-program h3 a:hover,
.list-thumbnail-newsong h3 a, .list-thumbnail-newsong h3 a:hover,
.list-thumbnail-newsong h4 a, .list-thumbnail-newsong h4 a:hover {
	font-size: 14pt;
	color: rgba(255,255,255,1);
}
.list-thumbnail-newsong h6 {
	font-size: 12pt;
	color: rgba(255,255,255,0.6);
	padding-top: 1pt;
}
@media (max-width: 768px) {
	.section-cover .cover-header.artist h1,
	.section-cover .cover-header.person h1,
	.section-cover .cover-header.station h1 {
		min-width: 100%;
	}
	.list-tile-song h3 a, .list-tile-song h3 a:hover,
	.list-tile-chart h3 a, .list-tile-chart h3 a:hover,
	.list-tile-artist h3 a, .list-tile-artist h3 a:hover,
	.list-tile-program h3 a, .list-tile-program h3 a:hover,
	.list-tile-song h4 a, .list-tile-song h4 a:hover,
	.list-tile-chart h4 a, .list-tile-chart h4 a:hover,
	.list-tile-artist h4 a, .list-tile-artist h4 a:hover
	.list-tile-program h4 a, .list-tile-program h4 a:hover {
		font-size: 12pt;
	}
}

/* -- Font Variants -- */
a,
a:link,
a:visited,
a:focus,
a:hover {
	color: rgba(51,51,51,1);
	text-decoration: none;
}
a:hover {
	opacity: 0.9;
}
.f-red, a.f-red {
	color: rgba(204,0,0,1);
}
.f-gray, a.f-gray {
	color: rgba(153,153,153,1);
}
.f-blue, a.f-blue {
	color: rgba(0,102,204,1);
}
.f-green, a.f-green {
	color: rgba(0,102,102,1);
}
.f-yellow, a.f-yellow {
	color: rgba(255,153,0,1);
}
.f-strong {
	font-weight: 700;
}
.f-normal {
	font-weight: 400;
}
.f-link-strong,
a.f-link-strong {
	font-weight: 700;
	text-decoration: underline;
}
.f-link-normal,
a.f-link-normal {
	font-weight: 400;
	text-decoration: underline;
}
.f-link-letter,
a.f-link-letter {
	display: inline-block;
	font-weight: 700;
	text-decoration: underline;
	color: rgba(51,51,51,1);
}
a.f-link-letter:first-letter {
	color: rgba(204,0,0,1);
}
.search-select {
	padding: 0;
	background: rgba(255,255,0,1);
}
.p-subtitle {
	font-size: 18pt;
	font-weight: 400;
	color: rgba(0,0,0,1);
	margin: 5px 0 0 0;
	padding: 0;
}
.list-more,
p.list-more {
	display: table;
	margin: 20px auto 10px auto;
	padding: 10pt;
	text-align: center;
	background: rgba(97,182,182,1);
	border-radius: 4px;
}
.list-more a,
p.list-more a {
	color: rgba(255,255,255,1);
	font-size: 12pt;
}
.block-form {
	margin: 15px 0 0 0;
	padding: 10pt;
	color: rgba(255,255,255,1);
	background: rgba(0,102,204,0.8);
	border-radius: 4px;
}
.block-color {
	margin: 15px 0 20px 0;
	padding: 15pt;
	color: rgba(0,0,0,1);
	background: rgba(97,182,182,0.2);
	border-radius: 4px;
}
.block-form-comment {
	display: table;
	width: 100%;
	margin: 15px 0 20px 0;
	padding: 10pt;
	color: rgba(0,0,0,1);
	background: rgba(97,182,182,0.2);
	border-radius: 4px;
}
.f-block {
	display: inline-block;
}
@media (max-width: 768px) {
	.p-subtitle {
		font-size: 12pt;
	}
	.list-more {
		
	}
	.list-more a {
		font-size: 12pt;
	}
	.f-block {
		display: block;
		margin: 0 0 10px 0;
	}
}

/* -- Form -- */
.input-text-time,
.input-text-search {
	padding: 4pt;
	color: rgba(0,0,0,0.8);
}
.input-text-time {
	width: 60px;
	margin: 0 5px 0 5px;
}
.input-text-search,
.input-text-form {
	width: 150px;
	margin: 0 5px 0 0;	
}
.select-list {
	color: rgba(51,51,51,1);
	margin: 0 0 0 5px;
	padding: 4pt;
}
.button-text-standard,
.button-text-inverse {
	width: auto;
	margin: 0;
	padding: 4pt 6pt 4pt 6pt;
	text-align: center;
	color: rgba(255,255,255,1);
	border: none;
	border-radius: 4px;
	background: rgba(97,182,182,1);
}
.button-text-inverse {
	color: rgba(0,0,0,1);
	background: rgba(255,255,255,0.9);
}
@media (max-width: 768px) {
	.input-text-time,
	.select-list {
		margin: 0 5px 0 0;
	}
	.f-block .input-text-time:nth-last-child(2n) {
		margin: 0 5px 0 5px;
	}
}

/* -- Section -- */
.section-list,
.section-cover,
.section-text,
.section-header {
	display: table;
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 20pt 20pt 20pt 20pt;
	border: thin solid rgba(229,229,229,0.9);
	background: rgba(255,255,255,1);
}
.section-list:last-child,
.section-thumbnail:last-child {
	border-bottom: none;
}
.section-list.artist {
	background: url("../images/pattern-artist.jpg") 0 0 repeat;
}
.section-list.station {
	background: url("../images/pattern-station.jpg") 0 0 repeat;
}
.section-list.program {
	background: url("../images/pattern-program.jpg") 0 0 repeat;
}
.section-list.newsong {
	background: url("../images/pattern-newsong.jpg") 0 0 repeat;
}

/* -- Section Text -- */
.section-text .text {
	display: table;
	width: 100%;
	margin: 0;
	padding: 20pt 0 0 0;
}
.section-text .text p {
	margin: 0;
	padding: 0;
}
.section-text p {
	margin: 10pt 0 10pt 0;
	padding: 0;
}
.section-text p.list-more {
	display: table;
	margin: 20px auto 10px auto;
	padding: 10pt;
	text-align: center;
	background: rgba(97,182,182,1);
	border-radius: 4px;
}

/* -- Section-Cover -- */
.section-cover {
	padding: 0;
	border: thin soldid rgba(229,229,229,0.9);
	background: rgba(0,0,0,1);
}
.section-cover.artist {
	height: 350px;
	background: url("../images/cover-artist.jpg") 50% 0 no-repeat;
	background-size: cover;
}
.section-cover.person {
	min-height:350px;
	background: url("../images/cover-artist.jpg") 50% 0 no-repeat;
	background-size: cover;
}
.section-cover.station {
	min-height: 350px;
	background: url("../images/cover-station.jpg") 50% 0 no-repeat;
	background-size: cover;
}
.section-cover.program {
	min-height: 350px;
	background: url("../images/cover-program.jpg") 50% 0 no-repeat;
	background-size: cover;
}
.section-cover.video {
	min-height: 350px;
	background: url("../images/cover-video.jpg") 50% 0 no-repeat;
}
.section-cover .cover-header {
	display: table;
	position: relative;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0;
}
.section-cover .cover-mask {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

/* -- Cover + Player -- */
.section-cover .cover-header .controls {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 20px auto 25px auto;
	padding: 0;
	opacity: 0.9;
}
.section-cover .cover-header .controls img {
	width: 150px;
	height: 150px;
}
button.btn-play,
button.btn-pause {
	padding: 0;
	background: none;
	border: 0;
}

/* -- Cover + Video -- */
.section-cover .cover-header.video h1 span {
	display: block;
}
.section-cover .cover-header .video {
	display: table;
	position: relative;
	margin: 15px auto 15px auto;
	padding: 0;
	text-align: center;
}
.video iframe {
	width: 640px;
	height: 480px;
	margin: 0;
	padding: 0;
}
@media (max-width: 768px) {
	.video iframe {
		width: 280px;
		height: 210px;
	}
}

/* -- Player Top -- */
.block-player-top {
	display: block;
	position: fixed;
	z-index: 3000;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 10px 0 10px 0;
	background: rgba(0,51,51,1);
	border-bottom: 1px solid rgba(0,0,0,0.8);
}
.block-player-top .player-top-content {
	position: relative;
	z-index: 3000;
}
.block-player-top .player-top-content .player-top-close {
	display: block;
	position: absolute;
	z-index: 3000;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}
.block-player-top .player-top-content .player-top-controls,
.block-player-top .player-top-content .player-top-controls img {
	position: absolute;
	z-index: 3000;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.1);
}
.block-player-top .player-top-content .player-top-controls img,
.block-player-top .player-top-content .player-top-close img {
	opacity: .9;
}
.block-player-top .player-top-content .player-top-controls img:hover,
.block-player-top .player-top-content .player-top-close img:hover {
	opacity: .8;
}
.block-player-top .player-top-content .player-top-info,
.block-player-top .player-top-content .player-top-pict {
	display: table-cell;
	vertical-align: middle;
}
.block-player-top .player-top-content .player-top-info {
	padding-left: 10px;
}
.block-player-top .player-top-content .player-top-info h3,
.block-player-top .player-top-content .player-top-info h4,
.block-player-top .player-top-content .player-top-info h6 {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.block-player-top .player-top-content .player-top-info h3 {
	font-weight: 700;
}
.block-player-top .player-top-content .player-top-info h3,
.block-player-top .player-top-content .player-top-info h3 a,
.block-player-top .player-top-content .player-top-info h4,
.block-player-top .player-top-content .player-top-info h4 a {
	color: rgba(255,255,255,0.8);
}
.block-player-top .player-top-content .player-top-info h6,
.block-player-top .player-top-content .player-top-info h6 a {
	color: rgba(255,255,255,0.4);
}
.block-player-top .player-top-content .player-top-pict {
	width: 50px;
	height: 50px;
}
.block-player-top .player-top-content .player-top-pict img {
	height: 50px;
	opacity: 0.3;
}
button.player-play,
button.player-pause,
button.player-close {
	background: none;
	border: 0;
}
#player-container {
	padding-bottom: 70px;
}

/* -- List-Tile-Song -- */
.list-tile-song {
	display: table;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.list-tile-song > li {
	display: inline-table;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}
.list-tile-song > li:nth-child(2n) {
	padding: 0 0 15px 15px;
}
.list-tile-song li ul.content {
	display: table;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-tile-song .pict,
.list-tile-song .info {
	display: table-cell;
	vertical-align: top;
	background: rgba(243,243,243,1);
}
.list-tile-song .pict {
	display: block;
	float: left;
	overflow: hidden;
	width: 100px;
	height: 100px;
}
.list-tile-song .pict img {
	height: 100px;
}
.list-tile-song .info {
	width: 100%;
	padding: 6pt;
	border-radius: 0 0 6px 0;
}
@media (max-width: 768px) {
	.list-tile-song > li,
	.list-tile-song > li:nth-child(2n) {
		display: table;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.list-tile-song .pict {
		display: block;
		float: left;
		overflow: hidden;
		width: 100px;
		height: 100px;
	}
	.list-tile-song .pict img	{
		height: 100px;
	}
}

/* -- List-Chart -- */
.list-tile-chart {
	display: table;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.list-tile-chart > li {
	display: inline-table;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}
.list-tile-chart > li:nth-child(2n) {
	padding: 0 0 15px 15px;
}
.list-tile-chart li ul.header,
.list-tile-chart li ul.content {
	display: table;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: rgba(255,204,204,0.5);
	list-style-type: none;
}
.list-tile-chart li ul.content {
	border-radius: 0 0 4px 0;
}
.list-tile-chart .position,
.list-tile-chart .bar {
	display: table-cell;
	vertical-align: top;
	height: 30px;
	font-size: 11pt;
}
.list-tile-chart .position {
	display: block;
	width: 100px;
	padding: 3pt 0 0 0;
	text-align: center;
	font-weight: 700;
	color: rgba(255,255,255,1);
	background: rgba(255,204,204,1);
}
.list-tile-chart .position.position-up {
	background: rgba(204,0,0,1);
}
.list-tile-chart .position.position-down {
	background: rgba(51,102,204,1);
}
.list-tile-chart .position.position-new {
	background: rgba(0,153,51,1);
}
.list-tile-chart .bar {
	width: 100%;
}
.list-tile-chart .bar .bar-bar {
	display: table;
	height: 30px;
	margin: 0;
	padding: 0;
	background: rgba(255,204,204,1);
}
.list-tile-chart .bar .bar-bar-info {
	width: 80px;
	font-size: 8pt;
	padding: 2pt 4pt 0 4pt;
	float: right;
}
.list-tile-chart .pict,
.list-tile-chart .info {
	display: table-cell;
	vertical-align: top;
}
.list-tile-chart .pict {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100px;
	height: 100px;
}
.list-tile-chart .pict img {
	height: 100px;
}
.list-tile-chart .info {
	width: 100%;
	padding: 8pt;
	border-radius: 0 0 6px 0;
}
.list-tile-chart .pict .order {
	display: block;
	position: absolute;
	z-index: 2000;
	top: 10px;
	left: 10px;
	width: 80px;
	height: 80px;
	font-size: 30pt;
	font-weight: 700;
	text-align: center;
	padding: 23px 0 0 0;
	color: rgba(0,0,0,0.7);
	border: 5px solid rgba(255,255,255,0.5);
	border-radius: 50px;
	background: rgba(255,255,255,0.5);
}
@media (max-width: 768px) {
	.list-tile-chart > li,
	.list-tile-chart > li:nth-child(2n) {
		display: table;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}
}

/* -- List-Tile-Artist -- */
.list-tile-artist {
	display: table;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.list-tile-artist > li {
	display: inline-table;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}
.list-tile-artist > li:nth-child(2n) {
	padding: 0 0 15px 15px;
}
.list-tile-artist li ul.content {
	display: table;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-tile-artist .pict,
.list-tile-artist .info {
	display: table-cell;
	vertical-align: top;
	background: rgba(0,102,204,0.05);
}
.list-tile-artist .pict {
	display: block;
	float: left;
	overflow: hidden;
	width: 150px;
	height: 150px;
}
.list-tile-artist .pict img {
	height: 150px;
}
.list-tile-artist .info {
	width: 100%;
	padding: 8pt;
	border-radius: 0 0 8px 0;
}
@media (max-width: 768px) {
	.list-tile-artist > li,
	.list-tile-artist > li:nth-child(2n) {
		display: table;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.list-tile-artist .pict {
		display: block;
		float: left;
		overflow: hidden;
		width: 100px;
		height: 100px;
	}
	.list-tile-artist .pict img	{
		height: 100px;
	}
}

/* -- List-Tile-Program -- */
.list-tile-program {
	display: table;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.list-tile-program > li {
	display: inline-table;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}
.list-tile-program.wide > li {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.list-tile-program > li:nth-child(2n) {
	padding: 0 0 15px 15px;
}
.list-tile-program li ul.content,
.wide-tile-program li ul.content {
	display: table;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-tile-program .pict,
.list-tile-program .info {
	display: table-cell;
	vertical-align: top;
	background: rgba(255,153,0,0.1);
}
.list-tile-program .pict {
	display: block;
	float: left;
	overflow: hidden;
	width: 150px;
	height: 150px;
}
.list-tile-program .pict img {
	height: 150px;
}
.list-tile-program .info {
	width: 100%;
	padding: 10pt;
	border-radius: 0 0 8px 0;
}
@media (max-width: 768px) {
	.list-tile-program > li,
	.list-tile-program > li:nth-child(2n) {
		display: table;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.list-tile-program .pict {
		display: block;
		float: left;
		overflow: hidden;
		width: 100px;
		height: 100px;
	}
	.list-tile-program .pict img	{
		height: 100px;
	}
}

/* -- List-Tile-Comment -- */
.list-tile-comment {
	display: table;
	width: 100%;
	margin: 30px 0 20px 0;
	padding: 0;
	list-style-type: none;
}
.list-tile-comment > li {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.list-tile-comment li ul.content,
.wide-tile-comment li ul.content {
	display: table;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-tile-comment .pict,
.list-tile-comment .info {
	display: table-cell;
	vertical-align: middle;
}
.list-tile-comment .pict {
	display: block;
	float: left;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background: rgba(153,153,153,1);
}
.list-tile-comment .pict img {
	height: 40px;
}
.list-tile-comment .info {
	width: 100%;
	padding: 0 0 0 10pt;
}
.list-tile-comment .info cite {
	display: block;
	font-size: 11pt;
	font-style: normal;
	line-height: 120%;
	margin: 10px 0 0 0;
	padding: 10pt;
	border-radius: 4px;
	background: rgba(153,153,153,0.1);
}

/* -- List-Thumbnail-Program -- */
.list-thumbnail-program {
	display: table;
	width: 100%;
	position: relative;
	margin: 30px 0 10px 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.list-thumbnail-program > li {
	display: inline-table;
	margin: 0 25px 25px 0;
	padding: 0;
	text-align: center;
	border: thin solid rgba(255,255,255,0.5);
}
.list-thumbnail-program .content {
	display: block;
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-thumbnail-program .pict,
.list-thumbnail-program .info {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,153,0,1);
}
.list-thumbnail-program .info {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,153,0,0.9);
}
.list-thumbnail-program .pict {
	width: 150px;
	height: 150px;
	z-index: 1000;
}
.list-thumbnail-program .info {
	z-index: 2000;
	padding: 10pt;
	text-align: center;
}
.list-thumbnail-program .pict img {
	width: 150px;
}
.list-thumbnail-program a {
	color: rgba(255,255,255,1);
}
@media (max-width: 768px) {
	.list-thumbnail-program > li {
		display: table;
		position: relative;
		text-align: center;
		margin: 0 auto 20px auto;
		padding: 0;
	}
	.list-thumbnail-program .content,
	.list-thumbnail-program .pict {
		width: 200px;
		height: 200px;
	}
	.list-thumbnail-program .pict img {
		width: 200px;
	}
}

/* -- List-Thumbnail-Event -- */
.list-thumbnail-event {
	display: table;
	width: 100%;
	position: relative;
	margin: 30px 0 10px 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.list-thumbnail-event > li {
	display: inline-table;
	margin: 0 25px 25px 0;
	padding: 0;
	text-align: center;
	border: thin solid rgba(255,255,255,0.5);
}
.list-thumbnail-event > li:nth-child(3n) {
	margin: 0 0 25px 0;
}
.list-thumbnail-event .content {
	display: block;
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-thumbnail-event .pict,
.list-thumbnail-event .info {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,153,0,1);
}
.list-thumbnail-event .info {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,153,0,0.9);
}
.list-thumbnail-event .pict {
	width: 150px;
	height: 150px;
	z-index: 1000;
}
.list-thumbnail-event .info {
	z-index: 2000;
	padding: 10pt;
	text-align: center;
}
.list-thumbnail-event .pict img {
	width: 150px;
}
.list-thumbnail-event a {
	color: rgba(255,255,255,1);
}
@media (max-width: 768px) {
	.list-thumbnail-event > li {
		display: table;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}
}

/* -- List-Thumbnail-NewSong -- */
.list-thumbnail-newsong {
	display: table;
	width: 100%;
	position: relative;
	margin: 30px 0 10px 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.list-thumbnail-newsong > li {
	display: inline-table;
	vertical-align: top;
	margin: 0 25px 25px 0;
	padding: 0;
	text-align: center;
}
.list-thumbnail-newsong .content {
	display: table;
	width: 150px;
	margin: 0;
	padding: 0;
	background: rgba(0,153,51,1);
	border-radius: 0 0 8px 8px;
	list-style-type: none;
}
.list-thumbnail-newsong .pict,
.list-thumbnail-newsong .info {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.list-thumbnail-newsong .pict {
	display: block;
	overflow: hidden;
	width: 150px;
	height: 150px;
}
.list-thumbnail-newsong .pict img {
	width: 150px;
}
.list-thumbnail-newsong .info {
	padding: 10pt;
}
.list-thumbnail-newsong a {
	color: rgba(255,255,255,1);
}
@media (max-width: 768px) {
	.list-thumbnail-newsong > li {
		display: table;
		position: relative;
		text-align: center;
		margin: 0 auto 20px auto;
		padding: 0;
	}
	.list-thumbnail-newsong .pict {
		width: 200px;
		height: 200px;
	}
	.list-thumbnail-newsong .content,
	.list-thumbnail-newsong .pict img {
		width: 200px;
	}
}

/* -- List-Circle-Artist -- */
.list-circle-artist {
	display: table;
	width: 100%;
	position: relative;
	margin: 30px auto 10px auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.list-circle-artist > li {
	display: inline-table;
	width: 20%;
	margin: 0 15px 15px 0;
	padding: 0;
}
.list-circle-artist .content {
	display: table;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-circle-artist .pict,
.list-circle-artist .info {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}
.list-circle-artist .pict {
	display: block;
	overflow: hidden;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	border: 5px solid rgba(255,255,255,0.2);
	background: rgba(0,102,204,0.5);
}
.list-circle-artist .pict img {
	height: 200px;
}
.list-circle-artist .info {
	padding: 10px 0 0 0;
}
.list-circle-artist .info h3 span,
.list-circle-artist .info h4 span {
	display: block;
}
@media (max-width: 768px) {
	.list-circle-artist > li {
		display: table;
		position: relative;
		text-align: center;
		margin: 0 auto 20px auto;
		padding: 0;
	}
	.list-circle-artist .pict {
		width: 200px;
		height: 200px;
		border-radius: 100px;
	}
	.list-circle-artist .pict img {
		height: 300px;
	}
}

/* -- List-Circle-Person -- */
.list-circle-person {
	display: table;
	width: 100%;
	position: relative;
	margin: 30px auto 10px auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.list-circle-person > li {
	display: inline-table;
	width: 20%;
	margin: 0 15px 15px 0;
	padding: 0;
}
.list-circle-person .content {
	display: table;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-circle-person .pict,
.list-circle-person .info {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}
.list-circle-person .pict {
	display: block;
	overflow: hidden;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	border: 5px solid rgba(255,255,255,0.2);
	background: rgba(153,0,0,0.5);
}
.list-circle-person .pict img {
	height: 200px;
}
.list-circle-person .info {
	padding: 10px 0 0 0;
}
.list-circle-person .info h3 span,
.list-circle-person .info h4 span {
	display: block;
}
@media (max-width: 768px) {
	.list-circle-person > li {
		display: table;
		position: relative;
		text-align: center;
		margin: 0 auto 20px auto;
		padding: 0;
	}
	.list-circle-person .pict {
		width: 200px;
		height: 200px;
		border-radius: 100px;
	}
	.list-circle-person .pict img {
		height: 300px;
	}
}

/* -- List-Circle-Station -- */
.list-circle-station {
	display: table;
	width: 100%;
	position: relative;
	margin: 30px auto 10px auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.list-circle-station > li {
	display: inline-table;
	width: 20%;
	margin: 0 15px 15px 0;
	padding: 0;
}
.list-circle-station .content {
	display: table;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-circle-station .pict,
.list-circle-station .info {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}
.list-circle-station .pict {
	display: block;
	overflow: hidden;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	border: 5px solid rgba(0,0,0,0.1);
	background: rgba(255,255,255,1);
}
.list-circle-station .pict img {
	height: 144px;
}
.list-circle-station .info {
	padding: 10px 0 0 0;
}
.list-circle-station .info h3 span,
.list-circle-station .info h4 span {
	display: block;
}
@media (max-width: 768px) {
	.list-circle-station > li,
	.list-circle-station > li:last-child {
		display: table;
		position: relative;
		text-align: center;
		margin: 0 auto 15px auto;
		padding: 0;
	}
}

/* -- List Shedule -- */
.list-shedule {
	display: table;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 11pt;
	list-style-type: none;
}
.list-shedule > li {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 5pt;
	border-left: thin solid rgba(204,204,204,1);
	width: 14%;
}
.list-shedule li ul {
	list-style-type: none;
}
.list-shedule li ul li {
	color: rgba(0,0,0,1);
	display: block;
}
.list-shedule li ul li:first-child {
	text-transform: uppercase;
	font-weight: 700;
}
@media (max-width: 768px) {
	.list-shedule > li {
		display: table;
		width: 100%;
		margin: 0;
		padding: 15px 0 15px 0;
		border-bottom: thin solid rgba(204,204,204,1);
		border-left: none;
	}
	.list-shedule > li:first-child {
		padding: 0 0 15px 0;
	}
	.list-shedule > li:last-child {
		padding: 15px 0 0 0;
		border: none;
	}
}

/* -- List-Circle-Brand -- */
.list-circle-brand {
	display: table;
	width: 100%;
	position: relative;
	margin: 30px auto 10px auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.list-circle-brand > li {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
a.fa {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	font-size: 24pt;
	padding: 8pt 0 0 0;
	color: rgba(255,255,255,1);
}
a.fa.fa-vk {
	background: rgba(101,151,195,1);
}
a.fa.fa-facebook {
	background: rgba(73,96,166,1);
}
a.fa.fa-twitter {
	background: rgba(119,195,216,1);
}

/* -- List Text -- */
.list-text {
	display: table;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.list-text > li {
	display: inline-table;
	float: left;
	vertical-align: top;
	width: 50%;
	margin: 0;
}
.list-text > li {
	padding: 0 10px 10px 0;
}
.list-text > li:nth-child(2n) {
	padding: 0 0 10px 0;
}
.list-text .content {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 4px;
	background: rgba(0,102,204,0.1);
	list-style-type: none;
}
.list-text .title {
	display: table;
	width: 100%;
	margin: 0;
	padding: 10px;
	border-radius: 4px 4px 0 0;
	background: rgba(0,102,204,0.3);
}
.list-text .text {
	display: table;
	width: 100%;
	padding: 10px;
}
@media (max-width: 768px) {
	.list-text > li {
		display: table;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.list-text > li:nth-child(2n) {
		padding: 0;
	}		
}

/* -- Card-Tile -- */
.card-tile,
.card-tile .content {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.card-tile .pict,
.card-tile .info {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.card-tile .info {
	padding-left: 15pt;
	width: 100%;
}
.card-tile .info h4 {
	margin: 0 0 5pt 0;
}
@media (max-width: 768px) {
	.card-tile .pict,
	.card-tile .info {
		display: table;
		margin-bottom: 10px;
	}
	.card-tile .info {
		padding: 0;
	}
}

/* -- List-Form -- */
.list-form {
	display: table;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-form > li {
	display: table;
	margin: 0;
	padding: 0;
}
.list-form .button-text-standard {
	margin: 0 15px 0 0;
}

/* -- Load Overlay -- */
.load-overlay.msk,
.load-overlay.spb {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
.load-overlay.msk {
	background: rgba(177,0,0,0.7);
}
.load-overlay.spb {
	background: rgba(0,102,204,0.7);
}
.load-overlay img {
	display: block;
	position: relative;
	top: 50%;
	margin: 0 auto;
}

/* -- Body-Custom + Body-Branding -- */
.body-custom .container-main,
.body-custom .navbar-custom .container,
.body-custom .footer-custom .container,
.body-custom .block-player-top .container {
	width: 75%;
	padding: 0 10px 0 10px;
}
.body-branding .container-main,
.body-branding .navbar-custom .container,
.body-branding .footer-custom .container,
.body-branding .block-player-top .container {
	width: 980px; /* 65%; */
	padding: 0 10px 0 10px;
}
@media (max-width: 1280px) {
	.body-custom .container-main,
	.body-custom .navbar-custom .container,
	.body-custom .footer-custom .container,
	.body-custom .block-player-top .container {
		width: 98%;
		padding: 0 10px 0 10px;
	}
	.body-branding .container-main,
	.body-branding .navbar-custom .container,
	.body-branding .footer-custom .container,
	.body-branding .block-player-top .container {
		width: 98%;
		padding: 0 10px 0 10px;
	}
}
/* -- Body Admin-Page -- */
.body-custom.page_admin,
.body-branding.page_admin {
	background: rgba(238,238,238,1);
}
.body-custom.page_admin .container-main,
.body-custom.page_admin .navbar-custom .container,
.body-cistom.page_admin .footer-custom .container,
.body-custom.page_admin .block-player-top .container,
.body-branding.page_admin .container-main,
.body-branding.page_admin .navbar-custom .container,
.body-branding.page_admin .footer-custom .container,
.body-branding.page_admin .block-player-top .container {
	width: 75%;
	padding-top: 0;
}
@media (max-width: 1280px) {
	.body-custom.page_admin .container-main,
	.body-custom.page_admin .navbar-custom .container,
	.body-cistom.page_admin .footer-custom .container,
	.body-custom.page_admin .block-player-top .container,
	.body-branding.page_admin .container-main,
	.body-branding.page_admin .navbar-custom .container,
	.body-branding.page_admin .footer-custom .container,
	.body-branding.page_admin .block-player-top .container {
		width: 98%;
		padding: 0 10px 0 10px;
	}
}

/* -- Branding Source -- */ 
.body-branding .block-branding {
	background: url("../images/viber-bg-02-01.jpg") 50% 0 no-repeat;
}
.body-branding {
	background: url("../images/viber-pattern-02-01.jpg") repeat;
}
.body-branding .container-main {
	margin-top: 280px; /* 110 px; 200px;*/
}
@media (max-width: 1024px) {
	.body-branding {
		background: rgba(238,238,238,1);
	}
	.body-branding .block-branding {
		background: none;
	}
	.body-branding .container-main {
		padding-top: 0;
	}
	.body-branding .block-branding,
	.body-branding .block-branding a {
		display: none;
	}
}

/* ��� ������������ div-�� �� ������ --> */
.center_wrapper {
	position: relative;
	float: right;
	right: 50%;
}
.center_wrapper1 {
	position: relative;
	float: left;
	left: 50%;
}
/* <--��� ������������ div-�� �� ������ */

/*
     FILE ARCHIVED ON 15:37:16 Jan 24, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:36:44 May 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.584
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.036
  esindex: 0.011
  cdx.remote: 6.468
  LoadShardBlock: 53.175 (3)
  PetaboxLoader3.datanode: 381.546 (5)
  load_resource: 528.508 (2)
  PetaboxLoader3.resolve: 124.495 (2)
*/