.mk-news-container {
	margin-bottom: 50px;

	a {
		text-decoration: none;
	}
}
.mk-news-item {
  position: relative;
  overflow: hidden;
  float: left;
}
.mk-news-item .item-holder {
  margin: 0 6px 6px 0;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.mk-news-item .news-categories {
  font-weight: bold;
  font-size: 13px;
}
.mk-news-item .news-the-title {
  font-size: 18px;
  font-weight: bold;
}
.mk-news-item .mk-read-more i {
  margin-left: 5px;
  vertical-align: middle;
}
.news-full-with-image .news-meta-wrapper,
.news-half-with-image .news-meta-wrapper,
.news-fourth-with-image .news-meta-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 15px 15px 3px 15px;
}
.news-full-with-image .news-categories,
.news-half-with-image .news-categories,
.news-fourth-with-image .news-categories {
  line-height: 43px;
  color: #ffffff;
}
.news-full-with-image .news-categories a,
.news-half-with-image .news-categories a,
.news-fourth-with-image .news-categories a {
  color: #ffffff;
}
.news-full-with-image .news-categories span,
.news-half-with-image .news-categories span,
.news-fourth-with-image .news-categories span {
	padding: 12px 5px;
	font-size: 11px;
	margin-left: -8px;
	letter-spacing: 1px;
	box-decoration-break: clone;
	background-color: #f97352;
}
.news-categories span {
	box-shadow: 8px 0 0 #f97352, -8px 0 0 #f97352;
}
.news-full-with-image .news-date,
.news-half-with-image .news-date,
.news-fourth-with-image .news-date {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 15px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  line-height: 10px;
  color: #ffffff;
}
.news-full-with-image img,
.news-half-with-image img,
.news-fourth-with-image img {
  height: 100%;
  width: 100%;
}
.news-full-with-image .news-the-title a,
.news-half-with-image .news-the-title a,
.news-fourth-with-image .news-the-title a {
  color: #ffffff;
}
.news-full-with-image .news-the-title span,
.news-half-with-image .news-the-title span,
.news-fourth-with-image .news-the-title span {
  line-height: 37px;
  background-color: #000000;
  padding: 13px 0;
  box-shadow: 15px 0px 0 #000000, -15px 0 0 #000000;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.news-full-without-image .item-holder,
.news-half-without-image .item-holder,
.news-fourth-without-image .item-holder {
  padding: 28px 35px;
}
.news-full-without-image .item-holder .news-categories,
.news-half-without-image .item-holder .news-categories,
.news-fourth-without-image .item-holder .news-categories {
  margin-bottom: 5px;
}
.news-full-without-image .item-holder .news-the-title,
.news-half-without-image .item-holder .news-the-title,
.news-fourth-without-image .item-holder .news-the-title {
  margin: 0;
}
.news-full-without-image .item-holder .news-date,
.news-half-without-image .item-holder .news-date,
.news-fourth-without-image .item-holder .news-date {
  color: #777777;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
}
.news-full-with-image {
  width: 99.5%;
}
.news-full-without-image {
  width: 99.9%;
}
.news-half-with-image {
  width: 49.9%;
}
.news-half-without-image {
  width: 49.9%;
}
.news-fourth-with-image {
  width: 24.9%;
}
.news-fourth-without-image {
  width: 24.9%;
}
@media handheld, only screen and (max-width: 1024px) {
  .news-half-with-image > div,
  .news-fourth-with-image > div,
  .news-full-with-image > div {
    height: auto !important;
  }
  .news-half-with-image > div .news-meta-wrapper,
  .news-fourth-with-image > div .news-meta-wrapper,
  .news-full-with-image > div .news-meta-wrapper {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    margin: 20px;
  }
  .news-full-with-image,
  .news-full-without-image {
    width: 100% !important;
  }
  .news-half-with-image,
  .news-fourth-with-image,
  .news-fourth-without-image,
  .news-half-without-image {
    width: 49.8% !important;
  }
  .news-half-with-image > div,
  .news-fourth-with-image > div,
  .news-fourth-without-image > div,
  .news-half-without-image > div {
    height: auto !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .news-full-with-image,
  .news-full-without-image {
    width: 100% !important;
  }
  .mk-news-item {
    margin-right: 0 !important;
  }
  .news-half-with-image,
  .news-fourth-with-image {
    width: 100% !important;
  }
  .news-fourth-without-image,
  .news-half-without-image {
    width: 100% !important;
  }
}
