



@font-face
{
font-family: Lato;
font-weight: 300;
src:url(fonts/Lato-Thin.otf);
}

@font-face
{
font-family: Lato;
font-weight: 400;
src:url(fonts/Lato-Regular.otf);
}

@font-face
{
font-family: Lato;
font-weight: 600;
src:url(fonts/Lato-Bold.otf);
}

@font-face
{
font-family: Lato;
font-weight: 800;
src:url(fonts/Lato-Black.otf);
}

html { height:100%; width: 100%; margin:0; padding:0; }

body { width: 100%; height:100%; overflow:hidden; margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#000000; background-color:#000000; }


/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black;
  border-radius: 3px;
}
                                  
/* Handle */
::-webkit-scrollbar-thumb {
 // background: #d8b94f;
  border-radius: 3px;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  cursor: pointer;
//  background-image: url('skinnew/scroll-thumb4.png');
background-image: url('img/scroll-thumb5aaa.png');
  background-repeat: repeat;
  background-attachment: left;
  background-position: center;
  opacity: 0.6;
  filter: alpha(opacity=60);
box-shadow: inset 0 0 3px black;
}


/* Handle */
::-webkit-scrollbar-thumb:hover {
  opacity: 1.0; 
  filter: alpha(opacity=100); 
}



.glob-pl { display: none; }
.glob-en { display: none; }






#start {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1.0);
  z-index: 8600;
}




#start1 {
  padding: 0;
  margin: 0 auto;  
  width: 600px;
  height: auto; 
  text-align: center;
  font-size: 16px;
  font-family: Arial;
  z-index: 1000; 
//  background-color:red;
}

#start1 img{
  width: 100%;
  height: auto; 
}




#start2 {
  padding: 0;
  margin: 0 auto;  
  width: 600px;
  height: 90px; 
  border-radius: 10px;
  background: linear-gradient(151deg, rgba(0,0,0,0.02) 6%, rgba(0,0,0,0.05) 67%, rgba(0,0,0,0.1) 100%);
  z-index: 1002; 
//  background-color:blue;
}

#start2 .lang-box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

#start2 p {
  color: #eabb21;
  margin: 0;
  padding: 12px 0 0px 0;
   color: #a9a9a9;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-family: 'Lato', serif;
  text-align: center; 
}

#start2 .lang1 {
 cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 4px 5px 0 0;

  opacity: 0.8;
} 
#start2 .lang1:hover {
  padding: 2px 5px 2px 0;
  opacity: 1.0;
} 






#start3 {
  padding: 0;
  margin: 20px auto 0 auto;  
  width: 600px;
  height: auto; 
//  background: rgba(0,0,0,0.15);
}

#start3 p {
  color: #eabb21;
  margin: 0;
  padding: 12px 5px 0px 5px;
   color: #000000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Lato', serif;
  text-align: justify; 
}







#logo-logo, #logo-logo2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 7px 40px 0 10px;
  opacity: 0.6;
  z-index: 4500;
  cursor: pointer;
  transition: all 0.16s ease;
  -webkit-transition: all 0.16s ease; 
}

#logo-logo img, #logo-logo2 img {
  width: 150px;
  height: auto;
}

#logo-logo:hover, #logo-logo2:hover {
  opacity: 0.85;
}


#logo-logo-foto {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 margin: 19px 40px 0 19px;
 opacity: 0.6;
 z-index: 4500;
 cursor: pointer;
 transition: all 0.16s ease;
 -webkit-transition: all 0.16s ease; 
}

#logo-logo-foto img {
 width: 150px;
 height: auto;
}

#logo-logo-foto:hover {
 opacity: 0.85;
}











.audioaudio {
 opacity: 0.55;
 padding: 20px 60px 20px 25px;	
}












.menu { 
 width:100%;
 height:80px;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 705;
 //box-shadow: 0px 0px 20px #222222;
background: linear-gradient(151deg, rgba(0,0,0,0) 6%, rgba(0,0,0,0.2) 47%, rgba(0,0,0,0.4) 100%);
}

.menu-kontrast { 
 background: none;
background: linear-gradient(151deg, rgba(120,120,120,1) 6%, rgba(70,70,70,1) 47%, rgba(10,10,10,1) 100%);
}



#buttons {
 margin-left: 180px;
 width: 800px;
 display: inline-block;  
//background-color: #ff00aa;
}	

#buttons a {
 width: 150px;
  height: 40px;
 display: inline-block; 
    vertical-align: middle;
  line-height: normal;
// background-color: #ffbbaa;
border-radius: 2px;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.58);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.58);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.58);
}	

.example_c {
 color: #bbbbbb;
 text-transform: uppercase;
 text-decoration: none;
 background: rgba(0,0,0,0.8);
 padding: 10px;
 border: 2px solid rgba(0,0,0,0.6) !important;
 cursor: pointer;
 transition: all 0.4s ease 0s;
 margin: 19px 0 0 4px;
 box-sizing: border-box;
 font-family: "Lato", serif;
 font-weight: 600;
 font-size: 14px;
 line-height: 14px;
 text-align: center;  
 transition: all 0.4s ease 0s;
 opacity: 0.7; 

}

.example_c p {
 padding: 0px;
  margin: 0px;

}



#buttons a.buttons-kontrast {
  color: #000000; 
  background-color: #ffff00;
  opacity: 1.0; 
}

#buttons p.bigbig {
 font-size: 17px;
 line-height: 17px;	
 font-weight: 600;
  padding: 0px 0px 0 0;
  letter-spacing: 0px;
}	

.example_c:hover {
 color: #ffffff;
 background: #000000;
 border-color: #c9b091 important;

}

.example_on, .example_on:hover {
 color: #000000 !important;
 background: #ffffff !important;
 border: 2px solid #eeeeee !important;
}





#buttons2 {
 position: fixed;
 top: 16px;
 right: 110px;
 width: 260px;
 height: 50px;
 display: block; 
// background-color: #fffaaa;
 margin: 0px 0 0 0;
 padding: 0 0 0 0;
}


#buttons2 a.link {
 color: #6c6a67 !important;
 text-transform: uppercase;
 text-decoration: none;
 background: none;
 padding: 12px 6px 0px 12px;
 border-bottom: 1px solid #494949 !important;
 cursor: pointer;
 transition: all 0.4s ease 0s;
 width: 100%;
 height: 30px;
 margin: 2px 0 0 9px;
 font-family: "Praktika", serif;
 font-weight: 600;
 font-size:12px;
 line-height: 12px;
 text-align: left;
 box-sizing: border-box;
 display: block;
 transition: all 0.4s ease 0s;
}

#buttons2 a.bigbig {
 font-weight: 900;
 font-size:14px;
 line-height: 14px;
 padding: 11px 6px 0px 8px;
}

#buttons2 a.link:hover {
 color: #cccccc !important;
}





#menu .lang-box{
  display: flex;
  width: 90px; 
  position: fixed;
  top: 17px;
  right: 10px;
//  background: rgba(0,0,0,0.7); 
  justify-content: center;
  align-items: center;
}

#menu .lang1 {
 cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0px 0px 0 0;
//  background: rgba(100,0,0,0.7); 
  opacity: 0.8;
}

#menu .lang1 img {
  width: 100%;
  height: auto;
  padding: 0px 0px 0 0;
}
 
#menu .lang1:hover {
  padding: 0px 0px 0px 0;
  opacity: 1.0;
}


#menu .lang0 {
 cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 2px 20px 0 0;
//  background: rgba(100,0,0,0.7); 
  opacity: 0.5;
}

#menu .lang0 img {
  width: 30px;
  height: 30px;
  padding: 0px 0px 0 0;
}
 
#menu .lang0:hover {
  padding: 2px 20px 0px 0;
  opacity: 1.0;
}


.menu-menu {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 5px;
  left: 30px;
  padding: 0 0px 0 0px;
  margin: 0px 0 0 0;
 // background: rgba(0,0,0,0.1);
 cursor: pointer;
  color: #ffffff;
  border: 0px solid #d7d6d4;
  border-radius: 0px;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  opacity: 0.6;
  background: url('img/menu-menu.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: none;
}

.menu-menu:hover {
  opacity: 1.0;
}


.menu-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 100px;
  right: 10px;
  padding: 0 0px 0 5px;
  margin: 7px 0 0 0;
 // background: rgba(0,0,0,0.1);
 cursor: pointer;
  color: #ffffff;
  border: 0px solid #d7d6d4;
  border-radius: 0px;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  opacity: 0.6;
  background: url('img/close.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: none;
}

.menu-close:hover {
  opacity: 1.0;
}


.foto-menu-close {
  display: none;
}

.menu-music {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  padding: 0 0px 0 5px;
  margin: 7px 0 0 0;
 // background: rgba(0,0,0,0.1);
 cursor: pointer;
  color: #ffffff;
  border: 0px solid #d7d6d4;
  border-radius: 0px;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  opacity: 0.6;
  background: url('img/music1.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.menu-music:hover {
  opacity: 1.0;
}

.menu-music-on {
  background: url('img/music1a.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  opacity: 1.0;
}


.menu-info {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 10px;
  left: 40px;
  padding: 0 0px 0 5px;
  margin: 7px 0 0 0;
 // background: rgba(0,0,0,0.1);
 cursor: pointer;
  color: #ffffff;
  border: 0px solid #d7d6d4;
  border-radius: 0px;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  opacity: 0.6;
  background: url('img/info.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.menu-info:hover {
  opacity: 1.0;
}

.menu-audiodeskrypcja {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 10px;
  left: 191px;
  padding: 0 0px 0 5px;
  margin: 7px 0 0 0;
 // background: rgba(0,0,0,0.1);
 cursor: pointer;
  color: #ffffff;
  border: 0px solid #d7d6d4;
  border-radius: 0px;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  opacity: 0.6;
  background: url('img/audiodeskrypcja.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.menu-audiodeskrypcja:hover {
  opacity: 1.0;
}


.menu-wcag1 {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 10px;
  left: 110px;
  padding: 0 0px 0 5px;
  margin: 7px 0 0 0;
 // background: rgba(0,0,0,0.1);
 cursor: pointer;
  color: #ffffff;
  border: 0px solid #d7d6d4;
  border-radius: 0px;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  opacity: 0.6;
  background: url('img/wcag111.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.menu-wcag1:hover {
  opacity: 1.0;
}

.menu-wcag1-on {
  background: url('img/wcag111a.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  opacity: 1.0;
}




.menu-wcag2 {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 10px;
  left: 150px;
  padding: 0 0px 0 5px;
  margin: 7px 0 0 0;
 // background: rgba(0,0,0,0.1);
 cursor: pointer;
  color: #ffffff;
  border: 0px solid #d7d6d4;
  border-radius: 0px;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  opacity: 0.6;
  background: url('img/wcag2.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.menu-wcag2:hover {
  opacity: 1.0;
}

.menu-wcag2-on {
  background: url('img/wcag2a.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  opacity: 1.0;
}


.menu-fullscreen {
  width: 30px;
  height: 30px;
  float: left;
  padding: 0 0px 0 5px;
  margin: 7px 0 0 0;
 // background: rgba(0,0,0,0.1);
 cursor: pointer;
  color: #ffffff;
  border: 0px solid #d7d6d4;
  border-radius: 0px;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  opacity: 0.3;
  background: url('img/fullscreen3.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.menu-fullscreen:hover {
  opacity: 1.0;
}

.menu-fullscreen-on {
  background: url('img/fullscreen4.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  opacity: 1.0;
}














#search-display {
  width: 100%;
  height: calc(100% - 80px);
  top: 80px;
  overflow-y: scroll;
  position: fixed;	

}

.search-display-kontrast {
  background: none;	
  background-color: #111111;
  color: #ffff00;
}	

#search-display-content {
  width: 90%;
  margin: 90px auto 100px auto;
  overflow: hidden;
  clear: both;
}

.search-display-content222 {
  width: 70%;
  margin: 90px auto 100px auto;
  background: rgba(255,255,255,0.8);
}

.search-display-content222-kontrast {
  background: rgba(0,0,0,0.8);
  color: #ffff00;
}








#search-display .obraz {
  width: 220px;
  height: 290px; 
  float: left;
 // background: rgba(0,0,0,0.1);
  margin: 0 0px 0px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+76&0.23+0,0+76 */
background: -moz-linear-gradient(-15deg,  rgba(0,0,0,0.23) 0%, rgba(0,0,0,0) 76%); /* FF3.6-15 */
background: -webkit-linear-gradient(-15deg,  rgba(0,0,0,0.23) 0%,rgba(0,0,0,0) 76%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(165deg,  rgba(0,0,0,0.23) 0%,rgba(0,0,0,0) 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background: rgba(255,255,255,0.8);
  position: relative;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  z-index: 2490;
overflow: hidden;
}

#search-display .obraz-kontrast {
background: rgba(0,0,0,0.8);
}



#search-display .obraz:hover .obraz_linkdopanoramy {
  left: 9px;     
}
 
#search-display .obraz:hover .obraz_linkdoobrazu {
  right: 15px;     
}

#search-display .obraz:hover .obraz_linkdoanimacji {
  right: 15px;     
}

#search-display .obraz:hover .obraz_opis p {
  color: #000000;     
}


#search-display .obraz:hover .obraz222 {
 // background: rgba(255,255,255,0.95);

}



#search-display .obraz222 {
width: 190px; 
height: 190px;
border: 0px solid #ffaa00;
margin: 20px 10px 0px 15px;
 // background: rgba(255,255,255,0.4);
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
}

#search-display .obraz222 img {
margin: 0px;
padding: 0px;
width: 98%;
height: 98%;
          object-fit: contain ;
  filter: drop-shadow(0px 0px 1px rgba(0,0,0,.5))
          drop-shadow(0px 0px 10px rgba(0,0,0,.5));
   border: 0px solid #ffaa00;
}





#search-display .obraz:hover .obraz222 img {
margin: -2px 0px 0px -2px;
padding: 0px;
width: 100%;
height: 100%;
          object-fit: contain ;
  filter: drop-shadow(0px 0px 1px rgba(0,0,0,.5))
          drop-shadow(0px 0px 5px rgba(0,0,0,.5));
   border: 0px solid #ffaa00;

}



#search-display .obraz_linkdopanoramy {
  display: block;
  position: absolute;
  top: 9px;
  left: -55px; 
  width: 50px;
  height: 50px;
  background: url('img/panorama6.png') no-repeat center center; 
  background-color: #67544b;
  z-index: 2500;
  border-radius: 25px;
  opacity: 0.75;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  cursor: pointer;

}

#search-display .obraz_linkdopanoramy:hover {
    opacity: 0.85;
  background-color: #a45834;

}



#search-display .obraz_linkdoanimacji {
  display: block;
  position: absolute;
  top: 9px;
  right: -65px; 
  width: 50px;
  height: 50px;
  background: url('img/ico_play2.png') no-repeat center center; 
  background-color: #415e8b;
  z-index: 2500;
  border-radius: 25px;
  opacity: 0.65;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  cursor: pointer;

}

#search-display .obraz_linkdoanimacji:hover {
    opacity: 0.93;
  background-color: #415e8b;

}




#search-display .obraz_linkdoobrazu {
  display: block;
  position: absolute;
  top: 130px;
  right: -65px; 
  width: 60px;
  height: 60px;
  background: url('img/ico_lupa2.png') no-repeat left top; 
  background-color: #c9b386;
  z-index: 2500;
  border-radius: 30px;
  opacity: 0.85;
	transition: all 0.16s ease;
	-webkit-transition: all 0.16s ease;
  cursor: pointer;
}

#search-display .obraz_linkdoobrazu:hover {
    opacity: 0.95;
  background-color: #c9b386;

}

#search-display .obraz_opis {
  display: block;
  position: absolute;
  top: 220px;
  left: 0; 
  width: 100%;
 //background-color: #ffaa00;
}

#search-display .obraz_opis p {
  float: none;
  padding: 0 5px 0 5px;
  margin: 0px;
  color: #444444;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  font-family: 'Lato', serif;
  text-align: center;
 //font-style: italic;
  font-style: normal;
//  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	transition: all 0.36s ease 0.2s;
	-webkit-transition: all 0.36s ease 0.2s;
}

#search-display .obraz_opis p.kontrast {
  color: #ffff00 !important;
}

#search-display .obraz_opis p.bigbig {
  padding: 0 1px 0 1px;
  margin: 0px;
  font-size: 21px;
  line-height: 19px;
}




#search-display .obraz_opis p a {
  text-align: center;
  background: rgba(0,0,0,0.1);
}


#search-display .obraz_opis_pl {
  display: none;
}

#search-display .obraz_opis_en {
  display: none;
}




#foto-pasek {
 display: none;
}























#pano { 
 width: 100%;
 height:100%;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 300;
}












#wystawa__________________ {
  width: 100%;
  height:100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #666666;
  z-index: 697; 
  display: none; 

}


#wystawa {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  z-index: 697; 
  display: none; 
  

background-image: url("tlo3.png");

  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;   
   
}


.wystawa h1 {
 font-family: "Lato", serif;
 font-weight: 600;
 font-size:30px;
 line-height: 31px;
 color: #000000;
 margin: 0;
padding: 30px 25px 5px 25px;
text-align: left;  
}


.wystawa h1.kontrast, .wystawa h2.kontrast, .wystawa p.kontrast {
  color: #ffff00;
}






.wystawa h2 {
 font-family: "Lato", serif;
 font-weight: 600;
 font-size:20px;
 line-height: 23px;
 color: #000000;
 margin: 0;
padding: 5px 25px 15px 25px;
text-align: left;  
}



.wystawa  p {
 font-family: "Lato", serif;
 font-weight: 400;
 font-size:16px;
 line-height: 21px;
 color: #000000;
padding: 0px 25px 20px 25px;
text-align: justify;   
}

.wystawa p.bigbig {
 font-size:23px;
 line-height: 30px;
}



#wystawa .wystawa-box {
 width: 100%;
 margin: 0;
 padding: 20px 0 40px 0;
 display: block;
 overflow: hidden;
 clear: both;    
}

#wystawa .wystawa-box1 {
 width: 45%;
 margin: 0;
 padding: 0;
 float: left;   
}

#wystawa .wystawa-box1 img {
 width: 90%;
}

#wystawa .wystawa-box2 {
 width: 55%;
 margin: 0;
 padding: 0;
 float: right;   
}

#wystawa .wystawa-box2 iframe {
 width: 93%;
 height: 300px;
}




.miejsca-box {
  display: block;	
  width: 100%;
  background: rgba(255,255,255,0.8);
  margin: 0 auto 30px auto;
  padding: 0;
overflow: hidden;
clear: both;  
}

.miejsca-box-kontrast {
  background: rgba(0,0,0,0.8);
}



.miejsca-box1 {
  display: inline-block;	
  width: 200px;
 // background-color: #00aaff;
  margin: 0;
  padding: 20px 0 0 0;
  height: auto;  
  vertical-align:top;
}

.miejsca-box1 img {
  display: block;	
  width: 100%;
  margin: 0;
  padding: 0px;
-webkit-box-shadow: 5px 5px 16px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 16px 1px rgba(0,0,0,0.75);
box-shadow: 5px 5px 16px 1px rgba(0,0,0,0.75);
}

.miejsca-box2 {
  display: inline-block;	
  width: calc(100% - 210px);
  height: auto;
 // background-color: #00aa00;
  margin: 0;
  padding: 0;  
}


.miejsca-box2 h2 {
 font-family: "Lato", serif;
 font-weight: 600;
 font-size:19px;
 line-height: 23px;
 color: #000000;
 margin: 0;
padding: 0px 25px 0 25px;
text-align: justify;  
}

.miejsca-box2 h2 span {
 color: #aaaaaa;
 padding: 0px 10px 0px 0px;
  
}

.miejsca-box2 h3 {
 font-family: "Lato", serif;
 font-weight: 400;
 font-size:19px;
 line-height: 23px;
 color: #000000;
  margin: 0;
padding: 0px 25px 0 25px;
text-align: justify;  
}


.miejsca-box2 p {
 font-family: "Lato", serif;
 font-weight: 400;
 font-size:16px;
 line-height: 21px;
 color: #000000;
padding: 0px 25px 20px 25px;
text-align: justify;   
}




#galeria, #filmy {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  z-index: 690; 
  display: none; 
background-image: url("tlo3.png");

  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;

}














#foto {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  z-index: 4900; display: none; 
}

#foto-box {
 width: calc(75% - 40px);
 height: calc(100% - 40px);
 position: relative;
 top: 20px;
 left: 20px;	
}

.showOpisButton {
 display: none;	
}	

.foto-menu { 
 cursor: grab;
 width: 25%;
 height: 100%;
 position: absolute;
 top: 0px;
 right: 0px;
 background-color: #ffffff;
 overflow-y: auto;
 overflow-x: hidden;
 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f0f0+0,ebebeb+100 */
background: #f0f0f0; /* Old browsers */
background: -moz-linear-gradient(top,  #f0f0f0 0%, #ebebeb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f0f0f0 0%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */


background-image: url("tlo5.png");

  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #ffffff;
 background-size: contain; 
 
  box-shadow: 0px 0px 30px #dddddd;
 
}

.foto-kontrast {
 background: none;
 background-color: #000000;
 color: #ffffff; 
}



	

.foto-menu p {
 font-family: "Lato", serif;
 font-weight: 400;
 font-size:16px;
 line-height: 21px;
 color: #000000;
padding: 7px 25px 0 25px;
text-align: justify;
}

.foto-menu p.kontrast {
 color: #ffff00; 
}

.foto-menu p.bigbig {
 font-size: 25px;
 line-height: 30px;
}



.foto-menu p.par {
    font-family: "Lato", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  color: #888888;
margin: 0;
padding: 0px 25px 0px 25px;
}

.foto-menu p.par span{
  font-weight: 800;
    font-size: 15px;
    color: #000000;
	padding: 0px 0px 0px 6px;
}


.foto-bigbig-p p{
 font-size: 22px;
 line-height: 27px;
 font-weight: 400;
}

.foto-kontrast-p p, .foto-kontrast-p p.par, .foto-kontrast-p p.par span {
 color: #ffff00; 
}




#foto-menu a.linklink {
 font-family: "Lato", serif;
 font-weight: 400;
 font-size: 12px;
 line-height: 15px;
  color: #c9b091;
padding: 0px 25px 0 25px;
text-align: left;
margin: 0 90px 0 0;
 display: block;
 opacity: 0.6;
}

#foto-menu a.linklink span {
  color: #888888;
  padding: 0px 5px 0 0px;
}

#foto-menu a.linklink:hover {
  color: #ffffff;
}

.foto-menu h1 {
  margin: 17px 55px 0 25px;
  padding: 17px 0px 20px 0px;
    font-family: "Lato", serif;
  font-weight: 700;
  color: #000000;
  border: 0px solid #ffaa00;
  font-size:26px;
  line-height: 29px;
  border-top: 1px solid #c9b091;
}

.foto-kontrast-h1 h1{
 color: #ffff00; 
}

.foto-menu h1.bigbig {
  font-size:31px;
  line-height: 35px;
}




#foto-menu h1 span {
  font-weight: 400;
  color: #888888;
  padding: 0 6px 0 0;
}




.fancybox-slide--iframe .fancybox-content {
    width  : 75%;
    height : 90%;
    max-width  : 90%;
    max-height : 90%;
    margin: 0;
}





#qrqr {
  position: absolute;
  left: 53px;
  bottom: 13px;
  z-index: 800;
  opacity: 0.6;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

#qrqr:hover {
  opacity: 0.8;
}




#foto-title { 
  z-index: 901;
  bottom: -19px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  height: 15px;
  background-color: #000000;
  margin: 0;
  padding: 0;
}

#foto-title-p {
  margin: 0; 
  padding: 0px 0px 0 0px;
    font-family: "Lato", serif;
  font-weight: 400;
  color: #555555;
  border: 0px solid #ffaa00;
  font-size:12px;
  line-height: 13px;
  text-align: center;
}




