#footer {
	width: 100%;
	font-size: 10px;
	text-align: left;
	font-family: Arial;
	padding: 15px;
	padding-right: 30px;
	display: block;
	background-color: #C8C8C8;
}

#footer_br {
    width: 100%;
    color:#505050;
	font-size: 14px;
	text-align: left;
	padding: 5px 30px 15px 20px;
	display: block;
	background-color: #D8D8D8;
}

#footer_global {
   width:100%;
   height:80px;
   font-size:15px;
   font-weight:bold;
   /* padding-left: 10px; */
   background-color: #219BD7 !important;
}

#footer_global a { color:#F0F0F0; }

#footer_data { 
	display: flex !important;	
	justify-content: space-around !important; 
	align-items: center !important; 
	height: 100%; 
	padding: 0;
}

#footer_data li { display: block; }

 /* Smartphones (portrait and landscape) ----------- */
 @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	#footer_global a { font-size: 12px; text-align: center; }
 }