* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	background: url(/img/woodBackground-mid.jpg) center center no-repeat;
}

.content-box {
	width: 750px;
	background: white;
	padding: 90px 65px;
	font-size: 17px;
	line-height: 24px;
	color: #555;
	text-align: center;
	font-family: 'Lato', sans-serif;
	margin-top: 2%;
	position: relative;
	border-radius: 50%;
}

.content-box h1 {
	font-weight:bold;
	font-size: 24px;
	line-height: 26px;
	color: #1a1b1b;
}

.content-box p {
	margin: 20px 0;
}

.logo {
	background: url(/img/logo.jpg) 0 0;
	width: 233px;
	height: 90px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.addr {
	background: #e8e8e8;
	border: 1px solid #d5d5d5;
	color: #1a1b1b;
	font-size: 16px;
	line-height: 24px;
	height: 143px;
	width: 175px;
	float: left;
	padding-top: 18px;
	margin-top: 0 !important;
}

#map-link {
	float: left;
}

#location-info {
	margin: 0 auto;
	margin-left: 35px;
	margin-bottom: 45px;
}

#social-buttons {
	margin: 0 auto;
	margin-bottom: 40px;
}
#facebookPage {
	width: 375px;
	height: 37px;
	background: #244e86;
	color: white;
	font-size: 17px;
	padding: 8px 15px;
	display: inline-block;
	padding-top: 7px;
	margin-right: 10px;
}

#facebookPage:hover {
	text-decoration: none;
}

i.facebook-f-ico {
	display: inline-block;
	width: 9px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	background-image: url("/img/facebook-f.png");
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 10px;
}

#interested {
	background: url(/img/interested-bg.png) no-repeat 0 0;
	text-shadow: 0px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
	position: absolute;
	bottom: -5px;
	height: 140px;
	width: 576px;
	right: 87px;
	padding-top: 20px;
}

#interested #intro {
	font-size: 22px;
	color: #c7ce9e;
	line-height: 34px;
}
#interested a {
	font-size: 30px;
	color: white;
}

#opening {
	background: url(/img/opening.png) no-repeat 0 0;
	width: 296px;
	height: 221px;
	position: absolute;
	right: -270px;
	top: 90px;
}

@media (max-width: 767px) {
	body {
		background: none;
		padding: 0 !important;
	}

	.content-box {
		width: 100%;
		background: white;
		padding: 0;
		font-size: 17px;
		line-height: 24px;
		color: #555;
		text-align: center;
		font-family: 'Lato', sans-serif;
		margin-top: 0;
		border-radius: none;
	}

	.logo {
		margin-top: 10px;
	}

	.content-box h1, .content-box p {
		padding: 0 20px;
	}

	#location-info {
		margin-left: 0;
		margin-bottom: 20px;
	}

	#facebookPage {
		margin-bottom: 10px;
	}

	#map-link {
		float: none;
		margin: 0 auto;
	}

	.addr {
		width: 100%;
		padding-top: 20px !important;
	}

	#interested {
		width: 100%;
		position: static;
		background: #7b8443;
		border: 0;
		height: 110px;
	}
}