#areafooter {
	width: 100%;
	margin: 30px 0 0;
	color: #fff;
	background: #202b30;
}

#footer {
	height: auto;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0 5px;
	padding: 35px 0;
}

#footer .footer_menu_column {
	padding: 0 30px 25px;
	flex: 1 0 33%;
}

#footer .footer_menu_column .footer_menu_title {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;	
}

#footer .footer_menu_row {
	flex: 1 0 100%;
	padding: 3px 0;
}

#footer .footer_copyright, 
#footer .footer_powered,
#footer .footer_menu_row
{
	font-size: 0.8em;
	text-align: center;
}

#footer .footer_copyright {
	flex: 1 0 100%;
}

#footer .footer_powered {
	flex: 1 0 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#footer .footer_powered a {
	color: #fff;
	text-decoration: none;
	vertical-align: top;
}

/********** MENU **********/

	#footer .menu {
		padding-top: 0.8em;
	}

	#footer .menu .cms_menu_item {
		cursor: default;
	}
	
	#footer .menu .cms_menu_item > a {
		cursor: pointer;
	}
	
	#footer .menu .cms_menu_item > a:hover,
	#footer .menu .cms_menu_item > a.my-ui-state-focus {
		color: #ccc;
	}

	#footer .footer_menu_row .menu {
		padding: 0;
	}

	#footer .footer_menu_row .menu .cms_menu_item {
		margin: 0 10px;
	}

/* --------- MENU --------- */