.fa-facebook,.fa-google-plus,.fa-twitter,.fa-linkedin{
background-color: #fff;
border-radius: 50%;
margin: 15px 2px;
border: 2px solid #fff;
}
.fa-facebook:hover,.fa-google-plus:hover,.fa-twitter:hover,.fa-linkedin:hover{
background-color: transparent;
-webkit-transition: background 1.5s;
transition: background 1.5s;
color: #fff;
-webkit-animation: rotation 1s infinite linear;
animation-iteration-count: 1;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
.fa-facebook:hover{
border: 2px solid #3b5999;
}
.fa-google-plus:hover{
border: 2px solid #d34836;
}
.fa-twitter:hover{
border: 2px solid #1da1f3;
}
.fa-linkedin:hover{
border: 2px solid #0077b5;
}
.fa-facebook{
padding: 8px 11px;
color: #3b5999;