@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
a { 
   text-decoration: none;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#sticky-action {
   Right: 0;
   position: fixed;
   bottom: 0px;
}
#sticky-action a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-action a span {
   line-height: 35px;
   Right: 0px;
   position: absolute;
   text-align:center;
   width:140px;
}
#sticky-action a:hover span {
   Right: 100%;
}
#sticky-action a[class*="whatsapp-us"],
#sticky-action a[class*="whatsapp-us"]:hover,
#sticky-action a[class*="whatsapp-us"] span { background: #FF6A00; }

#sticky-action a[class*="contact-us"],
#sticky-action a[class*="contact-us"]:hover,
#sticky-action a[class*="contact-us"] span { background: #00AEEF; }

#sticky-action a[class*="get-a-quote"],
#sticky-action a[class*="get-a-quote"]:hover,
#sticky-action a[class*="get-a-quote"] span { background: #dd4b39; }  


