.mod-col4-9-wrapper a:hover {
  background: #716a66 ! important;
}

.mod-col4-9-wrapper .results-title {
  font-family: georgia, oswald, serif ! important;
  color: #fff ! important;
  font-style: italic ! important;
  font-size: 18px ! important;
  line-height: 25px ! important;
  margin: 0 0 14px;
}

.mod-col4-9-wrapper {
  background: #444 ! important;
  padding-bottom: 36px;
}
.mod-col4-9-wrapper a {
	display: block;
    min-height: 244px;
    padding: 60px 14% 14px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    position: relative;
      transition: all 0.3s ease;
}
.mod-col4-9-wrapper a:hover {
    background: #999;
}


.mod-col4-9-wrapper .colwrapper .widget_custom_html {
	padding:0;
}


@media (min-width: 1200px) {
  .col-lg-2 {
  	width:20%;
  }
}
@media (min-width: 992px) {
  .mod-col4-9-wrapper .colwrapper .widget_custom_html:nth-child(2n+1):before {
      content: "";
      position: absolute;
      top: 48px;
      left: 0;
      width: 0px;
      height: 180px;
      background: #888 important;   
  }
}
@media (max-width: 991px) {
  .mod-col4-9-wrapper .colwrapper .widget_custom_html:nth-child(2n+1):before {
      content: "";
      position: absolute;
      top: 48px;
      left: 0;
      width: 0px;
      height: 180px;
      background: #888 important;   
  }
}