.blog-image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
  .blog-image a {
    display: block;
    overflow: hidden;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .blog-image a img {
    width: 100%;
    height: auto;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media only screen and (max-width: 767px) {
      .blog-image a img {
        width: 100%; } }
  .blog-image a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.blog-info {
  background-color: rgba(97, 114, 125, 0.8);
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  float: right;
  height: 100%;
  line-height: 20px;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  width: 50%;
}
.blog-info:hover {
  background-color: rgba(255, 255, 255, 0.898);
  color: #61727d;
}
  .blog-info .post-descr {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-family: belleza;
    font-size: 14px;
    cursor: pointer;
  }

#homepage-blog {
  display: block;
  float: left;
  height: auto;
  margin: 0 0 40px;
  padding: 0 0 40px;
  position: relative;
  text-align: center;
  width: 100%;
  color:#ffffff;
}
  #homepage-blog .title_block:after {
    display: none; }
  #homepage-blog .date-added {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #00bbd3; }
    #homepage-blog .date-added:before {
      content: "\e053";
      font-family: "material-design";
      display: inline-block;
      font-size: 14px;
      line-height: 14px;
      padding-right: 5px;
      vertical-align: 0; }
  #homepage-blog h5 {
    padding: 0px;
    display: block;
    float: left;
    font-family: belleza;
    font-size: 20px;
    margin: 0 0 20px;
    width: 100%;
  }
      @media (max-width: 1200px) {
        #homepage-blog h5 a {
          font-size: 17px;
          line-height: 23px; } }
      #homepage-blog h5 a:hover {
        color: #333333; }
  #homepage-blog .btn.btn-default {
    display: none; }
  #homepage-blog li{
    box-sizing: border-box;
    display: block;
    float: left;
    height: 400px;
    position: relative;
    width: 50%;
    padding:0px;
  }

    @media (max-width: 650px) {
      #homepage-blog li{
        width: 100%;
        height: 300px;
        clear:both;
        margin-bottom:5px;
      }
    }
/*    @media (min-width: 992px) {
      #homepage-blog li.first-in-line {
        clear: left; } }
    @media only screen and (min-width: 480px) and (max-width: 991px) {
      #homepage-blog li {
        width: 50%;
        float: left; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #homepage-blog li.first-item-of-tablet-line {
        clear: left; } }
    @media only screen and (max-width: 767px) {
      #homepage-blog li.first-item-of-mobile-line {
        clear: left; } }*/

.blog-plus-bloc{
  bottom: 0;
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
  .blog-plus{
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s ease-in 0s;
    width: 30px;
  }
.blog-info:hover .blog-plus{
  background-color: rgba(97, 114, 125, 0.8);
}