.whatsapp-link {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 50px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 50px;
	box-shadow: 1px 1px 2px #888;
	z-index: 1000;
	}
@media (orientation: portrait) {
	.whatsapp-link {
	    bottom: 90px;
	    right: 20px;
	}
}
.whatsapp-link:hover {
	color: #fff;
	bottom: 60px;
	box-shadow: 1px 7px 6px RGBa(1,1,1,.25);
	}

.fa-whatsapp {margin-top: 16px; bottom: 13px; position: relative;}