/**
 * Gel 2019.4
 * Main Tiny Gel Stylesheet
 * @version 2019.4.2 r 9
 * @modified 2014-08-03 by Fritz Green
 * @modified 2020-12-10 by Fritz Green
*/body {
	width: 100%;
	margin: 0;
	padding: 1.5em;
	color: #626366;
	font-family: 'Open Sans', Open Sans, sans-serif;
	font-size: 16px;
	text-align: left;
}

*, *:before, *:after {
	box-sizing: border-box;
}

*:not(.pswp__item), *:not(.pswp__item)::before, *:not(.pswp__item)::after {
	transition:
	background .4s ease,
	color .4s ease,
	fill .4s ease,
	border-color .4s ease,
	transform .4s ease,
	opacity .4s ease;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 1em 0 .5em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #E0AE2E;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h1 {
	margin: 0;
	font-size: 2.5em;
	text-align: center;
	border: 1px solid #CF7F36;
	padding: .2em .5em;
	position: relative;
}
h2 {
	font-size: 2.25em;
	color: #D07F39;
}
h3 {
	font-size: 1.94em;
}
h4 {
	font-size: 1.625em;
	color: #D07F39;
}
h5 {
	font-size: 1.44em;
}
h6 {
	font-size: 1.25em;
	color: #D07F39;
}
p, li {
	font-size: 1em;
	line-height: 36px;
}
ol, ul {
	margin: .2em 0 .3em 7%;
	padding: 0;
}
ol li {
	position: relative;
	list-style-type: none;
	counter-increment: step-counter;
	margin: 1em 0;
	line-height: 1.5em;
}
li {
	padding: .1em 0;
	list-style-type: square;
}
li li, td td {
	font-size: 1em;
}
ol li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -2.5em;
	width: 1.6em;
	height: 1.6em;
	margin: 0;
	padding: 0;
	background: #404545;
	border-radius: 50%;
	font-size: .9em;
}
ol li:after {
	content: counter(step-counter);
	position: absolute;
	top: 0;
	left: -2.55em;
	width: 1.6em;
	height: 1.6em;
	color: #FFF;
	font-size: .85em;
	text-align: center;
}
ol li:nth-child(n+1):nth-child(-n+9):after {
	content: "0" counter(step-counter);
}
iframe {
	max-width: 100%;
	border: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
hr {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #D2E5E5;
}
sup {
	font-size: .8em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: -.3em;
}


a, button.link-style {
	border: none;
	color: #67AB46;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
	transition: background-size .4s ease;
	background: linear-gradient(to bottom, transparent 68%, #D3E6E6 0) center center/0% 75% no-repeat;
}
a:hover, button.link-style:hover {
	color: #67AB46;
	background-size: 100% 100%;
}
a:active, button.link-style:active {
	background-size: 80% 100%;
}


fieldset, .fieldset, table {
	position: relative;
	width: 100%;
	padding: 0 0 0;
	background-color: #FFF;
	border: 1px solid #67AB46;
	
}
fieldset:not(.fieldset-payment-info), .fieldset, table {
}
.fieldset {
	margin-top: 5em;
}
table {
	margin: 2em 0;
}
fieldset table {
	margin: 0 0 .5em;
	background: #FFF;
}
legend {
	position: relative;
	
	
	z-index: 1;
	display: block;
	margin: auto auto .8em;
	padding: 0 .5em;
	
	color: #67AB46;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
legend + * {
	clear: both;
}
legend + .admin-icon {
	clear: none;
}
th {
	background-color: #404545;
	color: #FFF;
	font-weight: bold;
}
th *, .headrow td *,
th *:hover, .headrow td *:hover {
	color: #FFF;
	font-weight: bold;
	font-style: normal;
}
tr:nth-last-of-type(even) {
	background-color: #EFEFEF;
}
th, td {
	font-size: 1em;
	line-height: 1.8em;
	padding: .25em 0;
}
th:first-child, td:first-child {
	padding-left: 1.5em;
}
th:last-child, td:last-child {
	padding-right: 1.5em;
}
label, .label {
	font-size: .9em;
	margin: .3em .3em 0 0;
	color: #67AB46;
	display: inline-block;
	font-weight: 700;
}
.label:not(:first-of-type) {
	margin-top: 1em;
}
.label + * {
	margin-top: 0;
}
input[type="checkbox"],
input[type="radio"] {
	width: 1em;
	height: 1em;
	margin-right: .75em;
}
input[type="submit"],
input[type="button"],
button,
.button, .afters-dont-work-on-inputs {
	display: inline-block;
	margin: 1em 1em 1em 0;
	background: transparent;
	border: none;
	color: #D07F39;
	font-size: 1.25em;
	font-weight: 700;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
	letter-spacing: 1px;
	position: relative;
	transition: background-size .4s ease;
	background: linear-gradient(to bottom, transparent 68%, #D3E6E6 0) center center/0% 75% no-repeat;
}
input[type="submit"],
input[type="button"] {
	margin: 1em 0;
}
.sidebar-button {
	width: 100%;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:not(.pswp__button):hover,
.button:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus
{
	color: #D07F39;
	background-size: 100% 100%;
}
input[type="text"],
input[type="file"],
input[type="password"],
input[type="email"],
textarea,
select {
	margin: .5em 1em 1em 0;
	padding: .4em;
	background: #FFF;
	border: solid #D3E6E6 2px;
	font-family: 'Open Sans', Open Sans, sans-serif;
	font-size: 1em;
	color: #626366;
	width: 100%;
}
input[type="text"]:hover,
input[type="file"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover,
select:hover {
	background: #EFF4F4;
}
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	background: #FFF;
}
input::-webkit-input-placeholder {
	color: #808285;
	text-transform: uppercase;
}
input::-moz-placeholder {
	color: #222;
	text-transform: uppercase;
}
input:-ms-input-placeholder {
	color: #808285;
	text-transform: uppercase;
}
textarea::-webkit-input-placeholder {
	color: #808285;
	text-transform: uppercase;
}
textarea::-moz-placeholder {
	color: #222;
	text-transform: uppercase;
}
textarea:-ms-input-placeholder {
	color: #808285;
	text-transform: uppercase;
}
@media screen and (max-width: 600px) {
	input[type="submit"],
	input[type="button"],
	button,
	.button {
	}
}


#checkbox-katchu {
	display: none;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}


.two-column {
	column-count: 2;
	column-gap: 50px;
}
.narrow {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.strikethrough {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
.clear {
	clear: both;
}
.note {
	font-size: .9em;
	font-style: italic;
}
.small {
	font-size: .8em;
}
.nowrap {
	white-space: pre;
}
.required, .warning {
	color: #D07F39;
	font-weight: bold;
	line-height: 1em;
}
.display-block {
	display: block
}
.display-none {
	display: none
}

.optional {
	color: #7d7d7d;
	font-size: .8em;
}


.flex-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -.5em 2em -.25em .5em;
}
.flex-block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1 100%;
	align-self: flex-start;
	margin: 0 0 .5em 1.5em;
}
.flex-2 {
	flex: 1 40%;
}
.flex-3 {
	flex: 1 27%;
}
.flex-4 {
	flex: 1 20%;
	flex-direction: column;
	flex-wrap: wrap;
}
.flex-5 {
	flex: 1 15%;
}
.flex-check {
	align-items: center;
	width: 100%;
	margin-top: .4em;
}
.flex-block .flex-check {
	flex: 1 0 100%;
}
.flex-check label {
	display: inline;
	width: auto;
	font-size: 1em;
	margin: 0;
}
.flex-check label:not(:last-of-type) {
	margin-right: 1.5em;
}
.flex-check p {
	display: inline;
	width: auto;
	margin: 0 .5em 0 .25em;
}


.flex-block > .flex-block:first-of-type {
	margin-left: 0;
}
.flex-form .flex-form {
	margin-left: 0;
}
.flex-block input[type="text"], .flex-block input[type="file"],
.flex-block input[type="password"], .flex-block input[type="email"],
.flex-block textarea, .flex-block select,
.flex-block .mce-tinymce {
	margin: .5em 0 0;
	width: 100%;
}
.flex-form > p {
	margin: .5em 0 .5em 1.5em;
}

.flex-block h2, .flex-block h3,
.flex-block h4, .flex-block h5,
.flex-block h6, .flex-block p {
	width: 100%;
}
.flex-form hr {
	margin-left: 1.5em;
}
.flex-block p + p {
	margin-top: 0;
}

.submit-buttons {
	float: left;
	position: relative;
}
fieldset > .submit-buttons:only-child {
	margin-top: -1em;
}
.submit-buttons input:first-child {
	position: absolute;
	left: 100%;
	margin-left: .25em;
}

@media screen and (max-width: 1000px) {
	.flex-4, .flex-5 {
		flex: 1 0 40%;
	}
	.submit-buttons {
		float: none;
		position: static;
	}
	.submit-buttons input:nth-of-type(n) {
		display: inline-block;
		position: static;
		width: 47.5%;
	}
	.submit-buttons input:last-of-type {
		margin-right: 0;
	}
}
@media screen and (max-width: 750px) {
	.flex-2, .flex-3,
	.flex-4, .flex-5 {
		flex: 1 1 100%;
	}
	.submit-buttons input:nth-of-type(n) {
		width: 100%;
		margin-right: 0;
	}
	fieldset, .fieldset {
	}
	fieldset, .fieldset {
		margin-top: 2em;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	legend, .legend {
		font-size: 1.25em;
	}
	label, .label {
		font-size: 1em
	}
	fieldset input[type="submit"], fieldset input[type="button"],
	fieldset button, fieldset .button,
	.fieldset input[type="submit"], .fieldset input[type="button"],
	.fieldset button, .fieldset .button {       
		width: 95%;
	}
	input[type="text"], input[type="file"],
	input[type="password"], input[type="email"],
	textarea, select {
		background-color: #FFF;
		font-size: .9em;
	}
}
@media screen and (max-width: 500px) {
	.kapt-box {
		margin-top: .5em;
	}
}
@media screen and (max-width: 450px) {
	.flex-2 > div {
		flex: 1 1 100%;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}


.capture label {
	margin-bottom: .5em;
}
.capture input[type="text"] {
	flex: 1 0 40%;
	margin: 0 1em 0 0;
}
.capture img {
	width: auto;
}
.captcha-refresh {
	margin-left: .5em;
}


#working_loader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000;
	z-index:9999;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#working_loader > img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1 !important;
}
#working_loader.loader-absolute {
	position: absolute;
}
.loader-o {
	position: relative;
}




button:not(.pswp__button)::after,
.button::after, .afters-dont-work-on-inputs:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 19px solid #D07F39;
	border-bottom: 12px solid transparent;
	top: 1px;
	right: -1.5em;
	box-shadow: 0 0 90px 10px rgba(95, 124, 179, 0.15);
	transition: background-size .4s ease;
	background: linear-gradient(to bottom, transparent 68%, #D3E6E6 0) center center/0% 75% no-repeat;
}
.button:active {
	background-size: 80% 100%;
}
.button:hover:after {
	border-left: 19px solid #E0AE2E;
	background-size: 100% 100%;
}
.check-availability-rental {
	padding: 0 1em;
}
.rental-submit-button {
	padding: 0 1em;
}
.rental-submit-button input {
	margin: 0 0 1em;
}
.rental-submit-button .afters-dont-work-on-inputs {
	margin: 0 1em 1em 0;
}
span.us {
	background: #67AB46;
	color: #FFF;
	letter-spacing: 0;
	padding: .2em;
	font-weight: 700;
}
.side-column-border {
	padding: 0 1em;
	border: 2px solid #D3E6E2;
	margin-bottom: 1em;
}
.circle {
	border-radius: 50%;
}
.img-flex-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 2em 0;
}
.gallery-img {
	flex: 0 0 45%;
	width: 45%;
	margin: 1em;
}
.gallery-img img {
	border: 5px solid #D3E6E2;
}
.success-page .button {
	margin: 1em 1em 1em 2em;
}
.success-page .button:first-of-type {
	margin: 1em 1em 1em 0;
}
.error-p {
	display: flex;
	flex-wrap: wrap;
}
.error-t {
	flex: 1 0 40%;
	width: 40%;
}
.error-p img {
	position: relative;
	right: 0;
}
.restaurants, .hotels {
	flex: 1 0 40%;
	width: 40%;
	padding: 2em;
	border: 2px solid #D3E6E6;
}
.restaurants h4, .hotels h4 {
	margin: 0;
}
.restaurants a, .hotels a {
	margin-left: 1em;
}
.restaurants {
	margin-right: 1em;
}
.my-account-page legend {
	position: unset;
}
.my-account-page fieldset {
	margin-top: 1em;
}



body {
	display: flex;
	flex-direction: column;
	height: 100vh;
	padding: 0;
}
.svg-group {
	display: none;
}
.pointer {
	cursor: pointer;
}
.move {
	cursor: move;
}


@media screen and (max-width: 600px) {
	h1, h2, h3, h4, h5, h6 {
		margin: .5em 0 .2em 0;
		padding: 0;
	}
	h1 {
		margin: .4em 0 0 0;
		font-size: 1.7em;
		padding: .2em .5em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1em;
	}
	p, li, td, th {
		font-size: .9em;
		line-height: 28px;
	}
}



.content-o {
	display: block;
	width: 100%;
	margin: auto;
	padding: 0 4em;
}
.content-i {
	position: relative;
	width: 100%;
	max-width: 80rem;
	margin: auto;
	padding: 4em;
	background: #FFF;
}
@media screen and (max-width: 1024px) {
	.content-o {
		padding: 0;
	}
	.content-i {
		padding: 3em;
	}
}
@media screen and (max-width: 600px) {
	.content-i {
		padding: 2em;
	}
}



.header-o {
	border-bottom: 1px solid #006838;
	background: #FFF;
}
.header-i {
	padding: 0 4em 0;
	box-shadow: none;
	display: flex;
	justify-content: space-between;
}
.header-logo-i {
	margin: 1em 0;
	display: flex;
	align-items: center;
}

























































































@media screen and (max-width: 1024px) {
	.header-i {
		padding: 0 3em;
		align-items: center;
	}
	
}
@media screen and (max-width: 610px) {
	.header-button {
		display: none;
	}
	.mobile-account-button {
		display: block;
		float: right;
		position: relative;
		top: 1.8em;
		right: 2em;
		cursor: pointer;
	}
}
@media screen and (max-width: 600px) {
	.header-i {
		padding: 0 3em;
	}
	.header-logo .logo-tagline {
		display: none;
	}
}













.dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
}
.dropdown li {
	position: relative;
	z-index: 999;
	padding: 0 0 2em;
	list-style-type: none;
}
.dropdown a {
	color: #CF7F36;
	font-size: 1.1em;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 1.5em;
}
.dropdown ul {
	display: none;
	position: absolute;
	top: 3.1em;
	width: 50.5em;
	margin: 0;
	list-style: none;
	left: -34.1em;
	height: 4em;
	justify-content: space-between;
	background: #006838;
	padding: 0 1em;
}
.dropdown li:hover > ul {
	display: flex;
}
.dropdown ul li {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #006838;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.dropdown ul a {
	display: block;
	height: 1.65em;
	width: 100%;
	font-size: 1em;
	color: #FFF;
	background: linear-gradient(to bottom, transparent 74%, #E0AE2E 0) center center/0% 75% no-repeat;
	margin-top: -.5em;
}
.dropdown ul a:hover {
	background-size: 100% 100%;
}
.dropdown ul ul {
	position: absolute;
	top: 0;
	margin-left: 15.25em;
}
@media screen and (max-width: 1024px) {
	nav {
		cursor: pointer;
	}
	.nav-trigger, .nav-trigger:before, .nav-trigger:after {
		display: block;
		position: absolute;
		width: 2em;
		height: .25em;
		background: #CF7F36;
		border-radius: .15em;
	}
	.nav-trigger {
		top: 44%;
		right: 3em;
	}
	.nav-trigger:before, .nav-trigger:after {
		content: "";
		right: 0;
	}
	.nav-trigger:before {
		margin-top: -.55em;
		width: 1.7em;
	}
	.nav-trigger:after {
		margin-top: .6em;
		width: 1.3em;
	}
	.nav-close, nav:hover .nav-close {
		background: none;
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
	}
	.nav-close:before {
		margin-top: 0;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nav-close:after {
		margin-top: 0;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.dropdown {
		display: none;
		position: absolute;
		top: 5.09em;
		right: 0;
		z-index: 999;
		width: 100%;
		border-bottom: 2px solid #FFF;
	}
	.dropdown ul, .dropdown li, .dropdown a {
		display: block;
		width: 100%;
	}
	.dropdown li {
		margin: 0;
		padding: 0;
		background: #006838;
	}
	.dropdown a {
		padding: .5em 1em;
		color: #FFF;
		font-size: 1.3em;
		text-align: center;
		background: none;
	}
	.dropdown ul {
		display: block !important;
		position: static;
		top: 0;
		padding: 0;
		height: auto;
	}
	.dropdown ul li {
		display: block;
		text-align: left;
	}
	.dropdown ul a {
		background: none;
		border-bottom: none;
		height: auto;
		font-size: 1.3em;
	}
	.dropdown ul ul li {
		background: #606565;
	}
}
@media screen and (max-width: 600px) {
	.dropdown {
		top: 4.45em;
	}
}



.content-main {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	height: auto;
}
.content-main .content-i {
	flex-wrap: wrap;
	align-content: flex-start;
	flex: 1 0 auto;
	display: flex;
}

.page-column-full {
	flex: 1 0 100%;
	width: 100%;
}

.page-column-full-sl {
	flex: 1 0 50%;
	width: 50%;
	order: 2;
}
.page-column-sl {
	flex: 0 0 20em;
	width: 20em;
	margin-right: 3em;
}

.page-column-full-sr {
	flex: 1 0 50%;
	width: 50%;
}
.page-column-sr {
	flex: 0 0 18em;
	width: 18em;
	margin-left: 1.5em;
}

.page-column-full-sb {
	flex: 1 0 35%;
	width: 35%;
	order: 2;
}
.page-column-slb {
	flex: 0 0 12em;
	width: 12em;
	order: 1;
	margin-right: 3em;
}
.page-column-srb {
	flex: 0 0 12em;
	width: 15em;
	order: 3;
	margin-left: 3em;
}
.page-column-full-sl > *:first-child, .page-column-sl > *:first-child,
.page-column-full-sr > *:first-child, .page-column-sr > *:first-child,
.page-column-full-sb > *:first-child, .page-column-slb > *:first-child, .page-column-srb > *:first-child {
	margin-top: 0;
}
@media screen and (max-width: 1024px) {
	.page-column-full-sl, .page-column-sl,
	.page-column-full-sr, .page-column-sr,
	.page-column-full-sb, .page-column-slb, .page-column-srb {
		flex: 1 0 100%;
		width: 100%;
	}
	.page-column-full-sr, .page-column-full-sl,
	.page-column-full-sb {
		order: 1;
	}
	.page-column-sr, .page-column-sl,
	.page-column-slb, .page-column-srb {
		order: 2;
		margin: 2em 0 0;
		padding-top: 2em;
		border-top: 2px solid #D2E5E5;
	}
}


.bread {
	width: 100%;
	margin: 0 0 2em;
	font-size: .8em;
	display: none;
}
.bread ol {
	margin-left: 0;
}
.bread li {
	display: inline;
}
.bread li:before, .bread li:after {
	display: none;
}
@media screen and (max-width: 550px) {
	.bread {
		display: none;
	}
}


.error,
.success,
.warning {
	position: relative;
	margin: 0;
	padding: .5em 1em .75em 4em;
	color: #FFF;
}
.warning {
	padding: .5em 1em .75em 1em;
	color: #000;
}
.content-i > .error, .content-i > .success, .content-i > .warning {
	width: 100%;
}
.error {
	background: #A61C14;
}
.success {
	background: #86C54F;
}
.warning {
	background: #FFC300;
}
.error svg, .success svg {
	position: absolute;
	top: 50%;
	left: 1em;
	width: 2em;
	height: 2em;
	margin-top: -1em;
}
.error p, .success p, .warning p {
	margin: .15em 0;
	line-height: 1.5em;
}
.error a, .success a {
	color: #FFF;
}
.warning a {
	color: #444444;
}
@media screen and (max-width: 750px) {
	.error, .success, .warning {
		position: static;
		width: 100%;
		padding: .5em 1em .75em;
	}
	.error svg, .success svg {
		display: none;
	}
}


.cookies {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.5em;
	background: #006838;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, .4);
	color: #FFF;
	text-align: center;
	font-size: .8em;
}
.cookies p {
	max-width: 50em;
	margin: 0 2em 0 0;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .7);
}
.cookies a {
	color: #FFF;
	text-decoration: underline;
}
.cookies a:hover {
	color: #39B54A;
}
.cookies input[type='submit'] {
	margin:  0;
	background: none;
	border: 1px solid #FFF;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .5em 1em;
	color: #FFF;
}
.cookies input[type='submit']:hover {
	background: none;
	color: #FFF;
}
@media screen and (max-width: 800px) {
	.cookies {
		display: block;
	}
	.cookies p {
		margin: 0;
		text-align: center;
	}
	.cookies input[type="submit"] {
		margin: 1em 0 0;
	}
}


.gel-product-cart-options {
	display: block;
	margin: 2.5em auto;
	padding: 2em;
	background: #E0E0E0;
	border: 1px solid #B2B0A4;
	text-align: center;
}
.page-column-full .gel-product-cart-options {
	max-width: 22em;
}
.gel-product-cart-options .success,
.gel-product-cart-options .error {
	margin: 0 0 1.25em;
	font-size: .8em;
	text-align: left;
}
.gel-product-price {
	margin: 0 0 .7em;
	color: #A61C14;
	font-size: 2.15em;
	line-height: 1em;
}
.gel-product-cart-options .flex-form,
.gel-product-cart-options .flex-block {
	margin-left: 0;
	margin-right: 0;
}
.gel-product-quantity {
	justify-content: center;
	align-items: center;
}
.gel-product-quantity label {
	margin: 0 .5em 0 0;
	color: #404545;
	line-height: 1em;
}
.gel-product-quantity select {
	margin: 0;
	text-align: center;
}
.gel-product-cart-options input[type='button'] {
	width: 100%;
	margin: 1em 0 0;
}
@media screen and (max-width: 1024px) {
	.gel-product-cart-options {
		max-width: 22em;
	}
}
@media screen and (max-width: 700px) {
	.gel-product-cart-options,
	.page-column-full .gel-product-cart-options {
		max-width: 100%;
	}
}
@media screen and (max-width: 450px) {
	.gel-product-cart-options {
		padding: 1.5em;
	}
	.gel-product-price {
		font-size: 1.75em;
	}
}



.header-logo-i svg {
	height: 4em;
	width: 17em;
}
.navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 1em 0;
	height: 4.5em;
}
.socials {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
}
.tap-to-call-d {
	margin-right: 1em;
	font-size: .875em;
	color: #67AA46;
	font-style: normal;
}
.dropdown li:last-of-type a {
	margin-right: 0;
}
.tap-to-call-m {
	display: none;
}
.social-link, .social-link svg, .index-link, .index-link svg {
	background: transparent;
	transition: all .2s ease-in-out;
}
.social-link svg:hover, .index-link svg:hover {
	transform: scale(1.1);
}

.h1-container {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 0 2.5em;
}
h1 span {
	color: #FFF;
	background-color: #67AB46;
	padding: .1em;
	margin: 0;
	letter-spacing: 0;
}
h1 span.h1-shape {
	background-image: url("/images/h1_shapes/tri.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 2em;
	width: 2em;
	position: absolute;
	right: -1.5em;
	top: -1em;
	transform: rotate(23deg);
}
.policies-page .h1-shape {
	background-image: url("/images/h1_shapes/circle.svg");
	transform: none;
}
.design-page .h1-shape {
	background-image: url("/images/h1_shapes/square.svg");
	transform: rotate(38deg);
	height: 1.75em;
	width: 1.75em;
	top: -.8em;
}
.rent-page .h1-shape {
	background-image: url("/images/h1_shapes/hex.svg");
}
.events-page .h1-shape {
	background-image: url("/images/h1_shapes/pent.svg");
	transform: none;
}
.venue-page .h1-shape {
	background-image: url("/images/h1_shapes/circle.svg");
	transform: none;
}
.local-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.directions #map_canvas {
	height: 22em;
	width: 22em;
	flex: 0 0 22em;
	margin-left: 3.7em;
	border-radius: 50%;
	border: 5px solid #D3E6E2;
}
.gm-style-mtc, .gm-svpc, .gmnoprint,
#contact_map_location_string, #contact_map_window_info,
button.gm-control-active.gm-fullscreen-control {
	display: none;
}
.directions {
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
	border: 2px solid #D07F39;
}
.direction-text {
	flex: 1 0 40%;
	width: 40%;
}
.visit-page .gm-style-iw-d br:first-of-type {
	display: none;
}
.visit-page .gm-style-iw-d p {
	margin: 0;
}
.side-column-border {
	padding: 0 1em;
	border: 2px solid #D3E6E2;
	margin-bottom: 1em;
}
.side-column-border .button {
	margin-top: 0;
}
form#rental-form {
	margin-bottom: 1em;
}
.venue-page .gallery-img {
	flex: 1 0 30%;
	width: 30%;
}
.rental-success {
	padding: 0 2em 1em;
	color: #D07F39;
	font-weight: 700;
}

@media screen and (max-width: 1230px) {
	.restaurants, .hotels {
		flex: 1 0 100%;
		width: 100%;
		margin-bottom: 1em;
		margin-right: 0;
	}
}
@media screen and (max-width: 1215px) {
	.venue-page .gallery-img {
		flex: 1 0 20%;
		width: 20%;
	}
}
@media screen and (max-width: 1024px) {
	.tap-to-call-m {
		display: block;
	}
	.tap-to-call-d {
		display: none;
	}
	.social-icons {
		display: none;
	}
	.navigation {
		margin: 0 4em 0 0;
	}
	.mobile-call {
		height: 2em;
		width: 1.9em;
	}
	.restaurants, .hotels {
		flex: 1 0 40%;
		width: 40%;
		margin-bottom: 0;
		margin-right: 1em;
	}
}
@media screen and (max-width: 900px) {
	.error-p img {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.restaurants, .hotels {
		flex: 1 0 100%;
		width: 100%;
		padding: 1em;
		margin-right: 0;
	}
	.restaurants {
		margin-right: 0;
		margin-bottom: 1em;
	}
	.directions {
		justify-content: center;
	}
	.direction-text {
		flex: 1 0 100%;
		width: 100%;
	}
	.directions #map_canvas {
		margin-left: 0;
		margin-top: 1em;
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 700px) {
	.gallery-img {
		flex: 0 0 100%;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 600px) {
	.directions #map_canvas {
		margin-top: 1.5em;
		margin-bottom: 1.54em;
	}
	.venue-page .gallery-img {
		flex: 0 0 40%;
		width: 40%;
		height: auto;
	}
	.venue-page .img-flex-gallery {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 500px) {
	.content-i {
		padding: 0 1em;
	}
	.content-main .content-i {
		padding: 1em;
	}
	.nav-trigger {
		right: 1em;
	}
	.h1-container {
		margin: 1.5em 0 2.5em;
	}
	.h1-shape {
		display: none;
	}
	.venue-page .gallery-img {
		flex: 0 0 100%;
		width: 100%;
	}
	.venue-page .img-flex-gallery {
		justify-content: center;
	}
}
@media screen and (max-width: 400px) {
	.navigation {
		margin: 0 3em 0 0;
	}
	.mobile-call {
		height: 1.8em;
		width: 1.9em;
	}
	.header-logo-i svg {
		width: 13em;
	}
	.directions #map_canvas {
		height: 20em;
		width: 100%;
		flex: 0 0 100%;
		border-radius: 0;
	}
}