.topFooterContainer {
	text-align: center;
}
.topFooterContainer h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.topFooterContainer__list li {
	display: inline-block;
	margin: 0 15px 0 0;
}
.topFooterContainer__list li:first-child {
	margin-left: -15px;
}
.topFooterContainer__list li:last-child {
	margin-right: 0;
}
.topFooterContainer__list li a {
	border-radius: 100%;
	background: #FFF;
	display: flex;
	width: 44px;
	height: 44px;
	justify-content: center;
	align-items: center;
	transition: all .3s;
}
.topFooterContainer__list li a:before {
	font-family: "fontello_n";
	font-size: 28px;
	line-height: 40px;
	color: #202020;
	transition: all .3s;
}
.topFooterContainer__list__facebook:before {
	content: "\e809";
}
.topFooterContainer__list__twitter:before {
	content: "\e81d";
}
.topFooterContainer__list__insta:before {
	content: "\e80d";
}
.topFooterContainer__list__pint:before {
	content: "\e816";
}
.topFooterContainer__list__google:before {
	content: "\e80b";
}
.topFooterContainer__list__youtube:before {
	content: "\e800";
}
.topFooterContainer__list__vimeo:before {
	content: "\e81f";
}
.topFooterContainer__list__vine:before {
	content: "\e820";
}
.topFooterContainer__list li a:hover {
	background: #202020;
}
.topFooterContainer__list li a:hover:before {
	color: #FFF;
}