footer {
	/* background: rgba(40,28,68,0.85); */
	background: rgba(255,255,255,0.95);
	/* background: rgba(20,20,20,0.99); */
	bottom: 0;
	/* color: #fff; */
	color: #999;
	display: block;
	padding: 10px 0 0 0;
	/* position: fixed; */
	position: fixed;
	width: 100%;
	z-index: 4;
}
@media all and (max-width: 768px) {
	footer {
		margin-top: 50px;
		position: relative;
	}
}

footer form {
	margin: 0;
	padding: 0;
}

footer #social-footer {
	text-align: right;
}

footer #social-footer ul {
	margin: 0;
	padding: 0;
}
footer #social-footer ul li {
	display: inline;
	list-style: none;
	padding-left: 10px;
}
footer #social-footer a.button {
	display: block;
	float: right;
}

footer .open, footer .open a {
	color: green;
}
footer .closed, footer .closed a {
	color: red;
}