.adr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 25px;
}

.adr>div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
}

.adr>div>i {
	margin-right: 15px;
	font-size: 20px;
}

.w65 {
	min-width: 65px;
}

.ft-nav {
	display: flex;
	height: 40px;
}

footer a, footer btn, footer .current.next, footer .current.prev {
	width: 53px;
}

footer a.page-link:not(.next):not(.prev) {
	width: auto;
}

.ft-nav-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.btn-grp {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 3;
	align-content: center;
}

.btn-grp a {
	margin-right: 3px;
	border: 1px solid #222;
	font-size: 90%;
}

.btn-grp.xs .btn {
	width: 44px;
}

.ft-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 12px;
	width: 100vh;
}

.ft-item-right {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 12px;
	width: 100vh;
}

.ft-item button, .ft-center button {
/*	min-width: 150px;*/
	border: none;
}

.ft-left, .ft-left-r {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 12px;
}

.ft-left-r {
	flex: 3;
	justify-content: flex-end;
}


.ft-left-r>div {
	color: white;
	padding-right: 1rem;
}

.ft-nav-center {
	flex: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ft-center {
	flex: 3;
	justify-content: center;
	align-items: center;
	display: flex;
	/* 	padding-left: 12px; */
	width: 100%;
}

.ft-right {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 12px;
}

.cpyr {
	width: 110px;
	margin-top: -3px;
}

.footer-copyright {
	height: 24px;
	text-align: center;
	font-size: 11px;
}

.footer-copyright>a {
	padding-left: 5px;
}

.footer-copyright img {
	width: 110px;
	margin-top: -3px;
}

.sticky-footer {
	background: #222222;
	/* 	left: inherit; */
	/* 	right: inherit; */
	z-index: 100;
	position: relative;
	bottom: 0;
}

.footer {
	width: 100%;
	background: #e3eaf4;
	text-align: center;
}

footer .btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .btn i {
	font-size: 170%;
	min-width: 24px;
}

footer .website .btn i {
	font-size: 140%;
	min-width: 24px;
}

.footer-small {
	text-align: center;
	margin: 1rem 0;
	font-size: small;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 5px;
}

.footer-small div.col {
	padding: 2px 4px;
}

#btnResults {
	min-width: 85px;
}

.grow {
	flex: 3;
}

.shrink {
	flex: 0;
}