.pk-cookie-bar {
  position: fixed;
  bottom:-400px;
  opacity: 0;
  left:0;
  padding: 22px 0px;
  z-index: 9;
  background-color: #908e8f;
  color:#fff;
  font-family: Arial;
  font-size: 16px;
  width:100%;
}
.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:62px;
  height:62px;
  bottom:19px;
  right:19px;
  z-index: 9;
  position: fixed;
  cursor: pointer;
  opacity:0;
  background: #f1f1f1;
  box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
  border-radius: 50%;
}
.pk-scroll-totop a {
  color:#575757;
  outline: none;
  border-radius: 50%
}
.pk-scroll-totop a:hover {
  background-color:#313131;
  color:#fff;
}
.pk-scroll-totop a .svgic {
  width:27px;
  height: 27px;
}

body .sticky {
  position: fixed !important;
  top:0;
  left:0;
  width:100%;
  z-index: 99;
  box-shadow: 1px 1px 5px #eee
}
#leaflet-map {width:100%;z-index: 0}
.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; }
*/