#menu-news {
  margin: -15px;
}
.news-item .post-title {
  margin: 35px 0;
}
.news-item .post-title h3 {
  color: #3c3950;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.news-item .article_category_item {
  font-size: 18px;
  line-height: 38px;
  color: #333;
}
.news-item .article_category_item h3 {
  color: #3c3950;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 28px;
  font-weight: 400;
}
.news-item .post-image {
  text-align: center;
  margin-bottom: 25px;
  display: block;
  position: relative;
  overflow: hidden;
}
.news-item .post-image:hover a:before {
  opacity: 1;
  transition: all 0.3s linear;
  background: rgba(255, 255, 255, 0.7);
}
.news-item .post-image:hover a:after {
  opacity: 1;
  top: 50%;
  transform: scale(1);
  transition: top 0s, opacity 0.4s, transform 0.4s;
}
.news-item .post-image a {
  display: block;
  position: relative;
  overflow: hidden;
  outline: 0;
}
.news-item .post-image a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.news-item .post-image a:after {
  content: "\f0f7";
  font-family: "FontAwesome", serif;
  background: #384554;
  color: #fff;
  position: absolute;
  top: 150%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 45px;
  line-height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  text-align: center;
  transform: scale(0);
  transition: top 0.4s, opacity 0.4s, transform 0.4s;
  z-index: 10;
}
.news-item .post-image img {
  margin: 0 auto;
}
.news-item .post-meta {
  margin-bottom: 55px;
}
.news-item .post-meta > ul {
  display: inline-block;
  list-style: none;
}
.news-item .post-meta > ul.meta-left li {
  display: inline-block;
  border-right: 1px solid #d4dee1;
  margin-right: 10px;
  padding-right: 10px;
}
.news-item .post-meta > ul.meta-left li:last-child {
  border-right: 0;
}
.news-item .post-meta > ul.meta-right {
  float: right;
}
.news-item .post-meta > ul.meta-right li {
  display: inline-block;
  border-left: 1px solid #d4dee1;
  margin-left: 10px;
  padding-left: 10px;
}
.news-item .post-meta > ul.meta-right li:first-child {
  border-left: 0;
}
.news-item .post-footer {
  padding-top: 30px;
}
.news-item .post-gallery {
  padding: 30px 0;
}
.news-item .post-gallery .post-gallery-item {
  padding-bottom: 20px;
}
.news_item .post-title a,
.news_item .post-title a:hover,
.news_item .post-title a:focus,
.article_category_item .post-title a,
.article_category_item .post-title a:hover,
.article_category_item .post-title a:focus {
  color: inherit;
  text-decoration: none;
}
.news_title {
  font-weight: 400;
}
.news_more {
  position: absolute;
  bottom: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
#feed_cns .panel-body {
  padding: 10px;
}
/*# sourceMappingURL=news.css.map */