/* - FOOTER - */

footer  {
	display: block;
	background: transparent;
}

footer .container {
	text-align: left;
}

footer .footer {
	min-height: 36px;
	position: relative;
	font-size: 11px;
	line-height: 36px;
	padding: 10px 0;
}

@media only screen and (max-width: 991px) {
	footer .footer {
		padding: 20px 0;
	}
}

footer .footer p {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	footer .footer p {
		text-align: center;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 991px) {
	footer .footer p {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
}

footer .footer ul {
	margin: 0 -3px 0 -3px;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 15px;
}

@media only screen and (max-width: 991px) {
	footer .footer ul {
		position: relative;
		top: auto;
		right: auto;
	}
}

@media only screen and (max-width: 767px) {
	footer .footer ul {
		padding-top: 10px;
	}
}

footer .footer ul li {
	margin: 0 3px;
	padding: 0;
	list-style: none;
	float: left;
}

@media only screen and (max-width: 767px) {
	footer .footer ul li {
		margin: 0;
		float: none;
		text-align: center;
	}
	footer .footer ul li.spacer {
		display: none;
	}
}

footer .footer a,
footer .footer a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	footer .footer ul li a {
		display: block;
	}
}