/* gallery */
.gallery-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.gallery-wrapper .gallery-slider {
  margin-bottom: 10px;
}
.gallery-wrapper .gallery-slider .item {
  margin: 0 1px;
  position: relative;
}
.gallery-wrapper .gallery-slider .item img {
  width: 100%;
  height: auto;
}
.gallery-wrapper .gallery-slider .item .download-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.gallery-wrapper .gallery-slider .item .download-wrapper .download {
  display: inline-block;
  background-color: #ffffff;
  padding: 0px 16px;
  font-size: 13px;
  line-height: 44px;
  -webkit-border-radius: 16px 16px 0px 0px;
  -moz-border-radius: 16px 16px 0px 0px;
  border-radius: 16px 16px 0px 0px;
}
.gallery-wrapper .gallery-slider .item .download-wrapper .download i {
  margin-right: 5px;
}
.gallery-wrapper .gallery-slider-nav .item {
  height: 106px;
  margin: 0 1px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.gallery-wrapper .gallery-slider-nav .item .hidden {
  display: none;
}
.gallery-wrapper .controls {
  font-size: 40px;
}
.gallery-wrapper .controls .gallery-slider-prev {
  position: absolute;
  left: -34px;
  bottom: 34px;
  cursor: pointer;
}
.gallery-wrapper .controls .gallery-slider-next {
  position: absolute;
  right: -34px;
  bottom: 34px;
  cursor: pointer;
}
#gallery-download-modal {
  height: 75%;
  border: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
#gallery-download-modal button.close {
  position: absolute;
  font-size: 30px;
  text-shadow: none;
  color: #00a3f7;
  top: -15px;
  right: -15px;
  opacity: 1;
}
/* form */
body.in-overlay {
  min-height: 0;
}
#gallery-download-form {
  /*> h2, > p {
        display: none;
    }*/
}
#gallery-download-form legend {
  font-family: 'UniversLTStd-Bold', Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: static;
  top: auto;
  font-size: 32px;
  line-height: 38px;
  margin: 0;
  margin-bottom: 20px;
}
#gallery-download-form fieldset {
  margin: 0;
  padding: 0;
}
