.duaGallery {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
}
.duaGallery .duaGallery-bgr {
  width: 100%;
  height: 100%;
  /*background-image: url('../images/loading.gif');*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
  background-color: rgba(33, 36, 41, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  cursor: zoom-out;
}
.duaGallery .duaGallery-cont {
  position: absolute;
  z-index: 15;
  cursor: pointer;
}
.duaGallery .duaGallery-cont .duaGallery-elem {
  width: 100%;
  height: 100%;
  display: block;
}
.duaGallery .duaGallery-footer {
  width: 100%;
  position: absolute;
  z-index: 20;
  bottom: 5px;
  left: 0;
  color: white;
  text-align: center;
}
.duaGallery .duaGallery-footer span {
  padding: 0 5px;
  background-color: rgba(33, 36, 41, 0.9);
  color: #FFFFFF;
  display: inline-block;
}
.duaGallery .duaGallery-close,
.duaGallery .duaGallery-prev,
.duaGallery .duaGallery-next {
  height: 40px;
  padding: 0 20px;
  border: 1px solid;
  border-radius: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: transparent !important;
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  z-index: 20;
}
.duaGallery .duaGallery-close[disabled],
.duaGallery .duaGallery-prev[disabled],
.duaGallery .duaGallery-next[disabled] {
  opacity: 0.2;
}
.duaGallery .duaGallery-close > * + *,
.duaGallery .duaGallery-prev > * + *,
.duaGallery .duaGallery-next > * + * {
  margin-left: 5px;
}
.duaGallery .duaGallery-close:focus, .duaGallery .duaGallery-close:hover,
.duaGallery .duaGallery-prev:focus,
.duaGallery .duaGallery-prev:hover,
.duaGallery .duaGallery-next:focus,
.duaGallery .duaGallery-next:hover {
  color: #FFFFFF;
}
.duaGallery .duaGallery-close:focus span, .duaGallery .duaGallery-close:hover span,
.duaGallery .duaGallery-prev:focus span,
.duaGallery .duaGallery-prev:hover span,
.duaGallery .duaGallery-next:focus span,
.duaGallery .duaGallery-next:hover span {
  text-decoration: underline;
}
.duaGallery .duaGallery-close {
  top: 20px;
  left: 20px;
}
.duaGallery .duaGallery-prev,
.duaGallery .duaGallery-next {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.duaGallery .duaGallery-prev {
  left: 0;
}
.duaGallery .duaGallery-next {
  right: 0;
}/*# sourceMappingURL=duaGallery.css.map */