footer {
	background: url(//tramino.s3.amazonaws.com/s/chalet-f/685610/footer-bg.png) center center no-repeat #919486;
	padding: 40px 0;
	margin-top: 80px;
}

footer .maxwidth:after {
	content: "";
	display: block;
	clear: both;
}

footer .leftbox {
	float: left;
}

footer .rightbox {
	float: right;
}



footer .top {
	position: relative;
	width: 220px;
	height: 110px;
	color: #FFF;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.7;
	text-transform: uppercase;
}

footer .top .inner {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

footer .top .badges {
	position: absolute;
	right: 0px;
	top: -20px;
	display: flex;
	flex-direction: row;
	gap: 20px;
}


footer .rightbox.top .inner { left: auto; right: 0px; }

footer .top a { color: #FFF; text-decoration: none; }

footer .bottom {
	margin: 20px 0 0 0;
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
}

footer .bottom a { color: #FFF; text-decoration: none; display: inline-block; }
footer .leftbox.bottom a { margin: 0 10px 0 0; }
footer .rightbox.bottom a { margin: 0 0 0 10px; }@media all and (min-width: 768px) and (max-width: 999px) {
	footer { background-size: 150px 124.87px; }

	footer .top {
		font-size: 14px;
		line-height: 1.5;
	}

	footer .bottom {
		font-size: 11px;
	}

	footer .top .badges {
		position: absolute;
		right: 0px;
		bottom: unset;
		top: -15px;
		display: flex;
		flex-direction: row;
		gap: 20px;
	}

}

@media all and (max-width: 767px) {
	footer { background-size: 150px 124.87px; background-position: center 20px; }
	footer .leftbox {
		float: none;
	}
	footer .rightbox {
		float: none;
	}

	footer .inner {
		position: static !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
	}

	footer .leftbox.top {
		margin-top: 120px;
	}

	footer .bottom a {
		display: block;
		margin: 0 !important;
	}

	footer .top .badges {
		position: absolute;
		left: 0px;
		bottom: -20px;
		top: unset;
		display: flex;
		flex-direction: row;
		gap: 20px;
	}
}