@charset "utf-8";
/* CSS Document */
/*import url(http://weloveiconfonts.com/api/?family=entypo);*/

/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
a { 
   text-decoration: none;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
.container {
   margin: 0 auto;
   padding: 20px 50px;
   background: white;
}
#sticky-social {
   left: 0;
   position: fixed;
   top: 150px;
   
   z-index: 10;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a:hover span {
   left: 100%;
}

#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover{ background-color: #3b5998;	background:url(images/facebook.png) no-repeat;  }
#sticky-social a[class*="facebook"] span { background-color: #3b5998;  }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover{ background-color: #dd4b39;	background:url(images/google.png) no-repeat;  }
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover{ background-color: #007bb6;	background:url(images/linkedin.png) no-repeat;}
#sticky-social a[class*="linkedin"] span { background: #007bb6; }

#sticky-social a[class*="pintrest"],
#sticky-social a[class*="pintrest"]:hover{ background-color: #cb1e26;	background:url(images/pintrest.jpg) no-repeat;}
#sticky-social a[class*="pintrest"] span { background: #cb1e26; }
