  .page-list-home-news .news-item {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  transition-duration: 0.2s;
  border: 5px solid #acc17c;
  padding: 1.5em 1.5em 4em;
  position: relative;
  margin: 1.4em 0 0.9em;
}
.page-list-home-news .news-item:after {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  background-image: url(/application/blocks/page_list/templates/home_news/img/handprint.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  bottom: 1.5em;
  content: '';
  display: inline-block;
  height: 6em;
  position: absolute;
  right: 1.5em;
  width: 6em;
}
.page-list-home-news .news-item h3 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.1em;
  padding: 0;
}
.page-list-home-news .news-item h3 a {
  text-decoration: none;
}
@media only screen and (min-width: 1400px) {
  .page-list-home-news .news-item h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1900px) {
  .page-list-home-news .news-item h3 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 2300px) {
  .page-list-home-news .news-item h3 {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
  }
}
.page-list-home-news .news-item .date {
  color: #fff;
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 0.3em;
}
.page-list-home-news .news-item strong,
.page-list-home-news .news-item p {
  color: #fefefe;
}
.page-list-home-news .news-item .description li,
.page-list-home-news .news-item .description > * {
  color: #fff;
}
.page-list-home-news .news-item a.btn {
  transition-duration: 0.2s;
  bottom: 1.5em;
  color: #fff;
  position: absolute;
}
.page-list-home-news .news-item .news-button {
  border-radius: 4px;
  transition-duration: 0.2s;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  padding: 6px 12px;
  position: absolute;
  bottom: 1.8em;
  text-decoration: none;
}
.page-list-home-news .news-item .news-button:hover {
  text-decoration: none;
}
.page-list-home-news article .news-item-teal {
  background-color: #79a09c;
  border-color: rgba(255, 255, 255, 0.5);
}
.page-list-home-news article .news-item-teal[data-url]:hover {
  background-color: #66908b;
}
.page-list-home-news article .news-item-teal .date,
.page-list-home-news article .news-item-teal h3,
.page-list-home-news article .news-item-teal h3 a {
  color: #bad6cd;
}
.page-list-home-news article .news-item-teal a {
  color: #bad6cd;
}
.page-list-home-news article .news-item-teal .news-button,
.page-list-home-news article .news-item-teal .btn {
  background: #597e7a;
}
.page-list-home-news article .news-item-teal .news-button:hover,
.page-list-home-news article .news-item-teal .btn:hover {
  background: #5f8783;
}
.page-list-home-news article .news-item-blue {
  background-color: #768ea4;
  border-color: rgba(255, 255, 255, 0.5);
}
.page-list-home-news article .news-item-blue[data-url]:hover {
  background-color: #627c94;
}
.page-list-home-news article .news-item-blue .date,
.page-list-home-news article .news-item-blue h3,
.page-list-home-news article .news-item-blue h3 a {
  color: #d2dae1;
}
.page-list-home-news article .news-item-blue a {
  color: #d2dae1;
}
.page-list-home-news article .news-item-blue .news-button,
.page-list-home-news article .news-item-blue .btn {
  background: #566d82;
}
.page-list-home-news article .news-item-blue .news-button:hover,
.page-list-home-news article .news-item-blue .btn:hover {
  background: #5c758b;
}
.page-list-home-news article .news-item-green {
  background-color: #a8be75;
  border-color: rgba(255, 255, 255, 0.5);
}
.page-list-home-news article .news-item-green[data-url]:hover {
  background-color: #9db664;
}
.page-list-home-news article .news-item-green .date,
.page-list-home-news article .news-item-green h3,
.page-list-home-news article .news-item-green h3 a {
  color: #dbeab9;
}
.page-list-home-news article .news-item-green a {
  color: #dbeab9;
}
.page-list-home-news article .news-item-green .news-button,
.page-list-home-news article .news-item-green .btn {
  background: #8faa51;
}
.page-list-home-news article .news-item-green .news-button:hover,
.page-list-home-news article .news-item-green .btn:hover {
  background: #96b159;
}
.page-list-home-news article .news-item-taupe {
  background-color: #7a7878;
  border-color: rgba(255, 255, 255, 0.5);
}
.page-list-home-news article .news-item-taupe[data-url]:hover {
  background-color: #686666;
}
.page-list-home-news article .news-item-taupe .date,
.page-list-home-news article .news-item-taupe h3,
.page-list-home-news article .news-item-taupe h3 a {
  color: #c6c5c5;
}
.page-list-home-news article .news-item-taupe a {
  color: #c6c5c5;
}
.page-list-home-news article .news-item-taupe .news-button,
.page-list-home-news article .news-item-taupe .btn {
  background: #595757;
}
.page-list-home-news article .news-item-taupe .news-button:hover,
.page-list-home-news article .news-item-taupe .btn:hover {
  background: #605f5f;
}
@media only screen and (min-width: 1200px) {
  .page-list-home-news article .news-item-lg-teal {
    background-color: #79a09c;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .page-list-home-news article .news-item-lg-teal[data-url]:hover {
    background-color: #66908b;
  }
  .page-list-home-news article .news-item-lg-teal .date,
  .page-list-home-news article .news-item-lg-teal h3,
  .page-list-home-news article .news-item-lg-teal h3 a {
    color: #bad6cd;
  }
  .page-list-home-news article .news-item-lg-teal a {
    color: #bad6cd;
  }
  .page-list-home-news article .news-item-lg-teal .news-button,
  .page-list-home-news article .news-item-lg-teal .btn {
    background: #597e7a;
  }
  .page-list-home-news article .news-item-lg-teal .news-button:hover,
  .page-list-home-news article .news-item-lg-teal .btn:hover {
    background: #5f8783;
  }
  .page-list-home-news article .news-item-lg-blue {
    background-color: #768ea4;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .page-list-home-news article .news-item-lg-blue[data-url]:hover {
    background-color: #627c94;
  }
  .page-list-home-news article .news-item-lg-blue .date,
  .page-list-home-news article .news-item-lg-blue h3,
  .page-list-home-news article .news-item-lg-blue h3 a {
    color: #d2dae1;
  }
  .page-list-home-news article .news-item-lg-blue a {
    color: #d2dae1;
  }
  .page-list-home-news article .news-item-lg-blue .news-button,
  .page-list-home-news article .news-item-lg-blue .btn {
    background: #566d82;
  }
  .page-list-home-news article .news-item-lg-blue .news-button:hover,
  .page-list-home-news article .news-item-lg-blue .btn:hover {
    background: #5c758b;
  }
  .page-list-home-news article .news-item-lg-green {
    background-color: #a8be75;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .page-list-home-news article .news-item-lg-green[data-url]:hover {
    background-color: #9db664;
  }
  .page-list-home-news article .news-item-lg-green .date,
  .page-list-home-news article .news-item-lg-green h3,
  .page-list-home-news article .news-item-lg-green h3 a {
    color: #dbeab9;
  }
  .page-list-home-news article .news-item-lg-green a {
    color: #dbeab9;
  }
  .page-list-home-news article .news-item-lg-green .news-button,
  .page-list-home-news article .news-item-lg-green .btn {
    background: #8faa51;
  }
  .page-list-home-news article .news-item-lg-green .news-button:hover,
  .page-list-home-news article .news-item-lg-green .btn:hover {
    background: #96b159;
  }
  .page-list-home-news article .news-item-lg-taupe {
    background-color: #7a7878;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .page-list-home-news article .news-item-lg-taupe[data-url]:hover {
    background-color: #686666;
  }
  .page-list-home-news article .news-item-lg-taupe .date,
  .page-list-home-news article .news-item-lg-taupe h3,
  .page-list-home-news article .news-item-lg-taupe h3 a {
    color: #c6c5c5;
  }
  .page-list-home-news article .news-item-lg-taupe a {
    color: #c6c5c5;
  }
  .page-list-home-news article .news-item-lg-taupe .news-button,
  .page-list-home-news article .news-item-lg-taupe .btn {
    background: #595757;
  }
  .page-list-home-news article .news-item-lg-taupe .news-button:hover,
  .page-list-home-news article .news-item-lg-taupe .btn:hover {
    background: #605f5f;
  }
}
.page-list-home-news .ccm-pagination-wrapper {
  text-align: center;
}
.page-list-home-news h2 {
  text-align: center;
}
