.top-images {
  height: 300px;
}

.inner {
  max-width: 1000px;
}

.text p:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.news-wrap {
  position: relative;
}
.news-date {
  padding-bottom: 20px;
  opacity: 0;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.news-date:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #da5b62;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
  -moz-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: all 0.6s 0.3s;
}
.news-date.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news-date.show:after {
  width: 50px;
}
.news-title {
  display: block;
  font-size: 1rem;
  color: #999;
  opacity: 0;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.news-title.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news-text {
  padding: 15px 0;
  position: relative;
  opacity: 0;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -moz-transition: all 0.6s 0.1s;
  -o-transition: all 0.6s 0.1s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.6s 0.1s;
}
.news-text:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 5%;
  background: #FFF;
  z-index: 1;
  bottom: 5%;
  left: 0;
  -moz-transition: all 1.2s ease-in 0.1s;
  -o-transition: all 1.2s ease-in 0.1s;
  -webkit-transition: all 1.2s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: all 1.2s ease-in 0.1s;
}
.news-text:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 5%;
  background: #FFF;
  z-index: 1;
  bottom: 5%;
  right: 0;
  -moz-transition: all 1.2s ease-in 0.1s;
  -o-transition: all 1.2s ease-in 0.1s;
  -webkit-transition: all 1.2s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: all 1.2s ease-in 0.1s;
}
.news-text.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news-text.show:before {
  width: 0;
}
.news-text.show:after {
  width: 0;
}
.news-img {
  width: 100%;
}
.news-img img {
  width: 100%;
  padding: 10px 0;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.news-img img.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news-button {
  font-size: 0.75em;
  padding-top: 20px;
  margin-top: 15px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid #efefef;
  position: relative;
}
.news-button:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 105%;
  background: #FFF;
  z-index: 1;
  top: -2.5%;
  left: 0;
  -moz-transition: all 1.2s ease-in;
  -o-transition: all 1.2s ease-in;
  -webkit-transition: all 1.2s ease-in;
  transition: all 1.2s ease-in;
}
.news-button:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 105%;
  background: #FFF;
  z-index: 1;
  top: -2.5%;
  right: 0;
  -moz-transition: all 1.2s ease-in;
  -o-transition: all 1.2s ease-in;
  -webkit-transition: all 1.2s ease-in;
  transition: all 1.2s ease-in;
}
.news-button.show:before {
  width: 0;
}
.news-button.show:after {
  width: 0;
}
.news-btn {
  border-radius: 0 20px 0 20px;
  width: 40px;
  padding: 10px;
  background: #746a6a;
  margin: 0 10px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.news-btn:last-child {
  border-radius: 20px 0 20px 0;
}
.news-btn:hover {
  background: #efefef;
}
.news-btn:hover a {
  color: #666;
}
.news-btn a {
  color: #FFF;
  -moz-transition: color 0.3s, letter-spacing 0.3s;
  -o-transition: color 0.3s, letter-spacing 0.3s;
  -webkit-transition: color 0.3s, letter-spacing 0.3s;
  transition: color 0.3s, letter-spacing 0.3s;
}
.news-btn a:hover {
  letter-spacing: 0.15em;
}

@media screen and (max-width: 640px) {
  .news-btn {
    width: 30px;
    margin: 0 7px;
  }
}
