@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic);
.blog-image {
  margin-bottom: 10px; }
  .blog-image a {
    display: block;
    position: relative;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .blog-image a:hover img {
      -moz-transform: scale(1.02);
      -webkit-transform: scale(1.02);
      -o-transform: scale(1.02);
      transform: scale(1.02); }
    .blog-image a img {
      border-radius: 3px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      @media only screen and (max-width: 767px) {
        .blog-image a img {
          width: 100%; } }

#homepage-blog {
  margin-bottom: 0; }
  #homepage-blog .title_block:after {
    display: none; }
  #homepage-blog li {
    margin-bottom: 28px;
    text-align: center; }
    #homepage-blog li h5 {
      margin-bottom: 5px; }
    #homepage-blog li a.product-name {
      font: 300 16px/31px "Ubuntu", sans-serif;
      color: #323232;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      #homepage-blog li a.product-name:hover {
        color: #1fd4e4; }
    #homepage-blog li .post-descr {
      font: 300 13px/20px "Ubuntu", sans-serif;
      color: #888888;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 12px; }
    #homepage-blog li .date-added {
      position: relative;
      font: 300 14px/20px "Ubuntu", sans-serif;
      color: #1fd4e4; }
      #homepage-blog li .date-added:before {
        position: relative;
        display: inline-block;
        font-family: "fl-outicons";
        content: '\e011';
        color: #1fd4e4;
        font-size: 16px;
        margin-right: 6px; }
    @media (min-width: 992px) {
      #homepage-blog li.first-in-line {
        clear: left; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #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; } }
