.newsletter {
	text-align: center;
}

input.field {
	padding: 0 5px;
width: 360px;
height: 35px;
border: 1px solid #ebece7;
font-size: 12px;
color: #b6b6b6;
background: #f5f5f7;
outline: none;
}

.newsletter input.submit {
display: inline-block;
width: 250px;
border: 3px solid #c4314b;
color: #fff;
outline: none;
text-align: center;
padding: 10px!important;
background: #c4314b;
text-decoration: none;
cursor: pointer;
}

.newsletter input.submit:hover {
    background: #fff;
    color: #c4314b;
    border: 3px solid #c4314b;
}

h1 {
	margin-top: 15px;
	text-transform: uppercase;
}

img {
	max-width:100%;
}