@charset "utf-8";

.gall_row figure{overflow:hidden;margin:0;max-width:100%;height:auto;background:#3085a3;text-align:center;cursor:pointer}
.gall_row figure img{position:relative;display:block;min-height:100%;max-width:100%;opacity:.8}
.gall_row figure figcaption{padding:20px;color:#fff;text-transform:uppercase;font-size:18px;-webkit-backface-visibility:hidden;backface-visibility:hidden; -webkit-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;}
.gall_row figure figcaption::before,.gall_row figure figcaption::after{pointer-events:none}
.gall_row figure figcaption,.gall_row figure figcaption>a{position:absolute;top:0;left:0;width:100%;height:100%}
.gall_row figure figcaption>a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}
.gall_row figure .post-head{display:block;word-spacing:-0.15em;}
.gall_row figure .post-head,.gall_row figure .desc{margin:0}
.gall_row figure .desc{font-size:12px;}

figure.bx-grandi{position:relative;background:#42b078}

figure.bx-grandi{background:#000000}
figure.bx-grandi img{opacity:.9;-webkit-transition:opacity .35s;transition:opacity .35s;    -webkit-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;}
figure.bx-grandi:hover img{opacity:.5;    transform: scale(1.1);     -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}







figure.bx-grandi figcaption::before{position:absolute;top:bottom;left:0;width:100%;height:0px;background: rgba(255, 255, 255, 0.5);content:'';-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}

figure.bx-grandi .post-head{opacity:0;position:absolute;top:45%;left:0;padding: 0px 15px 20px;width:100%;text-align:center;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}
figure.bx-grandi .post-head i{font-style:normal;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}

figure.bx-grandi figcaption::before,figure.bx-grandi .post-head{-webkit-transition:-webkit-transform .35s;transition:transform .35s}
figure.bx-grandi:hover figcaption::before,figure.bx-grandi:hover .post-head,figure.bx-grandi:hover .post-head i{opacity:1;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0); }



@media (max-width: 768px) {


.gall_row figure figcaption{padding:20px;color:#fff;text-transform:uppercase;font-size:15px;-webkit-backface-visibility:hidden;backface-visibility:hidden}

.gall_row figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  opacity: .8;
}

.gall_row figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  max-width:283px;
  margin:0 auto;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
}/* 768px End*/

