@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;                  
	-moz-text-size-adjust: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
}
body {
	margin: 0;
	padding: 0;
	background:#fff;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	overflow-x: hidden;
	position: relative;
	font-weight: normal;
}

a {
	text-decoration: none;
	border: none 0;
}
a:hover{text-decoration:none;}
div {
	max-width: 100%;
}
img {
	border: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	max-width: 100%;
}
img.size0 {
	width: auto;
	height: auto;
}
select, input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], a {
	color: #007aff;
	text-decoration: none;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	/*
	appearance: none;
	-webkit-appearance: none;
	*/
	font-size: inherit;
	width: 100%;
	box-sizing: border-box;
	padding: 2px 4px;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], select {
	height: 35px;
	line-height: 35px;
	width: 100%;
	border: #999 solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
	font-size: 16px;
}
::placeholder {
color:#777;
}
::-webkit-input-placeholder {
color:#777;
font-size:medium;
height:100%;
font-weight:normal;
}
::-moz-placeholder {
color:#777;
font-weight:normal;
} /* firefox 19+ */
:-ms-input-placeholder {
color:#777;
} /* ie */
input:-moz-placeholder {
color:#777;
}
option {
	padding: 1px 5px;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 10px 0;
	font-size: 21px;
	color: #333;
	line-height: 130%;
	letter-spacing: 0;
	padding: 0;
	clear: both;
	font-weight: normal;
}
h2 {
	font-size: 19px;
	color: #444;
	line-height: 130%;
	letter-spacing: 0;
	padding: 0;
	clear: both;
	font-weight: bold;
}
h2 a {
	color: #900;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}
.clr {
	clear: both;
}
.btn, a.btn {
	text-decoration: none;
	border-radius: 5px;
	border: #fff solid 1px;
	background: #f00;
	display: block;
	color: #fff;
	margin: 0 20px;
	padding: 10px;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
	overflow: visible;
}
.btn:hover, a.btn:hover {
	color: #fff;
}
.hr {
	clear: both;
	border-bottom: #CCC solid 1px;
	height: 2px;
}
.space {
	display: inline-block;
	width: 20px;
}
#loading {
	font-size: 50px;
	color:rgba(255,0,0,1);
	width: 50px;
	height: 50px;
	overflow: visible;
	line-height: 50px;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 10000;
	display: none;
}
/* mmenu */
.mmenu {
}
.mmenu ul {
}
.mmenu li {
	line-height: 200%;
}
.mmenu li i {
	color: #444;
	text-shadow: #FFF 1px 1px 1px;
}
.top-fixed {
	position: fixed;
	z-index: 100;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	vertical-align: top;
	border: none;
}
.opacity0{opacity:0;}
.unfixed {
	position: relative;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
}
.content {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: justify;
	background: #fff;
}
.content img {
	max-width: 100%;
}
.content ul, .content ol {
	margin: 12px 0 12px 27px;
}
.content ul {
	list-style: square;
}
.content li {
	margin: 9px 0;
	padding: 0;
}
#nav {
	background: #fff;
	margin: 0 10px;
	padding: 2px 0;
	border: #CCC solid 1px;
	border-radius: 5px;
	box-shadow: #ccc 0 0 2px;
	line-height: 1;
}
input[type=submit].button-cancel, input[type=button].button-cancel {
	background: #090;
	color: #fff;
}
input[type=submit].button-delete:hover, input[type=submit].button-cancel:hover, input[type=button].button-cancel:hover {
	box-shadow: rgba(0,0,0,.7) 0 0 5px;
}
#footer {
	background: #f6f6f6;
	clear: both;
	color: #333;
	line-height: 150%;
	box-shadow: rgba(0,0,0,.2) 0 -2px 1px;
	font-size: 2.5vh;
	letter-spacing: 0;
	padding: 2vh 0 3vh 0;
	margin: 0;
}
#footer-info {
	text-align: center;
}
#footer-info a {
	color: #333;
}
/* listitem and blockitem*/
.content .thumb-small {
	width: 60px;
	float: left;
	margin-right: 10px;
}
a.button {
	color: #333;
	background: #eee;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font-weight: normal;
	padding: 0 3px;
	margin: 0 1px;
	line-height: 40px;
	font-size: 16px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.fulltext {
	margin: 10px 20px;
	font-size: 17px;
	line-height: 150%;
	color: #333;
	line-height: 180%;
	letter-spacing: 0;
	padding-bottom: 50px;
}
.fulltext img {
	width: 100%;
}
.fulltext p {
	margin: 20px 0;
	padding: 0;
}
.share-heading {
	text-align: center;
	margin: 20px 0;
}
.share-buttons {
}
.share-buttons ul {
	display: table;
	width: auto;
	margin: 0 auto;
	list-style: none;
}
.share-buttons li {
	float: left;
	margin: 0 6px;
}
/* msg */
.ajax-error{padding:50px; text-align:center;}
/* colors */
.blue {
	color: #06F;
}
.red {
	color: #d00;
}
.green {
	color: #090;
}
/* align */
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.required {
	color: #F60;
	margin: 4px;
	font-size: 16px;
}
/* button */
input[type=submit].button1, a.button1 {
	width: 60%;
	box-shadow: rgba(0,0,0,.3) 0 1px 2px;
	font-size: 16px;
}
.full-width-slider {
	overflow: hidden;
}
.rsContent {
	background: 50% 0 no-repeat;
	background-size: cover;
	width: 100%;
	min-height:450px;
	box-sizing: border-box;
	padding: 10px 0;
	margin: 0;
}
.rsContent img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.rsContent .desc {
	text-align: center;
	font-size: 15px;
	color: #666;
	margin: 15px 0;
}
nav #menu {
	font-size: 16px;
	color: #333;
}
nav #menu ul li a {
	color: #333;
}
.royalSlider {
	width: 100%;
}
/* home-buttons */
.home-buttons {
	position: relative;
	margin: 4vh 3vh;
	padding:20px 0;
	text-align: center;
}
.home-buttons div {
	margin: 0;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
}
#home-news {
	width: 65%;
	float: left;
	padding-top: 4vh;
}
#home-radio {
	width: 35%;
	float: left;
	padding-left: 2vh;
}
#home-playlist {
	width: 50%;
	float: left;
	padding: 3vh;
}
#home-musical {
	width: 50%;
	float: left;
	margin-top: -2vh;
}
#page {
	min-height: 100%;
}
/* page-heading */
#page-heading {
	color: #fff;
	font-size: 3vh;
	text-align: center;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.5) 0 0 2px;
	letter-spacing: 2px;
	background: #b5b5b5;
	line-height:6vh;
}
#page-heading a{
	color:#fff;
	display:block;
	background: #b5b5b5;
	margin: 0;
}
#page-heading a:hover{
	color:#fff;
	display:block;
	background: #999;
	margin: 0;
}
.rsNav {
	position: absolute;
	z-index:1;
	bottom: auto;
	top: -20px;
	margin:0;
	height: 40px;
	line-height: 40px;
	width: 50%;
	display: inline-table;
}
/* list-item */
.list-items {
	margin: 0 15px;
	padding: 0;
	clear: both;
	color: #525252;
}
.list-item {
	clear: both;
	padding: 9px 0;
	font-size: 16px;
	text-align: left;
}
.list-item h2 {
	color: #000;
	font-size: 20px;
	text-align: left;
	line-height: 130%;
	clear: both;
	margin: 9px 0 6px 0;
	font-weight: normal;
}
.list-item h2 a{color:#000;}
.list-item .subtitle {
	font-size: 15px;
	line-height: 150%;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #777;
}
.list-item .thumb {
	border-radius: 0;
	overflow: hidden;
	margin: 0;
}
.playlist-item-title {
	margin:0;
	padding: 0 10px;
}
.playlist-item-title h2{font-weight:normal; color:#000; margin:5px 0;}
.playlist-item-title h2 .playlist-trash{color:#f00;}
.playlist-item-title h2 .playlist-trash:hover{color:#900;}
.form-control-static {
	vertical-align: middle;
}
#edit-playlist {
	font-size: 18px;
	color: #960;
	white-space: nowrap;
}
/* detail-title */
.detail-title {
	margin: 0;
	padding: 10px 7px 14px 7px;
	text-align: center;
	box-shadow: rgba(0,0,0,.5) 0 4px 4px;
}
.detail-title h1 {
	margin: 5px 0;
	padding: 0;
	font-size: 21px;
	color: #000;
}
.detail-title .subtitle {
	font-size: 18px;
}
hr {
	border: none;
	border-bottom: #ddd solid 1px;
	height: 1;
	box-shadow: none;
}
#container {
	margin: 0;
	padding: 0;
	min-height: 500px;
}
#musical-container{
	display:none;
	margin:0;
	padding:0 15px;
	text-align:center;
	position:absolute;
	z-index:8;
	left:0;
	right:0;
	top:200px;
}
.other-vid-heading {
	margin: 0 20px;
}
.addto-playlist {
	margin: 15px 10px 5px 10px;
	text-align: center;
	font-size: 16px;
}
.playlist_item_add{
	text-align:right;
}
.trashcan{float:right; font-size:21px; padding:0 10px; color:#f00;}