@charset "utf-8";

.new-button {
	background-position: 0px 0px;
	opacity: 0.0;
	width: 235px;
	height: 180px;
	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;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#blue_button {
	background-image:url(images/blue-background.png);
	background-position:center center;
	background-repeat: no-repeat;
}
.new-button:hover {
	background-position: 0px 0px;
	opacity: 0.95;
	/*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 {
	padding-top: 180px;
	width: 235px;
	height: 180px;
	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;
	-webkit-transition-delay: 5s;
	transition-delay: 2s;
}
.new-button-text:hover {
	padding-top: 64px;
	/*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;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.new-button-text h1 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
}
.new-button-text h1 a{
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}
.new-button-text h2 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 12px;
	color: #
	line-height: 22px;
	text-align: center;
}
.new-button-text h2 a{
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}

.new-button2 {
	background-position: 0px 0px;
	opacity: 0.0;
	width: 490px;
	height: 230px;
	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;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#blue_button2 {
	background-image:url(images/images-security/security-installation-companies/blue-background2.png);
	background-repeat: repeat;
}
.new-button2:hover {
	background-position: 0px 0px;
	opacity: 0.95;
	/*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-button2-text {
	padding-top: 180px;
	width: 490px;
	height: 230px;
	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;
	-webkit-transition-delay: 5s;
	transition-delay: 2s;
}
.new-button2-text:hover {
	padding-top: 85px;
	/*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;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.new-button2-text h1 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
}
.new-button2-text h1 a{
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}
.new-button2-text h2 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 12px;
	color: #
	line-height: 22px;
	text-align: center;
}
.new-button2-text h2 a{
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}