.fixed-action-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin-bottom: 0;
    z-index: 9999;
/* 	display:none; */
}
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
	outline: 0;
	border: none;
    background-color: #F44336;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
	text-decoration: none;
	text-align: center;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.btn-floating:hover,
.btn-large:hover {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.btn-floating:before {
    border-radius: 0;
}
.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}
/*.btn-floating.btn-large {
    width: 56px;
    height: 56px;
    padding: 0;
	line-height: 56px;
}*/
.btn-floating.btn-large i {
    font-size: 1.6rem;
	line-height: 40px;
}
.fixed-action-btn.active ul {
    visibility: visible;
}
.fixed-action-btn ul {
    position: absolute;
	right: 0;
	left: 0;
    bottom: 64px;
	padding: 0;
    margin: 0;
	list-style-type: none;
	text-align: center;
    visibility: hidden;
}
.fixed-action-btn ul li {
    margin-bottom: 5px;
}
.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}
.facebook { background-color: #4064ad; }
.twitter { background-color: #1c9ceb; }
.google-plus { background-color: #d64c3f; }
.youtube { background-color: #f80000; }
.pinterest { background-color: #e00018; }
.instagram { background-color: #c0007f; }
.whatsapp { background-color: #3cbe4e; }

/*@media screen and (max-width: 450px) {
    .fixed-action-btn{
        display:block;
        bottom:120px !important;
    }
	.whatsappLink {
        bottom: 165px;
    }
}*/

/*@media screen and (max-width: 420px) {
	.fixed-action-btn{
		display:block;
		bottom:80px !important;
	}
	.whatsappLink {
		bottom: 145px;
	}
}*/