.fs-media-gallery .thumb {
	width: 33.333%;
	vertical-align: top;
}

.fs-media-gallery .thumb img {
	width: 100%;
	height: auto;
}

.fs-media-gallery .album .backButton {
	position: relative;
	top: -10px;
}

.fs-media-gallery .albumTitleWrap {
	margin-top: 15px;
}

.fs-media-gallery .page-navigation li .cycle {
	top: 8px;
}

.fs-media-gallery .thumb {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

.fs-media-gallery .thumb:nth-child(3n+3) {
	margin-right: 0;
}

.fs-media-gallery .thumb .name {
	font-size: 20px;
	/*text-transform: uppercase;*/
	/*color: #be9e55;*/
}

.fs-media-gallery .thumb .date {
	display: inline-block;
	min-height: 15px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 1px;
}

.fs-media-gallery .thumbWrap {
	position: relative;
}

.fs-media-gallery .thumb div.image {
	display: inline-block;
	position: relative;
}

.fs-media-gallery .thumb a {
	display: inline-block;
}

.fs-media-gallery .thumb a .thumb-hover {
	position: absolute;
	background: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display:none;
}

.fs-media-gallery .thumb a .thumb-hover:after {
	content: ' ';
	background: url(../Images/gallery_overlay_sprite.png) top left;
	width: 34px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -17px;
}


.fs-media-gallery .thumb .albumTitleWrap .date {
	display: block;
}

.fs-media-gallery .albumTitleWrap a {
	text-decoration: none;
}

.fs-media-gallery .albumSingle {
	overflow: hidden;
}

.no-touchevents .fs-media-gallery .thumb a:hover .thumb-hover {
	display:block;
	opacity: 1;
}

.no-touchevents .fs-media-gallery .albums-list .thumb a:hover .thumb-hover:after {
	background-position: left top;
}

.no-touchevents .fs-media-gallery .album .thumb a:hover .thumb-hover:after {
	background-position: left 40px;
}






.fs-media-gallery .thumb a .thumb-hover {
	-webkit-transition: 200ms ease;
	-moz-transition: 200ms ease;
	-ms-transition: 200ms ease;
	-o-transition: 200ms ease;
	transition: 200ms ease;
	display: block;
	opacity: 0;
}
.no-touchevents .fs-media-gallery .album .thumb a .thumb-hover::after {
	background-position: left 40px !important;
}
.no-touchevents .fs-media-gallery .album .thumb a:hover .thumb-hover::after {
//background-position: top left;
}

.no-touchevents .fs-media-gallery .album .thumb a:hover .thumb-hover,
.no-touchevents .fs-media-gallery .thumb a:hover .thumb-hover {
	opacity: 1;
}

.fs-media-gallery .thumbs {
	margin-left: -15px;
	margin-right: -15px;
}

.fs-media-gallery .thumbs::after {
	content: ' ';
	display: table;
	clear: both;
}

.fs-media-gallery .thumb div.image {
	margin: 0;
}

@media (max-width: 991px) {
	.fs-media-gallery .thumb {
		width: 100%;
		text-align: center;
	}

	.fs-media-gallery .thumb a {
		margin-left: auto;
		margin-right: auto;
	}
}