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

.gallery .album { padding:0px; margin-bottom:20px; }
.gallery .album .name { margin-bottom:10px; margin-top:0px; display:block; text-align:left; }
.gallery .album .th { width:50px; height:50px; float:left; margin-right:15px; box-shadow:3px 3px 0px #acb5ae; }
.gallery .album .th img { max-width:100%; max-height:100%; }

.gallery .album .info > div > span:first-child { border:none; margin:0; padding:0; }
.gallery .album .info > div > span { margin-left:10px; padding-left:10px; border-left:1px solid #f10602;  }
.gallery .album .info > div > span b { font-weight:400; }

.gallery .album .sep { color:#888888; padding:0px 10px; }
.gallery .album:hover { background-color:#f2f2f2; }
.gallery .album.nh:hover { background:none; }

.gallery .album a, .gallery .photos .th a  { position:absolute; z-index:1; width:100%; height:100%; top:0px; left:0px; background:url(../images/placeholder.gif); }


.gallery .photos { overflow:hidden; width:100%; box-sizing:border-box; -moz-box-sizing:border-box;  }
.gallery .photos .th { padding:0px; text-align:center; vertical-align:middle; border:1px solid transparent; float:left; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-transition:none; transition:none; }
.gallery .photos .th .h { display:inline-block; }
.gallery .photos .th img { vertical-align:middle;
	transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; box-sizing:border-box; -moz-box-sizing:border-box;
 }
.gallery .photos .th:empty:hover { background-color:#f2f2f2; }
/*.gallery .photos .th:hover img { transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}*/
.gallery .photos .th a .zoom { transition:all .5s; -webkit-transition:all .5s; } 

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