html{
	scroll-behavior:smooth;
	-webkit-user-select:none;
  	-ms-user-select:none;
  	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	box-sizing: border-box;
	max-width: 100%;
	position: relative;
}
::-webkit-scrollbar{
    width:0;
	height:0;
}
.info_window ::-webkit-scrollbar{
    width:10px;
}
.info_window ::-webkit-scrollbar-thumb{
	background:#b2b2b2; 
}
.info_window ::-webkit-scrollbar-thumb:hover{
	background:#8b8b8b; 
}
@keyframes fadein{
	0%{
		opacity:1;
	}
	75%{
		opacity:1;
	}
	100%{
		opacity:0;
		visibility:hidden;
	}
}
#splash{
	position:fixed;
	top:0;
	left:0;
	z-index:3;
	width:100%;
	height:100vh;
	background:white;
	opacity:1;
	animation:fadein 2s ease-in forwards;
}
.rotation{
	max-width: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: column;
}
.rotation span{
	position: absolute;
	top:0;
	left: calc(100%/60 *var(--i));
	width: calc(100%/60);
	height:100%;
}
.rotation img{
	position: absolute;
	top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	width: 100%;
        height:100%;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
}
.rotation img:nth-child(2),
.rotation span:hover + img,
.rotation span.hover_effect{
	opacity: 1;
}
#language_select_screen{
	display:flex;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100vh;
	background:white;
	flex-direction:column;
	flex-wrap:wrap;
    justify-content:center;
	align-items:center;
	font-size:20pt;
}
#languages{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
    justify-content:center;
	align-items:center;
}
#language_select_screen img{
	margin:30px;
	width:auto;
}
#hand_touch{
	top:0;
	bottom:0;
	display:block;
	max-width:100%;
	width:auto;
    height:auto;
    position: absolute;
    left:0;
    right:0;
    margin:auto;
}
img{
	user-select:none;
	-moz-user-select:none;
	-webkit-user-drag:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-webkit-touch-callout:none;
}
body{
	font-family:Montserrat;
	background-color:#fff;
	color:#1d1d1b;
	padding:0;
	width:100%;
	height:100%;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}
.container {
	padding: 0px 20px;
	width: auto;
}

header{
	display:flex;
	flex-direction:row;
        align-items: left;
	background-color:#f6f6f6;
	padding:10px;
	width:100%;
    height:30px;
	box-shadow:0px 0px 40px #1d1d1b80;
	position:fixed;
	top:0;
	z-index:2;
	font-size:12pt;
	flex-wrap:wrap;
	justify-content: space-between;
}
header p{
	margin:0;
	font-size:30px;
	font-weight:bold;
}
header img{
	height:50px;
	margin-right:20px;
}
footer{
	background-color:#1d1d1b;
	color:#f6f6f6;
	line-height:30px;
	padding:4px;
	width:100%;
	font-size:15pt;
	text-align:center;
	z-index:2;
	position:fixed;
	bottom:0;
	width:100%;
        height:30px;
	box-shadow:0px 0px 40px #1d1d1b80;
}
#dummy_header{
	height:50px;
}
#dummy_footer{
	height:45px;
}
.info_window{
	display:flex;
	box-shadow:0px 0px 40px #1d1d1b80;
	top:0;
   	bottom:0;
    left:0;
    right:0;
	margin-top:60px;
	margin-bottom:60px;
	margin-left:10px;
	margin-right:60%;
    width:auto;
    height:auto;
	z-index:1;
	position:fixed;
	visibility:hidden;
	font-size:10pt;
}

.info_overlay {
	width: 100%;
	height: 100%;
}

.info_window p{
	padding-left:2%;
	padding-right:2%;
}
#close_button{
	position:relative;
	background-color:transparent;
	color:white;
	opacity:1;
  	border:none;
	height:30px;
	width:30px;
	font-size:20px;
	cursor:pointer;
	margin-left:10px;
	left: -20px;
}

#close_button a {
	color: #fff;
}
.pin{
	cursor:pointer;
}
.info_window h1,h3{
	color:#f6f6f6;
	padding:10px;
	text-align:center;
	margin: 0;
}
.info_window p{
	text-align:justify;
}
.responsive{
	padding:0 6px;
	margin-top:15px;
	float:left;
	width:49.99999%;
}
@media only screen and (max-width: 700px){
	.responsive{
		width:49.99999%;
		margin:6px 0;
	}
}
@media only screen and (hover: none) and (pointer: coarse){
	.responsive{
		width:49.99999%;
		margin:6px 0;
	}
        .download{
	         bottom: 60px;
                 right: 10px;
        }
}
@media only screen and (max-width: 500px){
	.responsive{
		width:100%;
	}
}
.gallery img{
    padding:0px;
	object-fit:cover;
	aspect-ratio:1/1;
	float:left;
	width:97%;
	border-color:white;
	border-style:solid;
	border-width:5px;
}
.clearfix:after{
	content:"";
	display:table;
	clear:both;
}
#info_header{
	box-shadow:0px 40px 40px #ffffff;
        border-radious: 8px 8px 0px 0px;
	display:flex;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:50px;
	text-align:left;
	margin:auto;
	justify-content:space-between;
	align-items:center;
	z-index:2;
}
#info_body{
	position:absolute;
	background-color:white;
	top:50px;
	bottom:25px;
	left:0;
	padding:50px 20px 20px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	overflow: auto;
}
#info_body p{
	text-align:left;
}
#info_body p i{
	text-align:left;
}
#info_gallery{
	display:flex;
	flex-direction:row;
	padding-bottom:25px;
	width:100%;
}
#info_footer{
	display:flex;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	text-align:center;
	margin:auto;
	justify-content:center;
	align-items:center;
	box-shadow:0px -40px 40px #ffffff;
	z-index:2;
}
a{
	text-decoration:none;
}
.find{
	height:1.5em;
}
.find_button{
	width:100%;
	padding-left:20px;
	padding-right:20px;
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
	justify-content:space-between;
	font-size:20pt;
	font-weight:bold;
	text-decoration:none;
	color:white;
}
#map{
	object-fit:cover;
	position: absolute;
	left: 0%;
	right:0;
	top: 0%;
	cursor: grab;
	transform-origin: top left;
}

.map_wrapper {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
}

.map_container {
	height:85vh;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.btn_map {
	position: absolute;
	width: 70px;
	display: flex;
	flex-direction: column;
	top: 200px;
	right: 0;
}

.btn-zoom {
        background-color:white;
        box-shadow:0px 0px 40px #1d1d1b80;
	cursor:pointer;
	color:#1d1d1b;
	width: 50px;
	height: 50px;
	border: none;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#btn_plus{
        border-radius: 10% 10% 0% 0%;
        width:50px; 
        height:50px;
}
#btn_minus{
        border-radius: 0% 0% 10% 10%; 
        width:50px; 
        height:50px;
}
#btn_plus img{
        width: 50px;
        height: 50px;
        margin: auto;
}
#btn_minus img{
        width: 50px;
        height: 50px;
        margin: auto;
}
.download{
        border-radius: 10% 10% 10% 10%;
        background-color:white;
        box-shadow:0px 0px 40px #1d1d1b80;
        position: absolute;
	width: 50px;
        height: 50px;
	bottom: 200px;
	right: 20px;
        align-items: center;
	justify-content: center;
	text-align: center;
        z-index:10;
}
.download img{
        width: 50px;
        height: 50px;
        margin: auto;
}

@media screen and (hover: none) and (pointer: coarse){
        .download{
	         bottom: 60px;
                 right: 10px;
        }
       .rotation img{
	        position: absolute;
	        top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
	        width: 100%;
                height:auto;
	        object-fit: cover;
	        opacity: 0;
	        pointer-events: none;
        }
	header{
		top:0;
   		bottom:0;
                padding:4px;
    	left:0;
    	right:0;
		display:flex;
		align-items:center;
		background-color:#f6f6f6;
		padding:10px;
		width:90%;
		height:120px;
		box-shadow:0px 0px 40px #1d1d1b80;
		position:fixed;
		width:auto;
		z-index:2;
		font-size:12pt;
		flex-wrap:wrap;
	}
	header p{
		margin:0;
		font-size:36pt;
		font-weight:bold;
	}
	.info_window ::-webkit-scrollbar{
		width:24px;
	}
	footer{
		background-color:#1d1d1b;
		color:#f6f6f6;
		line-height:120px;
		padding:10px;
		font-size:24pt;
		text-align:center;
		z-index:2;
		position:fixed;
		bottom:0;
		width:100%;
		height:120px;
		box-shadow:0px 0px 40px #1d1d1b80;
	}
	#dummy_header{
		height:140px;
	}
	#dummy_footer{
		height:0px;
	}
	.info_window{
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		box-shadow:0px 0px 40px #1d1d1b80;
		top:0;
   		bottom:0;
    	left:0;
    	right:0;
		margin:160px 20px;
    	width:auto;
    	height:auto;
		z-index:1;
		position:fixed;
		font-size:20pt;
		max-height:100%;
	}
	#close_button{
		background-color:transparent;
		color: #fff !important;
  		border:none;
		height:55px;
		width:55px;
		position:relative;
		font-size:45px;
		opacity:1;
	}
	#map{
		/*scale:150%;*/
		/*object-fit:fill;*/
		/*margin-left:55%;*/
		/*margin-top:82%;*/
		/*margin-bottom:77%;*/
	}
	.info_window h1,h3{
		color:#f6f6f6;
		padding:10px;
		text-align:center;
	}
	.info_window p{
		font-size:28pt;
		text-align:justify;
	}
	#info_header{
		display:flex;
		position:relative;
		left:0;
		top:0;
		width:100%;
		height: auto;
		padding:10 0px;
		text-align:center;
		margin:0;
		justify-content:space-between;
  		align-items:center;
                border-radious: 8px 8px 0px 0px;
	}
	#info_body{
		position:relative;
		background-color:white;
		left:0;
		top: -30px;
		padding:60px;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		overflow:auto;
		font-size:32pt;
		height: 100%;
	}
	#info_gallery{
		display:flex;
		flex-direction:row;
		padding-bottom:70px;
		width:100%;
	}
	#info_footer{
		display:flex;
		position:absolute;
		left:0;
		bottom:0;
		height:140px;
		text-align:center;
		justify-content:center;
  		align-items:center;
	}
	.find{
		height:1.5em;
	}
	.find_button{
		display:flex;
		flex-direction:row-reverse;
		align-items:center;
		justify-content:space-between;
		font-size:48pt;
		font-weight:bold;
		text-decoration:none;
		color:white;
		padding-left:50px;
		padding-right:50px;
	}
}
@keyframes slide_in{
		0%{
			transform:translateX(-100%);
		}
		100%{
			transform:translateX(0);
		}
	}
@keyframes slide_out{
	0%{
		transform:translateX(0);
	}
	100%{
		transform:translateX(-100%);
	}
}


@media(max-width:1650px) {
	header {
		height: auto;
		width: 100%;
		position: relative;
	}

	header p {
		font-size:30pt;
	}

	footer {
		font-size:16pt;
		height:80px;
		line-height: 80px;
	}

	#language_select_screen h1 {
		font-size: 16pt;
	}
	#languages a img {
		width: 200px;
	}
	#dummy_header {
		height: 0;
	}
	.btn_map {
		top: 120px;
	}
        .download{
	        bottom: 120px;
                right: 20px;
        }
	.info_window {
		width: 33%;
	}
	.info_window h1, h3 {
		font-size:30px;
	}
	#close_button {
		width: 20px;
		height: 20px;
		font-size: 20px;
	}
	.info_window {
		margin: 120px 20px;
	}
	#info_body p, #info_body{
		font-size: 18px;
	}
	#info_footer {
		height: 50px;

	}
	.find_button {
		font-size: 22px;
	}
	#info_body::-webkit-scrollbar{
		width:10px;
	}
}

@media(max-width:1100px) {
	.info_window {
		width: 45%;
	}
	#info_body {
		padding:20px;
		padding-top: 60px;
	}
	.btn_map {
		width: 50px;
		gap:0px;
                right:10px;
	}
	.btn-zoom {
		padding: 0;
		margin: 0;
		height: 50px;
		width: 50px;
	}
	#map {
		scale: 50%;
	}
        .download{
	         bottom: 60px;
                 right: 10px;
        }
}

@media(max-width:1024px) {
	.map_container {
		overflow: auto;
	}
	#map{
		object-fit:cover;
		position: absolute;
		left: 0;
		right:0;
		top: 0;
	}
        .download{
	         bottom: 60px;
                 right: 10px;
        }
}

@media(max-width:780px) {
	#languages a img {
		width: 150px;
		margin:10px;
	}
	footer {
		 font-size:10pt;
		 height:40px;
		 line-height: 40px;
	 }
	.info_window {
		width: calc(100% - 40px);
		margin: 100px 0px;
		margin-left: auto;
		margin-right: auto;
	}
}


@media(max-width:500px) {
	#languages a img {
		width: 130px;
		margin:10px;
	}
	footer {
		font-size:9pt;
		height:30px;
		line-height: 30px;
	}
	.info_window {
		margin: 70px 0;
		margin-left: auto;
		margin-right: auto;
	}
	.info_window h1, h3 {
		font-size:23px;
	}
	#info_body p, #info_body {
		font-size: 16px;
		padding:15px;
		padding-top:45px;
	}
}

@media(max-width:400px) {
	#languages a img {
		width: 100px;
		margin:10px;
	}
}						