.jssocials-share-twitter .jssocials-share-link {
  background: #00aced !important; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba !important; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998 !important; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373 !important; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39 !important; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321 !important; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6 !important; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983 !important; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027 !important; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f !important; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3 !important; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6 !important; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823 !important; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412 !important; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628 !important; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e !important; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0 !important; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd !important; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00 !important; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00 !important; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d !important; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b !important; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056 !important; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e !important; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff !important; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc !important; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e !important; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c !important; }

.jssocials-share-link {
  padding: .5em .6em !important;
  color: #fff !important;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out !important;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out !important; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff !important; }

.jssocials-share-count-box {
  position: relative !important;
  height: 2.5em !important;
  padding: 0 .3em !important;
  margin-left: 0.3em !important;
  background: #f5f5f5 !important;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out !important;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out !important; }
  .jssocials-share-count-box:hover {
    background: gainsboro !important; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent !important; }
  .jssocials-share-count-box:after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0.85em !important;
    left: -0.3em !important;
    width: 0 !important;
    height: 0 !important;
    border-width: 0.4em 0.4em 0.4em 0 !important;
    border-style: solid !important;
    border-color: transparent #f5f5f5 transparent transparent !important;
    -webkit-transform: rotate(360deg) !important;
        -ms-transform: rotate(360deg) !important;
            transform: rotate(360deg) !important;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out !important;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out !important; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em !important;
    color: #444 !important; }
