/* 	----------------------------------------------------------------------------------------------	
										D - RECENT POST																					
	----------------------------------------------------------------------------------------------	*/
.recentPost {
	margin: 0;
	width: auto;
}

.recentPost .item { margin: 0 10px; }

.title-news a {
	float: right;
	font-size: 12px;
	line-height: 12px;
	color: #ccc;
	font-weight: 400;
	position: relative;
	top: 12px;
}
.title-news a:hover {
	color: #52BFD3;
}

.recentPost .recentPost-single img { }
.recentPost .recentPost-single h3 { 
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px; 
}
.recentPost .recentPost-single p {
	color: #000;
}
.recentPost .recentPost-single .data {
	font-size: 12px;
	line-height: 12px;
	color: #ccc;
	margin-bottom: 5px;
}

.recentPost .recentPost-single .imageContainer { overflow: hidden; position: relative; }
.recentPost .recentPost-single .imageContainer img { position: relative; z-index: 2; }
.recentPost .recentPost-single .imageContainer .textContainer { 
	position: absolute;
	z-index: 3; 
	left: 0;
	right: 30px;
	bottom: -100px;
	background: rgba(255,255,255,.9);
	padding: 10px;
	
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear; 
	transition: all 0.2s linear; 
}

.recentPost .recentPost-single .imageContainer:hover .textContainer { bottom: 0; }
.recentPost .recentPost-single .imageContainer .textContainer h3 { margin-top: 0; }
.recentPost .recentPost-single .imageContainer .textContainer .data { color: #666; margin: 0; }


.recentPost .recentPost-single.style-blog { margin-bottom: 10px; }
.recentPost .recentPost-single.style-blog .imageContainer {
	width: 25%;
	float: left;
	position: relative;
	z-index: 1;
}

.recentPost .recentPost-single.style-blog .imageContainer img {
	-moz-border-radius: 250px;
	-webkit-border-radius: 250px;
	border-radius: 250px;
}	

.recentPost .recentPost-single.style-blog .textContainer {
	width: 72%;
	margin-left: 3%;
	float: left;
}