@charset "UTF-8";
/* CSS Document */

.footer {
	background: #b5a38a;
	padding: 40px;
	color: #fff;
	margin-top: 80px;
}

.footer a {
	color: #fff;
	text-decoration:none;
}

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


.foot-h {
	font-size: 16px;
	font-weight: 700;
	color: #876645;
	text-transform:uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.foot-item {
	list-style-type: none;
	display: list-item;
	padding-top: 5px;
	padding-bottom: 5px;
}

.foot-input {
	background: transparent;
	background-color: rgba(255,255,255,0.1);
	border: 0;
	padding: 10px;
	width: 250px;
	color: #fff;
	text-align: center;
}

.foot-btn {
	width: 100px;
	padding: 10px;
	background: #00b4ff;
	color: #fff;
	border: 0;
	border-radius: 0;
	margin-top: 5px;
}

.foot-sub {
	background-color: #876645;
	padding: 15px;
	color: #fff;
}

.foot-sub a {
	color: #b5a38a;
	text-decoration:none;
}
.foot-sub a:hover {
	color: #00b4ff;
}


.foot-sub-align {
	text-align: center;
	
}