.getintouch {
	cursor: pointer;
}

#contact-overlay, #contact-black {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 21;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

#contact-overlay {
	padding: 0 20px;
}

#contact-black {
	background-color: #000;
/*	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;*/
	z-index: 20;
}

#contact-overlay p {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 25px;
}

#contact-overlay input, #contact-overlay textarea, #contact-overlay button {
	color: #FFF;
	width: 100%;
	max-width: 100%;
	border: 1px solid #8fa0af;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 5px;
	height: 50px;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 10px;
}

#contact-overlay button {
	font-size: 18px;
}

#contact-overlay button .fa {
	margin-right: 5px;
}

#contact-overlay button:hover {
	background-color: #ef7946;
	border-color: #ef7946;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#contact-overlay textarea {
	height: 200px;
	max-height: 200px;
}

#contact-form {
	position: relative;
	height: 465px;
	top: calc(50% - (465px)/2);
}

@media (min-width: 768px) {
	#contact-form {
		width: 540px;
		margin: auto;
	}
}