body {
  height: auto;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.2rem;
  }
}
.open-img {
  cursor: pointer;
}
.text-main {
  color: #2081c5;
}
.fs-12 {
  font-size: 12px;
}
.open-img {
  cursor: pointer;
}
.cookie-wrapper {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  background-color: black;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.cookie-wrapper a {
  color: #ffffff;
  text-decoration: underline;
}
.primary-menu ul.navbar-nav > li > a:not(.btn) {
  font-size: 14px;
}
#map {
  height: 500px;
}
.its_custom {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
/*# sourceMappingURL=Base.css.map */