footer {
	min-height: 250px;
	background-color: #222222;
}

.box-border-bottom-blue {
	position: relative;
	padding: 0;
	margin: 0;
}

.box-border-bottom-blue::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #212121, #25aae1, #212121);
	background-image: -moz-linear-gradient(left, #212121, #25aae1, #212121);
	background-image: -ms-linear-gradient(left, #212121, #25aae1, #212121);
	background-image: -o-linear-gradient(left, #212121, #25aae1, #212121);
	margin-bottom: 30px;
}

.fnt-16 {
	font-size: 16px;
}

.icon-small {
	width: 24px;
	height: 24px;
	fill: #ffffff;
}