#sticky-social a {
text-decoration: none;
text-align:center;
}
#sticky-social ul {
list-style: none;
margin: 0;
padding: 0;
}

#sticky-social {
left: 0;
position: fixed;
top: 15%;
z-index: 2500;
}
#sticky-social a {
//position: absolute;
width: 50px;
background: #496f50;
color: #fff;
display: block;
height: 50px;
font: 15px "Roboto", sans-serif;
line-height: 60px;
position: relative;
text-align: center;
left:0;
transition: width .3s;
}
#sticky-social a span {
line-height: 40px;
left: -160px;
position: absolute;
text-align:center;
width:160px;

}

#sticky-social a:hover {
left: 100%;
width:50px;
}

.entypo-gplus::after {
content: "Google Plus";
font-family: 'Roboto';
margin-top: 25px;
font-size: 10px;
position: absolute;
width: 100%;
text-align: center;
left: 0px;
}

.entypo-twitter::after {
content: "Twitter";
font-family: 'Roboto';
margin-top: 25px;
font-size: 10px;
position: absolute;
width: 100%;
text-align: center;
left: 0px;
}
.entypo-facebook::after {
content: "Like Us";
font-family: 'Roboto';
margin-top: 25px;
font-size: 10px;
position: absolute;
width: 100%;
text-align: center;
left: 0px;
}

@media (max-width:1200px){
#sticky-social{
display:none;
}
}