#tmcmsblockblog{
	clear: both;
	margin: 20px 0;
	z-index:1;
position:relative;
}


.title{
	color: #0F0F0F;
	text-transform: uppercase;
}

.home_blog .from-the-blog-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.home_blog .from-the-blog-image img {
    border: 1px solid #D7D7D7;
    padding: 7px;
	max-width:100%
}

.home_blog .image-hover {
    height: 93%;
    margin: 2%;
    position: absolute;
    top: 0;
    width: 96%;
    z-index: 9;
}

.blog_zoom {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
    z-index: 9;
}

.blog_icon {
    background:url(../../../themes/PRS070151/img/megnor/zoom.png) no-repeat scroll 50% 50% transparent;
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    opacity:0;
    padding: 12px 22px;
    z-index: 10;
}

.home_blog .from-the-blog-image:hover .blog_icon {
    opacity: 1;
}

.post-date {
    color: #2fb991;
	background:none;
    overflow: hidden;
    padding: 8px 10px;
    text-transform: capitalize;
}

.post-date .post_author {
	 float: left;
	color:#ffffff;  
}

.pipe {
    font-size: 13px;
}

.post-date .day {
    float: left;
}

.post-date .day, .post-date .month, .post-date .time {
 color: #ffffff;
    float: left;
    font-size: 13px;
    line-height: 23px;
    margin-left: 7px;
}

.post-date .month {
    border-bottom: 1px solid #C6474B;
    padding-bottom: 5px;
}

.post-date .time {
    border-top: 1px solid #F29296;
    padding-top: 4px;
    text-transform: uppercase;
}

.home_blog .from-the-blog-content {
    margin: 0px 0 10px;
	float:right;
	width:47%;
}

.home_blog .from-the-blog-excerpt{
	text-align:justify;
}

.home_blog .blog-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home_blog .blog-name a{
	color:#333;
}

.home_blog .blog-name a:hover{
	color:#E65E63;
}

.author_name {
    border-top: 1px solid #E1E1E1;
    color: #E65E63;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    overflow: hidden;
    padding: 10px 6% 0 0;
}

.author_name:before{
	content: "\f040";
	font-family: "FontAwesome";
	color: #777;
   	padding-right: 7px;
}

.home_blog .from-the-blog-image:hover .image-hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

.home_blog .bx-pager{display:none;}

.home_blog .bx-controls-direction {
    position: absolute;
    top: 0;
    right: 0;
}

.home_blog .bx-next,.home_blog .bx-prev{
	font-size:0;
	margin-left:10px;
}

.home_blog .bx-next:after{
	content: "\f105";
	font-family: "FontAwesome";
	font-size:25px;
}

.home_blog .bx-prev:after{
	content: "\f104";
	font-family: "FontAwesome";
	font-size:25px;
}
	