/* LIST: TOP ITEM */
.news.top_item {
	width: 870px;
	height: 505px;
	position: relative;
	margin-top: 30px;
	margin-bottom:35px;
}
.news.top_item .image {
	width: 870px;
	height: 505px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
}

.news.top_item .text {
	position: absolute;
	bottom: 0px;
	width: 870px;
	color: white;
	background: rgba(0,0,0,0.5);
	z-index: 2;
}

.news.top_item .text_container {
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-right: 10px;
}

.news.top_item .title {
	font-family: pf_din_text_cond_pro_medium;
	font-size: 25px;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 15px;
}
.news.top_item .date {
	display: inline-block;
	color: #999999;
	font-family: pf_din_text_cond_pro_regular;
	font-style: italic;
	font-size: 18px;
}
.news.top_item .summary {
	margin-top: 5px;
}

.news.top_item a {
	text-decoration: none;
}

/* LIST: STANDARD ITEM */
.news.list_item .image {
	width: 270px;
	height: 157px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#block-news_top .news.list_item .image {
	width: 191px;
	height: 111px;
}

.news.list_item .title a {
	font-family: pf_din_text_cond_pro_medium;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

.news.list_item .image_container, .news.list_item .text {
	display: table-cell;
	vertical-align: top;
}

.news.list_item .text {
	padding-left: 10px;
}

.news.list_item .container {
	margin-top: 35px;
}

.news.list_item .date {
	padding: 5px 0px;
	color: #999999;

}

.news.list_item .summary {
	color: #333333;
}

.news.list_item {
	margin-bottom: 7px;
	padding-bottom: 30px;
}

.news.list_item:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-top: 2px;
}

/* LIST: BOX ITEM */
.news.box_item .image {
	width: 270px;
	height: 157px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.news.box_item .title a {
	font-family: pf_din_text_cond_pro_medium;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

.news.box_item .text {
	padding-top: 10px;
}

.news.box_item .container {
	margin-top: 35px;
}

.news.box_item .date {
	padding: 5px 0px;
	color: #999999;

}

.news.box_item .summary {
	color: #333333;
}

.news.box_item {
	width: 270px;
	margin-bottom: 7px;
	padding-bottom: 30px;
}

.news.box_item:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-top: 2px;
}



/* FULLDISPLAY */
.news.fulldisplay {
	width: 870px;
}
.news.fulldisplay .date {
	padding: 0px;
	padding: 5px 0px;
	color: #999999;
	margin-top: 15px;
}

.news.fulldisplay .main_text {
	font-size: 14px;
	line-height: 20px;
	text-align:justify;
}


/* SLIDER */

.news.fulldisplay .slider {
	width: 870px;
	height: 505px;
	position: relative;
	margin-top: 15px;
}

.news.fulldisplay .slide {
	width: 870px;
	height: 505px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	/*display: none;*/
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.news.fulldisplay .slide.active {
	opacity: 1;
	display: block;
}

.news.fulldisplay .slider_chooser {
	width: 100%;
	padding-right: 1px;
	padding-left: 1px;
	background: #efefef;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
}

.news.fulldisplay .slider_chooser, .news.fulldisplay .slider_thumb, .news.fulldisplay .slider_thumb_overlay {
	height: 101px;
}
.news.fulldisplay .slider_thumb, .news.fulldisplay .slider_thumb_overlay {
	width: 174px;
}



.news.fulldisplay .slider_thumb {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}

.news.fulldisplay .slider_thumb_overlay {
	position: absolute;
	background: #efefef;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	cursor: pointer;
}

.news.fulldisplay .slider_thumb_overlay:hover, .news.fulldisplay .slider_thumb.active .slider_thumb_overlay {
	opacity: 0;
}

/*
.news.fulldisplay .slider_thumb_arrow {
	background: url(/images/news.fulldisplay .slide_thumb_hl.png) no-repeat;
	width: 120px;
	height: 11px;
	display: none;
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;

}

.news.fulldisplay .slider_thumb.active .news.fulldisplay .slider_thumb_arrow {
	display: block;
}
*/
.news.fulldisplay .slider_thumb:last-child {
	margin-right: 0px;
}

/* PAGINATION */
.pagination_link {
	display: inline-block;
	margin-right: 3px;
	width: 30px;
	height: 30px;
	background-color: #2e2d2d;
	color: white;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-family: pf_din_text_cond_pro_medium;
	transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	cursor: pointer;
	vertical-align: top;
}

.pagination_link:hover, .pagination_link.active {
	background-color: #D51E2D;
	color: white;
}
.pagination_link:last-child {
	margin-right: 0px;
}

.pagination {
	height: 30px;
	word-spacing: nowrap;
	position: relative;
	width: 855px;
	overflow: hidden;
}

.pagination_link_container {
	position: absolute;
	top: 0px;
	left: 33px;
	width: 9999px;
	
	display: inline-block;
	vertical-align: top;
	word-spacing: nowrap;
	overflow: hidden;
	height: 30px;
	-webkit-transition: left 0.5s ease;
}

#pagination_left, #pagination_right {
	position: absolute;
	z-index: 2;
	top: 0px;
}
#pagination_left {
	left: 0px;
}

#pagination_right {
	right: 0px;
}


.news.fulldisplay .video {
	margin-top: 30px;
}
.news.fulldisplay .video_desc {
	margin-top: 15px;
	margin-bottom: 30px;
}



/* PREV/NEXT */

/*.prevnext {
	padding-top: 14px;
}*/

.prevnext_text {
	display: none;
}
