.be-social {
	clear: both;
	margin: 1.5em 0;
    border: 1px solid #E4E8EC;
    border-radius: 3px;
    background: #F4F4F4;
}
.be-social-title {
    position: absolute;
    text-indent: -999em;
}
.be-social-buttons {
    list-style: none;
	display: inline-block;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    height: 24px;
    text-align: center;
}
.be-social-button {
    display: inline-block;
	margin: 0 20px 0 0;
}
.be-social-button a,
.be-social-button span {
    float: left;
    border: 1px solid #CCC !important;
    border-radius: 3px;
    height: 22px;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 23px;
}
.be-social-link,
.be-social-link:hover {
	overflow: hidden;
	margin-right: 5px;
	padding: 0;
	width: 36px;
    text-indent: -99em;
	color: #FFF;
	background-image: url(besocial.png) !important;
}
.be-social-count {
    position: relative;
    padding: 0 6px;
    max-width: 57px;
    min-width: 10px;
    color: #666;
    background: #FFF;
}
.be-social-count:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
    display: block;
    width: 5px;
    height: 22px;
    background: url(besocial.png) 5px 0;
}
.be-social-twitter a {
	border-color: #00A2E1 !important;
	-webkit-box-shadow: 0 1px 0 #5CD3F1 inset;
	-moz-box-shadow: 0 1px 0 #5CD3F1 inset;
	box-shadow: 0 1px 0 #5CD3F1 inset;
	background-position: -36px 0 !important;
}
.be-social-facebook a {
	border-color: #44578F !important;
	-webkit-box-shadow: 0 1px 0 #3B4B7C inset;
	-moz-box-shadow: 0 1px 0 #3B4B7C inset;
	box-shadow: 0 1px 0 #3B4B7C inset;
	background-position: -72px 0 !important;
}
.be-social-reddit a {
    border-color: #5F99CF !important;
    background-position: -108px 0 !important;
}
.be-social-linkedin a {
    border-color: #407EB7 !important;
    -webkit-box-shadow: 0 1px 0 #88B0D6 inset;
    -moz-box-shadow: 0 1px 0 #88B0D6 inset;
    box-shadow: 0 1px 0 #88B0D6 inset;
    background-position: -144px 0 !important;
}
.be-social-meneame a {
	border-color: #DD6609 !important;
	-webkit-box-shadow: 0 1px 0 #EE6706 inset;
	-moz-box-shadow: 0 1px 0 #EE6706 inset;
	box-shadow: 0 1px 0 #EE6706 inset;
}
.be-social-google {
	margin: 0;
}