.blog-image {
  margin-bottom: 15px; }
  .blog-image a {
    display: block; }
    @media only screen and (max-width: 767px) {
      .blog-image a img {
        width: 100%; } }

#homepage-blog .title_block {
  background: none;
  border: none;
  font: 400 22px/22px "Ubuntu", sans-serif;
  margin: 0 0 30px;
  padding: 20px 0 0;
  text-align: center; }
  #homepage-blog .title_block:after {
    display: none; }
  #homepage-blog .title_block > a {
    color: #333; }
    #homepage-blog .title_block > a:hover {
      color: #8ac249; }
#homepage-blog li {
  margin-bottom: 20px; }
  @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 {
      float: left;
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    #homepage-blog li.first-item-of-mobile-line {
      clear: left; } }
#homepage-blog .blog-image a {
  border: 1px solid #eee; }
#homepage-blog .date-added {
  color: #8ac249;
  font: 300 14px/16px "Ubuntu", sans-serif;
  margin-bottom: 14px; }
#homepage-blog .product-name {
  color: #333;
  font: 400 20px/27px "Ubuntu", sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  #homepage-blog .product-name:hover {
    color: #8ac249; }
  @media (max-width: 1199px) {
    #homepage-blog .product-name {
      font-size: 18px;
      line-height: 22px; } }
  @media (max-width: 991px) {
    #homepage-blog .product-name {
      font-size: 16px;
      line-height: 20px; } }
#homepage-blog .post-descr {
  color: #888;
  font: 13px/23px "Ubuntu", sans-serif; }

.blog-image a {
  margin-bottom: 22px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1200px) {
    .blog-image a:after {
      color: #8ac249;
      content: '\f129';
      font: 60px/40px "FontAwesome";
      left: 50%;
      opacity: 0.8;
      margin: -20px 0 0 -20px;
      position: absolute;
      top: -50%;
      -webkit-transition: all 1.2s ease;
      -moz-transition: all 1.2s ease;
      transition: all 1.2s ease; }
    .blog-image a:hover:after {
      top: 50%;
      -webkit-animation: spinAround 2s linear infinite;
      -moz-animation: spinAround 2s linear infinite;
      animation: spinAround 2s linear infinite; } }
  .blog-image a .img-responsive {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .blog-image a:hover .img-responsive {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */ }

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotateY(0deg); }

  to {
    -webkit-transform: rotateY(360deg); } }
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotateY(0deg); }

  to {
    -moz-transform: rotateY(360deg); } }
@keyframes spinAround {
  from {
    transform: rotateY(0deg); }

  to {
    transform: rotateY(360deg); } }
