/*!
 * 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:10px;
}

.contact-button-link {
  width:160px !important;
  height:70px !important;
}

.contact-button-link.cb-hidden {
  left: -90px !important;
}

.show-hide-contact-bar {
  background-repeat: no-repeat !important;
  padding-right: 6px !important;
  width: 70px !important;
  height: 70px !important;
}

.contacts_editrice {

  background: #FFF;
  background-image: url('../../img/bt-casaeditrice.jpg');
  color: #000;
}

.contacts_archivio {
  background: #FFF;
  color: #000;
  background-image: url('../../img/bt-archivio.jpg');
  background-repeat: no-repeat;
}

.contacts_strumenti {

  background: #FFF;
  background-image: url('../../img/bt-registro_strumenti.jpg');
  color: #000;
}

.contacts_amicomusicisti {

  background: #FFF;
  background-image: url('../../img/bt-amico_musicisti.jpg');
  color: #000;
}

.contacts_youtube {

  background: #FFF;
  background-image: url('../../img/bt-ascolta_musica.jpg');
  color: #000;
}

.contacts_verdi {
  background: #FFF; 
  background-image: url('../../img/bt-giuseppe_verdi.jpg');
  color: #000;
}

.contacts_grandeguerra {

  background: #FFF;
  background-image: url('../../img/bt-grande_guerra.jpg');
  color: #000;
}
