/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3-mei-2017, 11:54:23
    Author     : MeesVerberne
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10-mrt-2016, 9:25:59
    Author     : Mees Verberne
*/
.defaultFont {
  font-size: 14px;
  font-weight: 500;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.latestnews {
  padding: 50px 0;
}
.latestnews.examples {
  background: #ebebeb;
}
.latestnews .contentwrapper {
  position: relative;
}
.latestnews .contentwrapper h2 {
  padding-left: 15px;
  line-height: 40px;
  margin-bottom: 35px;
}
.latestnews .contentwrapper .btn.green {
  position: absolute;
  right: 15px;
  top: 0;
}
.latestnews .contentwrapper .btn.green:hover {
  color: #00c584;
  border-color: #00c584;
}
.latestnews .contentwrapper .prevnews {
  top: 185px;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  left: -40px;
  cursor: pointer;
}
.latestnews .contentwrapper .prevnews.hidden #prevnews {
  color: #4d4d4f;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
}
.latestnews .contentwrapper .prevnews #prevnews {
  color: #00a068;
}
.latestnews .contentwrapper .nextnews {
  top: 185px;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  right: -40px;
  cursor: pointer;
}
.latestnews .contentwrapper .nextnews.hidden #nextnews {
  color: #4d4d4f;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
}
.latestnews .contentwrapper .nextnews #nextnews {
  color: #00a068;
}
.latestnews .contentwrapper .newsitems {
  overflow: hidden;
  width: calc(100% + 14px);
  margin-left: -7px;
}
.latestnews .contentwrapper .newsitems .inview-wrapper {
  position: relative;
  white-space: nowrap;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-transition: all 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: all 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: all 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.latestnews .contentwrapper .newsitems .inview-wrapper .news-item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 0 7px;
  box-sizing: border-box;
  white-space: normal;
}
.latestnews .contentwrapper .newsitems .inview-wrapper .news-item:hover .image .news-image {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.latestnews .contentwrapper .newsitems .inview-wrapper .news-item a {
  color: #4d4d4f;
}
.latestnews .contentwrapper .newsitems .inview-wrapper .news-item .image {
  width: 100%;
  height: 270px;
  background: #000;
}
.latestnews .contentwrapper .newsitems .inview-wrapper .news-item .image .news-image {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.latestnews .contentwrapper .newsitems .inview-wrapper .news-item .content {
  padding: 30px 15px 0 15px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
}
.latestnews .contentwrapper .newsitems .inview-wrapper .news-item .content h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  height: 48px;
  overflow: hidden;
  word-break: break-word;
}
.latestnews .contentwrapper .newsitems .inview-wrapper .news-item .content .info {
  max-height: 60px;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
}
.latestnews .contentwrapper .newsitems .inview-wrapper .news-item .content .news-link {
  font-style: italic;
  text-decoration: underline;
  color: #00c584;
}
@media all and (max-width: 1285px) {
  .latestnews .contentwrapper {
    width: 100%;
  }
  .latestnews .contentwrapper .pagetitle {
    padding-left: 115px;
  }
  .latestnews .contentwrapper .btn.green {
    right: 115px;
  }
  .latestnews .contentwrapper .prevnews {
    left: 20px;
  }
  .latestnews .contentwrapper .nextnews {
    right: 20px;
  }
  .latestnews .contentwrapper .newsitems {
    width: calc(100% - 120px);
    margin: 0 auto;
  }
}
@media all and (max-width: 1023px) {
  .latestnews .contentwrapper .newsitems .inview-wrapper .news-item {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .latestnews {
    padding: 60px 0 80px 0;
  }
  .latestnews .contentwrapper .pagetitle {
    text-align: center;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .latestnews .contentwrapper .btn.green {
    position: static;
    margin: 0 auto;
    display: block;
    width: 78px;
    margin-bottom: 40px;
  }
  .latestnews .contentwrapper .prevnews {
    left: 20px;
    bottom: -50px;
    top: auto;
  }
  .latestnews .contentwrapper .nextnews {
    right: 20px;
    bottom: -50px;
    top: auto;
  }
  .latestnews .contentwrapper .newsitems {
    width: 100%;
    margin: 0 auto;
  }
  .latestnews .contentwrapper .newsitems .inview-wrapper .news-item {
    width: 100%;
    padding: 0 20px;
  }
  .latestnews .contentwrapper .newsitems .inview-wrapper .news-item .content {
    padding: 30px 60px 0 60px;
  }
}
@media all and (max-width: 500px) {
  .latestnews .contentwrapper .pagetitle {
    font-size: 30px;
    line-height: 30px;
  }
}
@media all and (max-width: 400px) {
  .latestnews .contentwrapper .pagetitle {
    font-size: 30px;
    line-height: 30px;
  }
}
/*# sourceMappingURL=latest-news.css.map */