/*-------------------------
      BOTH BUTTON
-------------------------*/
button.whatsapp-button, #phone button {height:50px!important;}
button.whatsapp-button, #phone button {height:50px!important;}
button.facebook-button {height:50px!important;}
/*-------------------------
  	   WHATSAPP
-------------------------*/
#whatsapp:hover button {width: 60px!important;height: 60px!important;}
#whatsapp button .hover_text {top: 25px!important;}
#whatsapp:hover .fa.fa-whatsapp:before{display:none!important;}
/*-------------------------
  	     CALL US
-------------------------*/
#phone:hover button {width: 60px!important;height: 60px!important;}
#phone button .hover_text {top: 25px!important;}
#phone:hover .fa-phone:before{display:none!important;}

/*-------------------------
  	    FACEBOOK
-------------------------*/
#facebook:hover button {width: 60px!important;height: 60px!important;}
#facebook button .hover_text {top: 25px!important;}
#facebook:hover .fa-phone:before{display:none!important;}


/*-------------------------
            DEBUG
-------------------------*/
a.sp-scrollup {bottom: 100px!Important; right: 55px;}

/*-------------------------
      DEBUG MOBILE
-------------------------*/
@media screen and (max-width:767px){
a.sp-scrollup {right: 20px;}}

/*-------------------------
      SCROLL UP STYLE
-------------------------*/
a.sp-scrollup {background: #1268b3;border:#1268b3;color: white!important;}
a.sp-scroll-up, .sp-scroll-up:active, .sp-scroll-up:hover{background: #1268b3;box-shadow: 0px 0px 5px #1698d6;}

/*-------------------------
    BACK TO TOP FIX
-------------------------*/
.sp-scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border-radius: 3px;
  border: 1px solid #fff;
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-scrollup:hover,
.sp-scrollup:focus {
  opacity: 1;
}
.sp-scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  color: #fff;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 35px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.sp-scroll-up {bottom: 97px;right: 36px;}


