/* gallery list */
.gallery-custom { position: relative; float: left; width: 260px; height: 202px; margin-right: 25px; }
.gallery-custom-container .gallery-custom { margin-left: 7px; margin-right: 7px; margin-bottom: 10px; }
.gallery-custom-wrapper { position: relative; display: table; }
.gallery-custom img { width: 100%; height: 202px; max-width: 260px; }
.album.wide img { max-width: 100%; }
.gallery-custom .hover { position: absolute; height: 100%; width: 100%; top: 0; left: 0; overflow: hidden; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; }
.gallery-custom .hover ul { margin: 0; padding: 0; margin-top: 60px; text-align: center; margin-bottom: 30px; transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; }
.gallery-custom .hover h2, .gallery-custom .hover h3 { margin: 0; padding: 0; text-transform: uppercase; padding-left: 50px; }
.gallery-custom .hover h2 { font-size: 30px; line-height: 32px; transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; }
.gallery-custom .hover h3 { font-size: 20px; line-height: 25px; transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; }
.gallery-custom:hover .hover { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; }
.gallery-custom:hover ul { margin-top: 30px; }
.gallery-custom:hover h2, .gallery-custom:hover h3 { padding-left: 12px; }
.gallery-custom .hover li { display: inline-block; list-style: none; text-align: center; }
.gallery-custom .hover li a { display: block; text-decoration: none; font-size: 29px; }
.gallery-custom .hover li { height: 65px; overflow: hidden; margin-left: 4px; margin-right: 4px; width: 65px; line-height: 65px; border-radius: 50%; }
.gallery-custom-feed h5 { position: absolute; left: 0; bottom: 0; opacity: 0.9; font-size: 20px; line-height: 25px; color: #FFF; height: 80px; width: 100%; padding-left: 10px; padding-top: 10px; margin: 0; text-transform: uppercase; }
.gallery-custom-feed h6 { font-size: 30px; line-height: 32px; font-weight: 400; text-transform: uppercase; position: absolute; left: 0; bottom: -5px; padding: 10px 10px 8px 10px; }
/* gallery list end */


@media (max-width: 1199px) {
.gallery-custom-wrapper { width: 855px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 999px) {
.gallery-custom-wrapper { width: 585px; }
}

@media (max-width: 767px) {
.gallery-custom-wrapper { width: 270px; }
}

@media (max-width: 500px) {
.gallery-custom-wrapper { width: 300px; }
}
