.subscribe {
	margin: 50px 0 0;
  padding: 25px 0;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}
.subscribe form {
	text-align: center;
}
.subscribe label {
	position: relative;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
.subscribe input {
	width: 300px;
	height: 40px;
	padding: 0 10px;
	max-width: 100%;
	font-size: 16px;
	box-shadow: none;
	border-radius: 0;
}
.subscribe button {
	padding: 0 30px;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	background: #0c3a6f;
	border: none;
	vertical-align: top;
}
.subscribe button:hover {
	background: #16549b;
}
.subscribe .rf_item {
	margin: 0;
}

@media (max-width: 531px) {
	.subscribe button {
		margin-top: 10px;
	}
}

.subscribe + .foot {
  margin-top: 0;
}