@charset "utf-8";
.new-button {
	background-position: 0px 140px;
	width: 333px;
	height: 193px;
	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;
}
.alarm-back {
	background-image: url(images/cctv-bristol/cctv-bristol.jpg);
	background-repeat: no-repeat;
}
.fire_back {
	background-image: url(images/cctv-bristol/cctv-installers_bristol.jpg);
	background-repeat: no-repeat;
}
.cctv-back {
	background-image: url(images/cctv-bristol/cctv_bristol.jpg);
	background-repeat: no-repeat;
}
.access-back {
	background-image: url(images/cctv/cctv_bristol.jpg);
	background-repeat: no-repeat;
}
.barriers-back {
	background-image: url(images/cctv/cctv_installer-bristol.jpg);
	background-repeat: no-repeat;
}
.consultancy-back {
	background-image: url(images/cctv/cctv_installers-bristol.jpg);
	background-repeat: no-repeat;
}
#red_button {
	background-image: url(images/cctv-installer_bristol/security-installer_bristol.png);
	background-repeat: no-repeat;
}
#blue_button {
	background-image: url(images/cctv-installer_bristol/security-installers_bristol.png);
	background-repeat: no-repeat;
}
#green_button {
	background-image: url(images/cctv-installer_bristol/security_installers-bristol.png);
	background-repeat: no-repeat;
}
.new-button:hover {
	background-position: 0px 0px;
}
.new-button-text {
	padding-top: 140px;
	width: 333px;
	height: 193px;
	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: 34px;
}
.new-button-text h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
.new-button-text h1 a{
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}
.new-button-text h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
.new-button-text h2 a{
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}
