.main-holder {
  font-family: "Azo Sans";
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .main-holder ::-webkit-scrollbar {
    width: 10px; }
  .main-holder ::-webkit-scrollbar-track {
    background-color: #37476b;
    /*box-shadow: inset 0 0 5px grey; */
    border-radius: 10px; }
  .main-holder ::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px; }
  .main-holder ::-webkit-scrollbar-thumb:hover {
    background: #fff; }

.bg-blue {
  background-color: #1b2949; }

.gb-map {
  margin: 0px;
  padding: 0px;
  background-color: #e6f4ff; }
  .gb-map .page-title {
    color: #fff;
    margin: 0px; }
  .gb-map h4 {
    margin-bottom: 20px; }
  .gb-map .main-holder {
    position: relative;
    min-height: calc(100vh - 200px); }
    @media only screen and (max-width: 1100px) {
      .gb-map .main-holder {
        min-height: unset; } }
    .gb-map .main-holder .zoom-buttons {
      display: none;
      background-color: transparent;
      position: absolute;
      z-index: 100;
      bottom: 50px;
      right: calc(35vw + 50px);
      width: 45px; }
      .gb-map .main-holder .zoom-buttons > div {
        background-color: #fff;
        display: flex;
        color: #000;
        font-size: 40px;
        font-weight: 900;
        line-height: 0px;
        text-align: center;
        height: 45px;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .gb-map .main-holder .zoom-buttons > div:hover {
          background-color: #efefef; }
      .gb-map .main-holder .zoom-buttons .bg-white {
        height: 2px;
        width: 100%;
        margin: 0px;
        padding: 0px; }
        .gb-map .main-holder .zoom-buttons .bg-white .divider-line {
          border-bottom: 2px solid #888;
          margin-left: 5px;
          margin-right: 5px;
          height: 2px;
          width: 100%; }
      .gb-map .main-holder .zoom-buttons .plus {
        box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.3);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      .gb-map .main-holder .zoom-buttons .minus {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
    .gb-map .main-holder .back-to-svg {
      background-color: transparent;
      position: relative;
      z-index: 100;
      padding-top: 50px;
      display: none;
      width: auto; }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder .back-to-svg {
          position: absolute;
          top: 20px;
          padding-top: 0px; } }
      .gb-map .main-holder .back-to-svg .button {
        display: inline-block;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
        font-weight: bold;
        cursor: pointer;
        padding: 20px;
        background-color: #fff;
        z-index: 10;
        left: 0px;
        top: 10px;
        font-size: 14px; }
        @media only screen and (max-width: 1100px) {
          .gb-map .main-holder .back-to-svg .button {
            padding: 10px; } }
    .gb-map .main-holder .screen {
      position: absolute;
      width: 100%;
      display: block;
      z-index: 0;
      min-height: calc(100vh - 200px); }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder .screen {
          min-height: unset;
          position: relative; } }
    .gb-map .main-holder #area-container {
      pointer-events: none;
      display: block;
      max-height: 1300px;
      position: relative; }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder #area-container {
          height: unset; } }
      @media only screen and (min-width: 1100px) {
        .gb-map .main-holder #area-container {
          height: 1300px;
          /* Maximum aspect ratio */ } }
  @media only screen and (min-width: 1100px) and (max-aspect-ratio: 80 / 100) {
    .gb-map .main-holder #area-container {
      max-height: 1100px;
      height: 1100px; } }
  @media only screen and (min-width: 1100px) and (max-aspect-ratio: 120 / 100) {
    .gb-map .main-holder #area-container {
      max-height: 1100px;
      height: 1100px; } }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder #area-container {
          margin-top: -40px;
          min-height: unset; } }
    .gb-map .main-holder #map {
      width: 100%;
      height: calc(100vh - 200px);
      position: absolute; }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder #map {
          position: relative;
          height: 400px; } }
    .gb-map .main-holder #svg-holder {
      width: 100%;
      max-height: 1300px;
      padding: 80px;
      width: calc(100vw - 35vw);
      position: absolute; }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder #svg-holder {
          height: unset; } }
      @media only screen and (min-width: 1100px) {
        .gb-map .main-holder #svg-holder {
          height: 1300px;
          /* Maximum aspect ratio */ } }
  @media only screen and (min-width: 1100px) and (max-aspect-ratio: 80 / 100) {
    .gb-map .main-holder #svg-holder {
      max-height: 1100px;
      height: 1100px; } }
  @media only screen and (min-width: 1100px) and (max-aspect-ratio: 120 / 100) {
    .gb-map .main-holder #svg-holder {
      max-height: 1100px;
      height: 1100px; } }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder #svg-holder {
          height: 520px;
          padding: 20px; } }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder #svg-holder {
          position: relative;
          width: 100%; } }
    .gb-map .main-holder .main-map-info {
      width: 35vw;
      max-height: 1300px;
      position: absolute;
      right: 0px;
      z-index: 100;
      padding-top: 50px;
      padding-bottom: 50px;
      padding-right: 0px;
      display: flex; }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder .main-map-info {
          height: unset; } }
      @media only screen and (min-width: 1100px) {
        .gb-map .main-holder .main-map-info {
          height: 1300px;
          /* Maximum aspect ratio */ } }
  @media only screen and (min-width: 1100px) and (max-aspect-ratio: 80 / 100) {
    .gb-map .main-holder .main-map-info {
      max-height: 1100px;
      height: 1100px; } }
  @media only screen and (min-width: 1100px) and (max-aspect-ratio: 120 / 100) {
    .gb-map .main-holder .main-map-info {
      max-height: 1100px;
      height: 1100px; } }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder .main-map-info .photo {
          display: none !important; } }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder .main-map-info {
          height: unset;
          min-height: unset;
          position: relative;
          width: 100%;
          padding: 0px; } }
      .gb-map .main-holder .main-map-info .inner {
        background-color: #1b2949;
        font-size: 12px;
        height: 100%;
        color: #fff;
        padding: 50px;
        display: flex;
        flex-direction: column;
        overflow: auto; }
        @media only screen and (max-width: 1100px) {
          .gb-map .main-holder .main-map-info .inner {
            height: auto;
            padding: 30px;
            border-top-left-radius: 40px;
            border-top-right-radius: 40px; } }
        .gb-map .main-holder .main-map-info .inner .url {
          display: none;
          font-size: 1.4em;
          letter-spacing: 2px;
          border-bottom: 2px solid #fff;
          color: #fff;
          text-decoration: none;
          width: max-content;
          padding-bottom: 6px;
          margin-top: 20px; }
        .gb-map .main-holder .main-map-info .inner.poi-details-mode {
          background-color: #662841; }
          .gb-map .main-holder .main-map-info .inner.poi-details-mode .url {
            display: inline-block;
            font-size: 1.4em;
            letter-spacing: 2px;
            border-bottom: 2px solid #fff;
            color: #fff;
            text-decoration: none;
            width: max-content;
            padding-bottom: 6px;
            margin-top: 20px; }
        .gb-map .main-holder .main-map-info .inner #top {
          flex-grow: 1; }
          .gb-map .main-holder .main-map-info .inner #top .title {
            line-height: inherit;
            margin-top: 20px; }
          .gb-map .main-holder .main-map-info .inner #top .description {
            font-size: 16px;
            line-height: 25px;
            color: #bbb;
            flex-grow: 1;
            overflow: auto; }
          .gb-map .main-holder .main-map-info .inner #top ul {
            list-style-image: none;
            list-style-type: none;
            padding: 0px;
            margin-top: 20px;
            margin-bottom: 40px; }
            .gb-map .main-holder .main-map-info .inner #top ul li {
              padding-top: 20px;
              display: flex;
              align-items: center; }
              .gb-map .main-holder .main-map-info .inner #top ul li div {
                font-size: 20px;
                font-weight: bold; }
              .gb-map .main-holder .main-map-info .inner #top ul li img {
                margin-right: 10px;
                width: 30px;
                height: 30px; }
        .gb-map .main-holder .main-map-info .inner .photo {
          width: 100%;
          padding-top: 90%;
          position: relative;
          background-color: #444;
          background-image: url("/media/fossil.jpg");
          background-size: cover;
          margin-left: -50px;
          margin-right: -50px;
          margin-bottom: -50px;
          width: calc(100% + 100px); }
          @media only screen and (max-width: 1100px) {
            .gb-map .main-holder .main-map-info .inner .photo {
              min-height: 200px; } }
          .gb-map .main-holder .main-map-info .inner .photo #text {
            position: absolute;
            top: 50%;
            padding-left: 50px;
            padding-right: 50px;
            line-height: .95em;
            transform: translateY(-50%); }
    .gb-map .main-holder .poi-info {
      width: 35vw;
      height: calc(100vh - 200px);
      min-height: calc(100vh - 200px);
      position: absolute;
      right: 0px;
      z-index: 100;
      padding-top: 50px;
      padding-bottom: 50px;
      padding-right: 0px; }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder .poi-info {
          height: unset;
          min-height: unset;
          margin-top: -40px; } }
      @media only screen and (max-width: 1100px) {
        .gb-map .main-holder .poi-info {
          position: relative;
          width: 100%;
          padding: 0px; } }
      .gb-map .main-holder .poi-info .inner {
        background-color: #1b2949;
        font-size: 12px;
        height: 100%;
        color: #fff;
        overflow: auto;
        padding: 50px; }
        @media only screen and (max-width: 1100px) {
          .gb-map .main-holder .poi-info .inner {
            height: auto;
            padding: 30px;
            border-top-left-radius: 40px;
            border-top-right-radius: 40px; } }
        .gb-map .main-holder .poi-info .inner .url {
          display: none;
          font-size: 1.4em;
          letter-spacing: 2px;
          border-bottom: 2px solid #fff;
          color: #fff;
          text-decoration: none;
          width: max-content;
          padding-bottom: 6px; }
        .gb-map .main-holder .poi-info .inner.poi-details-mode {
          background-color: #662841; }
          .gb-map .main-holder .poi-info .inner.poi-details-mode .url {
            display: inline-block;
            font-size: 1.4em;
            letter-spacing: 2px;
            border-bottom: 2px solid #fff;
            color: #fff;
            text-decoration: none;
            width: max-content;
            padding-bottom: 6px;
            margin-top: 20px; }
        .gb-map .main-holder .poi-info .inner .photo {
          width: 100%;
          padding-top: 68%;
          background-color: #444;
          background-image: url("/media/fossil.jpg");
          background-size: cover; }
          @media only screen and (max-width: 1100px) {
            .gb-map .main-holder .poi-info .inner .photo {
              min-height: 200px; } }
          .gb-map .main-holder .poi-info .inner .photo.p--50 {
            margin-left: -50px;
            margin-right: -50px;
            margin-bottom: -50px;
            width: calc(100% + 100px);
            height: 55%;
            max-height: unset; }
            .gb-map .main-holder .poi-info .inner .photo.p--50 #text {
              display: flex;
              align-items: center;
              padding-left: 50px;
              line-height: .95em; }
        .gb-map .main-holder .poi-info .inner .title {
          line-height: inherit;
          margin-top: 20px; }
        .gb-map .main-holder .poi-info .inner .description {
          font-size: 16px;
          line-height: 25px;
          color: #bbb;
          flex-grow: 1;
          overflow: auto; }
        .gb-map .main-holder .poi-info .inner ul {
          list-style-image: none;
          list-style-type: none;
          padding: 0px;
          margin-top: 20px;
          margin-bottom: 40px; }
          .gb-map .main-holder .poi-info .inner ul li {
            padding-top: 20px;
            display: flex;
            align-items: center; }
            .gb-map .main-holder .poi-info .inner ul li div {
              font-size: 20px;
              font-weight: bold; }
            .gb-map .main-holder .poi-info .inner ul li img {
              margin-right: 10px;
              width: 30px;
              height: 30px; }
    .gb-map .main-holder #map-button {
      display: none;
      height: 45px;
      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 1000; }
  .gb-map .marker {
    background-image: url("/media/map-stay.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 50px;
    height: 50px;
    cursor: pointer; }
    .gb-map .marker.map-stay {
      background-image: url("/media/map-stay.svg"); }
    .gb-map .marker.map-see {
      background-image: url("/media/map-see.svg"); }
    .gb-map .marker.map-activity {
      background-image: url("/media/map-activity.svg"); }
    .gb-map .marker:hover {
      width: 70px;
      height: 70px; }

#info-box {
    text-align:center; 
    }

  @media only screen and (max-width: 1100px) {
    #info-box {
      pointer-events: all;
      height: 110px; } }
  #info-box #view-locations {
    display: none;
    margin: auto;
    margin-top: 5px;
    font-size: .8em;
    font-weight: bold;
    color: white;
    background-color: #1b2949;
    padding: 5px;
    padding-left: 10px;
    border-radius: 10px;
    text-align: center; }
    @media only screen and (max-width: 1100px) {
      #info-box #view-locations {
        display: block; } }
  #info-box #title {
    padding:10px;
    background-color: #662841;
    color: white;
    padding:10px;
    font-size: 18px;
    margin-top:2px;
    font-weight: 800;
    letter-spacing: -0.5px; }
  #info-box #subtitle {
    color: #aaa;
    

    }
    
  #info-box #subtitle #places{
    
    margin-top:5px;
    color: #662841;
    line-height:1.2em;
    font-weight:bold;
    font-size: 15px;
    }


/*# sourceMappingURL=map-style.css.map */