.grand_gallary a {
  display: inline-block;
  padding: 10px;
  border: 1px solid transparent;
  color: #d96741;
}
.grand_gallary h3 {
font-family: 'Lato', sans-serif;
font-weight:normal;
font-size: 20px;
  margin-top: 13px;
    margin-bottom: 10px;
}

.grand_gallary a:hover .img-overlay {
  opacity: 0.8;
}
.grand_gallary a .sp_img_wrapper {
  position: relative;
  overflow: hidden;
}
.grand_gallary a img.sp_simple_gallery {
  margin: 0px;
  border: 1px solid #DDD;
  padding: 1px;
}
.grand_gallary a .img-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  color: #fff;
  text-align: center;
}
.grand_gallary a .img-overlay .overlay_container {
  display: table;
  width: 100%;
  height: 100%;
  font-size:16px;
}
.grand_gallary a .img-overlay .overlay_container .overlay_content {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.grand_gallary a:hover {
  border: 1px solid #d96741;
 box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);
}
.grand_gallary .img-overlay {
  background: #d96741;
}
.sp_img_wrapper img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 100%;
}
.sp_img_wrapper:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
#lan_gallery .sp-sig {
  margin: -14px;
}
#lan_gallery .sp_img_wrapper {
  margin: 10px;
}
#lan_gallery i {
  font-size: 30px;
}
#sp-simpleportfolio,
.blog-featured {
  margin-bottom: 30px;
}
.icon-picture:before, .icon-image:before {
    content: "\2f";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}

