.news-module__item {
  display: flex;
  margin: 0 0 20px;
  padding: 0;
}
.news-module__image {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  min-width: 130px;
}
.news-module__image:after {
  content: "\f061";
  color: #fff;
  transform: translate(-50%, -50%) scale(0);
  transition: all linear 0.15s;
}
.news-module__image:hover:after {
  transform: translate(-50%, -50%) scale(1);
}
.news-module__description {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0 15px;
}
.news-module__category-date-viewed {
  display: flex;
  margin: 10px 0 10px;
  color: #ff4e3a;
  font-size: 11px;
  font-weight: 400;
}
.news-module__category {
  overflow: hidden;
  text-decoration: underline;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-module__date {
  flex: 0 0 auto;
  margin: 0 15px 0 0;
}
.news-module__viewed {
  flex: 0 0 auto;
}
.news-module__date .fa,
.news-module__viewed .fa {
  margin: 0 5px 0 0;
  font-size: 0.9em;
  font-weight: 400;
}
.news-module__name {
  display: block;
  font-weight: 400;
  font-size: 13px;
  min-height: 80px;
  line-height: 17px;
}
.news-module__text {
  font-size: 0.95em;
}


.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.news-list__layout {
  display: flex;
}
.news-list__item {
  margin: 0 0px 20px;
  padding: 0;
  display: flex;
}
.news-list__image img {
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}
.news-list__category-date-viewed {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  color: #888;
  font-size: 0.85em;
}
.news-list__date {
  margin: 0 15px 0 0;
}
.news-list__date .fa,
.news-list__viewed .fa {
  margin: 0 5px 0 0;
}
.news-list__name {
  display: block;
  margin: 0 0 10px;
  font-weight: 500;
}
.news-list__description {
  padding: 0 15px;
  width: 100%;
}
.news-list__text {
  font-size: 1.1em;
}

.news-page {
  margin: 0 0 30px;
}
.news-page__image {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 30%;
}
.news-page__image img {
  border-radius: 3px;
}
.news-page__description {
  line-height: 1.5em;
}
.news-page__description img,
.news-page__description iframe {
  max-width: 100%;
}
.news-page__social-posted {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news-page__posted {
  color: #888;
}
.news-page__posted .fa-eye {
  margin: 0 5px 0 0;
}
.news-page__posted .fa-calendar {
  margin: 0 5px 0 15px;
}
.news-page ol,
.news-page ul {
  display: inline-block;
  padding: 0 0 0 15px;
  clear: both;
}

.news-prevnext {
  margin: 0 0 30px;
  padding: 15px 0;
  background: #f8f8f8;
  border-radius: 4px;
}
.news-prevnext__item {
  height: 100%;
  padding: 0 5px;
}
.news-prevnext__item.prev {
  text-align: right;
}
.news-prevnext__a {
  display: flex;
  height: calc(100% - 20px);
  padding: 0 0 10px;
  font-weight: 500;
  text-decoration: underline;
}
.news-prevnext__a.prev {
  justify-content: flex-end;
}
.news-prevnext__date {
  font-size: 0.95em;
  color: #888;
}

.mfp-bg {
  opacity: 0 !important;
  transition: all ease-in-out 0.3s;
}
.mfp-bg.mfp-ready {
  opacity: 0.6 !important;
}
.mfp-bg.mfp-removing {
  opacity: 0 !important;
}
.mfp-wrap {
  z-index: 1066;
}
.mfp-arrow {
  opacity: 0 !important;
  transition: all ease-in-out 0.3s;
}
.mfp-ready .mfp-arrow {
  opacity: 0.5 !important;
}
.mfp-removing .mfp-arrow {
  opacity: 0 !important;
}
.mfp-figure {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px #555;
}
.mfp-figure:after {
  display: none !important;
}
.mfp-close {
  color: #555 !important;
  right: 10px !important;
}
.mfp-bottom-bar {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.mfp-bottom-bar .mfp-title {
  max-width: 85%;
  padding: 0 !important;
  font-size: 0.9em;
  color: #888;
}
.mfp-bottom-bar .mfp-counter {
  position: relative;
  color: #555;
}

@media (max-width: 575px) {
  .news-module__item {
    margin: 0 0 10px;
  }
  .news-page__image {
    margin: 0 0 15px;
    width: 100%;
    max-width: 100%;
  }
  .news-page__social-posted {
    justify-content: flex-end;
  }
  .news-page__social {
    margin: 0 0 10px;
  }
  .news-page__posted {
    flex: 1 0 100%;
    text-align: right;
  }
}
