.gallery-title {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  text-align: left
}
#photo_gallery .grid-gallery {
  clear: both;
  margin-top: 0 !important
}
#photo_gallery .grid li {
  padding: 0 1px !important;
  margin-bottom: 2px
}
#photo_gallery .slideshow figure {
  background-color: #fff;
  border: 50px solid #fff
}
.grid-wrap ul.grid li {
  position: relative !important;
  overflow: hidden
}
.grid-wrap ul.grid li img {
  transition: all .4s
}
.grid-wrap ul.grid li:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1)
}
.grid-wrap ul.grid li .box-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .4);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .3s ease;
  z-index: 99
}
.grid-wrap ul.grid li:hover .box-overlay {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1)
}
.plus-txt {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center
}
.photogallery {
  font-size: 16px;
  color: #fff;
  max-width: 80px;
  height: 80px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, .8);
  padding: 20px 10px;
  line-height: 19px;
  text-align: center;
  border-radius: 50px;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.highlights-box:hover .photogallery {
  color: #df9926;
  background-color: rgba(0, 0, 0, 1)
}
.photogallery .fa {
  font-size: 10px;
  padding-left: 2px
}
@media screen and (max-width:1024px) {
  .grid-wrap ul.grid li .box-overlay {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}