.sidebar ul ul{
	width: 100%;
	padding-left: 0;
}

.sidebar ul  li{
	font-weight:bold;
}

.sidebar ul ul li{
	font-weight:normal;	
}

.jspVerticalBar {
    width: 3.5%;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.date_d {
    width: 96.5%;
    margin-right: 3.5%;
}

.poll_answer, .poll-result{
	padding: 1em;
}

.play_btn{
	display: none;
}

.show_name a{
	font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    text-decoration: none;
    color:#fff;
}

/*
.sr-only {
    position: inherit;
    width: 1px;
    height: 1px;
    color: #fff;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    font-size: 12px;
    line-height: 24px;
    margin-left: 10px;
}*/

.poll_answer label{
	margin-left: 20px;
}

.poll.submit{
	background: #70ccdb;
    width: 100%;
    border: none;
    padding: 0.5em;
    color: #fff;
    font-weight: bold;
}

.total_votes{
	background: #70ccdb;
    width: 100%;
    border: none;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.percent.text{
	font-size: 12px;

}

.progress-bar{
	height: 24px;
}

.jspTrack {
    background: rgba(141, 214, 226, 0.75);
}

.jspVerticalBar .jspArrow.jspArrowUp{
	background: url("../../img/scroll_up.png")center no-repeat;
    background-size: 100% auto;
	background-color: #8B8A8C;
}

.jspVerticalBar .jspArrow.jspArrowDown{
	background: url("../../img/scroll_down.png")center no-repeat;
    background-size: 100% auto;
	background-color: #8B8A8C;
}

.program_program {
    border-bottom: 17px solid transparent;
}

.show_details{
	margin-bottom:1em;
}

.section.polls h2{
	    margin: 0px;
    padding: 7px;
    background: #70ccdb;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

/* Pagination */
.pagination {
	margin: 18px 0;
}

.pagination ul {
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-grid-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-grid-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	grid-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul li {
	display: inline;
}

.pagination ul li a {
	float: left;
	padding: 0 14px;
	line-height: 34px;
	border-right: 1px solid;
	border-right-color: #fff;
	text-decoration: none;
}

.pagination ul li a:hover, .pagination ul li.active a {
	background-color: #8dd6e2;
	color: #4C6169;
}

.pagination ul li.disabled a, .pagination ul li.disabled a:hover {
	background-color: none;
	color: #bfbfbf;
}

.pagination ul li:last-child a {
	border: 0;
}

.titleofpop img{
	max-width: 22px;
}

.banner_live{
	height: 450px;
}

.left_b{
    width: 40%;
    background-color: rgba(128, 128, 128, 0.44);
    height: 100%;
    padding: 5%;
}

.left_b_title h1{
	color: #fff;
    font-size: 70px;
    font-weight: 400;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.banner_live{
	width: 100%;
	height: 100%;
}

.left_b_title h2{
	padding: 0px;
	margin:0px;
	color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-top: -15px;
}

.left_b_date{
	color: #fff;
	font-size: 80px;
	text-align: center;
	margin-top: 10px;
	font-weight: 600;
}

.left_b_times{
	font-size: 30px;
	text-align: center;
	color: #fff;
}

.video_thumb{
	position: relative;
}

.small_video .thumb{
	/*position: relative;*/
}

.big_video .play_btn,
.small_video .play_btn,
.big_video .play_btn_blue,
.small_video .play_btn_blue{
    margin: auto;
    display: table-cell;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    width: 15%;
}

.small_video .play_btn_blue,
.small_video .play_btn {	
    max-width: 75px;
}

.big_video .play_btn_blue,
.big_video .play_btn{
    max-width: 171px;	
}

.big_video .play_btn_blue,
.small_video .play_btn_blue{
	display:none;
}

.small_video:hover .play_btn_blue,
.big_video:hover .play_btn_blue{
	display:block;
}

.small_video:hover .play_btn,
.big_video:hover .play_btn{
	display:none;
}

.big_video .episode-title,
.small_video .episode-title{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
}

.small_video:hover .episode-title,
.big_video:hover .episode-title{
	color:#70CCDB;
}

.sub_menu_inner{
	display: none;
}

.inner_from.wh{
	color: #fff;
}

.inner_from_title{
	font-size: 20px;
	padding: 20px;
	padding-left: 0px;
}

a{
	color: #fff;
	text-decoration:none;
}
.developed a{
	color: #333;
}
.big_video {
	margin: 1.7em 0;
}

#owl-dates,
#owl-photos,
#owl-thisweek,
#owl-program,
.program_day, 
#owl-news,
#owl-episodes{
	display:none;
}

#item1{
	visibility:hidden;	
}

#owl-photos .owl-wrapper .owl-item,
#owl-thisweek .owl-wrapper .owl-item,
#owl-news .owl-wrapper .owl-item,
#owl-episodes .owl-wrapper .owl-item{
	margin-right:1px;
}

#player-live #pp_full_res {
    line-height: 1!important;
    display: flex!important;
}

#lvpla.flowplayer.is-splash, .flowplayer.is-poster {
    cursor: pointer;
    background: url(../../img/redesign/live_3.gif);
    background-repeat: no-repeat;
    background-size: 100%;
}

.top_video_overlay{
	position:absolute;
	width:100%;
	height:100%;
	top: 0;
	z-index: 48;
}

.download-link{
	margin-bottom: 10px;

}

.download-link a{
	text-decoration: none;
	color: #70ccdb;
}

.download-link a:hover{
	text-decoration: none;
	color: #fff;
}

.episodio {
    margin-top: 25px;
}

.fp-player .fp-engine{
	background-color:#000;
}

/************* CATFISH ***************/

#catfish1{
	display: none;
	bottom: -100px;
    position: fixed;
    right: 10px;
    /*width: 300px;*/
    z-index: 9999999;
	background: #ccc;
}


#close_btn_catfish{
	background: url('../../img/banner_close.png') no-repeat;
	background-position: center center; 
	background-color:#003546;
	float:right;
	width:35px;
	height: 25px;
}

.catfish_head{
	background: #cccccc;
	height: 25px;
}

@media only screen and (min-width: 410px) and (max-width: 900px){
		
	#catfish1{
		width:80% !important;
	    margin: 0 0 0 -40%;
	    left:50%;
    	z-index: 9999999;
	}
	#div-gpt-ad-1454410057208-0{
    	text-align: center;
	}
	#div-gpt-ad-1454410057208-0 iframe{
		margin-left: auto;
		margin-right: auto;
		width: 300px;
		background: #ccc;
	}
}


@media only screen and (max-width: 409px){
	#div-gpt-ad-1454410057208-0{
    	text-align: center;
	}
	#catfish1{
		width: 310px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		left:0%;
	}
	
}


/************* END CATFISH ***************/


/************* Information Box Ad ***************/
.infobox1{
	/*display: none;*/
	position: relative;
}

#div-gpt-ad-1461317071162-0{
	position: fixed;
	top: 16px;
	right: 73px;
	z-index: 99;
}
/*
@media (min-width: 767px){
	#div-gpt-ad-1461317071162-0{
		right: 190px;
	}
}
*/
@media (min-width: 1024px){
	.infobox1{
		display:none;
	}
}

@media (max-width: 992px){
	#div-gpt-ad-1461317071162-0{
		right: 100px;
	}
}

@media (max-width: 767px){
	#div-gpt-ad-1461317071162-0{
		position: absolute;
		top: 16px;
		right: 50px;
		z-index: 99;
	}
}
/************* END Information Box Ad ***************/

.forlast_news a{
	color: #ffffff;
}


.forlast_news a:hover{
	color: #ffffff;
	text-decoration: none;
}
