.social {
  text-align: left; }
  .social__item {
    display: inline-block;
    margin: 0px;
    width: 30px;
    }
	.social .fa-facebook {
    background-color:#3B5998;
 
    /* border-radius: 50%; */
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 27px;
    position: relative;
    text-align: center;
    transition: all .2s;
    width: 30px;}
	.social .fa-linkedin {
    background-color:#0077B5;
 
    /* border-radius: 50%; */
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 27px;
    position: relative;
    text-align: center;
    transition: all .2s;
    width: 30px;}
	.social .fa-twitter {
    background-color:#00aced;
 
    /* border-radius: 50%; */
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 27px;
    position: relative;
    text-align: center;
    transition: all .2s;
    width: 30px;}
  .social .fa {
    }
    .social .fa:after {
       color: #ffffff;
    content: attr(data-count);
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    left: 40px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
  .social .fa-facebook:hover {
    box-shadow: 0 0 15px rgba(59, 89, 152, 0.5) inset;
    color: #bbb; }
  .social .fa-vk:hover {
    box-shadow: 0 0 15px rgba(69, 102, 142, 0.5) inset;
    color: #fff; }
  .social .fa-twitter:hover {
    box-shadow: 0 0 15px rgba(0, 172, 237, 0.5) inset;
    color: #bbb; }
  .social .fa-pinterest:hover {
    box-shadow: 0 0 15px rgba(203, 32, 39, 0.5) inset;
    color: #bbb; }
  .social .fa-linkedin:hover {
    box-shadow: 0 0 15px rgba(0, 123, 182, 0.5) inset;
    color: #bbb; }
  .social .fa-google-plus:hover {
    box-shadow: 0 0 15px rgba(221, 75, 57, 0.5) inset;
    color: #dd4b39; }

/*# sourceMappingURL=jquery.social-buttons.css.map */
