
 #contact-buttons-bar {
  position: fixed;
  top: 300px;
  left: -50px;
  width: 40px;
  z-index: 120;
  
}


#contact-buttons-bar.slide-on-scroll {
  position: absolute;
  z-index: 9999;
}

.contact-button-link  {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  background: #8e8e93;
  color: #fff;
  position: relative;
  left: 10px;
  
  /*-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;*/
		  border-radius:100%;
}
.contact-button-link:hover,
.contact-button-link:focus,
.contact-button-link:active {
  color: #fff;
  /*padding-left: 20px;
  width: 70px;*/
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 
              0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  
  
}
/*.contact-button-link.cb-hidden {
  left: -50px;
}*/
.contact-button-link.twitter {
  background: #fff;
   color:#263238;
}
.contact-button-link.linkedin {
  background: #fff;
  color:#263238;
}
/*.contact-button-link.gplus {
  background: #db4437;
}

.contact-button-link.separated {
  margin-top: 1em;
}*/


.contact-button-link:focus,
.contact-button-link:active {
  background: #fff;
  color: #263238;
  border: 0;
  outline: 0;
  padding: 0;
  width: 40px;
}
.contact-button-link:hover {
  color: #263238;
  background: #ECEBEB;
  padding: 0;
  width: 40px;
} 