@charset "utf-8";

footer {
	height: 150px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 18px 12px;
	color: #52575a;
}

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

footer .copyright {
    flex-direction: column;
    padding: 12px 0px;
    color: inherit;
    font: 11px/16px Arial, Helvetica, sans-serif;
    text-align: center;
}

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

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

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

@media screen and (max-width: 480px) {
    footer {
        height: auto;
    }

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

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