.social {
	display: flex;
	flex-direction: row;
}

.social .services {
	display: flex;
	align-items: center;
}

.social .services .service {
	width: 40px;
	margin-right: 5px;
	transition: transform 0.3s ease;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.social .services .service a {
	display: block;
	line-height: 0;
}

.social .services .service:hover {
	position: relative;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
}

.social-right-sticky {
	z-index: 4;
}

.social-right-sticky .social {
	top: 40vh;
	height: 200px;
	position: fixed;
	right: 0;
}

.social-right-sticky .social .services {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.social-right-sticky .social .services .service {
	width: 40px;
	margin-bottom: 2px;
	transition: transform 0.3s ease;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
}

.social-right-sticky .social .services .service a {
	display: block;
	line-height: 0;
}

.social-right-sticky .social .services .service:hover {
	bottom: 0 !important;
	position: relative;
	transform: translateX(-3px);
	-webkit-transform: translateX(-3px);
	-moz-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	-o-transform: translateX(-3px);
}

.social_footer_mobile .social {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 1rem;
}

.social_mobile.mobile .social {
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #eff8fa;
	margin-bottom: 1em;
}

/*# sourceMappingURL=social-links.css.map */