html{
	font-size:100%;
}

#pageBody{
	width:61.25rem;
}

#menu-additional{
	vertical-align:top;
	width:100%;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

#menu-additional{
	vertical-align:top;
}

#menu-additional ul{
	line-height:2.188rem;
	float: right;
}

#menu-additional #menu-first li{
	text-align:right;
	width:100%;
	color:orange;
	padding-left:1.25rem;
	font-size:1.563rem;
	font-weight:normal;
	white-space:nowrap;
}

#menu-additional #menu-second li{
	text-align:right;
	width:100%;
	color:white;
	padding-left:1.25rem;
	font-size:1.25rem;
	font-weight:normal;
	white-space:nowrap;
}

/*############# MENU */

#menu nav{
	margin:0px 1.25rem;
}

#menu nav > ul > li{
	display:table-cell;
	height:6.7rem;
	text-align:center;
	white-space:nowrap;
}

#menu nav > ul > li span{
	top:3.8rem;
}

#menu .menu-1, #menu .menu-2, #menu .menu-3, #menu .menu-4, #menu .menu-5, #menu .menu-6{
	background-repeat:no-repeat;
	background-position: bottom;
}

#menu .menu-1{
	width:14.38rem;
	background-size: 14.38rem auto;
	background-image: url('/images/m1.png');
}

#menu .menu-3 {
	width:6rem;
	background-size: 6rem auto;
	background-image: url('/images/m2.png');
}

#menu .menu-2 {
	width:11.38rem;
	background-size: 11.38rem auto;
	background-image: url('/images/m3.png');
}

#menu .menu-4 {
	width:9rem;
	background-size: 9rem auto;
	background-image: url('/images/m4.png');
}

#menu .menu-5 {
	width:7.56rem;
	background-size: 7.56rem auto;
	background-image: url('/images/m5.png');
}

#menu .menu-6 {
	width:11rem;
	background-size: 11rem auto;
	background-image: url('/images/m6.png');
}

#menu .menu-7 {
	width: 10rem;
	background-size: 11rem auto;
	background-image: url('/images/m7.png');
}

/*############# SUBMENU */

#menu nav > ul  ul{
	margin-top: 4.8rem !important;
}

/*############# GALLERY */

#gallery #preview img{
	max-width: 58.75rem;
}

#gallery #small {
	width: 58.75rem;
}

/*############# FOOTER */
#footer-bg{
	height:22.5rem;
}

#footer{
	background-repeat:no-repeat;
	background-position: center top;
	background-size: 61.25rem auto;
	background-image: url('/images/footer.png');
	height:29.38rem;
	width:61.25rem ;
	border:0px solid red;
	margin:1.875rem auto 0px auto;
}

#footer .butterfly{
	position:absolute;
	margin-top:-6.0rem;
	margin-left:38rem;
	width:11rem;
}

#footer ul {
	padding-top:20.63rem;
	padding-left:4.375rem;
}

li.godlo {
	text-align: center;
	vertical-align: middle;
}

li.godlo > div img {
	width: 30px;
    margin: 0 0 0 20px;
	height: auto;
}

#logotypy {
	display:block;
	text-align: center;
	margin-bottom:60px;
}
#logotypy > div {
	display:table;
	width: 100%;
}
#logotypy > div > div {
	display:table-cell;
	width:50%;
	vertical-align:middle;
}
#logotypy > div > div > a {
	display:block;
	text-decoration: none;;
}

#logotypy > div > div > a > img {
	height: 80px;
}

#menu-handicap {
    position: absolute;
	right:0;
    margin: -2.00rem 0.5rem 0rem 0rem;
    cursor: pointer;
    padding-top: 5px;
    height: 65px;
}

li#title-page, 
#title-page h1 {
	width:100%;
}

#title-page h1 > a {
	word-break: break-word;
	white-space: break-spaces;
}
#accmenuout {
	
	position:fixed;
	right: 0;
	top: 160px;
	width: fit-content;
	z-index:200;
	
}
#acc-menu {

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	margin-right: 0.5rem;
	margin-top:40px;
}

#acc-menu.hidden {
	display:none;
}

#acc-menu ul {
	background-color: white;
	border:1px solid #c0c0c0;
	padding:16px;
	list-style:none;

}

#acc-menu ul li {
	font-size:1.2rem;
}

#acc-menu ul li.active {
	color:white;
	background-color:black;
}

body.acc-greyscale {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

body.acc-contrast1 {
	filter: contrast(100%);
    -webkit-filter: contrast(100%);
    -webkit-filter: contrast(1);
    -moz-filter: contrast(100%);
    -ms-filter: contrast(100%);
    -o-filter: contrast(100%);
    filter: contrast;
}

body.acc-contrast2 {
	filter: contrast(200%);
    -webkit-filter: contrast(200%);
    -webkit-filter: contrast(2);
    -moz-filter: contrast(200%);
    -ms-filter: contrast(200%);
    -o-filter: contrast(200%);
    filter: contrast;
}

body.acc-negative * {
	color: white !important;
	background-color: black !important;
}

body.acc-negative #content_second h1 {
	color: yellow !important;
}

body.acc-negative #content_second li:nth-child(odd) {
	background: black !important;
}

body.acc-negative a {
	color: yellow !important;
}

body.acc-negative #acc-menu ul li.active,
body.acc-negative #acc-menu ul li.active a {
	color:black !important;
	background-color:white !important;
}

body.acc-lightbg *:not(.fas) {
	background: white !important;
}
body.acc-lightbg #content .more {
	color: red;
	text-shadow: none;	
}

body.acc-lightbg #title-page h1,
body.acc-lightbg #title-page h2 {
	color: red;
	text-shadow: none;	
}

body.acc-lightbg #content_second li:nth-child(odd) {
	background: white !important;
}

body.acc-lightbg #acc-menu ul li.active,
body.acc-lightbg #acc-menu ul li.active a {
	color:white !important;
	background-color:black !important;
}

body.acc-links a {
	text-decoration: underline !important;
}

body.acc-font *:not(.fas) {
	font-family: Verdana,Arial,Helvetica,sans-serif !important;	
}
body.acc-font #title-page h1 {
	font-size:2.5rem;
}

body.acc-hue1 {
	filter: hue-rotate(90deg);
	-webkit-filter: hue-rotate(90deg);
	-moz-filter: hue-rotate(90deg);
	-ms-filter: hue-rotate(90deg);
	-o-filter: hue-rotate(90deg);
	filter: hue-rotate(90deg);
}

body.acc-hue1 img {
	filter: hue-rotate(270deg);
	-webkit-filter: hue-rotate(270deg);
	-moz-filter: hue-rotate(270deg);
	-ms-filter: hue-rotate(270deg);
	-o-filter: hue-rotate(270deg);
	filter: hue-rotate(270deg);
}

body.acc-hue2 {
	filter: hue-rotate(180deg);
	-webkit-filter: hue-rotate(180deg);
	-moz-filter: hue-rotate(180deg);
	-ms-filter: hue-rotate(180deg);
	-o-filter: hue-rotate(180deg);
	filter: hue-rotate(180deg);
}

body.acc-hue2 img {
	filter: hue-rotate(180deg);
	-webkit-filter: hue-rotate(180deg);
	-moz-filter: hue-rotate(180deg);
	-ms-filter: hue-rotate(180deg);
	-o-filter: hue-rotate(180deg);
	filter: hue-rotate(180deg);
}

body.acc-hue3 {
	filter: hue-rotate(270deg);
	-webkit-filter: hue-rotate(270deg);
	-moz-filter: hue-rotate(270deg);
	-ms-filter: hue-rotate(270deg);
	-o-filter: hue-rotate(270deg);
	filter: hue-rotate(270deg);
}

body.acc-hue3 img {
	filter: hue-rotate(90deg);
	-webkit-filter: hue-rotate(90deg);
	-moz-filter: hue-rotate(90deg);
	-ms-filter: hue-rotate(90deg);
	-o-filter: hue-rotate(90deg);
	filter: hue-rotate(90deg);
}

.footer-access {
	padding-left: 5.875rem;
	color: rgb(115,151,49);
	padding-bottom: 32px;
}

.footer-access i.fas {
	font-size: 3rem;
}