.post {
	float: left;
	width:270px;
	width: 100%;
	min-height: 76px;
	margin-right: 5px;
	padding: 5px 0 10px 0;
}
.post .image {
	float: left;
	width:74px;
	width: 100%;
	height: 50%;
	align-items: center;
}
.post .data {
	float: right;
	width:186px;
	width: 100%;
	padding-top:1px; 
}
h4 {
	font-size: 13px;
	line-height: 13px;
	padding-bottom: 4px;
}
.post .data p {
	padding-left:2px;
} 
.featured {
	margin-bottom: 20px;
}
.featured .thumb {
	width: 100%;
	/* height: 305px; */
	height: 100%;

	position: relative;
	overflow: hidden;
}
.featured .thumb .img3 {
	width: 100%;
	height:400px;
}
.featured .thumb .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px;
	/* background: url(assets/img-temporal/shade.png) repeat 0 0; */
	background-color: rgba(88, 86, 86, 0.616);
	color: #ffffff;
	width: 100%;
}
.featured .thumb .text a {
	color: #ffffff;
}
.featured .thumb .text h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
}
.featured .thumb .text {
	line-height: 1.4em;
	margin-top: 7%;
	padding-left: 2%;
    padding-right: 2%;
}
.img3 {
	float: left;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 100%;
}



