

footer {
	color: white;
	background-color: #11377d;
	border-top: 9px #e81d16 solid;
	padding-top: 10px; padding-bottom: 30px;
}
footer h3 {
	text-transform: uppercase;
	font-size: 20px;
	color: #19a1e6;
}
footer p { font-weight: 300; letter-spacing: 1px; }
footer ul { padding: 0; }
footer li { list-style: none; }
footer li > a { color: #e6e7e8; transition: all 0.3s ease 0s; }
footer li:hover > a { color: #19a1e6; text-decoration: none; }


	footer .social { margin-top: 20px; margin-bottom: 40px; }
	footer .social > li { margin-right: 10px; }
	footer .social > li > a:link {
		width: 3em; height: 3em;
		border-radius: 1.5em;
		padding: 5px;
	}

	footer form .btn {
		text-transform: uppercase;
		color: #e6e7e8;
		background-color: #414042;
		border-radius: 0;
		transition: all 0.3s ease 0s;
	}
	footer form .btn:hover { color: white; background-color: #333; }

	footer .submenu > li { font-weight: 300; line-height: 32px; letter-spacing: 1px; }

	footer .credit { text-align: center; letter-spacing: 1px; margin-top: 20px; }
	footer .credit > p { font-size: 12px; }