.news-section{
  padding-bottom: 55px;
}

.newsletter-container .pane-title,
.socials-home-container .pane-title,
.newsletter-container h2,
.socials-home-container h2
{
    color       : #6e6e6e;
    font-family : 'ptSansNarrowRegular';
    font-size : 1.5rem !important;
    line-height : 1.5rem !important;
    margin-bottom: 17px;
    font-family: 'ptSansNarrowLight';
    text-transform: uppercase;
}

#home-news-container{
  margin-top     : 25px;
}

#home-news-container > .row{
  padding-top: 40px;
  padding-bottom: 60px;
}

/**
 * NEWS FILTER
 */

 #home-news-filter{
   margin-bottom : 40px;
   margin-top    : 10px;
 }

 #home-news-filter a{
   border-bottom: 3px solid transparent;
   display: inline-block;
   padding-bottom: 7px;
   transition : border-color 300ms linear;
 }

  #home-news-filter a:hover,
  #home-news-filter a:focus
  #home-news-filter a:active,
  #home-news-filter a.active{
    color : #000 !important;
    text-decoration : none;
    border-color: rgb(143, 214,189);
  }

  #home-news-filter .list-inline>li{
    padding: 0 15px;
  }

/**
 * NEWS CAROUSEL
 */

#home-news .news-item{
  padding: 0 15px;
}

.slick-slider .slick-arrow,
.slick-slider .slick-arrow{
  display: block;
  height : 24px;
  margin-top : -12px;
  position: absolute;
  top    : 124px;
  width : 12px;
  border: 0;
  background-color: transparent;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.slick-slider .slick-prev{
  background: url('../../img/chevron-left-light.png') no-repeat;
  left : -15px;
}

.slick-slider .slick-next{
  background: url('../../img/chevron-right-light.png') no-repeat;
  right : -15px;
}

/**
 * NEWSLETTER BLOCK
 */

.newsletter-container .pane-title
{
  color: #6e6e6e;
  text-align: center;
    text-transform: uppercase;
}

.newsletter-container{
  text-align: center;
}

.newsletter-container input,
.newsletter-container button{
  vertical-align: top;
}

.newsletter-container button{
  position: relative;
  left : -9px;
}

.newsletter-container .form-item-email{
  display : inline-block;
  width   : 70%;
}


/**
 * NEWS BLOCK
 */

.news-minimal{
  cursor : pointer;
  text-align: left;
  position: relative;
}

#home-news-container .content-to-reload{
  transition : opacity 400ms ease-in;
}

.news-item,
.slick-arrow{
  outline : none !important;
}

#home-news-container .content-to-reload.loading{
  opacity: 0;
}

.news-minimal .field-type-image,
.bn-block-3cols .row > div .field-type-media{
  position : relative;
}

.news-minimal .field-type-image:before,
.bn-block-3cols .row > div .field-type-media:before{
  background-color: rgba(255, 255, 255, 0.6);
  background-image : url('../../img/glass.png');
  background-position : center -40px;
  background-repeat : no-repeat;
  bottom   : 0;
  content  : '';
  display  : block;
  left     : 0;
  opacity  : 0;
  position : absolute;
  right    : 0;
  top      : 0;
  transition: opacity 600ms linear, background-position 400ms ease-out;
  -webkit-transition:  opacity 600ms linear, background-position 400ms ease-out;
   -moz-transition:  opacity 600ms linear, background-position 400ms ease-out;
   -o-transition:  opacity 600ms linear, background-position 400ms ease-out;
  z-index  : 15;
}

.news-minimal:hover .field-type-image:before,
.bn-block-3cols .row > div:hover .field-type-media:before{
  background-position : center;
  opacity : 1;
}

.news-minimal .field-type-image img,
.bn-block-3cols .field-type-media img{
  position : relative;
  width    : 100%;
  height   : auto;
}

.news-minimal .field-type-image{
  margin-bottom: 18px;
}

.news-minimal .news-type {
  text-transform: uppercase;
}

.news-minimal h3{
  margin-top: 0;
}

.news-minimal p{
  color: #000;
  font-size: 1.5rem;
}

.news-minimal h3 > *{
  color : #000;
}

/**
 * RESPONSIVE
 */

@media (max-width: 768px){
  #home-news-container{
    margin-top: 10px;
    padding-top: 10px;
  }

  .newsletter-container{
    float: none !important;
    margin-bottom: 25px;
  }

}
