
#hero a.button.explore {
	position: relative;
	top: 224px;
	pointer-events: auto;
	width: calc(33.33% - 60px);
	background-image: linear-gradient(to bottom, #fff, #fff 50%, #3c4e4a 50%, #3c4e4a);
	color: #3c4e4a;
}

@media screen and (max-width: 736px) {
	#hero a.button.explore {
		top: auto;
		bottom: 60px;
		width: 280px;
	}
}

#hero a.button.explore:hover {
	color: #fff;
}

#activities #hero .background img.loaded {
	opacity: .5;
}

#activities .content-items {
	padding-bottom: 128px;
}

#activities .content-items > article {
	margin-bottom: 30px;
}

#activities .content-items .owl-activities .owl-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-bottom: 18.33%;
	pointer-events: none;
}

#activities .content-items .owl-activities .owl-nav .owl-prev, #activities .content-items .owl-activities .owl-nav .owl-next {
	pointer-events: auto;
	position: absolute;
	background: none;
	border: 0 none;
	font-family: "TPE";
	font-size: 2rem;
	font-weight: bold;
	color: #3c4e4a;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: .35s;
	transition: .35s;
}

#activities .content-items .owl-activities .owl-nav .owl-prev:hover, #activities .content-items .owl-activities .owl-nav .owl-next:hover {
	opacity: .5;
}

#activities .content-items .owl-activities .owl-nav .owl-prev {
	left: -50px;
}

#activities .content-items .owl-activities .owl-nav .owl-next {
	right: -50px;
}

@media screen and (max-width: 1024px) {
	#activities .content-items .owl-activities .owl-nav .owl-prev {
		left: -18px;
	}
	
	#activities .content-items .owl-activities .owl-nav .owl-next {
		right: -18px;
	}
}

@media screen and (max-width: 736px) {
	#activities .content-items .owl-activities .owl-nav .owl-prev, #activities .content-items .owl-activities .owl-nav .owl-next {
		font-size: 1.4rem;
		top: 33.33%;
	}
	
	#activities .content-items .owl-activities .owl-nav .owl-prev {
		left: -7px;
	}
	
	#activities .content-items .owl-activities .owl-nav .owl-next {
		right: -7px;
	}
}

#activities .content-items .owl-activities article {
	padding: 0 30px;
	box-sizing: border-box;
}

#activities .content-items .owl-activities article a figure {
	position: relative;
	padding-bottom: 66.66%;
	margin-bottom: 30px;
	overflow: hidden;
}

#activities .content-items .owl-activities article a figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .35s;
	transition: .35s;
}

#activities .content-items .owl-activities article a:hover img {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#activities .content-items .owl-activities article a h3 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 3rem;
}

#activities .content-items .owl-activities article a p {
	font-size: 1.4rem;
	line-height: 3rem;
	margin-bottom: 3rem;
}

#activities .content-items .owl-activities article a p.date {
	color: #ff3e56;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}

#activity section.main {
	padding-top: 32px;
}

#activity section.main .medium-hero {
	padding: 0 30px;
	margin-bottom: 128px;
}

@media screen and (max-width: 736px) {
	#activity section.main .medium-hero {
		margin-bottom: 64px;
	}
}

#activity section.main .medium-hero figure {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

#activity section.main .medium-hero figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .35s;
	transition: .35s;
}

#activity section.main .medium-hero figure a {
	display: block;
}

#activity section.main .medium-hero figure a:hover img {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font: normal normal normal 1.8rem/3rem "TP", Helvetica, Arial, sans-serif;
	color: #3c4e4a;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

:focus {
	outline: 0px;
}

a {
	color: #3c4e4a;
	text-decoration: none;
}

a.anchor {
	position: relative;
	display: block;
}

img {
	border: 0 none;
}

figure img {
	display: block;
	max-width: 100%;
}

[data-src] {
	opacity: 0;
	-webkit-transition: .55s ease;
	transition: .55s ease;
}

[data-src].loaded {
	opacity: 1;
}

html.emergence [data-emergence] {
	-webkit-transition: .75s ease;
	transition: .75s ease;
}

html.emergence [data-emergence=hidden] {
	opacity: 0;
	-ms-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

html.emergence [data-emergence=visible] {
	opacity: 1;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

p a {
	text-decoration: underline;
}

a.button {
	display: block !important;
	margin: 0 auto;
	background-image: linear-gradient(to bottom, #3c4e4a, #3c4e4a 50%, #ff3e56 50%, #ff3e56);
	background-position: 0 0;
	background-size: 100% 200%;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	font-family: "TPE";
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 5rem;
	height: 6rem;
	padding: 4px 30px 6px;
	box-sizing: border-box;
	width: 33.33%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .22s;
	transition: .22s;
}

a.button::after {
	display: none;
}

a.button:hover {
	background-position: 0 100%;
	opacity: 1 !important;
}

a.button.book {
	background-color: #3c4e4a;
	background-image: none;
}

div, header, section, article, hgroup, footer, aside {
	position: relative;
}

#wrapper {
	position: relative;
	z-index: 103;
}

.center {
	max-width: 1180px;
	padding: 0 60px;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.center {
		max-width: 1020px;
	}
}

.box-h {
	padding: 0 5px;
	box-sizing: border-box;
}

.box-v {
	padding: 5px 0;
	box-sizing: border-box;
}

.box {
	padding: 5px;
	box-sizing: border-box;
}

.clear:after, .clear:before, .masonry:after, .masonry:before {
	content: "";
	display: table;
	clear: both;
}

.clear-fix {
	clear: both;
}

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

.text-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.preload, .hide {
	display: none;
}

@media screen and (max-width: 1024px) {
	.center {
		padding: 0 35px;
	}
}

@media screen and (max-width: 767px) {
	.center {
		padding: 0 15px;
	}
}

form.book {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

form.book ::-webkit-input-placeholder {
	color: #fff;
}

form.book ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

form.book ::-ms-placeholder {
	color: #fff;
}

form.book ::-ms-input-placeholder, form.book ::-moz-placeholder, form.book ::-webkit-input-placeholder, form.book ::placeholder {
	color: #fff;
	opacity: 1;
}

form.book a.button {
	background-color: #ff3e56;
	width: calc(33.33% - 60px);
}

form.book .content {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

form.book.hover .content, form.book.active .content {
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

form.book.hover .content .element:first-child, form.book.active .content .element:first-child, form.book.hover .content .element:last-child, form.book.active .content .element:last-child {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

form.book .elements {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

form.book .elements .element {
	padding: 0 30px;
	box-sizing: border-box;
	width: 33.33%;
}

form.book .elements .element input {
	font-size: 1.4rem;
	font-family: "TPE";
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	line-height: 5rem;
	padding-top: 3px;
	padding-bottom: 7px;
	height: 6rem;
	text-align: center;
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: 0 none;
	background-color: #3c4e4a;
}

form.book .elements .element input[type=submit] {
	cursor: pointer;
	background-color: #ff3e56;
}

form.book .elements .element:first-child, form.book .elements .element:last-child {
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

form.book .elements .element:first-child {
	-webkit-transition: .5s;
	transition: .5s;
}

form.book .elements .element:last-child {
	-webkit-transition: .6s;
	transition: .6s;
}

@media screen and (max-width: 768px) {
	form.book {
		-webkit-transition: .35s;
		transition: .35s;
	}
	
	form.book.hover, form.book.active {
		height: 184px;
	}
	
	form.book.hover .content, form.book.active .content {
		-ms-transform: translateY(-62px);
		-webkit-transform: translateY(-62px);
		transform: translateY(-62px);
	}
	
	form.book.hover .content .elements .elements, form.book.active .content .elements .elements {
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	
	form.book a.button {
		width: 280px;
	}
	
	form.book .elements {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
	}
	
	form.book .elements .element, form.book .elements .element:first-child, form.book .elements .element:last-child {
		width: 280px;
		padding: 0;
		margin-top: 2px;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}

body #ui-datepicker-div {
	border: 0 none;
	border-radius: 0;
	color: #3c4e4a;
	padding: 12px 20px;
	font-family: "TP";
	font-size: 1.4rem;
	text-transform: uppercase;
}

body #ui-datepicker-div .ui-datepicker-header {
	background: 0;
	border: 0 none;
	border-radius: 0;
	color: #3c4e4a;
	font-family: "TP";
	font-size: 1.4rem;
	padding-bottom: 4px;
}

body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
	cursor: pointer;
	text-align: center;
	top: 1px;
}

body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span, body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
	display: none;
}

body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover, body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
	background: none;
	border: 0 none;
	font-weight: bold;
	color: #ff3e56;
	top: 1px;
}

body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
	left: 0;
}

body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev::before {
	content: "←";
}

body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
	right: 0;
}

body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next::before {
	content: "→";
}

body #ui-datepicker-div table th {
	color: #ff3e56;
}

body #ui-datepicker-div table td {
	padding: 0;
}

body #ui-datepicker-div table td .ui-state-default {
	font-weight: normal;
	text-align: center;
	border: 0 none;
	background: none;
}

body #ui-datepicker-div table td .ui-state-hover {
	color: #ff3e56;
	font-weight: bold;
}

body #ui-datepicker-div table td.ui-datepicker-week-end .ui-state-default {
	color: #ff3e56;
}

.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33.33%;
}

.col-1-4 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6 {
	width: 16.66%;
}

.col-1-12 {
	width: 8.33%;
}

.col-2-3 {
	width: 66.66%;
}

.col-2-5 {
	width: 40%;
}

.col-3-4 {
	width: 75%;
}

.col-3-5 {
	width: 60%;
}

.col-4-5 {
	width: 80%;
}

@media screen and (max-width: 414px) {
	[class*='col-'] {
		width: 100%;
	}
}

#hero .mapbox-container, #hero #mapbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#hero .mapbox-container {
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	#hero .mapbox-container {
		pointer-events: none;
	}
}

#hero .mapbox-container #mapbox {
	background-color: #3c4e4a;
}

#hero .mapbox-container #mapbox .mapboxgl-canvas {
	opacity: 0;
	-webkit-transition: .35s;
	transition: .35s;
}

#hero .mapbox-container #mapbox .mapboxgl-marker {
	width: 32px;
	height: 52px;
	background-image: url("/img/bg-marker.svg");
	background-repeat: no-repeat;
	opacity: 0;
}

#hero .mapbox-container #mapbox .mapboxgl-popup {
	font: normal normal normal 1.4rem/3rem "TP", Helvetica, Arial, sans-serif;
	opacity: 0;
}

#hero .mapbox-container #mapbox .mapboxgl-popup .mapboxgl-popup-tip {
	display: none;
}

#hero .mapbox-container #mapbox .mapboxgl-popup .mapboxgl-popup-content {
	background: transparent;
	text-align: center;
	box-shadow: none;
}

#hero .mapbox-container #mapbox .mapboxgl-popup .mapboxgl-popup-content p {
	color: #fff;
}

#hero .mapbox-container #mapbox.loaded .mapboxgl-canvas {
	opacity: .5;
}

#hero .mapbox-container #mapbox.loaded .mapboxgl-marker, #hero .mapbox-container #mapbox.loaded .mapboxgl-popup {
	opacity: 1;
}

#contact .content-items article:nth-last-child(2) {
	margin-bottom: 0;
}

form.contact {
	display: block;
	width: 100%;
	padding-bottom: 128px;
}

form.contact ::-webkit-input-placeholder {
	color: #3c4e4a;
}

form.contact ::-moz-placeholder {
	color: #3c4e4a;
	opacity: 1;
}

form.contact ::-ms-placeholder {
	color: #3c4e4a;
}

form.contact ::-ms-input-placeholder, form.contact ::-moz-placeholder, form.contact ::-webkit-input-placeholder, form.contact ::placeholder {
	color: #3c4e4a;
	opacity: 1;
}

form.contact .columns {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

form.contact .columns .column {
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 736px) {
	form.contact .columns .column {
		width: 100%;
	}
}

form.contact .columns .column input, form.contact .columns .column textarea {
	font-size: 1.4rem;
	font-family: inherit;
	color: #3c4e4a;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	border-color: #3c4e4a;
	width: 100%;
	line-height: 60px;
}

form.contact .columns .column input:disabled, form.contact .columns .column textarea:disabled {
	background-color: transparent;
	color: rgba(60, 78, 74, .5);
}

form.contact .columns .column textarea {
	height: 124px;
	line-height: 3rem;
	padding: 15px 0;
	box-sizing: border-box;
}

form.contact .columns .submit {
	margin: 60px auto 0;
	width: 280px;
	max-width: 100%;
}

form.contact .columns .submit input[type=submit] {
	font-size: 1.4rem;
	font-family: "TPE";
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	line-height: 5rem;
	padding-top: 3px;
	padding-bottom: 7px;
	height: 6rem;
	text-align: center;
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: 0 none;
	-webkit-transition: .22s;
	transition: .22s;
	background-image: linear-gradient(to bottom, #3c4e4a, #3c4e4a 50%, #ff3e56 50%, #ff3e56);
	background-position: 0 0;
	background-size: 100% 200%;
	cursor: pointer;
}

form.contact .columns .submit input[type=submit]:hover {
	background-position: 0 100%;
}

form.contact .columns .submit input[type=submit]:disabled:hover {
	background-position: 0 0;
	background-color: rgba(60, 78, 74, .75);
}

section.main {
	display: block;
	padding-top: 100vh;
	pointer-events: none;
	z-index: 10;
}

section.main .nav-stamps-wrap {
	display: none;
}

@media screen and (min-width: 768px) {
	section.main .nav-stamps-wrap {
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	section.main .nav-stamps-wrap .nav-stamps {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		height: 100vh;
		pointer-events: none;
		z-index: 103;
	}
	
	section.main .nav-stamps-wrap .nav-stamps a {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -66px;
		pointer-events: auto;
		width: calc(133px / 2);
		height: 133px;
		overflow: hidden;
	}
	
	section.main .nav-stamps-wrap .nav-stamps a.barefood-bar {
		left: 30px;
	}
	
	section.main .nav-stamps-wrap .nav-stamps a.barefood-bar img {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	section.main .nav-stamps-wrap .nav-stamps a.giulia-hotel {
		right: 30px;
	}
	
	section.main .nav-stamps-wrap .nav-stamps a img {
		display: block;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .35s;
		transition: .35s;
	}
}

body.barefood-preview .nav-stamps a.barefood-bar img {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

body.giulia-preview .nav-stamps a.giulia-hotel img {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

a.anchor {
	position: absolute;
	top: -160px;
}

.content-wrap {
	background-color: #fff;
	padding: 128px 0 0 0;
	pointer-events: auto;
	max-width: 100vw;
	overflow: hidden;
}

.content-wrap article.intro {
	padding: 0 30px 128px;
}

.content-wrap article.intro form.book {
	margin: 118px -30px 0 -30px;
	width: auto;
}

.content-wrap article.intro h1, .content-wrap article.intro h2 {
	font-size: 3.6rem;
	line-height: 5.6rem;
	font-family: "TPE";
	font-weight: bold;
	margin-bottom: 96px;
	margin-top: -16px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.content-wrap article.intro h1 strong, .content-wrap article.intro h2 strong {
	display: block;
	text-align: right;
	color: #ff3e56;
}

.content-wrap article.intro h1 strong + br, .content-wrap article.intro h2 strong + br {
	display: none;
}

.content-wrap article.intro p {
	max-width: 66.66%;
	margin: 0 auto 1.5rem;
	color: #ff3e56;
}

.content-wrap article.intro p:last-child {
	margin-bottom: 0;
}

.content-wrap .content-items article {
	margin-bottom: 128px;
}

.content-wrap .content-items article:last-child {
	margin-bottom: 0;
}

.content-wrap .content-items article:last-child .block:nth-last-child(2) {
	padding-bottom: 128px;
}

.content-wrap .content-items article:last-child .block.wide.landscape:nth-last-child(2) {
	padding-bottom: 0;
	height: calc(55vw + 98px) !important;
	max-height: calc(800px + 98px) !important;
}

.content-wrap .content-items article header {
	text-align: center;
}

.content-wrap .content-items article header h2 {
	display: inline-block;
	position: relative;
	font-size: 3.6rem;
	line-height: 3.6rem;
	font-family: "TPE";
	font-weight: bold;
	margin-bottom: 32px;
	text-transform: uppercase;
	padding-bottom: 30px;
	letter-spacing: .05em;
	max-width: 640px;
}

.content-wrap .content-items article header h2::after {
	content: "";
	position: absolute;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #3c4e4a;
}

.content-wrap .content-items article .blocks .block {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

.content-wrap .content-items article .blocks .block.text h3 {
	font-family: "TPE";
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 3rem;
	margin-bottom: 5.4rem;
	margin-top: -1rem;
	text-transform: uppercase;
}

.content-wrap .content-items article .blocks .block.text h3 strong {
	color: #ff3e56;
}

.content-wrap .content-items article .blocks .block.text h4 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ff3e56;
	line-height: 3rem;
	margin: 0 auto 3rem;
	text-transform: uppercase;
}

.content-wrap .content-items article .blocks .block.text h4 strong {
	color: #3c4e4a;
}

.content-wrap .content-items article .blocks .block.text p a, .content-wrap .content-items article .blocks .block.text ul a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: .35s;
	transition: .35s;
	white-space: nowrap;
}

.content-wrap .content-items article .blocks .block.text p a::after, .content-wrap .content-items article .blocks .block.text ul a::after {
	content: "";
	height: 1px;
	-webkit-transition: .35s;
	transition: .35s;
	position: absolute;
	background-color: #3c4e4a;
	left: 0;
	right: 0;
	bottom: 1px;
	opacity: .8;
}

.content-wrap .content-items article .blocks .block.text p a:hover, .content-wrap .content-items article .blocks .block.text ul a:hover {
	opacity: .75;
}

.content-wrap .content-items article .blocks .block.text p a:hover::after, .content-wrap .content-items article .blocks .block.text ul a:hover::after {
	opacity: .5;
}

.content-wrap .content-items article .blocks .block.text p.date {
	color: #ff3e56;
	font-weight: bold;
	max-width: 66.66%;
	text-transform: uppercase;
}

.content-wrap .content-items article .blocks .block.text ul, .content-wrap .content-items article .blocks .block.text ol {
	list-style: none;
	padding-left: 30px;
	margin: 0 auto 3rem;
}

.content-wrap .content-items article .blocks .block.text p + ol {
	margin-top: -1.5rem;
}

.content-wrap .content-items article .blocks .block.text ol {
	counter-reset: marker;
}

.content-wrap .content-items article .blocks .block.text ol li {
	position: relative;
}

.content-wrap .content-items article .blocks .block.text ol li::before {
	content: counter(marker, lower-alpha) ".";
	counter-increment: marker;
	position: absolute;
	left: -30px;
}

.content-wrap .content-items article .blocks .block.text ul li {
	position: relative;
}

.content-wrap .content-items article .blocks .block.text ul li::before {
	content: "•";
	position: absolute;
	left: -30px;
}

.content-wrap .content-items article .blocks .block.text p {
	margin: 0 auto 1.5rem;
}

.content-wrap .content-items article .blocks .block.text h3:last-child, .content-wrap .content-items article .blocks .block.text p:last-child {
	margin-bottom: 0;
}

.content-wrap .content-items article .blocks .block.text.wide p, .content-wrap .content-items article .blocks .block.text.wide ul {
	max-width: 66.66%;
	box-sizing: border-box;
}

.content-wrap .content-items article .blocks .block.text.wide p a.button, .content-wrap .content-items article .blocks .block.text.wide ul a.button {
	min-width: 280px;
	max-width: 100%;
	width: auto;
	display: inline-block !important;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.content-wrap .content-items article .blocks .block.small {
	width: 25%;
}

.content-wrap .content-items article .blocks .block.medium {
	width: 50%;
}

.content-wrap .content-items article .blocks .block.large {
	width: 75%;
}

.content-wrap .content-items article .blocks .block.extralarge {
	width: 100%;
}

.content-wrap .content-items article .blocks .block.wide.landscape {
	height: calc(55vw + 128px);
	max-height: calc(800px + 128px);
	padding-top: 98px;
}

.content-wrap .content-items article .blocks .block.wide.landscape:first-child {
	height: calc(55vw + 60px);
	max-height: calc(800px + 60px);
	padding-top: 30px;
}

.content-wrap .content-items article .blocks .block.wide.landscape .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 -75%;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.content-wrap .content-items article .blocks .block.wide.landscape .content figure img {
	top: auto;
	bottom: 0;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	height: auto;
}

.content-wrap .content-items article .blocks .block.wide.landscape .content figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(60, 78, 74, .5);
}

.content-wrap .content-items article .blocks .block.wide.landscape .content figure figcaption .overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: calc(100% - 60px);
	width: 720px;
	font-size: 3.6rem;
	line-height: 4.8rem;
	font-family: "TPE";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.content-wrap .content-items article .blocks .block.wide.landscape .content figure figcaption .overlay h2, .content-wrap .content-items article .blocks .block.wide.landscape .content figure figcaption .overlay h3, .content-wrap .content-items article .blocks .block.wide.landscape .content figure figcaption .overlay h4 {
	font-size: 1em;
}

.content-wrap .content-items article .blocks .block.wide.landscape .content figure figcaption .overlay a {
	color: #fff;
}

@media screen and (max-width: 736px) {
	.content-wrap .content-items article .blocks .block.wide.landscape .content {
		margin: 0 -45px;
	}
}

.content-wrap .content-items article .blocks .block.wide.landscape .content figure {
	width: 100vw;
	height: 55vw;
	max-height: 800px;
	padding: 0;
}

.content-wrap .content-items article .blocks .block.wide.landscape .content figure a:hover img {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.content-wrap .content-items article .blocks .block .content .iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.content-wrap .content-items article .blocks .block .content .iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content-wrap .content-items article .blocks .block .content figure {
	position: relative;
	background-color: rgba(60, 78, 74, .1);
	overflow: hidden;
}

.content-wrap .content-items article .blocks .block .content figure a, .content-wrap .content-items article .blocks .block .content figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content-wrap .content-items article .blocks .block .content figure img {
	object-fit: cover;
	-webkit-transition: .35s;
	transition: .35s;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.content-wrap .content-items article .blocks .block .content figure a:hover img {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.content-wrap .content-items article .blocks .block.portrait figure {
	padding-bottom: 115%;
}

.content-wrap .content-items article .blocks .block.portrait.small figure {
	padding-bottom: 150%;
}

.content-wrap .content-items article .blocks .block.landscape figure {
	padding-bottom: 75%;
}

.content-wrap .content-items article .blocks .block.square figure {
	padding-bottom: 100%;
}

.content-wrap .content-items article .blocks .block-sizer {
	width: 12.5%;
}

@media screen and (max-width: 736px) {
	.content-wrap article.intro p {
		max-width: 100%;
	}
	
	.content-wrap .content-items article .blocks .block.small, .content-wrap .content-items article .blocks .block.medium, .content-wrap .content-items article .blocks .block.large {
		width: 100%;
	}
	
	.content-wrap .content-items article .blocks .block.text.wide p {
		max-width: 100%;
	}
}

@media screen and (max-width: 736px) {
	a[data-lightbox] {
		pointer-events: none;
	}
	
	.content-wrap {
		padding: 45px 0 0 0;
	}
	
	.content-wrap article.intro {
		padding-bottom: 64px;
	}
	
	.content-wrap article.intro h2 {
		font-size: 2.4rem;
		line-height: 3rem;
		margin-bottom: 45px;
		margin-top: 0;
	}
	
	.content-wrap article.intro form.book {
		margin-top: 45px;
	}
	
	.content-wrap .content-items article {
		margin-bottom: 64px;
	}
	
	.content-wrap .content-items article header h2 {
		font-size: 2.4rem;
		line-height: 3rem;
	}
	
	.content-wrap .content-items article .blocks .block.text h3 {
		margin-bottom: 30px;
	}
	
	.content-wrap .content-items article .blocks .block.wide.landscape .content figure figcaption .overlay {
		font-size: 2.4rem;
		line-height: 3rem;
	}
}

@font-face {
	font-family: "TP";
	src: url("../fonts/subset-Typold-Regular.woff2") format("woff2"), url("../fonts/subset-Typold-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "TP";
	src: url("../fonts/subset-Typold-Bold.woff2") format("woff2"), url("../fonts/subset-Typold-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "TPE";
	src: url("../fonts/subset-TypoldExtended-ExtraBold.woff2") format("woff2"), url("../fonts/subset-TypoldExtended-ExtraBold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "TPE";
	src: url("../fonts/subset-TypoldExtended-Black.woff2") format("woff2"), url("../fonts/subset-TypoldExtended-Black.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

#footer {
	display: block;
	background-color: #2a3231;
	color: #fff;
	font-size: 1.4rem;
	line-height: 3rem;
	margin-top: -1px;
	z-index: 9;
}

#footer a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: .35s;
	transition: .35s;
}

#footer a:hover {
	opacity: .75;
}

#footer .center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100vh;
	padding: 128px 0;
	box-sizing: border-box;
}

#footer .center .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

#footer .center .content .hotel-vlaanderen {
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -33px;
}

#footer .center .content .hotel-vlaanderen a {
	display: block;
}

#footer .center .content .hotel-vlaanderen a img {
	display: block;
	-webkit-transition: opacity .33s;
	transition: opacity .33s;
	opacity: .25;
}

#footer .center .content .hotel-vlaanderen a:hover img {
	opacity: 1;
}

#footer .center .content .column {
	width: 33.33%;
	padding: 0 30px;
	box-sizing: border-box;
}

#footer .center .content .column:first-child {
	text-align: center;
}

#footer .center .content .column:nth-child(2) {
	-ms-flex-order: -1;
	order: -1;
}

#footer .center .content .column:nth-child(3) {
	text-align: right;
}

#footer .center .content .column img {
	margin-bottom: 60px;
	max-width: 100%;
}

#footer .center .content .column img.logo {
	width: 183px;
	max-width: 100%;
}

#footer .center .content .column img.barefood {
	padding-top: 49px;
}

#footer .center .content .column img.giulia {
	padding-top: 23px;
}

#footer .center .content .column p.credits {
	margin-top: 3rem;
	color: rgba(255, 255, 255, .25);
}

#footer .center .content .column a.social-icon {
	display: inline-block;
	margin: 3rem 0 0 10px;
	width: 32px;
	height: 32px;
	text-indent: 10300px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	opacity: .25;
}

#footer .center .content .column a.social-icon.instagram {
	background-image: url("/img/bg-icon-instagram.svg");
}

#footer .center .content .column a.social-icon.facebook {
	background-image: url("/img/bg-icon-facebook.svg");
}

#footer .center .content .column a.social-icon.youtube {
	background-image: url("/img/bg-icon-youtube.svg");
}

#footer .center .content .column a.social-icon:hover {
	opacity: 1;
}

@media screen and (max-width: 736px) {
	#footer .center {
		padding: 64px 0 34px;
	}
	
	#footer .center .content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#footer .center .content .hotel-vlaanderen {
		position: relative;
		bottom: auto;
		left: 50%;
		margin-left: 0;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	#footer .center .content .column {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	
	#footer .center .content .column:nth-child(3) {
		text-align: center;
	}
	
	#footer .center .content .column:nth-child(3) p:nth-last-child(2) {
		color: rgba(255, 255, 255, .25);
	}
	
	#footer .center .content .column img {
		margin-bottom: 0;
	}
	
	#footer .center .content .column img.barefood, #footer .center .content .column img.giulia {
		display: none;
	}
	
	#footer .center .content .column:nth-child(2) {
		-ms-flex-order: 0;
		order: 0;
	}
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	z-index: 10300;
	-webkit-transition: background-color .35s;
	transition: background-color .35s;
}

#header .center {
	max-width: 1320px;
}

#header .content {
	padding: 0 30px;
}

#header .content nav.mobile, #header .content .nav-social {
	display: none;
}

#header .content nav.main {
	font-size: 1.35rem;
	font-family: "TPE";
	letter-spacing: .075em;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#header .content nav.main a {
	color: #fff;
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 1;
}

#header .content nav.main a.book {
	color: #ff3e56 !important;
}

#header .content nav.main a:hover {
	opacity: .7;
}

#header .content nav.main .left, #header .content nav.main .right {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: calc(50% - 77px);
	-ms-flex-pack: justify;
	justify-content: space-between;
	top: -2px;
}

#header .content .logo {
	width: 94px;
	height: 64px;
	padding: 48px 60px;
}

#header .content .logo a {
	display: block;
}

#header .content .logo a span {
	display: none;
}

#header .content .logo a svg {
	display: block;
}

#header .content .logo a svg .green {
	fill: #fff;
	-webkit-transition: all .35s;
	transition: all .35s;
}

#header .content .logo a svg .red {
	fill: #ff3e56;
}

#header .content .nav-lang {
	width: 38px;
	height: 30px;
	font-weight: bold;
}

#header .content .nav-lang svg {
	position: absolute;
	top: 11px;
	right: 0;
}

#header .content .nav-lang svg path {
	fill: #ff3e56;
}

#header .content .nav-lang:hover .languages a, #header .content .nav-lang.open .languages a {
	opacity: 1;
	pointer-events: auto;
}

#header .content .nav-lang .languages {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 30px;
}

#header .content .nav-lang .languages a {
	color: #ff3e56 !important;
	opacity: 0;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
	pointer-events: none;
}

#header .content .nav-lang .languages a.active {
	-ms-flex-order: -1;
	order: -1;
	opacity: 1;
}

#header.solid, #activity #header, #page #header {
	background-color: #fff;
}

#header.solid .content nav.main .nav-item.has-subnav svg path, #activity #header .content nav.main .nav-item.has-subnav svg path, #page #header .content nav.main .nav-item.has-subnav svg path {
	fill: #3c4e4a;
	-webkit-transition: all .35s;
	transition: all .35s;
}

#header.solid .content nav.main .nav-item.has-subnav:hover svg path, #activity #header .content nav.main .nav-item.has-subnav:hover svg path, #page #header .content nav.main .nav-item.has-subnav:hover svg path {
	fill: #fff;
}

#header.solid .content nav.main a, #activity #header .content nav.main a, #page #header .content nav.main a {
	color: #3c4e4a;
}

#header.solid .content .logo a svg .green, #activity #header .content .logo a svg .green, #page #header .content .logo a svg .green {
	fill: #3c4e4a;
}

#header.solid .content nav.mobile #toggle-menu span, #activity #header .content nav.mobile #toggle-menu span, #page #header .content nav.mobile #toggle-menu span {
	background-color: #3c4e4a;
}

@media screen and (max-width: 1280px) {
	#header .content nav.main .logo {
		padding: 48px 30px;
	}
}

@media screen and (min-width: 1280px) {
	#header .content nav.main .nav-item.has-subnav svg {
		z-index: 5;
		vertical-align: top;
		top: 11px;
		position: relative;
	}
	
	#header .content nav.main .nav-item.has-subnav svg path {
		fill: #fff;
	}
	
	#header .content nav.main .nav-item.has-subnav::before {
		content: "";
		position: absolute;
		top: -15px;
		left: -20px;
		right: -20px;
		bottom: 0;
		background-color: #3c4e4a;
		-webkit-transition: opacity .22s;
		transition: opacity .22s;
		opacity: 0;
		z-index: 3;
	}
	
	#header .content nav.main .nav-item.has-subnav > a {
		position: relative;
		z-index: 5;
	}
	
	#header .content nav.main .nav-item.has-subnav > a:hover {
		opacity: 1;
	}
	
	#header .content nav.main .nav-item.has-subnav:hover::before {
		opacity: 1;
	}
	
	#header .content nav.main .nav-item.has-subnav:hover a {
		color: #fff !important;
	}
	
	#header .content nav.main .nav-item.has-subnav:hover > ul {
		opacity: 1;
		pointer-events: auto;
	}
	
	#header .content nav.main .nav-item.has-subnav ul {
		z-index: 2;
		box-shadow: 0 0 15px 3px rgba(0, 0, 0, .1);
		pointer-events: none;
		-webkit-transition: opacity .22s;
		transition: opacity .22s;
		opacity: 0;
		position: absolute;
		font: bold 1.4rem/1.8rem "TP", Helvetica, Arial, sans-serif;
		letter-spacing: 0;
		text-transform: none;
		list-style: none;
		padding: 15px 0;
		left: -20px;
		top: auto;
		width: calc(100% + 40px);
		background-color: #3c4e4a;
		color: #fff;
	}
	
	#header .content nav.main .nav-item.has-subnav ul li {
		position: relative;
		margin-bottom: .75rem;
		padding: 0 20px;
	}
	
	#header .content nav.main .nav-item.has-subnav ul li:last-child {
		margin-bottom: .3rem;
	}
	
	#header .content nav.main .nav-item.has-subnav ul li.has-subnav::after {
		content: "›";
		position: absolute;
		right: 20px;
	}
	
	#header .content nav.main .nav-item.has-subnav ul li ul {
		width: 100%;
		left: 100%;
		top: -15px;
	}
	
	#header .content nav.main .nav-item.has-subnav ul li:hover ul {
		opacity: 1;
		pointer-events: auto;
	}
}

@media screen and (max-width: 1279px) {
	#header {
		height: 128px;
	}
	
	#header .content nav.mobile {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#header .content nav.mobile #toggle-menu {
		position: relative;
		display: block;
		width: 60px;
		height: 60px;
		left: -22px;
		cursor: pointer;
	}
	
	#header .content nav.mobile #toggle-menu span {
		position: absolute;
		display: block;
		background-color: #fff;
		height: 2px;
		width: 16px;
		left: 22px;
		top: 29px;
		-webkit-transition: .35s;
		transition: .35s;
	}
	
	#header .content nav.mobile #toggle-menu span:first-child {
		top: 22px;
	}
	
	#header .content nav.mobile #toggle-menu span:last-child {
		top: auto;
		bottom: 22px;
	}
	
	#header .content nav.mobile .logo {
		width: 80px;
		height: 54px;
		padding: 37px 0;
	}
	
	#header .content nav.mobile .logo a svg {
		width: 80px;
		height: 54px;
	}
	
	#header .content nav.mobile .nav-lang {
		margin-left: 22px;
	}
	
	#header .content nav.main {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 1);
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: .35s;
		transition: .35s;
		font-size: 1.8rem;
		line-height: 3.6rem;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
	}
	
	#header .content nav.main .nav-item.has-subnav > svg {
		vertical-align: top;
		top: 16px;
		position: relative;
	}
	
	#header .content nav.main .nav-item.has-subnav > svg path {
		fill: #ff3e56 !important;
	}
	
	#header .content nav.main .nav-item.has-subnav > a {
		pointer-events: none;
	}
	
	#header .content nav.main .nav-item.has-subnav.open > a {
		pointer-events: auto;
	}
	
	#header .content nav.main .nav-item.has-subnav.open ul {}
	
	#header .content nav.main .nav-item.has-subnav ul {
		display: none;
		list-style: none;
		font: bold 1.6rem/3rem "TP", Helvetica, Arial, sans-serif;
		text-transform: none;
		letter-spacing: 0;
		padding: 5px 0 10px;
	}
	
	#header .content nav.main .nav-item.has-subnav ul ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-weight: normal;
		padding: 0;
		padding: 0 20px;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	#header .content nav.main .nav-item.has-subnav ul ul li {
		color: #ff3e56;
		margin-right: .2em;
	}
	
	#header .content nav.main .nav-item.has-subnav ul ul li::after {
		content: " -";
	}
	
	#header .content nav.main .nav-item.has-subnav ul ul li:last-child {
		margin-right: 0;
	}
	
	#header .content nav.main .nav-item.has-subnav ul ul li:last-child::after {
		display: none;
	}
	
	#header .content nav.main a {
		color: #ff3e56 !important;
	}
	
	#header .content nav.main .logo {
		-ms-flex-order: -1;
		order: -1;
		display: none;
	}
	
	#header .content nav.main .left {
		padding-top: 128px;
	}
	
	#header .content nav.main .right {
		padding-bottom: 82px;
	}
	
	#header .content nav.main .left, #header .content nav.main .right {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		width: 100%;
	}
	
	#header .content nav.main .nav-lang {
		display: none;
	}
	
	#header .content nav.main .nav-social {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px;
	}
	
	#header .content nav.main .nav-social a.social-icon {
		display: inline-block;
		margin: 3rem 0 0 10px;
		width: 32px;
		height: 32px;
		text-indent: 10300px;
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;
	}
	
	#header .content nav.main .nav-social a.social-icon.instagram {
		background-image: url("/img/bg-icon-instagram-red.svg");
	}
	
	#header .content nav.main .nav-social a.social-icon.facebook {
		background-image: url("/img/bg-icon-facebook-red.svg");
	}
	
	#header .content nav.main .nav-social a.social-icon.youtube {
		background-image: url("/img/bg-icon-youtube-red.svg");
	}
	
	body.show-menu #header {
		position: fixed !important;
		top: 0 !important;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	body.show-menu #header .content .logo a svg .green {
		fill: #3c4e4a;
	}
	
	body.show-menu #header .content nav.mobile #toggle-menu span {
		background-color: #3c4e4a;
	}
	
	body.show-menu #header .content nav.main {
		pointer-events: auto;
		opacity: 1;
	}
}

#hero {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#hero h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

#hero h1 img {
	display: block;
	max-width: 75vw;
}

#hero .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #3c4e4a;
}

#hero .background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .55s ease;
	transition: .55s ease;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#hero .background img.barefood-bar {
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#hero .background img.giulia-hotel {
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#hero .logo {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
	background-color: rgba(60, 78, 74, .5);
}

#hero .logo svg {
	width: 100%;
}

#hero .logo svg .barefood, #hero .logo svg .giulia, #hero .logo svg .g, #hero .logo svg .d {
	-webkit-transition: .55s ease;
	transition: .55s ease;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#hero .hovers {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#hero .hovers a {
	top: 0;
	position: absolute;
	display: block;
	width: 33.33%;
	height: 100%;
}

#hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	pointer-events: none;
}

#hero .overlay .center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	max-width: 1170px;
}

#hero .overlay .center form.book {
	position: relative;
	top: 224px;
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity .33s;
	transition: opacity .33s;
}

body#home .hovers a.home {
	display: none;
}

body#home .hovers a.barefood-bar {
	left: 0;
}

body#home .hovers a.giulia-hotel {
	right: 0;
}

body#home.barefood-preview #hero .background img.home {
	-ms-transform: translateX(60px);
	-webkit-transform: translateX(60px);
	transform: translateX(60px);
}

body#home.barefood-preview #hero .background img.barefood-bar {
	-ms-transform: translateX(calc(-100% + 60px));
	-webkit-transform: translateX(calc(-100% + 60px));
	transform: translateX(calc(-100% + 60px));
}

body#home.barefood-preview #hero .logo .giulia, body#home.barefood-preview #hero .logo .g {
	-ms-transform: translateX(60px);
	-webkit-transform: translateX(60px);
	transform: translateX(60px);
}

body#home.barefood-preview #hero .logo .barefood, body#home.barefood-preview #hero .logo .d {
	-ms-transform: translateX(15px);
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

body#home.giulia-preview #hero .background img.home {
	-ms-transform: translate(-60px);
	-webkit-transform: translate(-60px);
	transform: translate(-60px);
}

body#home.giulia-preview #hero .background img.giulia-hotel {
	-ms-transform: translateX(calc(100% - 60px));
	-webkit-transform: translateX(calc(100% - 60px));
	transform: translateX(calc(100% - 60px));
}

body#home.giulia-preview #hero .logo .giulia, body#home.giulia-preview #hero .logo .g {
	-ms-transform: translateX(-15px);
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
}

body#home.giulia-preview #hero .logo .barefood, body#home.giulia-preview #hero .logo .d {
	-ms-transform: translateX(-60px);
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

body#barefood-bar #hero .overlay .center form.book {
	opacity: 0;
	pointer-events: none;
}

body#barefood-bar #hero .background img.home {
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

body#barefood-bar #hero .background img.barefood-bar {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

body#barefood-bar #hero .background img.giulia-hotel {
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

body#barefood-bar #hero .logo .giulia, body#barefood-bar #hero .logo .g {
	-ms-transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
}

body#barefood-bar #hero .logo .barefood, body#barefood-bar #hero .logo .d {
	-ms-transform: translateX(160px);
	-webkit-transform: translateX(160px);
	transform: translateX(160px);
}

body#barefood-bar .hovers a.home {
	right: 0;
}

body#barefood-bar .hovers a.barefood-bar {
	display: none;
}

body#barefood-bar .hovers a.giulia-hotel {
	display: none;
}

body#barefood-bar.home-preview #hero .background img.barefood-bar, body#barefood-bar.giulia-preview #hero .background img.barefood-bar {
	-ms-transform: translate(-60px);
	-webkit-transform: translate(-60px);
	transform: translate(-60px);
}

body#barefood-bar.home-preview #hero .background img.home, body#barefood-bar.giulia-preview #hero .background img.home {
	-ms-transform: translateX(calc(100% - 60px));
	-webkit-transform: translateX(calc(100% - 60px));
	transform: translateX(calc(100% - 60px));
}

body#barefood-bar.home-preview #hero .logo, body#barefood-bar.giulia-preview #hero .logo {}

body#barefood-bar.home-preview #hero .logo .barefood, body#barefood-bar.giulia-preview #hero .logo .barefood, body#barefood-bar.home-preview #hero .logo .d, body#barefood-bar.giulia-preview #hero .logo .d {
	-ms-transform: translateX(calc(160px - 60px));
	-webkit-transform: translateX(calc(160px - 60px));
	transform: translateX(calc(160px - 60px));
}

body#kamers #hero .logo .giulia, body#kamers #hero .logo .g {
	-ms-transform: translateX(-160px);
	-webkit-transform: translateX(-160px);
	transform: translateX(-160px);
}

body#kamers #hero .logo .barefood, body#kamers #hero .logo .d {
	-ms-transform: translateX(-100vw);
	-webkit-transform: translateX(-100vw);
	transform: translateX(-100vw);
}

body#giulia-hotel #hero .background img.home {
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

body#giulia-hotel #hero .background img.barefood-bar {
	-ms-transform: translateX(-200%);
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}

body#giulia-hotel #hero .background img.giulia-hotel {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

body#giulia-hotel #hero .logo .giulia, body#giulia-hotel #hero .logo .g {
	-ms-transform: translateX(-160px);
	-webkit-transform: translateX(-160px);
	transform: translateX(-160px);
}

body#giulia-hotel #hero .logo .barefood, body#giulia-hotel #hero .logo .d {
	-ms-transform: translateX(-100vw);
	-webkit-transform: translateX(-100vw);
	transform: translateX(-100vw);
}

body#giulia-hotel .hovers a.home {
	left: 0;
}

body#giulia-hotel .hovers a.barefood-bar {
	display: none;
}

body#giulia-hotel .hovers a.giulia-hotel {
	display: none;
}

body#giulia-hotel.home-preview #hero .background img.giulia-hotel, body#giulia-hotel.barefood-preview #hero .background img.giulia-hotel {
	-ms-transform: translate(60px);
	-webkit-transform: translate(60px);
	transform: translate(60px);
}

body#giulia-hotel.home-preview #hero .background img.home, body#giulia-hotel.barefood-preview #hero .background img.home {
	-ms-transform: translateX(calc(-100% + 60px));
	-webkit-transform: translateX(calc(-100% + 60px));
	transform: translateX(calc(-100% + 60px));
}

body#giulia-hotel.home-preview #hero .logo .giulia, body#giulia-hotel.barefood-preview #hero .logo .giulia, body#giulia-hotel.home-preview #hero .logo .g, body#giulia-hotel.barefood-preview #hero .logo .g {
	-ms-transform: translateX(calc(-160px + 60px));
	-webkit-transform: translateX(calc(-160px + 60px));
	transform: translateX(calc(-160px + 60px));
}

@media screen and (max-width: 768px) {
	#hero .logo svg {
		height: 25vw;
	}
	
	#hero .hovers {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	#hero {
		position: absolute;
		height: 100vh;
	}
	
	#hero .logo {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	#hero .logo svg {
		margin-bottom: 155px;
		height: 87px;
	}
	
	#hero .overlay .center {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	#hero .overlay .center form.book {
		top: auto;
		margin-bottom: 60px;
	}
	
	#hero .overlay .center form.book.hover, #hero .overlay .center form.book.active {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

#page-404 #hero .background img.loaded {
	opacity: .5;
}

#page-404 #hero h1 {
	color: #fff;
	font-size: 4.8rem;
	text-transform: uppercase;
	font-family: "TPE";
	line-height: 4.8rem;
	text-align: center;
}

#page-404 #hero .button {
	position: relative;
	top: 120px;
	pointer-events: auto;
}

@media screen and (max-width: 736px) {
	#page-404 #hero .button {
		top: auto;
		bottom: 60px;
		width: 280px;
	}
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.lightbox-active {
	height: auto;
}

.lightbox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.lightbox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.lightbox-container * {
	box-sizing: border-box;
}

.lightbox-outer, .lightbox-inner, .lightbox-bg, .lightbox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.lightbox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.lightbox-bg {
	background: #fff;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.lightbox-is-open .lightbox-bg {
	opacity: 1;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.lightbox-navigation {
	height: 100%;
}

.lightbox-infobar, .lightbox-toolbar, .lightbox-caption, .lightbox-navigation .lightbox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.lightbox-show-infobar .lightbox-infobar, .lightbox-show-toolbar .lightbox-toolbar, .lightbox-show-caption .lightbox-caption, .lightbox-show-nav .lightbox-navigation .lightbox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.lightbox-infobar {
	color: #3c4e4a;
	font-size: 1.4rem;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 80px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 80px;
	min-width: 80px;
	padding: 0 10px;
	pointer-events: none;
	bottom: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lightbox-infobar span {
	margin: 0 5px;
}

.lightbox-toolbar {
	right: 0;
	top: 0;
}

.lightbox-stage {
	direction: ltr;
	overflow: visible;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.lightbox-is-open .lightbox-stage {
	overflow: hidden;
}

.lightbox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 80px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: -ms-transform, opacity;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.lightbox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.lightbox-is-sliding .lightbox-slide, .lightbox-slide--previous, .lightbox-slide--current, .lightbox-slide--next {
	display: block;
}

.lightbox-slide--image {
	overflow: hidden;
	padding: 80px 0;
}

.lightbox-slide--image::before {
	display: none;
}

.lightbox-slide--html {
	padding: 6px;
}

.lightbox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 80px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.lightbox-slide--image .lightbox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: -ms-transform, opacity;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.lightbox-can-zoomOut .lightbox-content {
	cursor: zoom-out;
}

.lightbox-can-zoomIn .lightbox-content {
	cursor: zoom-in;
}

.lightbox-can-swipe .lightbox-content, .lightbox-can-pan .lightbox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.lightbox-is-grabbing .lightbox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.lightbox-container [data-selectable='true'] {
	cursor: text;
}

.lightbox-image, .lightbox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.lightbox-spaceball {
	z-index: 1;
}

.lightbox-slide--video .lightbox-content, .lightbox-slide--map .lightbox-content, .lightbox-slide--pdf .lightbox-content, .lightbox-slide--iframe .lightbox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.lightbox-slide--video .lightbox-content {
	background: #000;
}

.lightbox-slide--map .lightbox-content {
	background: #e5e3df;
}

.lightbox-slide--iframe .lightbox-content {
	background: #fff;
}

.lightbox-video, .lightbox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.lightbox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.lightbox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.lightbox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.lightbox-button {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 60px;
	margin: 0;
	padding: 40px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 60px;
	box-sizing: content-box;
}

.lightbox-button--close {
	background-image: url("/img/bg-icon-close.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.lightbox-button.lightbox-button--close svg {
	display: none;
}

.lightbox-button, .lightbox-button:visited, .lightbox-button:link {
	color: #ccc;
}

.lightbox-button:hover {
	color: #fff;
}

.lightbox-button:focus {
	outline: none;
}

.lightbox-button.lightbox-focus {
	outline: 1px dotted;
}

.lightbox-button[disabled], .lightbox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.lightbox-button div {
	height: 100%;
}

.lightbox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.lightbox-button svg path {
	fill: #3c4e4a;
	stroke-width: 0;
}

.lightbox-button--play svg:nth-child(2), .lightbox-button--fsenter svg:nth-child(2) {
	display: none;
}

.lightbox-button--pause svg:nth-child(1), .lightbox-button--fsexit svg:nth-child(1) {
	display: none;
}

.lightbox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	transition-property: -ms-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.lightbox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -80px;
	z-index: 401;
}

.lightbox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.lightbox-slide--html .lightbox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.lightbox-slide--image.lightbox-is-scaling .lightbox-content {
	overflow: hidden;
}

.lightbox-is-scaling .lightbox-close-small, .lightbox-is-zoomable.lightbox-can-pan .lightbox-close-small {
	display: none;
}

.lightbox-navigation .lightbox-button {
	font-size: 2rem;
	font-family: "TPE";
	font-weight: bold;
	color: #3c4e4a;
	border: 0 none;
	background: none;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	height: calc(100% - 240px);
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	padding: 0 40px;
	box-sizing: content-box;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lightbox-navigation .lightbox-button div {
	padding: 7px;
}

.lightbox-navigation .lightbox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding-right: 25%;
}

.lightbox-navigation .lightbox-button--arrow_right {
	right: 0;
	right: env(safe-area-inset-right);
	padding-left: 25%;
}

.lightbox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 80px 25px 80px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.lightbox-caption--separate {
	margin-top: -50px;
}

.lightbox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.lightbox-caption a, .lightbox-caption a:link, .lightbox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.lightbox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.lightbox-loading {
	-webkit-animation: lightbox-rotate 1s linear infinite;
	animation: lightbox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes lightbox-rotate {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lightbox-rotate {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.lightbox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.lightbox-fx-slide.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lightbox-fx-slide.lightbox-slide--next {
	opacity: 0;
	-ms-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lightbox-fx-slide.lightbox-slide--current {
	opacity: 1;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lightbox-fx-fade.lightbox-slide--previous, .lightbox-fx-fade.lightbox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.lightbox-fx-fade.lightbox-slide--current {
	opacity: 1;
}

.lightbox-fx-zoom-in-out.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: scale3d(1.5, 1.5, 1.5);
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.lightbox-fx-zoom-in-out.lightbox-slide--next {
	opacity: 0;
	-ms-transform: scale3d(.5, .5, .5);
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.lightbox-fx-zoom-in-out.lightbox-slide--current {
	opacity: 1;
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.lightbox-fx-rotate.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.lightbox-fx-rotate.lightbox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lightbox-fx-rotate.lightbox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.lightbox-fx-circular.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lightbox-fx-circular.lightbox-slide--next {
	opacity: 0;
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lightbox-fx-circular.lightbox-slide--current {
	opacity: 1;
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.lightbox-fx-tube.lightbox-slide--previous {
	-ms-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.lightbox-fx-tube.lightbox-slide--next {
	-ms-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.lightbox-fx-tube.lightbox-slide--current {
	-ms-transform: translate3d(0, 0, 0) scale(1);
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

@media (max-height: 576px) {
	.lightbox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.lightbox-slide--image {
		padding: 6px 0;
	}
	
	.lightbox-close-small {
		right: -6px;
	}
	
	.lightbox-slide--image .lightbox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	
	.lightbox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.lightbox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.lightbox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.lightbox-share p {
	margin: 0;
	padding: 0;
}

.lightbox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.lightbox-share__button:visited, .lightbox-share__button:link {
	color: #fff;
}

.lightbox-share__button:hover {
	text-decoration: none;
}

.lightbox-share__button--fb {
	background: #3b5998;
}

.lightbox-share__button--fb:hover {
	background: #344e86;
}

.lightbox-share__button--pt {
	background: #bd081d;
}

.lightbox-share__button--pt:hover {
	background: #aa0719;
}

.lightbox-share__button--tw {
	background: #1da1f2;
}

.lightbox-share__button--tw:hover {
	background: #0d95e8;
}

.lightbox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.lightbox-share__button svg path {
	fill: #fff;
}

.lightbox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.lightbox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.lightbox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.lightbox-show-thumbs .lightbox-thumbs {
	display: block;
}

.lightbox-show-thumbs .lightbox-inner {
	right: 212px;
}

.lightbox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.lightbox-thumbs-x .lightbox-thumbs__list {
	overflow: hidden;
}

.lightbox-thumbs-y .lightbox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.lightbox-thumbs-y .lightbox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.lightbox-thumbs-y .lightbox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.lightbox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.lightbox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.lightbox-thumbs__list a:focus::before {
	opacity: .5;
}

.lightbox-thumbs__list a.lightbox-thumbs-active::before {
	opacity: 1;
}

@media (max-width: 576px) {
	.lightbox-thumbs {
		width: 110px;
	}
	
	.lightbox-show-thumbs .lightbox-inner {
		right: 110px;
	}
	
	.lightbox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

body .ui-datepicker {
	z-index: 107 !important;
}

section#subscribe {
	background-color: #ff3e56;
	color: #fff;
	z-index: 11;
	margin-top: -1px;
}

section#subscribe .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 90px 30px;
}

section#subscribe .content h2 img {
	display: block;
}

section#subscribe .content p {
	position: relative;
	top: -.4rem;
	padding: 0 60px;
}

section#subscribe .content form {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

section#subscribe .content form input {
	color: #2a3231;
	font-size: 1.4rem;
	border: none;
	font-family: inherit;
	background-color: #fff;
	height: 54px;
	box-sizing: border-box;
	padding: 0 20px;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

section#subscribe .content form button {
	border: none;
	font-family: "TPE";
	text-transform: uppercase;
	padding: 0 45px;
	font-size: 1.6rem;
	letter-spacing: .1em;
	color: #fff;
	background-color: #f69faa;
	height: 54px;
	box-sizing: border-box;
	cursor: pointer;
}

section#subscribe .content form .message {
	padding: 13px 20px;
	background-color: rgba(255, 255, 255, .1);
	width: 100%;
	text-align: center;
}

section#subscribe .content form a.privacy {
	position: absolute;
	right: 0;
	bottom: -35px;
	color: #f69faa;
}

form.unsubscribe {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

form.unsubscribe input {
	font-size: 1.4rem;
	font-family: "TPE";
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	line-height: 5rem;
	padding-top: 3px;
	padding-bottom: 7px;
	height: 6rem;
	text-align: center;
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: 0 none;
	background-color: #3c4e4a;
}

form.unsubscribe input[type=submit] {
	cursor: pointer;
	background-color: #ff3e56;
	width: auto;
	padding: 3px 17px 7px 20px;
}

@media screen and (max-width: 768px) {
	section#subscribe .center {
		padding: 0;
	}
	
	section#subscribe .content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
	
	section#subscribe .content h2 {
		display: none;
	}
	
	section#subscribe .content p {
		width: 100%;
		text-align: center;
		padding: 45px 60px;
		display: block;
		top: 0;
	}
	
	section#subscribe .content form {
		width: 100%;
	}
	
	section#subscribe .content form input {
		max-width: calc(100% - 140px);
	}
}

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../img/screenit-play.svg") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -ms-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	-webkit-transition: -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

#page section.main {
	padding-top: 32px;
	padding-bottom: 98px;
}

@media screen and (max-width: 768px) {
	#page section.main {
		padding-top: 0;
	}
}

@media screen and (max-width: 736px) {
	#page section.main {
		padding-top: 83px;
	}
}

#page section.main.terms-and-conditions .content-items article .blocks .block:nth-child(2).text.wide p {
	max-width: 100%;
}

#page section.main .medium-hero {
	padding: 0 30px;
	margin-bottom: 128px;
}

@media screen and (max-width: 736px) {
	#page section.main .medium-hero {
		margin-bottom: 64px;
	}
}

#page section.main .medium-hero figure {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

#page section.main .medium-hero figure a {
	display: block;
}

#page section.main .medium-hero figure a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .35s;
	transition: .35s;
}

#page section.main .medium-hero figure a:hover img {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
