@font-face {
    font-family: text;
    src: url("../graphics/fonts/AlegreyaSansSC-Thin.ttf");
}

@font-face {
    font-family: titles;
    src: url("../graphics/fonts/AlegreyaSansSC-Light.ttf");
}

@font-face {
    font-family: titles_b;
    src: url("../graphics/fonts/AlegreyaSansSC-Regular.ttf");
}

@font-face {
    font-family: face;
    src: url("../graphics/fonts/AlegreyaSans-Regular.ttf");
}

@font-face {
		    font-family: cat23;
		    src: url("../graphics/fonts/2023/Catamaran-VariableFont_wght.ttf");
		}
@font-face {
		    font-family: staa23;
		    src: url("../graphics/fonts/2023/Staatliches-Regular.ttf");
		}

::selection 
{
	background-color: transparent;
}
::-moz-selection 
{
	background-color: transparent;
}

body
{
	background-color: #222;
	margin: 0px !important;
}

div#slbg
{
	z-index: 9999999999999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	background: url("./loading.gif") center center no-repeat rgba(0,0,0,0.7);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	background-size: 215px auto;
}

div#slbg.nofilter
{
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

h2#slbgtitle
{
	position: absolute;
	top: -20px;
	left: 0;
	display: block;
	width: 100%;
	color: #fff !important;
	background-color: transparent;
	backdrop-filter: blur(1px) brightness(60%);
	-webkit-backdrop-filter: blur(1px) brightness(60%);
	text-shadow: 0 0 20px #000;
	padding: 30px 0 20px;
	text-align: center;
	border-bottom: 2px solid #3CC320;
}

span#close, span#prev, span#next

{
	position: absolute;
	background: #3CC320;
	background: linear-gradient(90deg, #2e9818 0%, #3CC32090 100%) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 30px;
	color: #22222290;
	padding: 0 16px;
	text-align: center;
	font-size: 40px;
	font-family: staa23;
	cursor: pointer;
	margin: 2px;
	z-index: 100000;
}
span#close:hover, span#prev:hover, span#next:hover,
span#close:focus, span#prev:focus, span#next:focus
{
	background: #2e9818;
	color: #ffffff90;
	background: linear-gradient(-90deg, #2e9818 0%, #184b0d 100%);
	box-shadow: 0 0 5px #33333370;
	border: 2px solid #fff;
	margin: 0;
}

span#close
{
	top: 20px;
	right: 20px;
}

span#prev
{
	top: calc(50% - 30px);
	left: 20px;
}

span#next
{
	top: calc(50% - 30px);
	right: 20px;
}

div#slbg span#rozmezi
{
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	font-family: cat23;
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: 100%;
	cursor: default;
    z-index: 1000;
    /*background-color: rgba(0,0,0,0.5);*/
    padding: 10px 0;
    text-shadow: 0 0 10px #000;
}

div#slbg div#img
{
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto, cover; 
	overflow-y: auto;
	color: #fff;
	text-align: center;
}

div#slbg div#img #legenda
{
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	border-top: 2px solid #3CC320;
	text-align: center;
	backdrop-filter: blur(2px) brightness(60%);
	-webkit-backdrop-filter: blur(2px) brightness(60%);
	text-shadow: 1px 1px 1.5px #000;
}

 div#img #legenda a
 {
 	color: #fff;
 }

@media only screen and (max-width: 1024px) {
			div.imgres
			{
				background-size: contain, cover !important;
			}
		}

@media only screen and (max-height: 712px) {
			div.imgres
			{
				background-size: contain, cover !important;
			}
		}

div#world
{
	width: 100%;
	background-color: #111;
	border-bottom: 3px solid #3CC320;
}

div#page
{
	min-height: 650px;
	width: 1000px;
	margin: 0px auto 0px;
	padding: 0 10px;
	font-family: cat23;
	font-size: 15px;
	color: #000;
	text-align: center;
	background-color: #fff;
}

div#pata
{
	width: 100%;
	margin: 0px auto 30px;
	padding: 20px 0 0;
	font-family: staa23;
	font-size: 15px;
	color: #ccc;
	text-align: center;
}

h1#tit
{
	width: 100%;
	padding: 40px 0px 20px;
	margin: 0px;
	font-size: 40px;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
	font-family: staa23;
	text-align: center;
	font-weight: normal;
	background-color: #222;
}

h6
{
	width: 100%;
	padding: 0px 0px 50px;
	margin: 0px;
	font-size: 15px;
	background-color: #222;
	text-shadow: 2px 2px 1px #000;
	color: #fff;
	font-family: staa23;
	text-align: center;
	border-bottom: 6px solid #3CC320;
	font-weight: normal;
}

h1.zpatkyv
{
	border-top: 1px solid #FFFFFF30;
	margin: -20px -20px 0 -20px;
	background-color: #3CC320;
	background: #3CC320;
	background: linear-gradient(180deg, #3CC320 0%, #44c729 100%);
	padding: 20px 10px 20px;
	color: #0009;
	opacity: 1 !important;
}

div#navigation
{
	background: #3CC320;
	background: linear-gradient(180deg, #44c729 0%, #6cda56 100%);
	width: 100%;
	margin: 0 0 0 -20px;
	padding: 10px 20px;
	box-sizing: content-box;
}

div#navfrompart, div#navtopart
{
	display: inline-block;
	margin: 2px 0;
	font-size: 0;
}

div.nav_text
{
	background-color: #fff;
	color: #222;
	font-family: cat23;
	font-size: 20px;
	height: 28px;
	padding: 7px;
	display: inline-block;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

@media only screen and (max-width: 410px) {
			div.nav_text
			{
				font-size: 18px;
				height: 26px;
				padding: 8px 0px 6px;
				display: inline-block;
			}
		}

div.nav_arrows
{
	width: 26px;
	height: 27px;
	display: inline-block;
	padding: 7px;
	font-size: 20px;
	position: relative;
	margin: 0px 2px 0px -2px;
}


div.nav_arrow_up
{
	width: 40px;
	height: 21px;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top-right-radius: 5px;
}

div.nav_arrow_down
{
	width: 40px;
	height: 21px;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	margin: 0px;
	position: absolute;
	bottom: -1px;
	left: 0px;
	border-bottom-right-radius: 5px;
}

div.nav_arrow_down:focus, div.nav_arrow_up:focus
{
	background: #fff;
}

div.nav_arrow_down:hover, div.nav_arrow_up:hover
{
	background: rgba(255,255,255,0.7);
}

div.nav_arrow_down span
{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px 0 0 -23px;
	transform: rotate(270deg);
}

div.nav_arrow_up span
{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px -23px 0 0;
	transform: rotate(90deg);
}

div#az
{
	font-size: 20px;
	color: #fff;
	padding: 7px;
	margin: 0px 30px;
	display: inline-block;
}
@media only screen and (max-width: 850px) {
	div#az
	{
		display: block !important;
	}
}

div#nav_from_day_text, div#nav_to_day_text {width: 30px;}
div#nav_from_month_text, div#nav_to_month_text {width: 100px;}
div#nav_from_year_text, div#nav_to_year_text {width: 60px;}

div#navigation div.button, div#none_output div.button
{
	font-size: 20px;
	color: #444;
	background: #FFFFFF;
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 80%, #ade9a1 100%);
	height: 28px;
	margin: 10px auto 0px;
	cursor: pointer;
	border-radius: 5px;
	display: inline-block;
}

div#navigation div.button:hover, div#none_output div.button:hover
{
	box-shadow: 0 0 10px #000;
	color: #000 !important;
}

div#none_output div.button
{
  padding: 5px 10px;
  font-size: 17px;
  height: auto;
}

div.button a 
{
	color:  #000 !important;
	text-decoration: none;
}

div#bzp
{
	padding: 7px 80px;
}

div#res
{
	padding: 7px 15px;
}

div#navigation div.button:active
{
	background-color: #910000;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

div#none_output
{
	box-sizing: border-box;
	width: 100%;
	background-color: #3cc320;
	color: #000;
	padding: 20px;
	margin: 100px 0px;
}

div#error_output
{
	width: 100%;
	background-color: #A00;
	color: #fff;
	padding: 30px 0;
	margin: 100px 0px;
	font-size: 20px;
}


div#loading_outer
{
	width: 405px;
	height: 405px;
	padding: 5px;
	border: 5px solid #111;
	background-color: #fff;
	border-radius: 410px;
	margin: 30px auto 0;
}

div#loading_output
{
	width: 400px;
	height: 400px;
	background: url("./loading.gif") #111 center center no-repeat;
	background-size: 215px auto;
	border-radius: 400px;
	margin: auto;
}

@media only screen and (max-width: 480px) {
			div#loading_outer
			{
				width: 73px;
				border: 0;
				height: auto;
			}

			div#loading_output
			{
				width: 70px;
				height: 70px;
				border-radius: 70px;
			}
		}

span#loading_text
{
	font-family: staa23;
	font-size: 40px;
	display: inline-block;
	text-align: center;
	margin: 20px auto 100px;
	width: 400px;
}

div.thumbnail
{
	width: 120px;
	height: 5px;
	margin: 1px 1px 25px 1px;
	display: inline-block;
	padding: 90px 0px 0px;
	background-size: cover;
	background-position: top center;
	background-color: #151515;
	cursor: pointer;
}

div#text .thumbnail
{
	margin: 5px 3px !important;
}

div.thumbnail span
{
	display: block;
	width: 100%;
	height: 25px;
	font-size: 16px;
	background-color: #222;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 8px #000000;
}


div.thumbnail:hover span
{
	background-color: #3cc320;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	width: 122px;
	margin: 0px 0px 0px -1px;
}

div#text
{
	margin: 10px 0px 0px;
}
