/* BASIC css start */
#footer {
	padding: 100px 0 40px;
}
#footer .bt-menu {
	margin: 0 0 20px;
}
#footer .bt-menu ul {
	display: flex;
}
#footer .bt-menu ul li a {
	font-size: 11px; color: #aaa;
}
#footer .bt-menu ul li:not(:last-child):after {
	content: '/';
	padding: 0 10px;
	font-size: 11px; color: #aaa;
}
#footer address, #footer address a {
	vertical-align: top;
	font-size: 11px; line-height: 1.4; color: #111;
}
/* BASIC css end */

