/*!
 * Contact Buttons Plugin Demo 0.1.0
 * https://github.com/joege/contact-buttons-plugin
 *
 * Copyright 2015, José Gonçalves
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 *
 * Colors Socials Buttons 
 * http://designpieces.com/2012/12/social-media-colours-hex-and-rgb/
 *
 */
 
 #contact-buttons-bar {
  position: fixed;
  top: 150px;
  left: -50px;
  width: 50px;
}


#contact-buttons-bar.slide-on-scroll {
  position: absolute;
}
#contact-buttons-bar.links-hidden {
    height: 50px;
}

.contact-button-link  {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-bottom: 1px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  background: #8e8e93;
  color: #fff;
  position: relative;
  left: 0;
  z-index: 1010;
  
  -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.default:hover {
  background: #8e8e93;
}
.contact-button-link.facebook:hover {
  background: #3b5998;
}
.contact-button-link.twitter:hover {
  background: #00aced;
}
.contact-button-link.gplus:hover {
  background: #dd4b39;
}
.contact-button-link.youtube:hover {
  background: #bb0000;
}
.contact-button-link.instagram:hover {
  background: #125688;
}
.contact-button-link.whatsapp:hover {
  background: #4dc247;
}
.contact-button-link.pinterest:hover {
  background: #cb2027;
}
.contact-button-link.vine:hover {
  background: #00bf8f;
}
.contact-button-link.snapchat:hover {
  background: #fffc00;
}
.contact-button-link.quora:hover {
  background: #a82400;
}
.contact-button-link.dropbox:hover {
  background: #007ee5;
}
.contact-button-link.flickr:hover {
  background: #ff0084;
}
.contact-button-link.tumblr:hover {
  background: #32506d;
}
.contact-button-link.vk:hover {
  background: #45668e;
}
.contact-button-link.vimeo:hover {
  background: #aad450;
}
.contact-button-link.linkedin:hover {
  background: #0077b5;
}
/*.contact-button-link.gplus:hover {
  background: #db4437;
}*/
.contact-button-link.telegram:hover {
  background: #0088cc;
}

.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: #000;
  border: 0;
  outline: 0;
  padding: 0;
  width: 50px;
}
.contact-button-link.show-hide-contact-bar:hover {
  color: #000;
  background: #ccc;
  padding: 0;
  width: 50px;
}