@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;500;700&display=swap');

#vrview {}
#vrview iframe { width: 100%; height: 80vh; }
.fineprint-top { font-size: 16px; }
.fineprint-top a { text-decoration: underline; }

/* custom code :nc*/

.deck_image{padding-left: 7.2%; padding-right: 10.2%;}

.min_purchase_duration_too_low {}
.listing-item.min_purchase_duration_too_low::after {
  content: 'Not Available At This Lease Length';
  color: #333;
  position: absolute;
  margin: auto;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.listing-item.min_purchase_duration_too_low .content-wrapper {
    opacity: 0.3;
}
#listing-details .listing-item.min_purchase_duration_too_low::after {
    top: 100px;
    font-size: 55px;
    transform: translate(-50%, 0);
}



.min_purchase_duration_too_low_seasonal {}
.listing-item.min_purchase_duration_too_low_seasonal::after {
  content: 'Residence is only available for shared purchase';
  color: #333;
  position: absolute;
  margin: auto;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.listing-item.min_purchase_duration_too_low_seasonal .content-wrapper {
    opacity: 0.3;
}
#listing-details .listing-item.min_purchase_duration_too_low_seasonal::after {
    top: 100px;
    font-size: 55px;
    transform: translate(-50%, 0);
}

.listing-item.min_purchase_duration_24::after {
  content: 'This residence is available for a 24 year lease or the Life of the Vessel';
/*   content: 'Residence is Only Available for the Life of the Vessel'; */
}

.listing-item.min_purchase_duration_60::after {
  content: 'Residence is Only Available for the Life of the Vessel.';
}


.padding-top { padding-top: 40px !important; }

.logo { 
  max-width: 300px;
  margin: auto;
  display: block;
}
.logo-for-print { display: none; }

.rental_income_calculation h2 {
  font-size: 30px;
  text-transform: inherit;
}

.keyvalue_row {
  display: flex;
}

.keyvalue_row > .input > input {
  width: 20px !important;
  height: 20px;
}

/* LISTING DETAILS */
#listing-details {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #f2f2f2;
  padding: 0 40px;
  z-index: 100;
}
#listing-details .wrapper {}
#listing-details .action-bar {
  margin-bottom: 24px;
  margin-top: 24px;
  align-items: center;
}

/* #listing-details .action-bar>div {
    margin: 8px 0;
} */

#listing-details .action-bar span.back-button {
  margin-right: 16px;
}

.listing-item-details { 
  padding: 80px !important;
  display: flex;
}
.listing-item-details .image-wrapper {
  padding-right: 80px;
  border-right: 1px solid #ccc;
  min-width: 534px;
}
.listing-item-details .content-wrapper {
  margin-left: 80px;
  width: 100%;
}

.listing-item-details .listing-heading {
  display: flex;
  justify-content: space-between;
}

.listing-item-details .listing-heading .unit {
  
}

.listing-item-details .listing-heading .value {
  text-align: right;
}

.listing-item-details .listing-details .images img {
  height: 100px;
}

#close-details {
  cursor: pointer;
}

#close-details:hover {
  color: #00A7E1;
}







/* FILTERS */
.filters form {
display: flex;
justify-content: center;
}
.filter {
  width: 200px;
  margin: 24px;
}

.filter .label {}
.filter .selector {}

.filter.filter-price {
  width: 400px;
}
#amount { 
  color: orange;
  padding-left: 10px;
  display: none;
}

.showPrice #amount {
 display: inline-block; 
}

.filter.hide-sold {
  width: 240px;
}
.filter.hide-sold .label {
 opacity: 0; 
}

/* Hide  Filters Not Ready Yet */
.filter-deck,
.filter-fee { display: none; }



/* SLIDER */
.price-slider-wrapper { position: absolute; width: 467px; height: 128px; background-color: white; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-direction: column; top: 74px; z-index: 999; display: none; }
#slider-container { margin-top: 10px; width: 85% }
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, .
ui-button:active, 
.ui-button.ui-state-active:hover {
    border: 1px solid #00a7e1;
    background: #00a7e1;
    font-weight: normal;
    color: #ffffff;
}
.fiter-price {
  width: 400px;
}
.fiter-price #slider-container {
    width: 380px;
    margin: 10px;
}



/* ACTION BAR */
.action-bar {
  font-size: 42px;
  font-weight: 100;
  position: relative;
}
#listing-details .action-bar {
  display: flex;
  justify-content: space-between;
}
.action-bar-title {
  display: inline-block;
}
.action-bar-cta {
  right: 24px;
  display: inline-block;
  font-weight: 400;
  position: inherit;
}
.action-bar-cta #download {
  margin-right: 20px;
}
.action-bar-cta .hs-cta-wrapper {
  padding: 0;
}
.action_bar_ownership_length_wrapper {
  font-size: 18px;
  font-weight: 400;
}
.action_bar_seasonal_ownership_length_wrapper{
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.action_bar_seasonal_ownership_length_wrapper select {
  opacity: 1;
}




.seasonal-ownership-container {
  position: absolute;
  width: 345px;
  height: 176px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Open Sans";
  font-size: 11px;
  line-height: 37.4px;
  z-index: 999;
  top: 70px;
  display: none;
}

#seasonal-ownership-container-active{
  display: block; 
}

.all-options-container{
  margin-top: 12px;
  margin-bottom: 12px;
}

.individual-option-container{
    margin: 0px 6px 0px 6px;
    padding: 0px 10px 0px 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
}

.individual-option-container:hover {
    background-color: #EEEEEE;
}

.individual-option-container label {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-left: 6px;
  margin-bottom: 0px;
  cursor: pointer;
  font-weight: 100;
}

.individual-option-container .seasonal-ownership-available-units{
  opacity: 0.4;
}

.disabled-seasonal-option .seasonal-ownership-available-units{
  opacity: 1 !important;
}

.horizontal-separator{
  width: 307px;
  opacity: 0.1;
  border-bottom: 1px solid #000000;
  margin: auto;
}

.disabled-seasonal-option{
  cursor: not-allowed;
}

.disabled-seasonal-option label{
  text-decoration-line: line-through;
  opacity: 0.3;
  cursor: not-allowed;
}


.saved-units {
  display: inline-block;
  float: right;
  color: #00A7E1;
}











.data-summary div:nth-child(3) {
  opacity: 0.3;
  display: none;
}

.percent_sold,
.percent_sold_filtered {}







/* LISTING ITEMS */

#listings .action-bar {
  text-align: center;
  margin-top: 80px;
}

.listing-items,
.listing_types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.listing-item {
  width: 320px;
  margin: 24px;
  border: 2px solid transparent;
  position: relative;
}

.listing-item .seasonal-balance{
  position: absolute;
  bottom: 10px;
  left: 0px;
  display: flex;
  width: 100%;
}

.listing-item .seasonal-balance svg{
  width: 20%;
}

.listing-item .seasonal-balance p{
    font-weight: 400;
    font-size: 12px;
    color: #44A6DC;
    margin-left: 15px;
}

.listing-item .seasonal-balance .season-available-svg{
  opacity: 100%;
  fill: #44A6DC;
}

.listing-item .seasonal-balance .season-not-available-svg{
  opacity: 100%;
  fill: white;
}

.test-svg{
  d: path("M20 20V0H0V20H20Z") !important; 
}

.listing-item .heart { 
position: absolute;
right: 0;
top: 0;
  display: none;
}

.listing-item.RU11 .preview .image,
.listing-item.RU12 .preview .image,
.listing-item.RU13 .preview .image{
    overflow: hidden;
}

.listing-item.RU11 .preview .image img,
.listing-item.RU12 .preview .image img,
.listing-item.RU13 .preview .image img{
    transform: scale(2);
}

.listing-item .room_layout {
    text-align: center;
    margin: 0 0 50px;
    
}

.listing_item_info {
  display: flex;
  justify-content: space-between;
}

.listing_item_info .unit {
  text-align: left;
}

/* .listing_item_info .unit>h2 {
  text-align: center;
}

.listing_item_info .unit>.description {
  text-align: center;
} */


.listing_item_info .value {
  text-align: right;
  margin-bottom:0px!important
}

.listing-item li.total {
  font-weight: bold;
}


/* HIDE DETAILS until user selects unit */
.listing-item .details,
.listing-item .content,
.listing-item .listing-footer,
.listing-item .floor_plan_container,
.listing-item .visible_on_details_only {
  display: none;
}
.listing-item .details ul {
  list-style: none;
  padding-left: 0;
}
.listing-item .details ul li.header {
  font-weight: bold;
  margin-top: 1em;
  text-transform: uppercase;
  font-size: 80%;
}
.listing-item .details ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding: 8px 0;
  position: relative;
}
.listing-item .details ul li span {
}
.listing-item .details ul li span .fineprint {
    display: block;
    font-size: 14px;
    opacity: 1;
    line-height: 22px;
}
.currency::first-letter {
/*   opacity: 0.4;
  padding-right: 4px; */
}
.listing-item .details ul li div {
  text-align: right;
}

.listing-item .details ul li.dual_unit div:nth-child(2) {
  position: absolute;
  right: 30%;
}

.listing-item h1,
.listing-item-details h1{
  font-size: 35px;
  margin: 0;
}

.listing-item h2,
.listing-item-details h2{
/*   font-size: 18px; */
  font-size: 38px !important;
  font-weight: 100;
/*   margin-top: -12px; */
  margin-top: 0;
  margin-bottom:0px
}

.listing-item .unit_description {
   margin: 16px 0 24px 0;
}

.listing-item .co-ownership-description {
   margin: 16px 0 24px 0;
}




/* LIST ITEM HOVER */
.listing-item:hover {
  border: 2px solid #00A7E1;
  cursor: pointer;
}
.listing-item.sold:hover {
  border: 2px solid transparent;
  cursor: default;
}





/* SOLD */
.listing-item.sold {
 background: rgba(255,255,255,1);
}
.listing-item.sold .content-wrapper {
  opacity: 1;
}

.listing-item.sold::after,
.listing-item.sold .unit_description::after {
  content: 'RESERVED';
  color: red;
  position: absolute;
  margin: auto;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 72px;
  transform: translate(-50%, -50%) rotateZ(33deg);
  z-index: 10;
}

.listing-item.sold .co-ownership-description::after {
  content: 'RESERVED';
  color: red;
  position: absolute;
  margin: auto;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 72px;
  transform: translate(-50%, -50%) rotateZ(33deg);
  z-index: 10;
}

.listing-item.sold .reserved_desc::after {
  transform: translate(-50%, 100%) rotateZ(33deg);
}

.listing-item.sold .unit_description::after {
  position: relative;
}

.listing-item.sold .co-ownership-description::after {
  position: relative;
}

/*
SOLD UNIT ARE NOW SHOWING DATA

.listing-item.sold .value h1 span {
  display: none;
}

.listing-item.sold .value h1:after {
  content: 'Sold';
}
.hide-sold .sold {
  display: none !important;
}

.sold div#calculator {
    display: none;
} */

body:not(.card-open).hide-sold .sold {
  display: none !important;
}


/* SELECTED */
.selected {
  flex: 0 1 100%;
  margin: 40px;
}
#listing-details .card {
  padding: 40px;
}
#listing-details .listing-item {
  width: auto;
}
#listing-details .listing-item:hover {
  border: 2px solid transparent;
  cursor: default;
}
#listing-details .listing-item .details,
#listing-details .listing-item .content,
#listing-details .listing-footer,
#listing-details .floor_plan_container
{ display: block; }

#listing-details .content-wrapper {
  display: flex;
}

#listing-details .content-wrapper .preview {
  border-right: 1px solid #f2f2f2;
  width: 30%;
  min-width: 380px;
  max-width: 460px;
  padding-right: 40px;
  margin-right: 40px;
}

#listing-details .content-wrapper .content {
  width: 100%;
}

#listing-details .body .images {
 width: 100%;
}

#listing-details .body .images .image {
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}

#listing-details .body .images .image span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00a7e1;
  color: #fff;
  padding: 8px;
  margin: 8px;
  z-index: 1;
}

#listing-details .body .images .image span img {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
}

#listing-details .body .images .image:after {
  content: '*Furnishings and floor plans may vary from the sample image';
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #FFF;
  font-size: 16px;
  text-shadow: 1px 1px #000;
}



@media (max-width: 1280px) {
   #listing-details .body .images .image:after {
    font-size: 15px;
     left: 50%;
  }
  #listing-details .content-wrapper .preview {
    padding-right: 32px;
    margin-right: 32px;
  }
  #listing-details .card {
    padding: 24px;
  }
}

@media (max-width: 768px) {
   #listing-details .body .images .image:after {
    font-size: 12px;
     left: 50%;
  }
}



#listing-details .listing-item h2 {
  font-size: 42px;
}
#listing-details .listing-item h1 {
  /* font-size: 18px; */
}

/* #listing-details .content .listing_item_info h1,
#listing-details .content .listing_item_info h2 {
  display: inline-block;
} */

/* #listing-details .content .listing_item_info h1:after {
  content: " - ";
  display: inline-block;
} */

#listing-details #ownership_length {
  max-width: 300px;
  display: inline-block;
}

#listing-details #unit_select_info { display: none; }

#back_to_ship {
  cursor: pointer;
  color: #00a7e1;
  display: inline-block;
  padding: 0 16px;  
}

.floor_plan {
}


/* PRICE Variances */
.price span { display: none; }
.price .years_12 span:nth-child(1) { display: inline-block; }
.price .years_24 span:nth-child(2) { display: inline-block; }
.price .years_36 span:nth-child(3) { display: inline-block; }
.price .years_48 span:nth-child(4) { display: inline-block; }
.price .years_60 span:nth-child(5) { display: inline-block; }
/*   .currency::before, */
.price span::before {
    content: attr(data-currency);
    letter-spacing: -0.05em;
    opacity: 0.4;
}

.meters-squared:after {
  content: ' m2';
  display: inline-block
  padding-left: 0.3em;
  opacity: 0.5;
}

.sq_ft:after {
  content: ' sq ft';
  display: inline-block;
  padding-left: 0.3em;
  opacity: 0.5;
}






/* ///////////////// */
/* LISTINGS FORM */

.checkout_listings_form {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
/*   background: rgba(0,0,0,0.8); */
  z-index: 100000;
  top: 0;
  color: #fff;
  padding: 80px 0;
}
.checkout_listings_form .header {
  font-size: 36px;
}
.checkout_listings_form h3.form-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 21px;
  font-family: barlow;
}
.checkout_listings_form h2 {
  font-weight: 400;
}

.checkout_listings_form .checkout_listing_item {
  width: 700px;
  margin: auto;
}

.checkout_listings_form .listing_item_info {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}

.checkout_listings_form .listing-item:hover {
  border-color: transparent;
}

.checkout_listings_form span.hs_cos_wrapper_type_form {
  display: block;
  width: 700px;
  margin: auto;
  color: #fff;
}

.checkout_listings_form .actions {
  display: flex;
  margin-top: 24px;
  flex-direction: column-reverse;
}

.checkout_listings_form input[type="submit"] {
 margin: 0 5%; 
}

.checkout_listings_form .actions .button-outline {
  margin: 24px auto;
  width: 90%;
  text-align: center;
}

/* HIDDEN FORM FIELDS */
.hs_reserved_unit,
.hs_deck,
.hs_port_starboard,
.hs_location,
.hs_in_out,
.hs_saving,
.hs_cost_per_sq_ft,
.hs_cost_per_m2,
.hs_condo_fee,
.hs_annual_fees_based_on_sale_price_,
.hs_total_annual_fees_based_on_loadings,
.hs_monthly_fees_per_person_twin,
.hs_type_variant,
.hs_total_area,
.hs_balcony_area,
.hs_living_area,
.hs_bathrooms,
.hs_square_feet,
.hs_storylines_number,
.hs_internal_unit_number,
.hs_ownership_length,
.hs_contact_deal_amount,
.hs_selected_currency,
.hs_converted_amount,
.hs_exchange_rate,
.hs_selected_seasonal_units,
.hs_unit_shares,
.hs_co_ownership_full_purchase_price,
.hs_co_ownership_annual_fees,
.hs_n1_4_share_purchase_price,
.hs_purchase_type,
.hs_membership_upgrade_amount__lov,
.hs_affiliate_referral_code,
.hs_user_agent
{ display: none; }


/* SHOW HIDDEN FORM FIELDS */
.debug .hs_reserved_unit,
.debug .hs_deck,
.debug .hs_port_starboard,
.debug .hs_location,
.debug .hs_in_out,
.debug .hs_saving,
.debug .hs_cost_per_sq_ft,
.debug .hs_cost_per_m2,
.debug .hs_condo_fee,
.debug .hs_annual_fees_based_on_sale_price_,
.debug .hs_total_annual_fees_based_on_loadings,
.debug .hs_monthly_fees_per_person_twin,
.debug .hs_type_variant,
.debug .hs_total_area,
.debug .hs_balcony_area,
.debug .hs_living_area,
.debug .hs_bathrooms,
.debug .hs_square_feet,
.debug .hs_storylines_number,
.debug .hs_internal_unit_number,
.debug .hs_ownership_length,
.debug .hs_contact_deal_amount,
.debug .hs_selected_currency,
.debug .hs_converted_amount,
.debug .hs_exchange_rate,
.debug .hs_selected_seasonal_units,
.debug .hs_unit_shares,
.debug .hs_co_ownership_full_purchase_price,
.debug .hs_co_ownership_annual_fees,
.debug .hs_n1_4_share_purchase_price,
.debug .hs_purchase_type,
.debug .hs_membership_upgrade_amount__lov,
.debug .hs_affiliate_referral_code,
.debug .hs_user_agent
{ display: inherit; }


.second_line:before { 
  content: ' - ';
  display: inline-block;
}












.popover__title {

}

.popover__title span {
  padding-left: 4px;
}
  

.popover__wrapper {
  position: relative;
  display: inline-block;
  cursor: default;
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -50px;
  transform: translate(0, 10px);
  background-color: #333;
  color: #fff;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 300px;
  top: 100px;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #333 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: center;
}

.ann_sur_fee .popover__title {
  cursor: pointer;
}

.ann_sur_fee .popover__content {
  top: 50px;
  left: -100px;
}

.listing-item .details .ann_sur_fee .popover__content ul {
  
}

.listing-item .details .ann_sur_fee .popover__content ul li {
    border-bottom: 0;
    padding: 0;
    text-align: left;
    font-size: 10px;
    list-style-type: disc;
    display: list-item;
}

.listing-item .text-area {
  margin-top: 10px;
}






body:not('.filter_by_unit_type') {
  
}


.filter_by_unit_type .RU1,
.filter_by_unit_type .RU2,
.filter_by_unit_type .RU3,
.filter_by_unit_type .RU4,
.filter_by_unit_type .RU5 { display: none; }


.filter_by_unit_type.filter_by_unit_type_RU1 .RU1 { 
  display: block;
}

.filter_by_unit_type.filter_by_unit_type_RU2 .RU2 { 
  display: block;
}

.filter_by_unit_type.filter_by_unit_type_RU3 .RU3 { 
  display: block;
}

.filter_by_unit_type.filter_by_unit_type_RU4 .RU4 { 
  display: block;
}

.filter_by_unit_type.filter_by_unit_type_RU5 .RU5 { 
  display: block;
}















@media screen
and (min-width : 768px) 
and (max-width: 1024px) {
  .listing-item { 
    margin: 10px;
  }
  #listing-details {
    padding: 0 10px;
  }
  #listing-details .card {
    padding: 20px;
  }
  #listing-details .content-wrapper .preview {
    min-width: auto;
    max-width: none;
    width: 50%;
    padding-right: 20px;
    margin-right: 20px;
  }
  #listing-details .content-wrapper .content {
    /*width: 50%;*/
  }
  #listing-details .body .images {
    width: 100%;
  }
}

@media screen
and (max-width: 1024px) {
  .logo { max-width: 260px; }
  .second_line { 
    display: block;
  }
  .second_line:before {
    display: none;
  }
}

@media screen
and (min-width : 769px) 
and (max-width: 1100px) {
  .action-bar { font-size: 24px; font-weight: 300; }
  .action-bar-cta .button-primary{
    font-size: 16px;
    padding: 5x 15px;
  }
}

@media screen and (max-width: 768px) {
  .logo { max-width: 80%; }
  .padding-top {
    padding-top: 5px !important;
  } 
  #listing-details {
    padding: 0;
  }
  #listing-details .card {
    padding: 16px;
    margin: 10px;
  }
  #listing-details .content-wrapper {
    display: block;
    padding-bottom: 50px;
  }
  #listing-details .content-wrapper .preview {
      border-right: none;
      width: 100%;
      min-width: auto;
      max-width: 100%;
      padding-right: 0;
      margin-right: 0;
  }
  #listing-details .body .images {
    width: 100%;
  }
  #listing-details .action-bar {
    margin: 10px;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  #listing-details .action-bar .text {
    opacity: 100%;
    font-size: 28px;
    font-weight: 300px;
  }
  #listing-details .action-bar span.back-button {
    margin-right: 16px;
  }
  .action-bar-cta {
    right: 0px;
  }
  
  #listing-details #ownership_length {
    max-width: initial; 
  }

  #listing-details .text-area {
    padding-bottom: 40px;
  }
 
  
  .button-primary:disabled,
  .button-primary[disabled=disabled],
  .button-primary[disabled]{
    background-color: #CECECE !important;
  }
  
  
  .listing-footer .button-primary,
  #details_footer .button-primary {
    width: 100%;
    text-align: center;
  }
  
  #details_footer {
    margin: 10px 10px 100px 10px;
  }
  
  #details_footer .button-primary {
    margin-bottom: 10px;
  }

  
  .filters form {
    flex-direction: column;
  }
  .filter {
    width: auto;
    margin: 10px;
    flex: 0 0 100%;
  }
  .filter.hide-sold .label {
    display: none;
  }
  
  
  .listing-item {
    margin: 10px 10px 0 10px;
  }
  
  .listing-item.card {
    width: 46%;
    margin: 10px;
    padding: 16px;
  }
  
  .listing-item h2 {
    margin-bottom: 0;
  }
  .action-bar-title {
    font-size: 36px;
  }
  
  
  .checkout_listings_form {
        padding: 80px 10px;
  }
  
  .checkout_listings_form .checkout_listing_item,
  .checkout_listings_form span.hs_cos_wrapper_type_form {
    width: 100%;
  }
  
  body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100% !important;
  }
}


@media screen and (max-width: 560px) {
  .listing-item.card {
      width: 100%;
  }
  .listing-item.sold::after,
  .listing-item.sold .unit_description::after,
  .listing-item.sold .co-ownership-description::after { font-size: 58px; }
}










@media print {
  body {
    zoom: 60%;
    font-size: 140%;
  }
  .logo-for-print { 
    max-width: 400px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .logo-for-print img {
    margin: 0;
    max-width: 100%;
  }
  body.listings,
  #listing-details {
    background-color: #FFF !important;
  }
  .action-bar,
  .button-primary,
  .WidgetCall__CallButtonFrame-sc-8rz83s-0,
  #hubspot-messages-iframe-container {
    display: none !important;
    opacity: 0;
  }
  
  #listing-details .card {
    background: #FFF;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  #listing-details .wrapper::after {
    content: 'To talk with our friendly team, call +1-813-567-8679';
    text-align: center;
    display: block;
  }
  #listing-details .body .images .image {
    max-height: initial;
    padding-bottom: 100px;
  }
  .deck_image,
  .floor_plan,
  .room_layout {
    margin: 100px 0;
  }
}
.room_layout>img{
  height:90vh;
}

.filters {
    position: relative;
/*     padding-bottom: 30px; */
/*     margin: 0 0 20px; */
}


.row-fluid .pricenter-Button { text-align: center; }
.row-fluid .pricenter-Button a  { font-weight: 400; position: static; transform: none; line-height: 18.15px; padding: 5px 11px; border-radius: 10px; font-size: 15px; color: #555555 !important; display: inline-block; border: 1px solid #BBB4B4; cursor: pointer; }
.pricenter-Button{
/*   margin-top: 55px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}

.slParent .filters .selection select { height: auto; }
.slParent .filters .label { padding: 0 0 5px; font-size: 16px; }

/* custom css for public space images */
.publicImg-div{display:flex;margin-bottom:20px;}
.publicImg{margin:0 auto;width:100%;}
.public-space-plans .publicImg, .public-space-lounges .publicImg{width: auto; height:auto;max-height: 565.56px;}
.public-space-lounges .publicImg{margin:0 auto 20px;}
.spaces-wrapper{width:70%;margin:0 auto;}


@media(min-width: 769px){ 
  
.slParent .filters .filter-price .selection { padding-top: 4px; }

.slParent .filters .label .popover__title, .slParent .filters .filter-price .label, .slParent .filters .selection { font-size: 16px; }
.slParent .filter:not(.filter-deck):not(.filter-fee) {  display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap;  flex-flow: row wrap; flex-direction: column; -webkit-justify-content: space-between; justify-content: space-between; }
.slParent .filter.hide-sold .selection, .slParent .filters .filter-price .selection { min-height: 38px; }
.slParent .filter.hide-sold .selection { padding-top: 7px;  }
.slParent .filter.filter-price  > .label {  margin-left: -9px; }
}
@media(max-width: 768px){
  .slParent .filter.filter-price  > .label {  margin-left: -9px; }
  .slParent .filter.filter-price { margin-left: 20px; }
}

body select {font-size:15px !important; height:37px!important}
.extra-info{text-align:right; margin-bottom:30px}
.extra-info .line1{font-size:21px; opacity : .5}
.extra-info .line2{padding-left:45%; font-size:12px}

#snackbar{display:none !important;}
.youtube-video-outer { position: relative;}
.youtube-video-outer iframe { position: absolute; top: 0; left: 0; height: 100% !important; width: 100% !important; }

#price-selection-container {
  position: relative;
}

#currency-selection-container, #price-selection-container{
  width: 135px;
}

#price-selection-container select {
/*     -webkit-appearance: none;
    -moz-appearance: none; */
    opacity: 1;
  padding: 8px 4px;
}

.filter-seasonal-ownership select{
  opacity: 1;
}


.filter-seasonal-ownership{
  width: 264px;
  position: relative;
}

#seasonal-ownership-main-active {
  display: block;
}

#active-price-slider {
  display: flex;
}

.seasonal-ownership-container-main {
    width: 345px;
/*     height: 176px; */
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Open Sans";
    font-size: 11px;
    line-height: 37.4px;
    position: absolute;
    top: 74px;
    z-index: 999;
    display: none;
}

.all-options-container-main{
    margin-top: 12px;
    margin-bottom: 12px;
}

.individual-option-container-main{
    margin: 0px 6px 0px 6px;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.individual-option-container-main:hover {
    background-color: #EEEEEE;
}

#seasonal-ownership-clear-filter .seasonal-ownership-option{
  width: 100%;
  display: flex;
  justify-content: center;
}

.horizontal-separator{
    width: 307px;
    opacity: 0.1;
    border-bottom: 1px solid #000000;
    margin: auto;
}

.co-ownership-ru2-unit_description, .co-ownership-ru4-unit_description{
  display: none;
}

.shared-ownership-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shared-ownership-container{
/*     width: 878px; */
    height: fit-content;
    margin-top: 13px;
    margin-bottom: 30px;
}

.shared-ownership-heading{
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #666666;
    text-align: center;
    margin: 0;
    margin-bottom: 27px;
}

.shared-ownership-features{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.shared-ownership-features .individual-feature{
    display: flex;
    flex-direction: column;
    width: 20%;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
}

.shared-ownership-features .individual-feature .icon{
    height: 50px;
    margin-bottom: 5px;
}

.shared-ownership-features .individual-feature .icon img{
    height: 50px;
}

.shared-ownership-features .individual-feature .tag-line{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.shared-ownership-features .individual-feature .text{
    font-size: 12px;
    font-weight: 500;
}

.shared-ownership-video-player{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-bottom: 34px;
}

.shared-ownership-video-player .video-box{
    height: 359px;
    width: 622px;
    background-color: #D9D9D9;
    position: relative;
    cursor: pointer;
}

.shared-ownership-video-player .video-box svg{
    position: absolute;
    top: 146px;
}

.shared-ownership-video-player .video-box svg path{
  fill: white;
  opacity: 1;
}

.shared-ownership-buying-process-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shared-ownership-buying-process-container .buying-process-heading{
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    margin: 0px;
    margin-bottom: 24px;
}

.shared-ownership-buying-process-container .hr{
    width: 666px;
    height: 1px;
    opacity: 0.3;
    background-color: black;
}

.shared-ownership-buying-process-container .steps{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 622px;
}

.shared-ownership-buying-process-container .steps .individual-step{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 16px 0px 28px 0px;
}

.shared-ownership-buying-process-container .steps .individual-step .number{
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 100;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #666666;
}

.shared-ownership-buying-process-container .steps .individual-step .text{
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #666666;
}

#select_type option:disabled{
  color: rgb(170,170,170);
}









//////////////////////////////////
//////////////////////////////////
////////// ALERT BOX CSS /////////
//////////////////////////////////
//////////////////////////////////

.ava-modal {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

section.ava-modal{
  position: fixed;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
}

div.ava-modal-container{
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0, 0.75);
}

.ava-modal > * {
  box-sizing: border-box;
}

.ava-alert {
  background-color: white;
  width: 80%;
  text-align: right;
  font-family: barlow;
  font-weight: 900;
  animation: 25s 1 ava_alert_animation;
  -webkit-animation: 0.5s 1 ava_alert_animation;
}

@media (min-width: 650px) {
  .ava-alert {
    width: 300px;
  }
}

@keyframes ava_alert_animation {
  from {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}

.ava-alert .ava-text-con {
  position: relative;
}

.ava-alert__icon {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: inset 0px -5px 7px rgba(0, 0, 0, 0.3);
}

.ava-alert__text {
  padding: 15px;
  line-height: 1.5em;
  color: #8a8a8a;
  font-size: 13px;
}

.ava-alert__btn {
  font-family: barlow;
  width: 70px;
  padding: 7px 0px;
  display: block;
  margin: auto;
  margin-bottom: 13px;
  border-radius: 0;
  border: 0;
  background-color: #00A7E1;
  color: white;
  cursor: pointer;
  position: relative;
}

.svg-box {
  display: inline-block;
  position: relative;
  width: 150px;
}

.ava-text-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.green-stroke {
  stroke: #ffffff;
}

.red-stroke {
  stroke: #ffffff;
}

.yellow-stroke {
  stroke: #ffffff;
}

.circular circle.path {
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  opacity: 0.4;
  animation: 0.7s draw-circle ease-out;
}

/*------- Checkmark ---------*/
.checkmark {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 56px;
  left: 49px;
  width: 52px;
  height: 40px;
}

.checkmark path {
  animation: 1s draw-check ease-out;
}

@keyframes draw-circle {
  0% {
    stroke-dasharray: 0, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  80% {
    stroke-dasharray: 330, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes draw-check {
  0% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 0;
  }
  50% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 130, 80;
    stroke-dashoffset: 48;
  }
}

/*---------- Cross ----------*/
.cross {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 54px;
  left: 54px;
  width: 40px;
  height: 40px;
}

.cross .first-line {
  animation: 0.7s draw-first-line ease-out;
}

.cross .second-line {
  animation: 0.7s draw-second-line ease-out;
}

@keyframes draw-first-line {
  0% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 56, 330;
    stroke-dashoffset: 0;
  }
}

@keyframes draw-second-line {
  0% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }
  50% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dasharray: 55, 0;
    stroke-dashoffset: 70;
  }
}

.alert-sign {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 40px;
  left: 68px;
  width: 15px;
  height: 70px;
  animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alert-sign .dot {
  stroke: none;
  fill: #ffffff;
}

@keyframes alert-sign-bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

#listings-form label.hs-error-msg {
  color: #b94747;
}
