.footer {
	background-color: #ebebeb;
}

.header {
	border-bottom: 1px solid #ebebeb;
	-moz-box-shadow: 0 4px 4px #ebebeb;
	-webkit-box-shadow: 0 4px 4px #ebebeb;
	box-shadow: 0 4px 4px #ebebeb;
}

.footer .footer-nav {
	/*padding-left: 21px;*/
}

.footer ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.footer:not(.footer-big) nav ul li:first-child {
	margin-left: auto !important;
}

.footer ul li {
	display: inline-block;
}

.footer ul li a {
	color: inherit;
	padding: 0.5rem;
	font-size: 0.8571em;
	text-transform: uppercase;
	text-decoration: none;
}

.footer-row {
	text-align: center !important;
	margin-right: -15px;
	margin-left: -15px;
}

.footer nav {
	display: inline-block;
}