/**
	Hover Social Icons
 **/

#fsocial-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.fsocial-icon {
    display: block;
    margin-bottom: 10px;
}

.fsocial-icon img {
    width: 60px;
    height: 60px;
    transition: transform .3s ease;
}

.fsocial-icon:hover img {
    transform: scale(1.1);
}


