@CHARSET "UTF-8";
@font-face {
  font-family: 'MetaWebPro-Normal';
  src: url('../fonts/MetaWebPro-Normal.eot');
  src: url('../fonts/MetaWebPro-Normal.woff') format('woff'), url('../fonts/MetaWebPro-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
body {
	background-color: #f8f3ed;
	color: #3b2b24;
	font-weight: 300;
	font-size: 18px;
	font-family: 'MetaWebPro-Normal', 'Arial', 'Helvetica', Arial, sans-serif;
	line-height: 1.4;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'MetaWebPro-Normal', 'Arial', 'Helvetica', Arial, sans-serif;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}
.container {
	max-width: 980px;
}
.r_bar {

}
.r_header {
	background-color: #c00f1a;
	height: 95px;
}
.r_header .logo h1 {
    text-indent: -9999px;
    background-image: url('../gfx/header_logo.png');
    width: 266px;
    height: 104px;
    white-space: nowrap;
}
.r_header .contact {
	text-align: right;
}
.r_header .contact a {
	text-transform: uppercase;
	color: #84170f;
	line-height: 95px;
}
.r_splash {
	height: 389px;
}
.r_splash .prlx {
	background-attachment: fixed;
	left: -2000px;
	position: absolute;
	z-index: -1;
}
.r_splash .prlx.bg {
	background: transparent url('../gfx/splash_bg.png') repeat 0 0;
	top: -200px;
	width: 4000px;
	height: 700px;
}
.r_splash .prlx.flare {
	background: transparent url('../gfx/splash_flare.png') no-repeat center top;
	top: -66px;
	width: 1029px;
	height: 931px;
	left: 0;
}
.r_splash .prlx.skyline {
	background: transparent url('../gfx/splash_skyline.png') repeat-x center top;
	top: 95px;
	width: 4000px;
	height: 301px;	
}
.r_splash .hero {
	background: transparent url('../gfx/splash_hero.png') no-repeat center top;
	top: -58px;
	width: 550px;
	height: 446px;
	margin: auto;
	position: absolute;
	margin-left: 244px;
}
.r_teaser {
	position: absolute;
	left: 0;
	right: 0;
	top: 396px;
}
.r_teaser .box {
	width: 317px;
	height: 185px;
	background-color: #e7ded3;
	display: inline-block;
	border-top: 1px solid #d2c7b8;
	border-left: 1px solid #d2c7b8;
	border-right: 1px solid #d2c7b8;
	border-bottom: 5px solid #c00f1a;
}
.r_teaser .box > h2 {
	text-align: center;
}
.r_teaser .box > p {
	text-align: center;
	padding: 0 20px;
}
.r_teaser .box .circle,
.r_teaser .box .circle.c1 {
    background: transparent url('../gfx/teaser_circles.png') no-repeat 0 0;
    height: 77px;
    width: 77px;
    margin: auto;
}
.r_teaser .box .circle.c2 {
    background: transparent url('../gfx/teaser_circles.png') no-repeat -78px 0;
}
.r_teaser .box .circle.c3 {
    background: transparent url('../gfx/teaser_circles.png') no-repeat -156px 0;
}
.r_splashstopper {
	background-color: #f8f3ed;
	width: 100%;
	height: 187px;
}
.r_content {
	background: #f3ede5 url('../gfx/content_bg.png') repeat 0 0;
	border-top: 1px solid #e8e2db;
	border-bottom: 1px solid #e8e2db;
	padding: 33px 0;
}
.r_content ul.locations {
	border-top: 3px solid #c00f1a;
	border-bottom: 3px solid #c00f1a;
	padding: 0;
}
.r_content ul.locations li {
	list-style: none;
	font-weight: 800;
	padding-right: 32px;
	line-height: 43px;
	display: inline-block;
}
.r_content .hero {
	background: transparent url('../gfx/content_hero.png') repeat 0 0;
	width: 480px;
	height: 388px;
	margin-top: -80px;
}
.r_content .heroimg {
	width: 80%;
	display: none;
	margin: auto;
}
footer.footer {
	height: 80px;
	text-align: center;
}
footer.footer p,
footer.footer a {
	line-height: 80px;
	text-transform: uppercase;
	color: #1b120f;
	font-size: 14px;
}
@media (max-width: 990px) {
	.r_splash {
		display: none;
	}
	.r_header .contact {
		display: none;
	}
	.r_teaser {
		top: 40px;
		position: relative;
		margin-bottom: 40px;
	}
	.r_teaser .box {
		width: 100%;
		margin-bottom: 40px;
		height: auto;
	}
	.r_teaser .box .circle {
		display: none;
	}
	.r_splashstopper {
		display: none;
	}
	.r_content .hero {
		display: none;
	}
	.r_content .heroimg {
		display: block;
	}
}