div#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#content-full {
  margin-top: 0;
}

.ip-map-area {
  position: relative;
}

.ip-map-area p#breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

p#breadcrumbs {
  padding: 0 15px;
  margin-bottom: 20px;
}

.ip-container .global-site-title-counter {
  display: block;
  /*opacity: 0;*/
  pointer-events: none;
}

.ip-map-content .global-site-title span {
  display: block;
  font-weight: 500;
  color: #26578c !important;
  letter-spacing: 5px !important;
  font-size: 13px !important;
  margin: 0 0 13px;
  font-family: var(--font-family-default) !important;
}

.ip-map-content .g-title-border {
  width: 1px;
  height: 79px !important;
  background: rgb(0, 0, 0) !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(210, 210, 210, 1) 100%) !important;
  margin-left: 15px !important;
  margin-right: 20px;
  margin-top: -13px !important;
  /*opacity: 0;*/
  pointer-events: none;
}

.fc_text_list a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  font-family: var(--font-family-default);
  color: #000;
  letter-spacing: 4.5px;
  padding: 24px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: auto;
  /*background: #fff;*/
}

.fc_text_list a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 14px;
  background: url('../../images/map/list-shadow.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
  pointer-events: none;
}

.fc_text_list a span {
  width: 25px;
  height: 33px;
  background: url('../../images/map/logo-monogram-blue.png') no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  filter: brightness(0) invert(0);
  margin-right: 24px;
}

.fc_text_list a:hover span {
  filter: brightness(1) invert(0);
}

.fc_text_list a span {
  position: relative;
  z-index: 2;
}

.fc_text_list a:hover, .fc_text_list a.map-hover {
  color: #26578c;
}

.fc_text_list li {
  margin: 0 0 7px;
  display: block;
  position: relative;
}

.fc_text_list {
  margin: 39px 0 0 11px;
  width: 432px;
}

.ip-map-content {
  position: absolute;
  top: 107px;
  left: 214px;
  z-index: 5;
  pointer-events: none;
}

div#ip-map-wrap {
  /*overflow: hidden;*/
  position: relative;
}

#ip-map {
  position: relative;
  width: 1920px;
}

#ip-map-transparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

#trueMap {
  z-index: 1;
}

#ip-map .hovers div, #ip-map .hovers div span {
  position: absolute;
}

#ip-map .hovers div > img {
  opacity: 1;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

span.map-label {
  /*font-size: 17px;*/
  font-size: 15px;
  z-index: 5;
  pointer-events: none;
  color: #000;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  font-family: var(--font-family-default);
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.15;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 6px;
}

span.map-label em {
  font-size: 27px;
}

#map1 span.map-label em {
  /* padding-right: 10px;*/
  padding: 0 0 10px 0;
}

#ip-map .hovers .hover span.map-label {
  color: #26578c;
}

.map-circle {
  width: 186px;
  height: 186px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0);
}

.map-circle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #26578c;
  border-radius: 100%;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(0.95);
  }

  70% {
      transform: scale(1);
  }

  100% {
      transform: scale(0.95);
  }
}

#ip-map .hovers .hover .map-circle {
  opacity: .15;
  transform: scale(1);
}

.ip-map-label-holder {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative !important;
}

#ip-map .hovers .hover .ip-map-label-holder {
  transform: scale(1.1);
}

div#map1 {
  bottom: 108px;
  right: 510px;
}

div#map1 span.map-label {
  /* top: 5px;
left: 17px;*/
  top: -9px;
  left: -78px;
  flex-flow: column;
}

div#map1 .map-circle {
  top: -98px;
  left: -113px;
}

div#map2 {
  top: 194px;
  right: 682px;
}

div#map2 span.map-label {
  top: 20px;
  left: 7px;
}

div#map2 .map-circle {
  top: -66px;
  left: -25px;
}

div#map3 {
  top: 469px;
  right: 377px;
}

div#map3 span.map-label {
  top: -12px;
  left: -7px;
}

div#map3 .map-circle {
  top: -83px;
  left: -101px;
}

div#map4 {
  bottom: 170px;
  right: 432px;
}

div#map4 span.map-label {
  /*top: 7px;*/
  top: 11px;
  left: 4px;
}

div#map4 .map-circle {
  top: -101px;
  left: -44px;
}

div#map5 {
  top: 530px;
  right: 662px;
}

div#map5 span.map-label {
  top: -7px;
  right: -8px;
}

div#map5 .map-circle {
  top: -99px;
  left: -67px;
}

.map-coastlines {
  position: absolute;
  font-size: 11px;
  /* color: #369193; */
  color: #26578c;
  text-transform: uppercase;
  letter-spacing: 3.4px;
  pointer-events: none;
  z-index: 2;
}

.map-coastlines.coastlines-1 {
  /* bottom: 220px;
right: 625px;*/
  bottom: 240px;
  right: 631px;
}

.map-coastlines.coastlines-2 {
  bottom: 91px;
  right: 468px;
  color: #004142;
}

.map-coastlines.coastlines-3 {
  bottom: 149px;
  right: 248px;
  /* color: #d4dfeb; */
  color: #d4dfeb;
}

.map-coastlines.coastlines-4 {
  bottom: 170px;
  right: 354px;
  /* color: #429d9f; */
  color: #004142;
}

.map-coastlines.coastlines-5 {
  bottom: 410px;
  right: 244px;
  color: #26578c;
}

/*legend*/
.map-legend {
  position: absolute;
  bottom: 70px;
  left: 698px;
  z-index: 6;
  pointer-events: none;
}

.map-legend li {
  margin: 7px 0;
  display: block;
}

.map-legend a {
  pointer-events: auto;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  font-family: var(--font-family-default);
  color: #8e8d8d;
  letter-spacing: .15em;
  transition: all 0.3s ease-in-out;
}

.map-legend li a::before {
  content: '';
  background-color: #26578c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -20px;
}

.map-legend li.legend1 a:hover {
  color: #26578c;
}

.map-legend li.legend2 a::before {
  background-color: #d4dfeb;
}

.map-legend li.legend2 a:hover {
  color: #d4dfeb;
}

.map-legend li.legend3 a::before {
  background-color: #26578c;
}

.map-legend li.legend3 a:hover {
  color: #26578c;
}

.main-map {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.main-map.hover {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.map-airport {
  font-size: 12px;
  text-align: center;
  color: #Ffff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.1;
  pointer-events: none;
}

.map-airport span {
  position: relative !important;
  color: #2c2c2c;
  font-size: 10px;
}

.map-airport img {
  display: block;
  margin: 8px auto 0;
  position: relative !important;
  max-width: 100%;
  width: 34px;
}

.map-label-1 {
  top: 228px;
  left: 1084px;
}

.map-airport.map-label-1 img {
  margin: 0 auto 8px auto;
}

.map-label-2 {
  top: 697px;
  left: 1256px;
}

.map-label-3 {
  top: 628px;
  left: 1385px;
}

#map6 {
  top: 741px;
  right: 494px;
}

#map6 span.map-label em {
  position: relative;
  top: -16px;
  left: 20px;
}

#map6 .map-circle {
  top: -97px;
  left: -53px;
}

#map6 .map-circle,
#map4 .map-circle,
#map4 .ip-map-label-holder,
#map6 .ip-map-label-holder {
    pointer-events: none;
}



@media only screen and (max-width: 991px) {
  /*div#ip-map-wrap {
    height: auto !important;
}

#ip-map {
    width: 100%;
    transform: none !important;
}

#ip-map-transparent,
map#myMap,
img#trueMap,
.hovers{
    display: none;
}

*/.ip-map-content {
      position: relative;
      top: 0;
      left: 0;
      padding: 0 15px;
  }

  .ip-map-content .g-title-border {
      margin: 0 auto !important;
      display: none !important;
  }

  .fc_text_list {
      margin: 30px auto;
      width: 100%;
      max-width: 450px;
  }

  .fc_text_list ul {
      margin: 0 !important;
  }

  div#ip-map .ip-map-content {
      display: none;
  }

  .ip-map-content.map-mobile-content-only.hidden {
      display: block !important;
  }

  .ip-container .global-site-title-counter {
      display: none !important;
  }
}
