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


.soc_icons {
	position: relative;
	color: #F09;
	line-height: 1em;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	width: 44px;
	height: 44px;
	display: inline-block;
	background: #FF99CC;
	text-align: center;
	font: normal normal 19px/44px 'FontAwesome';
	border-radius: 500px;
}
.soc_icons > li+li > a{background: #9F0;}
.soc_icons i{font: normal normal 19px/44px 'FontAwesome';}
.soc_icons > li > a:hover {
	color: #F09;
	text-decoration: none;
	background: #000 !important;
}