@font-face {
  font-family: 'social-share';
  src: url('../font/social-share.eot?34628525');
  src: url('../font/social-share.eot?34628525#iefix') format('embedded-opentype'),
  url('../font/social-share.woff?34628525') format('woff'),
  url('../font/social-share.ttf?34628525') format('truetype'),
  url('../font/social-share.svg?34628525#social-share') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="share-"]:before, [class*=" share-"]:before {
  font-family: "social-share";
  font-style: normal;
  font-weight: normal;
  speak: none;
  padding: 10px;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
   
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="share-"]:hover {background-color: rgba(0,0,0,0.2);}
.share-facebook:before { content: '\e800'; } /* '' */
.share-twitter:before { content: '\e801'; } /* '' */
.share-linkedin:before { content: '\e802'; } /* '' */
.share-gplus:before { content: '\e803'; } /* '' */
.share-mail:before { content: '\e804'; } /* '' */
.share-share:before { content: '\e805'; } /* '' */
.share-instagram:before { content: '\e806'; } /* '' */
.share-pinterest:before { content: '\e807'; } /* '' */
.share-whatsapp:before { content: '\e808'; } /* '' */
.share-cancel:before { content: '\e80a'; } /* '' */

#share-buttons {position: fixed; list-style: none; right: 0; top:50%; margin-top: -150px; z-index: 10000}
#share-buttons a {text-decoration: none; width: 100%; height: 100%; display: block;  color: #fff; }
#share-buttons li { background-color: red; }
#share-buttons .facebook { background-color: #3b5998}
#share-buttons .twitter { background-color: #00aced}
#share-buttons .gplus { background-color: #dd4b39}
#share-buttons .linkedin { background-color: #007bb5}
#share-buttons .mail { background-color: #616161}
#share-buttons .whatsapp { background-color: #4dc247; display: none}
#share-buttons .share-btn { background-color: #009da4; display: none; cursor: pointer}

/* MEDIA QUERIES */
@media only screen and (max-width: 619px) {
 #share-buttons {right: 0px;bottom: 20px;margin: 0;padding: 0; top: inherit}
 #share-buttons .share-btn {display: block}
 #share-buttons .whatsapp { display: block}

 .share-buttons-in {display: none}
 [class^="share-"]:before, [class*=" share-"]:before { font-size: 150%}
}