/*Nexus 10*/
/*--------------------------------------------------*/
/* Slider */
/*--------------------------------------------------*/
.module-slider[data-colour] {
  padding: 30px 0; }
  @media only screen and (min-width: 48em) {
    .module-slider[data-colour] {
      padding: 80px 0; } }

.module-slider .borders {
  border-top: 5px solid #949599;
  border-bottom: 5px solid #949599;
  padding: 30px 0 70px 0; }
  @media only screen and (min-width: 41.25em) {
    .module-slider .borders {
      padding: 80px 0 130px 0; } }
  .module-slider .borders .content-slider {
    max-width: 56.000em;
    margin: 0 auto; }
    .module-slider .borders .content-slider .slick-next {
      right: -70px;
      text-decoration: none;
      background: #e7e7e7 url(/plugins/Progfb_Project/static/images/icons/icn_arrow_btn.svg) no-repeat 50% 50%;
      background-size: 10px auto;
      border-radius: 100%; }
    .module-slider .borders .content-slider .slick-prev {
      left: -70px;
      text-decoration: none;
      background: #e7e7e7 url(/plugins/Progfb_Project/static/images/icons/icn_arrow_left_btn.svg) no-repeat 50% 50%;
      background-size: 10px auto;
      border-radius: 100%; }
    .module-slider .borders .content-slider .slick-dots {
      bottom: -60px; }
      .module-slider .borders .content-slider .slick-dots li {
        width: 13px;
        height: 13px;
        background: #38a6d7;
        border: #38a6d7 2px solid;
        border-radius: 100%;
        margin: 0 6px; }
        .module-slider .borders .content-slider .slick-dots li button {
          cursor: pointer; }
        .module-slider .borders .content-slider .slick-dots li.slick-active {
          background: #fff;
          border: #38a6d7 2px solid; }
    .module-slider .borders .content-slider h4 {
      font-size: calc(1.4rem + 0.2vw);
      color: #fff; }
    .module-slider .borders .content-slider .slider-container {
      padding: 30px;
      margin: 0 5px;
      position: relative;
      height: 300px;
      cursor: pointer;
      overflow: hidden; }
      .module-slider .borders .content-slider .slider-container .slider-container-image {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        transition: all .4s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        .module-slider .borders .content-slider .slider-container .slider-container-image:after {
          content: "";
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 90%);
          opacity: 1;
          transition: all 400ms ease-in-out; }
      .module-slider .borders .content-slider .slider-container:hover .slider-container-image {
        -webkit-transform: scale(1.05, 1.05);
                transform: scale(1.05, 1.05); }
        .module-slider .borders .content-slider .slider-container:hover .slider-container-image:after {
          opacity: 0; }
      .module-slider .borders .content-slider .slider-container .slider-container-content {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1;
        padding: 20px;
        text-align: center;
        color: #fff; }
        .module-slider .borders .content-slider .slider-container .slider-container-content h3 {
          font-family: "Arial", sans-serif;
          font-size: calc(1.4rem + 0.2vw);
          line-height: 1.3;
          text-align: center;
          margin: 0;
          color: inherit; }
        .module-slider .borders .content-slider .slider-container .slider-container-content .date {
          /* border-top: $white-90 1px solid;
            padding: 10px 0 0 0;*/
          margin: 10px 0 0 0;
          font-size: 1.3rem;
          color: inherit;
          display: inline-block;
          line-height: 1.2; }
