
/* 5.   Gallery
--------------------------------------------------------------------------------*/
.section_page-gallery {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 120px;
}
/* GALLERY */
.gallery .heading {
  margin-bottom: 40px;
}
.gallery.no-padding .gallery-cat {
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.no-padding .gallery-content {
  margin-top: 40px;
}
.gallery.no-padding .gallery-content .row {
  margin-left: 0;
  margin-right: 0;
}
.gallery.no-padding .gallery-content [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
.gallery.no-padding .gallery-content .item {
  margin-top: 0;
}
.gallery.gallery-3 .gallery-content [class*="col-"] {
  margin-top: 30px;
}
.gallery-content {
  margin-top: 20px;
}
.gallery-content .gallery_item {
  position: relative;
  overflow: hidden;
}
.gallery-content .gallery_item img {
  width: 100%;
}
.gallery-content .gallery_item .icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  line-height: 1;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.gallery-content .gallery_item:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#344a71));
  background: -webkit-linear-gradient(top, transparent, #344a71);
  background: -moz-linear-gradient(top, transparent, #344a71);
  background: -ms-linear-gradient(top, transparent, #344a71);
  background: -o-linear-gradient(top, transparent, #344a71);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.gallery-content .gallery_item .text {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  color: #fff;
  z-index: 10;
  font-family: 'Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"';
  font-size: 12px;
  pointer-events: none;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.gallery-content .gallery_item:hover .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.gallery-content .gallery_item:hover:before {
  top: 0;
  opacity: .9;
}
.gallery-content .our-gallery {
  margin-top: 30px;
}
.gallery-content .our-gallery .awe-btn {
  min-width: 180px;
}
.gallery-isotope .item-isotope {
  float: left;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-isotope.pd-0 .item-isotope {
  padding: 0;
  margin-top: 0;
}
.gallery-isotope.col-3 .item-isotope,
.gallery-isotope.col-3 .item-size {
  width: 33.333333%;
}
.gallery-isotope.col-4 .item-isotope,
.gallery-isotope.col-4 .item-size {
  width: 25%;
}
.gallery-isotope.col-4 .item-isotope.larger {
  width: 50%;
}
.gallery-isotope.col-6 .item-isotope,
.gallery-isotope.col-6 .item-size {
  width: 16.66666667%;
}
.gallery-cat ul {
  margin-bottom: 0;
  font-size: 0;
}
.gallery-cat ul li {
  font-size: 16px;
}
.gallery-cat ul li a {
  color: #333;
  text-transform: none;

  display: block;
  padding: 7px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.gallery-cat ul li:hover a,
.gallery-cat ul li.active a {
  background-color: #8BC53F;
  color: #fff;
}
.mfp-wrap {
  cursor: default;
}
.mfp-wrap .mfp-content .mfp-figure {
  padding-bottom: 0;
  background-color: #1f232b;
  position: relative;
}
.mfp-wrap .mfp-content .mfp-figure:after {
  content: none;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-close {
  right: 7px;
  top: 7px;
  position: absolute;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #7c7c7c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-close:hover {
  background-color: #e7c130;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-img {
  padding: 30px 30px 60px 30px;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-bottom-bar {
  position: absolute;
  margin: 0;
  text-align: center;
  font-weight: 500;
  bottom: 17px;
  top: inherit;
  left: 30px;
  right: 30px;
  width: inherit;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
  position: static;
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  font-size: 16px;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-bottom-bar .mfp-counter {
  display: inline-block;
  position: static;
  font-size: 16px;
  color: #898989;
}
.mfp-wrap .mfp-prevent-close {
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mfp-wrap .mfp-prevent-close:hover {
  color: #e7c130;
  border-color: #e7c130;
}
.mfp-wrap .mfp-prevent-close.mfp-prevent-left {
  left: 10px;
}
.mfp-wrap .mfp-prevent-close.mfp-prevent-right {
  right: 10px;
}
/* END / GALLERY */