body {
	font-family: Garamond, Georgia, serif;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;

}
.centered-content {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 960px;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	color: #FFF;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}


/****************************
 Header
 ****************************/
.fh-header {
	background-color: #000;
}
.fh-logo-mobile {
	float: left;
	width: 34px;
	height: auto;
}

/****************************
 Location Select
 ****************************/
.fh-location-select {
	position: relative;
	display: inline-block;
	padding: 5px 0;
	margin-left: -16px;
}
.fh-location-select a {
	font-size: 1.125em; /* 18px */
	text-transform: uppercase;
	text-decoration: none;
}
.fh-location-select-label:after {
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: '';
	vertical-align: top;
	display: inline-block;
	width: 6px;
	height: 6px;
	position: relative;
	top: 8px;
	left: 5px;
	transform: rotate(45deg);
}
.fh-location-select ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	border: 1px solid #000;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
	text-align: left;
}
@media (max-width: 960px) {
	.fh-location-select ul {
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		text-align: center;
	}
}
.fh-location-select li {
	padding: 15px 10px;
	background: #FFF;
	white-space: nowrap;
}
.fh-location-select ul a {
	color: #000;
}
.fh-location-select.active .fh-location-select-label:after {
	transform: rotate(135deg);
}
.fh-location-select.active ul {
	display: block;
}


@media (max-width: 768px) {
	.fh-header {
		padding: 3px 0;
		border-bottom: 1px solid #FFF;
	}
	.fh-location-select {
		margin-top: 3px;
	}
}
@media (min-width: 768px) {
	.fh-logo-mobile {
		display: none;
	}
	.fh-location-select {
		float: right;
	}
}


/****************************
 Banner
 ****************************/
.fh-banner {
	background: #000;
	color: #FFF;
	padding: 20px 10px 50px;
}
.fh-banner-img-mobile {
	margin: 0 auto 20px;
}
.fh-banner h4 {
	font-size: 1.313em; /* 21px */
	line-height: 1;
	text-transform: uppercase;
	margin: 0 auto 30px;
}

/* Location Block */
.fh-location-block.last {
	margin-top: 50px;
}
.fh-location-block .btn {
	display: inline-block;
	width: 200px;
	height: auto;
	margin: 0 auto 10px;
}
.fh-location-block p {
	font-size: 1.375em; /* 22px */
	margin: 0;
}
.fh-location-block p a {
	display: block;
}
@media (min-width: 769px) {
	.fh-banner-img-mobile,
	.fh-banner h4 {
		display: none;
	}
	.fh-banner {
		background: url(../img/home/Home_hero_desktop.jpg) center -130px no-repeat #000;
		background-attachment: fixed;
		padding: 0;
		height: 940px;
		position: relative;
	}
	.fh-location-blocks {
		position: absolute;
		bottom: 50px;
		left: 0;
		width: 100%;
	}
	.fh-location-block {
		float: left;
	}
	.fh-location-block.last {
		float: right;
		margin: 0;
	}
	.fh-location-block .btn {
		width: 300px;
	}
	.fh-location-block p {
		font-size: 1.75em; /* 28px */
		line-height: 1.2;
	}
	.fh-location-block p a {
		margin: 10px 0;
	}
}


/****************************
 Intro Text
 ****************************/
.fh-intro {
	padding: 30px 0 40px;
	font-size: 1.5em; /* 24px */
	text-align: left;
}
@media (min-width: 769px) {
	.fh-intro {
		font-size: 2.25em; /* 36px */
		padding: 75px 0;
	}
}


/****************************
 Gallery
 ****************************/
.drag-gallery-container {
	position: relative;
}
.drag-gallery {
	height: auto !important;
	position: relative;
	overflow: auto;
}
.parallax-active .drag-gallery {
	height: 600px !important;
}
.drag-gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto !important;
}
.drag-gallery li {
	list-style: none;
	float: left;
	width: 100%;
}
.dragend-page {
	height: auto !important;
	margin: 0;
	overflow-y: hidden !important;
	background: center top no-repeat #fff;
}
.dragend-page img {
	width: 100%;
}
.parallax-active .dragend-page {
	height: 600px !important;
}
.parallax-active .dragend-page img {
	visibility: hidden;
}
.drag-gallery-nav {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -50px;
}
@media (max-width: 600px) {
	.drag-gallery-nav {
		margin-top: -25px;
	}
}


.drag-gallery-back,
.drag-gallery-next {
	width: 70px;
	height: 101px;
	background: center center no-repeat transparent;
	background-size: contain;
	cursor: pointer;
}
@media (max-width: 600px) {
	.drag-gallery-back,
	.drag-gallery-next {
		width: 35px;
		height: 50px;
	}
}

.drag-gallery-back {
	background-image: url(../img/arrow_left.png);
	float: left;
}
.drag-gallery-next {
	background-image: url(../img/arrow_right.png);
	float: right;
}


/****************************
 Pre Footer
 ****************************/
.fh-prefooter.dragend-page {
	background-size: cover;
}
@media (min-width: 768px) {
	.fh-prefooter.dragend-page {
		margin-top: 200px;
	}
}


/****************************
 Footer
 ****************************/
.fh-footer {
	background: #000;
	padding: 40px 0;
}
.fh-footer .centered-content {
	max-width: 500px;
}
.fh-footer a {
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	word-wrap: break-word;
}
.fh-footer img {
	max-height: 32px;
	margin: 0 auto;
}
.fh-footer-links {
	margin: 1em 0 0;
	padding: 10px 0;
	list-style: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.fh-footer-links li {
	display: inline-block;
	padding: 0 10px;
}
.fh-footer-links li + li {
	border-left: 1px solid #fff;
}
.fh-footer-links a {
	font-size: 1.375em; /* 22px */
}