
/*
font-family: 'Poppins';
400, 600


orange: #EE7203

 */


/* @group Clear Stylesheet */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;background-image:none;}body{line-height:1;color:black;background:white;text-align:left;}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" "";}
/* @end */

body {
	font-family: 'Poppins';
	font-size: 18px;
	background: #000;
	color: #fff;
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

	@media ( max-width: 740px ) {

		body {
			font-size: 16px;
		}

	}

b, strong {
	font-weight: 600;
}

i, em {
	font-style: italic;
}

h1, h2, h3, h4, h5 {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.5em;
	}

	h4, h5, h6 {
		font-size: 1.3em;
	}

	@media ( max-width: 740px ) {

		h1, h2, h3, h4, h5 {
			line-height: 1.3;
			overflow-wrap: break-word;
			word-wrap: break-word;
			-ms-word-break: break-all;
			word-break: break-all;
			word-break: break-word;
			-ms-hyphens: auto;
			-moz-hyphens: auto;
			-webkit-hyphens: auto;
			hyphens: auto;
		}

	}

a {
	color: #fff;
	text-decoration: underline;
}

	a:hover {
		color: #EE7203;
	}

.button {
	display: inline-block;
	color: #EE7203;
	text-transform: uppercase;
	padding: 5px 30px;
	text-align: center;
	min-width: 200px;
	box-sizing: border-box;
	border: 1px solid #EE7203;
	text-decoration: none !important;
	cursor: pointer;
}

	.button:not(.disabled):hover {
		color: #fff;
		background: #EE7203;
	}

	.button.disabled {
		opacity: 0.5;
		cursor: default;
	}

.width {
	max-width: 800px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto 0 calc(calc(100% - 800px) * 1/3);
	position: relative;
}

	@media ( max-width: 940px ) {

		.width {
			margin: 0;
			width: 100%;
			max-width: none;
		}

	}

.content {
	line-height: 1.8;
}

	.content p,
	.content ul,
	.content ol,
	.content h1,
	.content h2,
	.content h3,
	.content h4,
	.content h5,
	.content h6 {
		margin-top: 1em;
	}

		.content *:first-child  {
			margin-top: 0;
		}

	.content ul,
	.content ol {
		padding-left: 20px;
	}

		.content ul {
			list-style-type: disc;
		}

		.content ol {
			list-style-type: decimal;
		}

.header {
}

	.header .logo {
		position: fixed;
		display: block;
		left: 20px;
		top: 20px;
		width: 100px;
		padding: 38px 0 0;
		height: 0;
		background: url(../img/logo.svg) no-repeat left center / contain;
		overflow: hidden;
		z-index: 1100;
		line-height: 2;
	}

	.header .burger {
		position: fixed;
		right: 20px;
		top: 20px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 1100;
	}

		.header .burger .icon {
			top: 50%;
			width: 100%;
			position: absolute;
			margin-top: -2px;
		}

			.header .burger .icon,
			.header .burger .icon:before,
			.header .burger .icon:after {
				content: "";
				display: block;
				background: #fff;
				height: 3px;
				width: 100%;
				position: absolute;
				left: 0;

				-webkit-transform-origin: 92% 50%;
				-moz-transform-origin: 92% 50%;
				-ms-transform-origin: 92% 50%;
				-o-transform-origin: 92% 50%;
				transform-origin: 92% 50%;
			}

				body.transition .header .burger .icon,
				body.transition .header .burger .icon:before,
				body.transition .header .burger .icon:after {
					-webkit-transition: all 200ms ease-in-out;
					-moz-transition: all 200ms ease-in-out;
					-o-transition: all 200ms ease-in-out;
					-ms-transition: all 200ms ease-in-out;
					transition: all 200ms ease-in-out;
				}

			.header .burger .icon:before {
				margin-top: -9px;
			}

			.header .burger .icon:after {
				margin-top: 9px;
			}

			.header.open .burger .icon {
				background: transparent !important;
			}

				.header.open .burger .icon:before {
					width: 100%;
					margin-left: -5px;

					-moz-transform: rotate(-45deg);
					-webkit-transform: rotate(-45deg);
					-o-transform: rotate(-45deg);
					-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
				}

				.header.open .burger .icon:after {
					width: 100%;
					margin-left: -5px;

					-moz-transform: rotate(45deg);
					-webkit-transform: rotate(45deg);
					-o-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					transform: rotate(45deg);
				}

			.page-template-reservation .header:not(.open) .burger .icon,
			.page-template-reservation .header:not(.open) .burger .icon:before,
			.page-template-reservation .header:not(.open) .burger .icon:after {
				background: #000;
			}

	.header .menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		line-height: 1.3;
		letter-spacing: 0.15em;
		font-weight: 600;
		text-transform: uppercase;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 1000;
		pointer-events: none;
		opacity: 0;

		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}

		.header.open .menu-overlay {
			opacity: 1;
			pointer-events: all;
		}

		.header .menu-overlay a {
			text-decoration: none;
		}

			.header .menu-overlay .current-menu-item a {
				color: #EE7203;
			}

		.header #menu-main {
			font-size: 36px;
			letter-spacing: 5.4px;
		}

			.header #menu-main li a {
				display: inline-block;
				padding: 10px;
			}

		.header #menu-footer {
			font-size: 18px;
			margin-top: 60px;
		}

			.header #menu-footer li {
				display: inline;
			}

				.header #menu-footer li a {
					display: inline-block;
					margin: 0 7px;
				}

		.header #menu-social {
			margin-top: 15px;
		}

			.header #menu-social li {
				display: inline;
			}

				.header #menu-social li a {
					display: inline-block;
					overflow: hidden;
					width: 40px;
					height: 0;
					padding: 40px 0 0;
					margin: 20px 5px;
					line-height: 2;
					background: no-repeat center center / contain;
				}

				.header #menu-social li.facebook a {
					background-image: url(../img/social-icons/facebook.svg);
				}

					.header #menu-social li.facebook a:hover {
						background-image: url(../img/social-icons/facebook_hover.svg);
					}

				.header #menu-social li.instagram a {
					background-image: url(../img/social-icons/instagram.svg);
				}

					.header #menu-social li.instagram a:hover {
						background-image: url(../img/social-icons/instagram_hover.svg);
					}

	@media ( max-width: 740px ) {

		.header #menu-main {
			font-size: 1.4em;
		}

		.header #menu-main li a {
			padding: 8px 20px;
		}

		.header #menu-footer {
			font-size: 16px;
			margin-top: 30px;
			line-height: 1.8;
		}

		.header #menu-social li a {
			padding-top: 30px;
			width: 30px;
			margin: 10px 5px;
		}

	}

.backgroundimages {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

	.backgroundimages .backgroundimage {
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: no-repeat center center / cover;
		opacity: 0;
	}

		.backgroundimages .backgroundimage:first-child {
			opacity: 1;
		}

	.backgroundimages .slick-list,
	.backgroundimages .slick-list .slick-track {
		width: 100%;
		height: 100%;
	}

	.backgroundimages .slick-list .backgroundimage {
		position: static;
		opacity: 1;
	}

	.backgroundimages .slick-arrow {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 40px;
		height: 40px;
		background: no-repeat center center / contain;
		cursor: pointer;
		z-index: 100;

		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;

		-moz-transform: translate(-25px, -25px);
		-webkit-transform: translate(-25px, -25px);
		-o-transform: translate(-25px, -25px);
		-ms-transform: translate(-25px, -25px);
		transform: translate(-25px, -25px);
	}

		.backgroundimages .slick-arrow.prev {
			margin-left: -450px;
			background-image: url(../img/icons/arrow-left.svg);
		}

			.backgroundimages .slick-arrow.prev:hover {
				margin-left: -455px;
			}

		.backgroundimages .slick-arrow.next {
			margin-left: 450px;
			background-image: url(../img/icons/arrow-right.svg);
		}

			.backgroundimages .slick-arrow.next:hover {
				margin-left: 455px;
			}

		.backgroundimages.hidden-nav .slick-arrow {
			opacity: 0;
			pointer-events: none;
		}

.main {
	min-height: 100vh;
	box-sizing: border-box;
	pointer-events: none;
	position: relative;
	z-index: 5;
}

	.main .spacerblock {
		height: calc(100vh - 66px);
		pointer-events: none;
	}

	.block {
		padding: 80px 0;
		box-sizing: border-box;
		background: #000;
		background: rgba(0,0,0,.8);
		width: 100%;
		position: relative;
		pointer-events: all;
	}

	.block .anchor {
		position: absolute;
		margin-top: -125px;
	}

	@media ( max-width: 640px ) {

		.block {
			padding: 40px 0;
		}

		.main > .block:first-child {
			padding-top: 80px;
		}

		.block .anchor {
			margin-top: 0px;
		}

	}

.block.intro {
	padding: 20px 0;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.8em;
}

	.block.intro .width {
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}

	.block.intro.with-left .width {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.block.intro.hidden .content {
		opacity: 0;
		pointer-events: none;
	}

		.block.intro .content .button {
			margin-top: -3px !important;
		}

	.block.intro .content a.smoothscroll {
		text-decoration: none;
	}

		.block.intro .content a.smoothscroll:after {
			content: "";
			display: inline-block;
			width: 20px;
			height: 20px;
			vertical-align: middle;
			background: url(../img/icons/arrow-down.svg) no-repeat center center / contain;
			margin-left: 3px;
		}

			.block.intro .content a.smoothscroll:hover:after {
				background-image: url(../img/icons/arrow-down_hover.svg);
			}

	body.transition .block.intro .content {
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}

	@media ( max-width: 840px ) {

		.block.intro.with-left .width .more-left {
			display: none;
		}

		.block.intro .content a.smoothscroll {
			width: 100%;
		}

	}

.scroll-anchors {
	display: block;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 100;
	pointer-events: all;

	-moz-transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

	.scroll-anchors li {
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		border: 2px solid #fff;
		cursor: pointer;
		margin: 15px;
		position: relative;
	}

		.scroll-anchors li span {
			position: absolute;
			text-align: right;
			right: 0;
			padding-right: 18px;
			top: 50%;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 0.15em;
			font-size: 0.8em;
			color: #EE7203;
			opacity: 0;
			white-space: nowrap;
			pointer-events: none;

			-webkit-transition: opacity 200ms ease-in-out;
			-moz-transition: opacity 200ms ease-in-out;
			-o-transition: opacity 200ms ease-in-out;
			-ms-transition: opacity 200ms ease-in-out;
			transition: opacity 200ms ease-in-out;

			-moz-transform: translate(0px, -50%);
			-webkit-transform: translate(0px, -50%);
			-o-transform: translate(0px, -50%);
			-ms-transform: translate(0px, -50%);
			transform: translate(0px, -50%);
		}

		.scroll-anchors li.active {
			background: #fff;
		}

			.scroll-anchors li:hover {
				border-color: #EE7203;
				background: #EE7203;
			}

			.scroll-anchors li:hover span {
				opacity: 1;
			}

.home {
}

	.home .main {
		overflow: hidden;
	}

	.home-intro.block {
		padding: 20px 10%;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		font-size: 0.8em;
	}

		.home-intro.block strong {
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 0.15em;
		}

		.home-intro.block .content {
			max-width: 1020px;
			margin: 0 auto;
		}

			.home-intro.block .columns {
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

				.home-intro.block .columns .column:first-child {
					width: calc(100% - 20px - 220px);
				}

				.home-intro.block .columns .column:last-child {
					width: 220px;
				}

					.home-intro.block .columns .column:last-child .button {
						width: 100%;
					}

						.home-intro.block .columns .column:last-child .button + .button {
							margin-top: 10px;
						}

		@media ( max-width: 1140px ) {

			.home-intro.block {
				max-width: none;
				width: 100%;
				padding: 20px;
			}

		}

		@media ( max-width: 680px ) {

			.home-intro.block .columns {
				flex-wrap: wrap;
			}

			.home-intro.block .columns .column {
				width: 100% !important;
			}

				.home-intro.block .columns .column + .column {
					margin-top: 1em;
				}

				.home-intro.block .columns .column:last-child .button {
					width: auto;
				}

		}

	.intro-overlay {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		background: #000;
		background: rgba(0,0,0,.8);
		opacity: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

		.intro-overlay h1 {
			font-size: 50px;

			-webkit-transition: all 400ms ease-in-out 200ms;
			-moz-transition: all 400ms ease-in-out 200ms;
			-o-transition: all 400ms ease-in-out 200ms;
			-ms-transition: all 400ms ease-in-out 200ms;
			transition: all 400ms ease-in-out 200ms;
		}

			.intro-overlay h1 {
				margin-top: 50px;
				opacity: 0;
			}

				body.intro-overlay-visible .intro-overlay h1,
				body.intro-overlay-hidden .intro-overlay h1 {
					margin-top: 0;
					opacity: 1;
				}

		.intro-overlay h1 em {
			display: inline-block;
			width: 500px;
			padding: 250px 0 0;
			margin-top: 20px;
			background: url(../img/logo.svg) no-repeat center top / contain;
			height: 0;
			overflow: hidden;
			line-height: 2;
		}

		body.transition .main .intro-overlay,
		body.transition .main .block,
		body.transition .header .logo {
			-webkit-transition: all 400ms ease-in-out;
			-moz-transition: all 400ms ease-in-out;
			-o-transition: all 400ms ease-in-out;
			-ms-transition: all 400ms ease-in-out;
			transition: all 400ms ease-in-out;
		}

		body.nojs .intro-overlay {
			display: none;
		}

		body.nojos .intro-overlay h1 {
			opacity: 1;
		}

		body.intro-overlay-visible .main .home-intro {
			bottom: -100vh;
		}

		body.intro-overlay-visible .header .logo {
			opacity: 0;
		}

		body.intro-overlay-hidden .main .intro-overlay {
			top: -100vh;
		}

	@media ( max-width: 840px ) {

		.intro-overlay h1 {
			font-size: 30px;
		}

		.intro-overlay h1 em {
			width: 300px;
			padding-top: 110px;
		}

	}

	@media ( max-width: 380px ) {

		.intro-overlay h1 {
			font-size: 20px;
		}

		.intro-overlay h1 em {
			width: 200px;
			padding-top: 80px;
			margin-top: 10px;
		}

	}

.block .width.content + .width.content {
	padding-top: 1em;
}

.main.reservation {
	background: #fff;
	pointer-events: all;
}

	.main.reservation iframe {
		min-height: 100vh;
		position: absolute;
	}

.presslist {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin: -80px 0;
}

	.presslist li {
		width: calc(100% / 4);
		padding: 25% 0 0;
		height: 0;
		display: block;
		background: #000 no-repeat center center / cover;
		position: relative;
	}

		.presslist li a {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			display: flex;
			text-align: center;
			justify-content: center;
			align-items: center;
			padding: 10px 20px;
			box-sizing: border-box;
			background: rgba(0,0,0,.8);
			text-decoration: none;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 0.15em;
			line-height: 1.3;
			font-size: 1.3em;

			-webkit-transition: opacity 200ms ease-in-out;
			-moz-transition: opacity 200ms ease-in-out;
			-o-transition: opacity 200ms ease-in-out;
			-ms-transition: opacity 200ms ease-in-out;
			transition: opacity 200ms ease-in-out;
		}

		.presslist li a:hover {
			opacity: 0;
			color: #fff;
		}

		.presslist li .description-text {
			display: none;
		}

	@media ( max-width: 1040px ) {

		.presslist li {
			width: calc(100% / 3);
			padding: 33% 0 0;
		}

			.presslist li a {
				font-size: 1.2em;
			}

	}

	@media ( max-width: 640px ) {

		.presslist {
			background: #000;
		}

		.presslist li.empty {
			display: none;
		}

		.presslist li {
			width: calc(100% / 2);
			padding: 50% 0 0;
		}

			.presslist li a {
				font-size: 1.1em;
				overflow: hidden;
				overflow-wrap: break-word;
				word-wrap: break-word;
				-ms-word-break: break-all;
				word-break: break-all;
				word-break: break-word;
				-ms-hyphens: auto;
				-moz-hyphens: auto;
				-webkit-hyphens: auto;
				hyphens: auto;
			}

	}

	@media ( max-width: 540px ) {

		.presslist li a {
			font-size: 1em;
		}

	}

.toggle-group {
}

	.toggle-group .toggle-wrapper {
		position: relative;
		margin-top: 20px;
		padding-top: 20px;
	}

		.toggle-group .toggle-wrapper .toggle-button {
			margin-bottom: 20px;
		}

			.toggle-group .toggle-wrapper .toggle-button h2 {
				font-size: 1.4em;
			}

		.toggle-group .toggle-wrapper:before {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 1px;
			background: #EE7203;
			width: 100%;
			box-sizing: border-box;
		}

	.toggle-group.inited .toggle-button {
		cursor: pointer;
		padding: 0 30px 0 0;
		position: relative;
	}

		.toggle-group.inited .toggle-button:after,
		.toggle-group.inited .toggle-button:before {
			content: "";
			position: absolute;
			right: 0;
			top: 13px;
			width: 20px;
			height: 20px;
			background: url(../img/icons/arrow-down.svg) no-repeat center center / contain;
		}

			.toggle-group.inited .toggle-button:before {
				opacity: 0;
				background-image: url(../img/icons/arrow-up.svg);
			}

			.toggle-group.inited .toggle-wrapper.open .toggle-button:before {
				opacity: 1;
			}

			.toggle-group.inited .toggle-wrapper.open .toggle-button:after {
				opacity: 0;
			}

	.toggle-group.inited .toggle-content {
		overflow: hidden;
		position: relative;
	}

		.toggle-group.inited .toggle-wrapper.open .toggle-content {
			padding-bottom: 20px;
		}

.embed-container {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed,
	.embed-container img {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

#lightbox {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5000;
	background: #000;
	background: rgba(0,0,0,.8);
	padding: 60px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

	#lightbox:after {
		content: "×";
		font-size: 50px;
		color: #fff;
		position: absolute;
		right: 19px;
		top: 10px;
		cursor: pointer;
	}

	#lightbox-content {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		max-width: 1040px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

		#lightbox-content .lightbox-content-inner {
			width: 100%;
		}

		#lightbox-content .description-text {
			display: block;
			padding: 20px;
			text-align: left;
			max-width: 700px;
			margin-left: auto;
			margin-right: auto;
		}

			#lightbox-content .description-text .button {
				margin-left: auto;
				margin-right: auto;
			}

		#lightbox-content .cover {
			display: inline-block;
			max-width: 300px;
			max-height: 400px;
			width: auto;
			height: auto;
			margin: 0 auto;
		}

		#lightbox-content .cover + .description-text {
			margin-top: 20px;
		}

	@media( max-width: 800px ) {

		#lightbox {
			padding: 20px;
		}

		#lightbox-content .cover {
			max-width: 200px;
			max-height: 250px;
		}

		#lightbox-content .description-text {
			padding-left: 0;
			padding-right: 0;
		}

	}

	@media( max-width: 540px ) {

		#lightbox-content .cover {
			max-width: 150px;
			max-height: 200px;
		}

	}

	@media( max-width: 440px ) {

		#lightbox-content .cover {
			display: none;
		}
	}

