/*
 *
 *  Gallery
 *
*/
.content-slot .gallery {
  width: 100%;
  min-width: 250px;
  max-width: 1440px;
  height: auto;
  box-sizing: border-box;
  position: relative;
  margin: 80px auto 50px;
  margin-right: auto;
  margin-left: auto;
}
.content-slot .gallery.no-descriptions {} /* use .no-descriptions class to fix spacing of controls when no descriptions are present */

.content-slot .gallery.active {
  display: block;
}
.content-slot .gallery-description {
  display: none;
}
.content-slot .gallery-description.active {
  display: block;
}
  .gallery-description p.section-description {
    margin: 80px auto 0px;
  }
    .gallery-description p.section-description em {
      font-family: 'NHaasGroteskTXW01-56It';
    }

  .content-slot .gallery ul.gallery-images {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 0px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }

  .content-slot .gallery ul.gallery-images li {
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
    display: block;
    line-height:0;
    height: 0;
    position: relative;
    /*transition: opacity 0.6s, height 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);*/
  }
    .content-slot .gallery ul.gallery-images li.active {
      visibility: visible;
      opacity: 1;
      height: auto;
      transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .content-slot .gallery ul.gallery-images li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
    }
    .content-slot .gallery ul.gallery-images li img {
     
    }
    .content-slot .gallery ul.gallery-images li a.no-click {
      cursor: default;
    }
    .content-slot .gallery ul.gallery-images li .description {
      width: 100%;
      height: 120px;
      background: transparent url('../images/gallery/gallery-desc-fade.png?$staticlink$') repeat-x 0px 0px;
      position: absolute;
      bottom: 0%;
    }
      .content-slot .gallery ul.gallery-images li .description p {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: 100%;
        max-width: 800px;
        margin-bottom: 0px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-family: "NeueHaasGroteskText W01";
      }
        .content-slot .gallery ul.gallery-images li .description p strong {
          font-family: "NHaasGroteskTXW01-65Md";
        }


  .content-slot .gallery ul.gallery-control {
    height: 10px;
    width: auto;
    margin: 0;
    position: absolute;
    left: 50%; 
    bottom: -50px;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 1;
    /*display: inline-block;*/
    display: flex;
    /*justify-content: space-between;*/
    flex-pack: distribute;
  }
    .content-slot .gallery ul.gallery-control li {
      float: left;
      display: inline-block;
      vertical-align: middle;
      background: white;
      width: 8px;
      height: 8px;
      padding-right: 20px;
      box-sizing: content-box;
    }
    .content-slot .gallery ul.gallery-control li:last-child {
      padding-right: 0px;
    }
    .content-slot .gallery ul.gallery-control a {
      display: block;
      width: 8px;
      height: 8px;
      background: transparent url('../images/gallery/gallery-dot.svg?$staticlink$') no-repeat 0px 0px;
    }
    .content-slot .gallery ul.gallery-control a:focus {
      outline: 0;
    }
    .content-slot .gallery ul.gallery-control a:link {

    }
    .content-slot .gallery ul.gallery-control a:visited {
      
    }
    .content-slot .gallery ul.gallery-control a:hover,
    .content-slot .gallery ul.gallery-control li.active a {
      background: transparent url('../images/gallery/gallery-dot-active.svg?$staticlink$') no-repeat 0px 0px;     
    }
    .content-slot .gallery ul.gallery-control a:active {
      
    }



/*
 * Extra Large
 */
@media all and (min-width: 1441px) {}
/*
 * Large
 */
@media all and (max-width: 1440px) {}
/*
 * Medium
 */
@media all and (max-width: 1024px) {
  .content-slot .gallery {
    padding-left: 0%;
    padding-right: 0%;
  }
}
/*
 * Medium Small
 */
@media all and (max-width: 768px) {
  .content-slot .gallery {
    padding-bottom: 30px;
    margin: 80px auto 10px;
  }
  .content-slot .gallery ul.gallery-images li .description p {
    max-width: 640px;
    width: 90%;
  }
  .content-slot .gallery ul.gallery-control {
    bottom: -10px;
  }
}
@media all and (max-width: 650px) {
  .content-slot .gallery ul.gallery-images li .description p {
    bottom: 20px;
  }
}
/*
 * Small
 */
@media all and (max-width: 375px) {
  .content-slot .gallery {
    
  }
  .content-slot .gallery ul.gallery-images {
    overflow: visible;
  }
  .content-slot .gallery ul.gallery-images li {

  }
  .content-slot .gallery ul.gallery-images li.active {
    height: auto;
    padding-bottom: 70px;
  }
  .content-slot .gallery.no-descriptions ul.gallery-images li.active {
    padding-bottom: 0px;
  }

  .content-slot .gallery ul.gallery-images li .description {
    background: none;
    max-width: 280px;
    height: auto;
    position: absolute;
    top: 112%;
    bottom: auto; 
    left: 50%;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
    .content-slot .gallery ul.gallery-images li .description p {
      font-size: 0.9em;
      color: #999999;
      top: 0px;
      margin-top: 0px;
      bottom: auto;
      position: relative;
    }
}