@charset "utf-8";
.box-contact {
	border: 5px solid #e1e1e1;
	padding:20px;
	margin-bottom:30px;
	text-align:center;
	clear:both;
	
}
.contact-detail {
	font-size:28px;
	font-weight:bold;
}
.fa {
	margin-right:10px;
}
.btn-contact {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:16px;
	padding: 15px 20px !important;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	color: #FFFFFF;	
	background-color: #81c2ec; 
	margin-top:20px;
}
.btn-contact:hover {
	background-color: #309ada; 
	color: #FFFFFF;	
}
.btn-contact span {
	font-family: "Lato", sans-serif;
	margin-left:10px;
}





