.contact-me-whatsapp {
    position: fixed;
    z-index: 299;
   /* width: 40px;
    height: 40px;*/
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
	top: auto;
    left: 20px;
    right: auto;
    bottom: 84px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
.si-text-color.si-whatsapp i { color: #25D366; }

.si-whatsapp:hover,
.si-colored.si-whatsapp { background-color: #25D366 !important; }


.icon-whatsapp-square:before {
	content: "\ee28";
}
.icon-whatsapp:before {
	content: "\ee29";
}