#footer {
	background: url(../img/slide.png);
	background-size: cover;
	background-position: top;
	padding: 50px 25px 25px 25px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
}

#footer img {
	width: 200px;
	margin-bottom: 50px;
}

#footer p {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
	color: rgba(255, 255, 255, 0.8) !important;
}

#footer .options ul li {
	display: inline-block;
	margin: 0 15px;
	font-weight: 500;
}

#footer .options ul li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
}

#footer .options ul li a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
}

#footer .payments {
	
	padding: 7px 30px;
	border-radius: 8px;
}

#footer .payments img {
	height: 15px;
	width: auto;
	margin: 0 25px;
}