.superstar a,
.m-superstar a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 87px;
	height: 40px;
 	text-indent: -9999px;
	background: url('../images/superstar.png') 0px -40px;
	opacity:0.5; filter:alpha(opacity=50);
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
}

.superstar a:hover,
.m-superstar a:hover {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	height: 163px;
	background: url('../images/superstar.png') 0px 0px;	
	margin-top:-20px;
	opacity:1.0; filter:alpha(opacity=100);
}

.superstar, .m-superstar {
	top: 20px;
	left: 49px;
	position: fixed; 
	padding: 0px;
	z-index: 9999;
}




ul.ft_media {
	margin: 0px 0 0px 0;
	padding: 0px;
	list-style: none;
}

ul.ft_media li {
	margin: 0px 8px 0px 8px;
	padding: 0px;
	display: inline-block;
	list-style: none;
	color: #888888;
}

.socialnetworks > ul > li:last-child {
	margin-right: 0px;
}

ul.ft_media li a{
	color: #000000;
	opacity:0.7; filter:alpha(opacity=70);
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
}

ul.ft_media li a:hover {
	opacity:1.0; filter:alpha(opacity=100);
}

ul.ft_media li a.ta-linkedin:hover {
	color: #0074b1;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1.0);
}

ul.ft_media li a.ta-instagram:hover {
	color: #9c6e54;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1.0);
}

ul.ft_media li a.ta-twitter:hover {
	color: #1ab2e8;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1.0);
}

ul.ft_media li a.ta-facebook:hover {
	color: #3b5998;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1.0);
}

ul.ft_media li a.ta-whatsapp:hover {
	color: #25d366;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1.0);
}



