.ts_footer_social_logo {
	width: 23px;
	height: 23px;
	position: relative;
}

.ts_footer_social_logo:hover a {
	transition: none !important;
	background: none !important;
}

.ts_footer_social_logo img
{
	position: absolute;
	top: 3px;
	left: 0;
}

.ts_footer_social_logo_img_basic, .ts_footer_social_logo:hover .ts_footer_social_logo_img_hover {
	opacity: 1;
}

.ts_footer_social_logo_img_hover, .ts_footer_social_logo:hover .ts_footer_social_logo_img_basic {
	opacity: 0;
}