html, body { font-size:14px;line-height:18px;height:100%;color:#000;font-family: Arial, Helvetica, sans-serif; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, p, blockquote, pre, a, big, em, img, q, small, strong, tt, var, b, u, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0;margin: 0;outline: 0;padding: 0; }

/* Add font */
/* Add: fonts/dir_name/font_name_font.css - more fonts */
/* Add example in index.php: <link rel="stylesheet" href="<?php echo $link_www_src; ?>fonts/proxima/font_proxima.css"> */
/* Edit styles: partners, search, cookies, mobile contact, facebook - dir: /css/functions.css */

.black::-webkit-input-placeholder {color: #000;}
.black:-moz-placeholder { color: #000;}
.black:-ms-input-placeholder { color: #000;}
.black:-moz-placeholder { color: #000;}

@media screen and (min-width: 1100px) {
	
.wrapper { 
	width: 100%;
	height: 5.2vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: rgba(255,255,255,.8);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
	.wrapper__wrap {
		position: relative;
	}
			.wrapper__logo--img {
				height: 4.17vw;
				width: auto;
			}
			.wrapper__menu--name { 
				list-style: none; 
				position: relative;
				margin: 0 0.8vw 0 0.8vw;
			}
				.wrapper__menu--href { 
					position: relative;
					font: normal normal normal 0.9vw/5.2vw Encode Sans;
					color: #343434;
					text-decoration: none;
					padding: 0 1vw 0 1vw; 
					display: inline-block; 
				}
				.wrapper__menu--href:hover { 
					color: #FF7700;
				}
				.wrapper__menu--active {
					color: #FF7700;
				}
				.wrapper__menu--href,
				.wrapper__menu--href:after,
				.wrapper__menu--href:before {
				  transition: all .5s;
				}		
				.wrapper__menu--href:after {
				  position: absolute;
				  bottom: 0;
				  left: 0;
				  right: 0;
				  margin: auto;
				  width: 0%;
				  content: '.';
				  color: transparent;
				  background: #fff;
				  height: 0.2vw;
				}
				.wrapper__menu--active:after,
				.wrapper__menu--href:hover:after {
				  width: 100%;
				  background: #FF7700;
				}								
		.menuPhone {
			display: none !important; 
		}
		.wrapper__vacation {
			height: 5.2vw;
			background-color: #FF7700;
			padding: 0 2.7vw 0 1.8vw;
			font: normal normal normal 0.85vw/1.5vw Encode Sans;
			letter-spacing: 0.01vw;
			color: #FFFFFF;
			flex-flow: column;
			clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
		}
			.wrapper__vacation strong {
				font: normal normal 700 1vw/1.5vw Encode Sans;
			}	
		.social__link {
			margin-right: 0.5vw;
		}	
		.social__link--img {
			height: 2.4vw;
			width: auto;
		}

/* //////////////////////////// HOME ////////////////////////////			 */

.homeHero {
	height: calc(100vh - 5.2vw);
	margin-top: 5.2vw;
	position: relative;
}
.homeHero.subpage {
	height: 34.9vw;
	margin-bottom: 9.5vw;
}
.homeHero.subpage.news {
	margin-bottom: 6vw;
}
	.homeHero__text {
		position: absolute;
		left: 7.3vw;
		width: 45%;
		z-index: 7;
	}
		.homeHero__text--text_20 {
			margin: 1.2vw 0 0 0;
			font-weight: 500;
		}
	.homeHero__slider {
		position: relative;
		height: 100%;
		width: calc(100% - 21.5vw);
	}
	.homeHero__slider.desktopOnly {
		display: block;
	}
	.homeHero__slider.mobileOnly {
		display: none;
	}
		.slideshowShade {
			position: absolute;
			left: -2px;
			top: 0;
			height: 100%;
			width: auto;
			z-index: 6;
		}
		.slideShow { 
			height: 100%;
			overflow: hidden;
		}
			.slideShow__owl { 
				height: 100%;
				z-index: 1; 
				display: block !important;
			}
				.slide { 
					height: 100%;
					background-size: cover !important; 
				}

.homeNews {
	position: relative;
	margin-bottom: 10vw;
}
		.homeNews__header_66 {
			margin-bottom: 3vw;
		}
		.homeNews__link {
			position: absolute;
			right: 0;
			top: 2.4vw;
		}
		.newsContainer {
			display: grid;
			grid-template-columns: repeat(3,1fr);
			gap: 4vw 0.85vw;
		}
			.newsItem__photo {
				width: 100%;
				position: relative;
				height: 14vw;
			}
				.newsItem__photo--date {
					position: absolute;
					left: 0;
					bottom: 0;
					z-index: 6;
					background: #FF7700;
					text-align: center;
					font: normal normal 500 0.85vw/2vw Encode Sans;
					color: #F5CBA6;
					padding: 0 1vw 0 1vw;
				}
			.newsItem__header {
				margin: 1vw 0 1vw 0;
				font: normal normal 700 1.25vw/1.6vw Encode Sans;
				color: #343434;
			}	
			.newsItem__header--text_20 {
				margin-bottom: 1.2vw;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
				height: 4.8vw;
			}

.homePlace {
	width: 100%;
	height: 49.45vw;
	overflow: hidden;
}	
	.homePlace__photo {
		height: 100%;
		position: relative;
	}
	.homePlace__photo.left {
		width: 63.95vw;
	}
		.homePlaceShade1 {
			position: absolute;
			right: 0;
			top: 0;
			z-index: 6;
			height: 100%;
			width: auto;
		}
	.homePlace__photo.right {
		width: 28vw;
	}	
		.homePlaceShade2 {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 6;
			height: 100%;
			width: auto;
		}	
	.homePlace__text {
		position: absolute;
		right: 7.3vw;
		z-index: 7;
		width: 56.6vw;
	}	
		.homePlace__textLeft {
			width: 31.2vw;
		}
			.homePlace__textLeft--header_66 {
				margin-bottom: 2vw;
			}
			.homePlace__textLeft--text_20 {
				margin-bottom: 2vw;
			}
		.homePlace__textRight {
			width: 19.8vw;
			background: #FF7700;
			border: 0.5vw solid #FFAA00;
			border-radius: 7vw;
		}
			.homePlace__textRight--text {
				flex-flow: column;
				font: normal normal 500 1vw/1.5vw Encode Sans;
				letter-spacing: 0.01vw;
				color: #FFFFFF;
				padding: 3.4vw 0 3.4vw 0;
			}
				.homePlace__textRight--text table {
					margin: 1.6vw 0 1.6vw 0;
				}
				.homePlace__textRight--text strong {
					font: normal normal 300 3.45vw/4vw Encode Sans;
				}

.homeOffer {
	padding: 8.5vw 0 0 0;
	background: url('images/homeOfferGradient.png') top no-repeat;
	background-size: 100% auto;
	margin-bottom: 14vw;
}
		.homeOffer__header_66 {
			margin-bottom: 4.6vw;
		}
		.homeOfferContainer {
			display: grid;
			grid-template-columns: repeat(2,1fr);
			gap: 0.85vw;
		}
			.homeOfferItem {
				height: 29vw;
				position: relative;
			}
			.homeOfferItem.rest {
				height: 17.5vw;
			}
				.homeOfferItem__photo .mainPhoto {
					overflow: hidden;
				}
					.homeOfferItem__photo .mainPhoto .mainPhoto__img {
						transition: 0.4s;
					}
					.homeOfferItem:hover .homeOfferItem__photo .mainPhoto .mainPhoto__img {
						transform: scale(1.05);
					}
				.homeOfferItem__text {
					flex-flow: column;
					position: absolute;
					z-index: 5;
					width: 55%;
				}
					.homeOfferItem__text--header {
						position: relative;
						text-align: center;
						font: normal normal 600 1.875vw/2.4vw Encode Sans;
						padding-top: 1.2vw;
						margin-bottom: 1.2vw;
					}
					.homeOfferItem__text--header::before {
						content: '';
						position: absolute;
						top: 0;
						left: calc(50% - 2.25vw);
						width: 5.5vw;
						height: 3px;
						background: #FF7700;
					}
					.homeOfferItem__text--text_18 {
						margin-bottom: 2vw;
						text-align: center;
					}

.homeAttractions {
	margin: 5vw 0 10.5vw 0;
	padding: 3vw 0 0 0;
	overflow: hidden;
}
		.homeAttractionsHeaders {
			width: 36%;
			margin-bottom: 5vw;
		}
		.homeAttractionsText {
			position: absolute;
			right: 3vw;
			top: -3vw;
			padding: 4.8vw 4vw 9.5vw 4vw;
			width: 46.2vw;
			background: #FF7700;
			border: 0.5vw solid #FFAA00;
			-webkit-border-top-right-radius: 7vw;
			-moz-border-radius-topright: 7vw;
			border-top-right-radius: 7vw;
		}
			.homeAttractionsText__text {
				font: normal normal normal 1.15vw/1.77vw Encode Sans;
				color: #FFFFFF;
			}
			.homeAttractionsText__bottom {
				margin: 1.5vw 0 0 0;
			}
					.homeAttractionsNavArrow {
						width: 4.4vw;
						height: auto;
						cursor: pointer;
					}
					.homeAttractionsNavNext {
						margin-left: 2.9vw;
					}
		.homeAttractionsContainer {
			width: 125% !important;
		}	
		.homeAttractionsContainer .owl-nav {
			display: none !important;
		}
			.homeAttractionItem {
				height: 20.8vw;
				display: flex !important;
				margin-right: 1vw;
			}	
				.homeAttractionItem__photo {
					width: 100%;
					height: 100%;
				}
					.homeAttractionItem:hover .homeAttractionItem__photo .fade {
						opacity: 1;
					}
				.homeAttractionItem__text {
					position: absolute;
					width: 80%;
					z-index: 5;
					transition: 0.3s;
					opacity: 0;
				}	
				.homeAttractionItem:hover .homeAttractionItem__text {
					opacity: 1;
				}
					.homeAttractionItem__text--header {
						text-align: center;
						font: normal normal 600 1.5vw/1.8vw Encode Sans;
						color: #FFFFFF;
						margin-bottom: 1.2vw;
					}
					.homeAttractionItem__text--text_20 {
						text-align: center;
						font-weight: 300;
					}

.homeStandards {
	width: 100%;
	height: 43.5vw;
	position: relative;
	overflow: hidden;
}	
.homeStandards.forYou {
	height: auto;
}
	.homeStandards__photo {
		height: 100%;
		position: relative;
	}
	.homeStandards__photo.left {
		width: 28vw;
	}
	.homeStandards__photo.right {
		width: 50.4vw;
	}	
	.homeStandardsBox {
		position: absolute;
		left: 14.5vw;
		right: 14.5vw;
		width: calc(100% - 29vw);
		z-index: 6;
	}
	.homeStandardsBox.forYou {
		position: relative;
		left: unset;
		right: unset;
		width: 100%;
		z-index: 6;
	}
		.homeStandardsContainer {
			margin: 4.5vw 0 0 0;
			width: 100%;
			display: block !important;
		}
			.standardItem {
				flex-flow: column;
			}
				.standardItem__icon {
					height: 4vw !important;
					width: auto !important;
					max-width: 4vw;
					object-fit: scale-down;
				}
				.standardItem__header {
					text-align: center;
					margin-top: 2vw;
					font: normal normal 700 1.05vw/1.6vw Encode Sans;
					color: #343434;
				}
		.homeStandardsNav {
			width: 100%;
			margin: 5vw 0 0 0;
		}		
			.homeStandardsNavArrow {
				width: 4.4vw;
				height: auto;
				cursor: pointer;
			}
			.homeStandardsNavNext {
				margin-left: 2.9vw;
			}

.homeContact {
	margin: 0;
}
.homeContact.homeContact7 {
	margin-top: 5.2vw;
}
	.homeContact__wrap {
		width: 100%;
	}	
		.homeContact__text {
			position: absolute;
			left: 14.5vw;
			z-index: 6;
		}
			.homeContact__text--header_66 span {
				display: block;
			}
			.homeContact__text--text_20 {
				font-weight: 700;
				width: 80%;
				margin: 2.4vw 0 2.6vw 0;
				display: grid;
				grid-template-columns: repeat(2,1fr);
				gap: 1.3vw;
			}
				.homeContact__text--text_20 p {
					padding: 0.6vw 0 0.6vw 1.6vw;
					border-left: 0.3vw solid #FF7700;
					align-self: flex-start;
				}
				.homeContact__text--text_20 a {
					text-decoration: none;
					color: #343434;
				}

/* /// RESERVATION /// */

.reservation {
	flex-flow: column;
	margin: 8vw 0 8vw 0;
}
	.reservation__header_66 {
		text-align: center;
		position: relative;
		padding-top: 1vw;
	}
	.reservation__header_66::before {
		content: '';
		position: absolute;
		left: calc(50% - 2.25vw);
		width: 4.5vw;
		height: 3px;
		top: 0;
		background: #FF7700;
	}
	.reservationModule {
		margin: 3.4vw 0 0 0;
		width: 100%;
	}

/* //////////////////////////// HOME REST //////////////////////////// */

.textPhoto {
	position: relative;
	width: 100%;
	height: 40.6vw;
	margin: 9.5vw 0 9.5vw 0;
	overflow: hidden;
}
	.textPhoto__text {
		position: absolute;
		left: 14.5vw;
		width: 34%;
		z-index: 7;
	}
	.textPhoto__text.right {
		left: unset;
		right: 14.5vw;
	}
		.textPhoto__text--header_66 {
			margin-bottom: 2vw;
		}
	.textPhoto__photo {
		position: relative;
		height: 100%;
		width: 63.95vw; 
	}
		.textPhoto__photo--shade {
			position: absolute;
			top: 0;
			z-index: 6;
			height: 100%;
			width: auto;
		}
		.textPhoto__photo--shade.left {
			left: 0;
		}
		.textPhoto__photo--shade.right {
			right: 0;
		}

.homeRest {
	margin: 0 0 11vw 0;
}

/* //////////////////////////// HOME 4U //////////////////////////// */

.forYouPrices {
	margin: 9.5vw 0 10.5vw 0;
}
	.forYouPrices__text_20 {
		margin: 2vw 0 0 0;
	}
		.forYouPrices__text_20 table td {
			border-bottom: 1px solid #343434;
			padding: 1.2vw 0 1.2vw 0;
		}
		.forYouPrices__text_20 table em {
			font-style: normal;
			font: normal normal normal 0.85vw/1.35vw Encode Sans;
		}
		.forYouPrices__text_20 table tr:nth-of-type(1) td {
			vertical-align: top;
			border-bottom: 2px solid #343434;
		}
	.forYouPrices__text_20.sec {
		line-height: 1.875vw;
	}	
		.forYouPrices__text_20.sec h4 {
			font: normal normal 700 1.25vw/2vw Encode Sans;
		}

.forYouGallery {
	margin: 9.5vw 0 9.5vw 0;
}

/* //////////////////////////// PHOTO GALLERY //////////////////////////// */

.photoGallery {
	margin: 9vw 0 9.5vw 0;
}
	.photoGallery__wrap {
		flex-flow: column;
	}
		.photoGalleryMenu {
			display: grid;
			grid-template-columns: repeat(3,1fr);
			width: calc(100% - 14.6vw);
			margin: 0 0 1.4vw 0;
		}
			.photoGalleryMenu__header {
				position: relative;
				height: 4.5vw;
				text-align: center;
				font: normal normal 700 1vw/1.4vw Encode Sans;
				letter-spacing: 0.01vw;
				color: #343434;
				text-transform: uppercase;
				border-bottom: 2px solid #FF7700;
				cursor: pointer;
				transition: 0.2s;
			}
			.photoGalleryMenu__header:hover,
			.photoGalleryMenu__header.active {
				color: #FF7700;	
			}
			.photoGalleryMenu__header::before {
				content: '';
				transition: 0.2s;
				position: absolute;
				left: 0;
				bottom: -2px;
				width: 100%;
				height: 2px;
				background-color: #FF7700;
			}
			.photoGalleryMenu__header:hover::before,
			.photoGalleryMenu__header.active::before {
				height: 0.3vw;
			}

/* //////////////////////////// ATTRACTRIONS //////////////////////////// */

		.attractionsContainer {
			display: grid;
			grid-template-columns: repeat(2,1fr);
			gap: 0.85vw;
		}
			.homeAttractionItem.attractionItem {
				position: relative;
				height: 29.3vw;
				margin: 0;
			}
				.homeAttractionItem__photo.attractionItem .fade {
					opacity: 1;
					background: rgba(0, 0, 0, 0.5);
				}
				.homeAttractionItem__text.attractionItem {
					opacity: 1;
				}

/* ////////////////////// SINGLE NEWS ////////////////////// */

.singleNewsHero {
	height: 25vw;
}
	.singleNewsHero__header {
		width: 60vw;
		margin-top: 5vw;
		text-align: center;
		font: normal normal 700 2.4vw/3.2vw Noto Serif Display;
		color: #FFFFFF;	
	}

.singleNews {
	display: flex;
	margin: 4vw 0 4vw 0;
}	
	.singleNews__wrap {
		width: 72%;
	}
		.singleNews__photo {
			float: left;
			width: 45%;
			margin: 0 5% 2vw 0;
			position: relative;
		}
		.singleNews__back {
			float: right;
			margin: 1vw 0 0 0;
			cursor: pointer;
		}
		.singleNews__wrap .gallery {
			margin-top: 4vw;
		}

footer { 
	height: 5.8vw;
	background: #343434;
}
		.footer__menu--name {
			width: auto;
			list-style: none; 
			margin-right: 3.4vw;
		}
			.footer__menu--href {
				display: inline-block; 
				text-decoration: none;
				font: normal normal normal 0.85vw/1vw Encode Sans;
				color: #979797;						
			}
			.footer__menu--href:hover { 
				color: #fff;
			}
			.footer__menu--active {
				color: #fff;
			}					

.soda-tip { 
	display:inline;
	opacity: 0.6 
}
.soda-tip:hover { 
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out; 
}
.soda-tip:hover:after { 
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 26px;
	color: #dc407f;
	content: attr(title);
	left: -110px;
	padding: 5px 10px;
	text-align: center;
	position: absolute;
	z-index: 98;
	width: 140px;
	font-size:11px; 
}
.soda-tip:hover:before { 
	border: solid;
	border-color: rgba(0,0,0,.8) transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 40%;
	position: absolute;
	z-index: 99; 
}
.soda a { 
	float: right;
}
.soda {
	position: relative;
	float: left;
}
	.soda a img {
		position: relative;
		float: left;
		width: 80px;
	}			
}

@media screen and (min-width: 0px) and (max-width: 1099px) {
	
	.wrapper { 
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		background: rgba(255,255,255,.8);
		-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px)
	}
		.wrapper__wrap {
			position: relative;
			justify-content: flex-start;
		}
				.wrapper__logo--img {
					height: 44px;
					margin: 11px 0 11px 0;
					width: auto;
				}
				.wrapper__menu { 
					width: 100%;
					display: none;
					margin-bottom: 30px;
				}
				.wrapper__menu--name { 
					width: 100%;
					list-style: none;
					text-align: right;
					display: flex;
					justify-content: flex-end;
					align-items: flex-end;
					flex-direction: column;
					margin: 20px 0 20px 0;
				}
					.wrapper__menu--href { 
						position: relative;
						font: normal normal normal 26px/30px Encode Sans;
						color: #343434;
						text-decoration: none;
						/* padding: 0 1vw 0 1vw;  */
						display: inline-block; 
					}
					.wrapper__menu--href:hover { 
						color: #FF7700;
					}
					.wrapper__menu--active {
						color: #FF7700;
					}
					.wrapper__menu--href,
					.wrapper__menu--href:after,
					.wrapper__menu--href:before {
					  transition: all .5s;
					}		
					.wrapper__menu--href:after {
					  position: absolute;
					  bottom: 0;
					  left: 0;
					  right: 0;
					  margin: auto;
					  width: 0%;
					  content: '.';
					  color: transparent;
					  background: #fff;
					  height: 0.2vw;
					}
					.wrapper__menu--active:after,
					.wrapper__menu--href:hover:after {
					  width: 100%;
					  background: #FF7700;
					}								
			.menuPhone {
				position: absolute;
				right: 0;
				top: 20px;
				cursor: pointer;
				height: 30px;
				filter: brightness(100);
			}
			.wrapper__vacation {
				margin: 0 0 0 15px;
				background-color: #FF7700;
				padding: 5px 15px 5px 10px;
				font: normal normal normal 12px/20px Encode Sans;
				letter-spacing: 0.01vw;
				color: #FFFFFF;
				flex-flow: column;
				clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
			}
				.wrapper__vacation strong {
					font: normal normal 700 14px/20px Encode Sans;
				}
	.social {
		position: absolute;
		right: 40px;
		top: 18px;
	}	
		.social__link {
			margin-left: 4px;
		}
			.social__link--img {
				height: 34px;
			}
	
	/* //////////////////////////// HOME ////////////////////////////			 */
	
	.homeHero {
		width: 100%;
		height: calc(100vh - 70px);
		margin-top: 70px;
		position: relative;
		overflow: hidden;
	}
	.homeHero.subpage {
		/* height: 34.9vw;
		margin-bottom: 9.5vw; */
	}
	.homeHero.subpage.news {
		margin-bottom: 10vw;
	}
		.homeHero__text {
			position: absolute;
			left: 3%;
			width: 94%;
			z-index: 7;
		}
			.homeHero__text--text_20 {
				margin: 3vw 0 0 0;
				font-weight: 500;
				width: 84%;
			}
		.homeHero__slider {
			position: relative;
			height: 100%;
			width: 100%;
		}
		.homeHero__slider.desktopOnly {
			display: none;
		}
		.homeHero__slider.mobileOnly {
			display: block;
		}
			.slideshowShade {
				position: absolute;
				left: -20vw;
				top: 0;
				height: 100%;
				width: auto;
				z-index: 6;
			}
			.slideShow { 
				height: 100%;
				overflow: hidden;
			}
				.slideShow__owl { 
					height: 100%;
					z-index: 1; 
					display: block !important;
				}
					.slide { 
						height: 100%;
						background-size: cover !important; 
					}
	
	.homeNews {
		position: relative;
		margin-bottom: 20vw;
	}
		.homeNews__wrap {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-flow: column;
			flex-wrap: wrap;
		}
			.homeNews__header_20 {
				width: 100%;
				order: 1;
			}
			.homeNews__header_66 {
				width: 100%;
				order: 2;
				margin-bottom: 6vw;
			}
			.homeNews__link {
				order: 4;
				margin: 0;
			}
			.newsContainer {
				display: block;
				order: 3;
			}
				.newsItem {
					margin-bottom: 10vw;
				}
				.newsItem__photo {
					width: 100%;
					position: relative;
					height: 55vw;
				}
					.newsItem__photo--date {
						position: absolute;
						left: 0;
						bottom: 0;
						z-index: 6;
						background: #FF7700;
						text-align: center;
						font: normal normal 500 15px/34px Encode Sans;
						color: #F5CBA6;
						padding: 0 10px 0 10px;
					}
				.newsItem__header {
					margin: 20px 0 10px 0;
					font: normal normal 700 18px/24px Encode Sans;
					color: #343434;
				}	
				.newsItem__header--text_20 {
					margin-bottom: 15px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 3;
					-webkit-box-orient: vertical;
					height: 72px;
				}
	
	.homePlace {
		width: 100%;
		/* height: 49.45vw; */
		overflow: hidden;
	}	
		.homePlace__photo {
			height: 100%;
			position: relative;
		}
		.homePlace__photo.left {
			/* width: 63.95vw; */
		}
			.homePlaceShade1 {
				display: none;
			}
		.homePlace__photo.right {
			width: 28vw;
			display: none;
		}	
			.homePlaceShade2 {
				display: none;
			}	
		.homePlace__text {
			
		}	
			.homePlace__textLeft {
				width: 94%;
				margin: 10vw 3% 6vw 3%;
			}
				.homePlace__textLeft--header_66 {
					margin-bottom: 4vw;
				}
				.homePlace__textLeft--text_20 {
					margin-bottom: 4vw;
				}
			.homePlace__textRight {
				width: 94%;
				margin: 0 3% 6vw 3%;
				background: #FF7700;
				border: 5px solid #FFAA00;
				border-radius: 12vw;
			}
				.homePlace__textRight--text {
					flex-flow: column;
					font: normal normal 500 18px/28px Encode Sans;
					letter-spacing: 0.01vw;
					color: #FFFFFF;
					padding: 8vw 0 8vw 0;
				}
					.homePlace__textRight--text table {
						margin: 4vw 0 4vw 0;
					}
					.homePlace__textRight--text strong {
						font: normal normal 300 12vw/16vw Encode Sans;
					}
	
	.homeOffer {
		padding: 14vw 0 0 0;
		background: url('images/homeOfferGradient.png') top no-repeat;
		background-size: 100% auto;
		margin-bottom: 14vw;
	}
			.homeOffer__header_66 {
				margin-bottom: 8vw;
			}
			.homeOfferContainer {
				display: block;
			}
				.homeOfferItem {
					height: 62vw;
					position: relative;
					margin-bottom: 3%;
				}
				.homeOfferItem.rest {
					height: 17.5vw;
				}
					.homeOfferItem__photo {
						width: 100%;
						height: 100%;
					}
					.homeOfferItem__photo .mainPhoto {
						overflow: hidden;
					}
						.homeOfferItem__photo .mainPhoto .mainPhoto__img {
							transition: 0.4s;
						}
						.homeOfferItem:hover .homeOfferItem__photo .mainPhoto .mainPhoto__img {
							transform: scale(1.05);
						}
					.homeOfferItem__text {
						flex-flow: column;
						position: absolute;
						z-index: 5;
						width: 80%;
					}
						.homeOfferItem__text--header {
							position: relative;
							text-align: center;
							font: normal normal 600 8vw/10vw Encode Sans;
							padding-top: 2.5vw;
							margin-bottom: 2.5vw;
						}
						.homeOfferItem__text--header::before {
							content: '';
							position: absolute;
							top: 0;
							left: calc(50% - 4.5vw);
							width: 9vw;
							height: 3px;
							background: #FF7700;
						}
						.homeOfferItem__text--text_18 {
							margin-bottom: 4vw;
							text-align: center;
						}
	
	.homeAttractions {
		margin: 10vw 0 10.5vw 0;
		overflow: hidden;
	}
			.homeAttractionsHeaders {
				width: 100%;
				margin-bottom: 8vw;
			}
			.homeAttractionsText {
				padding: 8vw;
				width: 100%;
				background: #FF7700;
				border: 5px solid #FFAA00;
				border-radius: 12vw;
			}
				.homeAttractionsText__text {
					font: normal normal normal 16px/24px Encode Sans;
					color: #FFFFFF;
				}
				.homeAttractionsText__bottom {
					margin: 5vw 0 0 0;
				}
						.homeAttractionsNavArrow {
							width: 50px;
							height: auto;
							cursor: pointer;
						}
						.homeAttractionsNavNext {
							margin-left: 20px;
						}
			.homeAttractionsContainer {
				width: 100% !important;
				margin: 6vw 0 0 0;
			}	
			.homeAttractionsContainer .owl-nav {
				display: none !important;
			}
				.homeAttractionItem {
					height: 60vw;
					display: flex !important;
					margin-right: 1vw;
				}	
					.homeAttractionItem__photo {
						width: 100%;
						height: 100%;
					}
						.homeAttractionItem .homeAttractionItem__photo .fade {
							opacity: 1;
							background: rgba(0, 0, 0, 0.45);
						}
					.homeAttractionItem__text {
						position: absolute;
						width: 86%;
						z-index: 5;
						transition: 0.3s;
						opacity: 0;
					}	
					.homeAttractionItem .homeAttractionItem__text {
						opacity: 1;
					}
						.homeAttractionItem__text--header {
							text-align: center;
							font: normal normal 600 4vw/6vw Encode Sans;
							color: #FFFFFF;
							margin-bottom: 2vw;
						}
						.homeAttractionItem__text--text_20 {
							text-align: center;
							font-weight: 300;
						}
	
	.homeStandards {
		width: 100%;
		/* height: 43.5vw; */
		position: relative;
		overflow: hidden;
	}	
	.homeStandards.forYou {
		height: auto;
	}
		.homeStandards__photo {
			height: 100%;
			position: relative;
		}
		.homeStandards__photo.left {
			display: none;
		}
		.homeStandards__photo.right {
			width: 100%;
		}	
		.homeStandardsBox {
			width: 94%;
			margin: 10vw 3% 10vw 3%; 
			z-index: 6;
		}
		.homeStandardsBox.forYou {
			position: relative;
			left: unset;
			right: unset;
			width: 100%;
			margin: 10vw 0 10vw 0;
			z-index: 6;
		}
			.homeStandardsContainer {
				margin: 8vw 0 0 0;
				width: 100%;
				display: block !important;
			}
				.homeStandardsContainer .owl-nav {
					display: none !important;
				}
				.standardItem {
					flex-flow: column;
				}
					.standardItem__icon {
						height: 15vw !important;
						width: auto !important;
						max-width: 15vw;
						object-fit: scale-down;
					}
					.standardItem__header {
						text-align: center;
						margin-top: 4vw;
						font: normal normal 700 4vw/6vw Encode Sans;
						color: #343434;
					}
			.homeStandardsNav {
				width: 100%;
				margin: 8vw 0 0 0;
			}		
				.homeStandardsNavArrow {
					width: 50px;
					height: auto;
					cursor: pointer;
				}
				.homeStandardsNavNext {
					margin-left: 20px;
				}
	
	.homeContact {
		margin: 10vw 0 0 0;
	}
	.homeContact.homeContact7 {
		margin-top: calc(70px + 8vw);
	}
		.homeContact__wrap {
			width: 100%;
		}	
			.homeContact__photo {
				order: 2;
				height: 55vh;
			}
			.homeContact__text {
				order: 1;
				width: 94%;
				margin: 0 3% 10vw 3%;
			}
				.homeContact__text--header_66 span {
					display: block;
				}
				.homeContact__text--text_20 {
					font-weight: 700;
					width: 80%;
					margin: 6vw 0 6vw 0;
				}
					.homeContact__text--text_20 p {
						padding: 10px 0 10px 20px;
						margin: 10px 0 10px 0;
						border-left: 2px solid #FF7700;
						align-self: flex-start;
					}
					.homeContact__text--text_20 a {
						text-decoration: none;
						color: #343434;
					}
	
	/* /// RESERVATION /// */
	
	.reservation {
		flex-flow: column;
		margin: 15vw 0 15vw 0;
	}
		.reservation__header_66 {
			text-align: center;
			position: relative;
			padding-top: 2.5vw;
		}
		.reservation__header_66::before {
			content: '';
			position: absolute;
			left: calc(50% - 4.5vw);
			width: 9vw;
			height: 3px;
			top: 0;
			background: #FF7700;
		}
		.reservationModule {
			margin: 3.4vw 0 0 0;
			width: 100%;
		}
	
	/* //////////////////////////// HOME REST //////////////////////////// */
	
	.textPhoto {
		position: relative;
		width: 100%;
		margin: 10vw 0 0 0;
		overflow: hidden;
	}
		.textPhoto__text {
			width: 94%;
			margin: 0 3% 8vw 3%;
		}
		.textPhoto__text.right {
			/* left: unset;
			right: 14.5vw; */
		}
			.textPhoto__text--header_66 {
				margin-bottom: 4vw;
			}
		.textPhoto__photo {
			position: relative;
			width: 100%; 
		}
			.textPhoto__photo--shade {
				display: none;
			}
	
	.homeRest {
		margin: 0 0 11vw 0;
	}
	
	/* //////////////////////////// HOME 4U //////////////////////////// */
	
	.forYouPrices {
		margin: 9.5vw 0 10.5vw 0;
	}
		.forYouPrices__text_20 {
			margin: 2vw 0 0 0;
		}
			.forYouPrices__text_20 table td {
				border-bottom: 1px solid #343434;
				padding: 8px 0 8px 0;
			}
			.forYouPrices__text_20 table em {
				font-style: normal;
				font: normal normal normal 14px/20px Encode Sans;
			}
			.forYouPrices__text_20 table tr:nth-of-type(1) td {
				vertical-align: top;
				border-bottom: 2px solid #343434;
			}
		.forYouPrices__text_20.sec {
			/* line-height: 1.875vw; */
		}	
			.forYouPrices__text_20.sec h4 {
				font: normal normal 700 1.25vw/2vw Encode Sans;
			}
	
	.forYouGallery {
		margin: 9.5vw 0 9.5vw 0;
	}
	
	/* //////////////////////////// PHOTO GALLERY //////////////////////////// */
	
	.photoGallery {
		margin: 9vw 0 9.5vw 0;
	}
		.photoGallery__wrap {
			flex-flow: column;
		}
			.photoGalleryMenu {
				display: grid;
				grid-template-columns: repeat(3,1fr);
				width: 100%;
				margin: 0 0 3vw 0;
			}
				.photoGalleryMenu__header {
					position: relative;
					height: 12vw;
					text-align: center;
					font: normal normal 700 3vw/4vw Encode Sans;
					letter-spacing: 0.01vw;
					color: #343434;
					text-transform: uppercase;
					border-bottom: 2px solid #FF7700;
					cursor: pointer;
					transition: 0.2s;
				}
				.photoGalleryMenu__header:hover,
				.photoGalleryMenu__header.active {
					color: #FF7700;	
				}
				.photoGalleryMenu__header::before {
					content: '';
					transition: 0.2s;
					position: absolute;
					left: 0;
					bottom: -2px;
					width: 100%;
					height: 2px;
					background-color: #FF7700;
				}
				.photoGalleryMenu__header:hover::before,
				.photoGalleryMenu__header.active::before {
					height: 4px;
				}
	
	/* //////////////////////////// ATTRACTRIONS //////////////////////////// */
	
			.attractionsContainer {
				display: block;
				margin: 8vw 0 0 0;
			}
				.homeAttractionItem.attractionItem {
					position: relative;
					min-height: 60vw;
					margin: 0 0 3% 0;
				}
					.homeAttractionItem__photo.attractionItem .fade {
						opacity: 1;
						background: rgba(0, 0, 0, 0.5);
					}
					.homeAttractionItem__text.attractionItem {
						opacity: 1;
					}
	
	/* ////////////////////// SINGLE NEWS ////////////////////// */
	
	.singleNewsHero {
		height: 25vw;
	}
		.singleNewsHero__header {
			width: 60vw;
			margin-top: 5vw;
			text-align: center;
			font: normal normal 700 2.4vw/3.2vw Noto Serif Display;
			color: #FFFFFF;	
		}
	
	.singleNews {
		display: flex;
		margin: 10vw 0 8vw 0;
	}	
		.singleNews__wrap {
			width: 94%;
		}
			.singleNews__photo {
				width: 100%;
				margin: 0 0 6vw 0;
				position: relative;
			}
			.singleNews__back {
				float: right;
				margin: 4vw 0 0 0;
				cursor: pointer;
			}
			.singleNews__wrap .gallery {
				margin-top: 6vw;
			}
	
	footer { 
		height: 60px;
		background: #343434;
	}
		.footer__wrap {
			justify-content: center;
			align-items: center;
		}
			.footer__menu {
				display: none;
			}
			.footer__menu--name {
				width: auto;
				list-style: none; 
				margin-right: 3.4vw;
			}
				.footer__menu--href {
					display: inline-block; 
					text-decoration: none;
					font: normal normal normal 0.85vw/1vw Encode Sans;
					color: #979797;						
				}
				.footer__menu--href:hover { 
					color: #fff;
				}
				.footer__menu--active {
					color: #fff;
				}					
	
	.soda-tip { 
		display:inline;
		opacity: 0.6 
	}
	.soda-tip:hover { 
		opacity: 1;
		transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-webkit-transition: opacity .5s ease-in-out; 
	}
	.soda-tip:hover:after { 
		background: #333;
		background: rgba(0,0,0,.8);
		border-radius: 5px;
		bottom: 26px;
		color: #dc407f;
		content: attr(title);
		left: -110px;
		padding: 5px 10px;
		text-align: center;
		position: absolute;
		z-index: 98;
		width: 140px;
		font-size:11px; 
	}
	.soda-tip:hover:before { 
		border: solid;
		border-color: rgba(0,0,0,.8) transparent;
		border-width: 6px 6px 0 6px;
		bottom: 20px;
		content: "";
		left: 40%;
		position: absolute;
		z-index: 99; 
	}
	.soda a { 
		float: right;
	}
	.soda {
		position: relative;
		float: left;
	}
		.soda a img {
			position: relative;
			float: left;
			width: 80px;
		}			
	}