@charset "utf-8";
/* CSS Document */

body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {margin:0; padding:0;}

body{
	background: url(../images/bg_main.jpg) center top no-repeat #000;
	font-family: Arial;
}

.clear{
	clear: both;
}

img{
	border: none;
}

.wrapper{
	width: 960px;
	margin: 0 auto;
}


@font-face {
	font-family: 'furore';
	src: url('../fonts/furore.eot');
	src: local('☺'), url('../fonts/furore.woff') format('woff'), url('../fonts/furore.ttf') format('truetype'), url('../fonts/furore.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* header
-------------------------*/
.header_section{
	width: 100%;
	padding-top: 20px;
}

.logo{
	float: left;
}

.socialmedia_boxpanel{
	float: right;
	margin-top: 35px;
}

.livestream_panelbox{
/*	background: url(../images/music_meter.png) center bottom no-repeat;*/
	width: 300px;
	float: left;
	font-size: 12px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	min-height: 65px;
	position: relative;
	margin-left: 160px;
}

.livestream_panelbox > h2{
	color: #e61212;
	font-family: 'furore';
	font-size: 24px;
	margin-bottom: 10px;
}

.livestream_panelbox > div > p > span{
	color: #7d7d7d;
	font-size: 10px;
}

.livestream_arrowright{
	background: url(../images/livestreaming_arrowright.png) 0 0 no-repeat;
	width: 37px;
	height: 39px;
	position: absolute;
	right: 0px;
	bottom:0px;
}

.livestream_arrowleft{
	background: url(../images/livestreaming_arrowleft.png) 0 0 no-repeat;
	width: 37px;
	height: 39px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.livestream_arrowright:hover, .livestream_arrowleft:hover{
	background-position: 0 -39px;
}


/* navigation
-------------------------*/
nav{
	max-width: 990px;
	margin: 15px auto;
	text-align: center;
}

nav > ul > li{
	list-style: none;
	display: inline-block;
	margin-right: -2px;
	margin-bottom: 2px;
	/* css 02042014 */
	position: relative;
}

nav > ul > li:last-child{
	margin-right: 0px;
}

nav > ul > li > a{
	background: rgba(255, 255, 255, 0.2);
	font-family: 'furore';
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 61px;
	display: block;
}

nav > ul > li > a:hover, nav > ul > li > a.active{
	background: rgba(206, 2, 2, 0.5);
	color: #fff;
	text-decoration: none;
}

/* css 02042014 */

nav > ul > li:hover .submenu{
	left: 0px;
}

.submenu{
	width: 200px;
	background: rgba(206, 2, 2, 0.5);
	position: absolute;
	top: 34px;
	left: -999em;
	z-index: 999;
}

.submenu > ul > li{
	list-style: none;
}

.submenu > ul > li > a{
	color: #fff;
	font-family: 'furore';
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #db6161;
}

.submenu > ul > li > a:hover{
	background-color: #ff9c00;
}

/* banner
-------------------------*/
.banner_panelbox{
	width: 647px;
	float: left;
	position: relative;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999; display: none;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 10px 0 0 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline; margin: 0 5px;}
ol.bjqs-markers li a{display:inline-block; width: 22px; height: 22px; background-color: #757575;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
ol.bjqs-markers.h-centered > .active-marker a{background-color: #bf0000; }


/* content
-------------------------*/
.content_section{
	padding: 20px 0;
}

.todayschedule_panelbox{
	float: right;
	width: 265px;
}

.todayschedule_listitem{
	background-color: #131313;
	color: #fff;
	padding-top: 10px;
	margin-top: 8px;
}

.todayschedule_listitem > div > h2{
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	font-family: 'furore';
}

.todayschedule_title{
	margin-top: -22px;
}

.todayschedule_itembox{
	width: 245px;
	border-bottom: 1px dotted #fff;
	padding: 10px;
	font-size: 12px;
}

.todayschedule_itemleftbox{
	width: 160px;
	float: left;
}

.todayschedule_itemleftbox > h3{
	color: #ff9c00;
	font-size: 16px;
	font-family: 'furore';
	font-weight: normal;
}

.todayschedule_itemrightbox{
	width: 70px;
	float: right;
	text-align: right;
	font-family: 'furore';
	font-size: 14px;
}

.btn_style{
	background-color: #bf0000;
	color: #fff;
	font-family: 'furore';
	font-size: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
}

.sports_contentpanel{
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.sports_contentpanel > h3{
	font-family: 'furore';
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.sports_contentpanel > h4, .subcontent_boxpanel > h3, .subcontent_title{
	font-family: 'furore';
	color: #ff9c00;
	font-size: 16px;
	font-weight: normal;
}

.subcontent_boxpanel{
	width: 908px;
	border:1px solid #242424;
	padding: 25px;
	background: rgba(0, 0, 0, 0.7);
	color: #ababab;
	font-size: 12px;
}

.subcontent_boxpanel p {margin: 10px 0;}

.subcontent_leftboxpanel{
	width: 340px;
	border-right: 1px solid #313131;
	float: left;
	padding-right: 20px;
	min-height: 305px;
}

.subcontent_rightboxpanel{
	float: right;
	width: 512px;
}

.bulletlist > li{
	list-style: none;
	background: url(../images/img_bullet.png) 0 3px no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}

.form_textbox_half, .form_textbox, .form_msgbox{
	height: 34px;
	background-color: #fff;
	font-size: 14px;
	color: #ababab;
	width: 228px;
	padding: 0 10px;
	border:none;
	font-family: Arial;
}

.form_textbox{
	width: 481px;
}

.form_msgbox{
	width: 481px;
	height: 124px;
	padding: 10px;
}

.subpages_links{
	font-family: 'furore';
	color: #ff9c00;
	font-size: 18px;
}

.subpages_links > a{
	color: #ff9c00;
	text-decoration: none;
}

.subpages_links > a.active{
	color: #fff;
}

.music_contentbox{
	font-size: 14px;
	color: #fff;
}

.music_boxwrap{
	width: 960px;
}

.music_itembox, .music_itembox2{
	width: 258px;
	border:1px solid #242424;
	padding: 20px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	float: left;
}

.music_itembox2{
	color: #ababab;
}

.music_itembox:nth-child(2), .music_itembox2:nth-child(2){
	margin: 0 30px;
}

.music_itembox table, .music_itembox2 table{
	width: 100%;
	margin: 10px 0;
}

.music_itembox2 table{
	width: auto;
	color: #fff;
}

.music_itembox2 table tr td{
	padding-right: 10px;
}

.music_itembox2 span{
	color: #fff;
}

.music_itembox table tr td:first-child{
	width: 143px;
}

.music_imgbox{
	width: 258px;
	height: 153px;
}
.music_videobox {width:258px; height:170px; margin-bottom:5px;}

.subcontent_title{
	font-size: 14px;
}

.pagination{
	text-align: center;
}

.pagination > li{
	list-style: none;
	display: inline-block;
	margin: 0 5px;
	color: #FFF;
	font-size: 14px;
}

.pagination > li > a{
	color: #7a7a7a;
	font-size: 14px;
	text-decoration: none;
}

.pagination > li > a.button {
	background-color: #a11212;
	padding: 5px 10px; 
	color: #fff;
}

.pagination > li > a:hover, .pagination > li > a.active{
	color: #fff;
}

.calendar_panelbox{
	width: 325px;
	margin: 0 auto;
	text-align: center;
}

.tbl_calendardate, .tbl_calendarelements{
	width: 100%;
}

.tbl_calendardate > tbody > tr > td{
	padding: 5px;
	font-family: 'furore';
	color: #ff9c00;
	font-size: 14px;
}

.tbl_calendardate > tbody > tr > td:first-child, .tbl_calendardate > tbody > tr > td:last-child{
	width: 4px;
}

.tbl_calendardate > tbody > tr:last-child > td{
	font-size: 18px;
}

.tbl_calendarelements > tbody > tr > th, .tbl_calendarelements > tbody > tr > td{
	padding: 5px;
	font-size: 14px;
	color: #fff;
}

.tbl_calendarelements > tbody > tr > td{
	color: #929292;
}

.tbl_calendarelements > tbody > tr > th:first-child{
	color: #a31414;
}

.tbl_calendarelements > tbody > tr > td.active{
	background-color: #a71818;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	font-weight: bold;
	color: #fff;
}

.calendar_contentleftbox{
	min-height: 245px;
}

.calendar_contentbox{
	font-size: 12px;
}

.calendar_contentbox > h2, .calendar_contentbox > h3{
	font-weight: normal;
	color: #ff9c00;
	font-size: 14px;
	font-family: 'furore';
}

.calendar_contentbox > h3{
	color: #fff;
}


/* mid footer
-------------------------*/
.midfooterads_section{
	widows: 100%;
}

.midfooterads_itembox{
	width: 300px;
	float: left;
}

.midfooterads_itembox:nth-child(2){
	margin: 0 30px;
}

.live_stream{
	width: 100%;
	text-align: center;
	padding: 30px 0;
	color: #5a5a5a;
	font-size: 12px;
}



/* footer
-------------------------*/
.footer_section{
	width: 100%;
	text-align: center;
	padding: 30px 0;
	color: #5a5a5a;
	font-size: 12px;
}
.footer_section a {
	color: #FFF;
	text-decoration:none;
}

.footerlinks{
	color: #fff;
}

.footerlinks a{
	color: #fff;
	text-decoration: none;
}



/*css added 20131216*/
.schedule-onair-link a{
	color: #ff9c00;
	font-size: 12px;
	font-weight: bold;
}

.schedule-tabmenu li{
	list-style: none;
	float: left;
	margin-right: 1px;
}

.schedule-tabmenu li a{
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.schedule-tabmenu li a:hover, .schedule-tabmenu li a.active{
	background: rgba(206, 2, 2, 0.5);
}

.schedule-divider{
	border-bottom: 1px solid #242424;
	padding-bottom: 1px;
	width: 100%;
}

.schedule-table-grid{
	width: 100%;
}

.schedule-table-grid tr th, .schedule-table-grid tr td{
	padding: 5px;
	color: #fff;
}

.schedule-table-grid tr th{
	border-bottom: 2px solid #fff;
}

.schedule-table-grid tr:nth-child(even){
	background-color: #131313;
}

.schedule-table-grid tr td a, .schedule-recent-list li a, .link-style{
	color: #ff9c00;
	font-weight: bold;
	text-decoration: none;
}

.link-style{
	font-weight: normal;
}

.schedule-recent-list li{
	list-style: none;
}

.schedule-textbox{
	width: 481px;
	height: 24px;
	background-color: #fff;
	border: none;
	padding: 5px 10px;
}

/* 2014-04-16 */
.subcontent_boxpanel a {color:#FF9C00; text-decoration:none;}

.stream a{
text-align: center;
font-size: 30px;
color: white;
}

/* css added by mark from 2015-09-09 to */
.header-social {
	margin-top: 35px;
	float: right;
}

.container-wrapper {
	max-width: 990px;
}

.container.container-wrapper .header-col {
	height: 175px;
}

.livestream_col {
	font-size: 12px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	min-height: 65px;
	position: relative;
	margin: 0 auto;
}

.livestream_col > h2 {
	color: #e61212;
	font-family: 'furore';
	font-size: 24px;
	margin-bottom: 10px;
}

.livestream_col > div > p > span {
	color: #7d7d7d;
	font-size: 10px;
}

.owl-controls                                         { margin: 0 auto; padding: 0 30px; }
.owl-theme .owl-controls .owl-page span     		  { margin: 5px 5px !important; background-color: #757575 !important; opacity: 1 !important; height:22px !important; width:22px !important; border-radius: 0 !important; }
.owl-theme .owl-controls
.owl-page.active span                                 { background: #bf0000 !important; }

.no_padd_no_marg {
	margin: 0;
	padding: 0;
}

.todayschedule_itembox {
	width: 100%;
}

.right-sidebar {
	padding-left: 30px;
}

.each-mid-footer {
	margin-bottom: 15px;
}

.music_itembox2 {
	margin: 0;
	width: auto;
}


.pagination_link {
	text-align: center;
}

.pagination_link > li{
	list-style: none;
	display: inline-block;
	margin: 0 5px;
	color: #FFF;
	font-size: 14px;
}

.pagination_link > li > a{
	color: #7a7a7a;
	font-size: 14px;
	text-decoration: none;
}

.pagination_link > li > a.button {
	background-color: #a11212;
	padding: 5px 10px; 
	color: #fff;
}

.pagination > li > a:hover, .pagination > li > a.active{
	color: #fff;
}
.banner-pagination {
	margin-top: 15px;
	position: relative;
    top: 0;
}
.banner-pagination li, .banner-pagination li.active {
	display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #757575;
    cursor: pointer;
    margin: 0 3px;
    border: none;
    border-radius: 0;
}

.banner-pagination li.active {
	background-color: #bf0000;
}



.music_contentbox {
	margin-bottom: 20px;
}

.music_imgbox, .music_itembox, .music_videobox {
	width: auto;
}

.music_itembox {
	margin-bottom: 20px;
}

.music_itembox, .music_itembox2 {
	float: none;
	margin-bottom: 20px;
}

.sports_contentpanel {
	padding: 0 20px;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.sports-template table, table {
	color: #fff;
	width: 100% !important;
}

.sports-template p strong, .sports-template h4 {
	color: #fff;
	margin-bottom: 10px;
}

.sports-template p img {
	display: block !important;
	max-width: 100% !important;
}

.subcontent_boxpanel {
	width: auto;
    margin: 0 -2px;
}

.subcontent_leftboxpanel, .subcontent_rightboxpanel {
	width: auto;
	float: none;
}

.subcontent_rightboxpanel div {
	margin-bottom: 5px;
}

.subcontent_rightboxpanel input, .subcontent_rightboxpanel textarea {
	width: 100%;
}

.subcontent_rightboxpanel table {
	border-spacing: 5px;
	border-collapse: separate;
}

.schedule-tabmenu li {
	margin-bottom: 8px;
}
