body > .first-container {
    padding-top: 80px;
}

.address-horizontal {
  font-size: 13px;
  color: white;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.address-horizontal:hover{
  color: white;
  text-decoration: none;
}

.infos-horizontal {
  position: absolute;
  bottom: 3px;
  right: 10px;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0.5);
}

#listing-pagination{
    text-align: center;

}

.media-heading-large-font{
    font-size: 30px;

}


div.thumbnail:hover {
    box-shadow: 0px 5px 10px rgba(136, 136, 136, 0.16);
}