<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pk-loader-main { 
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color:rgba(255,255,255,0.9);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center
}
.blured {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.pk-cookie-bar {
  position: fixed;
  bottom:-400px;
  opacity: 0;
  left:0;
  padding: 30px 0px;
  width:100%;
  z-index: 9;
  background-color: #BA531B; /*5eb3e4*/
  color:#fff;
  font-family: poppins;
  font-size: 13px;
}
.pk-cookie-bar &gt; div {
  max-width: 80%;
  margin: 0 auto
}
.pk-cookie-bar a {
  color:inherit;
  margin-left: 10px;
  text-decoration: underline
}
.pk-cookie-bar a:hover {
  opacity:0.8
}
.pk-cookie-bar button.btn {
  background-color:#f4efeb;
  color:#333;
  letter-spacing: 0.15em;
  border-color: transparent;
}
.pk-cookie-bar button.btn:hover {
  background-color:#333;
  color:#f4efeb;
}
.pk-bar-link {
  margin: 0 45px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: normal;
}
.pk-bar-link a {
  text-decoration: none;
}

/*------- Scroll to top ----*/

#btnScroll {
  display: inline-block;
  background-color: #fcfcfc;
  border: 1px solid #444;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 25px;
  right: 30px;
  transition: background-color .3s,opacity .5s,visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#btnScroll:active {
  background-color: #444;
  opacity: 1;
  visibility: visible;
}
#btnScroll.show {
  opacity: 1;
  visibility: visible;
}
#btnScroll .svgic {
  display: inline-block;
  fill: currentColor;
  height: 50px;
  pointer-events: none;
  vertical-align: top;
  width: 25px;
  color:#444;
}

/*------- Fim Scroll to top ----*/

body .sticky {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 99;
  box-shadow: 1px 1px 5px #eee
}
#leaflet-map {width:100%}
.pk_list_container {
  margin-bottom: 10px
}
.pk_features_container {
  font-size: 14px;
  line-height: 20px;
}
.pk_feature_item strong {padding-right: 3px}
.pk_feature_item span {padding-left: 3px}
.perpage-selector {
  width:150px
}
@media (max-width: 768px) {
  .pk-cookie-bar .flex-container {
      flex-direction: column;
      text-align: center;
  }
  .pk-cookie-bar .flex-container &gt; * {
      margin: 10px 0
  }
  .pk-bar-link a {margin: 0}
}
/*
*[style],
a:not([href])
a[href="#"],
a[href=""],
a[href*="javascript:void(0)"],
img:not([alt]),
img[alt=""],
meta[charset]:not([charset="UTF-8"]),
meta[name="viewport"][content*="user-scalable=no"],
meta[name="viewport"][content*="maximum-scale"],
meta[name="viewport"][content*="minimum-scale"],
input:not([id]),
select:not([id]),
textarea:not([id]),
label:not([for]),
input:not([name]),
select:not([name]),
textarea:not([name]),
form:not([name]):not([id]),
button:empty,
a:empty,
script[type="text/javascript"],
link[rel="stylesheet"][type="text/css"] { border: 1px solid red; }
*/</pre></body></html>