.block.large-bottom-padding.block-blockgalleryintro { padding-bottom: 90px;}
.gallery-blocks {}
.gallery-blocks .gallery-block {
	width: 21%;
	margin: 2%;
	float: left;
	text-align: center;
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	min-height: 275px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.gallery-blocks .gallery-block:hover {
	background: #efefef;
}
.gallery-blocks .gallery-block a:hover{
	text-decoration: none;
}
.gallery-blocks .gallery-block .gallery-name {
	font-size: 24px;
}
.gallery-blocks .gallery-block .gallery-image {
	position: absolute;
	top: 80px;
	width: 170px;
	margin-left: 35px;
}
.gallery-blocks .gallery-block:nth-of-type(4) .gallery-image {
	width: 320px;
	margin-left: -35px;
}

.gallery-thumbnails {
	margin-top: 20px;
	text-align: center;
}
.gallery-thumbnails ul {
	list-style: none;
	width: 100%;
	display: block;
	margin: 0px auto;
	font-size: 0px;
}
.gallery-thumbnails .thumb {
	width: 8%;
	margin: 0 1%;
	cursor: pointer;
	display: inline-block;
}

@media (max-width:1000px) {
	.gallery-thumbnails .thumb {
		width: 31%;
	}
	.gallery-blocks .gallery-block {
		width: 100%;
		margin: 10px 0;
	}
	.gallery-blocks .gallery-block:nth-of-type(4) .gallery-image,
	.gallery-blocks .gallery-block .gallery-image {
		position: relative;
		top: auto;
		width: 100%;
		margin: 0px;
		text-align: center;
	}
	.block.large-bottom-padding.block-blockgalleryintro { padding-bottom: 30px;}
}