 #contact-buttons-bar {
  position: fixed;
  top: 180px;
  left: -50px;
  width: 50px;	 
}


#contact-buttons-bar.slide-on-scroll {
  position: absolute;
}

.contact-button-link  {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #fff !important;	
  margin-bottom: 1px;
  text-align: center;
  line-height: 50px;
  font-size: 35px;
  background: #8e8e93;
  position: relative;
  left: 0;
  
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  
  -webkit-transition: all 250ms;
     -moz-transition: all 250ms;
          transition: all 250ms;
	
}
.contact-button-link:hover,
.contact-button-link:focus,
.contact-button-link:active {
  color: #fff;
  padding-left: 20px;
  width: 70px;
}
.contact-button-link.cb-hidden {
  left: -50px;
}
.contact-button-link.facebook-class {
  background: #3b5998;
  color: #fff !important;		
}
.contact-button-link.youtube-class {
  background: #cc181e;
  color: #f1f1f1 !important;	
}
.contact-button-link.instagram-class {
  background: #833ab4; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff !important;		
}
.contact-button-link.twitter-class {
  background: #1dcaff;
  color: #fff !important;		
}
.contact-button-link.flickr-class {
  background: #0e0e0e; 
 color: #fff !important;	
}
.contact-button-link.linkedin-class {
  background: #0077b5;
}
.contact-button-link.gplus-class {
  background: #db4437;
}

.contact-button-link.separated {
  margin-top: 1em;
}

.show-hide-contact-bar,
.contact-button-link.show-hide-contact-bar:focus,
.contact-button-link.show-hide-contact-bar:active {
  background: transparent;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 0;
  width: 50px;
}
.contact-button-link.show-hide-contact-bar:hover {
  color: #000;
  background: transparent;
  padding: 0;
  width: 50px;
}