.blog-image {
  margin-bottom: 19px; }
  .blog-image a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .blog-image a:before {
      position: absolute;
      left: 0;
      top: 0;
      border: 0 solid #fa832a;
      width: 100%;
      height: 100%;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      z-index: 2;
      content: ""; }
      .blog-image a:before:hover {
        background: white; }
    .blog-image a:after {
      content: "\f061";
      font-size: 30px;
      line-height: 30px;
      font-family: "FontAwesome";
      color: #fff;
      top: 50%;
      left: 0;
      position: absolute; }
    .blog-image a:hover:before {
      border: 5px solid #fa832a; }
    .blog-image a:hover img {
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    .blog-image a img {
      position: relative;
      z-index: 1;
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: 100%; }

#homepage-blog .title_block {
  position: relative;
  z-index: 1;
  padding-right: 0; }
  #homepage-blog .title_block:before {
    height: 1px;
    content: "";
    background: #e2e2e2;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1; }
  #homepage-blog .title_block span {
    display: inline-block;
    padding: 0 20px;
    background: #fff; }
  #homepage-blog .title_block:after {
    display: none; }
#homepage-blog .date-added {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 300;
  background: #fa832a;
  padding: 1px 7px 2px;
  color: #fff;
  display: inline-block;
  margin-bottom: 12px; }
  #homepage-blog .date-added i {
    font-weight: normal;
    margin-right: 6px; }
#homepage-blog h5 {
  margin: 0 0 6px; }
#homepage-blog li {
  margin-bottom: 20px;
  padding: 0; }
#homepage-blog .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  z-index: 100;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin: 0;
  margin-top: -26px;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 767px) {
    #homepage-blog .bx-controls-direction a {
      top: 30%; } }
  #homepage-blog .bx-controls-direction a:before {
    display: block;
    text-indent: 0;
    z-index: 1;
    font-size: 30px;
    line-height: 40px;
    font-family: "FontAwesome";
    color: #333333;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #homepage-blog .bx-controls-direction a:hover:before {
    color: #fa832a; }
  #homepage-blog .bx-controls-direction a.disabled {
    color: #888;
    cursor: default;
    opacity: 0; }
#homepage-blog .bx-controls-direction a.bx-prev {
  right: auto;
  left: -50px; }
  #homepage-blog .bx-controls-direction a.bx-prev:before {
    content: "\f104"; }
  @media (max-width: 1286px) {
    #homepage-blog .bx-controls-direction a.bx-prev {
      left: -20px; } }
#homepage-blog .bx-controls-direction a.bx-next {
  right: -50px;
  left: auto; }
  #homepage-blog .bx-controls-direction a.bx-next:before {
    content: "\f105"; }
  @media (max-width: 1286px) {
    #homepage-blog .bx-controls-direction a.bx-next {
      right: -20px; } }
