#contact label {
	clear: both;
	display: block;
	color: #bbb;
	font-size: 15px;
}

#contact button {
	padding: 4px 14px;
	background-color: #be3b30 !important;
	font-size: 14px;
	color: white;
	border: none;
	cursor: pointer;
	margin-bottom: 50px;
}

#contact button:hover {
	background-color: #af382b !important;
}

#contact input,textarea:focus {
	outline:0;
	outline:none;
}

#contact input, textarea {
	padding: 7px 10px;
	font-size: 14px;
	color: #be3b30;
	background-color: #222;
	border: none !important;
	/*border: solid 1px #be3b30 !important;*/
}

#contact textarea {
	width: 100%;
	margin-bottom: 10px;
	background-color: #222;
	border: none !important;
	border-radius: 4px;
}

#contact input {
	width: 100%;
	margin-bottom: 10px;
}

/*
@media (max-width: 767.98px) {
	
	#contact textarea {
		max-width: 100%;
	}
	
	#contact input {
		max-width: 100%;
	}
}
*/

#contact input[type="checkbox"] {
	display: block;
	width: auto;
}

.green {
	color: #3db675 !important;
	font-weight: bold;
}

#human {
	display: none;
}