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

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

body {
	background-color:#7a393b;
	font-family: 'Ochre';

}


* {
	margin: 0;
	padding: 0; 
}

#mainContent {
	background-color:#fdf8f3;
}

.row {
	margin:0;
}

img {
	max-width:100%;
}

.bodyText {
	text-align:center;
}

.bodyText form {
	text-align:left;
}

.bodyText h1,.sitemapText h1 {
	font-family: 'Amarante';
}

.privacyText,.sitemapText {
	text-align:left;
}


.privacyText ul {
	margin:15px;
}

.sitemapText a {
	color:#000;
}

.sitemapText p {
	font-size:16px;	
}

.headerDesktop, .headerMobile, .headerMobileHome {
	background-color:#fdf8f3;
	height:110px;
}

.headerMobile, .headerMobileHome {
	display:none !important;
}

.headerMobileHome {
	position:absolute;
	top:0;
	z-index:3;
	width:100%;
	background:none;
}

.showDesktop {
	display:block !important;
}

.showMobile {
	display:none !important;
}

.menubutton {
	text-align:left;
}

.logo, .logoHome {
	text-align:center;
	max-width:100%;
}

.logoWhite {
	display:none;
}

.headerMobileHome .logoWhite {
	display:inline;
}

img.logoBlack,img.logoWhite {
	width:450px;
}

.validate {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

#languageswitch {
	color:#FFF;
	margin-top:50px;
	font-size:20px;
	
}

#languageswitch a {
	font-family: 'Amarante';
	color:#FFF;
	margin-left:10px;
	margin-right:10px;
}

#languageswitch a.selected,.selectedNav {
	text-decoration:underline;
}

#menuInsta {
	margin-top:50px;
	text-align:center;
}

#menuSpacer {
	margin-top:30px;
}

#menuSpacerTop {
	display:none;
}


.footer {
	background-color:#7a393b;
	text-align:center;
	padding-top:10px;
}

.footerpatern {
	background-image: url("../img/footer-patern.png");
	background-repeat: repeat-x;
	height:50px;
}

.footer a, .footer a:hover {
  color: #FFF;
}

.footer p.footerLinks {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #FFF;
  font-family: 'CN Postal';
  font-size: 1.0em;
}

.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}
.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.paddingbottom {
	padding-bottom:30px;
}

.margintop {
	margin-top:20px;
}

.marginbottom {
	margin-bottom:20px;
}

.bookingBackGround {
	background-image: url(../img/booking-background-2023.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:20px;
}


.reservationModule {
	background-color:#fdf8f3;
}

.menuBookUpperRight {
	text-align:right;
}


.menuBook,.menuBook-green {
	font-family: 'Amarante';
	color:#FFF;
	background-color:#7a393b;
	border-radius:0;
	font-size:32px;
	text-transform:uppercase;
	padding-left:30px;
	padding-right:30px;
	margin-top:25px;
	margin-right:30px;
}

.menuBook-green {
	background-color:#57b252;
}

.btn-maxwidth {
	margin:auto;
	width:270px;
	font-size:22px !important;
}

.galleryDesktop .row {
	margin-bottom:10px;
}

.galleryDesktop .galleryPadding {
	padding-left:5px;
	padding-right:5px;
}

/*------------------------------------------------------------------ */
/* navigation */

#navigation {
	position:absolute;
	width:300px;
	height:100%;
	background-color:#9d7b4a;
	padding-top:130px;
	padding-left:50px;
	padding-right:50px;
}

#navigation ul {
	list-style:none;
}

#navigation li {
	margin-bottom:20px;
}

#navigation li a {
	color:#FFF;
	font-size:26px;
	font-family: 'Amarante';
}


/* ------------------------------------------------------------------ */
/* Nav Icon */

#nav-icon,#nav-icon-mob {
	width: 30px;
	height: 25px;
	position: absolute;  	
	margin-top:30px;
	margin-left:15px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon span,#nav-icon-mob span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #0d110e;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1),#nav-icon-mob span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3),#nav-icon-mob span:nth-child(2),#nav-icon-mob span:nth-child(3) {
	top: 9px;
}

#nav-icon span:nth-child(4),#nav-icon-mob span:nth-child(4) {
  	top: 18px;
}

#nav-icon.open span:nth-child(1),#nav-icon-mob.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}

#nav-icon.open span:nth-child(2),#nav-icon-mob.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3),#nav-icon-mob.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4),#nav-icon-mob.open span:nth-child(4) {
	top: 9px;
	width: 0%;
	left: 50%;
}

#nav-icon-text {
	font-family: 'Amarante';
	font-size:24px;
	position: absolute;  	
	margin-top:25px;
	margin-left:80px;
}

.headerMobileHome #nav-icon-mob span {
	background: rgb(255, 255, 255);
}

/* ------------------------------------------------------------------ */
/* OWL carousel */

#owlCarousel {
	min-height:calc(70vh);
}
 
#owlCarouselHome {
	  position: absolute;
	  top:0;
	  height: 100vh;
	  z-index:2;
}

#owlCarouselHome .owl-item .item {
	height: 100vh;
	width:100vw;
	background-size: cover;
}


.owl-nav {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	z-index:10;
}

.owl-prev span,.owl-next span {
	font-size:70px;	
	color:#FFF;
	font-weight:bold;
}

.owl-prev {
	float:left;
	margin-left:15px;
}

.owl-next {
	float:right;
	margin-right:15px;
}

.owl-dots {
	position: absolute;
	width:100%;
	text-align: center;
	top:90%;
	z-index:10;
}

.owl-dots button.owl-dot{
	border: 1px solid gray;
	background: #FFF;
	opacity: 0.5;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	position: relative;
}

.owl-dots button.owl-dot.active span,.owl-dots button.owl-dot:hover span {
	background-color: #FFF;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	position: absolute;
	top: 1px;
	left:1px;
}

.owl-dots button.owl-dot.active,.owl-dots button.owl-dot:hover {
	opacity: 1;
}


/* ------------------------------------------------------------------ */
 
#mainVideo {
    position: relative;
    width: 100% !important;
   
    overflow: hidden;

    video {
        background: url(../img/video-place-holder-desktop-v2.jpg) no-repeat;
       
        min-width: 100%;
        min-height: 100%;
    }
}


video.fullscreen {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  &::-webkit-media-controls {
     display:none !important;
  }
}

video.contentVideo {

	width:100%;
	max-height:600px;
}


#mainVideo {
   position: relative;
   display: grid;
   place-items: center;
   height: calc(100vh - 50px - 110px);
   width: 70vw;
   margin: 0 auto;
   background: #ccc;
}

#videoControls {
	z-index: 1;
}

#videoPlayControl {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:50px;
	height:50px;
	background:none;
	border:0;
	background-image: url(../img/play-icon.svg);	
}

#videoSoundControl {
	position:absolute;
	right:20px;
	top:20px;
	width:50px;
	height:50px;
	background:none;
	border:0;
	background-image: url(../img/sound-on-icon.svg);	
}

#videoSoundControl.muted {
	background-image: url(../img/sound-off-icon.svg);	
}



/* ------------------------------------------------------------------ */

/* Mobile */

@media screen and (max-width: 700px) {

	#languageswitch {
		text-align:center;
	}
	
	
	.nopaddingMob {
		padding:0;
	}

	video.contentVideo {
		background-color:#000;	
		max-height: 192px;
	}

	.nomarginMob {
		margin:0;
	}

	#videoSoundControl {
		width:30px;
		height:30px;
		background-size: contain;
	}

	#mainVideo {
		height: calc(100vh - 50px - 220px);
	}

	#navigation {
		margin-top:0px;
		width:100%;
	}
	
	#navigation ul li {
		text-align:center;
	}
	
	#menuSpacerTop {
	 	display:block;
		padding-top:0px;
		margin-top:0px;
	}
	
	.bookingBackGround {
		padding:0;
		background-image: none;
	}

	.headerMobile, .headerMobileHome {
		height:108px;
	}
	

	img.logoBlack,img.logoWhite {
		margin-top:20px;
		width:100px;
	}

	.headerDesktop {
		display:none !important;
	}
	
	.headerMobile, .headerMobileHome {
		display:block !important;
	}
	
	.menuBookUpperRight {
		text-align:right;
	}
		
	.showDesktop {
		display:none !important;
	}
	
	.showMobile {
		display:block !important;
	}

	.menuBook {
		font-family: 'Amarante';
		color:#FFF;
		background-color:#7a393b;
		border-radius:0;
		font-size:16px;
		text-transform:uppercase;
		padding-left:10px;
		padding-right:10px;
		margin-top:25px;
		margin-right:0px;
	}
	
}

