.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: #908e8f;
  color:#fff;
  font-family: Arial;
  font-size: 16px;
}
.pk-cookie-bar > 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 {
  padding: 15px 40px;
  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;
}

/* to top */
.pk-scroll-totop {
  width:27px;
  height:40px;
  z-index: 9;
  position: fixed;
  bottom:40px;
  right:40px;
  cursor: pointer;
  display: none;
}
.pk-scroll-totop a {
  display: block;
  width: 100%;
  height: 100%;
  color:#575757;
  position: relative;
  padding-top: 10px;
}
.pk-scroll-totop a:before {
  content:"";
  position: absolute;
  top:0;
  left:calc(50% - 11px);
  width: 22px;
  border-top:2px solid #575757
}
.pk-scroll-totop a .svgic {
  width:27px;
  height: 27px;
}

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 > * {
      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; }
*/