/* ANIMATION */
.latest_news-container {
  background: #f1f1f1;
  padding-bottom: 50px;
}

#latest_news {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  #latest_news {
    /*width: $media-small-width;*/
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  #latest_news {
    width: 1280px;
  }
}
@media only screen and (min-width: 1600px) {
  #latest_news {
    width: 1600px;
  }
}
#latest_news .content_feed {
  position: relative;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
#latest_news .content_feed .news {
  overflow: hidden;
  float: left;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 5px;
  width: 100%;
}
@media only screen and (min-width: 641px) and (max-width: 1200px) {
  #latest_news .content_feed .news {
    width: 50%;
    padding: 0px 8px;
  }
}
@media only screen and (min-width: 991px) {
  #latest_news .content_feed .news {
    width: 25%;
    padding: 0px 8px;
  }
}
#latest_news .content_feed .news img {
  width: 100%;
  margin-bottom: 10px;
}
#latest_news .content_feed .news p {
  margin: 6px 0;
  color: #484949;
}
#latest_news .content_feed .news .category {
  font-weight: bold;
}
#latest_news .content_feed .news h4 {
  color: #484949;
  font-size: 16px;
  text-transform: uppercase;
}
#latest_news .all-news {
  text-align: center;
}
#latest_news .all-news a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin-top: 6px;
  background: #484848;
  color: white;
  line-height: 37px;
  padding: 0px 37px;
  text-align: center;
}
#latest_news .all-news a:hover {
  background: #111;
}
