footer.footer {
	background: #272727;
	height: 120px;
	color: #FFFFFF;
}

footer.footer > .wrapper {
	padding: 0 15px;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

footer.footer > .wrapper p {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	color: #FFFFFF;
	margin-left: auto;
}