/* Block editorial */
.editorial_block { margin-bottom: 1em }
.editorial_block .rte {
	background-color: #fff !important;
	padding: 15px 20px 1px 15px;
}
.editorial_block h1 {
	border-bottom: 1px solid #999;
	color: #444;
	font-size: 23px;
	font-weight: 900;
	letter-spacing: 4px;
	margin-bottom: 15px;
	padding: 5px;
	text-transform: uppercase;
}

.editorial_block h2 {
	padding: 0px 0px 2px 5px;
	font-size: 17px;
	line-height: 1.2em;
	color: #f29218;
	text-transform: uppercase;
	background: none;
	font-weight: 600;
	letter-spacing: 1px;
}
#editorial_block_center p {
	padding-left: 5px;
	letter-spacing: 0.3px;
	line-height: 19px;
	text-align: justify;
	font-size: 14px;
	text-transform: u;
	margin-bottom: 14px;
}
#editorial_block_center .rte p {color:#666 }

#editorial_block_center p#editorial_image_legend {
   margin: 0 0 10px;
   padding:0;
	color: #666;
   font-size: 10px;
}

#editorial_block_center img {
	float: right;
	max-width: 170px;
	height: auto;
	margin-left: 15px;
	position: relative;
	top: 50px;
	border: 5px solid #fff;
}

@media only screen and (max-width : 980px){

	#editorial_block_center img {
		float: none;
		margin-left: 0; 
		top: 0;
	}
	
}