@charset "UTF-8";

footer {
	position: fixed;
   	background-color:#000000; 
   	color:#FFFFFF;
	padding: 5px 20px 5px 20px;
	border-top: solid 1px #bdbfca;
	font-size: 12px;
	line-height: 20px;
	right: 0;
  	bottom: 0;
  	left: 0;
	width: 100%;
	z-index: 999999;
	height: 30px;
	font-family: Mada-Light, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-align: center;
}

footer a {
	color: #FFFFFF !important;
}

footer a:hover {
	color: #16589b !important;
}

@media (max-width: 600px) {
	
	footer {
		height: auto;
	}

}