html, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  display: block;
}

.ly_container {
  max-width: 1200px;
  margin: 80px auto;
  padding: 20px;
}

a.bl_gallery {
  position: relative;
  display: block;
  color: currentColor;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

a.bl_gallery:focus, a.bl_gallery:hover {
  opacity: .75;
}

a.bl_gallery:focus .el_card_img, a.bl_gallery:hover .el_card_img {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-50%) scale(1.1, 1.1);
          transform: translateY(-50%) scale(1.1, 1.1);
}

a.bl_gallery:focus .bl_gallery_img_hover, a.bl_gallery:hover .bl_gallery_img_hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.bl_gallery_imgWrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.bl_gallery_imgWrapper > .el_card_img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_gallery_imgWrapper > .bl_gallery_img_hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(4, 9, 26, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

.bl_gallery_imgWrapper > .bl_gallery_img_hover > i {
  color: #fff;
  font-size: 2.5rem;
}

.bl_galleryUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_galleryUnit.bl_galleryUnit__col3 {
  margin-bottom: -24px;
}

.bl_galleryUnit.bl_galleryUnit__col3 > .bl_gallery {
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 32px;
}

.bl_galleryUnit.bl_galleryUnit__col3 > .bl_gallery:nth-of-type(3n) {
  margin-right: 0;
}

.bl_galleryUnit.bl_galleryUnit__col3.bl_galleryUnit__col4 {
  margin-bottom: -24px;
}

.bl_galleryUnit.bl_galleryUnit__col3.bl_galleryUnit__col4 > .bl_gallery {
  width: 100%;
  margin-right: 0;
  margin-bottom: 24px;
}

.ly_modal_bg {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.bl_modal_imgArea {
  position: relative;
  cursor: default;
  max-width: 70%;
}

.bl_modal_imgArea img {
  border: 3px solid #fff;
}

.el_modal_btnClose {
  position: absolute;
  top: -25px;
  right: -25px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  font-size: 1.25rem;
  border: 3px solid #fff;
  width: 50px;
  height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.el_modal_btnClose i {
  position: absolute;
  top: 12px;
}

.el_modal_btnClose:focus, .el_modal_btnClose:hover, .el_modal_btnClose:active {
  border-color: #fff;
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.slide-enter-active, .slide-leave-active {
  -webkit-transition: top .5s ease;
  transition: top .5s ease;
  top: 0;
}

.slide-enter {
  top: -100px;
}

.slide-leave-to {
  top: 300px;
}
/*# sourceMappingURL=lightbox.css.map */