/*------------------------------------------------------------------------------
FOOTER - CONTENT & COPYRIGHT
------------------------------------------------------------------------------*/
.footer-content {
	background: #DDDACA;
	margin: 10px auto 0;
	padding: 10px 0;
}

.footer-content dt, .footer-copyright dt {
	color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	margin: 0 0 5px 0;
}

.footer-content dd, .footer-copyright dd {
	margin: 0;
}

.footer-content dd a, .footer-copyright dd a {
	color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	text-decoration: none;
}

.footer-content dd a:hover, .footer-copyright dd a:hover {
	text-decoration: underline;
}

.footer-content dl, .footer-copyright dl, .footer-copyright dt {
	margin: 0;
}

.footer-copyright {
	padding: 10px 0 0 0;
}

.footer-copyright img {
	float: left;
	margin: 0 10px 0 0;
}

.footer-links {
	list-style: none;
	display: inline;
	margin: 20px 10px 0;
}

.footer-links li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.social-media li {
	margin: 10px 30px 10px 0 !important;
}