.blog-image {
  margin-bottom: 0px; }
  .blog-image a {
    display: block; }
    .blog-image a img {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .blog-image a img {
          width: 100%; } }

.homepage-blog {
  clear: both;
  overflow: hidden;
  margin-bottom: 100px; }
  .homepage-blog .title_block:after {
    display: none; }
  .homepage-blog .post_content {
    background: #333333;
    padding: 22px 31px 15px 31px;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    -webkit-transition: 0.4s linear all;
    transition: 0.4s linear all; }
    .homepage-blog .post_content .product-name {
      color: white;
      font-size: 16px;
      line-height: 20px;
      -moz-transition: 0.4s linear all;
      -o-transition: 0.4s linear all;
      -webkit-transition: 0.4s linear all;
      transition: 0.4s linear all; }
      .homepage-blog .post_content .product-name:hover {
        color: #00c247; }
    .homepage-blog .post_content .post-descr {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 39px;
      color: #78797c;
      -moz-transition: 0.4s linear all;
      -o-transition: 0.4s linear all;
      -webkit-transition: 0.4s linear all;
      transition: 0.4s linear all; }
    .homepage-blog .post_content .date-added {
      color: #E2007A;
      font-size: 12px;
      line-height: 20px;
      -moz-transition: 0.4s linear all;
      -o-transition: 0.4s linear all;
      -webkit-transition: 0.4s linear all;
      transition: 0.4s linear all; }
  .homepage-blog .title_block {
    font: italic 300 30px/1 'Capriola', sans-serif;
    color: white;
    text-transform: none;
    padding-bottom: 0;
    background: none;
    padding: 0;
    border: none;
    margin-top: 100px;
    margin-bottom: 31px; }
    .homepage-blog .title_block a {
      color: white;
      -moz-transition: 0.4s linear all;
      -o-transition: 0.4s linear all;
      -webkit-transition: 0.4s linear all;
      transition: 0.4s linear all; }
      .homepage-blog .title_block a:hover {
        color: #e66576; }
    .homepage-blog .title_block:after {
      display: none; }
  @media only screen and (max-width: 768px) {
    .homepage-blog {
      margin-bottom: 0px; } }
  .homepage-blog li {
    margin-bottom: 0px; }
    @media only screen and (max-width: 768px) {
      .homepage-blog li {
        margin-bottom: 30px; } }
    .homepage-blog li:hover .post_content {
      background: white; }
      .homepage-blog li:hover .post_content .product-name {
        color: #333333; }
        .homepage-blog li:hover .post_content .product-name:hover {
          color: #e97282; }
      .homepage-blog li:hover .post_content .date-added {
        color: #333333; }
    @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; } }

#footer .homepage-blog {
  margin-bottom: 3px;
  margin-top: 34px; }
  @media only screen and (max-width: 768px) {
    #footer .homepage-blog {
      margin-top: 0; } }
  @media only screen and (max-width: 768px) {
    #footer .homepage-blog .footer_item {
      width: 100%; } }
  #footer .homepage-blog h4 {
    margin-bottom: 11px;
    font: 30px/1 "Open Sans", sans-serif; }
    @media only screen and (max-width: 768px) {
      #footer .homepage-blog h4:after {
        display: none; } }
    #footer .homepage-blog h4 a {
      font-weight: 700; }
  #footer .homepage-blog .footer_item {
    margin-top: 20px; }
    #footer .homepage-blog .footer_item:first-child {
      margin-top: 0px; }
  #footer .homepage-blog .post_content {
    background: none;
    padding: 0px 15px 0px 15px; }
    #footer .homepage-blog .post_content h5 {
      color: #858586;
      margin-top: 0;
      margin-bottom: 0; }
      #footer .homepage-blog .post_content h5 a {
        font-size: 14px;
        color: #858586; }
        #footer .homepage-blog .post_content h5 a:hover {
          color: white; }
    #footer .homepage-blog .post_content .date-added {
      font-size: 14px;
      margin-bottom: 0px;
      color: #af005e; }
