@charset "utf-8";
/* CSS Document */

.gallery { width:102%; margin-left: -1%; margin-top: 0%;  }

.gallery .photos { overflow:hidden; width:100%; }
.gallery .photos .th { padding:0px; text-align:center; vertical-align:middle; border:2px solid transparent; overflow:hidden;  transition:none; display:inline-block; border-radius:10px; }
.gallery .photos .th a { display:block; }
.gallery .photos .th a::before { position:absolute; top:0px; left:0px; width:100%; height:100%; background:#000; content:''; opacity:0; z-index:2; }
.gallery .photos .th a::before, .gallery .photos .th img { transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; } 
.gallery .photos .th a::after { transition:all .3s ease 0s; -webkit-transition:all .3s ease 0s; }
.gallery .photos .th a:hover::before { opacity:.4; }
.gallery .photos .th a::after { width:80px; height:80px; background:url(../images/zoom.png) left top no-repeat; background:url(../images/zoom.svg), none; background-size:100% 100%; top:50%; left:50%; margin:-40px 0px 0px -40px; opacity:0; z-index:3; transform:scale(.25,.25); -webkit-transform:scale(.25,.25); position:absolute; content:''; }
.gallery .photos .th a:hover::after { opacity:1; transform:scale(1,1); -webkit-transform:scale(1,1); }
.gallery .photos .th a:hover img { transform:scale(1.2,1.2) rotate(0.02deg); -webkit-transform:scale(1.2,1.2) rotate(0.02deg); }
.gallery .photos .th img { vertical-align:top;  }
.gallery .photos .th:empty:hover { background-color:#f2f2f2; }

.gallery .row { overflow:hidden; display:table; width:100%; }