/*!
Theme Name: eastofthebeach_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eastofthebeach_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

eastofthebeach_ is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration:none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@font-face {
  font-family: 'SackersGothicStd-Heavy';
  src: url('fonts/SackersGothicStd-Heavy.eot?#iefix') format('embedded-opentype'),  url('fonts/SackersGothicStd-Heavy.otf')  format('opentype'),
	     url('fonts/SackersGothicStd-Heavy.woff') format('woff'), url('fonts/SackersGothicStd-Heavy.ttf')  format('truetype'), url('fonts/SackersGothicStd-Heavy.svg#SackersGothicStd-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color:#201c19;
	background:#fafdfc;
}

.side-button {
	background:url(images/bg-side.png) no-repeat 0 0;
	background-size:cover;
	width:118px;
	height:147px;
	position:fixed;
	top:225px;
	right:0;
	z-index:9999;
	color:#fff;
	font-family: 'SackersGothicStd-Heavy';
	font-size:16px;
	text-align:center;
	padding:30px 10px 0 10px;
	line-height:1.1;
	transition:all .3s ease-in-out;
	transform:translateZ(1200px);
}
.side-button:hover {
	width:123px;
	height:152px;
}
.side-button b {
	color:#81d7c6;
	text-decoration:underline;
	font-weight:normal;
}
.side-button span {
	color:#b38a5a;
}
.container {
	width:1180px;
	position:relative;
	margin:0 auto;
}

header {
	background:url(images/bg-header.png?hr2) no-repeat bottom center;
	background-size:cover;
	height:230px;
	position:absolute;
	z-index:9999;
	top:0;
	width:100%;
}

.menu-primary-nav-container {
	font-family: 'SackersGothicStd-Heavy';
	font-size:14px;
	text-transform:uppercase;
	float:right;
	position:relative;
	top:60px;
}

#primary-menu {
	list-style-type:none;
	margin:0;
	padding:0;
}

#primary-menu li {
	display:inline-block;
	padding:0 10px;
}

#primary-menu li:last-child {
	padding:0 0 0 10px;
	color:#fff;
}
#primary-menu li a {
	color:inherit;
	text-decoration:none;
	border-bottom:1px solid transparent;
	transition:border-bottom .5s;
}
#primary-menu li:last-child a {
	border:0;
	transition:color .5s;
}
#primary-menu li a:hover, #primary-menu li.current-menu-item a {
	border-bottom:1px solid #201c19;
}
#primary-menu li:last-child a:hover {
	border:0;
	color:#201c19;
}
.video, .page-banner {
	height:90vh;
	position:relative;
	width:100%;
	margin:0 0 0 0;
}
body.page-id-14 .page-banner {
	overflow:hidden;
	height:auto;
}
.page-banner .full-img {
	display: block;
	width: 100% !important;
	height: 100% !important;
}
.page-banner .mapify-holder {
	width:100%;
}
.mapify-hover{
	fill:rgba(181,169,127,0.3) !important;
	stroke: #fff;
	stroke-width: 1;
}
.page-banner-background {
	background-size:cover;
	background-position:top right;
	background-repeat:no-repeat;
	height:100vh;}
.page-banner .page-title {
	position:absolute;
	right:200px;
	top:250px;
	text-align:right;
	z-index:10;
}
.page-banner-background .page-title {
	width:1180px;
	margin:0 auto;
	position:relative;
	text-align:left;
	right:0;
	top:0;
	padding:300px 0 0 0;
	font-size:20px;
}
body.page-id-686 .page-banner-background .page-title, body.page-id-706 .page-banner-background .page-title {
	height:100%;
}
body.page-id-686 .page-banner-background .page-title h1, body.page-id-706 .page-banner-background .page-title h1  {
	width:100%;
	position:absolute;
	bottom:40px;
	font-size:80px !important;
}
body.page-id-706 .page-banner-background .page-title h1 {
	color:#000;
}
body.page-id-686 .internal-container, body.page-id-706 .internal-container {
	margin-top:50px;
	width:900px;
	
}
body.page-id-686 .internal-container p, body.page-id-706 .internal-container p {
	font-size:16px;
}
.page-banner-background .page-title h1 {
	line-height:0.8 !important;
	font-size:93px !important;
	width:500px;
	margin:0 0 10px 0 !important;
	font-family: 'Cabin Sketch', cursive !important;
	color:#fff;
}
.page-banner-background .page-title span {
	font-family: 'SackersGothicStd-Heavy';
	font-size:60px;
	line-height:1;
}
.page-banner .page-title h1 {
	margin:0;
	padding:0;
	font-family: 'SackersGothicStd-Heavy';
	font-size:60px;
	line-height:0.7;
}
body.page-id-302 .page-banner .page-title h1 {
	color:#000;
}
.cff-wrapper {
	width:900px;
	margin:0 auto;
}
.iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

/* Make the iframe keep an aspect ratio, and
position it in the middle of its parent wrapper*/

.iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border:0;
}
.overlay {
	position:relative;
	width:1080px;
	top:calc(100% - 350px);
	margin:0 auto !important;
	display:block;
	height:200px;
	opacity:0;
	transition:opacity 2s;
	background:transparent;
}
.overlay h2 {
	font-family: 'Cabin Sketch', cursive;
	font-size:100px;
	line-height:0.8;
	width:50%;
	float:left;
	margin:-160px 0 0 0;
	padding:0;
	color:#fff;
	text-transform:uppercase;
	transition:margin 1s ease-in-out;
}
.slick-current h2 {
	margin:0;
}
.overlay-title {
	width:41%;
	float:right;
	color:#fff;
	font-size:24px;
	padding:0;
	margin:160px 0 0 0;	
	transition:margin 1s ease-in-out;
}
.slick-current .overlay-title {
	margin:0;
}
.overlay-title h1 {
	margin:0 0 20px 0;
	padding:0;
	font-size:inherit;
	font-weight:normal;
}
.overlay-link {
	display:inline-block;
	padding:15px 0 13px 0;
	width:180px;
	font-family: 'SackersGothicStd-Heavy';
	text-decoration:none;
	font-size:12px;
	background:#fff;
	color:#201c19;
	text-align:center;
	line-height:1;
	transition:all .5s;}
.overlay-link:hover {
	background:#b5a97f !important;
	color:#201c19 !important;
}
.overlay-link:last-child {
	background:#201c19;
	color:#b5a97f;
}
.overlay .slick-slide {
	height:200px !important;
}
.overlay .slick-dots {
	bottom:-50px;
}
.overlay .slick-dots li {
	margin:0;
}
.overlay .slick-dots li.slick-active button:before {
	color:#fff;
	opacity:1;
}
.overlay .slick-dots li button:before {
	opacity:1;
}
.overlay .slick-list {
	width:100%;
}
.item-1, .item-2, .item-3 {
	/* animation-duration: 21s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite; */
	position:relative;
	width:100%;
	top:0;
	left:0;
}
/*
.item-1 {
	animation-name: anim-1;
}
.item-2 {
	animation-name: anim-2;
}
.item-3 {
	animation-name: anim-3;
} */
/* .item-1 h2, .item-2 h2, .item-3 h2 {
	animation-name:anim-h2-1;
	animation-duration: 7s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes anim-h2-1 {
  0% {
    opacity: 1;
    margin-top:-165px;
  }
  15% {
  	opacity:1;
  	margin-top:0;
  }
  80% {
    opacity: 1;
    margin-top:0;
  }
  100% {
    opacity: 1;
    margin-top:-165px;
  }
}
@keyframes anim-1 {
  0%, 8.3% { top: 50px; opacity: 0; visibility:hidden; }
  8.3%,25% { top: 0; opacity: 1; visibility:visible; }
  33.33%, 100% { top: 50px; opacity: 0; visibility:hidden; }
}
@keyframes anim-2 {
  0%, 33.33% { top: 50px; opacity: 0; visibility:hidden; }
  41.63%, 58.29% { top: 0; opacity: 1; visibility:visible; }
  66.66%, 100% { top: 50px; opacity: 0; visibility:hidden; }
}
@keyframes anim-3 {
  0%, 66.66% { top: 50px; opacity: 0; visibility:hidden; }
  74.96%, 91.62% { top: 0; opacity: 1; visibility:visible; }
  100% { top: 50px; opacity: 0; visibility:hidden; }
} */
.home-features {
	position:relative;
	padding:50px 0;
}
.home-features .background {
	background:url(images/bg-features.png) no-repeat bottom center;
	background-size:cover;
	height:275px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:-1;
}
.feature-box {
	display:inline-block;
	vertical-align:top;
	width:32%;
	text-align:center;
}
.feature-box img {
	width:100%;
	height:250px;
	object-fit:cover;
	padding:10px 0 0 0;
	transition:all .5s;}
.feature-box:hover img {
	padding:0;
}
.feature-box h2 {
	font-family: 'SackersGothicStd-Heavy';
	margin:10px 0;
	text-align:center;
	font-size:18px;
	line-height:1.1;
	padding:0 50px;
}
.feature-box span {
	padding:0 40px;
	display:block;
}
.feature-box a.fancyunderline {
	display:inline-block;
	font-style:italic;
	color:#b5a97f;
	text-decoration:none;
	position:relative;
}
.feature-box a.fancyunderline:before {
content:'';
  width:0;
  height:1px;
  background:#b5a97f;
  position:absolute;
  left:0;
  bottom:0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .feature-box:hover a.fancyunderline:before {
  	width:100%;}
.feature-box-middle {
	margin:0 2%;
}
.find-us {
	font-size:24px;
	height:600px;
	margin:0 auto 50px auto;
	-webkit-transform: translateZ(1180px);
}
.find-us-image {
	background:url(images/eotb_contextmap_webhomepage.jpg) no-repeat center center;
	background-size:cover;
	width:83%;
	border-top:4px solid #201c19;
	border-bottom:1px solid #201c19;
	position:absolute;
	top:0;
	right:0;
	height:600px;
}
.find-us-image iframe {
	opacity:0;
	visibility:hidden;
	transition:all .5s;
}
.find-us-image iframe.iframe-show {
	opacity:1;
	visibility:visible;
}
.find-us-text {
	position:absolute;
	top:100px;
	left:0;
	z-index:2;
	-webkit-transform: translateZ(1180px);
}
.find-us-text span {
	color:#bfbdbd;
	font-style:italic;
	font-size:20px;
	display:block;
	margin:15px 0 0 0;
}
.find-us-text h2 {
	font-size:48px;
	padding:0;
	margin:0 0 10px 0;
	font-weight:100;
	line-height:1.1;
}
.find-us-text a {
	display:block;
	margin:15px 0 0 0;
	padding:15px 0 13px 0;
	width:180px;
	font-family: 'SackersGothicStd-Heavy';
	text-decoration:none;
	font-size:12px;
	background:#201c19;
	color:#b5a97f;
	text-align:center;
	line-height:1;
	transition:all .5s;
}
.find-us-text a.aerial-link {
	background:#b5a97f;
	color:#201c19;
}
.find-us-text a:hover {
	background:#b5a97f;
	color:#201c19;
}
.find-us-text a.aerial-link:hover {
	background:#201c19;
	color:#b5a97f;
}
.home-gallery h2 {
	font-weight:100;
	text-align:center;
	padding:0;
	margin:0 0 20px 0;
	text-transform:uppercase;
	font-size:30px;
}
.home-gallery a.link-gallery {
	font-family: 'SackersGothicStd-Heavy';
	color:#b5a97f;
	text-decoration:underline;
	text-align:center;
	display:block;
	margin:20px auto 0 auto;
}
.slick-slide {
	margin:0 5px;
	height:255px !important;
	overflow:hidden;
}

.slick-slide img {
	transition:all .5s;
}
.slick-slide img:hover {
	transform:scale(1.1);
}
[dir=rtl] .slick-next {
	right:10px !important;
	left:auto !important;}
[dir=rtl] .slick-prev {
	left:10px !important;
	right:auto !important;}
.slick-next,.slick-prev {
	z-index:10;
	width:54px !important;
	height:54px !important;
}
.gallery-images, .featherlight {
	transform:translateZ(1200px);
}
.gallery-images .featherlight-content {
	padding:0 !important;
	border-bottom:0 !important;
}
.gallery-images:last-of-type {
	background:rgba(0,0,0,0.8) !important;
}
.gallery-images .featherlight-close {
	border-radius:0;
	font-size:20px !important;
	padding:20px !important;
	width:auto !important;
	height:auto !important;
	color:#fff !important;
	background:rgba(0,0,0,0.3) !important;
	transition:all .5s;
}
.gallery-images .featherlight-close:hover {
	background:rgba(0,0,0,0.5) !important;
}
.gallery-images .featherlight-previous {
	left:0 !important;
	display:block !important;
	top:0;
	right:95%;
	
}
.gallery-images .featherlight-next {
	right:0 !important;
	display:block !important;
	top:0;
	left:95%;
}
.gallery-images .featherlight-next span, .gallery-images .featherlight-previous span {
	display:block !important;
	font-size:25px;
	text-shadow:none;
	background:rgba(0,0,0,0.3);
	transition:all .5s;
}
.gallery-images .featherlight-next span:hover, .gallery-images .featherlight-previous span:hover {
	background:rgba(0,0,0,0.5);
}
.gallery-images .featherlight-previous span img, .gallery-images .featherlight-next span img {
	display:none !important;
}
.gallery-images .featherlight-previous span:before {
	content:'<';
}
.gallery-images .featherlight-next span:before {
	content:'>';
}
.gallery-images .featherlight-next:hover, .gallery-images .featherlight-previous:hover {
	background:none !important
}
.register {
	background:rgba(170,216,206,0.95);
	position:absolute;
	top:0;
	width:100%;
	height:90vh;
	z-index:9999;
	display:none;
}
.register .container {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:600px;
}
.register h2 {
	font-family: 'SackersGothicStd-Heavy';
	font-size:20px;
	width:70%;
}
.register h3 {
	width:25%;
	color:#fff;
	font-family: 'SackersGothicStd-Heavy';
	font-size:18px;
	text-align:right;
	float:right;
	cursor:pointer !important;
}
.register h2, .register h3 {
	margin:0 0 20px 0;
	display:inline-block;
}
.register input, .register textarea {
	width:100%;
	border:1px solid #000;
	padding:10px;
	font-family: 'SackersGothicStd-Heavy';
	border-radius:0;
	background:none;
	margin:0 0 10px 0;
	outline:none;
}
.register input.wpcf7-not-valid {
	background:rgba(255,255,255,0.5);
}
.register input[type=submit] {
	background:#b5a97f;
	color:#fff;
	float:right;
	width:25%;
	border:0;
	padding:13px 10px 10px 10px;
	transition:all .5s;
}
.register input[type=submit]:hover {
	background:#201c19;
}
.register .disclaimer {
	float:left;
	font-size:12px;
	width:70%;
}
.wpcf7-response-output {
	border:0 !important;
	font-family: 'SackersGothicStd-Heavy';
	padding:0 !important;
	margin:20px 0 0 0 !important;
	font-size:15px;
	text-align:center;
}
.wpcf7-not-valid-tip {
	display:none !important;}
	
.intro {
	background:transparent url(images/bg-intro.png) no-repeat bottom center;
	background-size:cover;
	padding:30px 0;
	color:#fff;
	z-index:2;
	position:relative;
}
.intro span {
	color:#aad8ce;
}
.intro p {
	width:68%;
	font-size:18px;
	margin:0 0 27px 0;
}
body.page-id-341 .internal-container p {
	font-size:18px;
}
.promo {
	background:url(images/bg-promo.jpg?hr) no-repeat center center;
	background-size:cover;
	height:400px;
	z-index:1;
	padding:100px 0 0 0;
	font-family: 'SackersGothicStd-Heavy';
	line-height:1;
	position:relative;
	margin-top:-20px;
}
.promo-other {
	margin-top:50px;
	z-index:1;
}
.promo a {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:18px;
	font-style:italic;
	text-decoration:underline;
}
.promo-other a {
	font-family: 'SackersGothicStd-Heavy';
	text-transform:uppercase;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
	background:#b5a97f;
	padding:13px 30px 10px 30px;
	color:#fff;
	display:inline-block;
	margin:20px 0 0 0;
	transition:all .5s;
}
.promo-other a:hover {
	background:#1f1d1c;
}
.promo span {
	width:40%;
	display:block;
	font-size:30px;
}
body.page-id-14 .intro {
	font-size:30px;
	margin-top:-1%;
}
.stage {

}
.stage h2 {
	font-size:40px;
	font-weight:100;
	text-transform:uppercase;
	padding:0 0 0 0;
	border-bottom:2px solid #b38a5a;
	margin:20px 0;
	position:relative;
}
.stage-button {
	background:url(images/btn-stage.png) no-repeat 0 0;
	width:33px;
	height:33px;
	position:absolute;
	right:0;
	top:15px;
	transition:all .5s;
}
.btn-rotate {
	transform: rotate(90deg); 
}
.stage-container {
	display:none;
}
.legend {
	font-family: 'SackersGothicStd-Heavy';
	font-size:20px;
	border-bottom:2px solid #656364;
	padding:0 0 10px 0;
	margin:10px 0;
}
.legend span {
	width:15px;
	height:15px;
	display:inline-block;
	border-radius:50%;
}
.legend span:first-child {
	background:#b38a5a;
}
.legend span:last-child {
	background:#db0e0e;
}
table.lots {
	font-size:16px;
	width:75%;
	float:left;
}
table.lots tr:first-child {
	font-family: 'SackersGothicStd-Heavy';
	font-size:18px;
}
table.lots tr td {
	border-bottom:1px solid #979596;
	padding:5px 0;
	position:relative;
}
table.lots tr td img {
	height:20px;
	vertical-align:middle;
	display:inline-block;}
table.lots tr td img.package-house {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
}
.andland {
	padding-left:25px;
}
a.package-button {
	background:#333;
	color:#b6a97f;
	padding:5px 10px;
}
.lots-buttons {
	width:20%;
	float:right;
}
.lots-buttons a {
	display:block;
	width:100%;
	background:url(images/bg-buttons.jpg) no-repeat center center;
	background-size:cover;
	height:236px;
	position:relative;
	padding:80px 20px 0 20px;
	text-align:center;
	font-family: 'SackersGothicStd-Heavy';
	font-size:20px;
}
.lots-buttons a:first-child {
	margin:0 0 10px 0;
}
map area {
	pointer:cursor !important;
}
.col-split {
	column-count:2;
}
.internal-container {
	margin-top:260px;
}
body.page-id-302 .internal-container {
	margin-top:50px;
}
body.page-id-302 .internal-container h1 {
	display:none;
}
body.page-id-20 .internal-container em {
	display:inline-block;
	font-family: 'SackersGothicStd-Heavy';
	font-style:normal;
	margin:10px 0;
}
.internal-container h2, h2.styled {
	color:#b5a97f;
	font-weight:normal;
	text-transform:uppercase;
}
h2.styled {
	margin:50px 0 20px 0;
}
h2.styled span {
	color:#1f1d1c;
}
body.page-id-20 .internal-container h1 {
	font-family: 'SackersGothicStd-Heavy';
	margin:0 0 20px 0;
	padding:0;
	font-size:50px;
}
footer {
	margin:50px 0;
	border-top:1px solid #201c19;
	position:relative;
	padding:20px 0;
}
body.page-id-26 footer {
	margin:0;
}
.col {
	display:inline-block;
	position:relative;
	vertical-align:top;}
.col-20 {
	width:20%;
	text-align:center;
	font-size:22px;
	line-height:1.2;}
.col-20 img {
	height:130px;
	object-fit:contain;
}
.col-bi {
	background:url(images/bg-bi.jpg) no-repeat bottom center;
	background-size:cover;
	width:31%;
	margin:0 1% 25px 1%;
	height:240px;
}
.col-bi span {
	font-family: 'SackersGothicStd-Heavy';
	color:#000;
	text-align:center;
	position:absolute;
	top:50%;
	width:100%;
	transform:translateY(-50%);
}
footer .background {
	background:url(images/bg-footer.png) no-repeat bottom center;
	height:140px;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:-1;
}
.image-container {
	position:relative;
}
.stage-marker {
	position:absolute;
	width:25px;
	height:25px;
	border-radius:50%;
}
.sm-free {
	background:#b38a5a;
}
.sm-sold {
	background:#db0e0e;
}
footer .footer-nav {
	float:left;
	font-family: 'SackersGothicStd-Heavy';
	font-size:12px;
}
footer .uq {
	float:right;}

.hide {
	display:none;
}
#bike-t-c {
	width:800px;
}
.tc-text {
	column-count:2;
	font-size:10px;
}
#bike-t-c header {
	position:relative;
	height:100px;
	z-index:1;
}
.mobile-page-title {
	display:none;
}
.featherlight-iframe {
	overflow:hidden !important;
}
.featherlight-iframe .featherlight-content {
	width:640px;
	height:360px;
	overflow:hidden !important;
}
.open-container .stage-container {
	display:block;}

.other-developments {
    border-top: 1px solid #a6a7a8;
    margin: 50px 0;
    padding: 20px 0 0 0; }

.other-developments .container {
    width: 900px;
    margin: 0 auto;
    position: relative; }

.other-developments p {
	text-align:center;
}
.other-developments .od {
	display:inline-block;
	width:21.25%;
	text-align:center;
	vertical-align:top;
	height:200px;
	position:relative;
}
.other-developments .od:nth-child(2) {
	width:15%;
}
.other-developments .od:nth-child(2) img {
	height:75%;
}
.other-developments .od:nth-child(3) img {
	max-width:90%;
}
.other-developments .od:nth-child(6) img {
	max-width:70%;
}
.other-developments .od img {
	transition:filter .5s;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width:85%;
	filter: grayscale(100%);
}
.other-developments .od img:hover {
	filter: grayscale(0);	
}
.package-collapse {
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%) rotate(0deg);
	transition:all .5s;
	cursor:pointer;
}
.icon-rotate {
	transform: translateY(-50%) rotate(90deg);
}
.package-container {
	background: rgb(250,253,252);
	background: linear-gradient(180deg, rgba(250,253,252,1) 0%, rgba(250,253,252,1) 25%, rgba(209,232,229,1) 100%);
	display:none;
}
.package-container td {
	padding:20px 20px 0 20px !important;
}
.package-details {
	margin-bottom:20px;
}
.package-images {
	position:relative;
	display:inline-block;
	width:45%;
	margin:0 5% 0 0;
	vertical-align:top;
	height:250px;
	overflow:hidden;
}
.package-images img {
    position:absolute; 
    top:0; 
    left:0; 
    width:100% !important;
    height:250px !important;
    object-fit:cover;
    display:block !important;
}
.package-content {
	display:inline-block;
	width:50%;
	vertical-align:top;
}
.package-content p {
	margin:0 0 10px 0;
}
.package-content img {
	margin:0 0 0 10px;
}
.package-content img:first-child {
	margin:0;
}
.package-icons {
	font-size:24px;
	color:#7f7f7f;
}
.price-land-price {
	font-size:18px;
}
.price-land-price:before, .price-land-price:after {
	display:block;
	content:'';
	width:15%;
	height:1px;
	background:#201c19;
	margin:5px 0 0 0;
}
.stage-marker .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #f1f2f2;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size:12px;
    text-transform:uppercase;
    z-index:20;
    /* Position the tooltip */
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
}

.stage-marker:hover .tooltiptext {
    visibility: visible;
}
body.page-id-341 .internal-container {min-height:500px;}
body.page-id-377 .internal-container p {font-size:18px;}
body.page-id-377 .internal-container input {width:100%;font-family:inherit;border:1px solid #ccc;padding:10px;outline:none;font-size:14px;margin:0 0 5px 0;border-radius:0;}
body.page-id-377 .internal-container input[type=submit] {background:#b5a97f;color:#000;border:0;padding:10px;font-weight:bold;font-size:18px;height:43px;}
body.page-id-377 .internal-container h1, body.page-id-686 .internal-container h1, body.page-id-706 .internal-container h1 {display:none;}
body.page-id-377 .page-title {display:none;}
body.page-id-377 .page-banner-background, body.page-id-302 .page-banner-background {height:500px;}
body.page-id-377 .internal-container {margin-top:0;}
body.page-id-686 .page-banner-background, body.page-id-706 .page-banner-background {background-position:bottom center;height:90vh;}

.tread {
	background:url(images/bg-tread.jpg) no-repeat center center;
	background-size:cover;
	height:100px;
}
.tread h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight:100;
	font-size:28px;
	padding:22px;
	line-height:1;
	text-shadow:1px 1px rgba(0,0,0,0.2);
}
.tread h3 span {
	color:#84C8BE;
	text-transform:uppercase;
	font-size:20px;
}
.tread a {
	position:absolute;
	right:22px;
	top:50%;
	transform:translateY(-50%);
}
@media screen and (max-width: 767px) {
	header {height:100px;}
	.logo {height:100px;margin-left:20px;}
	.overlay {top:40%;z-index:9999;height:auto;left:18px;width:calc(100% - 40px) !important;margin:0 !important;}
	.overlay h2, .overlay-title {width:100%;}
	.overlay h2 {font-size:50px;}
	.overlay-title {font-size:16px;}
	.overlay .slick-slide {height:350px !important;}
	.overlay-link {margin:5px 0;}
	.overlay .slick-dots {display:none !important;}
	.video, .page-banner {height:100vh;transition:height 9999s;}
	.video {background:url(images/video-placehold.jpg) no-repeat top center;background-size:cover;}
	.iframe-wrapper {display:none;}
	.container, .overlay {width:100%;}
	.home-gallery h2 {font-size:20px;line-height:1;}
	.feature-box {width:100%;}
	.feature-box-middle {margin:0;}
	.gallery {margin:0 20px;}
	.side-button, .menu-primary-nav-container {display:none;}
	.gallery .slick-slide {height:auto !important;}
	.slick-next, .slick-prev {width:25px !important;height:25px !important;}
	.find-us {height:auto;margin:0 auto 20px auto;}
	.find-us-image {width:100%;position:relative;height:300px;}
	.find-us-text {position:relative;top:0;padding:0 20px 20px 20px;font-size:20px;}
	.find-us-text h2 {font-size:30px;}
	.find-us-image iframe {height:300px;}
	.intro {font-size:18px !important;padding:20px;}
	.intro p {width:100%;font-size:14px;}
	h2.styled {margin:20px 0;padding:0 20px;}
	.col-20 {width:100%;font-size:16px;}
	.col-20 img {margin:10px 0;}
	.promo {height:250px;background-position:42% center;}
	.promo span {width:100%;padding:0 20px;font-size:14px;}
	.promo-other a {padding:13px 10px 10px 10px;font-size:14px;}
	.page-banner-background {background-position:75% 50%;}
	.page-banner-background .page-title {width:100%;padding:0;top:40%;}
	.page-banner-background .page-title h1 {font-size:50px !important;padding:0 20px;width:100%;}
	.page-banner-background .page-title span {font-size:30px;padding:0 20px;display:block;}
	.page-banner .page-title {display:none;}
	body.page-id-26 .page-banner .page-title {display:block;}
	.stage {padding:0 20px;}
	.stage-button {width:20px;height:20px;background-size:contain;top:5px;}
	.stage h2 {font-size:20px;}
	.legend {font-size:12px;}
	.legend span {width:6px;height:6px;}
	.lots-buttons {font-size:12px;display:none;}
	table.lots {width:100%;font-size:12px;}
	table.lots tr:first-child {font-size:10px;}
	table.lots tr td {text-align:center;}
	table.lots tr td:last-child img:first-child {float:left;margin:0 5px;}
	table.lots tr td img {height:15px;}
	/* .stage-marker {display:none;} */
	.stage-marker {width:6px;height:6px;}
	.package-images, .package-content {width:100%;margin:0;}
	.package-content {padding:10px;}
	.package-icons img:first-child {float:none !important;}
	footer {margin:20px 0 0 0;}
	footer .background {height:100%;}
	footer .container {padding:0 20px;}
	#bike-t-c {width:100%;}
	body.page-id-14 .promo {display:none;}
	body.page-id-14 .page-banner {background:url(images/promo-mobile.jpg) no-repeat 10% 50%;background-size:cover;height:50vh;}
	body.page-id-14 .page-banner img {display:none;}
	.mobile-page-title {display:block;font-family: 'SackersGothicStd-Heavy';position:absolute;top:50%;left:20px;line-height:1.2;font-size:13px;width:50%;}
	.mobile-page-title a {text-decoration:underline;}
	.register {z-index:99999;height:100vh;}
	.register .container {width:100%;top:0;left:0;transform:none;padding:20px;}
	.register input, .register textarea {font-size:12px;padding:5px;margin:2px 0;}
	.register textarea {height:100px;}
	.register h2, .register h3 {margin:0;}
	.register h3 {padding-top:65px;font-size:14px;}
	.register .disclaimer {float:none;display:block;width:100%;line-height:1.2;}
	.register input[type=submit] {width:100%;float:none;margin-top:10px;}
	body.page-id-14 .home-gallery {display:none;}
	.other-developments .container {padding:0 20px;width:100%;}
	.other-developments {margin:20px 0;}
	.other-developments .od, .other-developments .od:nth-child(2) {width:100%;height:50px;margin:0 0 15px 0;display:block;overflow:hidden;}
	.other-developments .od img {width:40%;height:50px;object-fit:contain;}
	.other-developments .od:nth-child(2) {height:70px;}
	.other-developments .od:nth-child(5) {margin:0 0 20px 0;}
	.other-developments .od:nth-child(2) img {height:70px;}
	.other-developments .od:nth-child(3) img {width:50%;}
	.price-land-price span, .price-land-price b {display:inline-block;}
	.price-land-price em {display:block;height:5px;}
	.package-container td {padding:0 !important;}
	.nomob, .tooltiptext {display:none;}
	.price-land-price:before, .price-land-price:after {display:none;}
	.cff-wrapper, body.page-id-341 .internal-container, body.page-id-686 .internal-container, body.page-id-706 .internal-container {width:100%;padding:0 20px;}
	body.page-id-341 .internal-container h1 {font-size:30px;}
	body.page-id-341 .internal-container {min-height:0;}
	body.page-id-377 .internal-container, body.page-id-525 .internal-container  {padding:0 20px;}
	body.page-id-377 .page-banner-background, body.page-id-302 .page-banner-background {height:300px !important;}
	body.page-id-377 form div {width:100% !important;float:none !important;}
	body.page-id-377 .internal-container a {display:block;font-size:16px !important;text-align:center;}
	table.lots tr td:nth-child(3) {display:none;}
	table.lots tr td:nth-child(1) {width:15% !important;}
	table.lots tr td:nth-child(5) {width:35% !important;}
	table.lots tr td {width:25% !important;text-align:left;}
	.tread {height:auto;}
	.tread h3 {margin-bottom:0;}
	.tread a {position:relative;left:22px;top:0;transform:none;margin-bottom:22px;}
	.col-bi {width:100%;margin:10px 0;}
	body.page-id-686 .page-banner-background .page-title, body.page-id-706 .page-banner-background .page-title {top:0;display:block;}
	body.page-id-686 .page-banner-background .page-title h1, body.page-id-706 .page-banner-background .page-title h1 {font-size:13vw !important;}
}

@media screen and (min-width: 767px) and (max-width:1025px) {
	.menu-primary-nav-container {display:none;}
	.logo {margin-left:20px;}
	.intro {padding:20px;}
	.container {width:100% !important;}
	body.page-id-14 .page-banner .page-title {display:none;}
	.stage {padding:0 20px;}
	.lots-buttons {display:none;}
	.lots {width:100% !important;}
	.promo {padding:100px 0 0 20px;}
	.promo span {font-size:22px;}
	footer {padding:20px;}
	.page-banner-background .page-title {width:calc(100% - 40px);}
	h2.styled {padding:0 20px;}
	.col-20 {font-size:18px;}
	.overlay {top:50%;z-index:9999;height:auto;left:18px;width:50% !important;margin:0 !important;}
	.overlay h2, .overlay-title {width:100%;}
	.overlay .slick-dots {display:none !important;}
	.overlay h2 {font-size:50px;}
	.overlay-title {font-size:16px;}
	.overlay .slick-slide {height:350px !important;}
	.overlay-link {margin:5px 0;}
	.find-us-text {left:20px;}
	.video {background:url(images/video-placehold.jpg) no-repeat top center;background-size:cover;}
	.iframe-wrapper {display:none;}
	.find-us {height:auto;margin:0 auto 20px auto;}
	.find-us-image {width:100%;position:relative;height:500px;}
	.find-us-text {position:relative;top:0;padding:0 20px 20px 20px;font-size:20px;left:0;}
	.find-us-text h2 {font-size:30px;}
	.find-us-text h2 br {display:inline-block;content:'';width:10px;}
	.find-us-image iframe {height:500px;}
	.register {z-index:99999;height:100vh;}
	.register .container {width:50%;top:0;transform:translateX(-50%);padding:20px;}
	.register input, .register textarea {font-size:12px;padding:5px;margin:2px 0;}
	.register textarea {height:100px;}
	.register h2, .register h3 {margin:0;}
	.register h3 {padding-top:5px;font-size:14px;}
	.register .disclaimer {float:none;display:block;width:100%;line-height:1.2;}
	.register input[type=submit] {width:100%;float:none;margin-top:10px;}
	.side-button {z-index:9999;}
	#bike-t-c {width:100%;}
	body.page-id-14 .home-gallery {display:none;}
	body.page-id-20 .internal-container, body.page-id-525 .internal-container, body.page-id-686 .internal-container, body.page-id-706 .internal-container {padding:0 20px;}
	body.page-id-20 .internal-container h1 {padding-right:100px;line-height:1.2;}
	.page-banner-background {background-position:75% 50%;}
	.feature-box span {padding:0 20px;}
	.feature-box h2 {padding:0 10px;font-size:16px;}
	.feature-box span {font-size:16px;}
	.feature-box span br {display:inline-block;content:'';width:7px;}
	.gallery .slick-slide {height:auto !important;}
	.other-developments .container {width:100%;}
	.cff-wrapper, body.page-id-341 .internal-container, body.page-id-377 .internal-container {width:100%;padding:0 60px;}
	body.page-id-341 .internal-container {min-height:300px;}
	.col-bi {width:30.9%;}
}
@page {
		size: A4 portrait;
		max-height:100%;
		max-width:100%
		}
@media print {
	table.lots, table.lots tr:first-child {font-size:14px;}
	.stage h2 {font-size:16px;display:none;}
	.image-container img {max-height:33vh;width:100%;object-fit:contain;margin:0 0 20px 0;}
	.logo {height:100px;}
	header {height:auto;background:none;}
	.container .stage {padding-top:100px;}
	.container, table.lots, .stage-container {width:100% !important;display:table;}
	.image-container {width:100%;}
	#stage-plan-image {width:100%;}
	.image-container img {max-height:100%;}
	.menu-primary-nav-container, .side-button, .promo, .home-gallery, .page-banner, .legend, .lots-buttons, .intro, table.lots tr td:nth-child(5), footer, .stage-button, .other-developments {display:none !important;}
	table.lots tr td {width:25%;padding:0;}
	* { -webkit-print-color-adjust: exact !important; color-adjust: exact !important; }
}