@charset "UTF-8";

footer {
	position: relative;
   	background-color:#000; 
   	color:#fff;
	padding: 5px 20px 5px 20px;
	border-top: solid 1px #000;
	font-size: 9pt;
	line-height: 24px;
	right: 0;
  	bottom: 0;
  	left: 0;
	width: 100%;
	z-index: 999999;
	height: 30px;
	font-family: TornosAccordAlt-Light, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-align: center;
}

footer a {
	color: #fff !important;
}

footer a:hover {
	color: #afa96e !important;
}

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

	footer {
		font-size: 9pt;
	}

}