.footer-top {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #efefef;
	color: #666666;
}

.footer-top h6 {
	margin-top: 28px;
	height: 24px;
	margin-bottom: 50px;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #333;
}

.footer-top a {
	color: #666666;
}

.footer-top ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.footer-top ul li a {
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	display: block;
	border-bottom: 1px solid #ccc;
	margin: 5px 0;
	padding-bottom: 5px;
}
.footer-top ul li a:hover {
	color: #333
}

.footer-top .img-fluid {
	max-width: 256px;
	display: block;
}

.footer-bottom {
	background-color: #00a99d;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #ffffff;
}

.footer-bottom a {
	color: #ffffff;
}

.menu-menu-note-legali-container {
	display: inline-block;
}

#menu-menu-note-legali {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

#menu-menu-note-legali .menu-item {
	display: inline-block; 
	margin-right:5px;
}

#button {
	display: inline-block;
	background-color: #00a99d;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button::after {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #ffffff;
}

#button:hover {
	cursor: pointer;
	background-color: #206fcc;
}

#button:active {
	background-color: #185399;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

#cookie_access_form {
	width: 100%!important;
}