#home_page_menu_blog li{
  float: left;
  width: 25%;
  position: relative;
  padding: 0px 15px;
}
.item_articles_content{
  background-color: #fff;
}
#home_page_menu_blog li img{
  max-width: 100%;
}

#home_page_menu_blog{
  margin-left: -15px;
  margin-right: -15px;
}
.link-blog-home{
  padding: 20px 0px 15px 0px;
  display: block;
  font-weight: bold;
  font-size: 19px;
  color: #2f3034;
}
.home_page_description{
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 14px !important;
  line-height: 23px;
}
.link-blog-img{
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.home_page_articles{
  width: 100%;
  float: left;
  margin: 20px 0px;
  clear: both;
}
.item_articles_header{
  color: #6a6a6a;
  padding: 5px 0px 60px 0px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  padding-top: 15px;
  position: relative;
}
.link-blog-home:hover{
  color: #fd0c51;
}
.item_articles .date_add i{
  font-size: 19px;
  margin-top: -3px;
  margin-right: 5px;
}

.read-blog-button{
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.item_articles .date_add:after,
.item_articles_categories:after{
  content: '•';
  font-size: 14px;
  margin-left: 10px;
  margin-right: 5px;
}
.posted_articles,
.item_articles .date_add,
.item_articles_categories{
  color: #878787;
  font-size: 13px;
}
.item_articles_categories:hover{
  color: #fd0c51;
}

.link-blog-img:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.link-blog-img img{
  max-width: 100%;
  transition: all 600ms ease 0s;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -ms-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  position: relative;
  overflow: hidden;
}


.link-blog-img:hover::before {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.link-blog-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.8) none repeat scroll 0 0;
  opacity: 1;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}