.socials  .fa-twitter {
    background: none repeat scroll 0 0 #55acee;
   padding: 14px 13px;
}
.socials  .fa-facebook {
    background: none repeat scroll 0 0 #3a5795;
        padding: 14px 16px;
}
.socials  .fa-google-plus {
    background: none repeat scroll 0 0 #dd4b39;
   padding: 14px 13px;
}
.socials  .fa-pinterest {
    background: none repeat scroll 0 0 #0e76a8;
     padding: 14px 13px;
}
.socials .fa-tumblr{
    background: none repeat scroll 0 0 #c92228;
     padding: 14px 16px;
}

.socials  .fa a{
    background: red;
    color: green;
}
.socials  a {
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    padding: 10px 12px;
    margin: 0px 3px;
    webkit-transition: all 0.5s;
    -mz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.socials  a:hover{
  background-color: #fff !important; 
  color: #2da2c8;
  border-color: #2da2c8; 
  text-decoration: none;

}
.social_link{
    text-align: center;
}