/*
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:58:28
    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
  ---------------------------------------------------*/
/*
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
*/
.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;
  }
}
.news-detail {
  padding-top: 85px;
}
.news-detail .news-image {
  width: 100%;
  height: 500px;
  position: relative;
}
.news-detail .news-image .background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.news-detail .contentwrapper .news-content {
  padding: 50px 15px 0 15px;
  box-sizing: border-box;
}
.news-detail .contentwrapper .news-content .subinfo {
  width: calc(45% - 55px);
  display: inline-block;
  vertical-align: top;
  padding-right: 90px;
  box-sizing: border-box;
}
.news-detail .contentwrapper .news-content .subinfo .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin-top: -7px;
}
.news-detail .contentwrapper .news-content .subinfo .extra {
  padding-top: 30px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
}
.news-detail .contentwrapper .news-content .subinfo .extra .label {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.news-detail .contentwrapper .news-content .subinfo .extra .info {
  width: 70%;
  padding-left: 5px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.news-detail .contentwrapper .news-content .subinfo .extra .info.date {
  color: #00c584;
}
.news-detail .contentwrapper .news-content .subinfo .extra .info.category {
  color: #00c584;
}
.news-detail .contentwrapper .news-content .subinfo .extra .info.category a {
  color: #00c584;
  text-decoration: underline;
}
.news-detail .contentwrapper .news-content .subinfo .extra .info.tags {
  font-style: italic;
}
.news-detail .contentwrapper .news-content .text {
  width: calc(55% - 55px);
  display: inline-block;
  vertical-align: top;
  padding-right: 90px;
  box-sizing: border-box;
}
.news-detail .contentwrapper .news-content .text a {
  color: #00c584;
}
.news-detail .contentwrapper .news-content .text p {
  margin-bottom: 20px;
}
.news-detail .contentwrapper .news-content .navigator {
  width: 110px;
  display: inline-block;
  vertical-align: top;
}
.news-detail .contentwrapper .news-content .navigator .subtitle {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 10px;
}
.news-detail .contentwrapper .news-content .navigator .socials {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(149, 149, 149, 0.5);
}
.news-detail .contentwrapper .news-content .navigator .socials .subtitle {
  padding-top: 0;
}
.news-detail .contentwrapper .news-content .navigator .socials a {
  font-size: 23px;
  margin-right: 10px;
  color: #282828;
}
.news-detail .contentwrapper .news-content .navigator .prev-story {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(149, 149, 149, 0.5);
}
.news-detail .contentwrapper .news-content .navigator .prev-story .subtitle {
  color: #00c584;
}
.news-detail .contentwrapper .news-content .navigator .prev-story a {
  color: #282828;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
}
.news-detail .contentwrapper .news-content .navigator .next-story {
  padding-bottom: 30px;
}
.news-detail .contentwrapper .news-content .navigator .next-story .subtitle {
  color: #00c584;
}
.news-detail .contentwrapper .news-content .navigator .next-story a {
  color: #282828;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
}
.news-detail .contentwrapper .news-content .image-slider,
.news-detail .contentwrapper .news-content .video {
  width: 100%;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
}
.news-detail .contentwrapper .news-content .image-slider .container,
.news-detail .contentwrapper .news-content .video .container {
  overflow: hidden;
  height: 355px;
  width: calc(55% - 55px);
  margin-left: calc(45% - 145px);
  position: relative;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
.news-detail .contentwrapper .news-content .image-slider .container .prev-image-slide,
.news-detail .contentwrapper .news-content .video .container .prev-image-slide {
  left: 20px;
}
.news-detail .contentwrapper .news-content .image-slider .container .next-image-slide,
.news-detail .contentwrapper .news-content .video .container .next-image-slide {
  right: 20px;
}
.news-detail .contentwrapper .news-content .image-slider .container .next-image-slide,
.news-detail .contentwrapper .news-content .video .container .next-image-slide,
.news-detail .contentwrapper .news-content .image-slider .container .prev-image-slide,
.news-detail .contentwrapper .news-content .video .container .prev-image-slide {
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  z-index: 1;
}
.news-detail .contentwrapper .news-content .image-slider .container .next-image-slide.hidden,
.news-detail .contentwrapper .news-content .video .container .next-image-slide.hidden,
.news-detail .contentwrapper .news-content .image-slider .container .prev-image-slide.hidden,
.news-detail .contentwrapper .news-content .video .container .prev-image-slide.hidden {
  opacity: 0.6;
}
.news-detail .contentwrapper .news-content .image-slider .container .image-wrapper,
.news-detail .contentwrapper .news-content .video .container .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  left: 0;
  -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);
}
.news-detail .contentwrapper .news-content .image-slider .container .image-wrapper .slide-item,
.news-detail .contentwrapper .news-content .video .container .image-wrapper .slide-item {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.news-detail .contentwrapper .news-content .news-navigator {
  display: none;
  margin-top: 20px;
  border-top: 1px solid rgba(149, 149, 149, 0.5);
  padding-top: 10px;
}
.news-detail .contentwrapper .news-content .news-navigator .prev-story {
  width: 50%;
  text-align: left;
  display: inline-block;
  padding-right: 10px;
  box-sizing: border-box;
  vertical-align: top;
}
.news-detail .contentwrapper .news-content .news-navigator .next-story {
  width: 50%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  box-sizing: border-box;
}
.news-detail .contentwrapper .news-content .news-navigator a {
  color: #282828;
  font-size: 14px;
  line-height: 13px;
  font-weight: 300;
}
.news-detail .contentwrapper .news-content .news-navigator .subtitle {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 10px;
  color: #00c584;
}
@media all and (max-width: 1023px) {
  .news-detail .contentwrapper .news-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 900px) {
  .news-detail .news-image {
    height: 400px;
  }
  .news-detail .contentwrapper .news-content .subinfo {
    padding-right: 0;
    width: 100%;
    display: block;
    padding-bottom: 50px;
  }
  .news-detail .contentwrapper .news-content .subinfo .extra .info.tags {
    margin-bottom: 0;
  }
  .news-detail .contentwrapper .news-content .text {
    padding-right: 0;
    width: 100%;
    display: block;
  }
  .news-detail .contentwrapper .news-content .navigator {
    width: 100%;
    display: block;
  }
  .news-detail .contentwrapper .news-content .navigator .socials {
    border: none;
    padding-bottom: 0;
  }
  .news-detail .contentwrapper .news-content .navigator .socials .subtitle {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
  }
  .news-detail .contentwrapper .news-content .navigator .prev-story {
    display: none;
  }
  .news-detail .contentwrapper .news-content .navigator .next-story {
    display: none;
  }
  .news-detail .contentwrapper .news-content .image-slider .container,
  .news-detail .contentwrapper .news-content .video .container {
    padding-right: 0;
    width: 100%;
    margin-left: -20px;
    width: calc(100% + 40px);
    display: block;
  }
  .news-detail .contentwrapper .news-content .news-navigator {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .news-detail .contentwrapper .news-content .video .container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .news-detail .contentwrapper .news-content .video .container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=news-detail.css.map */