<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "icon.css";

#nav a.active{
    /*color: red;*/
}
#contentbox {
    position: relative;
    overflow: hidden;
}

.play {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 100001;
    padding: 5px;
    top: 0px;
    right: 0px;
    font-size: 2em;
    padding-top: 13px;
}

#formularForm label span{
	width: 100%;
	display: block;
	float: left;
}

#lightbox {
	position: fixed;
	height: 100%;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 5%;
	margin: 0;
	display: none;
	z-index: 999999;
	background-color: white;
	background-color: rgba(150,150,150,0.9);

}
#lbCont {
	float: left;
	position: relative;
	left: 50%;

}
#lbContainer {
	position: relative;
	float: left;
	left: -50%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#lbImages {
	float: left;
	max-width: 100%;
}
#lbImages img {
	max-width: 100%;
}
#lbLeft {
	position: absolute;
	left: 0;
	top: 80px;
	background-color: whitesmoke;
	font-size: 16px;
}
#lbRight {
	position: absolute;
	right: 0;
	top: 80px;
	background-color: whitesmoke;
}
#lbClose {
	position: absolute;
	right: 0;
	top: 0px;
	background-color: whitesmoke;
}
#lbCont [class^="icon-"]{font-size: 160%!important;padding: 5px 0 1px;opacity: 0.8}
#lbCont [class^="icon-"]:hover{font-size: 160%!important;padding: 5px 0 1px;opacity: 1}
#contentbox, #contentbox2 {
	-webkit-perspective: 200px;
	-webkit-transform-origin: bottom left;
	overflow: hidden;
	min-height: 100vh;
}
#message {
    left: 0%;
    top: 0%;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 9999999;
}
#messageBox {
    position: fixed;
    width: 20%;
    left: 40%;
    top: 30%;
    border: solid medium peachpuff;
    padding: 2%;
    cursor: pointer;
    background-color: white;
}
#messageClose {
    position: absolute;
    top: 0px;
    right: 0px;
}
#timeslide {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 5px;
    z-index: 99999999;
}
#timeslideSlider {
    width: 0%;
    height: 5px;
    background-color: rgb(71, 0, 90);
    z-index: 999999999;
}</pre></body></html>