
footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 8px 16px 24px;
	color: #494e53;
	background: #191e23;
}

	footer > div {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: relative;
		margin: 8px auto;
		cursor: default;
	}

	footer .copyright {
		flex-direction: column;
		color: inherit;
		font: 12px/18px Plumb, SuisseIntl, Arial, Helvetica, sans-serif;
		text-align: center;
	}

		footer .copyright p {
			margin: 0px;
			color: inherit;
			font: inherit;
		}

	footer .logos,
	footer .counters {
		font-size: 0px !important;
		line-height: 0px !important;
	}

		footer .logos > *,
		footer .counters > * {
			margin: 6px 12px;
		}

	footer .counters {
		width: 1px;
		height: 1px;
		position: absolute;
		left: -100px;
		overflow: hidden;
	}

	footer a {
		color: inherit;
		text-decoration: none;
	}
	footer a:hover {
		text-decoration: underline;
	}
	footer img {
		border: none;
	}

@media screen and (max-width: 600px) {

footer {
	padding-top: 24px;
	padding-bottom: 36px;
}

	footer .copyright {
		font-size: 15px;
		line-height: 20px;
	}

}
