.stat {
  float: left;
  margin-left: 10px;
}

.stat .counter,
.stat .comments {
  float: left;
  margin-left: 10px;
}

.news-item {
  width: 25%;
  float: left;
  padding: 10px;
}

.news-item > a {
  display: block;
  position: relative; 
}

.popular-news-item > a:hover,
.news-item > a:hover {
  text-decoration: none;
}

.news-item .shortcuts {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
}

.news-item .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 185px;
}

.news-item .text-wrapper {
  height: 191px;
  position: relative;
  padding: 15px;
  background-color: #fff;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
}

.news-item .news-info {
  font-size: 10px;
  color: #bfbfbf;
}

.news-item .date {
  float: left;
  text-transform: lowercase; 
}

.news-item .stat {
  float: right;
}

.feature-item .stat .glyphicon,
.news-item .stat .glyphicon {
  margin-right: 5px;
}

.news-item:hover .title {
  color: #000;
}

.news-item .title {
  color: #303030;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.1;
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -ms-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

.news-item .section {
  color: #c40000;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1208px) {
  .news-item {
    width: 50%;
  }

  .news-item .image-wrapper img {
    max-height: none;
  }
}

@media only screen and (max-width: 767px) {
  .news-item {
    width: 100%;
  }

  .news-item .image-wrapper img {
    max-height: none;
  }
}