/*
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 : 2-mei-2017, 11:13:19
    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
  ---------------------------------------------------*/
.quick-steps {
  width: 100%;
  height: 155px;
}
.quick-steps .step {
  width: 33.3333%;
  display: inline-block;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.quick-steps .step .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -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;
}
.quick-steps .step .content {
  display: table;
  width: 100%;
  height: 100%;
}
.quick-steps .step .content .container {
  position: relative;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  padding-top: 10px;
}
.quick-steps .step .content .container .subtitle {
  font-weight: 300;
}
.quick-steps .step .content .container .title {
  font-weight: 700;
}
.quick-steps .step:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
  -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;
}
@media all and (max-width: 767px) {
  .quick-steps {
    height: 495px;
  }
  .quick-steps .step {
    display: block;
    width: 100%;
    height: 165px;
  }
}
.news .newsitems .top-newsitem {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.news .newsitems .top-newsitem .overlay {
  width: 45%;
  background: url(/assets/img/gd-bg.jpg);
  background-size: cover;
  position: absolute;
  right: -60px;
  height: 100%;
  -webkit-transform: skew(10deg, 0deg);
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
  opacity: 0.85;
}
.news .newsitems .top-newsitem .contentwrapper {
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
.news .newsitems .top-newsitem .contentwrapper .content {
  position: absolute;
  width: 350px;
  right: 0;
  padding-right: 20px;
  box-sizing: border-box;
  color: #fff;
  bottom: 40px;
}
.news .newsitems .top-newsitem .contentwrapper .content h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 35px;
}
.news .newsitems .top-newsitem .contentwrapper .content .info {
  max-height: 60px;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
}
.news .newsitems .top-newsitem .contentwrapper .content .link {
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  color: #00c584;
  -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;
}
.news .newsitems .top-newsitem .contentwrapper .content .link:hover {
  color: #207260;
  -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;
}
.news .newsitems .top-newsitem-content {
  display: none;
  padding: 50px 20px 0 20px;
}
.news .newsitems .top-newsitem-content h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 35px;
}
.news .newsitems .top-newsitem-content .info {
  max-height: 60px;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
}
.news .newsitems .top-newsitem-content .link {
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  color: #00c584;
  -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;
}
.news .newsitems .top-newsitem-content .link:hover {
  color: #207260;
  -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;
}
.news .newsitems .contentwrapper {
  padding-bottom: 20px;
}
.news .newsitems .contentwrapper .newsitem {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 0 7px;
  box-sizing: border-box;
  white-space: normal;
  -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;
}
.news .newsitems .contentwrapper .newsitem.highlight {
  width: 50%;
}
.news .newsitems .contentwrapper .newsitem.hide {
  display: none;
}
.news .newsitems .contentwrapper .newsitem: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;
}
.news .newsitems .contentwrapper .newsitem a {
  color: #4d4d4f;
}
.news .newsitems .contentwrapper .newsitem .image {
  width: 100%;
  height: 270px;
  background: #000;
}
.news .newsitems .contentwrapper .newsitem .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;
}
.news .newsitems .contentwrapper .newsitem .content {
  padding: 30px 15px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
}
.news .newsitems .contentwrapper .newsitem .content h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  height: 48px;
  overflow: hidden;
  word-break: break-word;
}
.news .newsitems .contentwrapper .newsitem .content .info {
  max-height: 60px;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
}
.news .newsitems .contentwrapper .newsitem .content .news-link {
  font-style: italic;
  text-decoration: underline;
  color: #00c584;
}
.news .newsitems .contentwrapper .filter {
  margin: 30px 37px;
  text-align: right;
}
.news .newsitems .contentwrapper .filter .news-filter {
  width: 200px;
}
.news .newsitems .contentwrapper .filter .news-filter:focus {
  outline: none;
}
.news .newsitems .contentwrapper .loadmore {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
.news .newsitems .contentwrapper .loadmore .btn.green {
  cursor: pointer;
}
.news .newsitems .contentwrapper .loadmore .btn.green:hover {
  border-color: #00c584;
  color: #00c584;
}
.news .select2-container *:focus {
  outline: none;
}
.news .select2-container--default .select2-selection--single {
  border: none;
}
.news .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #00c584;
}
.news .select2-container--default .select2-selection__arrow:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 5px;
  color: #00c584;
}
.news .select2-container--default .select2-selection__arrow b {
  display: none;
}
.select2-dropdown {
  border: none;
}
.select2-results__option {
  padding-right: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #defaf1;
  color: #00c584;
}
.select2-container--default .select2-results > .select2-results__options {
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #00c584;
}
@media all and (max-width: 1180px) {
  .news .newsitems .contentwrapper {
    padding: 0 13px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 1023px) {
  .news .newsitems .top-newsitem .overlay {
    width: 60%;
  }
  .news .newsitems .contentwrapper .newsitem {
    width: 50%;
  }
}
@media all and (max-width: 900px) {
  .news .newsitems .top-newsitem {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .news .newsitems .top-newsitem {
    height: 400px;
  }
  .news .newsitems .top-newsitem .overlay {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    width: 100%;
    right: 0;
  }
  .news .newsitems .top-newsitem .contentwrapper .content {
    display: none;
    padding-left: 20px;
    left: 0;
  }
  .news .newsitems .top-newsitem-content {
    display: block;
  }
  .news .newsitems .contentwrapper .newsitem {
    width: 100%;
  }
  .news .newsitems .contentwrapper .newsitem.highlight {
    width: 100%;
  }
  .news .newsitems .contentwrapper .filter {
    margin: 30px 7px;
    text-align: center;
  }
}
@media all and (max-width: 400px) {
  .news .newsitems .top-newsitem .contentwrapper .content {
    width: 100%;
  }
}
/*# sourceMappingURL=news.css.map */