body{
	margin:0;
	font-weight:normal;
	font-size:22px;
	color:#241f1e;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
}
.splash{
	color:#fff;
	font-size:24px;
	background:#fff url(images/banner2.jpg) no-repeat center center;
	background-size:cover;
	min-height:600px;
	text-align:center;
}
.splash-content{
	margin:0 auto 0 auto;
	max-width:700px;
	padding:100px 100px;
	box-sizing:border-box;
}
.splash-box{
	padding:40px;
	background-color:#241f1e;
	color:#f0e0a7;
	position:relative;
	background:-moz-linear-gradient(top, rgba(69,34,51,1) 0%, rgba(36,31,30,1) 100%);
	background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,34,51,1)), color-stop(100%, rgba(36,31,30,1)));
	background:-webkit-linear-gradient(top, rgba(69,34,51,1) 0%, rgba(36,31,30,1) 100%);
	background:-o-linear-gradient(top, rgba(69,34,51,1) 0%, rgba(36,31,30,1) 100%);
	background:-ms-linear-gradient(top, rgba(69,34,51,1) 0%, rgba(36,31,30,1) 100%);
	background:linear-gradient(to bottom, rgba(69,34,51,1) 0%, rgba(36,31,30,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#452233', endColorstr='#241f1e', GradientType=0);
	box-shadow:0 0 80px 50px rgba(255,255,255,.7);
}
.splash-box:after{
	content:' ';
	width:100px;
	height:100px;
	position:absolute;
	left:50%;
	margin-left:-100px;
	bottom:-100px;
	border:50px solid transparent;
	border-top-color:#241f1e;
	border-right-color:#241f1e;
	box-sizing:border-box;
}
.section{
	width:100%;
	min-height:400px;
	position:relative;
}
.section-content{
	box-sizing:border-box;
	width:50%;
	padding:80px;
	text-align:center;
}
.section-map-map{
	width:200px;
	height:200px;
	display:inline-block;
	border-radius:200px;
	overflow:hidden;
	border:10px solid #241f1e;
}
.section-image{
	background-size:cover;
	background-position:center top;
	width:50%;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
}
.section-map .section-image{
	background-position:center bottom;
}
.section-right{
	background-color:#241f1e;
	color:#f0e0a7;
}
.section-map{
	background-color:rgba(69,34,51,1);
	color:#f0e0a7;
}
.section-right .section-content{
	margin-left:50%;
}
.section-right .section-image{
	left:0;
	right:auto;
}
.quotes{
	font-style:italic;
	font-size:22px;
}
a.button{
	color:#f0e0a7;
	border:1px solid #f0e0a7;
	padding:10px 20px;
	border-radius:4px;
	display:inline-block;
	text-decoration:none;
}
a{
	color:#f0e0a7;
	text-decoration:none;
}
a:hover{
	color:#fff;
	border-color:#fff;
}
strong{
	font-size:30px;
}
.quotes p:before{
	content:'‟';
	font-family:serif;
	font-size:30px;
	color:#c9c6c3;
}
.quotes p:after{
	content:'”';
	font-family:serif;
	font-size:30px;
	color:#c9c6c3;
}
@media(max-width:700px){
	.section-image{
		width:100%;
		position:relative;
		top:0;
		left:0;
		bottom:0;
		right:0;
		height:400px;
	}
	.section-content{
		width:100%;
		margin:0!important;
		padding:40px;
	}
	.splash{
		min-height:0;
	}
	.splash-content{
		padding:0;
	}
}