/*!
 * 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: 300px;
  right: -50px;
  width: 30px;
  overflow:hidden;
  
}


#contact-buttons-bar.slide-on-scroll {
   position: fixed;
  top: 30% !important;
}

.contact-button-link  {
  display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin-bottom: 1px;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    background: #ccc;
    color: #666666;
    position: relative;
    right: 0px;
    -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: 0px;
  width: 30px;
}
.contact-button-link.cb-hidden {
  right: -50px;
}
.contact-button-link.facebook {
  background: #ccc;
}
.contact-button-link.linkedin {
  background: #ccc;
}
.contact-button-link.gplus {
  background: #ccc;
}
.contact-button-link.twitter {
  background: #ccc;
}
.contact-button-link.separated {
  margin-top: 1em;
}
.contact-button-link.share-alt {
    background: #ccc;
}

.show-hide-contact-bar,
.contact-button-link.show-hide-contact-bar:focus,
.contact-button-link.show-hide-contact-bar:active {
  background: #fff;
  color: #000;
  border: 0;
  outline: 0;
  padding: 0;
  width: 30px;
  border: 1px solid #ccc;
} 
.contact-button-link.show-hide-contact-bar:hover {
  color: #000;
  background: #ccc;
  padding:0px;
  width: 50px;
}

@media (max-width: 480px){

  .contact-button-link.show-hide-contact-bar:hover {
    width: 20px;
}
.show-hide-contact-bar,
.contact-button-link.show-hide-contact-bar:focus,
.contact-button-link.show-hide-contact-bar:active {
    width: 20px;
}


#contact-buttons-bar {
        position: fixed !important;        
    width: 20px ;
     right: 0px ;
    overflow: hidden ;


 }
 .contact-button-link:hover, .contact-button-link:focus, .contact-button-link:active {
    color: #fff;
    padding-right: 0px;
    width: 30px;
}
.contact-button-link.cb-hidden {
  left: -50px !important;
}
.contact-button-link {
    display: block;
    width: 20px !important;
    height: 20px !important;
    padding: 0;
    margin-bottom: 1px;
    text-align: center;
    line-height: 21px !important;
    font-size: 10px !important;
    background: #ccc;
    color: #666666;
    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;
}

}