/*!
 * 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 {

  top: 155px;
  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: 10px;
  font-size: 22px;
  background: #f26522;
  color: #fff;
  position: relative;
  left: 0;
  padding-top: 15px;
 
  
  -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 {
  background: #3b5998;
}
.contact-button-link.twitter {
  background: #1dcaff;
}


.contact-button-link.linkedin {
  background: #0077b5;
}
.contact-button-link.gplus {
	
  background: #9d1620;
  background-image: url("https://medcraveonline.com/images/mendeley.png");
  background-repeat:no-repeat;
}

.contact-button-link.youtube {
  background: #bb0000;
}

.contact-button-link.pinterest  {
  background: #c92228;
}



.contact-button-link.separated {
  margin-top: 1em;
}
@media (max-width: 680px) {
  #contact-buttons-bar {
       display: none;

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