
body {width: 100%;margin-left: auto; margin-right: auto; font-family:pismo;}
@font-face {
    font-family: pismo;
    src: url(pismo.otf);
}
img {border-style: solid; border-width: 0.5px; border-color: white;}
#plocha {width: 100%;}
#hlavicka {width: 100%; text-align: center; position:center; align-content: bottom;}
#hlavicka_obr {width: 60%; margin-left: 18%; float:left;padding-left:2%;padding-right:2%;padding-top:3px;text-align:center;}
#obsah {width: 60%; min-height: 250px; margin-left: 18%; float:left;padding-left:2%;padding-right:2%;padding-top:3px;text-align:center;}
#galerie {width: 60%; min-height: 250px; margin-left: 18%; float:left;text-align:center;padding-left:2%;padding-right:2%;}
#popis {width: 60%; min-height: 250px; margin-left: 18%; float:left;padding-left:2%;padding-right:2%;padding-top:3px;text-align:right;}
#tabulka {width: 60%; min-height: 250px; margin-left: 18%; float:left;padding-left:2%;padding-right:2%;}
#kontakt {width: 60%; min-height: 250px; margin-left: 18%; float:left;padding-left:2%;padding-right:2%;padding-top:3px;text-align:center;font-size: 0.85em;vertical-align:bottom;}
#vpravo {width: 18%; float:right; margin-top:-70px;color: grey;padding-bottom:50px;line-height:4;}
#paticka {width: 18%; margin-left:82%; position:relative;bottom:10px; color: grey;font-size: 0.75em; z-index: -1;}
#linka {width: 100%;}

.nadpis {font-weight: 100; font-size: 1.5em;margin-top:10px;margin-bottom:-35px;text-align:left}
.podnadpis {color: grey;font-weight: bold; margin-top:10px;}
.vcene {color: grey;margin-top:10px;font-size: 0.8em;}
.mojeTabulka tbody tr:hover td,
.mojeTabulka tbody tr:hover th{
background-color: rgb(224,224,224)
}

a:link {color: silver;text-decoration: none;}
a:visited {color: grey;text-decoration: none;}
a:hover {color: black;text-decoration: none;}
font-family:Avenir, Helvetica, Arial;

@media screen and (max-width: 760px) {
#wrapper {width: 760px;}
#hlavicka {width: 760px;}
#obsah_wrapper {width: 760px;}
#obsah {width: 548px; float: left;}
#paticka {width: 760px;}
}

@media screen and (max-width: 600px) {
#wrapper {width: 600px;}
#hlavicka {width: 600px;}
#obsah_wrapper {width: 600px;}
#obsah {width: 490px; float: left;}
#paticka {width: 600px;}

/* CSS class added to zoom container on mobile OS */

#zoomiocontainer{ /* container containing enlarged image (native sized image) */
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background: white;
  visibility: visible;
}

#zoomiocontainer img{ /* image inside zoom container */
  width: auto;
  height: auto !important;
  position: absolute !important;
  display: block !important;
}

.disablepointer{
  pointer-events: none;
}

#zoomiocontainer.mobileclass{ /* CSS class added to zoom container on mobile OS */
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

/* ### Loading DIV CSS ### */

#zoomioloadingdiv{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  pointer-events: none;
  z-index: 10000;
  background: white;
}

#zoomioloadingdiv .spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* sample CSS to for gallery */

#gallerycontainer{
  width: 100%;
  max-width: 600px;
}

#gallery-target{
  width: 100%;
  height: auto;
}

#gallery-thumbs{
  text-align: center;
}

#gallery-thumbs img{
  width: 120px;
  height: auto;
  margin-right: 20px;
  cursor: pointer;
}

/* sample CSS to #celebrity image */

#celebrity{
  width: 350px;
  height: auto;
}

/*   LightBox */

                 #lightbox{
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
  }

#lightbox a img{ border: none; }

#outerImageContainer{
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  }

#imageContainer{
  padding: 10px;
  }

#loading{
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  }
#hoverNav{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
  width: 49%;
  height: 100%;
  background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
  }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
  }


/* Min-Width */
.lbWidth { /* most browsers */
  position: absolute;
  top: 0px; left: 0px;
  width: 100%;
  min-width: 790px;
  }

* html .lbContent { /* IE6 */
  margin-left: -790px;
  position:relative;
  }

* html .lbMinWidth { /* IE6 */
  padding-left: 790px;
  }


/* Clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
