@charset "UTF-8";
/* CSS Document */


.OneContact {
	position: relative;
	display: inline-block;
	width: 350px;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	margin: 5px;
}

.OneContact h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}


.Social {
	margin-top: 50px;
}	



.Social a {
	display: inline-block;
	width: 20px;
	height: 20px;
	opacity: .8;
	margin: auto 10px;
	background: no-repeat center center;
	background-size: contain;
}	

.Social a:hover {
	opacity: 1;
}