.social-follow-header {
	float:right;
	display:inline-block;
}
.social-follow-footer {
	float:right;
	display:inline-block;
}
.social-follow-header a span,
.social-follow-footer a span {
	display:none;
}
.social-follow-header a {
    color: #ffffff;
    padding: 5px;
    background: #ff0066;
    float: left;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.social-follow-header a:hover {
    color: #ffffff;
    background: #b70033;
}
.social-follow-header a i {
    position: relative;
}


.social-follow-footer a {
    color: #ffffff;
    padding: 0px;
    background: red;
    float: left;
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
}
.social-follow-footer a:hover {
    color: #ffffff;
    background: red;
}
.social-follow-footer a i {
    top: 2px;
    position: relative;
}
@media all and (max-width: 768px) {
.social-follow-footer {
    float: left;
    display: inline-block;
    margin: 20px 0px;
}
}
