@charset "utf-8";
.new-button {
	background-position: 0px 119px;
	width: 294px;
	height: 174px;
	display: block;
	overflow: hidden;
	text-align: center;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
#blue_button {
	background-repeat: no-repeat;
	background-image: url(images/devon-pools.png);
}
.new-button:hover {
	background-position: 0px 0px;
}
.new-button-text {
	padding-top: 119px;
	width: 294px;
	height: 174px;
	display: block;
	overflow: hidden;
	text-align: center;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.new-button-text:hover {
	padding-top: 22px;
}
.new-button-text h1 {
	font-family: Roboto;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}
.new-button-text h1 a{
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
	font-family: Roboto;
	font-size: 18px;
}
.new-button-text h2 {
	font-family: Roboto;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
.new-button-text h2 a{
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
	font-family: Roboto;
}
.pools {
	background-image: url(images/swimming-pools-devon.png);
	background-repeat: no-repeat;
}
.equipment {
	background-image: url(images/devon-swimming-pools.png);
	background-repeat: no-repeat;
}

.enclosures {
	background-image: url(images/swimming_pools-devon.png);
	background-repeat: no-repeat;
}
