/* Block editorial */

.editorial_block .rte { background: transparent none repeat scroll 0 0 }
.editorial_block .mrc-content-wrap > h1 {
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #333333;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
}
.editorial_block .mrc-content-wrap > h2 {
	padding:0 0 10px 0;
	font-size: 14px;
	line-height: 1.2em;
	color: #333333;
	text-transform: none;
	background: none;
	text-align: center;
}
#editorial_block_center p { 
	padding-left: 0;
	font-size: 14px;
}
#editorial_block_center .rte p {color:#333333 }

#editorial_block_center p#editorial_image_legend {
   margin: 0 0 10px;
   padding:0;
   color: #333333;
   font-size: 10px;
}

#editorial_block_center ul {
	color: #333333;
	padding-left: 30px;
}

.editorial_block  {
	-webkit-transition: color .85s;
	-o-transition: color .85s;
	transition: color .85s;
}

.mrc-btn-wrap {
	margin: 15px 0;
	text-align: right;
	position:relative;
}

.mrc-shadow {
	pointer-events: none;
	position: absolute;
	height: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #fff), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, #fff 14%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, #fff 14%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, #fff 14%, rgba(0, 0, 0, 0) 100%);
}

.mrc-btn {
	background: none;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
    color: #333333;
	text-transform: none;
	border: none;
	outline: none;
	line-height: 33px;
}

.mrc-btn:focus, .mrc-btn:visited {
	border: none;
	outline: none;
}	

.mrc-btn:before {
	font-family: 'Linearicons';
	content: "\e6a5";
	display: block;
	float: left;
	font-weight: normal;
	width: 30px;
	height: 30px;
	font-size: 18px;
	border-radius: 50%;
	background: white;
	line-height: 30px;
	 -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.mrc-btn:hover:before {
	background: #333333; 
	color: white;
	-moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}