.tt-wrapper{
	padding: 0;
	width: 100%;
	height: 76px;
	margin-top:30px;
	/*margin: 80px auto 30px auto;*/
}
.tt-wrapper li{
	display: inline-block;
}
.tt-wrapper li a{
	display: block;
	/*width: 68px;
	height: 70px;
	margin: 0 2px;*/
	outline: none;
	/*background: transparent url(../images/growcase_the_social_gunman_icons.png) no-repeat top left;
	background: transparent url(../../../imgs/elem/redes_sociais.png) no-repeat top left;*/
	text-indent: -9000px;
	position: relative;
	height: 76px;
}
.tt-wrapper li .tt-facebook{
    /*background-position: -204px 0px;*/
	background: transparent url(../../../imgs/elem/facebook.png) no-repeat center;
	width:90px;
	margin-right:22px;
}
.tt-wrapper li .tt-twitter{
	background: transparent url(../../../imgs/elem/twitter.png) no-repeat center;
	width:90px;
	margin-right:22px;
}
.tt-wrapper li .tt-linkedin{
	background: transparent url(../../../imgs/elem/linkedin.png) no-repeat center;
	width:90px;
	margin-right:22px;
}
.tt-wrapper li .tt-google_plus {
	background: transparent url(../../../imgs/elem/gplus.png) no-repeat center;
	width:90px;
	margin-right:22px;
}
.tt-wrapper li .tt-youtube{
	background: transparent url(../../../imgs/elem/youtube.png) no-repeat center;
	width:90px;
	margin-right:22px;
}
.tt-wrapper li .tt-instagram{
	background: transparent url(../../../imgs/elem/instagram.png) no-repeat center;
	width:90px;
}
.tt-wrapper li a span{
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -50px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;	
	font-style: italic;
	font-size: 10px;
	color: #2f2f2f;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);*/
	text-align: center;
	border: 4px solid #fff;
	background: rgba(255,255,255,1);
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -13px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 91px;
}

@media only screen and (max-width: 725px) { 
	.tt-wrapper li .tt-social{
		width:80px;
		margin-right:12px;
	}
}
@media only screen and (max-width: 625px) { 
	.tt-wrapper li .tt-social{
		width:60px;
		height: 56px;
		margin-right:10px;
		background-size: cover;
	}
}


