/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./common/modules/news/assets/css/news.css ***!
  \**********************************************************************************************************************************/
.news-block {
  height: 330px;
  padding: 30px;
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: all 220ms ease-out 0s;
  -moz-transition: all 220ms ease-out 0s;
  -o-transition: all 220ms ease-out 0s;
  transition: all 220ms ease-out 0s;
}

.news-block h4 {
  font-size: 26px;
}

.news-block span.read-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.news-block::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.68)), color-stop(37.5%, rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.1) 37.5%, transparent);
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 0;
}

.news-block, .news-block-small {
  margin-bottom: 30px;
}

a .news-block h4,
a .news-block h5 {
  color: #fff !important;
  position: relative;
  z-index: 1;
  font-weight: 300;
}

a .news-block:hover {
  text-decoration: none !important;
}

.news-block h5 {
  font-size: 16px;
  font-weight: 300;
}

.read-more {
  position: relative;
  z-index: 2;
}

a div.news-block h4 {
  text-decoration: none !important;
}

a.text-dec-none:hover {
  text-decoration: none !important;
}

.new-border {
  border-top: 1px solid #e7e7e7;
}

.img-sm-block {
  height: 280px;
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center;
}

.news-block-small {
  background: #fff;
}

.news-block-small .inner {
  padding: 20px;
}

.news-block-small .inner .bottom {
  border-top: 1px solid #e7e7e7;
  margin: 20px 0 0px;
  color: #7e7e7e;
  padding-top: 10px;
}

.news-block-small .inner .bottom i {
  margin-right: 10px;
}

.news-block-small .inner .bottom i.fa-angle-right {
  float: right;
  top: 5px;
  position: relative;
}

.news-block-small h4 {
  max-height: 66px;
  overflow: hidden;
}

.newsitem .visual-newsletter {
  position: static !important;
}

.newsitem .nav-sticker {
  display: none;
}

.socialnet-iframe {
  border: none;
  width: 100%;
}

.nopadding {
  padding: 0px;
}

.project-container-horizontal .project-content-data {
  margin: 10px 3px;
}

.project-container-horizontal .project-link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 20px;
  font-weight: 700;
}

.project-container-horizontal .project-label {
  position: absolute;
  background-color: #f3f3f3;
  padding: 10px 20px;
  border-radius: 0;
  color: #333;
  border-color: #e5e5e5;
  font-size: 16px;
  left: 0;
  top: 15px;
  z-index: 1;
}

.project-container-horizontal {
  background-color: #fff;
  margin: 0px;
}

.project-container-horizontal .img-responsive {
  height: 270px;
}

.project-container-horizontal .project-content-text {
  height: 270px;
}

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