.nimap-details-container * {
  box-sizing: border-box;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container {
  position: relative;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-header-container.nimap-top-no-image {
  display: none;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-header-container {
  width: 100%;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-header-container .nimap-detail-image-wrap img {
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-header-container .nimap-detail-image-wrap section {
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container:not(.nimap-top-no-image) {
  bottom: 0;
  z-index: 2;
  width: 100%;
  position: absolute;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container:not(.nimap-top-no-image) .nimap-top-content-address-side-wrap {
  color: #fff;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap {
  padding: 0 3rem 2rem 3rem;
  display: flex;
  flex-wrap: wrap;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap .nimap-top-content-address-side-wrap {
  width: 75%;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap .nimap-top-content-address-side-wrap .nimap-categories-wrap .nimap-category-display {
  padding: 8px 15px;
  border-radius: 30px;
  color: #fff;
  background-color: #add8e6;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap .nimap-top-content-address-side-wrap .nimap-title-container {
  gap: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  flex-wrap: wrap;
  line-height: 1.2;
  align-items: center;
  display: inline-flex;
  text-shadow: 2px 2px #4b6187;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap .nimap-top-content-address-side-wrap .nimap-title-container .nimap-title-wrap {
  font-size: 2rem;
  font-weight: bold;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap .nimap-top-content-address-side-wrap .nimap-address-wrap {
  margin-top: 5px;
  text-shadow: 2px 2px #4b6187;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap .nimap-top-content-button-side-wrap {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: self-end;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap .nimap-top-content-button-side-wrap .nimap-detail-block-wrap {
  text-align: right;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap .nimap-top-content-button-side-wrap .nimap-detail-block-wrap .nimap-item-buttons-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap .nimap-top-content-button-side-wrap .nimap-detail-block-wrap .nimap-item-buttons-wrap .nimap-item-button-wrap {
  text-align: center;
  padding: 3px 5px;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #0B598A;
  background-color: #fefefe;
}
.nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap .nimap-top-content-button-side-wrap .nimap-detail-block-wrap .nimap-item-buttons-wrap .nimap-item-button-wrap a {
  text-decoration: unset;
}
.nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-details-bottom-wrap > div {
  box-sizing: border-box;
}
.nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-details-bottom-wrap .nimap-detail-block-wrap {
  padding: 20px 20px 0;
  background-color: #fff;
  border-radius: 6px;
}
.nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-details-bottom-wrap .nimap-detail-block-wrap .nimap-detail-block-header {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #e8e8e8;
}
.nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-details-bottom-wrap .nimap-detail-block-wrap .nimap-item-description-content {
  padding-top: 10px;
}
.nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-details-bottom-wrap .nimap-detail-block-wrap .nimap-detail-block-content.nimap-information-header > div {
  padding-top: 10px;
}
.nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-details-bottom-wrap .nimap-detail-block-wrap .nimap-detail-block-content .nimap-opening-detail {
  table-layout: unset;
  margin-bottom: unset;
}
.nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-details-bottom-wrap .nimap-detail-block-wrap .nimap-detail-block-content .nimap-opening-detail .nimap-opening-day-container {
  border-color: rgba(0, 0, 0, 0.1);
}
.nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-details-bottom-wrap .nimap-detail-block-wrap .nimap-detail-block-content .nimap-opening-detail .nimap-opening-day-container .nimap-opening-day-wrap .nimap-opening-day-label {
  font-weight: bold;
  text-transform: unset;
}
.nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-details-bottom-wrap .nimap-detail-block-wrap .nimap-detail-block-content .nimap-opening-detail .nimap-opening-day-container .nimap-opening-day-wrap .nimap-opening-day-separator {
  text-align: center;
}
.nimap-details-container .nimap-details-wrap .nimap-map-details-container {
  padding: 20px 20px 0;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 30px;
}
.nimap-details-container .nimap-details-wrap .nimap-map-details-container .nimap-detail-block-header {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #e8e8e8;
}
.nimap-details-container .nimap-details-wrap .nimap-map-details-container .nimap-map-details-image .nimap-map-details-canvas {
  height: 480px;
  position: relative;
  background: #eee;
}
.nimap-details-container .nimap-details-wrap.nimap-details-layout-2col .nimap-details-bottom-wrap {
  display: grid;
  grid-template-columns: 60% 40%;
}
.nimap-details-container .nimap-hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container.nimap-top-no-image .nimap-top-content-wrap {
    padding: 0 0 5px 0;
  }
  .nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container.nimap-top-no-image .nimap-top-content-wrap .nimap-top-content-button-side-wrap {
    display: block;
    margin-top: 10px;
  }
  .nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container.nimap-top-no-image .nimap-top-content-wrap .nimap-top-content-button-side-wrap .nimap-detail-block-wrap .nimap-item-buttons-wrap {
    justify-content: unset;
    flex-direction: row;
  }
  .nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap {
    padding: 0 10px 5px 10px;
    display: block;
  }
  .nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap .nimap-top-content-address-side-wrap {
    width: 100%;
  }
  .nimap-details-container .nimap-details-wrap .nimap-details-top-container .nimap-top-content-container .nimap-top-content-wrap .nimap-top-content-button-side-wrap {
    width: 100%;
  }
  .nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-details-bottom-wrap .nimap-detail-block-wrap {
    padding: 15px 0 0;
  }
  .nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-details-bottom-wrap .nimap-detail-block-wrap .nimap-item-description-content {
    padding-top: 0;
  }
  .nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-details-bottom-wrap .nimap-detail-block-wrap .nimap-detail-block-header {
    padding-bottom: unset;
  }
  .nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-map-details-container {
    padding: 15px 0 0;
  }
  .nimap-details-container .nimap-details-wrap .nimap-details-bottom-container .nimap-map-details-container .nimap-map-details-image .nimap-map-details-canvas {
    height: 350px;
  }
}
.nimap-animate-bounce {
  animation: nimap-bounce 2s infinite;
  -webkit-animation: nimap-bounce 2s infinite;
  -moz-animation: nimap-bounce 2s infinite;
  -o-animation: nimap-bounce 2s infinite;
}

.nimap-animate-jump {
  animation-name: nimap-jump;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation: nimap-jump 2s infinite;
  -moz-animation: nimap-jump 2s infinite;
  -o-animation: nimap-jump 2s infinite;
}

.nimap-animate-shake {
  animation: nimap-shake 2s infinite;
  -webkit-animation: nimap-shake 2s infinite;
  -moz-animation: nimap-shake 2s infinite;
  -o-animation: nimap-shake 2s infinite;
}

@keyframes nimap-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes nimap-jump {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-100px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes nimap-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}
@-moz-keyframes nimap-bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes nimap-bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes nimap-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

/*# sourceMappingURL=nimap-details.css.map */
