.addtoany {
	display: inline;
}
.addtoany_list { 
	display: inline;
	line-height: 16px;
}
.addtoany_list > a, 
.addtoany_list a img, 
.addtoany_list a > span {
	vertical-align: middle;
}
.addtoany_list > a {
	display: inline-block;
	font-size: 16px;
	padding: 0 4px;
}
.addtoany_list.a2a_kit_size_32 > a {
	font-size: 32px;
}
.addtoany_list a span.a2a_img { 
	display: inline-block;
	height: 16px;
	opacity: 1;
	overflow: hidden;
	width: 16px;
}
.addtoany_list.a2a_kit_size_32 a > span {
	border-radius: 4px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	opacity: 1;
	overflow: hidden;
	width: 32px;
}
.addtoany_list a:hover:hover img,
.addtoany_list a:hover span {
	opacity: .7;
}
.addtoany_list a.addtoany_share_save img { 
	border: 0;
	width: auto;
	height: auto;
}
.a2a_kit a:empty,
.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined) {
	display: none;
}

a2a_default_style:not(.a2a_flex_style) a {
  float: left;
  line-height: 16px;
  padding: 0 1px;
}

.my-button-link {
	float: right; 
    padding-right: 10px;
    padding-left: 10px;    
    cursor: pointer;
	margin-left: 5px;
}	


.button-contact
{
	padding: 5px 0px 5px 0px;
	margin-top: 15px;
	text-align: left;
}

.my-button {
	 width: 180px;
	 background-color: #fbfbfb;
	 padding: 5px 15px 15px 15px;
	 border-radius: 8px;
	 border: 2px solid #50505040;
	 float: right;
	 display: none; 
	 position: absolute;
	 right: -15px;
	 top: 35px;
}

.my-button::before, .my-button::after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    right: 19px;
}
.my-button::before {
    border-color: #505050 transparent;
    top: -10px;
    right: 19px;
}
.my-button::after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-color: #fbfbfb transparent;
    border-width: 0 10px 10px 10px;
    top: -9px;
}
