@keyframes fade {
    0% {opacity:0}
    100% {opacity:1}
}

#menu-header-1 .facebook-btn {
	height:28px;
	width:28px;
	margin-right: 15px;
	animation: fade 1s;
}

#menu-header-1 .facebook-btn a {
	display: inline-block;
	height:28px;
	width:28px;
	padding:0;
	animation: fade 1s;
}

#menu-header-1 .facebook-btn a svg {
	transform: scale(0.8);
	transition: transform 0.3s;
}

#menu-header-1 .facebook-btn a:hover svg {
	transform: scale(0.9);
}


#menu-header-1 .facebook-btn .st0{
	fill: #000000;
}