/*!
 * 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;
  margin-left:auto;
  margin-right:auto;
  height:auto; 
  width:auto;
  right:0px !important;
  left: auto !important;
  top: 80px;
  /* z-index:1000; */
  z-index:99999;
  /* left: -50px; */
  width: 50px;
}


#contact-buttons-bar.slide-on-scroll {
  position: absolute;
}

.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; */
  
  -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-right: 20px;
  	width:70px;
}
.contact-button-link.cb-hidden {
  left: 50px;
}
.contact-button-link.facebook {
	color:#fff;
  background: #3b5998;
  float:right;
  clear:right;
}

.contact-button-link.phone:hover,
.contact-button-link.phone:focus,
.contact-button-link.phone:active {
  	color: #fff;
 	left: 50px;
  	width:350px;
}

.contact-button-link.phone:hover .showme{
	display : block !important;
}

.contact-button-link.phone {
  float:right;
  clear:right;
}


.contact-button-link.email {
  float:right;
  clear:right;
}
.contact-button-link.linkedin {
  background: #0077b5;
}
.contact-button-link.twitter {
	color:#fff;
	background:#00ACED;
	float:right;
	clear:right;
}
.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;
  border: 0;
  outline: 0;
  padding: 0;
  width: 50px;
  float:right;
}
.contact-button-link.show-hide-contact-bar:hover {
  color: #000;
  background: #ccc;
  padding: 0;
  width: 50px;
  float:right;
}