

/*
.fab-fixed-wrap.with-navbar-bottom {
	
	bottom: 15.6875rem;
}
*/



.fab-fixed-wrap {
    position: fixed;
    z-index: 1035;
    right: 0.9375rem;
    bottom: 15.9375rem;
}


.fab-facebook {
    background-color: #4080ff;
}


.fab {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: white;
	
    text-align: center;
    box-shadow: 0 3px 3px rgba(0,0,0,0.16);
    text-decoration: none;
	font: bold;
    display: flex;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
}





.line-fixed-wrap {
    position: fixed;
    z-index: 1035;
    right: 0.9375rem;
    bottom: 24.9375rem;
}
