.addtoany_content {
    clear: both;
    margin: 16px auto;
	text-align:center;
	text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #313131;
    border-bottom: 0px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;

}
.addtoany_header {
    margin: 0 0 30px;
	border-bottom: 4px solid #ebebeb;
	
	text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #313131;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
}
.addtoany_header:before {
    padding: 1px 35px;
    border-bottom: 4px solid #B2D235;
    font-size: 6px;
    content: '';
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -35px;
    left: 50%;
}
.addtoany_list {
    display: inline;
    line-height: 16px;
}
.addtoany_list a,
.widget .addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle;
}
.addtoany_list a img {
    border: 0;
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    vertical-align: baseline;
}
.addtoany_list a span {
    display: inline-block;
    float: none;
}
.addtoany_list.a2a_kit_size_32 a {
    font-size: 32px;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.addtoany_list a:not(.addtoany_special_service) > span {
    border-radius: 4px;
    display: inline-block;
    opacity: 1;
}
.addtoany_list a .a2a_count {
    position: relative;
    vertical-align: top;
}
.site .a2a_kit.addtoany_list a:focus,
.addtoany_list a:hover,
.widget .addtoany_list a:hover {
    background: none;
    border: 0;
    box-shadow: none;
}
.addtoany_list a:hover img,
.addtoany_list a:hover span {
    opacity: 0.7;
}
.addtoany_list a.addtoany_special_service:hover img,
.addtoany_list a.addtoany_special_service:hover span {
    opacity: 1;
}
.addtoany_special_service {
    display: inline-block;
    vertical-align: middle;
}
.addtoany_special_service a,
.addtoany_special_service div,
.addtoany_special_service div.fb_iframe_widget,
.addtoany_special_service iframe,
.addtoany_special_service span {
    margin: 0;
    vertical-align: baseline !important;
}
.addtoany_special_service iframe {
    display: inline;
    max-width: none;
}
a.addtoany_share.addtoany_no_icon span.a2a_img_text {
    display: none;
}
a.addtoany_share img {
    border: 0;
    width: auto;
    height: auto;
}
.a2a_svg.a2a_s__default
{
	display: inline-block !important;
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    padding: 6px !important;
    font-size: 18px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    border-radius: 2px !important;
}
.a2a_s_email
{
	background-color:#ff5d5e !important;
}
.a2a_s_linkedin
{
	background-color:#0073b2 !important;
}
.a2a_s_twitter
{
	background-color:#00acee !important;
}
.a2a_s_facebook
{
	background-color:#3b5996 !important;
}
.a2a_s_email:hover
{
	background-color:#cc4949 !important;
}
.a2a_s_linkedin:hover
{
	background-color:#005380 !important;
}
.a2a_s_twitter:hover
{
	background-color:#0087bd !important;
}
.a2a_s_facebook:hover
{
	background-color:#28385c !important;
}
.addtoanybox
{
	margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 2%);
}