/*
	MAIN SASS
	Author: Oliveira
	Version: 0.0.1
*/
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital@0;1&display=swap'); */

.landing-map-gro .l-t-main-section {
  position: static;
}
.landing-map-gro .hide-btn-slide {
  opacity: 0 !important;
  pointer-events: none;
}
.landing-map-gro .schedule-style {
  color: #000000;
  font-family: "Lato";
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .schedule-style {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.landing-map-gro section, .landing-map-gro .l-text-block {
  min-height: 30px;
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #fdf9ea;
}
.landing-map-gro .container-fluid.full {
  width: 100%;
  max-width: 100%;
}
.landing-map-gro .container.custom-container {
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 1600px) {
  .landing-map-gro .container.custom-container {
    max-width: 1024px;
  }
}
.landing-map-gro .screen.fullpage-slide {
  min-height: inherit;
}
.landing-map-gro .col-pad-0 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .col-pad-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.landing-map-gro .poi-title {
  display: block;
  margin: 0;
  padding-bottom: 28px;
  color: #346848;
  font-size: 28px;
  font-weight: 800;
  line-height: 31px;
  text-transform: uppercase;
  letter-spacing: 2.33px;
  font-family: "effra", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1200px) {
  .landing-map-gro .poi-title {
    font-size: 22px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
  }
}
.landing-map-gro .section-nav-tour {
  padding: 0;
  min-height: inherit;
  text-align: center;
  background-color: inherit;
  background: none;
  position: relative;
}
.landing-map-gro .section-nav-tour-title {
  display: inline-block;
  padding: 15px 10px;
  width: 230px;
  border-radius: 10px 10px 0px 0px;
  background-color: #f06d37;
  position: absolute;
  top: -48px;
  left: 50%;
  margin-left: -115px;
}
@media screen and (max-width: 799px) {
  .landing-map-gro .section-nav-tour-title {
    padding: 11px 10px;
    width: 190px;
    margin-left: -95px;
    top: -36px;
    border-radius: 10px 10px 0px 0px;
  }
}
.landing-map-gro .section-nav-tour-title h2 {
  color: #fdf9ea;
  font-family: "effra", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 799px) {
  .landing-map-gro .section-nav-tour-title h2 {
    font-size: 14px;
  }
}
.landing-map-gro .tour-nav {
  background-color: #f06d37;
  list-style: none;
  font-size: 0;
  padding: 0;
  padding: 15px 0;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .landing-map-gro .tour-nav {
    padding: 10px 0;
  }
}
.landing-map-gro .tour-nav li {
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  .landing-map-gro .tour-nav li {
    width: 20%;
  }
}
.landing-map-gro .tour-nav li a {
  display: block;
  color: #ffffff;
  padding: 23px 15px;
  border: 2px solid #f06d37;
  font-size: 19px;
  font-family: "effra", Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  -moz-transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  -o-transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  -ms-transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01);
}
@media screen and (min-width: 800px) {
  .landing-map-gro .tour-nav li a {
    width: 170px;
    min-height: 160px;
  }
}
@media screen and (max-width: 799px) {
  .landing-map-gro .tour-nav li a {
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    border-width: 2px;
    padding: 5px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-map-gro .tour-nav li a:hover {
    border: 4px solid #ffffff;
  }
}
.landing-map-gro .tour-nav .tour-nav-icon {
  height: 50px;
  max-width: 40px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 799px) {
  .landing-map-gro .tour-nav .tour-nav-icon {
    height: 36px;
    max-width: 36px;
  }
}
@media screen and (max-width: 500px) {
  .landing-map-gro .tour-nav .tour-nav-icon {
    max-width: 28px;
  }
}
.landing-map-gro .tour-nav .tour-nav-title {
  width: 100%;
  
}

@media screen and (min-width: 1499px) {
  .landing-map-gro .tour-nav .tour-nav-title {    
    font: size 17px;
  }
}

@media screen and (max-width: 799px) {
  .landing-map-gro .tour-nav .tour-nav-title {
    max-width: 80px;
  }
}
.landing-map-gro .section-slider {
  padding: 0;
  min-height: 680px;
  background-color: #000;
}
@media screen and (max-width: 1500px) {
  .landing-map-gro .section-slider {
    min-height: 450px;
  }
}
.landing-map-gro .tour-header-slider {
  height: 680px;
}
@media screen and (max-width: 1500px) {
  .landing-map-gro .tour-header-slider {
    height: 550px;
  }
}
@media screen and (max-width: 1400px) {
  .landing-map-gro .tour-header-slider {
    height: 500px;
  }
}
.landing-map-gro .tour-header-slider .slick-list,
.landing-map-gro .tour-header-slider .slick-track {
  height: 100%;
}
.landing-map-gro .tour-header-slider-item {
  height: 100%;
  background-color: #000;
  position: relative;
}
.landing-map-gro .tour-header-slider .header-slider-item--img {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.85;
}

.landing-map-gro .tour-header-slider .header-slider-item--imgbg{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.landing-map-gro .tour-header-slider .header-slider-item--imgbg img{
  display: block;
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-map-gro .tour-header-slider .header-slider-item--imgbg.header-slider-item--imgpos-top img{
  object-position: top center
}

.landing-map-gro .tour-header-slider .header-slider-item--imgbg.header-slider-item--imgpos-bottom img{
  object-position: bottom center
}

.landing-map-gro .tour-header-slider .slick-dots {
  position: absolute;
  bottom: 0;
  right: 10%;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .landing-map-gro .tour-header-slider .slick-dots {
    right: 0;
    width: 100%;
    text-align: center;
    bottom: 40px;
  }
}
.landing-map-gro .tour-header-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}
.landing-map-gro .tour-header-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border: 3px solid #f06d37;
  background-color: #f06d37;
}
@media screen and (max-width: 991px) {
  .landing-map-gro .tour-header-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border: none;
    background-color: #ffffff;
    opacity: 0.5;
  }
}
.landing-map-gro .tour-header-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .landing-map-gro .tour-header-slider .slick-dots li.slick-active button {
    background-color: #f06d37;
    opacity: 1;
  }
}
.landing-map-gro .tour-header-slider-item-logo {
  display: flex;
  /* or inline-flex */
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.landing-map-gro .tour-header-slider-item-logo img {
  display: inline-block;
}
.landing-map-gro .tour-header-slider-item-logo.tour-logo-position-center {
  align-items: center;
}
.landing-map-gro .tour-header-slider-item-logo.tour-logo-position-left {
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .landing-map-gro .tour-header-slider-item-logo.tour-logo-position-left {
    text-align: center;
    justify-content: center;
  }
}
.landing-map-gro .tour-header-slider-item-logo.tour-logo-position-center .tour-logo-cont {
  text-align: center;
  width: 100%;
}
.landing-map-gro .tour-header-slider-item-logo.tour-logo-position-left .tour-logo-cont {
  padding: 3%;
  max-width: 25%;
}
@media screen and (max-width: 991px) {
  .landing-map-gro .tour-header-slider-item-logo.tour-logo-position-left .tour-logo-cont {
    justify-content: center;
    padding: 0;
    padding-bottom: 110px;
    max-width: 280px;
  }
}
.landing-map-gro .section-poi {
  margin-right: 0 !important;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .section-poi {
    padding-bottom: 0;
  }
}
.landing-map-gro .section-poi .map-box.landing {
  height: auto !important;
}
.landing-map-gro .single .section-poi .maps-holder,
.landing-map-gro .section-poi .maps-holder {
  height: 540px !important;
  position: relative;
  border-bottom: 7px solid #ffffff;
}
@media screen and (max-width: 1366px) {
  .landing-map-gro .single .section-poi .maps-holder,
.landing-map-gro .section-poi .maps-holder {
    height: 440px !important;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .single .section-poi .maps-holder,
.landing-map-gro .section-poi .maps-holder {
    height: 350px !important;
  }
}
@media screen and (max-width: 500px) {
  .landing-map-gro .single .section-poi .maps-holder,
.landing-map-gro .section-poi .maps-holder {
    height: 290px !important;
    min-height: 290px !important;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .section-poi-col {
    z-index: inherit;
    position: static;
  }
}
.landing-map-gro .section-poi-col .screen {
  position: static;
  z-index: inherit;
}
.landing-map-gro .section-poi .maps-holder #pano,
.landing-map-gro .section-poi .maps-holder .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  height: 100% !important;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  .landing-map-gro .section-poi .maps-holder .acf-map {
    min-height: 290px !important;
  }
}
.landing-map-gro .section-poi .maps-holder #pano {
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .section-poi .maps-holder #pano {
    position: fixed !important;
    top: 0;
    bottom: 0;
    z-index: 9999 !important;
    width: 100%;
    left: -100%;
    -webkit-transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -moz-transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -o-transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -ms-transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  }
}
.landing-map-gro .section-poi .maps-holder #pano.active {
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .section-poi .maps-holder #pano.active {
    left: 0;
    z-index: 9999 !important;
  }
}
.landing-map-gro .back-to-map {
  position: absolute;
  top: 20px;
  right: 50px;
  padding: 7px 15px;
  padding-right: 30px;
  z-index: 5;
  background-color: #346848;
  border: 2px solid #fefce5;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
  font-size: 12px;
  color: #fdf9ea;
  font-family: "effra", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .back-to-map {
    position: fixed;
    z-index: 999999;
    right: initial;
    left: -60px;
    top: 20px;
    padding-right: 15px;
    padding-left: 30px;
    font-size: 10px;
    display: block;
    overflow: hidden;
    opacity: 0;
  }
}
.landing-map-gro .back-to-map:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  height: 14px;
  width: 17px;
  background-image: url("../../images/arrow-back.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .back-to-map:before {
    right: inherit;
    left: 8px;
    top: 5px;
    width: 15px;
  }
}
.landing-map-gro .back-to-map.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .back-to-map.active {
    left: 20px;
    opacity: 1;
    overflow: visible;
  }
}
.landing-map-gro .back-to-map:hover,
.landing-map-gro .back-to-map.focus,
.landing-map-gro .back-to-map.active {
  background-color: #f56e27;
}
.landing-map-gro .map-point-info {
  background-color: #346848;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .map-point-info {
    padding-top: 12px;
  }
}
.landing-map-gro .map-point-info-item {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.landing-map-gro .map-point-info-item.active {
  height: auto;
  overflow: auto;
}
.landing-map-gro .map-point-info--stops {
  text-align: center;
}
.landing-map-gro .poi-map-navigation {
  text-align: center;
  position: relative;
  padding: 5px 20px 10px;
  max-width: 1020px;
  margin: 0 auto;
}
.landing-map-gro .poi-map-navigation .poi-map-navigation-item {
  display: inline-block;
  vertical-align: middle;
}
.landing-map-gro .nav-label {
  height: 32px;
  width: 32px;
  background-color: #b55e3a;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  font-family: "charterroman", "Times New Roman", Times, serif;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .nav-label {
    height: 37px;
    width: 37px;
    line-height: 35px;
  }
}
.landing-map-gro .poi-view-all {
  position: absolute;
  top: 5px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-view-all {
    right: 20px;
    top: 0;
  }
}
.landing-map-gro .poi-view-all .poi-view-all-link {
  color: #fdf9ea;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  background: none;
  letter-spacing: 0.75px;
  line-height: 32px;
  border: 0;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-view-all .poi-view-all-link {
    line-height: 42px;
  }
}
.landing-map-gro .poi-view-all .poi-view-all-link:hover {
  cursor: pointer;
}
.landing-map-gro .poi-view-all .poi-view-all-link > div {
  display: inline-block;
  vertical-align: middle;
}
.landing-map-gro .poi-view-all .hide-mobile {
  display: none;
}
.landing-map-gro .nav-label-stoptitle {
  color: #fdf9ea;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  display: none;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .nav-label-stoptitle {
    line-height: 37px;
  }
}
.landing-map-gro .point-btn {
  display: inline-block;
  width: 16px;
  height: 22px;
  position: relative;
  vertical-align: middle;
}
.landing-map-gro .point-btn-item {
  display: block;
  position: absolute;
  background-color: #f06d37;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  top: 9px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.landing-map-gro .point-btn-item:nth-child(1) {
  left: 0px;
}
.landing-map-gro .point-btn-item:nth-child(2) {
  left: 6px;
}
.landing-map-gro .point-btn-item:nth-child(3) {
  left: 12px;
}
.landing-map-gro .poi-map-navigation.active .poi-map-navigation-item {
  display: none;
}
.landing-map-gro .poi-map-navigation.active .nav-label-stoptitle {
  display: block;
}
.landing-map-gro .poi-map-navigation.active .point-btn-item {
  border-radius: 1px;
  height: 3px;
}
.landing-map-gro .poi-map-navigation.active .point-btn-item:nth-child(1) {
  left: 0px;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.landing-map-gro .poi-map-navigation.active .point-btn-item:nth-child(2) {
  left: 6px;
  opacity: 0;
}
.landing-map-gro .poi-map-navigation.active .point-btn-item:nth-child(3) {
  left: 0px;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-map-navigation.active .mobile-hide-active {
    display: none;
  }
}
.landing-map-gro .single-stop-slider {
  list-style: none;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
.landing-map-gro .slidecount-0 {
  min-width: 100% !important;
}
.landing-map-gro .slidecount-0 .slick-track {
  margin: 0 auto;
}
.landing-map-gro .msg-slide {
  width: 100%;
}
.landing-map-gro .points-slider .msg {
  display: block;
  font-size: 18px;
  padding: 20px;
  background-color: #fdf9ea;
  color: #346848;
  width: 100%;
}
.landing-map-gro .points-slider .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border: 0;
  border: 2px solid rgba(253, 249, 234, 0.5);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .points-slider .slick-slide {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .points-slider .slick-slide.slick-current {
    opacity: 1;
  }
}
.landing-map-gro .custom-prev-slide,
.landing-map-gro .custom-next-slide {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.landing-map-gro .points-slider .slick-prev {
  left: 0px;
}
.landing-map-gro .points-slider .slick-next {
  right: 0px;
}
.landing-map-gro .points-slider .slick-prev::after,
.landing-map-gro .points-slider .slick-next::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  right: 0;
  border: 2px solid #f46e28;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  left: -5px;
}
.landing-map-gro .points-slider .slick-prev::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 5px;
}
.landing-map-gro .points-slider .slick-next:not(.slick-disabled):hover,
.landing-map-gro .points-slider .slick-prev:not(.slick-disabled):hover {
  background-color: #f46e28;
  border: 2px solid #f46e28;
}
.landing-map-gro .points-slider .slick-next:not(.slick-disabled):hover:after,
.landing-map-gro .points-slider .slick-prev:not(.slick-disabled):hover:after {
  border-color: #ffffff;
}
.landing-map-gro .points-slider .slick-prev.slick-disabled,
.landing-map-gro .points-slider .slick-next.slick-disabled {
  background: #517a66;
  opacity: 0.4;
}
.landing-map-gro .points-slider {
  list-style: none;
  width: 100%;
  font-size: 0;
  padding: 20px 55px;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .points-slider {
    padding: 5px 0;
    max-width: 500px;
    margin: 0 auto;
  }
}
.landing-map-gro .points-slider li {
  display: inline-block;
  width: 50%;
  padding: 3px;
  font-size: 20px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .points-slider li {
    width: 228px;
  }
}
.landing-map-gro .points-slider-cont {
  background-color: #fdf9ea;
  position: relative;
  padding-bottom: 60px;
}
.landing-map-gro .points-slider-info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.landing-map-gro .points-slider-info-cont {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.landing-map-gro .points-slider-img {
  width: 100%;
  height: 161px;
  background-color: #aaaaaa;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.landing-map-gro .points-slider-title {
  display: block;
  width: 100%;
  padding: 8px 35px 11px;
  color: #346848;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.56px;
  min-height: 60px;
  text-align: center;
  line-height: 1.1;
  position: relative;
}
.landing-map-gro .points-slider-dsc {
  background-color: #fdf9ea;
  color: #000000;
  font-family: "Lato";
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.41px;
  padding: 0px 10px 20px;
  text-align: center;
  min-height: 60px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 300px;
}
.landing-map-gro .street-btn {
  background-color: #fdf9ea;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px 15px;
  border-left: 1px solid #f06d37;
  border-right: 1px solid #f06d37;
  border-bottom: 1px solid #f06d37;
  color: #f06d37;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-align: center;
  z-index: 2;
  display: none;
}
@media (min-width: 1024px) {
  .landing-map-gro .street-btn:hover {
    color: #245236;
  }
}
.landing-map-gro .has-street .street-btn.active {
  display: block;
}
.landing-map-gro .points-slider-title,
.landing-map-gro .points-slider-info-cont {
  background-color: #fdf9ea;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.landing-map-gro .street-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.landing-map-gro .street-btn span {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.landing-map-gro .points-slider-dsc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.landing-map-gro .points-nav .points-slider-img,
.landing-map-gro .points-nav:before {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.landing-map-gro .points-nav:hover {
  cursor: pointer;
}
.landing-map-gro .points-nav:hover:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 3px solid #f06d37;
  z-index: 2;
}
.landing-map-gro .points-nav:hover .points-slider-img {
  background-color: #000;
  opacity: 0.6;
}
.landing-map-gro .points-nav.active .points-slider-title {
  min-height: 38px;
}
.landing-map-gro .points-nav.active .points-slider-info-cont {
  min-height: 221px;
  padding-top: 8px;
}
.landing-map-gro .points-nav.active .points-slider-dsc {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out 0.2s;
  -moz-transition: all 0.25s ease-in-out 0.2s;
  -o-transition: all 0.25s ease-in-out 0.2s;
  -ms-transition: all 0.25s ease-in-out 0.2s;
  transition: all 0.25s ease-in-out 0.2s;
}
.landing-map-gro .points-nav.active .street-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  -ms-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
}
.landing-map-gro .points-nav.active .street-btn span {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out 0.3s;
  -moz-transition: all 0.25s ease-in-out 0.3s;
  -o-transition: all 0.25s ease-in-out 0.3s;
  -ms-transition: all 0.25s ease-in-out 0.3s;
  transition: all 0.25s ease-in-out 0.3s;
}
.landing-map-gro .points-nav.active:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 3px solid #f06d37;
  z-index: 2;
}
.landing-map-gro .street-logo {
  width: 46px;
  height: 46px;
  background-color: #fece7a;
  background-image: url("../../images/oval.png");
  background-size: 100%;
  background-position: center center;
  border-radius: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 40px;
  font-family: "effra", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.landing-map-gro .street-logo span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 40px;
  border-radius: 100%;
  color: #fdf9ea;
  background-color: #bd5119;
  font-size: 14px;
}
.landing-map-gro .poi-stop-list {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-stop-list {
    max-width: 320px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-stop-list {
    margin-top: 5px;
  }
}
.landing-map-gro .poi-stop-list li {
  margin-bottom: 0;
}
.landing-map-gro .poi-stop-list li a {
  display: inline-block;
  width: 320px;
  padding: 10px;
  position: relative;
  text-align: left;
  color: #ffffff;
  color: #fdf9ea;
  font-size: 18px;
  font-weight: 400;
  padding-left: 48px;
  margin-bottom: 2px;
}
.landing-map-gro .poi-stop-list li a:hover,
.landing-map-gro .poi-stop-list li a:active,
.landing-map-gro .poi-stop-list li a:focus,
.landing-map-gro .poi-stop-list li a.active {
  background-color: #245236;
}
.landing-map-gro .poi-stop-list--label {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #f06d37;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  line-height: 27px;
  margin-right: 10px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  position: absolute;
  left: 10px;
  top: 7px;
}
@media screen and (min-width: 992px) {
  .landing-map-gro .street-mobile-title,
.landing-map-gro .street-mobile-title.active {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .landing-map-gro .street-mobile-title {
    display: block;
    left: -100%;
    -webkit-transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -moz-transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -o-transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -ms-transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    position: fixed;
    padding: 20px 0;
    bottom: 3px;
    width: 100%;
    text-align: center;
    z-index: 99999;
  }
  .landing-map-gro .street-mobile-title .background-title {
    background-color: #ffffff;
    opacity: 0.85;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
  }
  .landing-map-gro .street-mobile-title p {
    position: relative;
    z-index: 52;
    color: #346848;
    top: 6px;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
  }
  .landing-map-gro .street-mobile-title .stop {
    z-index: 53;
    position: absolute;
    left: 50%;
    top: -24px;
  }
  .landing-map-gro .street-mobile-title .stop span {
    position: relative;
    display: inline-block;
    background-color: #f06d37;
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 24px;
    color: #fff;
    left: -20px;
    width: 40px;
    overflow: hidden;
    height: 40px;
    line-height: 32px;
    font-family: "charterroman", "Times New Roman", Times, serif;
  }
  .landing-map-gro .street-mobile-title.active {
    left: 0;
  }
}
.landing-map-gro .thing-to-do {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .thing-to-do {
    padding-bottom: 30px;
  }
}
.landing-map-gro .ttd-list {
  padding: 0;
  padding-top: 40%;
  padding-top: 576px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .landing-map-gro .ttd-list {
    padding-top: 300px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .ttd-list {
    padding-top: 220px;
  }
}
.landing-map-gro .ttd-list.ttd-list-sm {
  padding-top: 20%;
  padding-top: 288px;
}
@media screen and (max-width: 991px) {
  .landing-map-gro .ttd-list.ttd-list-sm {
    padding-top: 300px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .ttd-list.ttd-list-sm {
    padding-top: 220px;
  }
}
.landing-map-gro .ttd-list.ttd-list-single {
  padding-top: 23%;
  padding-top: 350px;
}
@media screen and (max-width: 991px) {
  .landing-map-gro .ttd-list.ttd-list-single {
    padding-top: 300px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .ttd-list.ttd-list-single {
    padding-top: 220px;
  }
}
.landing-map-gro .ttd-list.ttd-list-right {
  float: right;
}
@media screen and (max-width: 991px) {
  .landing-map-gro .ttd-list.ttd-list-right {
    float: none;
  }
}
.landing-map-gro .ttd-list--link {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.landing-map-gro .ttd-list--link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background-color: #f06d37;
  z-index: 3;
}
.landing-map-gro .ttd-list--info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px;
}
.landing-map-gro .ttd-list--img {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}
.landing-map-gro .ttd-list-cat {
  color: #f06d37;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .landing-map-gro .ttd-list-cat {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .ttd-list-cat {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.78px;
    margin-bottom: 0px;
  }
}
.landing-map-gro .ttd-list-title {
  color: #fdf9ea;
  font-family: Charter;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .landing-map-gro .ttd-list-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .landing-map-gro .ttd-list-title {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .ttd-list-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    padding-right: 20px;
  }
}
.landing-map-gro .ttd-list-title::before {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 15px;
  width: 12px;
  height: 12px;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
@media screen and (max-width: 991px) {
  .landing-map-gro .ttd-list-title::before {
    display: block;
  }
}
.landing-map-gro .ttd-list--info:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background:linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.41) 55%, rgba(0, 0, 0, 0.72) 100%);
  /* FF3.6-15 */
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.41) 55%, rgba(0, 0, 0, 0.72) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.41) 55%, rgba(0, 0, 0, 0.72) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#b8000000",GradientType=0 );
  /* IE6-9 */
}
.landing-map-gro .ttd-list--link:before {
  -webkit-transition: all 1s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  -moz-transition: all 1s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  -o-transition: all 1s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  -ms-transition: all 1s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  transition: all 1s cubic-bezier(0.47, 0.88, 0.38, 1.01);
}
.landing-map-gro .ttd-list--img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.2s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  -moz-transition: all 1.2s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  -o-transition: all 1.2s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  -ms-transition: all 1.2s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  transition: all 1.2s cubic-bezier(0.47, 0.88, 0.38, 1.01);
}
@media screen and (min-width: 1024px) {
  .landing-map-gro .ttd-list--link:hover:before,
.landing-map-gro .ttd-list--link:focus:before {
    width: 100%;
  }
  .landing-map-gro .ttd-list--link:hover .ttd-list--img,
.landing-map-gro .ttd-list--link:focus .ttd-list--img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.landing-map-gro .thing-load-more {
  background-color: #234d30;
  color: #fdf9ea;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  padding: 19px 15px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.landing-map-gro .thing-load-more:hover,
.landing-map-gro .thing-load-more:focus,
.landing-map-gro .thing-load-more:active {
  background-color: #f06d37;
}
.landing-map-gro .row-load-more {
  display: none;
}
@media screen and (max-width: 991px) {
  .landing-map-gro .hide-mobile {
    display: none;
  }
  .landing-map-gro .animate-in {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -moz-transition: all 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -o-transition: all 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -ms-transition: all 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    transition: all 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  }
  .landing-map-gro .animate-in.show {
    opacity: 1;
  }
  .landing-map-gro .row-load-more {
    display: block;
  }
}
.landing-map-gro .tour-highlights {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .tour-highlights {
    padding-bottom: 30px;
  }
}
.landing-map-gro .grid-sizer,
.landing-map-gro .grid-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .grid-sizer,
.landing-map-gro .grid-item {
    width: 100%;
  }
}
.landing-map-gro .grid-th {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .grid-th {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .grid-th {
    max-width: 400px;
  }
}
.landing-map-gro .th-item {
  position: relative;
  padding: 4px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .th-item {
    padding: 0;
  }
}
.landing-map-gro .th-item img {
  width: 100%;
  opacity: 0.4;
  display: none;
}
.landing-map-gro .th-item .grid-item-cont {
  position: relative;
  background-color: black;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .th-item .grid-item-cont {
    background-color: transparent;
  }
}
.landing-map-gro .th-item.item-lg .grid-item-cont {
  height: 480px;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .th-item.item-lg .grid-item-cont {
    height: auto;
  }
}
.landing-map-gro .th-item.item-sm .grid-item-cont {
  height: 360px;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .th-item.item-sm .grid-item-cont {
    height: auto;
  }
}
.landing-map-gro .th-item .grid-item-imgBg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .th-item .grid-item-imgBg {
    position: static;
    height: 300px;
    opacity: 0.9;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .th-item .grid-item-imgBg {
    height: 220px;
  }
}
.landing-map-gro .th-item .grid-item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 20px 25px;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .th-item .grid-item-info {
    position: relative;
    top: 0;
    display: table;
    width: 100%;
    padding: 0;
  }
}
.landing-map-gro .grid-item-info--num {
  color: #fdf9ea;
  font-family: "charterroman", "Times New Roman", Times, serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 90px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .grid-item-info--num {
    display: table-cell;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 5px;
    padding-bottom: 20px;
    color: #f06d37;
    font-size: 90px;
    line-height: 0.8;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .grid-item-info--num {
    font-size: 80px;
    line-height: 0.8;
  }
}
.landing-map-gro .grid-item-info--title {
  margin: 0;
  color: #fdf9ea;
  font-family: "charterroman", "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .grid-item-info--title {
    display: none;
  }
}
.landing-map-gro .grid-item-info--desc {
  height: auto;
  max-height: 0;
  overflow: hidden;
  color: #fdf9ea;
  font-family: "charterroman", "Times New Roman", Times, serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .grid-item-info--desc {
    display: table-cell;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 35px;
    padding-bottom: 20px;
    max-height: inherit;
    color: #346848;
    font-size: 25px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .grid-item-info--desc {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .landing-map-gro .th-item:nth-child(1) .grid-item-info--num {
    position: relative;
    left: -11px;
  }
}
.landing-map-gro .th-item.featured .grid-item-info--title {
  display: none;
}
.landing-map-gro .th-item.featured .grid-item-cont {
  background-color: #346848;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .th-item.featured .grid-item-cont {
    background-color: inherit;
  }
}
.landing-map-gro .th-item.featured .grid-item-info--desc {
  max-height: 230px;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .th-item.featured .grid-item-info--desc {
    max-height: inherit;
  }
}
.landing-map-gro .th-item.featured .grid-item-imgBg {
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .th-item.featured .grid-item-imgBg {
    opacity: 0.9;
  }
}
.landing-map-gro .th-item-item-lg.featured .grid-item-info--desc {
  max-height: 300px;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .th-item-item-lg.featured .grid-item-info--desc {
    max-height: inherit;
    color: #ffffff;
  }
}
@media screen and (min-width: 1025px) {
  .landing-map-gro .grid-item-cont,
.landing-map-gro .grid-item-imgBg {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .landing-map-gro .grid-item-info--desc {
    -webkit-transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -moz-transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -o-transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -ms-transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  }
  .landing-map-gro .th-w-title .grid-item-info--title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, font-size 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -moz-transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, font-size 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -o-transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, font-size 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -ms-transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, font-size 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, font-size 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  }
  .landing-map-gro .th-item:focus .grid-item-cont,
.landing-map-gro .th-item:hover .grid-item-cont {
    background-color: #346848;
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -moz-transition: all 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -o-transition: all 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    -ms-transition: all 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
    transition: all 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  }
  .landing-map-gro .th-item:focus .grid-item-info--desc,
.landing-map-gro .th-item:hover .grid-item-info--desc {
    max-height: 230px;
    -webkit-transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s;
    -moz-transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s;
    -o-transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s;
    -ms-transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s;
    transition: all 0.6s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s;
  }
  .landing-map-gro .th-item:focus .grid-item-imgBg,
.landing-map-gro .th-item:hover .grid-item-imgBg {
    opacity: 0.3;
    -webkit-transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s;
    -moz-transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s;
    -o-transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s;
    -ms-transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s;
    transition: all 0.4s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s;
  }
  .landing-map-gro .th-item.item-lg:focus .grid-item-info--desc,
.landing-map-gro .th-item.item-lg:hover .grid-item-info--desc {
    max-height: 300px;
  }
  .landing-map-gro .th-item.th-w-title:focus .grid-item-info--desc,
.landing-map-gro .th-item.th-w-title:hover .grid-item-info--desc {
    -webkit-transition: all 0.5s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.65s;
    -moz-transition: all 0.5s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.65s;
    -o-transition: all 0.5s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.65s;
    -ms-transition: all 0.5s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.65s;
    transition: all 0.5s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.65s;
  }
  .landing-map-gro .th-item.th-w-title:focus .grid-item-info--title,
.landing-map-gro .th-item.th-w-title:hover .grid-item-info--title {
    opacity: 0;
    font-size: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s, font-size 0.01s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.65s;
    -moz-transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s, font-size 0.01s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.65s;
    -o-transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s, font-size 0.01s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.65s;
    -ms-transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s, font-size 0.01s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.65s;
    transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.3s, font-size 0.01s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.65s;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .tour-highlights .row-0-sm {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.landing-map-gro .tour-highlights .slick-arrow {
  position: absolute;
  top: 0;
  height: 300px;
  z-index: 3;
  background-color: rgba(254, 252, 229, 0.3);
  width: 40px;
  border: 0;
  border: none;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .tour-highlights .slick-arrow {
    height: 220px;
    width: 30px;
  }
}
.landing-map-gro .tour-highlights .slick-arrow:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-color: #f06d37;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: top;
  position: relative;
  left: 2px;
}
.landing-map-gro .tour-highlights .slick-arrow.slick-prev {
  left: 0;
}
.landing-map-gro .tour-highlights .slick-arrow.slick-next {
  right: 0;
}
.landing-map-gro .tour-highlights .slick-arrow.slick-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -2px;
}
.landing-map-gro .tour-col-grid {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, font-size 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  -moz-transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, font-size 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  -o-transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, font-size 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  -ms-transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, font-size 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
  transition: opacity 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, transform 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01) 0.4s, font-size 0.3s cubic-bezier(0.47, 0.88, 0.38, 1.01);
}
.landing-map-gro .tour-col-grid-loading {
  opacity: 0;
}
.landing-map-gro .poi-schedule {
  padding-top: 45px;
  background-color: #e4ddc6;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-schedule {
    padding-top: 30px;
  }
}
.landing-map-gro .poi-schedule-icon {
  display: inline-block;
  max-width: 47px;
  margin-bottom: 22px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .landing-map-gro .poi-schedule-table-cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.landing-map-gro .poi-schedule-table-cont .poi-schedule-table-innercont {
  min-height: 100%;
}
.landing-map-gro .poi-schedule-table-innercont {
  background-color: #fdf9ea;
}
.landing-map-gro .poi-schedule-table-cont {
  margin-bottom: 20px;
  font-size: 0;
  text-align: center;
}
.landing-map-gro .poi-schedule-table {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .poi-schedule-table {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-schedule-table {
    width: 100%;
    max-width: 400px;
  }
}
.landing-map-gro .poi-schedule-table-title {
  padding: 10px;
  text-align: center;
  background-color: #346848;
  color: #fdf9ea;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "effra", Helvetica, Arial, sans-serif;
}
.landing-map-gro .poi-schedule-table-info {
  padding: 20px 10px;
  text-align: center;
  background-color: #fdf9ea;
  color: #000000;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.landing-map-gro .poi-schedule-desc {
  color: #000000;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .poi-schedule-desc {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-schedule-desc {
    font-size: 12px;
    line-height: 18px;
  }
}
.landing-map-gro .poi-schedule-item {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-schedule-item {
    margin-bottom: 0px;
  }
}
.landing-map-gro .poi-schedule-item--title {
  color: #346848;
  font-size: 28px;
  font-weight: 800;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 2.33px;
  font-family: "effra", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-schedule-item--title {
    font-size: 18px;
    line-height: 42px;
  }
}
.landing-map-gro .poi-schedule-item--desc {
  color: #000000;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-schedule-item--desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-map-gro .poi-schedule-item--btn {
  border: 3px solid #f06d37;
  color: #f06d37;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 17px 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .poi-schedule-item--btn {
    font-size: 14px;
    line-height: 1;
    padding: 17px 20px;
  }
}
.landing-map-gro .poi-schedule-item--btn:hover, .landing-map-gro .poi-schedule-item--btn:focus, .landing-map-gro .poi-schedule-item--btn:active {
  background-color: #f06d37;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.landing-map-gro .l-text-block {
  position: relative;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .l-text-block {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .l-text-block.l-text-block-nobg {
    padding-top: 30px;
  }
}
.landing-map-gro .l-text-block-container {
  color: #2e2e2b;
  font-family: "Lato";
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  padding: 40px 65px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .l-text-block-container {
    padding: 30px 15px 0px;
  }
}
.landing-map-gro .l-text-block-container-section {
  color: #000000;
  font-family: "Lato";
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  padding: 0px 65px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .l-text-block-container-section {
    padding: 0 15px 30px;
  }
}
.landing-map-gro .l-text-block-col--inner {
  position: relative;
}
.landing-map-gro .l-text-block-bg .l-text-block-col--inner {
  background-color: #000000;
}
.landing-map-gro .l-text-block-bg .l-text-block-container {
  color: #ffffff;
  padding: 130px 95px 130px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .l-text-block-bg .l-text-block-container {
    padding: 90px 20px 90px;
  }
}
.landing-map-gro .l-text-block-bg .l-text-block-content-subtitle {
  color: #ffffff;
}
.landing-map-gro .l-text-block-bg .l-text-block-title {
  color: #fdf9ea;
}
.landing-map-gro .l-text-block-bg .container.custom-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .l-text-block-bg .row {
    margin: 0;
  }
}
.landing-map-gro .l-text-block-bg-full {
  background-color: #000000;
}
.landing-map-gro .l-text-block-bg-full .l-text-block-title {
  color: #fdf9ea;
}
.landing-map-gro .l-text-block-bg-full .l-text-block-container {
  color: #ffffff;
}
.landing-map-gro .l-text-block-bg-full .l-text-block-content-subtitle {
  color: #fdf9ea;
}
.landing-map-gro .l-text-block-bg-full-bgonly .l-text-block-col {
  position: static;
}
.landing-map-gro .l-text-left {
  text-align: left;
}
.landing-map-gro .l-text-right {
  text-align: right;
}
.landing-map-gro .l-text-center {
  text-align: center;
}
.landing-map-gro .l-text-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.4;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing-map-gro .l-text-block-title {
  font-family: "charterroman", "Times New Roman", Times, serif;
  font-size: 44px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 25px;
  color: #346848;
}
@media screen and (max-width: 1336px) {
  .landing-map-gro .l-text-block-title {
    font-size: 39px;
  }
}
@media screen and (max-width: 991px) {
  .landing-map-gro .l-text-block-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .l-text-block-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.landing-map-gro .l-text-btn-more {
  background-color: #fdf9ea;
  display: block;
  color: #f06d37;
  font-family: "effra", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  position: relative;
  text-align: center;
}
.landing-map-gro .l-text-btn-more span {
  display: block;
  line-height: 1;
}
.landing-map-gro .l-text-btn-more::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(253, 249, 234, 0);
  background: linear-gradient(top, rgba(253, 249, 234, 0) 0%, rgba(253, 249, 234, 0.6) 39%, rgba(253, 249, 234, 0.99) 71%, #fdf9ea 72%, #fdf9ea 100%);
  background: linear-gradient(to bottom, rgba(253, 249, 234, 0) 0%, rgba(253, 249, 234, 0.6) 39%, rgba(253, 249, 234, 0.99) 71%, #fdf9ea 72%, #fdf9ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fdf9ea", endColorstr="#fdf9ea", GradientType=0 );
}
.landing-map-gro .l-text-btn-more:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-color: #f06d37;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: top;
}
.landing-map-gro .l-text-btn-more.active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}
.landing-map-gro .t-social-section {
  padding-top: 95px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .landing-map-gro .t-social-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .landing-map-gro .t-social-section-col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .t-social-section-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.landing-map-gro .t-social-plugin {
  margin-bottom: 25px;
}
.landing-map-gro .t-social-section-info {
  text-align: center;
  color: #000000;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 65px;
  padding-right: 65px;
}
@media screen and (max-width: 991px) {
  .landing-map-gro .t-social-section-info {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .landing-map-gro .t-social-section-info {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.landing-map-gro .temporaly-class section {
  background-color: transparent !important;
}
.landing-map-gro .l-text-block-container-new {
  padding: 40px 65px 41px 65px;
}
.landing-map-gro .l-text-block-container-new-two-columns {
  padding: 31px 38px 31px 38px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.landing-map-gro .l-text-block-container-new-3-columns {
  padding: 25px;
  margin-bottom: 20px;
}
.landing-map-gro .l-text-block-container-new3 {
  padding: 48px 65px 48px 65px;
}
.landing-map-gro .l-text-block-col--inner-index-2 {
  z-index: 2;
}
.landing-map-gro .custom-container-flex .l-text-block-col--inner {
  height: 100%;
}
.landing-map-gro .custom-container-flex .l-text-block-col--inner-img {
  height: 100%;
  min-height: 273px;
}
.landing-map-gro .custom-container-flex .l-text-block-col--inner-img2 {
  height: 100%;
  min-height: 178px;
}
.landing-map-gro .l-text-block-col--inner-img3,
.landing-map-gro .custom-container-flex .l-text-block-col--inner-img3 {
  padding-top: 45%;
  background-size: cover;
  height: 100%;
  background-position: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .landing-map-gro .l-text-block-col--inner-img3,
.landing-map-gro .custom-container-flex .l-text-block-col--inner-img3 {
    padding-top: 53%;
  }
}
@media (max-width: 500px) {
  .landing-map-gro .l-text-block-col--inner-img3,
.landing-map-gro .custom-container-flex .l-text-block-col--inner-img3 {
    padding-top: 70%;
  }
}
.landing-map-gro .l-text-block-col--inner.l-wide {
  max-width: 960px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.landing-map-gro .l-text-block-col--inner.l-wide .l-text-block-col--inner-img3 {
  padding-top: 54%;
  display: block;
  position: relative;
}
@media (max-width: 500px) {
  .landing-map-gro .l-text-block-col--inner.l-wide .l-text-block-col--inner-img3 {
    padding-top: 70%;
  }
}
.landing-map-gro .l-text-block-title-fs-42 {
  font-size: 42px;
}
.landing-map-gro .l-text-block-title-fs-32 {
  font-size: 32px;
}
.landing-map-gro .l-text-block-container-toptitle {
  font-family: "effra", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #F26E26;
  font-size: 20px;
  max-width: 100%;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .landing-map-gro .l-text-block-container-toptitle.l-text-block-container-toptitle-date p, .landing-map-gro .l-text-block-container-toptitle.l-text-block-container-toptitle-date {
    font-size: 17px;
  }
}
.landing-map-gro .l-text-block-container-toptitle p {
  font-family: "effra", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #F26E26;
  font-size: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}
.landing-map-gro .l-text-block-container-toptitle p:last-child {
  margin-bottom: 0;
}
.landing-map-gro .l-text-block-title-new {
  max-width: 100%;
  line-height: 1.2;
}
.landing-map-gro .l-text-block-title-new2 {
  font-size: 42px;
  color: #F9F3DD !important;
}
.landing-map-gro .l-text-block-title-mb-10 {
  margin-bottom: 10px !important;
}
.landing-map-gro .l-text-block-content-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #2E2E2B;
  font-weight: bold;
  max-width: 100%;
  position: relative;
  z-index: 9999;
  margin-bottom: 15px;
  line-height: 1.45;
}
.landing-map-gro .l-text-block-content-subtitle-w {
  color: #ffffff !important;
}
.landing-map-gro .l-text-block-content-p {
  color: #2E2E2B;
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  z-index: 9999;
}
.landing-map-gro .l-text-block-content-p-w {
  color: #ffffff !important;
}
.landing-map-gro .two-columns-with-img .l-text-block-content-p {
  line-height: 1.5;
}
.landing-map-gro .l-text-block-container-2 {
  padding: 167px 85px 167px 85px !important;
}
.landing-map-gro .text-block-bg {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.landing-map-gro .text-block-bg-beige {
  background-color: #F9F3DD;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.landing-map-gro .align-container {
  position: relative;
  left: 0;
  height: 100%;
}
.landing-map-gro .pl-0 {
  padding-left: 0;
}
.landing-map-gro .pr-0 {
  padding-right: 0;
}
.landing-map-gro .pl-9 {
  padding-left: 9px;
}
.landing-map-gro .pr-9 {
  padding-right: 9px;
}
.landing-map-gro .pl-10_5 {
  padding-left: 10.5px;
}
.landing-map-gro .pr-10_5 {
  padding-right: 10.5px;
}
.landing-map-gro .p-img {
  color: #FDF9EA;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.landing-map-gro .p-img p {
  font-family: "Lato";
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.3;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
.landing-map-gro .l-image-slide {
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .landing-map-gro .l-image-slide {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .landing-map-gro .l-image-slide {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.landing-map-gro .l-image-slide--item {
  width: 100%;
}
.landing-map-gro .l-image-slide--item .l-text-block-col--inner {
  width: 100%;
}
.landing-map-gro .l-image-slide--item a.l-text-block-col--inner {
  display: block;
}
.landing-map-gro .l-image-slide--item .l-text-block-col--inner-img3 {
  margin-bottom: 0;
  padding-top: 54%;
}
.landing-map-gro .l-image-slide .slick-arrow {
  background-color: transparent !important;
  height: 50px;
  color: transparent;
  border: 3px solid #F26E26;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  z-index: 2;
}
@media (max-width: 1600px) {
  .landing-map-gro .l-image-slide .slick-arrow {
    left: -30px;
  }
}
@media (max-width: 1200px) {
  .landing-map-gro .l-image-slide .slick-arrow {
    left: 30px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    min-width: 20px;
    height: 60px;
    border-width: 2px;
  }
}
@media (max-width: 991px) {
  .landing-map-gro .l-image-slide .slick-arrow {
    left: 0;
  }
}
.landing-map-gro .l-image-slide .slick-arrow.slick-next {
  left: inherit;
  right: 0;
}
@media (max-width: 1600px) {
  .landing-map-gro .l-image-slide .slick-arrow.slick-next {
    left: inherit;
    right: -30px;
  }
}
@media (max-width: 1200px) {
  .landing-map-gro .l-image-slide .slick-arrow.slick-next {
    left: inherit;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .landing-map-gro .l-image-slide .slick-arrow.slick-next {
    left: inherit;
    right: 0px;
  }
}
.landing-map-gro .l-image-slide .slick-prev::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-color: #f06d37;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: top;
  position: relative;
  left: 2px;
}
.landing-map-gro .l-image-slide .slick-next::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-color: #f06d37;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: top;
  position: relative;
  right: 2px;
}
.landing-map-gro .l-image-slide .slick-arrow {
  transition: all 0.3s ease-in-out;
}
.landing-map-gro .l-image-slide .slick-arrow:after {
  transition: all 0.3s ease-in-out;
}
.landing-map-gro .l-image-slide .slick-arrow:hover, .landing-map-gro .l-image-slide .slick-arrow:focus {
  background-color: #F26E26 !important;
}
.landing-map-gro .l-image-slide .slick-arrow:hover:after, .landing-map-gro .l-image-slide .slick-arrow:focus:after {
  border-color: #fff;
}
.landing-map-gro .custom-container-flex .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.landing-map-gro .two-columns-with-img .l-text-block-title {
  color: #21552F !important;
  font-size: 22px;
  z-index: 9999;
  position: relative;
  font-weight: bold;
  text-align: left;
  font-family: "effra", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.landing-map-gro .h-243 {
  height: 223px !important;
}
.landing-map-gro .text-date {
  font-family: "effra", Helvetica, Arial, sans-serif;
  color: #2E2E2B;
  font-size: 20px;
  font-weight: bold;
}
.landing-map-gro .card-title {
  color: #F9F3DD;
  text-align: center;
  font-size: 20px;
  background-color: #1C552F;
  padding: 20px 26px 20px 26px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "effra", Helvetica, Arial, sans-serif;
  max-width: 100%;
}
@media (max-width: 767px) {
  .landing-map-gro .card-title {
    font-size: 18px;
    padding: 15px 20px;
  }
}
.landing-map-gro .card-title.card-title-only {
  min-height: 100%;
  display: flex;
  align-items: center;
}
.landing-map-gro .card-title p {
  margin-bottom: 0;
}
.landing-map-gro .card-description {
  padding: 30px 26px 35px 26px;
}
.landing-map-gro .card-description .l-text-block-content-p {
  font-family: "Lato";
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .landing-map-gro .card-description .l-text-block-content-p {
    font-size: 16px;
    line-height: 1.45;
  }
}
.landing-map-gro .card-description .l-text-block-content-p:last-child {
  margin-bottom: 0;
}
.landing-map-gro .card-image-cta {
  max-width: 50px;
}
.landing-map-gro .container-cta {
  padding: 40px 35px 40px 40px;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.landing-map-gro .l-text-block-content-subtitle-card {
  color: #21552F !important;
  font-size: 20px;
  z-index: 9999;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-family: "effra", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .landing-map-gro .l-text-block-content-subtitle-card {
    font-size: 18px;
  }
}
.landing-map-gro .l-text-block-content-info-card {
  max-width: 330px;
  margin: 0 auto 20px;
}
.landing-map-gro .l-text-block-content-info-card p {
  margin-bottom: 5px;
}
.landing-map-gro .l-text-block-content-info-card.l-text-block-content-info-card-full {
  max-width: 100%;
}
.landing-map-gro .cta-button {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #F26E26;
  border: 3px solid #F26E26;
  padding: 18px 18px;
  text-transform: uppercase;
  text-align: center;
  min-width: 230px;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .landing-map-gro .cta-button {
    font-size: 18px;
  }
}
.landing-map-gro .cta-button:active, .landing-map-gro .cta-button:hover, .landing-map-gro .cta-button:focus {
  background-color: #F26E26;
  color: #fff;
}
.landing-map-gro .cta-button.cta-button-inline-b {
  display: inline-block;
  min-width: 170px;
}
.landing-map-gro .l-text-block-col--inner-img-container {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .landing-map-gro .l-text-block-col--inner.img-min-h {
    min-height: 220px;
  }
}
@media (min-width: 1800px) {
  .landing-map-gro .l-text-block-col--inner.img-min-h {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .landing-map-gro .pl-0 {
    padding-left: 10px;
  }
  .landing-map-gro .pr-0 {
    padding-right: 10px;
  }
  .landing-map-gro .pl-9 {
    padding-left: 10px;
  }
  .landing-map-gro .pr-9 {
    padding-right: 10px;
  }
  .landing-map-gro .pl-10_5 {
    padding-left: 10px;
  }
  .landing-map-gro .pr-10_5 {
    padding-right: 10px;
  }
  .landing-map-gro .l-text-block-title-new2 {
    font-size: 21px !important;
  }
  .landing-map-gro .landing-map-gro .l-text-block-title {
    font-size: 26px;
    line-height: 1;
  }
  .landing-map-gro .l-image-slide .slick-prev {
    position: absolute;
    left: 0;
    z-index: 999999999;
  }
  .landing-map-gro .l-image-slide .slick-next {
    position: absolute;
    right: 0;
    z-index: 99999999999999;
  }
  .landing-map-gro .custom-container-flex {
    padding-left: 10px;
    padding-right: 10px;
  }
  .landing-map-gro .custom-container-flex .row {
    display: block !important;
  }
  .landing-map-gro .l-text-block-container-new,
.landing-map-gro .l-text-block-container-new-two-columns,
.landing-map-gro .l-text-block-container-new-3-columns {
    padding: 24px 25px 24px 26px;
  }
  .landing-map-gro .l-text-block-container-2 {
    padding: 33px 55px 33px 55px !important;
  }
  .landing-map-gro .custom-container-flex .l-text-block-col--inner-img {
    min-height: auto;
  }
  .landing-map-gro .l-text-block-col--inner-img-container {
    padding-top: 70%;
  }
  .landing-map-gro .reverse-mobile {
    flex-direction: row-reverse;
  }
}
.landing-map-gro .l-video-logo {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 3px solid #f26e26;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  background-color: rgba(253, 249, 234, 0.75);
  text-align: center;
}
.landing-map-gro .l-video-logo:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 25px;
  border-color: transparent transparent transparent #f26e26;
  position: relative;
  top: 16px;
  left: 3px;
}
.landing-map-gro .l-text-block-col--inner-video {
  position: relative;
  width: 100%;
}
.landing-map-gro .l-text-block-col--inner-video .fluid-width-video-wrapper {
  padding-top: 54% !important;
}
@media (min-width: 768px) {
  .landing-map-gro .col-order-right {
    order: 2;
  }
}
.landing-map-gro .l-row-margin {
  margin-bottom: 25px;
}
.landing-map-gro .l-text-block-container-qoute {
  padding: 48px 85px 48px 85px;
}
@media (max-width: 991px) {
  .landing-map-gro .l-text-block-container-qoute {
    padding: 48px 65px 48px 65px;
  }
}
@media (max-width: 767px) {
  .landing-map-gro .l-text-block-container-qoute {
    padding: 30px 35px 30px 35px;
  }
}
.landing-map-gro .l-text-block-title.l-text-block-qoute {
  color: #21552f;
  font-family: "charterroman", "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .landing-map-gro .l-text-block-title.l-text-block-qoute {
    font-size: 32px;
    line-height: 1.3;
  }
}
.landing-map-gro .l-text-block-title.l-text-block-qoute.qoute-text-size-sm {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .landing-map-gro .l-text-block-title.l-text-block-qoute.qoute-text-size-sm {
    font-size: 28px;
    line-height: 1.3;
  }
}
.landing-map-gro .l-text-block-title.l-text-block-qoute p:last-child {
  margin-bottom: 0;
}
.landing-map-gro .col-mb-10 {
  margin-bottom: 20px;
}
.landing-map-gro .custom-container.custom-container-flex-3 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1037px) {
  .landing-map-gro .custom-container.custom-container-flex-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.landing-map-gro .custom-container.custom-container-flex-3 .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .landing-map-gro .custom-container.custom-container-flex-3 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1037px) {
  .landing-map-gro .custom-container.custom-container-flex-3 .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.landing-map-gro .plr-3 {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1037px) {
  .landing-map-gro .plr-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.landing-map-gro .section-pt-0 {
  padding-top: 0 !important;
}
.landing-map-gro .section-pb-0 {
  padding-bottom: 0 !important;
}

.landing-map-gro .poi-stop-list--label.colored,
.landing-map-gro .nav-label.colored {
  background-color: #17304d;
  border-color: #d99a28;
}

.landing-map-gro .label-logo {
  width: 46px;
  height: 46px;
  background-color: #f46e27;
  border-radius: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "effra", Helvetica, Arial, sans-serif;
  font-weight: 700;
  overflow: hidden;
  border: 2px solid #1c552e;
}

.landing-map-gro .label-logo.colored {
  background-color: #17304d;
  border-color: #d99a28;
}

.label-logo-number {
  color: #fff;
  font-family: "charterroman", "Times New Roman", Times, serif;
  display: block;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
}

.label-logo-text {
  background-color: #1c552e;
  color: #fff;
  font-size: 7px;
  display: block;
  letter-spacing: 0.5px;
  padding: 4px 0;
}

.colored .label-logo-text {
  background-color: #a22229;
}

/*# sourceMappingURL=main.css.map */

.weddingwireWidget__header {
   background: #f66e27;
  }

  iframe{
    border: 0px;
  }




