/* social icons */
.social_icons ul{
	width:100%;
	margin-top:0;
	padding:0;
	outline: none;
	margin-left:20px;
	margin-bottom:10px;
}
.social li{
	float:left;
	display:inline;
	margin-right:6px;
}
.social li a {
	outline: 0;
}
.social img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.social img:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
