[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
a { 
   text-decoration: none;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#sticky-social {
   left: 0;
   position: fixed;
   top: 250px;
   z-index:800;
   opacity: 1;
}
#sticky-social a {
   background: #3b5998 ;
   color: #fff;
   display: block;
   height:45px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
   z-index:800;
   opacity: 1;
}
#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position:absolute;
   text-align:center;
   width:37px;
z-index:800;
   opacity: 1;   
}
#sticky-social a:hover span 
{ 
left:20%;
}

#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background:#3b5998 url(../images/fb.png) no-repeat 0px 0px; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced url(../images/Twitter.png) no-repeat 0px 0px; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39 url(../images/G-plus.png) no-repeat 0px 0px; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127 url(../images/Pintrest.png) no-repeat 0px 0px; } 

#sticky-social a[class*="youtube"],
#sticky-social a[class*="youtube"]:hover,
#sticky-social a[class*="youtube"] span { background: #e11919 url(../images/YouTub.png) no-repeat 0px 0px; }