.transition, .MBlogItemMore a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;				
}
.ModBlog .circle, .MBlogAvatarContainer{
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.MBlogAvatarContainer{
	margin:0 7px 0 7px;
	height:25px;
	width:auto;				
}
.MBlogItemContainer{
	margin-bottom:65px;				
}
.MBlogItemInfo span{
	margin-right:12px;				
}
.MBlogItemInfo{
	font-style:italic;	
	padding-bottom:7px;			
}

@media all and (max-width: 767px){
	.MBlogImage{
		margin:0 auto 0 auto;
		width:40%;			
	}
}
@media all and (max-width: 374px){
	.MBlogImage{
		margin:0 auto 0 auto;
		width:60%;			
	}
}