/* Block editorial */
#slidetopcontent {
	background: #353535;
	color: #949494 !important;
	padding: 0px;
	max-height: 0px;
	position: relative;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
#slidetopcontent.showed{
	max-height: 800px;
	padding: 20px 0px;

}
#slidetopcontentShower:before{content: "\f107"; font-family: "FontAwesome"; font-size: 26px; width: 24px; height: 15px; text-align: center; display: block;}
#slidetopcontentShower{
	cursor: pointer;
	width: 24px;
	height: 15px;
	position: absolute; top: 2px;  left:50%;
	margin-left:-12px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#slidetopcontentShower:hover{
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#slidetopcontentShower.showed{
	-webkit-transform: rotate(180deg);  
	-moz-transform: rotate(180deg);  
	-ms-transform: rotate(180deg);  
	-o-transform: rotate(180deg); 
	transform: rotate(180deg);  
	top: 13px;
}

#slidetopcontent.showed{height: auto; overflow: visible; padding: 20px 0;}
#slidetopcontent ul{list-style-type: none;}
	#slidetopcontent li img {
		width: 100%;
		filter: alpha(opacity=100);
		opacity: 1.0;
		height: auto;
		zoom: 1;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		transition: opacity 300ms ease-in-out;
		-moz-transition: opacity 300ms ease-in-out;
		-webkit-transition: opacity 300ms ease-in-out;
		display: block;
	}
	#slidetopcontent li img:hover {
		filter: alpha(opacity=85);
		opacity: 0.85;
	}
	.slidetopcontent .rte { line-height: 16px; }
	#slidetopcontent .rte li{list-style-type:disc; float: none; margin-left: 20px;}
	.slidetopcontent h1 {
		padding: 0;
		background: none;
	}
	.slidetopcontent h4 {
		padding:0 0 10px 0;
		font-size: 20px;
		line-height: 1.2em;
		color: #666;
		text-transform: none;
		background: none;
		color: #eeeeee;
	}
	#slidetopcontent p { padding-left: 0 }