* {
  box-sizing: border-box;
}

.hidden {
    display: none;
}

.overlayRatio {
    width: 100%;
    height: auto !important;
  }

/* #nib-ui-ctn {
  opacity: 1;
} */

/* #nib-ui-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 59px;
  pointer-events: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
} */

/* #nib-ui-main {
  position: absolute;
  bottom: 59px;
  width: 100%;
  pointer-events: auto;
  z-index: 850;
  box-shadow: 0px -2px 6px #00000054;
  overflow: auto;
  max-height: 100%;
} */

/* #nib-ui-side {
  position: absolute;
  right: 6px;
  top: 96px;
  width: 37px;
  height: 120px;
  pointer-events: auto;
} */

.navBox {
  text-align: center;
  margin: 4px 2% 0 2%;
  height: 52px;
  width: 72px;
  display: inline-block;
  font-size: 12px;
  opacity: .7;
}

.navBox:hover {
  opacity: 1;
  cursor: pointer;
}

.nav-svg-icon {
  margin-top: 3px;
  width: 26px;
}

.nav-svg-home-icon {
  margin-top: 3px;
  width: 38px;
}

.event-svg-icon {
  position: relative;
  top: -2px;
  left: -4px;
  transform: scale(1.4);
  width: 100%;
}

.nav-text {
  display: block;
  margin-top: 0px;
  opacity: 1;
}

/* #close-ui-main {
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: .7;
  text-align: center;
  pointer-events: auto;
  position: sticky;
  top: 6px;
  left: 92%;
}

#close-ui-b3-main {
  position: absolute;
  top: -1px;
  right: 6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: .7;
  text-align: center;
  pointer-events: auto;
}

#close-ui-main:hover {
  transform: scale(1.15);
  opacity: 1;
}

#upper-divider {
  position: absolute;
  top: -5px;
  width: 100%;
  height: 2px;
  opacity: 1;
}

#lower-divider{
  position: absolute;
  bottom: 3px;
  width: 100%;
  height: 2px;
  opacity: 0;
} */

.cat-icon-row {
  max-width: 600px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  margin: 4px auto 9px;
  padding: 0 8% 0 8%;
}

.cat-icon-b3-row {
  max-width: 600px;
  display: block;
  margin: 4px auto 0;
  padding: 0 8% 0 8%;
}

.cat-icon-col {
  text-align: center;
  padding: 0;
  margin-bottom: 6px;
}

.cat-icon-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.cat-icon-img:hover {
  transform: scale(1.1);
}

.cat-icon-title {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 4px;
  line-height: 1;
}

.cat-item-ctn {
  display: inline-block;
  /* background-color: aquamarine; */
  margin-top: 3px;
  width: 100%;
  cursor: pointer;
  position: relative;
  top: 0px;
}

.cat3-item-ctn {
  display: inline-block;
  /* background-color: aquamarine; */
  margin-top: 0px;
  width: 100%;
  cursor: pointer;
  position: relative;
  top: -5px;
}

/* #close-main-ctn {
  position: relative;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  z-index: 10;
} */

.downOutAnimation {
  animation-name: out;
  animation-duration: .4s;
  animation-fill-mode: forwards;
}

@keyframes out {
  from {opacity: 1;}
  to {opacity: 0;}
}

@keyframes in {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes down {
  from {transform:translateY(0);}
  to {transform:translateY(200px)}
}

.catTop {
  display: block;
  height: 3px;
  font-size: 12px;
  margin-left: 10px;
  font-weight: bold;
}

.cat-feature-pin {
  display: block;
  margin: 1px auto;
  max-height: 50px;
  max-width: 50px;
}

.cat-selected-pin, .point-feature-pin {
  display: block;
  margin: 4px auto;
  max-height: 62px;
  max-width: 62px;
}

.cat-single-icon {
  max-width: 40%;
  position: relative;
  top: 0px;
  display: block;
  margin: 0 auto;
}

.point-single-icon {
  max-width: 80%;
  position: relative;
  top: 7px;
  display: block;
  margin: 0 auto;
}

.cat-selected-img {
  width: 75px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  margin: 8px;
  text-align: right;
  position: absolute;
  right: 5px;
}

.cat-selected-list-img {
  width: 120px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.detail-row {
  min-height: 92px;
  max-width: 558px;
  margin: 0 auto;
}

.cat-selected-title {
  font-size: 18px;
  margin: 0px 32px 0 0;
  max-width: 94%;
}

.point-selected-title {
  font-size: 18px;
  margin: 4px 32px 6px 0;
  max-width: 94%;
}

.point-selected-list-title {
  font-size: 18px;
  margin: 4px 0px 6px 0;
  max-width: 94%;
}

.cat-selected-about {
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 6px;
}

.point-list-action {
  display: inline-block;
  margin: 10px auto 10px;
  padding: 3px 8px 3px 8px;
  font-size: 16px;
  font-weight: bold;
  max-width: 200px;
}

/* #list-btn, #back-to-points-btn  {
  display: inline-block;
  margin: 0 auto 12px;
  padding: 3px 8px 3px 8px;
  font-size: 12px;
  font-weight: bold;
}

#suggest-btn  {
  display: block;
  margin: 24px auto 24px;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: bold;
  max-width: 346px;
} */

.pop-details-btn {
  display: block;
  margin: 2px auto 0;
  border-radius: 6px;
  padding: 3px 8px 2px 8px;
  line-height: normal;
}

.details-event-title {
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
}

.event-svg {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.event-list-duration, .event-list-title, .event-list-about {
  margin-bottom: 0;
}

.event-list-title {
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
}

.suggest-title {
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}

.event-list-duration {
  font-size: 14px;
  display: inline-block;
  /* font-weight: bold; */
  position: relative;
  left: 3px;
}

.timer-svg {
  position: relative;
  top: 0px;
}

.event-list-about {
  font-size: 12px;
}

.suggest-passage {
  font-size: 14;
  margin-bottom: 0;
}

.event-times-ctn {
  margin-top: 6px;
}

.jumbo-close {
  transform: scale(2);
  opacity: 1 !important;
  top: 16px !important;
  left: 89% !important;
  z-index: 150;
}

.jumbo-close:hover {
  transform: scale(2.1) !important;
  opacity: 1 !important;
  top: 16px !important;
  left: 89% !important;
}

.events-title {
  font-size: 18px;
  text-decoration: underline;
}

.center-event-title {
  text-align: center;
}

.day-select{
  max-width: 60%;
  display: block;
  margin: 0 auto;
}

.point-detail-wpr {
  margin-bottom: 12px;
}

/* #event-date {
  margin-bottom: 12px;
}

#events-content-wpr {
  padding-top: 6px;
  overflow: auto;
  max-height: 320px;
  max-width: 600px;
} */

.event-location {
  margin-bottom: 0;
  margin-top: 2px;
  font-weight: bold;
}

.event-location-text {
  position: relative;
  top: -2px;
}
.map-alert-fixed {
  margin: 8px 49px 0px 6px;
  padding: 8px 48px 8px 16px;
  pointer-events: initial;
  max-width: 800px;
  min-width: 80%;
  display: inline-block;
  /* display: block;
  margin: 8px auto 0; */
}

/* @media screen and (min-width: 834px) {

  .map-alert-fixed {
    /* margin: 8px 49px 0px 6px; */
    /*padding: 8px 48px 8px 16px;
    pointer-events: initial;
    max-width: 720px;
    display: block;
    margin: 8px auto 0;
  }
} */


.map-alert-fixed .btn-close {
  padding: 11px 16px 11px 16px;
}

.map-alert {
  margin: 2px 20px 8px 20px;
}

.alert-ctn {
  max-height: 300px;
  overflow-y: auto;
}

/* #nib-fixed-alert-ctn {
  position: absolute;
  top: 74px;
  width: 100%;
  z-index: 800;
} */

.icon-control-box {
  width: 37px;
  height: 37px;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 6px;
  filter: brightness(85%);
}

.icon-control-box:hover {
  filter: brightness(100%);
}

/* #zoom-in-control {
  box-sizing: border-box;
} */

.zoom-control-box svg {
  box-sizing: border-box;
  position: relative;
  top: -2px;
}
svg {
  vertical-align: text-top;
}

.zoom-control-box {
  padding: 7px;
}

.geo-control-box svg {
  position: relative;
  top: -2px;
}

.geo-control-box {
  padding: 1px;
}

.geo-off {
  opacity: .4;
}

/* #nib-ui-top {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 74px;
  pointer-events: auto;
}

#top-badge-ctn {
  width: 90%;
  height: 22px;
} */

.top-badge {
  border-radius: 6px;
  padding: 2px 6px 0px 6px;
  margin-top: 6px;
  display: inline-block;
}

.suggest-pill {
  font-size: 12px;
  text-align: center;
  display: block;
  margin: 0 0 6px;
  padding: 0 4px;
}

.suggest-time-pill {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  margin: 6px 4px 5px 0;
  padding: 0 4px;
  border-radius: 6px;
  padding: 2px 4px;
}

.suggest-event-passage {
  margin-bottom: 6px;
}

.suggest-duration {
  position: relative;
  left: -1px;
}

.suggest-hr {
  margin: 8px 0 0;
}

.suggest-pill-ctn {
  text-align: center;
  display: inline-block;
  margin: 0 auto 0;
  padding: 0;
}

/* #top-business-badge {
  font-weight: bold;
  margin-right: 2px;
  margin-left: 2px;
}

#top-info-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
  opacity: .9;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

#top-info-btn svg {
  position: relative;
  top: -1px;
} */

/* #top-info-btn:hover {
  opacity: 1;
}

#top-search-bar {
  position: relative;
  display: block;
  margin: 16px auto;
  max-width: 260px;
  z-index: 810;
}

#nib-search {
  padding-right: 26px;
  z-index: 2;
}

#search-icon-ctn {
  position: relative;
  top: -2px;
  right: -1px;
  width: 24px;
  height: 24px;
}

#nib-search-btn {
  filter: brightness(85%);
}

#nib-search-btn:hover {
  filter: brightness(100%);
} */

/* #search-close {
  position: absolute;
  right: 6px;
  top: 9px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 3;
  display: none;
}

#search-close:hover {
  position: absolute;
  transform: scale(1.1);
} */

.shadow-ui {
  box-shadow: 3px 3px 5px #00000045;
}

.top-search-group {
  border-radius: 6px;
}

/* #top-search-bar .top-search-group {
  margin-bottom: 0 !important;
} */

.search-load-ctn {
  max-width: 30px;
  display: block;
  margin: 0 auto;
}

.search-svg-cat-ctn {
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  top: 3px;
  left: -2px;
}

.search-svg-point-ctn {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0px;
}

.search-svg-indent-point-ctn {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 20px;
}

.search-svg-event-ctn {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 10px;
  left: 10px;
}

.search-svg-indent-event-ctn {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 10px;
  left: 30px;
}

.list-group-item{
  padding-left: 23px;
}

.list-indent {
  padding-left: 44px;
}

.search-about{
  padding-bottom: 0;
  margin-bottom: 0;
}

/* #search-results {
  max-height: 400px;
  overflow-y: auto;
}

#search-btn-results {
  margin-top: 20px;
}

#view-all-results {
  position:absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  border-radius: 0 0 6px 6px;
  z-index: 50;
  text-align: center;
  cursor: pointer;
} */

.search-about {
  font-style: italic;
}

.opt-content-ctn {
  margin-top: 16px;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
    /* transform: scale(1);
    transform-origin: 40% 40%; */
  }
  50% {
    opacity: .5;
    /* transform: scale(1.05);
    transform-origin: 40% 40%; */
  }
  100% {
    opacity: 1;
    /* transform: scale(1);
    transform-origin: 40% 40%; */
  }
}

.geo-marker {
  animation: fadeIn 1s ease-in-out;
  animation-iteration-count: 1;
}

.geo-control-box .no-location-question{
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
}

.point-list-label {
  border-radius: 4px;
  padding: 2px 6px;
  max-width: 60%;
  margin: 10px auto 10px;
  text-align: center;
}

.suggest-text {
  font-size: 14px;
  margin: 6px auto;
  display: block;
  padding: 0 6px 0 0;
  max-width: 338px;
}

.suggest-title-icon {
  float: left;
  margin-right: 6px;
  width: 40px;
}

.suggest-spinner{
  margin: 0 4px;
  width: 12px;
  height: 12px;
}

.fixed-overlay{
  position: absolute;
}

.overlay-link{
  cursor: pointer;
  pointer-events: initial;
}

.suggest-ctn {
  max-width: 338px;
  display: block;
  margin: 0 auto;
}

.event-ctn{
  max-width: 338px;
  display: block;
  margin: 0 auto;
}

.cat-poi-btn-ctn {
  text-align: center;
}

.cat-poi-btn-ctn a {
  margin: 9px 6px 4px 6px;
  padding: 4px 14px;
}

.hiddenMarker{
  display: none !important;
}

/* PUBLIC BOX STYLING */

/* ---------- GENERAL ---------- */

.rowSpacing{
  padding: 40px 20px 40px 20px;
}

.backOne {
  padding-top: 60px;
  padding-bottom: 60px;
}

.backTwo {
  padding-top: 40px;
  padding-bottom: 40px;
}

.opt-global-h1 {
  margin-top: 16px;
}

.opt-global-h2 {
  margin-top: 16px;
}

/* ---------- TITLE BOX ---------- */

img.titleBoxImg {
  max-width: 200px;
  margin: 0 auto;
}

/* ---------- CTA BOX ---------- */

.ctaVerticalBoxImg{
  max-width: 200px;
  margin: 0 auto;
}

/* 
.titleBoxHeading {

} 

.titleBoxPara {

} 

*/

/* ---------- CUSTOM BOX ---------- */

.customBox {
  max-width: 600px;
  margin: 60px auto 60px;
}

/* END PUBLIC BOX STYLING */

.backFour {
  overflow-y: auto;
  touch-action: pan-y;
}
