.btn-home{
	border:1px solid #716565;
	border-radius:0;
	margin:10px 0;
	padding:10px 25px;
	text-transform:uppercase;
}

.btn-home:hover{
	background-color:#7f98c0;
	transition:ease-in-out .3s;
	color:#fff;
}
.btn-two{
	border:1px solid #666;
	border-radius:0;
	margin:10px 0;
	padding:10px 25px;
	text-transform:uppercase;
	background-color:#444;
	color:#fff;
}

.btn-two:hover{
	background-color:#f9f9f9;
	transition:ease-in-out .3s;
	color:#444;
	border:1px solid #666;
}
.btn-three{
	background-color:#999999;
	border:1px solid #666;
	border-radius:0;
	padding:10px 25px;
	text-transform:uppercase;
	color:#fff;
}

.btn-three:hover{
	transition:ease-in-out .3s;
	color:#fff;
	border:1px solid #666;
}

.btn-other{
	background-color:#900;
	border-radius:0;
	margin:10px 0;
	padding:10px 25px;
	text-transform:uppercase;
	color:#fff;
}

.btn-other:hover{
	background-color:#CCC;
	transition:ease-in-out .3s;
	color:#fff;
}