.label {
	margin: 2px 0;
	color: white;
}
.field {
	margin: 0 0 20px 0;
}
.content {
	width: 960px;
	margin: 0 auto;
}
*:focus {
	outline: none;
}
h1,
h2 {
	font-weight: normal;
}
div#central {
	margin: 0px 0px 4px 8px;
}
@media all and (min-width: 768px) and (max-width: 979px) {
	.content {
		width: 750px;
	}
}
@media all and (max-width: 767px) {
	body {
		margin: 0 auto;
		word-wrap: break-word;
	}
	.content {
		width: auto;
	}
}
body {
	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	font-size: initial;
	line-height: 1.7em;
}
input,
textarea {
	width: 100%;
	padding: 15px;
	font-size: 1em;
	border: 1px solid #a1a1a1;
	border-radius: 0px 16px 0px 16px;
	box-sizing: border-box;
}
button {
	width: 100%;
	height: 44px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px 16px 0px 16px;
	background: #ce0303;
	border: none;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	margin-top: 18px;
	-webkit-box-shadow: 3px 4px 4px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 3px 4px 4px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 6px 7px 6px -5px rgba(0, 0, 0, 0.75);
	border-bottom: 1px solid #afa6a6;
	border-right: 1px solid #afa6a6;
	/* margin-right: -20px; */
	margin-bottom: 20px;
	cursor: pointer;
}
button:hover {
	background: #42ae7d;
}
#message {
	padding: 0px;
}
#mail-status {
	padding: 12px 20px;
	width: 100%;
	display: none;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	border-radius: 0px 16px 0px 16px;
}
.error {
	background-color: #ce0202;
	margin-bottom: 40px;
}
.success {
	background-color: #48e0a4;
}
.g-recaptcha {
	margin: 0 0 25px 0;
}
#comment-content {
	resize: vertical;
	min-height: 80px;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-family: 'Roboto', sans-serif;
	color: #b7b7b7;
	font-size: 14px;
}
::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Roboto', sans-serif;
	color: #b7b7b7;
	font-size: 14px;
}
:-ms-input-placeholder {
	/* IE 10+ */
	font-family: 'Roboto', sans-serif;
	color: #b7b7b7;
	font-size: 14px;
}
:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Roboto', sans-serif;
	color: #b7b7b7;
	font-size: 14px;
}
