/*Thumbnail Galler*/
.uu-gallery-thumbnail-wrapper {
    margin-top:2em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;;
    flex-direction: row;
    justify-content: center;
  }
  .uu-gallery-thumbnail-wrapper img {
    margin: 20px;
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
    max-width: 26vw;
    cursor: pointer;
  }
  .uu-gallery-hightlight {
    width: 80%;
    height: 50%;
  }
  .uu-gallery-highlight-wrapper{
    margin-top: 6em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }

figcaption.uu-gallery-figcaption {
  position: relative;
  margin: 15px auto;
  font-size: 13px;
  padding: 10px;
  border-top: 1px solid #718F99;
  border-bottom: 1px solid #718F99;
  text-align: center;
  min-width: 21%
}

/*Slider Gallery*/

.uu-photo-gallery-slider-wrapper{
  position: relative;
  text-align: center;
}
img.uu-gallery-slide{

}
figcaption.uu-gallery-slide-figcaption{
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #919191;
  border: 0px;
  padding: 0px;
  margin: 15px auto;
}

/* Owl Carousel Dots Overrides */
.uu-gallery-slider-wrapper .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0px auto;
  text-align: center;
}

.uu-photo-gallery-slider-wrapper .owl-dot {
  height: 20px;
  width: 20px;
  background: #ddd !important;
  border: 4px solid #ddd !important;
  border-radius: 50%;
  margin: 5px;
}

.uu-photo-gallery-slider-wrapper .owl-dot.active {
  background: none !important;
}
