﻿/* ============================================================
   FOOTER.CSS
   Footer bar and back-to-top control.
   Responsive overrides live in responsive.css.
   ============================================================ */

/* FOOTER */
footer a
{
	text-decoration: none !important;
	color: #ffffff !important;
	background-color: transparent !important;
	margin: 0 auto;
	padding: 0;
}

.inner
{
	height: 50px !important;
	margin: 0 auto 0 auto;
}

footer .arrow-top
{
	float: right;
	margin: auto;
}
/* END FOOTER */
