/*!
 * 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
 */
 
 #contact-buttons-bar {
  position: fixed;
  top: 120px;
  width: 50px;
}


#contact-buttons-bar.slide-on-scroll {
  position: absolute; right:15px !important; overflow:hidden;
  	 width:40px; 
}




.contact-button-link  {
  display: block;
  width: 42px;
  height: 42px;
  padding: 0;
  margin-bottom: 1px;
  text-align: center;
  line-height: 42px;
  font-size: 42px;
  background: #8e8e93;
  color: #fff;
  position: relative;
  right: 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;

}
.contact-button-link.cb-hidden {
  right: -50px;
}
.contact-button-link.facebook {
  background: #3b5998;
}
.contact-button-link.linkedin {
  background: #0077b5;
}
.contact-button-link.gplus {
  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: #000;top:2px;
  border: 0;
  outline: 0;
  padding: 0;
  width: 42px; transition: all 0.5s ease-in-out; -webket-transition: all 0.5s ease-in-out;
}
.contact-button-link.show-hide-contact-bar:hover {
  color: #ffffff;

  background: url('../bgicon.png') left top repeat;}
  
  padding: 0;
  width: 42px;
}

.email{ display:none;}
.pinterest { display:none;}
.fa-github::before{ display:none; }
.gplus{ display:none;}

a.contact-button-link.linkedin{ top:-34px; background: url('../in.png') left top repeat;height:39px;}


a.contact-button-link.facebook { top:40px; background: url('../f.png') left -5px repeat; height:34px;}
/*a.contact-button-link.gplus {top:-1px;  background: url('../g.png') left -5px repeat; height:34px;}*/
a.contact-button-link.git{top:-1px;  background: url('../t.png') left -5px repeat;height:34px;}
a.contact-button-link.phone{top:-2px;  background: url('../you.png') left -5px repeat;height:36px;}

