body {
	padding: 0;
	margin: 0;
}

html, body {
  height: 100%;
  width: 100%;
}

/* nastaveni vysek ruznych monitoru */
#map{
  width: 100%;
}
  @media (min-height: 500px) {
    #map{ height: 100%;}
  }
  @media (min-height: 630px) {
    #map{ height: 100%;}
  }
  @media (min-height: 700px) {
    #map{ height: 100%;}
  }
  @media (min-height: 800px) {
    #map{ height: 100%;}
  }
  @media (min-height: 900px) {
    #map{ height: 100%;}
  }
  /*@media (min-height: 1000px) {
    #map{ height: 94%;}
  }*/

  .button{
    background-color: rgba(190, 190, 190, 0.85);
    float: right;
    border: none;
    color: white;
    margin: 0px 3px 2px;
    right: 30px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 10px;
  
  }

p, ul {
  font-family: 'Roboto',Helvetica;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}

#sidebar img{
  width: 100%;
  border: 1px solid #ccc;
}

h1, h2, h3, h4 {
  letter-spacing: 0,2em;
  font-family: 'Roboto',Helvetica;
  font-weight: 500;
  font-variant: small-caps;
}


h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

div#controls div.leaflet-control-layers.leaflet-control-layers-expanded form.leaflet-control-layers-list
  {
    top: 8px;
  }

div#controls div.leaflet-control-layers.leaflet-control-layers-expanded form.leaflet-control-layers-list div.leaflet-control-layers-overlays,
div#controls div.leaflet-control-layers.leaflet-control-layers-expanded form.leaflet-control-layers-list div.leaflet-control-layers-base
{
 width: 90%; 
}
/* styl ovladače vrstev - základ a hover */
div#controls div.leaflet-control-layers.leaflet-control-layers-expanded form.leaflet-control-layers-list div.leaflet-control-layers-overlays label,
div#controls div.leaflet-control-layers.leaflet-control-layers-expanded form.leaflet-control-layers-list div.leaflet-control-layers-base label
{
padding: 10px 10px 10px 10px;
transition: all 500ms ease 0s;
width: 90%;
font-family: 'Roboto',Helvetica;
}

div#controls div.leaflet-control-layers.leaflet-control-layers-expanded form.leaflet-control-layers-list div.leaflet-control-layers-overlays label:hover,
div#controls div.leaflet-control-layers.leaflet-control-layers-expanded form.leaflet-control-layers-list div.leaflet-control-layers-base label:hover
{
background-color: rgba(255, 255, 255, 0.75); 
cursor: pointer;
border-radius: 5px;
}

div.images-wrapper {  
  padding: 0px 15px 0px 15px;  
  line-height: 0;       
   -webkit-column-count: 4;    
   -webkit-column-gap: 2px;    
   -moz-column-count: 4;
   -moz-column-gap: 2px;
    column-count: 4;    
    column-gap: 2px;    
}  
div.images-wrapper img {    
  width: 100% !important;    
  height: auto !important;  
}  
div.images-wrapper{    
  display:inline-block;    
  margin-right: auto;    
  margin-left: auto;  
}


@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Regular.ttf') format('truetype');
}

.located-animation {
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #2a93ee;
  animation: border-pulse 2s infinite;
}

@keyframes border-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.locate-active {
  fill: red;
}

.locate-button {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 26px;
  height: 26px;
  z-index: 999;
  cursor: pointer;
  display: none;
  padding: 5px;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 65%);
}

.leaflet-touch .locate-button {
  width: 34px;
  height: 34px;
}