.gallery-section {
  height: calc(100vh - 45.6px);
  background-color: black;
  position: relative;
}

.gallery-section .gallery-header a {
  background-color: #414141;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.gallery-section .gallery-header a svg {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.gallery-section .gallery-header a svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.gallery-section .gallery-body {
  height: calc(100vh - 96.6px);
}

.gallery-section .gallery-body .gallery-inner {
  max-height: calc(100vh - 96.6px);
}

.gallery-section .gallery-body .gallery-inner * {
  max-height: calc(100vh - 96.6px);
  max-width: 100% !important;
}

.gallery-section .gallery-footer {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-section .gallery-footer .gallery-title {
  font-size: 16px;
  line-height: 20px;
}

.gallery-section .gallery-footer .gallery-author, .gallery-section .gallery-footer .gallery-counter {
  font-size: 12px;
  line-height: 15px;
}

.gallery-section .gallery-footer .gallery-signature {
  font-style: italic;
  font-weight: 300;
  font-size: 10px;
}

.gallery-section .gallery-prev-link, .gallery-section .gallery-next-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
}

.gallery-section .gallery-prev-link:hover, .gallery-section .gallery-next-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.gallery-section .gallery-prev-link {
  left: 0;
}

.gallery-section .gallery-next-link {
  right: 0;
}

@media (min-width: 768px) {
  .gallery-section {
    margin-top: -4px;
  }
}

@media (min-width: 992px) {
  .gallery-section {
    margin-top: -5.2px;
    height: calc(100vh - 132px);
  }
  .gallery-section .gallery-header a {
    background-color: #414141;
    border-radius: 40px;
    width: auto !important;
    height: auto  !important;
    padding: 2px 12px !important;
  }
  .gallery-section .gallery-header a span {
    font-size: 12px;
    vertical-align: top;
  }
  .gallery-section .gallery-header a svg {
    margin-top: 0;
  }
  .gallery-section .gallery-body {
    height: calc(100vh - 182px);
  }
  .gallery-section .gallery-body .gallery-inner {
    max-height: calc(100vh - 182px);
  }
  .gallery-section .gallery-body .gallery-inner * {
    max-height: calc(100vh - 182px);
  }
  .gallery-section .gallery-prev-link, .gallery-section .gallery-next-link {
    position: absolute;
    top: auto;
    bottom: 45px;
    transform: translateY(0%);
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .gallery-section .gallery-prev-link:hover, .gallery-section .gallery-next-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .gallery-section .gallery-prev-link {
    left: 30px;
  }
  .gallery-section .gallery-next-link {
    right: 30px;
  }
}

@media (min-width: 1250px) {
  .gallery-section {
    margin-top: -4px;
    height: calc(100vh - 76px - 99.2px);
  }
  .gallery-section .gallery-body {
    height: calc(100vh - 76px - 99.2px - 50px);
  }
  .gallery-section .gallery-body .gallery-inner {
    max-height: calc(100vh - 76px - 99.2px - 50px);
  }
  .gallery-section .gallery-body .gallery-inner * {
    max-height: calc(100vh - 76px - 99.2px - 50px);
  }
  .gallery-section .gallery-prev-link, .gallery-section .gallery-next-link {
    bottom: 40px;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .gallery-section .gallery-prev-link {
    left: 40px;
  }
  .gallery-section .gallery-next-link {
    right: 40px;
  }
}

.single-news .page-gallery .display-gallery {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-image: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0.4));*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-news .page-gallery .display-gallery span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-news .page-gallery .display-gallery span .fa-angle-right {
  font-size: 20px;
}

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