.footer-content {
	background-color: #4b0070;
	background-image: url(../img/sun-white.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	background-size: 220px;
	padding: 35px 0;
}
@media (max-width: 768px) {
	.footer-content {
	    background-position: 50% center;
	    padding: 25px 0;
	}
}

.footer-content ul.footer-links li {
	border-left: 1px solid #666;
	padding: 0 8px;
}
.footer-content ul.footer-links li:first-child {
	border-left: none;
}

