/*!
 * 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;
  left: -50px;
  width: 50px;
  z-index:100;
}


#contact-buttons-bar.slide-on-scroll {
  position: absolute;
}
.tooltip-inner  {
	
	background-color: #6D6046;
	color:white;
}
.tooltip.right .tooltip-arrow {
	
	border-right-color: #6D6046;
}
.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;
  border:solid 0px rgba(0,0,0,0.4);
  
  -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: rgba(255,255,255,1);
  /*
  padding-left: 20px;
  width: 70px;
  */
}
.contact-button-link.cb-hidden {
  left: -50px;
}
.contact-button-link.facebook {
  background: #3b5998;
}
.contact-button-link.ask-ques{
	background:#d84315 url(../images/ask2.png) 0px 0px !important;
    position: relative;
	background-size:cover !important;
}
.contact-button-link.ask-ques::after{
	border-top: 8px solid #d84315;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 6px;
    bottom: -8px;
    content: "";
    z-index: 10000;
}
.contact-button-link.book-icon{
	background:#6D6046 url(../images/bk-icon.png) 0px 0px !important;
    position: relative;
	background-size:cover !important;
}
.contact-button-link.reader-icon{
	background:#6D6046 url(../images/reader-icon.png) 0px 0px !important;
    position: relative;
	background-size:cover !important;
}
.contact-button-link.writer-icon{
	background:#6D6046 url(../images/writer-icon.png) 0px 0px !important;
    position: relative;
	background-size:cover !important;
}
.contact-button-link.wall-icon{
	background:#6D6046 url(../images/wall-ic.png) 0px 0px !important;
    position: relative;
	background-size:cover !important;
}
.contact-button-link.book-discussion{
	background:#6D6046 url(../images/book-discussion.png) 0px 0px !important;
    position: relative;
	background-size:cover !important;
}
.contact-button-link.fvrt-icon{
	background:#6D6046 url(../images/fvrt-book.png) 0px 0px !important;
    position: relative;
	background-size:cover !important;
}
.contact-button-link.allauthor {
  background: #6D6046;
}
.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;
  border: 0;
  outline: 0;
  padding: 0;
  width: 50px;
}
.contact-button-link.show-hide-contact-bar:hover {
  color: #000;
  background: #ccc;
  padding: 0;
  width: 50px;
}
@media (max-width: 768px) {
#contact-buttons-bar{
	width:36px;
	top:60px;
}
.contact-button-link{
	width:36px;
	line-height:36px;
	height:36px;
	font-size:14px;
}
.contact-button-link.ask-ques::after{
    border-top: 5px solid #d84315;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 5px;
    bottom: -5px;
}
.contact-button-link.show-hide-contact-bar:hover {
	width:36px;
}	
}