html {
  scroll-behavior: smooth;
}

.text_and_map {
    display: inline-block;
    box-sizing: border-box;
    margin-top: 1em;
    margin-bottom: 2em;
}

.text_and_map h2 {
    font-family: sans-serif;
    margin-top: 0px;
    color: #333;
    font-weight: 500;
    font-size: 1.25em;
    text-transform: uppercase;
}

    
.text_and_map p {
    text-align: justify;
    font-size: 1.25em;
    font-weight: 100;
    font-family: 'Slabo 27px', sans-serif;
    margin-left: 0vw;
    margin-top: 0px;
    width: 90vw;
}

@media (max-width: 1024px) {
      .text_and_map {
        display: block;
      }
      .text_and_map h2 {
        margin-left: 1em;
      }
      .text_and_map p {
        margin-left: 4vw;
      }
    }

.text_and_map a {
    color: rgb(3, 132, 163);
    font-weight: 400;
    text-decoration: none;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: .85em;
    text-align: left;
}

.text_and_map_text_link {
    font-family: sans-serif;
    text-decoration: none;
    position: relative;
    display: inline;
    box-sizing: border-box;
    margin-top: 1em;
    margin-left: 0vw;
    z-index: 0;
    width: 100%;
    height: 2.5em;
    text-align: left;
    /*/*white-space: nowrap;*/
    cursor: pointer;
    text-shadow: none;
}

.text_and_map ul {
    color: rgb(3, 132, 163);
    font-size: 1.25em;    
}
.text_and_map li {
    list-style-position: inside;
}

.map_box {
    display: inline;
    box-sizing: border-box;  
    width: 61vw;
    /*background-color: #333;*/
    height: 60vh;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.map_box_Map {
	display: inline-block;
	box-sizing: border-box;
	height: 100%;
	min-width: 95%;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}


    @media (max-width: 1024px) {
      .map_box {
        display: block;
        float: none;
        width: 100vw;
        height: 60vw;
        margin-left: 0;
      }
      
      .map_box_Map {
        min-width: 100%;
        width: 100%;        
      }
    }

.map_info_box_h2 {
  font-size: 1em !important;
}

.map_info_box_image {
  width: 100px;
  height: 100px;
  margin: .5em;
  border-radius: 0px;
  float: left;
}

.map_info_box_p {
  width: 100% !important;
}

    @media (max-width: 1024px) {
      .map_info_box_p {
        width: 100% !important;
        font-size: 1.75em !important;
      }
      
      .map_info_box_image {
        width: 150px;
        height: 150px;
      }

      .map_info_box_h2 {
        font-size: 2em !important;
      }
      
    }

.map_box p {
    margin: 0;
    position: relative;
    top: 0.5em;
    box-sizing: border-box;
    font-size: 1em; 
}

.image_box {
    display: block;
    width: 30vw;
    background-color: #333;
    height: 30vw;
    margin-left: 0em;
    margin-bottom: 0.25em;
    box-sizing: border-box;
    margin-right: 1em;
    margin-top: 0em;
    margin-bottom: 1em;
}

    @media (max-width: 1024px) {
      .image_box {
          margin-left: 1em;
          margin-bottom: 0em;
      }
    }

.image_box p {
    margin: 0;
    position: relative;
    top: 100%;
    box-sizing: border-box;
    font-size: 1em;    
}

.TM_Horizontal {
    min-width: 55vw;
    max-width: 90vw;
    overflow: hidden;
    display: inline-block;
}

.TM_Vertical {
  visibility: hidden;
	height: 0px;
  width: 0px;
}

@media (max-width: 1024px) {
  
    .TM_Horizontal {
      visibility: hidden;
      height: 0px;
      width: 0px;
    }

    .TM_Vertical {
      visibility: visible;
      height: 100%;
      width: 100%;
    }
    
}

.hot_spot_row {
    /*table-layout: fixed;*/
    display: flex;
    width: "auto"; /* alternative 1000vw */
    vertical-align: top;
    margin-bottom: 1em;
    background-color: #fff;
    padding-left: 0em;
    padding-right: 1em;
    box-sizing: border-box;
    transition: ease;
    transition-duration: 1s;    
}


.hot_spot_row h4 {
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 90vw;
    height: 50px;
    left: 5vw;
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: lighter;
    margin: 0;
    margin-bottom: 1em;
    border-bottom: 5px solid rgba(3, 132, 163, 0.99);
    background-color: #fff;
    margin-left: 0em;
    margin-right: 0em;
    padding-top: 0.5em;
}

    @media (max-width: 1024px) {

      .hot_spot_row {
        padding-left: 1em;
        margin-bottom:  3em;
      }
      
      .hot_spot_row h4 {
          width: 95.75vw;
          left: 3.25vw;
          font-family: sans-serif;
          font-size: 1.2em;
          margin-bottom: 0em;
          padding-top: 0em;
      }      
    }

.hot_spot_row_left {
    display: inline-block;
    position: absolute;
    width: 75px;
    height: 250px;
    box-sizing: border-box;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0));
    margin-top: 60px;
    left: 4vw;
    text-align: left;
    padding-top: 90px;
    font-size: 3em;
    visibility: hidden;
}


.hot_spot_row_right {
    display: inline-block;
    position: absolute;
    width: 75px;
    height: 250px;
    box-sizing: border-box;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0));
    margin-top: 60px;
    right: 4vw;
    text-align: right;
    padding-top: 90px;
    font-size: 3em;
    visibility: hidden;
}

    @media (max-width: 1024px) {
      .hot_spot_row_left {
          left: 0vw;
          height: 400px;
          visibility: visible;
      }
      
      .hot_spot_row_arrow {
          visibility: hidden;
      }
      
      .hot_spot_row_right {
          right: 0vw;
          height: 400px;
          visibility: visible;
      }
      
    }

.hot_spot_row_arrow {
  background-color: #fff;
  border-radius: 7px;
  margin-left: 0;
  fill:rgba(255, 173, 31, 1);
}

.hot_spot_row h3 {
	font-size: 2.00em;
	color: #373737;
	font-weight: 100;
	font-family: 'Rock Salt', cursive;
	margin-bottom: 0em;
	margin-top: 0.5em;
	line-height: 1.0em;
	text-align: center;
}

.hot_spot_visible_frame {
    display: block;
    width: 90vw;
    overflow: hidden;    
}

    @media (max-width: 1024px) {
      .hot_spot_visible_frame {
        width: 99vw;
        overflow: scroll;
        scroll-behavior: smooth;
      }
    }

.hot_spot_element_block {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 250px;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0;
    margin-top: 60px;
    margin-right: 10px;
    border: 4px solid #fff;
    box-shadow: -1px 2px 6px -1px #333;    
}

@media (max-width: 1024px) {
  .hot_spot_element_block {
    width: 400px;
    min-width: 400px;
    height: 400px;
  }
}

.hot_spot_element_img {
    display: inline-table;
    box-sizing: border-box;
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: 250px 250px;
    overflow: hidden;
}

@media (max-width: 1024px) {
  .hot_spot_element_img {
    width: 400px;
    height: 400px;
    background-size: 400px 400px;
  }
}

.hot_spot_element_img img{
	width: 250px;
	height: 250px;
	border: 0px solid #fff;
	box-sizing: border-box;
	opacity: 1;
	transition: all 1.5s ease;
	border-radius: 0px;
	overflow: hidden;
}

@media (max-width: 1024px) {
  .hot_spot_element_img img {
    width: 400px;
    height: 400px;
  }
}

.hot_spot_element_text {
    display: inline-block;
    box-sizing: border-box;
    width: 250px;
    vertical-align: top;
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.51) 65%, rgba(11, 11, 11, 0))
}

    @media (max-width: 1024px) {
      .hot_spot_element_text {
        width: 400px;
      }
    }

.hot_spot_element_text h5 {
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: normal;
    font-family: sans-serif;
    display: block;
    box-sizing: border-box;
    font-size: 1.25em;
}

    @media (max-width: 1024px) {
      .hot_spot_element_text h5 {
        font-size: 1.25em;
      }
    }

.hot_spot_element_text p {
    font-family: sans-serif;
    font-size: 1em;
    /*text-transform: uppercase;*/
    font-weight: normal;
    margin: 0px;
    margin-top: 2px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    box-sizing: border-box;
}

    @media (max-width: 1024px) {
      .hot_spot_element_text p {
        font-size: 1em;
      }
    }


/* ########## GOOGLE ATTRIBUTION ############ */

.google_attr_V2 {
	height: 2em;
	position:absolute;
	margin-top: -2.25em;
	/*background-color: #fff;*/
	text-align: right;
	font-family: sans-serif;
	color: #fff;
	width: 65vw;
	display: inline-block;
	text-decoration: none;
	font-size: 0.8em;
	/*padding-left: 1em;*/
	box-sizing: border-box;
}

.google_attr_V2 img {
	border: 0;
	max-height: 1.4em;
	min-height: 0.6em;
	width: 8.5em;
	/*background-color: #fff;*/
	box-shadow: none;
	margin: 0.5em;
	padding-bottom: 0.1em;
	vertical-align: middle;
}

.google_attr_V2 a {
	/*background-color: #fff;*/
	text-decoration: none;
	color: #fff;
}

.google_attr_V2 a:hover {
	text-decoration: underline;
	color: #fff;
}

.google_attr_side_V2 {
  position: relative;
	height: 2em;
	margin-top: 0%;
  top: -5px;
	background-color: #fff;
  text-shadow: none !important;
	text-align: left;
	font-family: sans-serif;
	color: #888;
	width: 250px;
	display: inline-block;
	text-decoration: none;
	font-size: 0.6em;
	padding-left: 0em;
	box-sizing: border-box;
  line-height: 0.20em;
}

    @media (max-width: 1024px) {
      .google_attr_side_V2 {
        font-size: 0.2em;
      }
    }

.google_attr_side_V2 img {
	border: 0;
	max-height: 1.2em;
	min-height: 0.6em;
	width: 8.5em;
	background-color: #fff;
	box-shadow: none;
	margin: 0.5em;
	padding-bottom: 0.2em;
	vertical-align: middle;
}

.google_attr_side_V2 a {
	background-color: #fff;
	text-decoration: none;
	color: #666;
}

.google_attr_side_V2 a:hover {
	text-decoration: underline;
	color: #333;
}