#index-introlink-box-1,
#index-introlink-box-2,
#index-introlink-box-3{
	width:350px;
	height:200px;
	min-height:150px;
	position:absolute;
	z-index:100;
	top:40px;
	border-radius:3px;
}
#index-introlink-box-1{
	background:url(img/index-services.jpg) no-repeat;
	left:0px;
}
#index-introlink-box-2{
	background:url(img/index-solutions.jpg) no-repeat;
	left:375px;
}
#index-introlink-box-3{
	background:url(img/index-company.jpg) no-repeat;
	left:750px;
}
.index-introlink-box-gap{
	margin-right:25px;
}


.new-button {
	background-position: 0px 120px;
	width: 350px;
	height: 200px;
	display: block;
	overflow: hidden;
	text-align: center;
	border-radius:3px;
	/*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-image:url(img/index-boxes-bg.png);
	background-repeat: no-repeat;
}
.new-button:hover {
	background-position: 0px 0px;
}
.new-button-text {
	padding-top:134px;
	width: 350px;
	height: 200px;
	display:block;
	overflow: hidden;
	text-align: center;
	color:#fff;
	/*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:40px;
}
#box-button{
	width:160px;
	margin:auto;
	height:40px;
	margin-top:20px;
}
#box-button a,
#box-button a:visited{
	color:#fff;
	text-decoration:none;
	background-color: #589cf0;
}
#box-button a:hover{
	color:#333;
	background-color: #fff;
}
.box-button{
	color: #FFFFFF;
	text-decoration:none;
	line-height: 40px;
	text-align: center;	
	height: 40px;
	width: 100%;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;

}

h5{
	font-family: 'Roboto', sans-serif;
	font-size:1.4em;
	line-height:1.2em;
	color:#FFF;
	font-weight:400;
}