.news-list > .clearfix {
  margin: 0 -15px; }

.news-list .item {
  float: left;
  width: 455px;
  height: 146px;
  margin: 0 15px;
  padding: 25px 0 25px;
  color: #5e5e5e;
  text-decoration: none;
  overflow: hidden;
  border-top: 1px solid #d0d0d0; }

.news-list .item span {
  display: block; }

.news-list .item .preview-picture {
  position: relative;
  float: left;
  width: 96px;
  height: 96px;
  overflow: hidden;
  border: 1px solid #999; }

.news-list .item .preview-picture:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: inset 0px 0px 0px 0px rgba(234, 26, 60, 0.36);
  -webkit-transition: box-shadow 0.4s ease-in 0s;
  -moz-transition: box-shadow 0.4s ease-in 0s;
  -ms-transition: box-shadow 0.4s ease-in 0s;
  -o-transition: box-shadow 0.4s ease-in 0s;
  transition: box-shadow 0.4s ease-in 0s; }

.news-list .item .description {
  overflow: hidden;
  max-height: 102%; }

.news-list .item .description .date {
  font-size: 13px;
  margin-bottom: 7px; }

.news-list .item .description .head {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 16px; }

.news-list .item .description .preview-text {
  font-size: 12px;
  line-height: 15px; }

.news-list .item .preview-picture + .description {
  margin-left: 112px; }

.news-list .item:first-child, .news-list .item:first-child + .item {
  border: none; }

.news-list .item:hover {
  text-decoration: none; }

.news-list .item:hover .head {
  color: #ea1a3c; }

.news-list .item:hover .preview-picture:after {
  box-shadow: inset 0px 0px 0px 120px rgba(234, 26, 60, 0.36); }

.news-list hr {
  background-color: #b9b9b9; }

.news-photo {
  width: 290px;
  margin: 0 auto 45px; }
  @media (min-width: 736px) {
    .news-photo {
      width: 600px; } }
  @media (min-width: 768px) {
    .news-photo {
      width: 650px; } }
  @media (min-width: 992px) {
    .news-photo {
      width: auto; } }

@media screen and (min-width: 768px) {
  .news-detail p.date + .news-photo {
    margin: 0 -34px 20px 0; } }

.news-photo .hover-text {
  display: block;
  position: absolute;
  z-index: 11;
  height: 48px;
  width: 186px;
  left: 50%;
  top: 50%;
  margin-top: -24px;
  margin-left: -93px;
  opacity: 0;
  padding-top: 14px;
  outline: 1px solid white;
  outline-offset: 20px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 0px 4px #a9031e;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s; }

.news-photo .image {
  position: relative;
  display: block;
  float: left;
  margin: 0 0 10px 0;
  width: 290px;
  height: 215px;
  overflow: hidden; }
  @media (min-width: 736px) {
    .news-photo .image {
      margin: 0 10px 10px 0; } }
  @media (min-width: 768px) {
    .news-photo .image {
      margin: 0 34px 17px 0; } }

.news-photo .image:after {
  position: absolute;
  z-index: 10;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  box-shadow: inset 0px 0px 0px 0px rgba(234, 26, 60, 0.36);
  -webkit-transition: box-shadow 0.4s ease-in 0s;
  -moz-transition: box-shadow 0.4s ease-in 0s;
  -ms-transition: box-shadow 0.4s ease-in 0s;
  -o-transition: box-shadow 0.4s ease-in 0s;
  transition: box-shadow 0.4s ease-in 0s;
  content: ""; }

.news-photo .image:hover:after {
  content: '';
  box-shadow: inset 0px 0px 0px 120px rgba(234, 26, 60, 0.36); }

.news-photo .image:hover .hover-text {
  opacity: 1;
  outline-offset: 0px; }

.news-detail p.date {
  color: #5e5e5e; }

.news-detail p.date + .news-photo {
  margin: 20px 0; }

.news-detail p.date + .news-photo .image {
  margin-top: 0; }

.news-detail p {
  color: #252525; }

/*# sourceMappingURL=style.css.map */
