* {
	position: relative;
	overflow: auto;
	z-index: 100;
}
iframe {
	border: none;
}
	input {
		overflow: visible;
	}
html {
	background-color: #97B2BD;
	background-image: url("../img/background_checkerboard.png"), url("../img/background-sky2.jpg");
	background-position: left top, center top;
	background-repeat: repeat, no-repeat;
	background-size: cover;
	padding-bottom: 70px;
	line-height: 1.4;
}
body {
	background-color: #FFF;
	box-shadow: 0px 0px 5px 1px rgba(28, 31, 32, 0.15);
	border-radius: 5px;
	width: 760px;
	margin: 20px auto;
	overflow: visible;
	position: static;
	font-family: "Helvetica", "Arial", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "KreonBold", serif;
	font-weight: bold;
}
h1 {
	margin-top: 1.2em;
}
	h1:first-child {
		margin-top: 0.8em;
	}
#lang-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
	#lang-top a {
		display: block;
		float: left;
		margin-right: 10px;
		height: 18px;
		overflow: hidden;
	}
	#lang-top .container {
		background-color: white;
		padding: 10px 10px;
		padding-right: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		border-bottom-right-radius: 20px;
		float: left;
	}
	#lang-top .fix {
		width: 20px;
		height: 20px;
		background-image: url('../img/fix-lang.png');
		float: left;
	}
#map-top {
	float: left;
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 183px;
	height: 87px;
	border: 1px solid white;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	background: url('../img/retard-map.png');
}
#name-top {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 4.5em;
	font-family: "Whitney Cond A", "Whitney Cond B", "ronnia-condensed", sans-serif;
	color: #dbedf4;
	-webkit-text-fill-color: #dbedf4;
	text-shadow: black 0 0 0.2em;
	padding: 0 0.2em;
}
	#name-top span {
		font-variant:small-caps;
		font-size: 1.4em;
	}
#stars {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 3em;
	font-family: "Whitney Cond A", "Whitney Cond B", "ronnia-condensed", sans-serif;
	color: yellow;
	-webkit-text-fill-color: yellow;
	text-shadow: black 0 0 0.2em;
}
#slideshow {
	background: url('../img/slide-background.png');
	width: 100%;
	height: 150px;
	margin-top: 5px;
	overflow: hidden;
}
	#slideshow .images {
		width: 2280px;
		height: 150px;
		overflow: hidden;
	}
		#slideshow .images * {
			width: 760px;
			height: 150px;
			border: 0;
			padding: 0;
			margin: 0;
			float: left;
		}

	.slides_container {
		width: 760px;
		overflow: hidden;
		position: relative;
		display: none;
	}
		.slides_container * {
			width: 760px;
			height: 150px;
			display: block;
			padding: 0;
			margin: 0;
			border: 0;
		}


	#slideshow .controls {
		border: 0;
		padding: 0;
		margin: 0;
		display: block;
		list-style: none;
		position: absolute;
		bottom: 10px;
		right: 15px;
		padding: 5px 9px;
		padding-right: 5px;
		background: white;
		border-radius: 5px;
		z-index: 100;
		overflow: none;
		opacity: 0.4;
	}
		#slideshow .controls li {
			border: 0;
			padding: 0;
			margin: 0;
			display: block;
			float: left;
			overflow: none;
		}
			#slideshow .controls li a {
				display: block;
				background: lightgray;
				color: gray;
				margin-right: 5px;
				overflow: none;
				width: 8px;
				font-size: 0px;
				height: 8px;
				border-radius: 4px;
			}
			#slideshow .controls li.current a {
				background: DodgerBlue;
			}
		.div1 {
			background-color: green;
		}
		.div2 {
			background-color: yellow;
		}
		.div3 {
			background-color: indigo;
		}
#main {
	padding: 0 15px;
}
#content {
	float: left;
	border-left: 0px solid black;
	padding-left: 15px;
	width: 530px;
}
	/*#content > div {
		float: left;
		width: 380px;
		margin-right: 10px;
	}*/
	ul.gallery {
		display: block;
		/*float: left;*/
		/*width: 140px;*/
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
		text-align: center;
	}
		ul.gallery * {
			float: left;
			width: 140px;
			height: auto;
			margin-bottom: 8px;
		}
		ul.gallery li {
			border: 4px solid transparent;
		}
		ul.gallery *:last-child {
			margin-bottom: 0px;
		}

#menu {
	float: left;
	width: 185px;
	background-color: #2F5085;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	padding-bottom: 8px;
	padding-top: 3px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
	#menu li {
		display: block;
		margin: 0;
		border: 0;
		transition: background-color 0.2s;
	}
	#menu ul {
		margin: 0;
		border: 0;
		padding: 0;
	}
		#menu li a {
			display: block;
			text-align: center;
			padding: 6px 0;
			color: #d4e6ee;
		}
		#menu li span {
			display: block;
			text-align: center;
			padding: 6px 0;
			color: #d4e6ee;
			cursor: pointer;
		}
		#menu li.current li.current span {
			text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
		}
			#menu li span:focus,
			#menu li span:hover {
				color: #A6CBDB;
			}
		#menu li.current li.current,
		#menu li li:hover {
			background: #B1D3E0;
		}
		#menu li.current li.current a {
			text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
		}
			#menu li a:focus,
			#menu li a:hover {
				color: #A6CBDB;
			}
		#menu li ul {
			/* display: none; */
			background-color: #d1e7f0;
		}
		#menu li.current ul {
			display: block;
		}
			#menu li ul li a:focus,
			#menu li ul li a:hover {
				color: #09f;
			}
			#menu li ul li a {
				color: #06c;
			}
h1 {
	font-size: 1.6em;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}
h2 {
	color: #005DA4;
	font-size: 1.3em;
	margin: 0.7em 0;
}
h3 {
	color: #666699;
	font-size: 1.2em;
	line-height: 130%;
	margin: 0.3em 0;
}
#footer {
	font-size: 0.8em;
	color: gray;
	text-align: center;
	padding: 5px 20px;
	padding-top: 10px;
}
    #footer a {
        color: gray;
    }
    #footer a:focus,
    #footer a:hover {
		color: #09f;
	}

.calendar .month {
	float: left;
	text-align: center;
	width: 140px;
	margin-right: 18px;
	margin-left: 18px;
	height: 174px;
}
	.calendar .month div > div {
		float: left;
		width: 20px;
		padding: 1px 0;
	}
	.calendar h2 {
		text-align: center;
	}
	.calendar .past {
		background-color: lightgray;
	}
	.calendar .today {
		background-color: LightCoral;
		border: 1px solid red;
		padding: 0 !important;
		width: 18px !important;
	}
	.calendar .reserved {
		background-color: LightSalmon;
	}

#content form * {
	float: left;
	overflow: visible;
	margin-bottom: 3px;
}
	#content form div {
		padding-top: 2px;
		width: 50px;
	}
	#content form input:not([type="submit"]) {
		width: 474px;
		border: 1px solid #B2B3B7;
		padding: 2px;
	}
		#content form input[type="submit"] {
			float: right;
		}
	#content form input.date {
		width: 219px;
	}
	#content form .to {
		width: 30px;
		text-align: center;
	}
	#content form textarea {
		width: 524px;
		max-width: 524px;
		min-height: 150px;
		border: 1px solid #B2B3B7;
		padding: 2px;
	}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;

}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

#covid {
	background: darkred;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
	margin-top: 15px;
	border-radius: 5px;
	text-align: center;
}
