/*
-Lato
-Raleway
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Raleway:300,400,500,600,700,800,900&display=swap");
.slick-dots li {
  margin: 0 -1px;
}

.modal-open .modal {
  padding: 0 !important;
  background: rgba(70, 122, 189, 0.7);
  background: rgba(70, 122, 189, 0.7);
}

.modal-open .modal-dialog {
  width: 70%;
  max-width: 835px;
}

@media only screen and (max-width: 840px) {
  .modal-open .modal-dialog {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .modal-open .modal-dialog {
    width: 80%;
    margin: 0 auto;
  }
}

.modal-open .modal-dialog .modal-content {
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: 0;
  max-width: 630px;
  margin: 0 auto;
  height: 80vh;
}

@media only screen and (max-width: 575px) {
  .modal-open .modal-dialog .modal-content {
    height: 50vh;
    max-height: 300px;
  }
}

.modal-open .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: 0;
}

.modal-open .modal-dialog .modal-content .modal-header .close {
  float: right;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  color: #ACB8C4;
  opacity: .6 !important;
  padding: 0 12px 37px;
}

.modal-open .modal-dialog .modal-content .modal-body {
  padding: 0;
  width: 100%;
  height: 100%;
}

.modal-open .modal-dialog .modal-content .modal-body .gallery-slider {
  width: 100%;
}

.modal-open .modal-dialog .modal-content .modal-body .gallery-slider .modal-image {
  width: 100%;
}

.modal-open .modal-dialog .modal-content .modal-body .gallery-slider .modal-image._desktop {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .modal-open .modal-dialog .modal-content .modal-body .gallery-slider .modal-image._desktop {
    display: none;
  }
}

.modal-open .modal-dialog .modal-content .modal-body .gallery-slider .modal-image._mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .modal-open .modal-dialog .modal-content .modal-body .gallery-slider .modal-image._mobile {
    display: block;
  }
}

.modal-open .modal-dialog .modal-content .modal-body .gallery-slider .slick-next {
  right: -30px;
}

.modal-open .modal-dialog .modal-content .modal-body .gallery-slider .slick-prev {
  left: -30px;
}

.modal-open .modal-dialog .modal-content .modal-body .gallery-slider .slick-next::before {
  content: url("../img/svg/chevron-right-white.svg") !important;
}

.modal-open .modal-dialog .modal-content .modal-body .gallery-slider .slick-prev::before {
  content: url("../img/svg/chevron-left-white.svg") !important;
}

.modal-open .modal-dialog .modal-content .modal-body .gallery-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #031A39;
}

.modal-open .modal-dialog .modal-content .modal-body .gallery-slider .slick-dots li button:before {
  font-size: 8px;
  opacity: 1;
  color: #F4F4F4;
}

.modal-open .modal-dialog .modal-content .modal-body .gallery-slider .slick-track {
  height: 490px;
}

@media only screen and (max-width: 575px) {
  .modal-open .modal-dialog .modal-content .modal-body .gallery-slider .slick-track {
    height: 200px;
  }
}

.gallery-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.gallery-slider ._desktop {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .gallery-slider ._desktop {
    display: none;
  }
}

.gallery-slider ._mobile {
  width: 100%;
  display: none;
}

@media only screen and (max-width: 992px) {
  .gallery-slider ._mobile {
    display: block;
  }
}

.banner-gallery {
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(75%, rgba(0, 0, 0, 0.25))), url("../img/jpg/imagehero-desktop-gallery.jpg");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%), url("../img/jpg/imagehero-desktop-gallery.jpg");
  background-size: cover;
  background-position-y: bottom;
  background-position-x: center;
  background-repeat: no-repeat;
  position: relative;
  height: 20vw;
}

@media only screen and (max-width: 992px) {
  .banner-gallery {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(75%, rgba(0, 0, 0, 0.25))), url("../img/jpg/imagehero-mobile-gallery.jpg");
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%), url("../img/jpg/imagehero-mobile-gallery.jpg");
    height: 345px;
    background-position: center;
  }
}

.banner-gallery .title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 42px;
  color: #ffffff;
  font-weight: 700;
  line-height: 50px;
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 520px) {
  .banner-gallery .title {
    font-size: 30px;
    line-height: 36px;
    top: 75%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

*:focus {
  outline: none;
}

.gallery-main-container {
  width: 100%;
  padding: 90px 0;
  background-color: #F4F4F4;
}

.gallery-main-container .gallery-cont {
  width: 95%;
  margin: 0 auto;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1215px;
}

.gallery-main-container .gallery-cont .fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  background-color: rgba(3, 26, 57, 0.7);
}

.gallery-main-container .gallery-cont .close {
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #ACB8C4;
  text-shadow: 0 1px 0 #ACB8C4;
  opacity: 1;
}

.gallery-main-container .gallery-cont .gallery-images-container {
  width: 100%;
  margin: 0 auto;
}

.gallery-main-container .gallery-cont .gallery-images-container .item-gallery {
  width: 100%;
  margin: 15px auto;
}

.gallery-main-container .gallery-cont .gallery-images-container .item-gallery img {
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .gallery-main-container .gallery-cont .gallery-images-container .item-gallery {
    margin: 5px auto;
  }
}

.gallery-main-container .gallery-cont .gallery-images-container .item-gallery ._desktop {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .gallery-main-container .gallery-cont .gallery-images-container .item-gallery ._desktop {
    display: none;
  }
}

.gallery-main-container .gallery-cont .gallery-images-container .item-gallery ._mobile {
  width: 100%;
  display: none;
}

@media only screen and (max-width: 992px) {
  .gallery-main-container .gallery-cont .gallery-images-container .item-gallery ._mobile {
    display: block;
  }
}

.gallery-main-container .gallery-cont .gallery-images-container .pagination-container {
  width: 50%;
  margin: 40px auto 0 auto;
}

.gallery-main-container .gallery-cont .gallery-images-container .pagination-container nav ul li .page-link {
  border: none;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}

.gallery-main-container .gallery-cont .gallery-images-container .pagination-container nav ul li .page-link img {
  width: 11px;
}

@media only screen and (max-width: 628px) {
  .gallery-main-container {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=gallery.css.map */