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

body {
	font-family: 'Tahoma', 'Verdana';
	color: #fff;
	background: #dddddd;
	height: 100vh;
	overflow: hidden;
	font-size: 16px;
}

a {
	text-decoration: none;
    color: #E30613;
    font-weight: bold;
	outline: none;
}

a:hover,
a:focus {
	color: #E30613;
	text-decoration: underline;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


/* Overlay with menu */
.overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
}

.overlay--loader {
	z-index: 1000;
	background: #fff;
}

.overlay--info {
	background: rgba(23,94,236,0.4);
}

.overlay--menu {
	background: rgba(255,25,25,0.66);
}

.js .overlay--active {
	pointer-events: auto;
	opacity: 1;
}

.loader {
	display: flex;
}

.loader div {
	width: 30px;
	height: 30px;
	margin: -30px 0.2em 0;
	border: 4px solid;
	background: #e9e9e9;
	animation: anim-loader 0.8s alternate infinite forwards;
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader div:nth-child(2) {
	background: #1db37b;
	animation-delay: 0.15s;
}

.loader div:nth-child(3) {
	animation-delay: 0.3s;
}

@keyframes anim-loader {
	100% {
		transform: translate3d(0,30px,0) scale3d(0.9,0.9,1);
	}
}

h2 {
	font-size: 1.5em;
}

p {
	font-size: 1em;
	line-height: 1.4em;
}

/* Info opener */
#canvas-info-wrapper-mobile {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0px;
	background-color: #bbb;
    box-shadow: inset 0 0 200px 0 rgb(0 0 0 / 40%);
	background-size: cover;
	display: none;
}

#canvas-info-wrapper-mobile.is-open {
	display: block;
}

.close-info-window-mobile {
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: hidden;
    display: inline-block;
    background: url(../img/per/close_btn.svg) no-repeat left top transparent;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
}

#canvas-info-box-mobile {
	width: 100vw;
    height: 100vh;
    display: flex;
	flex-wrap: wrap;
	overflow: scroll;
	padding: 10vw;
}

#canvas-info-box-mobile .text {
	order: 2;
	width: 100%;
	padding-bottom: 50px;
}

#canvas-info-box-mobile .image {
	order: 1;
	width: 100%;
}

#canvas-info-box-mobile .image > img {
	margin-bottom: 12px;
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 6px 1px #636363;
    box-shadow: 0px 0px 6px 1px #636363;
}

#canvas-info-box-mobile .image > span > img {
	max-width: 100%;
	height: auto;
}




/* The stage */
.stage {
	/* Change the background here for the actual stage */
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 75vh;
	position: relative;
}

.stage__content {
	padding: 10vh 25px 0;
}

.stage__content img {
	max-width: 100%;
	height: auto;
}

.stage__bottom {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 35vh;
	transform: translateY(-10vh);
	overflow: hidden;
}

.stage__bottom img {
	position: absolute;
	width: auto;
	height: 40vh;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	/* margin: 0 auto; */
}

.glide__slide {
	height: auto;
	display: flex;
	align-items: center;
}

.glide__slide a {
	display: block;
	padding: 10px 25px;
}

.glide__slide a img.room__img {
	width: 100%;
	height: auto;
}

@media only screen
and (min-width: 1px)
and (max-width: 900px) {
	
}

.show-more-info-mobile {
	max-width: none !important;
}

#canvas-info-box-mobile .img__title__lightbox {
	position: relative;
	margin-bottom: 0px;
    padding-left: 0px;
}

#canvas-info-box-mobile .img__title__lightbox {
	height: auto !important;
}


.glide__slide #img-title-6 {
	height: 3.3vh;
}
