footer .footer-bottom {
	background-color: #F2F2F2;
	border-top: 1px solid #000000;
}

footer .footer-bottom p {
	color: #000000;
	margin-bottom: 0px;
	padding: 15px 0px;
	font-size: 12px;
}

footer .footer-bottom p.float-right {
	float: right;
}

footer .footer-bottom p.float-right a {
	color: #000000;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
}
footer .footer-bottom p.float-right a:hover {
	color: #efc411;
}

footer .footer-bottom p.float-left {
	float: left;
}

footer .footer-bottom a {
	color: #efc411;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
}

footer .footer-bottom a:hover {
	color: #000000;
	text-decoration: none;
}
