.contact-content{
	width: 100%!important;
	BACKGROUND: #F2EEE8;
}
.contact-info{
	text-align: center;
	width: 360px;
	margin:auto;
	vertical-align: top;
}
.halves{
	overflow: auto;
}
.half{
	min-height: 50px;
	width:50%;
	float:left;
}
.bold{
	font-weight: bold !important;
	font-size: 120%;
}
@media all and (max-width: 999px){
	.half{
		width:100%;
		float:none
	}
}
.contact{
	display: inline-block;
	width: 45%;
	margin: 24px;
}
div.work-hours{
	padding: 0 0 20px 0;
	margin: 20px 30px;
	border-top: 1px rgba(0,0,0,0.35) solid;
	border-bottom: 1px rgba(0,0,0,0.35) solid;
}
table.workHours{
	width: 300px;
	margin:auto;
}

.contact-form-container{
	width: 430px;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid black;
}
.contact-form-container h2{
	text-align: center;
	margin:0;
	text-transform: uppercase;
}

/** Form */
.contactForm{
	position: relative;
	width: 360px;
	padding: 20px;
	max-width: 90%;
	margin: auto;
}
.contactForm textarea,
.contactForm input,
.contactForm select{
	border: 1px solid #CCC;
	display: block;
	width: 280px;
	background: white;
	outline: 0;
	max-width: 85%;
	margin: 10px auto;
	border-radius: 5px;
}
.contactForm label{
	display: block;
	width:280px;
	font-size: 13px;
	font-weight: bold;
	margin: 15px auto 0;
	text-transform: uppercase;
}
.contactForm textarea.error,
.contactForm input.error,
.contactForm select.error{
	border-color: #C00;
	color: #C00;
}
.contactForm textarea{
	padding: 7px;
}
.contactForm input{
	padding: 2px 7px;
	height:22px;
}
.contactForm input.submit, .contactForm input.reset{
	height: auto;
	color: white;
	width: 200px;
	font-size: 13pt;
	font-weight: 600;
	font-family: "katarine-web";
	text-transform: uppercase;
	background: #000;
	padding:6px 20px 6px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin: 10px auto;
}
.contactForm select{
	border: none;
}
.contactForm .select2-container-multi .select2-choices{
	border: none !important;
	background: white !important;
	min-height: 40px;
	margin-top: 10px;
}
.contactForm select{
	padding: 0;
	width: 319px;
	height:33px;
	margin:10px 0;
}
div.error,div.success{
	font-weight: bold;
	padding:10px;
	display: none;
	font-size: 11pt;
}
div.error{
	color: #900;
}
div.success{
	font-weight: bold;
	color:#090;
	text-align: center;
	position: absolute;
	top:0;left:0;width:100%;height:100%;
	background:white;
}

@media all and (max-width:800px){
	#map iframe{
		height: 240px;
	}
	.contact-form-container{
		border-left:none
	}
	.work-hours{
		margin: 20px 0;
	}
	table.workHours{
		width: 100%;
		max-width: 300px;
	}
}