.head-bg {
	background-image: url('../img/img_head_contact.jpg')
}

.contact-bg {
	background-image: url('../img/img_bg_contact.jpg');
	background-size: cover;
	background-position: center center;
	position: relative
}

.middle-section .left-side {
    min-height: 0;
		padding: 2% 5%
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px; }

input, textarea {
	color: #535049 !important;
	border: none !important;
	background-color: #fff !important;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.main-area-padding {
	margin-top: 55px;
	margin-bottom: 175px
}

.main-area-content-area {
	max-width: 850px;
	width: 90%;
	margin-left: auto;
  margin-right: auto;
	position: relative;
	background-color: transparent;
	transition-property: background-color;
	transition-duration: 1s
}

body.email-sent .main-area-content-area {
	background-color: #f7c774
}

body.email-sent .main-area-content-area .close-overlay {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	padding-top: 5px;
	padding-left: 15px
}

.input-padding {
	padding-top: 20px;
	margin-bottom: 0
}

.form-group.input-phone {
	margin-bottom: 15px
}

form .disclaimer {
	font-size: 10px;
	color: #ebebeb
}

body.email-sent form {
	visibility: hidden
}

textarea {
	resize: none;
	height: 200px !important
}

.middle-section .form-group > .form-control {
	font-size: 18px
}

.form-group input {
	resize: none;
	height: 45px 
}

.mmc-email-submit, .mmc-email-submit:hover,
.mmc-email-submit:focus, .mmc-email-submit:active, button.mmc-email-submit.disabled  {
	background-color: #f7c774 !important;
	color: #464646;
	padding: .5rem 4rem;
	border-radius: 0;
	border: none;
	opacity: 1
}
.submit-wrapper .form-group button {
	width:100%;
	min-height:45px;
	letter-spacing: 2.5px;
	font-size: 24px;
	font-weight: 600
}

.btn:focus {
	outline: none !important
}

.form-control {
	border-radius: 0
}

.email-success {
	z-index: -1;
	opacity: 0;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	color: #535048;
	transition-property: opacity;
	transition-duration: 1s
}

body.email-sent .email-success {
	opacity: 1;
	z-index: 0
}

.email-success > .email-success-wrapper {
	position: absolute;
	top: 50%;
	margin: auto;
	left: 0;
	right: 0;
	transform: translateY(-50%)
}

.email-success-wrapper > h3 > span {
	font-size:38px
}

.email-success-wrapper > p.response {
	font-size: 20px
}

.email-success-wrapper > p  {
	padding-top: 40px;
}

.email-success-wrapper > .main-logo a  {
	padding-top: 40px;
	float: none;
	left: auto;
	width: 225px
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #535049 !important;
	font-size: 18px
}

:-moz-placeholder { /* Firefox 18- */
  color: #535049 !important;
	font-size: 18px
}

::-moz-placeholder { /* Firefox 19+ */
  color: #535049 !important;
	font-size: 18px
}

:-ms-input-placeholder { /* IE 10+ */
  color: #535049 !important;
	font-size: 18px
}

::-ms-input-placeholder { /* Edge */
  color: #535049 !important;
	font-size: 18px
}

@media screen and (min-width: 768px) {
	.submit-wrapper {
		display: table
	}
	.submit-wrapper .form-group {
		display: table-cell
	}
	.submit-wrapper .form-group button {
		width: auto
	}
	form .disclaimer {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
	}
}


/*
.middle-section .romance-copy p {
	max-width: 1000px
}

.map-content {
	position: relative
}

.map-content #hotspot {
	position: relative;
	font-size: 18px
}

#hotspot ul {
	padding-left: 15px;
	padding-right: 15px;
	display: none
}

.map-content[data-selectedCategory='food'] #hotspot ul[data-category="food"],
.map-content[data-selectedCategory='work'] #hotspot ul[data-category="work"],
.map-content[data-selectedCategory='health'] #hotspot ul[data-category="health"],
.map-content[data-selectedCategory='education'] #hotspot ul[data-category="education"],
.map-content[data-selectedCategory='dine'] #hotspot ul[data-category="dine"],
.map-content[data-selectedCategory='grocery'] #hotspot ul[data-category="grocery"],
.map-content[data-selectedCategory='play'] #hotspot ul[data-category="play"],
.map-content[data-selectedCategory='shop'] #hotspot ul[data-category="shop"],
.map-content[data-selectedCategory='home'] #hotspot ul[data-category="home"],
.map-content[data-selectedCategory='automotive'] #hotspot ul[data-category="automotive"] {
	display: block
}

.map-content #hotspot ul:before {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1
}

.map-content[data-selectedCategory='work'] #hotspot ul:before,
.map-content[data-selectedCategory='health'] #hotspot ul:before,
.map-content[data-selectedCategory='education'] #hotspot ul:before {
	background-image: url('../img/img_bg_work.jpg');
}

.map-content[data-selectedCategory='dine'] #hotspot ul:before,
.map-content[data-selectedCategory='food'] #hotspot ul:before,
.map-content[data-selectedCategory='grocery'] #hotspot ul:before {
	background-image: url('../img/img_bg_dine.jpg');
}

.map-content[data-selectedCategory='play'] #hotspot ul:before {
	background-image: url('../img/img_bg_play.jpg');
}

.map-content[data-selectedCategory='shop'] #hotspot ul:before,
.map-content[data-selectedCategory='home'] #hotspot ul:before,
.map-content[data-selectedCategory='automotive'] #hotspot ul:before {
	background-image: url('../img/img_bg_shop.jpg');
}

#category {
	text-align: center;
	font-size: 30px
}

#category select {
	width: 100%;
	background: #fff url(http://mmccdn.com/mits/selectbox-arrow.png) no-repeat 100% 50%;
	font-size: 1.2em;
	padding-left: 10px;
	border-radius: 0px;
	overflow: hidden;
	appearance: none
}

#category select::-ms-expand {
    display: none;
}


#category ul li {
	border: 1px solid #000;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 75px;
	margin-bottom: 75px
}

@media screen and (min-width: 768px) {
	.map-content {
		min-height: 600px;
		overflow: hidden
	}
	.map-content .left-nav {
		float: left
	}
	.map-content #category {
		width: 150px
	}
	.map-content #hotspot {
		position: static;
		width: 250px
	}
	.map-content #hotspot ul:before {
		left: 150px;
		width: 250px
	}
	.map-content #googleMap {
		position: absolute;
		width: calc(100% - 400px);
		left: auto;
		right: 0;
		top: 0;
		bottom: 0
	}
}
*/