.footer-top {
	background: #ACACAC;
}
.footer-widget {
	margin-bottom: 60px;
}
.footer-widget,
.footer-widget h1,
.footer-widget h2,
.footer-widget h3,
.footer-widget h4,
.footer-widget h5,
.footer-widget h6,
.footer-widget p,
.footer-widget a,
.footer-widget ul,
.footer-widget ol {
	color: #fff;
}

.footer-widget h4 {
	font-size: 18px;
}
.widget-menu ul {
	margin-bottom: 0;
}
.widget-menu li a {
	font-size: 14px;
	line-height: 1.1;
	font-weight: 300;
}
.widget-menu li a:hover {
	color: #E10052;
}


/*footer-bottom*/
.footer-bottom {
	background: #E10052;
	color: #fff;
}
.footer-menu {
	padding: 10px 0;
}
.footer-menu a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-right: 15px;
} 
.footer-menu a:last-child {
	margin-right: 0;
}
.footer-menu a:hover {
	text-decoration: underline;
}

.footer-copyright {
	padding: 10px 0;
	text-align: right;
}
.footer-copyright span {
	display: inline-block;
	margin-right: 20px;
}
.footer-copyright span:last-child {
	margin-right: 0;
}
.footer-copyright a,
.footer-copyright span {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.footer-copyright a:hover {
	text-decoration: underline;
}
@media (max-width: 991px) {
	.footer-menu {
		border-bottom: 1px solid #ACACAC;
	}
	.footer-copyright {
		text-align: left;
	}
}