html, body, #map {
    height: 100%; 
    width: 100vw;
    font-family: sans-serif;
}

body  {
    padding: 0; 
    margin: 0;
}


#map {
    /* height: calc(100% - 190px); accommodates footer which is disabled now */
    height:  calc(100% - 150px);
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid rgb(189, 189, 189);
    border-bottom: 1px solid rgb(189, 189, 189);
    z-index: 1;
}

#spismiejscowosci {padding-top: 10px}
#spismiejscowosci a {
	display: block;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	background-color: #fff;
	border-bottom: 1px solid #efefef;
}

#spismiejscowosci a:link {color: #000000} 
#spismiejscowosci a:visited {color: #000000} 
#spismiejscowosci a:hover {color: #000000;background-color: #efefef} 
#spismiejscowosci a:active {color: #000000}

#footer {
    font-size: 0.9em;
    text-align: center;
    height: 0;
    background-color: rgb(255, 255, 255); 
}

.leaflet-tooltip a {
	font-weight: bold;
	text-decoration: none;
}

.leaflet-tooltip a:link, 
.leaflet-tooltip a:visited,
.leaflet-tooltip a:hover,
.leaflet-tooltip a:active {
	color: #f00;
}


#atrakcje {font-size: 15px}
#atrakcje p { margin: 10px 15px 0px 20px; border-bottom: 2px solid #4040ff; width: auto; color: #4040ff; font-weight: bold }
#atrakcje a {display: block; padding: 5px 20px 5px 20px; text-decoration: none;}
#atrakcje a:link {color: #000000}
#atrakcje a:visited {color: #000000}
#atrakcje a:hover {color: #000000; background-color: #efefef}
#atrakcje a:active {color: #000000}



#opisatrakcji {padding: 0}
#opisatrakcji img { width: 50%; float: left; padding-right: 15px;}
#opisatrakcji p {margin: 0; padding: 10px; font-size: 14px}
#opisatrakcji .pl { background-color: #e9ffe9}
#opisatrakcji .sk { background-color: #fffdd4}
#opisatrakcji .en { background-color: #f7ddbf }



.logos {
    margin: 9px; 
    margin-bottom: 4px;
}

@media screen and (max-width: 600px) {
    .logos {
        margin: 9px; 
        margin-bottom: 4px;
        width: 95%;
    }
    #footer {
        height: 0px;
        font-size: 11px;
    }
    #map { 
        /* height: calc(100% - 150px); */
        height: calc(100% - 110px);
    }
}

.leaflet-container {background-color: #FFFFFF !important;}

.searchbox {
    display: none;
}

.searchbox.modal {
    background-color:rgb(255, 244, 212);
    height: calc(100% - 20px);
    padding: 25px 0px 0px 10px;
    box-shadow: 0px 0px 20px 0px #808080;
    border-radius: 8px;
    color: rgb(61, 61, 61);
    font-size: 13px;
}

.searchbox.modal > ul {
    overflow-y: auto;
    height: 100%; 
}

.searchbox.modal > ul > li {
    margin-bottom: 20px;
    font-weight: bold;
}

.searchbox.modal > ul > li > ul > li {
    border-bottom: none;
    font-weight: normal;
}

.searchbox a {
    text-decoration: none;
    color: rgb(61, 61, 61);
    padding-left: 8px;
}

.opisy.modal {
    background-color:rgb(255, 244, 212);
    height: calc(100% - 20px);
    padding: 25px 0px 0px 0px;
    box-shadow: 0px 0px 20px 0px #808080;
    border-radius: 8px;
    color: rgb(61, 61, 61);
    width: 100%;
    max-width: 1000px;
    font-size: 13px;
}

.opisy.modal p {
    line-height: 150%;
}

.opisy.modal img {
    width: 100%;
}

.opisy.modal > div {
    overflow-y: auto;
    height: 100%; 
    padding: 0 20px;
}

.opisy.modal.informator p {
    line-height: 120%;
    margin-bottom: 10px;
}

.opisy.modal.legenda img{
    max-width: 500px;
}
.opisy.modal.legenda {
    max-width: 600px;
}

.image-box {
    margin-top: 10px;
}

.image-box small {
    padding: 3px 0;
}

.jquery-modal.blocker.current{
    background-color: rgba(255, 255, 255, 0.75);
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0 5px;
}

li p {
    margin: 0;
}

li {
    margin: 5px 20px 5px 0px;
}

.leaflet-tooltip {
    text-align: center;
}
.cleanlink {
    text-decoration: none;
    color: rgb(255, 135, 37);
    font-weight: bold;
}

.topnav {
    background-color: rgb(255,255,255); 
    overflow: hidden;
    text-align: center;
}

.topnav a {
    display: inline-block;
    color: #000000;
    text-align: center;
    vertical-align: top;
    padding: 16px 16px 16px 16px;
    text-decoration: none;
    font-size: 15px;
	font-weight: bold;

}

.topnav a.icon {
	font-size: 24px;
	padding-top: 6px;
}

.topnav a.logo {
    padding: 7px 16px;
}

.topnav a:hover {
    background-color: #e8ffe0;
    color: black;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}
  
@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
    float: none;
    display: block;
    }
}
