.shareButtons {
	position: relative;
	width: 100%;
  	max-width: 1280px;
  	/*min-height: 32px;*/
	margin: 0 auto;
	z-index: 2;
}
.shareButtons .shareButtons-int{
	position: absolute;
	width: 350px; /* be careful with changing size */
	overflow: hidden;
	right:0;
}
.shareButtons .addthis_toolbox{
	height: 32px;
	width: 100%;
	max-width: 150px;
	margin-right: 28px;

	-webkit-transition: all .25s linear;
	transition: all .25s linear;

	 -ms-transform: translate(100%,0); /* IE 9 */
   	-webkit-transform: translate(100%,0); /* Safari */
    transform: translate(100%,0);
}
.shareButtons .add-toggle,
.shareButtons .add-social span {
	width: 32px;
	height: 32px;
	background-color: #00bbe3 !important;
	background-size: auto !important;
}
.shareButtons .add-toggle{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: #bcd400 !important;
	background-image: url(/includes/public/assets/share.svg);
}

/** active **/
.shareButtons .active .addthis_toolbox{
	-ms-transform: translate(0,0); /* IE 9 */
   	-webkit-transform: translate(0,0); /* Safari */
    transform: translate(0,0);
}


@media only screen and (max-width: 640px) {
	.panel_custom_container.interior .shareButtons{ padding: 0; }
	.shareButtons .shareButtons-int {
		max-width: 50%;
		max-width: calc(100% - 150px);
	}
}
