.gallery-modal .modal-dialog {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  .gallery-modal .modal-dialog .modal-content {
    background: none;
    box-shadow: none;
    position: relative;
    border: 0;
    width: 100%;
    height: 100%; }
    .gallery-modal .modal-dialog .modal-content .close {
      position: absolute;
      right: 10px;
      z-index: 110;
      font-size: 40px;
      color: #fff;
      opacity: 1; }
  .gallery-modal .modal-dialog .three-dot-spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px;
    z-index: 10; }
    .gallery-modal .modal-dialog .three-dot-spinner .spinner {
      margin: 0 auto;
      width: 100px;
      text-align: center; }
    .gallery-modal .modal-dialog .three-dot-spinner .spinner > div {
      width: 27.33333px;
      height: 27.33333px;
      background-color: rgba(251, 43, 1, 0.7);
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
    .gallery-modal .modal-dialog .three-dot-spinner .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .gallery-modal .modal-dialog .three-dot-spinner .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
  .gallery-modal .modal-dialog .image-container {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 20; }
    .gallery-modal .modal-dialog .image-container img {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0); }
    .gallery-modal .modal-dialog .image-container.with-video {
      left: 40px;
      right: 40px; }
      .gallery-modal .modal-dialog .image-container.with-video iframe {
        width: 100%;
        height: 100%; }
  .gallery-modal .modal-dialog .arrow {
    position: absolute;
    color: #fff;
    width: 40px;
    top: 0;
    bottom: 0;
    z-index: 100; }
    .gallery-modal .modal-dialog .arrow i {
      position: absolute;
      top: 50%;
      font-size: 40px;
      margin-top: -20px; }
    .gallery-modal .modal-dialog .arrow.arrow-left {
      left: 0; }
      .gallery-modal .modal-dialog .arrow.arrow-left i {
        left: 0; }
    .gallery-modal .modal-dialog .arrow.arrow-right {
      right: 0;
      text-align: right; }
      .gallery-modal .modal-dialog .arrow.arrow-right i {
        right: 0; }

/*# sourceMappingURL=gallery.css.map */
