.page-navigation {
  display: block;
  width: 100%;
  align-items: center;
  margin: 0 0 15px; }

.page-navigation * {
  margin: 0; }

.page-navigation p {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.f3-widget-paginator {
  list-style-type: none;
  padding: 0;
  width: 100%; }

.f3-widget-paginator li {
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-right: 1px solid #d2d2d2; }

.f3-widget-paginator li.current {
  color: #fff;
  background: #229ae8; }

.news-list-view .article {
  margin: 0 0 15px 0;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-left: 5px solid #3c86c0; }

.news-list-view .news-img-wrap {
  height: 140px;
  border: 0;
  overflow: hidden; }

.news-list-view .news-img-wrap img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1, 1);
  transition: all 0.5s ease-out;
  width: auto;
  height: 125%;
  max-width: inherit; }

.news-list-view .news-img-wrap img:hover {
  transform: translateY(-50%) translateX(-50%) scale(1.045, 1.045); }

.news-list-view .teaser-text {
  padding: 15px; }

.news-list-view .teaser-text h3 {
  font-size: 18px; }

.news-list-view .newsend {
  border-top: 1px solid #eee;
  display: flex;
  align-items: center; }

.news-list-view .newsend .offset-lg-4 {
  padding-left: 15px; }

.news-list-view .article .more {
  padding: 0 0 0 26%;
  border-top: 1px solid #d2d2d2; }

.news-list-view .article .more p {
  padding: 0.5em 0 0 1em;
  margin: 0; }

.news-list-view .article a.more {
  display: block;
  background: #229ae8;
  color: #fff;
  text-decoration: none;
  padding: 0.25em 1em; }

.news-single {
  padding: 0; }

.news-single .NewsSingleHeader {
  color: #093b8e; }

.news-single {
  position: relative;
  min-height: 1px; }

.news-single .news-img-wrap {
  margin: 0 0 15px;
  overflow: hidden;
  height: auto; }

.news-single .news-img-wrap img {
  position: relative;
  transform: scale(1, 1);
  transition: all 0.5s ease-out;
  width: 100%;
  height: auto; }

.news-single .news-img-wrap img:hover {
  transform: scale(1.025, 1.025); }

.news-single .news-img-caption {
  padding: 5px 0;
  margin: 0;
  color: #787878; }

.news-single .NewsSingleFooter p {
  color: #787878; }

.news-related-news {
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #e1e1e1; }

.news-single .btn a {
  color: #fff;
  background: #229ae8; }

.news-single .btn-primary {
  background: #229ae8; }

@media (min-width: 768px) {
  .page-navigation {
    display: flex;
    width: 100%; }

  .page-navigation p {
    display: block;
    width: auto;
    margin-bottom: 0px; }

  .f3-widget-paginator {
    padding: 0 15px;
    width: auto; } }
