.fp-row {
  margin-right: -15px;
  margin-left: -15px;
}

.fp-row::after {
  content: '';
  display: table;
  clear: both;
}

.fp-col-3,
.fp-col-4,
.fp-col-6,
.fp-col-8,
.fp-col-9,
.fp-col-md-3,
.fp-col-md-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.fp-col-3 {
  float: left;
  width: 25%;
}

.fp-col-4 {
  float: left;
  width: 33.33333333%;
}

.fp-col-6 {
  float: left;
  width: 50%;
}

.fp-col-8 {
  float: left;
  width: 66.66666667%;
}

.fp-col-9 {
  float: left;
  width: 75%;
}

.fp-carousel {
  position: relative;
}

.fp-carousel .owl-carousel {
  background: #000;
  padding: 0 15%;
  border: 1px solid #ccc;
  position: relative;
}

.fp-carousel-navigation {
  padding: 8px 15px;
  background: #f1f1f1;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.fp-carousel-navigation .controls {
  margin: 0;
  padding: 0;
  width: 108px;
  float: right;
}

.fp-carousel-navigation .controls li {
  list-style: none;
  float: left;
  width: 33.33333333%;
}

.fp-carousel-navigation .controls li + li {
  margin-left: -1px;
}

.fp-carousel-navigation .controls button {
  border: 1px solid #ccc;
  background: transparent;
  width: 36px;
  height: 36px;
  line-height: 0;
}

.fp-carousel-navigation .controls .owl-prev,
.fp-carousel-navigation .controls .owl-play {
  border-right: 0;
}

.fp-carousel-navigation::after {
  content: '';
  display: table;
  clear: both;
}

.play-pause-hidden {
  display: none;
}

.image-link:focus {
  outline: 0;
}

.fp-title {
  font-size: 18px;
  margin: 0;
  height: 36px;
  line-height: 2;
}

.fp-details {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2em;
}

.details {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f1f1f1;
  margin: 0 -15px 1em;
  padding: 0;
}

.details li {
  list-style: none;
  line-height: 2;
  font-size: 0.85em;
  padding: 8px 15px 0;
}

.details li + li {
  border-top: 1px solid #ccc;
}

.details strong {
  text-transform: uppercase;
  margin-right: 5px;
}

.mfp-counter {
  display: none;
}

.fp-desc,
.fp-amenities {
  margin-bottom: 2em;
}

.fp-amenities-list {
  margin: 0;
  padding: 0 15px;
  background: #f1f1f1;
  border: 1px solid #ccc;
}

.fp-amenities-list li {
  list-style: none;
  margin: 0 -15px;
}

.fp-amenities li + li {
  border-top: 1px solid #ccc;
}

.fp-amenities li:nth-child(even) {
  background: #fff;
}

.fp-amenities-list li::after {
  content: '';
  display: table;
  clear: both;
}

.fp-amenities .left,
.fp-amenities .right {
  padding: 8px 15px;
  display: block;
  float: left;
  width: 50%;
}

.fp-additional-floor-plans {
  position: relative;
  margin-top: 2em;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}

.fp-additional-next {
  position: absolute;
  right: 10px;
  bottom: 30px;
  border: 1px solid #ccc;
  background: transparent;
  width: 36px;
  height: 36px;
  line-height: 0;
  z-index: 999;
  text-align: center;
}

.fp-additional-next img {
  width: 10px;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fp-additional-floor-plans .owl-carousel {
  padding-top: 20px;
  padding-right: 56px;
  padding-bottom: 8px;
}

.fp-additional-heading {
  padding: 8px 15px;
  background: #ccc;
  line-height: 2;
  margin: 0;
  font-size: 20px;
}

.fp-additional-item {
  padding: 0 15px;
}

.fp-additional-floor-plans .fp-additional-item .fp-additional-img {
  width: auto;
  max-width: 100%;
  max-height: 70px;
  margin: 0 0 0 auto;
}

.fp-additional-title {
  margin: 0;
  line-height: 2;
  font-size: 18px;
}

.fp-additional-rent,
.fp-additional-details {
  margin: 0;
  line-height: 1.5;
  font-size: 0.85em;
}

.custom-cta-btn {
  display: block;
  text-align: center;
  padding: 18px 15px;
  margin-bottom: 1em;
  background: red;
  color: #fff;
  width: 100%;
}

.fp-box {
  background: #f1f1f1;
  padding: 18px 15px 8px;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}

.fp-box p {
  line-height: 2;
  margin: 0;
  font-size: 0.85em;
}

.fp-box .module-guestcard {
  font-size: 0.85em;
}

.fp-address {
  line-height: 1.5;
}

.fp-print-btn {
  display: block;
  text-align: center;
  padding: 18px 15px;
  margin-bottom: 1em;
  background: red;
  color: #fff;
  width: 100%;
  border: 0;
  cursor: pointer;
}

.fp-print-btn:active,
.fp-print-btn:focus {
  outline: 0;
}

.fp-availability-list {
  width: 100%;
}

.fp-availability-list tbody td {
  padding: .25em 0;
}

.fp-availability-list tbody tr + tr {
  border-top: 1px solid #ccc;
}

@media (min-width: 769px) {
  .g-recaptcha {
    transform: scaleX(0.7) !important;
    margin-left: -40px !important;
  }
}

@media (min-width: 768px) {
  .fp-col-sm-3 {
    width: 25%;
  }

  .fp-col-sm-9 {
    width: 75%;
  }

  .details::after {
    content: '';
    display: table;
    clear: both;
  }

  .details li {
    width: 50%;
    float: left;
  }

  .details li:nth-child(2) {
    border-top: 0;
  }

  .details li:nth-child(even) {
    border-left: 1px solid #ccc;
  }
}

@media (min-width: 992px) {
  .fp-col-md-3 {
    float: left;
    width: 25%;
  }

  .fp-col-md-9 {
    float: left;
    width: 75%;
  }

  .fp-carousel {
    margin-bottom: 1em;
  }

  .details {
    border: 0;
    background-color: transparent;
  }

  .details::after {
    content: '';
    display: table;
    clear: both;
  }

  .details li {
    width: 25%;
    float: left;
    padding: 8px 0;
    font-size: 1em;
  }

  .details li + li {
    border: 0;
  }

  .details li:nth-child(even) {
    border: 0;
  }

  .details strong {
    display: block;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    opacity: 0.5;
    margin: 0;
  }
}

@media print {
  .fp-carousel-navigation {
    background: transparent !important;
    border: 0 !important;
    color: #000 !important;
  }

  .fp-details {
    padding: 0 !important;
  }

  .fp-details .details {
    background: transparent !important;
    color: #000 !important;
  }

  .fp-details .details strong {
    background: transparent !important;
    color: #000 !important;
    border-color: #000 !important;
  }

  .fp-additional-floor-plans,
  .fp-print-btn,
  .fp-guestcard-box  {
    display: none;
  }
}
