.ip-banner {
  display: none;
}

#inner-page-wrapper {
  margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-community-details {
  position: relative;
  font-size: 0;
}

.ip-container .side-navigation-wrap {
  display: block;
}

.side-navigation-counter span {
  color: #000000;
}

.nav-active-section-content-section-1 .side-navigation-counter span,
.nav-active-section-content-section-6 .side-navigation-counter span {
  color: #ffffff;
}

.nav-active-section-content-section-12 .side-navigation-counter-current:before,
.side-navigation-counter-total:before {
  content: "06";
}

.ip-community-details-map {
  position: relative;
}

.hp-map-content {
  top: initial;
  bottom: 85px;
}

.hp-map-content .global-title .section-counter:before {
  background-color: #636363;
}

.hp-map-compass-logo {
  top: 109px;
}

.hp-map-hovers > div.west-caicos .hp-map-pin {
  top: 295px;
}

.hp-map-hovers > div.west-caicos .hp-map-img {
  top: 263px;
}

.hp-map-hovers > div.providenciales .hp-map-pin {
  top: 151px;
}

.hp-map-hovers > div.providenciales .hp-map-img {
  top: 135px;
}

.hp-map-hovers > div.parrot-cay .hp-map-pin {
  top: 79px;
}

.hp-map-hovers > div.parrot-cay .hp-map-img {
  top: 74px;
}

.hp-map-hovers > div.north-caicos .hp-map-pin {
  top: 91px;
}

.hp-map-hovers > div.north-caicos .hp-map-img {
  top: 53px;
}

.hp-map-hovers > div.middle-caicos .hp-map-pin {
  top: 157px;
}

.hp-map-hovers > div.middle-caicos .hp-map-img {
  top: 134px;
}

.hp-map-hovers > div.south-caicos .hp-map-pin {
  top: 455px;
}

.hp-map-hovers > div.south-caicos .hp-map-img {
  top: 362px;
}

.hp-map-hovers > div.ambergris-cay .hp-map-pin {
  top: 581px;
}

.hp-map-hovers > div.ambergris-cay .hp-map-img {
  top: 563px;
}

.hp-map-hovers > div.grand-turk .hp-map-pin {
  top: 448px;
}

.hp-map-hovers > div.grand-turk .hp-map-img {
  top: 432px;
}

.hp-map-hovers > div.salt-cay .hp-map-pin {
  top: 581px;
}

.hp-map-hovers > div.salt-cay .hp-map-img {
  top: 545px;
}

.ip-community-details-breadcrumbs {
  position: relative;
  padding: 20px 0;
}

.ip-community-details-breadcrumbs-container {
  position: relative;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.ip-community-details-content {
  padding: 55px 0 100px;
}

.ip-community-details-content-container {
  position: relative;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.ip-community-details-content-title {
  margin-bottom: 15px;
}
.ip-community-details-content-title .global-title .section-counter:before {
  height: 40px;
}

.ip-community-details-content-main {
  font-size: 13.2px;
  color: var(--font-color-default);
  line-height: 2;
  letter-spacing: 0.026em;
  text-align: justify;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.ip-community-details-content-main p {
  margin-bottom: 30px;
}

.ip-community-details-video {
  position: relative;
}

.ip-community-details-properties {
  position: relative;
  padding: 115px 0 90px;
}

.ip-community-details-properties-container {
  position: relative;
  max-width: 1390px;
  padding: 0 30px;
  margin: 0 auto;
}

.ip-community-details-properties-title {
  margin-bottom: 30px;
}
.ip-community-details-properties-title .global-title .section-counter:before {
  height: 60px;
}

.ip-community-details-properties-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.ip-community-details-properties-item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.ip-community-details-properties-item a {
  display: block;
  position: relative;
}

.ip-community-details-properties-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--secondary-color);
  opacity: 0;
  z-index: 5;
  transition: 0.3s all ease-in-out;
}

.ip-community-details-properties-item a:hover .ip-community-details-properties-img::after {
  opacity: 0.7;
}

.ip-community-details-properties-txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 22px 10px;
}

.ip-community-details-properties-price {
  font-family: var(--title-font);
  font-size: 22px;
  color: #010101;
  line-height: 1;
  letter-spacing: 0.05em;
}

.ip-community-details-properties-specs {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.ip-community-details-properties-specs div {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--font-color-default);
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: 22px;
}
.ip-community-details-properties-specs div i {
  font-size: 14px;
  margin-right: 10px;
}
.ip-community-details-properties-specs div i.ai-font-showers {
  font-size: 20px;
}
.ip-community-details-properties-specs div i.ai-font-measurement-a {
  font-size: 20px;
}
.ip-community-details-properties-specs div:last-child {
  margin-right: 0;
}

.ip-community-details-properties-address {
  font-size: 14px;
  color: var(--secondary-color);
  line-height: 1.1;
  letter-spacing: 0.026em;
  margin-top: 10px;
}

.ip-community-details-properties-txt-right .global-button {
  margin-bottom: 5px;
}

.properties-more-button {
  display: block;
  width: 111px;
  margin: 42px auto 0;
}

.ff-bg:before {
  display: none;
}

@media only screen and (max-width: 991px) {
  .ip-container .side-navigation-wrap {
    display: none;
  }
  .hp-map-content {
    top: 0;
    bottom: initial;
  }
  .ip-community-details-content-container {
    max-width: 600px;
  }
  .ip-community-details-content-main {
    -moz-column-count: 1;
         column-count: 1;
  }
  .ip-community-details-content-main p:last-child {
    margin-bottom: 0;
  }
  .ip-community-details-properties-container {
    max-width: 600px;
  }
  .ip-community-details-properties-item {
    width: 100%;
  }
  .ip-community-details-properties-txt-left {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .ip-community-details-properties-specs {
    justify-content: center;
  }
  .ip-community-details-properties-txt-right {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .ip-community-details-content {
    padding: 50px 0;
  }
  .ip-community-details-properties {
    padding: 50px 0;
  }
}