.list_item.big .image {
	width: 370px;
	height: 215px;
	background-size: cover;
	background-position: center;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.list_item.big .text {
	margin-left: 30px;
	width: 460px;
	display: inline-block;
	vertical-align: top;
}

.list_item.big .text .title {
	font-family: pf_din_text_cond_pro_medium;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 35px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 10px;
	text-transform: uppercase;
}


.list_item.big .text .description {
	text-align: justify;
}
.list_item.big .text .airtime {
	margin-top: 10px;
	font-size: 1.3em;
	font-family: pf_din_text_cond_pro_medium;

}

.list_item {
	display: block;
	clear: both;
	text-decoration: none;
	padding-bottom: 30px;
	
}

.list_item, .list_item:hover {
	color: #333;
}

.list_item.big .image .age {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 10px;
	left: 10px;
	opacity: 0.4;
	filter: alpha(opacity=50);
	background: url(/images/age_bg.png) no-repeat top right transparent;
	line-height: 40px;
	color: white;
	font-size: 24px;
	text-align: center;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;


}

 .list_item.big .image:hover .age {
	opacity: 0.9;
}


.programview.cell.small .image {
	width: 270px;
	height: 157px;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}

.programview.cell.small {
	width: 270px;
	margin-bottom: 30px;

}

.programview.cell.small a {
	text-decoration: none;
}

.programview.cell.small .title {
	margin-top: 10px;
	font-size: 18px;
	font-family: pf_din_text_cond_pro_medium;


}

.programview.page .left {
	width: 570px;
	float: left;
}

.programview.page .left.image {
	width: 570px;
	height: 321px;
	background-size: cover;
	background-position: center;
}

.programview.page .right {
	width: 270px;
	float: left;
	margin-left: 30px;
}

.programview.page .rowblock {
	clear: both;
	margin-top: 10px;
}


.programview.page .right .description {
	text-align: justify;
}

.programview.page .right .instances {
	margin-top: 30px;
	font-family: pf_din_text_cond_pro_medium;
	line-height: 24px;
	font-size: 18px;

}

.programview.page .right .instances .title {
	font-size: 24px;
	margin-bottom: 8px;

}

.announce {
	margin-bottom: 30px;

}

.announce .video {
	margin-top: 5px;
}

.announce .air_date {
	font-size: 18px;
	font-family: pf_din_text_cond_pro_medium;
	line-height: 24px;
}

.announce.small {
	width: 270px;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 40px;
}
.announce.small.row2 {
	margin-right: 0px;
}

.announce .description {
	text-align: justify;
}

.announce.small .title {
	font-size: 18px;
	font-family: pf_din_text_cond_pro_medium;
	margin-top: 10px;
	text-decoration: none;
	display: block;
	color: black;
}

.announce.small .air_date {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 24px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

