html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

body a {
	color: #59bdac;
	text-decoration: none;
	font-weight: 400;
}

.colorbar {
	height: 20px;
	background-image: url('../img/grid.png');
	background-repeat: repeat-x;
}

#rmt_logo {
	width: 80%;
	max-width: 385px;
}

#header {
	margin: 60px 10px 40px;
	font-weight: 300;
	font-size: 1.5em;
	text-align: center;
	color: #777;
}
#header > p {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#header_menu ul {
	list-style: none;
	padding: 0px;
}
#header_menu ul li {
	display: inline-block;
	padding: 0.333em 0.5em;
}

.content {
	position: relative;
	width: 80%;
	max-width: 840px;
	margin: 0px auto;
	font-size: 1.15em;
	font-weight: 400;
	color: #555;
}
.content > div {
	padding: 25px 0px;
	border-top: 1px solid #ddd;
}
.content > div:first-of-type {
	padding-top: 0px;
}
.content h2 {
	color: #ff9955;
}
.content ul li {
	padding: 0.333em;
}

#map {
	height: 360px;
	width: 100%;
	background-color: #000;
	margin: 10px 0px;
}

.em-text {
	font-weight: 700;
	color: #59bdac;
}
.em-price {
	font-size: 1.15em;
	font-weight: 700;
	color: #59bdac;
}

#contact_container {
	font-size: 0.8em;
	background-color: #f9f9f9;
	padding: 20px;
}

#contact_form {
	float: left;
	width: 60%;
	padding-right: 20px;
	display: table;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
#contact_form label, #contact_form input:not([type='submit']), #contact_form textarea, #contact_form .row {
	display: table-cell;
	width: 100%;
	box-sizing: border-box;
}
#contact_form input[type='submit'] {
	float: right;
	margin-top: 10px;
}
#contact_form input:not([type='submit']), #contact_form textarea {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}
#contact_form label:not(:first-child) {
	padding-top: 10px;
}

/* hide honeypot input field */
#honeypot {
	display: none;
}

#contact_info {
	float: left;
	width: 40%;
	padding-top: 25px;
	text-align: center;
}
#contact_info img {
	max-width: 60%;
}

#footer {
	font-size: 12px;
	color: #999;
	padding: 10px 0px;
}

.centered {
	text-align: center;
}

.text-right {
	text-align: right;
}