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

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

.fs-media-gallery .album .backButton {
}

.fs-media-gallery .thumb {
	margin-bottom: 7px;
}

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

.fs-media-gallery .thumb .name {
}

.fs-media-gallery .thumb .date {
	display: inline-block;
	font-weight: bold;
}

.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;
}

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

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

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

.fs-media-gallery .thumbs.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fs-media-gallery .thumbs.row > [class*='col-'] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}