.zaz--standalone.bottom,
.zaz--standalone .bottom {
	background-color: #fff;
	color: #65655d;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	margin-bottom: 6rem;
	overflow: hidden;
}

.zaz--standalone.bottom a,
.zaz--standalone .bottom a {
	color: #65655d;
	text-decoration: none;
}

.zaz--standalone.bottom__wrap,
.zaz--standalone .bottom__wrap {
	width: 102.4rem;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
}

.zaz--standalone.bottom__copyright,
.zaz--standalone .bottom__copyright {
	width: 100%;
	text-align: center;
	padding: 2.5rem 0 5rem;
	clear: both;
}

.zaz--standalone.bottomLink__list,
.zaz--standalone .bottomLink__list {
	float: left;
	height: 32rem;
	padding: 0 4rem;
	margin: 3.5rem 0 2.5rem;
	text-align: left;
	border-left: solid 1px #d7d7d7;
}

.zaz--standalone.bottomLink__list:first-of-type,
.zaz--standalone .bottomLink__list:first-of-type {
	border-left: 0;
}

.zaz--standalone.bottomLink__list li,
.zaz--standalone .bottomLink__list li {
	height: 4rem;
}

.zaz--standalone.bottom__column,
.zaz--standalone .bottom__column {
	float: left;
	margin-left: 3rem;
	overflow: hidden;
}

.zaz--standalone.bottom__column:first-of-type,
.zaz--standalone .bottom__column:first-of-type {
	margin-left: 0;
}

.nightmode .zaz--standalone.bottom,
.nightmode .zaz--standalone .bottom {
	background-color: #191917;
	border-top-color: #65655d;
	border-bottom-color: #65655d;
}

.nightmode .zaz--standalone.bottomLink__list,
.nightmode .zaz--standalone .bottomLink__list {
	border-left-color: #65655d;
}

.nightmode .zaz--standalone.bottom a,
.nightmode .zaz--standalone.bottom__copyright,
.nightmode .zaz--standalone .bottom a,
.nightmode .zaz--standalone .bottom__copyright {
	color: #d7d7d7;
}

/*# sourceMappingURL=footer.css.map */

@media (max-width: 915px) {

.zaz--standalone.bottom__wrap,
.zaz--standalone .bottom__wrap {
	width: auto;
}

.zaz--standalone.bottomLink__list,
.zaz--standalone .bottomLink__list {
	display: none;
}

}

