#shareag a {
    color: #2d3134 !important;
}
#shareag a:hover {
    color: #FFF !important;
}
.jssocials-shares {
	margin: 0.2em 0;
}
.jssocials-shares * {
	box-sizing: border-box;
}
.jssocials-share {
	display: inline-block;
	vertical-align: top;
	margin: 0.3em 0.6em 0.3em 0;
}
.jssocials-share:last-child {
	margin-right: 0;
}
.jssocials-share-logo {
	vertical-align: middle;
	font-size: 12px;
}
img.jssocials-share-logo {
	width: auto;
	height: 1em;
}
.jssocials-share-link {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
	display: block;
	font-size: .6em;
	margin: 6px 0 0 0;
	color: #FFF;
	border-radius: 2px;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count.jssocials-share-no-count {
	display: block;
	font-size: .6em;
	margin: 6px 0 0 0;
	color: #FFF;
	border-radius: 2px;
}
.jssocials-share-link.jssocials-share-link-count.jssocials-share-no-count .jssocials-share-count {
	background-color:transparent;
	display:none;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
	background-color: #f44336;
	position:relative;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count:after {
    content: "";
    position: absolute;
    top: -3px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #f44336;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.jssocials-share-link.jssocials-share-no-count {
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
	height: 1em;
}
.jssocials-share-label {
	padding-left: 0.3em;
	vertical-align: middle;
}
.jssocials-share-count-box {
	display: inline-block;
	height: 1.5em;
	padding: 0 0.3em;
	line-height: 1;
	vertical-align: middle;
	cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
	display: none;
}
.jssocials-share-count {
	line-height: 1.5em;
	vertical-align: middle;
}

  .jssocials-share-twitter .jssocials-share-link:hover {
	background: #0087ba;
	border: 2px solid #0087ba;
}

  .jssocials-share-facebook .jssocials-share-link:hover {
	background: #2d4373;
	border: 2px solid #2d4373;
}
 .jssocials-share-googleplus .jssocials-share-link:hover {
	background: #c23321;
	border: 2px solid #c23321;
}

  .jssocials-share-linkedin .jssocials-share-link:hover {
	background: #005983;
	border: 2px solid #005983;
}

  .jssocials-share-pinterest .jssocials-share-link:hover {
	background: #9f191f;
	border: 2px solid #9f191f;
}

  .jssocials-share-email .jssocials-share-link:hover {
	background: #0e76e6;
	border: 2px solid #0e76e6;
}

  .jssocials-share-stumbleupon .jssocials-share-link:hover {
	background: #c93412;
	border: 2px solid #c93412;
}

  .jssocials-share-whatsapp .jssocials-share-link:hover {
	background: #1f7d1e;
	border: 2px solid #1f7d1e;
}

  .jssocials-share-telegram .jssocials-share-link:hover {
	background: #1c88bd;
	border: 2px solid #1c88bd;
}

  .jssocials-share-line .jssocials-share-link:hover {
	background: #1a7c00;
	border: 2px solid #1a7c00;
}

  .jssocials-share-viber .jssocials-share-link:hover {
	background: #61407b;
	border: 2px solid #61407b;
}

  .jssocials-share-pocket .jssocials-share-link:hover {
	background: #e9132e;
	border: 2px solid #e9132e;
}

  .jssocials-share-messenger .jssocials-share-link:hover {
	background: #006acc;
	border: 2px solid #006acc;
}

  .jssocials-share-vkontakte .jssocials-share-link:hover {
	background: #344d6c;
	border: 2px solid #344d6c;
}
.jssocials-share-link {
	padding: 0;
	color: #fff;
	-webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
	transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid #cacaca;
	text-align: center;
	line-height: 32px;
}
.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
	color: #fff;
}
.jssocials-share-count-box {
	position: relative;
	height: 2.5em;
	padding: 0 .3em;
	margin-left: 0.3em;
	background: #f5f5f5;
	-webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
	transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
	background: gainsboro;
}
.jssocials-share-count-box:hover:after {
	border-color: transparent gainsboro transparent transparent;
}
.jssocials-share-count-box:after {
	content: "";
	display: block;
	position: absolute;
	top: 0.85em;
	left: -0.3em;
	width: 0;
	height: 0;
	border-width: 0.4em 0.4em 0.4em 0;
	border-style: solid;
	border-color: transparent #f5f5f5 transparent transparent;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
	transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
	line-height: 2.5em;
	color: #444;
}
.jssocials-share.jssocials-share-whatsapp {
	display:none !important;
}

 @media screen and (max-width: 480px) {
.jssocials-share.jssocials-share-whatsapp {
	display:inline-block !important;
}

}
