@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: 210px;
   z-index: 21;

}

#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*="twitter"],

#sticky-social a[class*="twitter"]:hover{ background-color: #1869ff;	background:url(images/twitter.png) no-repeat;}

#sticky-social a[class*="twitter"] span { background: #1869ff; }



#sticky-social a[class*="pintrest"],

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

#sticky-social a[class*="pintrest"] span { background: #cb2027; }



#sticky-social a[class*="youtube"],

#sticky-social a[class*="youtube"]:hover{ background-color: #cd181f;	background:url(images/youtube.png) no-repeat;}

#sticky-social a[class*="youtube"] span { background: #cd181f; }



#sticky-social a[class*="insta"],

#sticky-social a[class*="insta"]:hover{ background: rgb(253,29,29,1);
   /* background: linear-gradient(275deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);*/	background:url(images/instagram.png) no-repeat; background-size: 35px;} 

#sticky-social a[class*="insta"] span { background: rgb(253,29,29,1);
   /*background: linear-gradient(275deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); */}



