/* ----- start news page ----- */

#bg-news {
  background: #f7f7f7;
}

.row-news {
  max-width: 1130px;
}

.news-wrapper {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 0;
}

.news-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.4em;
  line-height: 36px;
  padding-top: 3px;
  padding-bottom: 8px;
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.news-wrapper a {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  color: #222;
}

.news-wrapper .newsPage-blockTpl:nth-child(2n) {
  background-color: #f9f9f9;
}

.newsPage-imgBlock {
  padding-left: 0;
}

.newsPage-imgBlock img {
  width: 100%;
}

.newsPage-textBlock hr {
  margin: 6px 0 9px 0;
}

.newsPage-textBlock h2 {
  margin-bottom: 10px;
  padding-bottom: 6px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}

.newsPage-textBlock span, .newsPage-textBlock p {
  font-family: 'roboto', "21CENT", "MyriadProRegular";
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 25px;
}

.pagination {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 6px;
  text-align: center;
}

.pagination li {
  margin: 0 2px;
  padding: 0 5px;
  font-size: 1.2em;
}

.pagination .disabled {
  padding: 0;
  color: #989898;
}

.pagination .active {
  padding-top: 4px;
  background-color: rgba(4, 102, 204, 0.8);
  border-radius: 5px;
}

.pagination .active a {
  color: #fff;
}

.pagination .active a:hover, .pagination .active .pagination button:hover {
  color: #fff;
  background: rgba(230, 230, 230, 0);
}

.pagination a:hover, .pagination button:hover {
  background: rgba(230, 230, 230, 0);
}

@media only screen and (max-width: 650px) {
  .news-wrapper h1 {
    font-size: 2em;
  }
  .newsPage-textBlock {
    padding: 0;
  }
}

@media only screen and (max-width: 400px) {
  .newsPage-textBlock h2 {
    margin-top: 8px;
    font-size: 1.2em;
  }
  .newsPage-textBlock span, .newsPage-textBlock p {
    font-size: 1em;
    line-height: 24px;
  }
}

/* ----- end new page ----- */

/*-------------------------------*/