.btn-chevron-right {
  color: #0077CA;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-chevron-right svg {
  margin-left: 12px;
}

#property-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /*
  .property__prices-occupancy
  {
      color:rgba($smooth-black,0.5);
      font-size:12px;
      display:flex;
      flex-direction:column;
  }
  */
}
#property-prices .property__resume {
  width: 70%;
}
#property-prices .creditKoCopy {
  display: block;
  font-size: 11px;
  margin-top: 1rem;
  margin-bottom: 0;
}
#property-prices .creditKoCopy svg {
  width: 14px;
}
#property-prices .boxsetPurchase {
  width: 100%;
  text-align: center;
}
#property-prices .btn-with-icon {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: auto;
  margin-top: 1rem;
}
#property-prices .btn-with-icon svg path {
  stroke: #fff;
}
#property-prices .resumeSmall {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
#property-prices .resumeSmall * {
  font-size: 13px;
  margin-right: 6px;
}
#property-prices .resumeSmall .salaBadge {
  padding: 0.15rem 0.75rem;
}
#property-prices .resumeSmall svg {
  width: 20px;
  height: 20px;
}
#property-prices .resumeSmall .boxsetResume {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#property-prices hr {
  display: none;
}
#property-prices button {
  width: 100%;
}
#property-prices .selectBoxsetButton {
  text-transform: capitalize;
}
#property-prices .selectBoxsetButton svg {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-left: 0;
}
#property-prices .selectBoxsetButton svg * {
  fill: #fff;
}
#property-prices .selectBoxsetInfo {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
#property-prices .selectBoxsetInfo strong {
  display: block;
  margin-bottom: 0.35rem;
}
@media (min-width: 768px) {
#property-prices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#property-prices button {
    width: auto;
}
#property-prices hr {
    display: block;
}
#property-prices .property__resume {
    width: 100%;
}
}
#property-prices .property__resume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#property-prices .property__prices-total {
  color: #0077CA;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 1200px) {
#property-prices .property__prices-total {
    font-size: 30px;
}
}
#property-prices .property__prices-per-night {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
}
#property-prices .property__prices-alert {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
#property-prices .property__prices-alert svg {
  width: 14px;
  margin-left: 3px;
}
#property-prices .property__prices-alert svg * {
  fill: #dc3545;
}
#property-prices hr {
  border-top: 1px solid #dee2e6;
  width: 80%;
  margin: 0.75rem auto;
}
#property-prices button {
  font-size: 15px;
  margin-top: 1rem;
  font-weight: 600;
  padding: 10px;
  font-weight: 400;
  width: 100%;
}
#property-prices button svg {
  margin-left: 8px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
#property-prices .danger {
  color: #dc3545;
}
.gold .rate__right .property__prices-total,
.gold .rate__right .property__prices-alert {
  color: #FF9F00 !important;
}
.gold .rate__right .property__prices-alert svg * {
  fill: #FF9F00 !important;
}
.red .rate__right .property__prices-total,
.red .rate__right .property__prices-alert {
  color: #dc3545 !important;
}
.red .rate__right .property__prices-alert svg * {
  fill: #dc3545 !important;
}
.default .rate__right .property__prices-total,
.default .rate__right .property__prices-alert {
  color: #0077CA !important;
}
.default .rate__right .property__prices-alert svg * {
  fill: #0077CA !important;
}
.modal-prices-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rate:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 30px;
}
.rate:last-child {
  margin-bottom: 0;
}
.rate .bedAndFees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
.rate .bedAndFees {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.rate .bedAndFees .feesBox {
    min-width: 100%;
    margin-top: 0.5rem;
}
}
.rate .bedAndFees > div {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  min-width: 50%;
}
.rate .bedAndFees .form-group {
  margin-bottom: 0;
}
.rate .rateTop {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100%;
}
.rate .rateTop .boxsetResume {
  margin-top: -0.5rem;
}
.rate .rateTop hr {
  display: block;
  margin: 2rem 0;
}
.rate .rate__left {
  min-width: 100%;
}
.rate .rate__left .custom-control-label {
  color: #333333;
  font-size: 14px;
  padding-top: 0;
}
.rate .rate__right {
  min-width: 100%;
}
.rate .selectBoxsetButton,
.rate .feesBox {
  max-width: 200px;
  margin: auto;
}
.rate .amenity,
.rate .property__prices-occupancy {
  min-width: 50%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.rate .property__prices-occupancy {
  color: rgba(102, 102, 102, 0.5);
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.rate .rate__title {
  color: #333333;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 992px) {
.rate .fail {
    white-space: nowrap;
}
}
.rate .property__amenities .amenity {
  width: 50%;
}
.rate .fees {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 120%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.rate .fees .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rate .fees svg {
  min-width: 12px;
  width: 12px;
  margin-top: -1px;
  margin-right: 6px;
}
.rate .fees span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rate .boxsetPadProperty {
  padding: 0.75rem 0.95rem;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.room .room__bedding-alert {
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 30px;
}
.room .room__bedding-alert .bedding-alert {
  font-size: 14px;
}
.room .room__bedding-alert svg {
  width: 16px;
  opacity: 0.75;
  margin-top: -3px;
  margin-right: 4px;
}
.room .room__name {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
.room .room__name {
    font-size: 25px;
}
}
.room .room__occupancy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  margin-bottom: 2rem;
}
.room .room__occupancy svg {
  margin-right: 8px;
}
.room .room__modal-link {
  margin-top: 15px;
}
.room .room__image {
  width: 100%;
  min-height: 260px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
.room .room__image {
    min-height: 340px;
}
}
@media (max-width: 1199.98px) {
.room .room__right .rate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.room .room__right .rate button {
    margin-bottom: 1rem;
}
.room .room__right .rate .custom-control-label {
    font-size: 13px;
}
.room .room__right .rate hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.room .room__right .rate .rate__left,
.room .room__right .rate .rate__right {
    width: 100%;
}
.room .room__right .rate .rate__right {
    margin-top: 1rem;
    padding-left: 0;
}
}
@media (max-width: 991.98px) {
.room .room__bedding-alert {
    padding: 0 20px;
    margin: 20px 0 0 0;
}
.room .room__occupancy {
    padding-top: 0;
}
.room .room__occupancy br {
    display: none;
}
.room .room__name {
    font-size: 18px;
}
.room .room__modal-link {
    margin-top: 6px;
}
.room .room__modal-link .btn-chevron-right {
    font-size: 13px;
}
.room .room__modal-link .btn-chevron-right svg {
    width: 6 px;
}
.room .room__name,
.room .room__occupancy {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
}
.room .room__left-inner,
.room .room__right-inner {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
.room .room__left-inner .panel-white,
.room .room__right-inner .panel-white {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    padding: 0;
}
}
@media (min-width: 992px) {
.room .room__left {
    padding-right: 0;
    border-right: 1px solid #dee2e6;
}
.room .room__left-inner {
    margin-right: 90px;
}
}
.room .roomDivider {
  display: none;
}
@media (min-width: 992px) {
.room .roomDivider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.room .roomDivider:after {
    content: "";
    height: 100%;
    right: 0;
    width: 1px;
    background: #dee2e6;
    position: absolute;
}
}
.room .boxsetPadProperty {
  font-weight: bold;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  color: #fff;
  position: relative;
  padding-left: 2.5rem;
}
.room .boxsetPadProperty svg {
  width: 26px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.room .boxsetPadProperty svg * {
  fill: #fff;
}
@media (max-width: 991.98px) {
.room .boxsetPadProperty {
    text-align: left;
    font-size: 14px;
}
}
.room .boxsetPadProperty svg {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 20px;
}
@media (max-width: 575.98px) {
.room.panel-gray {
    padding: 20px 20px;
}
.room .room__name,
.room .room__occupancy {
    padding-left: 0;
    padding-right: 0;
}
}
.property__rates {
  margin: 16px auto;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 22px;
  /*
  .property__scorestars
  {
      position:relative;
      text-align:center;
      margin-left:1rem;
      display:inline-block;
      .stars
      {
          transform:translateY(-2px);
      }
  }
  */
}
.property__rates > svg {
  position: absolute;
  left: -6px;
  top: 3px;
}
.property__rates .property__scoreicon {
  width: 70px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  color: #fff;
  text-align: center;
}
.property__rates .property__scoreicon svg {
  width: 100%;
}
.property__rates .property__scoreicon .score {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.property-amenities-slider {
  margin: 30px 0;
  padding: 30px 30px 0;
  border: 1px solid #F2F2F2;
  border-radius: 6px;
}
.property-amenities-slider__header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.property-amenities-slider__title {
  color: #333333;
  font-size: 23px;
  margin-bottom: 0;
}
.property-amenities-slider__subtitle {
  font-size: 13px;
  margin-bottom: 0;
}
.property-amenities-slider__slick {
  position: relative;
}
.property-amenities-slider__icon {
  max-width: initial;
  min-width: initial;
  padding-right: 0;
  margin-bottom: 0;
  padding: 15px;
}
.property-amenities-slider__icon:before {
  margin-right: 5px;
  margin-bottom: -3px;
}
.property-amenities-slider__arrow {
  border-radius: 100%;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.property-amenities-slider__arrow:first-child {
  left: 0;
}
.property-amenities-slider__arrow:last-child {
  right: 0;
}
.property-amenities-slider .slick-list {
  padding: 30px 0;
  margin: 0 60px;
}
.property-amenities-slider .slick-slide {
  background-color: #fff;
  margin-right: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
#property-reviews .slick-list {
  padding-left: 0.75rem;
  margin-left: -0.75rem;
  margin-top: 2rem;
}
#property-reviews .slick-list .slick-slide {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
#property-reviews .slick-list .slick-slide:not(.slick-active) {
  opacity: 0;
}
#property-reviews .property-reviews__title {
  font-weight: 600;
  font-size: 23px;
  color: #333333;
  margin: 0;
}
#property-reviews .reviews__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
}
#property-reviews .reviews__dots span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  background: #fff;
  color: #666666;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}
#property-reviews .review * {
  font-family: "Century Gothic", CenturyGothic, Arial, sans-serif !important;
  color: #333333;
  cursor: pointer;
}
#property-reviews .review {
  background: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: 30px;
}
#property-reviews .review .review__icons {
  display: none;
}
@media (min-width: 768px) {
#property-reviews .review .review__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(-12px) translateY(-16px);
            transform: translateX(-12px) translateY(-16px);
}
}
#property-reviews .review .review__content {
  padding: 30px;
  padding-top: 0;
  position: relative;
  height: 260px;
  overflow: hidden;
}
#property-reviews .review .review__content:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(0deg, #fff, transparent 100%);
  border-bottom: 20px solid #fff;
  border-radius: 6px;
}
#property-reviews .review .small {
  line-height: 120%;
  font-size: 12px;
  margin-bottom: 12px;
  margin-top: 6px;
}
#property-reviews .review .review__avatar {
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
}
#property-reviews .review .review__rating {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  background: #FF9F00;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
#property-reviews .review .review__stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#property-reviews .review .review__title {
  margin-top: 0;
}
#property-reviews .review .review__text {
  margin-bottom: 0;
}
#property-reviews[data-size=compact] .reviewsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#property-reviews[data-size=compact] .reviewsTitle,
#property-reviews[data-size=compact] .reviewsSubitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
#property-reviews[data-size=compact] .slick-wrapper {
  min-width: 100%;
  padding: 0 30px;
  position: relative;
}
#property-reviews[data-size=compact] .slick-wrapper .slick-list {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}
#property-reviews[data-size=compact] .slick-wrapper #compact-slick-prev-review {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 16px;
}
#property-reviews[data-size=compact] .slick-wrapper #compact-slick-next-review {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 16px;
}
#property-reviews[data-size=compact] .review {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#property-reviews[data-size=compact] .small {
  margin: 0.5rem 0;
}
#property-reviews[data-size=compact] .review__icons {
  -webkit-transform: none;
          transform: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100px;
  max-width: 100px;
}
#property-reviews[data-size=compact] .review__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 140px;
  padding: 0 0 0 0.5rem;
}
#property-reviews[data-size=compact] .review__title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
#property-reviews[data-size=compact] .review__text {
  font-size: 12px;
  line-height: 120%;
}
#property-reviews[data-size=compact] .reviews__dots {
  margin-top: 0;
}
#property-reviews[data-size=large] {
  margin: 4rem 0;
}
@media (min-width: 576px) {
#property-reviews[data-size=large] .review,
#property-reviews[data-size=large] .reviews__dots {
    margin-right: 60px;
}
}
@media (max-width: 575.98px) {
#property-details .reviewsTitle {
    text-align: center;
}
}
#property-details .hide-multiple-spinner + .hide-multiple-spinner {
  display: none !important;
}
@media (max-width: 991.98px) {
#property-details .map-link {
    margin-top: 20px;
}
}
#property-details .map-link svg {
  width: 100%;
  height: auto;
}
#property-details .topBtn {
  margin-bottom: 20px;
}
#property-details .propertyHeading {
  margin-top: 0.25rem;
  margin-bottom: 1.85rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
#property-details .propertyHeading .property__address {
    display: none;
}
}
#property-details .topProperty {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#property-details .topProperty .property__scoredesc {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 12px;
}
#property-details .property__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
#property-details .property__top > div {
  width: 100%;
}
#property-details .property__top .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
#property-details .property__top {
    margin-top: 0;
}
#property-details .property__top .d-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
}
}
#property-details .property__top .property__rates {
  margin-top: 4px;
}
#property-details .property__top .property__address {
  margin-top: 4px;
  margin-bottom: 0;
  color: #adb5bd;
}
#property-details .property__top .property__address svg {
  margin-right: 4px;
}
#property-details .property__top .property__address svg * {
  fill: #adb5bd;
}
#property-details .boxsetPadPropertyColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#property-details .boxsetPadPropertyColumn .infoCircle {
  width: 16px;
  margin-bottom: 4px;
}
#property-details .boxsetPadPropertyColumn .infoCircle path {
  fill: #fff;
}
#property-details .boxsetPadPropertyColumn .boxsetPadProperty {
  position: relative;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
#property-details .boxsetPadPropertyColumn .boxsetPadProperty {
    padding: 1rem 1.25rem;
    text-align: left;
    margin-top: 0;
}
}
#property-details .boxsetPadPropertyColumn .triangleRight {
  display: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid green;
}
@media (min-width: 1200px) {
#property-details .boxsetPadPropertyColumn {
    padding-right: 0;
}
#property-details .boxsetPadPropertyColumn .triangleRight {
    display: block;
}
}
#property-details .property__heading {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 1rem;
  width: 100%;
}
@media (min-width: 1200px) {
#property-details .property__heading {
    width: auto;
    font-size: 25px;
}
}
#property-details .property__highlight {
  margin-bottom: 15px;
  overflow: hidden;
}
#property-details .property__highlight .btn-chevron-right {
  margin-top: 0.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#property-details .property__highlight .highlight__right {
  padding: 30px;
}
#property-details .property__highlight .highlight__right hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#property-details .property__highlight .highlight__right .proximity__box {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  margin-top: 3px;
}
#property-details .property__highlight .highlight__right .proximity__box svg {
  height: auto;
  width: 9px;
  margin-right: 6px;
  margin-left: 2px;
}
#property-details .property__highlight .highlight__right .proximity__box svg path {
  fill: #333333;
}
@media (max-width: 575.98px) {
#property-details .property__highlight .highlight__right {
    padding-left: 0;
    padding-right: 0;
}
}
@media (min-width: 992px) {
#property-details .property__highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#property-details .property__highlight .highlight__left {
    width: 50%;
}
#property-details .property__highlight .highlight__right {
    padding: 0 0 30px 30px;
    width: 50%;
}
#property-details .property__highlight .highlight__right hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
}
#property-details .map-detail {
  cursor: pointer;
}
#property-details .map-detail svg {
  display: block;
}
#property-details .property__amenities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#property-details .property__amenities .amenity {
  font-weight: 500;
  width: auto;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  line-height: normal;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#property-details .property__amenities .amenity:before {
  margin-top: 3px;
}
#property-details .property-image {
  width: 100%;
  min-height: 220px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
#property-details .property-image {
    min-height: 320px;
}
}
@media (min-width: 992px) {
#property-details .property-image {
    min-height: 440px;
}
}
#property-details .property__address {
  margin-top: 1rem;
  color: #0077CA;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#property-details .property__address svg {
  margin-right: 8px;
}
@media (min-width: 768px) {
#property-details .property__address {
    font-size: 15px;
}
}
#property-details .property__description {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 0;
}
#property-details .property__description i {
  cursor: pointer;
  color: #0077CA;
  font-weight: 500;
}
#property-details .detail-first-title {
  margin-top: 1rem;
  color: #0077CA;
}
#property-details .rooms__title {
  display: block;
  padding: 0;
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
#property-details .rooms__title {
    font-size: 25px;
}
}
#property-details .info__panel {
  padding: 30px;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  background: #fff;
}
#property-details .info__panel .info__panel-title {
  font-weight: 600;
  font-size: 25px;
  color: #333333;
  margin-bottom: 1rem;
}
#property-details .info__panel .info__panel-content {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}
#property-details .stars {
  -webkit-transform: none;
          transform: none;
  margin-left: 0.5rem;
}
#property-details .stars span {
  width: 16px;
  margin-right: 4px;
}
#property-details .search {
  margin-bottom: 0;
}
#property-details .search #search-form {
  background: transparent;
  padding: 0;
}
#property-details .search #search-form #search-form-autocomplete,
#property-details .search #search-form #filters {
  display: none !important;
}
#property-details .slick-slide {
  cursor: pointer;
}
@media (max-width: 991.98px) {
#property-details .property__rates {
    margin-top: 0;
}
#property-details .stars {
    margin-left: 0;
}
#property-details .stars span {
    width: 14px;
}
}
div[data-class=internalGallery] .modal-dialog {
  max-width: calc(100% - 16px);
}
div[data-class=internalGallery] .closeInternal {
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  padding: 1rem;
  font-size: 24px;
  cursor: pointer;
  z-index: 99999;
}
div[data-class=internalGallery] .modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
div[data-class=internalGallery] .modal-dialog {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
div[data-class=internalGallery] .modal-content {
  background-color: transparent;
}
div[data-class=internalGallery] .modal-content,
div[data-class=internalGallery] .slick-container,
div[data-class=internalGallery] .slick-slider,
div[data-class=internalGallery] .slick-list,
div[data-class=internalGallery] .slick-track,
div[data-class=internalGallery] .slick-slide,
div[data-class=internalGallery] .slick-slide div {
  height: 100%;
}
div[data-class=internalGallery] .slick-slide {
  position: relative;
}
div[data-class=internalGallery] .internalImage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
div[data-class=internalGallery] .internalImage img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
div[data-class=internalGallery] .slick-caption {
  height: auto !important;
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
div[data-class=internalGallery] .slick-caption {
    font-size: 18px;
}
}
div[data-class=internalGallery] .slick-dots {
  bottom: 0;
}
.modal-content .property__amenities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-content .info__panel-title {
  font-weight: 600;
  font-size: 25px;
  color: #333333;
  margin-bottom: 1rem;
}
.modal-content .info__panel-content {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}
.property-details-modal {
  text-align: left;
}
.property-details-modal p {
  font-size: 15px;
  font-weight: 300;
  color: #333333;
}
.property-details-modal:first-child .property-detail-title {
  margin-top: 0;
}
.property-details-modal .property-detail-title {
  margin-top: 1rem;
  color: #333333;
}
.property-details-modal ul {
  margin-bottom: 0.75rem;
}
.property-details-modal li {
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
  display: block;
  width: 100%;
}
.property-details-modal li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #333333;
}
@media (max-width: 575.98px) {
.rooms > .panel {
    padding: 15px;
    text-align: center;
}
}
.rooms .search .panel-gray {
  display: none;
}
.rooms > .panel {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
.rooms .search .panel-gray {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rooms .search .panel-gray #search-form-buttons {
    -webkit-box-flex: 13% !important;
        -ms-flex: 13% !important;
            flex: 13% !important;
    max-width: 13% !important;
}
.rooms .search .panel-gray #search-form-occupancy,
.rooms .search .panel-gray #search-form-nights,
.rooms .search .panel-gray #search-form-datepicker {
    -webkit-box-flex: 29% !important;
        -ms-flex: 29% !important;
            flex: 29% !important;
    max-width: 29% !important;
}
.rooms > .panel {
    margin-bottom: 0;
}
}
.rooms #search-form {
  width: 100%;
  min-width: 100%;
}
.rooms #search-form #search-form-buttons {
  padding-right: 0;
}
@media (min-width: 992px) {
.rooms #search-form form #search-form-datepicker,
.rooms #search-form form #search-form-occupancy,
.rooms #search-form form #search-form-buttons,
.rooms #search-form form #search-form-nights {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    max-width: 25%;
}
}
@media (min-width: 992px) {
#app.property #appHeader,
#app.map-detail #appHeader {
    display: none;
}
}

/*# sourceMappingURL=property-chunk.1ab07902.css.map*/