.towns-container {
	overflow: hidden;
	margin-right: -3px;
	margin-bottom: -3px;
	margin-bottom: 30px;
}

.towns-container .town-block {
	text-align: center;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff
}

.towns-container .town-block .block-inner {
	position: relative;
	z-index: 2
}

.towns-container .town-block a {
	display: block
}
.towns-container .towns-inner .row .columns.medium-4 {
	padding-left: 0px;
	padding-right: 0px;
}
.towns-container .town-block .block-overlay {
	width: 100%;
	height: 100%;
	background: #288dc0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
	z-index: 3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

@media (max-width: 64em) {
	.towns-container .town-block .block-overlay {
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: .7
	}
}

@media (max-width: 47.9375em) {
	.towns-container .town-block .block-overlay {
		display: none
	}
}

.towns-container .town-block .block-image {
	position: relative;
	z-index: 2
}

.towns-container .town-block .block-image:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.towns-container .town-block .block-image img {
	display: block;
	width: 100%
}

@media (max-width: 47.9375em) {
	.towns-container .town-block .block-image img {
		display: none
	}
}

@media (max-width: 47.9375em) {
	.towns-container .town-block .block-image {
		height: 103px;
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-background-position: center center;
		-moz-background-position: center center;
		-ms-background-position: center center;
		-o-background-position: center center;
		background-position: center center;
		-webkit-background-repeat: no-repeat;
		-moz-background-repeat: no-repeat;
		-ms-background-repeat: no-repeat;
		-o-background-repeat: no-repeat;
		background-repeat: no-repeat
	}
}

.towns-container .town-block .block-content {
	width: 100%;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.towns-container .town-block .block-content .content-inner {
	padding: 15px 0;
	max-width: 350px;
	width: 100%;
	margin: auto;
}

.towns-container .town-block .block-content .block-logo img {
	display: block;
	width: 100%;
	max-height: 105px;
}

@media (max-width: 47.9375em) {
	.towns-container .town-block .block-content .block-logo img {
		display: inline-block;
		max-width: 220px
	}
}

.towns-container .town-block .block-content .block-details {
	max-height: 0;
	overflow: hidden;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.towns-container .town-block .block-content .block-details p {
	font-style: italic;
	font-family: "GeogrotesqueW01-Semibol1185180", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2;
	color: #fff
}

@media (max-width: 64em) {
	.towns-container .town-block .block-content .block-details p {
		font-size: 1rem
	}
}

.towns-container .town-block .block-content .block-details .block-description {
	margin-bottom: 25px
}

.towns-container .town-block .block-content .block-details .block-btn {
	padding-bottom: 15px
}

@media (max-width: 64em) {
	.towns-container .town-block .block-content .block-details .block-btn .btn {
		font-size: .6875rem
	}
}

@media (max-width: 64em) {
	.towns-container .town-block .block-content .block-details {
		max-height: 100%;
		margin-top: 10px;
		overflow: visible;
		filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1
	}
}

@media (max-width: 47.9375em) {
	.towns-container .town-block .block-content .block-details {
		display: none
	}
}

@media (min-width: 1025px) {
	.towns-container .town-block:hover .block-overlay,
	.towns-container .town-block:active .block-overlay,
	.towns-container .town-block:focus .block-overlay {
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: .7
	}
	.towns-container .town-block:hover .block-content .block-details,
	.towns-container .town-block:active .block-content .block-details,
	.towns-container .town-block:focus .block-content .block-details {
		margin-top: 25px;
		max-height: 150px;
		filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1
	}
}

.towns-container .town-block.town-theme-primary .block-overlay {
	background: #288dc0
}

.towns-container .town-block.town-theme-primary .btn {
	color: #288dc0 !important
}

.towns-container .town-block.town-theme-primary .btn:hover,
.towns-container .town-block.town-theme-primary .btn:active,
.towns-container .town-block.town-theme-primary .btn:focus {
	color: #288dc0 !important
}

.towns-container .town-block.town-theme-success .block-overlay {
	background: #49773b
}

.towns-container .town-block.town-theme-success .btn {
	color: #49773b !important
}

.towns-container .town-block.town-theme-success .btn:hover,
.towns-container .town-block.town-theme-success .btn:active,
.towns-container .town-block.town-theme-success .btn:focus {
	color: #49773b !important
}

.towns-container .town-block.town-theme-warning .block-overlay {
	background: #ffa300
}

.towns-container .town-block.town-theme-warning .btn {
	color: #e08f00 !important
}

.towns-container .town-block.town-theme-warning .btn:hover,
.towns-container .town-block.town-theme-warning .btn:active,
.towns-container .town-block.town-theme-warning .btn:focus {
	color: #e08f00 !important
}