﻿#share {
	margin: 20px 0 20px;
    display: block;
    clear: both;
}
#share.counter-enabled {
	padding-top: 26px;
}
#share ul {
	margin: 0;
	padding: 0;
}
#share ul li {
	float: left;
	margin: 0 10px 10px 0;
    height: 23px;
	list-style: none;
}
#share .sharebutton {
	display: inline-block;
	padding: 1px;
	font: 12px/16px arial, sans-serif;
	color: #555f6b;
	position: relative;
	text-decoration: none;
	border-radius: 2px;
    cursor: pointer;
	border: 1px solid #b3b3b3;
	background: url("/framework/modules/Social Sharing/img/gradient_socialbuttons.gif") repeat-x left bottom; 
    background-color: #ffffff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e8e8e8));
	background: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
	background: -moz-linear-gradient(top, #ffffff, #e8e8e8);
}
#share .buttontext {
	background: url("/framework/modules/Social Sharing/img/spr_icons_socialsharing.png") no-repeat;
	display: inline-block;
	height: 16px;
	padding: 0 7px 0 23px;
	border: 1px solid #fff;
}
#share #fb-share .buttontext {
	background-position: 0 0;
}
#share #tw-share .buttontext {
	background-position: 0 -17px;

}
#share #gp-share .buttontext {
	background-position: 0 -34px;

}
#share #pn-share .buttontext {
	background-position: 0 -51px;

}
#share #hv-respect .buttontext {
	background-position: 0 -68px;

}
#share #mailbtn .buttontext {
	background-position: 0 -85px;
}
#share .counter {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
}
#share .count {
	background: #fff;
    position: relative;
	padding: 2px 5px;
	display: inline-block;
	text-align: center;
	color: #555f6b;
	border-radius: 2px;
	border: 1px solid #b7b7b7;
    cursor: default;
	z-index: 20;
}
#share .count:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	margin-left: -4px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;		
	border-top: 4px solid #fff;
	z-index: 10;
}
#share .count:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -6px;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;		
	border-top: 5px solid #b7b7b7;
	z-index: 1;
}

.pluginConnectButton a {
    color: #ffffff;
}
.fblike {
    overflow:hidden;
}
.fblike iframe {
    width: 90px!important;
    *width: 90px !important;
    height: 62px!important;
    margin-top: -39px!important;
}
@media only screen and (device-width: 768px) {
    .fblike iframe {
        width: 90px!important;
    }
}