.bg-footer {
	background-color: #33383c;
	padding: 50px 0 30px;
	margin-top: 20px;
}

.footer-heading {
	letter-spacing: 2px;
}
a{
text-decoration: none;
}
.footer-link a {
	color: #acacac;
	line-height: 40px;
	font-size: 14px;
	transition: all 0.5s;
}

.footer-link a:hover {
	color: #f0d157;
}

.contact-info {
	color: #acacac;
	font-size: 14px;
}

.footer-social-icon {
	font-size: 15px;
	height: 34px;
	width: 34px;
	line-height: 34px;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
}

.facebook {
	background-color: #4e71a8;
	color: #ffffff;
}

.twitter {
	background-color: #55acee;
	color: #ffffff;
}

.google {
	background-color: #d6492f;
	color: #ffffff;
}

.apple {
	background-color: #424041;
	color: #ffffff;
}

.footer-alt {
	color: #acacac;
}

.footer-heading {
	position: relative;
	padding-bottom: 12px;
}

.footer-heading:after {
	content: '';
	width: 25px;
	border-bottom: 1px solid #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	border-bottom: 1px solid #f0d157;
}