.resort-destination input, .resort-date input{user-select:none;}
.resort-destination-input {
  border-radius: 4px;
  border: solid 1px #CED2D6;
  background: #ffffff;
  height: 70px;
  max-width: 400px;
  display: inline-block;
  padding: 10px 22px 13px 20px;
  position: relative;
  width: 100%;
}
.resort-destination-input input{
  border: none;
  background: transparent;
  font-size: 15px;
  padding: 0 20px;
  height: 22px;
  line-height: 22px;
  position: relative;
  top: -2px;
  color: #25314B;
}
.resort-destination-input span.search-icon-loc {
  font-size: 16px;
  color: #25314B;
  position: absolute;
  right: 12px;
  cursor: pointer;
  margin-top: 0px;
  top: 36px;
}
.edditmode .close-icon-loc {
  top: 38px;
  right: 15px;
  position: absolute;
  cursor:pointer;
}
.property-destination span{right: 15px;}
.autosuggestion-box{
  display:none;
  position: absolute;
  width: 100%;
  top: 68px;
  border: solid 1px #BEB9B5;
  background: #ffffff;
  box-shadow: 0px 3px 30px #1b1d1f1a;
  padding:0px;
  z-index: 99;
  max-width: 393px !important;
  max-height: 398px;
  overflow: auto;
  border-radius:4px;
}
.autosuggestion-box .group-title{
  color: #385E78;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: 'Red Hat Display';
  font-weight: bold;
  padding: 0 25px;position:unset;
}
.autosuggestion-box ul{
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  padding: 20px 0px;
}
.autosuggestion-box ul:last-child{
  margin:0;
}
.autosuggestion-box ul li{
  padding: 10px 25px;
  cursor:pointer;color: #25314B;
}
.autosuggestion-box ul li.non-prediction-item {padding:0;}
.autosuggestion-box ul li.prediction-item strong{color:#BA4B00;}
.autosuggestion-box ul li .resort-name{
  font-size: 15px;
  line-height: 16px;
  color: #25314B;
  font-family: 'Red Hat Display';
  font-weight: bold;
}
.autosuggestion-box ul li .resort-details{
  font-size: 15px;
  line-height: 24px;
  color: #25314B;
  font-family: 'Red Hat Display';
}
.autosuggestion-box ul li:hover .resort-name,
.autosuggestion-box ul li:hover .resort-details{
  color:#BA4B00;
}
.autosuggestion-box ul li .resort-details span{position:unset;}
.autosuggestion-box ul li .state-only,
.autosuggestion-box ul li .city-only{
  color: #004876;
  font-size: 14px;
  line-height: 20px;
}
.autosuggestion-box ul li:hover .state-only,
.autosuggestion-box ul li:hover .city-only{
  color:#BA4B00;
}
.nosearch {
  text-align: center;
  font-weight: bold;
  padding:10px 0;
}
/*
*  scroll
*/
.autosuggestion-box::-webkit-scrollbar-track
{
  border-radius: 10px;
  background-color: #fff4ec;
}

.autosuggestion-box::-webkit-scrollbar
{
  width: 6px;
  background-color: #fff4ec;
}

.autosuggestion-box::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #25314b;
}

/*End Scroll*/

/**Filter section Start**/
#search-filter-block{display:none;}
#search-filter-block.showSearchFilter{
  display:block;
  position: fixed;
  top: 124px;
  width: 100%;height:100%;
  background: #fff;
  z-index: 999;
}
.resort-filter{position:relative;}
#search-filter-block .search-filter-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #BEB9B5;
}
#search-filter-block .search-filter-header h2{margin:0;}
#search-filter-block .search-clear-filter-link {
  color: #25314B;
  font-size: 14px;
  font-family: 'CocogooseProCondensed', Impact;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  border-bottom: solid 1px transparent;
  display: inline-block;
  padding-right: 30px;
  position:relative;
  margin:0 45px;
}
#search-filter-block .search-clear-filter-link:after {
  content: "\e931";
  position: absolute;
  margin: -1px 0 0 6px;
  font-size: 14px;
  font-family: 'mimiconfont' !important;
}
#search-filter-block .search-close-filter{}
.filter-accordion-section .single-filter-accordion .uk-accordion-title:focus,
.filter-accordion-section .single-filter-accordion .uk-accordion-title:hover{
  color: #BA4B00;
}
.filter-accordion-section{
  overflow: auto;
  height: calc(100vh - 230px);
}
.filter-accordion-section .single-filter-accordion{margin:0;}
.filter-accordion-section .single-filter-accordion li{
  border-bottom: 1px solid #BEB9B5;
}
.filter-accordion-section .single-filter-accordion li a.uk-accordion-title{
  color: #25314B;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  padding: 35px 0;
}
.filter-accordion-section .single-filter-accordion li.uk-open{padding:35px 0}
.filter-accordion-section .single-filter-accordion li.uk-open a.uk-accordion-title{padding:0}
.filter-accordion-section .single-filter-accordion li a.uk-accordion-title:before{
  width: 18px;
  height: 18px;
  margin-left: 10px;
  float: right;
  font-size: 10px;
  text-align: center;
}
.filter-accordion-section .single-filter-accordion li.uk-accordion-content{}
.filter-accordion-section .single-filter-accordion li .uk-accordion-content .uk-checkbox:checked{
  background-color: #25314B;
}
.filter-accordion-section .single-filter-accordion li .uk-accordion-content .uk-checkbox{
  height: 18px;
  padding: 0 8px;
  width: 18px;
  border-radius: 4px;
  font-size:15px;
  line-height:24px;
  color:#25314B;
  margin-right:10px;
}
.filter-accordion-section .single-filter-accordion li .uk-accordion-content .checkbox label{
  cursor:pointer;
  color:#25314B;
}
.hide-map {
  display: none;
}
.map-text-change .hide-map {
  display: block;
}
.map-text-change .show-map {
  display: none;
}
.resort-listng.resort-map-list-active .uk-57 {
  display: block;
}
.resort-btn {
  border-radius: 4px;
  background: #ffffff;
  height: 70px;
  max-width: 190px;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 0 0 0 0;
  padding: 0;
}
.resort-btn a.map-link {
  font-size: 16px;
  display: flex;
  border-radius: 4px;
  border: solid 2px #25314B;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.resort-btn a.map-link:hover,
.resort-btn a.map-link:focus{
  border: solid 2px #25314B;
  background: #25314B;
  color: #fff;
}
.resort-btn a.map-link:after {top: -1px;}
.filter-main-title{margin: 0;    text-align: center;}
.dh-hm-found .right-items{
  margin-left:unset;
  white-space: nowrap;
}
.dh-hm-found{justify-content: space-between;}
.filter-list-row {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  margin-top: 10px;
}
.filter-list-row .uk-position-relative {
  width:calc(100% - 125px);
}
.filter-items-list{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-list-row .filter-item .filter-items-list .filter-list{
  display: inline-block;
  margin: 0px 10px 6px 0;
}
.filter-list-row .filter-item {
  max-width: 100%;
  flex-direction: column;
}
.flter-tag-zigzag{display:none;}
.resort-listng {
  padding:0;
}
.filter-list-row .right-items {
  width: 115px;
}
.filter-list-row .right-items .filter-link{
  width: 100%;
  color: transparent;
  pointer-events: none;text-shadow: 0px 0px 0px #beb9b5;
}
.is-filter-apply .filter-list-row .right-items .filter-link {
  color:#25314B;
  pointer-events: unset;
}
.record-action-row.dh-hm-found .hm-sort {padding:0;}
.record-action-row.dh-hm-found .uk-select{    padding-right: 20px;margin-right: -15px;}
.record-action-row.dh-hm-found .hm-sort:after{right: 5px;bottom: 2px;}
.resort-destination-input {max-width: 390px;}
.top-filter-left {
  display: flex;flex: 1;
  align-items: center;
}
.top-filter-right {
  display: flex;flex: 0.48;
}
.top-filter-left #location-mbl-destination-filter{flex: 1;}
.top-filter-left #location-mbl-date-filter{margin: 0 20px;flex: 1;}
.top-filter-left #location-mbl-date-filter .resort-date {
  max-width: unset;
  margin: 0
}
.top-filter-left .resort-destination-input.location-autosuggestion {
  padding: 10px 22px 0px 0px;
}
.resort-dropdown-ss a, .resort-btn a{height:100%;}
.mbl-date-preferences{display:none;}
.flter-tag-zigzag {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.flter-tag-zigzag .flter-tag-more {
  font-weight: bold;
  color: #25314B;
  font-size: 12px;
  border-bottom: solid 1px transparent;
}
.flter-tag-zigzag .flter-tag-more span{
  color: #25314B;
}
.flter-tag-zigzag .flter-tag-more.active .zig-more {
  display: none;
}
.flter-tag-zigzag .zig-less {
  display: none;
}
.flter-tag-zigzag .flter-tag-more.active .zig-less {
  display: inline-block;
  margin-top: 0px;
  position: relative;
}
.flter-tag-zigzag .flter-tag-more .zig-less:after {
  content: "\e97b";
  font-family: mimiconfont!important;
  font-size: 3px;
  padding-left: 10px;
  position: absolute;
  top: 1px;
}
.flter-tag-zigzag .flter-tag-more .zig-more:after {
  content: "\e979";
  font-family: mimiconfont!important;
  font-size: 9px;
  position: absolute;
  padding-left: 10px;
  top: -3px;
  font-weight: bold;
}
#search-filter-block .search-filter-actions .search-clear-filter-link{color: #BEB9B5;
  pointer-events: none;}
#search-filter-block.somefilterthere .search-filter-actions .search-clear-filter-link{color: #25314B;pointer-events: unset;}
#search-filter-block.somefilterthere .search-filter-actions .search-clear-filter-link:hover,
#search-filter-block.somefilterthere .search-filter-actions .search-clear-filter-link:focus,
.filter-list-row .right-items .filter-link:hover,
.filter-list-row .right-items .filter-link:focus{
  color: #BA4B00;
}
/**Filter section End**/

/**Mobile Filter section start**/
.location-mbl-filter{display:none;}
.location-mbl-filter ul{
  border-bottom: 1px solid #BEB9B5;
  display: flex;
  justify-content: space-evenly;
  padding: 5px 0;
  background: #fff;
}
.location-mbl-filter ul li{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.location-mbl-filter ul li a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.location-mbl-filter ul li a.map-link:after {
  content:none;
}
.location-mbl-filter ul li a:hover,
.location-mbl-filter ul li a:focus{}
.location-mbl-filter ul li a i{
  font-size: 14px;
  width: 18px;
  height: 18px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.location-mbl-filter ul li a span{
  font-size: 12px;
  font-weight: bold;
  font-family: 'CocogooseProCondensed', Impact;
  line-height: 20px;
}
.filter-overlay-header {display:none;}
.filter-activated{overflow:hidden;}
/**Mobile Filter section End**/
/*No data start*/
.no-location-found{padding:35px 0;}
.no-location-found span.mim-icon-flower1{color:#ba4b00; font-size:70px;}
.no-location-found h1{margin:10px 0 15px 0;text-align:center;}
#noDataBlock{display:none;}
.no-data-withdata #noDataBlock{display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #BEB9B5;
  margin-bottom: 60px;}
.filter-main-title-nodata{display:none;}
.no-data-withdata .filter-main-title{display:none;}
.no-data-withdata .filter-main-title-nodata{display:block;margin: 0;}
.dataisfullyloaded .average-price-astrik{text-align:center;}
/*No data end*/
/*map css**/
.scrollToTop{
  display:none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  background: #FFF4EC;
  border: 2px solid #25314b;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.resort-map-list-active .resort-items-list{
  height:730px;
}
.map-view-activated .scrollToTop{display:none!important;}
.markerClusterWeight{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #fff;
  color: #fff;
  background: #25314b;
  max-width: 30px;
  max-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; cursor: pointer;
}
.properties-state-map .H_ib.H_ib_top .H_ib_tail::after{
  border-color: #25314b transparent;
}
.properties-state-map .H_ib_close svg.H_icon{fill:#fff}
.properties-state-map .H_ib_close svg.H_icon:hover{fill:#fff}
.properties-state-map .H_btn:hover > svg.H_icon{fill:#fff !important}
.properties-state-map .H_ib_close{right:5px;top:5px;padding:5px;}
.properties-state-map .H_ib_content{margin:5px 28px 5px 0px;}
.location-result-container .properties-state-map .here_marker {margin:0;height:5px; width:5px;background-image:none;background: transparent;border-radius: 100%;}
body .location-result-container .H_ib_body {right:50% !important;bottom: 5.3em;}
body .location-result-container .H_ib_tail {margin:0;}
body .location-result-container .H_ib_tail::before{bottom: 48px;right: 30px;}
body .location-result-container .H_ib_tail::after{bottom: 48px;right: 30px;}
.location-result-container .H_ib {margin-top: 4px;margin-left: 2px;}
/*map css**/
.mobile-update-btn{display:none;}
.location-data-block .resort-state-img,
.resort-list-property-map-outer .resort-state-img{position:relative;}
.milesBadge.show{display:block;}
.milesBadge{position: absolute;display:none;
  right: 0;
  background: #25314B !important;
  color: #fff !important;
  padding: 10px 12px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  font-family: 'CocogooseProCondensed', Impact;
  letter-spacing: 0.65px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
span.nearbyVHSmilesCount {
  color: #fff!important;
}
.here_marker .pin-icon{
  position: relative;
  z-index: 9999999;display: block;
}
.here_marker .pin-icon::after{
  background-image: url('https://www.sunoutdoors.com/resourcefiles/mappins/pin.svg');
  background-repeat: no-repeat;
  position:absolute;
  content:'';width:35px; height:43px;    top: -40px;
  left: -15px;
}
.here_marker.active .pin-icon::after{
  background-image: url('https://www.sunoutdoors.com/resourcefiles/mappins/active-pin.svg');
  width: 44px;
  height: 53px;
  top: -50px;
  left: -19px;
}
.resort-state-content .phone{position:relative;}


span.price-unit{
  font-family: 'Red Hat Display';
  font-weight: normal;
  font-size: 14px;
  display: flex;
  justify-content: center;
  line-height: 16px;
}
.location-result-container .resort-property-price .st-price-tag {font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  justify-content: center;
  margin-bottom: 6px;}
/*New Location price css - 2-10 Start*/
.price-col .price-unit span{display:none}
.resort-map-list-active.location-result-container .resort-property-price .st-price-tag{    justify-content: left;}
.resort-map-list-active .st-price-number span{display:none;}
.resort-map-list-active .st-price-number span{display:none;}
.resort-map-list-active .st-price-number .ShowdecimalPrice{display:inline-block}
.resort-map-list-active .resort-property-price .st-price-number{    font-size: 36px;}
.resort-map-list-active .price-col {display: flex; align-items: center;padding: 5px 0 0 0;}
.resort-map-list-active .price-col .price-unit{line-height:16px;padding-left: 6px;    display: block;font-size: 13px;}
.resort-map-list-active .price-col .price-unit span{    display: block;font-weight: bold;font-family: 'CocogooseProCondensed', Impact;font-size: 15px;}
/*New Location price css - 2-10 End */

.filter-main-title-mobile{display:none;}
/**Responsive CSS Start**/
@media all and (max-width:1360px) {
  #location-mbl-date-filter .resort-date{
    width:unset;
  }
}
@media all and (max-width:1170px) {
  .resort-dropdown-ss, .resort-btn {width:unset;max-width:unset;}
  .resort-dropdown-ss a, .resort-btn a{padding:0 8px;}
  .resort-btn a.map-link {font-size: 14px;}
  .top-filter-right {flex:unset;}
}
@media all and (max-width:1100px) {
  .resort-btn a.map-link {font-size: 12px;}
  .location-result-container .filter-list{padding:0px 10px 0px 10px !important;}
  .location-result-container .filter-list a {padding: 5px 0px 4px 0px;}
}
@media (min-width: 961px) and (max-width: 1024px) {
  #search-filter-block.showSearchFilter{top:50px;}
  #search-filter-block .search-clear-filter-link{display:none !important;}
  #search-filter-block .search-filter-actions .search-clear-filter-link {display:inline-block !important;}
}
@media all and (max-width:960px) {
  .milesBadge {padding: 6px 8px;font-size: 10px;}
  .location-popup-mobile .resort-list-property-map-outer .map-resort-close{z-index:9;}
  .mobile-map-box span, .mobile-map-box .popupadd {color:#FFF4EC;    font-size: 12px;
    line-height: 18px;}
  .location-result-container .resort-state-content .address {display:block;}
  .location-result-container .resort-state-content .phone{display:block;}
  /* .location-result-container .state-pp-link{display:block;} */
  .map-view-activated .mobile-resort-map-list-active.location-result-container .resort-state-content .address,
  .map-view-activated .mobile-resort-map-list-active.location-result-container .resort-state-content .phone,
  .map-view-activated .mobile-resort-map-list-active.location-result-container .state-pp-link{display:blok;}

  .map-view-activated .mobile-resort-map-list-active.location-result-container .resort-state-content .all-ages{margin-top: 4px;padding-left:0px;border-left:0;margin-left:0px;
  }
  .resort-listng.resort-map-list-active .list-view-resort .uk-container .average-price-astrik{padding: 0px 20px;}
  .location-result-container .st-btn.non-camspot-btn {width:100%;}
  .location-result-container .st-btn.non-camspot-btn a{width:100%;max-width:100%;}
  .location-result-container .resort-property-price .st-price-number{margin:0;}
  .location-result-container .resort-property-price .st-price{text-align:center;}
  .mobile-update-btn{    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;}
  .mobile-update-btn .close-filter {
    width: 100%;
    border-radius: 0;
  }
  .scrollToTop{right:10px;bottom:60px;}
  .autosuggestion-box {
    border: 0;
    box-shadow: none;
    top: 70px;
  }
  .autosuggestion-box ul li {
    padding: 10px 0;
  }
  .sidebar-location-suggestionbox .autosuggestion-box ul li {
    padding: 10px 15px;
  }
  .sidebar-location-suggestionbox .autosuggestion-box ul li.non-prediction-item{padding: 10px 15px;}
  .autosuggestion-box .group-title{padding:0;}
  .location-result-container .uk-container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .filter-main-title-nodata{display:none;}
  .location-mbl-filter{display:block;position: fixed;width: 100%;z-index: 10;}
  .resort-dropdown-ss{display:none;}
  .resort-btn{display:none;}
  #location-mbl-destination-filter,
  #location-mbl-date-filter,
  .resort-dropdown-ss,
  .resort-btn,
  #search-filter-block{display:none;}  
  .filter-activated #location-mbl-destination-filter.show-location-filter,
  .filter-activated #location-mbl-date-filter.show-date-filter,
  .filter-activated #search-filter-block.show-search-filter {display:block;position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: 140px;
  }
  #location-mbl-date-filter.show-date-filter{margin:0;}
  .new-location-filter-container .resort-filter{padding:0;}
  .location-result-container {padding-top: 70px;}
  /*.filter-activated .new-location-filter-container{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
}*/
  .filter-activated .new-location-filter-container .uk-container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .filter-overlay-header {display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #BEB9B5;
    padding: 12px 20px;
  }
  .resort-destination-input.location-autosuggestion{
    margin: 20px auto;
    display: block;
  }
  .filter-overlay-header h2{margin: 0;}
  .top-filter-left #location-mbl-date-filter .resort-date{
    width: 380px;
    margin: 20px auto;
    float: none;
  }
  #search-filter-block.show-search-filter {
    height: calc(100% - 90px);
    overflow: auto;
  }
  #search-filter-block .search-filter-header {padding: 12px 20px;}
  .search-filter-actions .button{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0;z-index:9;
  }
  .filter-accordion-section{padding:0 20px;height: calc(100vh - 150px);}
  .filter-accordion-section .single-filter-accordion{margin:0;}
  #search-filter-block .filter-accordion-section  .search-clear-filter-link{margin: 0;
    border-bottom: 1px solid #BEB9B5;
    padding: 15px 0;
  }
  .filter-accordion-section .single-filter-accordion li.uk-open {
    padding: 25px 0;
  }
  .mbl-date-preferences{display: flex;flex-direction: column;}
  .mbl-date-preferences p {    margin: 0 0 15px 0;
    display: flex;
    align-items: center;}
  .mbl-date-preferences p span{}
  .filter-list-row{flex-direction: column;}
  .filter-main-title{display:none;}
  .record-action-row {display:flex;align-items:center;}
  .location-result-container .record-action-row .hm-fs-list{}
  .location-result-container .record-action-row.dh-hm-found .right-items{display:flex;width: auto;
    margin: 0;}
  .location-result-container .record-action-row.dh-hm-found .hm-sort select {left: 0;
    padding-right: 25px !important;margin-right: -10px;}
  .record-action-row.dh-hm-found .hm-sort:after {bottom:-2px;}
  .filter-list-row .uk-position-relative{width:100%;}
  .location-result-container.resort-map-list-active .record-action-row.dh-hm-found .right-items{display:none;}
  .filter-list-row .right-items .filter-link{ margin-top:10px;}


  /*Card CSS Here Start*/

  .map-filter-result-mobile{    padding: 0;max-width: 335px;    margin: -30px auto 30px;}
  .map-filter-result-mobile .resort-state-img { width: 134px;}

  .resort-map-list-active .resort-state-content h3 {    font-size: 12px;
    margin: 3px 0 3px 0;
    line-height: 13px;}
  .resort-state-content .address{display:none;}
  .all-ages{    font-size: 12px;}
  /*.state-pp-link{    display: none;}*/

  .resort-map-list-active .map-filter-result-mobile .resort-state-mobile{    margin-bottom: 0;}
  .resort-state-content .phone{display: none;}
  .resort-map-list-active .resort-state-content {float: right;padding:15px 10px;}
  .resort-list-property-map{    z-index: 2;}
  .resort-list-mb-link {margin-left: 0;}
  .resort-list-mb-link:after{display:none;}
  .resort-list-property-map .resort-property-price {padding:10px;}
  .resort-map-list-active .resort-property-price .st-price-tag { margin-bottom: 0;}
  .resort-map-list-active .resort-property-price .st-price{    padding-left: 0;}
  .resort-listng.resort-map-list-active .list-view-resort .uk-container .average-price-astrik {
    padding: 30px 20px;
  }
  .resort-state-logo{padding-bottom: 2px;}


  .map-filter-result-mobile .resort-state-content {      width: calc(100% - 134px) !important;float: right; padding: 5px 7px !important;}
  body .map-filter-result-mobile .price-col{    padding: 5px 0 0 0 !important;}
  .map-filter-result-mobile .resort-property-price{    width: 100%;}
  .awareness-temp .map-filter-result-mobile .resort-state-content .address{display: block !important;}
  .resort-state-content .address{display: block !important;}
  .map-filter-result-mobile .resort-state-content .address{display:none !important;}


  /*Card CSS Here End*/
  .location-result-container .st-btn.non-camspot-btn {width:auto;}



}

@media all and (max-width:800px) {
  .location-result-container .resort-property-price .st-price-number {font-size:24px;line-height: 26px;}
  .price-unit {padding-left: 7px;font-size: 12px;line-height: 14px;}
  .resort-map-list-active .price-col .price-unit{text-align: left;}
}


@media all and (max-width:767px) {

  .location-result-container .resort-property-price .st-price{text-align:left;}
  span.price-unit{font-size:10px;    display: inline-flex;justify-content: center; vertical-align: unset;line-height:12px;padding:0;}
  .location-result-container .resort-property-price .st-price-tag{justify-content: left;
    line-height: 14px;
    margin-bottom: 8px;
    font-size: 12px;}
  .location-result-container .resort-property-price .st-price-number span{display:none;}
  /*Start Price Location section*/
  .price-col .price-unit span{display: block;font-weight: bold;font-family:'CocogooseProCondensed', Impact;font-size: 15px;}
  .location-result-container .price-col {display: flex;  align-items: center;}

  .resort-map-list-active .price-col .price-unit{line-height: 16px;    width: 75px;}
  .resort-map-list-active.location-result-container .resort-property-price .st-price-tag{    margin-bottom: 5px;}
  /*End Price Location section*/
  .filter-main-title-desktop{display:none;}
  .filter-main-title-mobile{display:block;}
  .filter-main-title span{    font-size: 12px !important;}
}

@media all and (max-width:480px) {
  .filter-accordion-section{padding-bottom:70px;}
  .resort-destination-input.location-autosuggestion{max-width: 320px;}
  .top-filter-left #location-mbl-date-filter .resort-date{
    width: 320px;
  }
  .adujustFilterHeight{max-height:68px; overflow:hidden;}
  .flter-tag-zigzag{display:none;}
  .flter-tag-zigzag.show{display:block;}
}

/**Responsive CSS End**/

/*Location page text add Change - 4/10/2023 [Start]*/
.filter-main-title span{margin: 5px auto;display: block;font-family: 'Red Hat Display';font-size: 13px;line-height: 15px;color: #FFF4EC;letter-spacing: 0.96px; background-color: #25314B;border-radius: 5px; padding: 10px;}
.filter-main-title span b{display:block}
.filter-main-title span sup{margin-left: 3px;top: -0.3em;}
.state-btn-link .st-member .membership-fees {display: block;}

.resort-property-price .st-price-number{line-height: 45px;}
.resort-property-price .st-price{padding-bottom: 10px;}
.resort-property-price .st-member .membership-fees {display: none;font-size: 12px;line-height: 18px;font-family: 'Red Hat Display';color: #25314B;font-weight: bold;font-style: italic;padding-top: 8px;}
.properties-state-items[data-value="Sun Outdoors Garden City Utah"] .resort-property-price .st-member .membership-fees, .properties-state-items[data-value="Sun Retreats Birch Bay"] .resort-property-price .st-member .membership-fees{display:block;text-transform: uppercase;}
.resort-property-price .st-member {text-align: right;padding-right:9px;}
.resort-map-list-active .state-btn-link {flex-direction: column;}
.st-member-mobile{display:none;}

@media (max-width:1100px){
  .resort-property-price .st-member {padding-right: 19px;}
  .map-view-activated .resort-property-price .st-member {padding-right:9px;}
}

@media (max-width:960px){ 
  .resort-property-price .st-member {padding-right: 0;}
  .map-filter-result-mobile .resort-property-price .state-btn-link{flex-direction: row-reverse;}

  .map-filter-result-mobile .resort-list-property-map .resort-property-price{    flex-direction: column;}
  .map-view-activated .resort-property-price .st-member{text-align: right;
    width: 100%;}
}

@media (max-width: 960px){
  .resort-property-price .st-member .membership-fees{padding-top: 5px;    font-size: 10px;    padding-right: 8px;}
  .st-member.st-member-desktop {display: none;}
  .resort-list-property[data-value="Sun Outdoors Garden City Utah"] .st-member.st-member-mobile, .resort-list-property[data-value="Sun Retreats Birch Bay"] .st-member.st-member-mobile {display: block;}
  .map-view-activated .resort-property-price .st-member.st-member-mobile .membership-fees{display: block;text-transform: uppercase;padding-right: 0;} 

  .filter-main-title-mobile{display:block;}

}

/*Location page text add Change - 4/10/2023 [End]*/

.longTermBtnVisibility .application-request-form {display:none;}
.longTermBtnVisibility .application-request-form.isactive {display:block;}


/*start prices CSS*/
.price-col .cad-text {
  display: none;
}

div[data-hotel-code="SKS"] .price-col .cad-text,
div[data-hotel-code="HVY"] .price-col .cad-text,
div[data-hotel-code="GRS"] .price-col .cad-text,
div[data-hotel-code="WID"] .price-col .cad-text {
  display: inline;
}

div[data-hotel-code="SKS"] .price-col .price-unit .cad-text,
div[data-hotel-code="HVY"] .price-col .price-unit .cad-text,
div[data-hotel-code="GRS"] .price-col .price-unit .cad-text,
div[data-hotel-code="WID"] .price-col .price-unit .cad-text {
  display: none;
}

div[data-hotel-code="SKS"] .price-col .usd-text,
div[data-hotel-code="HVY"] .price-col .usd-text,
div[data-hotel-code="GRS"] .price-col .usd-text,
div[data-hotel-code="WID"] .price-col .usd-text {
  display: none;
}

.map-view-activated div[data-hotel-code="SKS"] .price-col .price-unit .cad-text,
.map-view-activated div[data-hotel-code="HVY"] .price-col .price-unit .cad-text,
.map-view-activated div[data-hotel-code="GRS"] .price-col .price-unit .cad-text,
.map-view-activated div[data-hotel-code="WID"] .price-col .price-unit .cad-text {
  display: block;
}

.map-view-activated div[data-hotel-code="SKS"] .price-col .price-unit .usd-text,
.map-view-activated div[data-hotel-code="HVY"] .price-col .price-unit .usd-text,
.map-view-activated div[data-hotel-code="GRS"] .price-col .price-unit .usd-text,
.map-view-activated div[data-hotel-code="WID"] .price-col .price-unit .usd-text {
  display: none;
}

.map-view-activated .price-col .price-unit .cad-text {
  display: none;
}

.map-view-activated .price-col .st-price-number .cad-text {
  display: none;
}


@media screen and (max-width:767px) {
  .properties-state-items .price-col .st-price-number .cad-text {
    display: none;
  }

  .price-col .price-unit .cad-text {
    display: none;
  }

  div[data-hotel-code="SKS"] .price-col .cad-text,
  div[data-hotel-code="HVY"] .price-col .cad-text,
  div[data-hotel-code="GRS"] .price-col .cad-text,
  div[data-hotel-code="WID"] .price-col .cad-text {
    display: block;
  }

  div[data-hotel-code="SKS"] .price-col .price-unit .cad-text,
  div[data-hotel-code="HVY"] .price-col .price-unit .cad-text,
  div[data-hotel-code="GRS"] .price-col .price-unit .cad-text,
  div[data-hotel-code="WID"] .price-col .price-unit .cad-text {
    display: block;
  }

  .properties-state-items .price-col .st-price-number .ShowdecimalPrice {
    display: inline-block;
  }

}

/*End prices CSS*/

/*prices related changes 7/6/24 */
.our-location-page .resort-property-price .state-pp-link
{
  position: relative;
  padding-top:15px;
  display:block;
}
.our-location-page .st-btn.non-camspot-btn .application-request-form
{
  /* min-width: 198px; */
}

/* .map-view-activated .resort-property-price .st-btn
{
width:unset
} */

.resort-map-list-active .state-btn-link {
  flex-direction: row-reverse; margin:0 auto;
}
.resort-map-list-active .resort-property-price .state-pp-link
{
  padding-top:0px;
}
.resort-map-list-active .application-request-form
{
  margin-right: 5px;
}
.state-temp .resort-map-list-active .state-btn-link,
.state-temp-v2 .resort-map-list-active .state-btn-link
{
  flex-direction: row;
}
@media screen and (max-width: 1300px)
{
  .application-request-form
  {
    font-size: 13px;
  }
  .top-filter-left #location-mbl-destination-filter {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1100px)
{
  .application-request-form
  {
    font-size: 12px;
    padding: 8px 15px;
  }
  .ai-search-result .st-btn.non-camspot-btn .application-request-form,
  .our-location-page .st-btn.non-camspot-btn .application-request-form 
  {
    min-width: 157px;
  }
  .filter-main-title
  {
    font-size:28px;
  }

}
@media screen and (max-width: 1024px)
{
  .state-temp .application-request-form,
  .state-temp-v2 .application-request-form
  {
    font-size: 12px;
    padding: 8px 13px;
    margin-right: 5px;
  }

}
@media screen and (max-width: 991px)
{
  .ai-search-result .application-request-form,
  .our-location-page .application-request-form {
    padding: 8px 12px;
    font-size: 12px;
    max-width: 150px;
    min-width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px)
{
  .state-temp .application-request-form,
  .state-temp-v2 .application-request-form
  {
    margin-top: 15px;
    max-width: 150px;
    min-width: 150px;
    padding: 3px 12px;
    margin-right: 0 !important;
  }
  .state-temp .state-btn-link
  {
    display: flex;
    flex-direction: column;

  }
  .ai-search-result .st-btn.non-camspot-btn .application-request-form, 
  .our-location-page .st-btn.non-camspot-btn .application-request-form {
    min-width: 157px;
  }
}
@media screen and (max-width: 767px)
{
  .resort-property-price .st-btn, 
  .st-btn.non-camspot-btn {
    margin-left: unset !important;
  }
  .ai-search-result .application-request-form,
  .our-location-page .application-request-form
  {
    margin-right: 5px;
    padding: 3px 10px;
    max-width: 155px;
    min-width: 155px;
  }
  .ai-search-result .resort-property-price .state-pp-link,
  .our-location-page .resort-property-price .state-pp-link
  {
    padding-top:0px;
  }
  .resort-property-price .state-btn-link
  {
    flex-direction: row-reverse;
    justify-content: center;
  }
  .state-temp .resort-property-price .state-btn-link,
  .state-temp-v2 .resort-property-price .state-btn-link
  {
    flex-direction: row-reverse;
  }
  .state-temp .application-request-form,
  .state-temp-v2 .application-request-form
  {
    padding: 3px 12px;
    font-size: 12px;
    max-width: 150px;
    min-width: 150px;
    margin-right: 5px;
  }	
}


/*PIS Button*/
.state-btn-link .st-btn.pis-vhs-btn {display:none;}
[data-hotel-code="PIS"] .state-btn-link.noavbcamp  .st-btn.pis-vhs-btn {display:block;}
[data-hotel-code="PIS"] .state-btn-link.noavbcamp .st-btn.non-camspot-btn{display:none;}

/*WTS Type in list START*/
.wtslisttypes {
  display: inline-flex;
  position: relative;
  top: 3px;
}
.wtstype-item {
  display: flex;
  align-items: center;
  margin-right:15px;
}
.wtstype-item span {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0px 0 6px;
  position: relative;
  top: 2px;
}
.wtstype-item i {font-size:20px;font-style: normal;line-height: 20px;}
.wtslisttypes .lodging{font-family: 'mimiconfont' !important;}
.wtslisttypes .rv-sites{font-family: 'mimiconfont' !important;}
.wtslisttypes .annual{font-family: 'mimiconfont' !important;}
.wtslisttypes .seasonal{font-family: 'mimiconfont' !important;}
.wtslisttypes .tent-sites{font-family: 'mimiconfont' !important;}

.wtslisttypes .lodging:before{content: "\e97a";}
.wtslisttypes .rv-sites:before{content: "\e968";}
.wtslisttypes .annual:before{content: "\e9b5";}
.wtslisttypes .seasonal:before{content: "\e9b4";}
.wtslisttypes .tent-sites:before{content: "\e967";}
/*WTS Type in list END*/
.vhsstatusbtn {display:none;margin-right: 20px;padding: 4px 10px;}
.properties-state-items[data-vhsstatustype="False"] .vhsstatusbtn {display:none;}
.properties-state-items[data-vhsstatustype="True"] .vhsstatusbtn {display:inline-block;}


/* Location Page New CSS [START] */

.resort-listng.resort-map-list-active .uk-43 {
  min-height: 700px !important;
  max-height: 700px !important;
  overflow: auto;
}
.properties-state-map #map {
  min-height: 700px !important;
  max-height: 700px !important;
}

.resort-map-list-active .resort-items-list {
  height: unset !important;
}

.resort-map-list-active .resort-state-content .state-pp-link .wtslisttypes {
  display: none;
}

.resort-map-list-active .map-filter-result-mobile .resort-state-content .state-pp-link .wtslisttypes {
  display: inline-flex;
}

@media screen and (max-width: 1700px) {
  .resort-listng.resort-map-list-active .uk-43{
    width: 50%;
  }
}

.resort-state-content {
  flex: 1.5;
}

.resort-state-img {
  width: unset;
  flex: 1;
  align-self: stretch;
  max-width: 300px;
}

@media screen and (max-width: 1200px) {
  .resort-state-img img {
    min-height: 235px;
    height: 100%;
  }

  .resort-listng.resort-map-list-active .uk-57,
  .resort-listng.resort-map-list-active .uk-43 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mobile-resort-map-list-active .resort-state-img img {
    height: 248.96px;
  }

  .resort-state-img {
    width: 100%;
    max-width: unset;
  }

  .resort-property-price .st-btn, .st-btn.non-camspot-btn {
    padding-bottom: unset;
  }
}

a.black-link {
  white-space: nowrap;
}

.wtslisttypes {
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  .pis-vhs-btn .outline-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1350px) {
  .resort-map-list-active .state-btn-link .button,
  .resort-map-list-active .longTermBtnVisibility .application-request-form.isactive {
    font-size: 12px;
  }
}

@media screen and (max-width: 960px) {
  .map-view-activated .mobile-resort-map-list-active.location-result-container .resort-state-content .address,
  .map-view-activated .mobile-resort-map-list-active.location-result-container .resort-state-content .phone,
  .map-view-activated .mobile-resort-map-list-active.location-result-container .state-pp-link {
    display: block;
  }

  .map-filter-result-mobile .resort-state-img {
    width: 100%;
    max-width: unset;
  }
  .map-filter-result-mobile .resort-state-content {
    width: 100% !important;
  }
}

.resort-map-list-active .resort-state-img img {
  height: 100%;
  /* max-height: 220px; */
}

.resort-map-list-active .resort-property-price .wtslisttypes {
  flex-wrap: wrap;
  gap: 2px;
}

.resort-map-list-active .resort-property-map .state-btn-link {
  margin: 0 0 0 auto;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .state-temp .resort-map-list-active .st-btn.longTermBtnVisibility {
    padding-top: unset;
  }

  .longTermBtnVisibility .application-request-form.isactive,
  .state-temp.map-view-activated .st-btn.longTermBtnVisibility{
    margin-right: unset;
  }
}

@media screen and (min-device-width: 960px) and (max-device-width: 1024px) { 
  .state-temp.map-view-activated .state-btn-link {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 960px) {

  .state-temp .mobile-resort-map-list-active .map-filter-result-mobile .resort-list-property-map .st-btn .button,  .state-temp .mobile-resort-map-list-active .map-filter-result-mobile .resort-list-property-map .st-btn .application-request-form{
    min-width: unset;
    padding: 8px 13px;
    margin-top: unset;
  }
}

@media screen and (min-width: 960px) {
  .state-temp .mobile-resort-map-list-active .uk-43{
    width: 50%;
  }

  .state-temp .mobile-resort-map-list-active .uk-43 .state-page-list {
    min-height: 700px !important;
    max-height: 700px !important;
    overflow: auto;
  }
  .state-temp .mobile-resort-map-list-active .properties-state-map #map {
    min-height: 700px !important;
    max-height: 700px !important;
  }

  .resort-listng.resort-map-list-active .state-btn-link,
  .resort-listng.resort-map-list-active .state-btn-link
  {
    gap: 10px;
  }
}

/* Location Page New CSS [END] */

/* Location Page New CSS - 12/03/2025 [START] */

.list-view-resort > .uk-container > .uk-flex{
  justify-content: center;
}

.resort-items-list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  justify-content: space-between;
  column-gap: 50px;
  row-gap: 30px;
}

.resort-items-list .properties-state-items {
  margin: unset;
  border: solid 1px #BEB9B5;
  border-radius: 1px;
}

.resort-state-content{
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.resort-state-content .place-rating {
  display: none;
}

.resort-state-img {
  max-width: unset;
}

.resort-list-property {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.resort-property-price .state-btn-link{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 7px;
}

.rating-placement {
  margin-top: 8px;
}

.resort-list-mb-link:after {
  top: 0px;
}

.resort-state-img, .resort-state-img img{
  height: 248px;
  display: flex;
}

.ai-search-result .resort-property-price .state-pp-link,
.our-location-page .resort-property-price .state-pp-link {
  padding-top: unset;
}

.resort-property-price {
  padding: 10px;
  width: 100%;
  border-top: solid 1px #BEB9B5;
}

.resort-property-price .st-btn .button, 
.state-btn-link .st-btn.pis-vhs-btn .outline-btn{
  font-size: 13px;
  padding: 3px 5px;
  min-width: unset;
  max-width: 100%;
  width: 100%;
}

.ai-search-result .application-request-form,
.our-location-page .application-request-form 
{
  max-width: unset;
  width: unset;
  margin: unset;
  font-size: 13px;
  padding: 3px 5px;
}

.resort-property-price .st-btn {
  margin-left: unset;
  width: 50%;
}

.wtstype-item {
  margin-right: 25px;
}

.state-pp-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.vhsstatusbtn{
  margin-right: unset;
}

.properties-state-items.noavbcamp .non-camspot-btn {
  display: flex;
}

.ai-search-result .st-btn.non-camspot-btn,
.our-location-page .st-btn.non-camspot-btn
{
  min-width: unset;
  width: 50% !important;
  max-width: unset;
}

.st-btn.longTermBtnVisibility.isInactive{
  display: none !important;
}

/* Map View */

.resort-map-list-active .resort-state-content .state-pp-link .wtslisttypes {
  display: flex;
}

.map-view-activated .resort-state-img {
  width: unset
}

.map-view-activated .resort-items-list {
  column-gap: 10px;
  row-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
}

.map-view-activated .resort-property-map {
  display: none !important;
}

.map-view-activated .resort-property-map .state-btn-link {
  margin: unset;
  flex-wrap: wrap;
}

.resort-listng.resort-map-list-active .uk-43{
  padding-right: 10px;
}

.resort-map-list-active .resort-property-map-list {
  display: block; 
}

.map-view-activated .resort-property-price .st-btn {
  justify-content: left;
}

.map-view-activated .properties-state-items.noavbcamp.independent-booking .independent-booking-link, .map-view-activated .resort-property-price .st-btn.book-camspot-btn,
.map-view-activated .resort-property-price .st-btn{
  width: 50%;
}

.properties-state-map {
  padding-left: 0;
}

.resort-listng.resort-map-list-active .uk-57 {
  width: 55%;
}

.resort-list-property .pro-links {
  position: unset;
  width: unset;
  border: unset;
  height: unset;
}

.map-view-activated .properties-state-items .st-btn.non-camspot-btn a{
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .resort-listng.resort-map-list-active .uk-57 {
    width: 45%;
  }
  .resort-listng.resort-map-list-active .uk-43 {
    width: 55%;
  }
}

@media screen and (max-width: 1350px) {
  .resort-listng.resort-map-list-active .uk-57 {
    width: 40%;
  }
  .resort-listng.resort-map-list-active .uk-43 {
    width: 60%;
  }
}

@media screen and (max-width: 1200px) {
  .resort-listng.resort-map-list-active .uk-57 {
    width: 60%;
  }
  .resort-listng.resort-map-list-active .uk-43 {
    width: 40%;
  }
}

@media screen and (max-width: 1050px) {
  .rating-placement {
    display: flex;
  }
  .resort-state-content .all-ages, .map-view-activated .mobile-resort-map-list-active.location-result-container .resort-state-content .all-ages{
    margin-top: 3px;
    padding-left: 10px;
    border-left: 2px solid #BEB9B5;
    margin-left: 10px;
  }
}

@media (max-width: 960px) {
  .resort-listng.resort-map-list-active .uk-57 {
    width: 100%;
  }

  .resort-map-list-active .map-filter-result-mobile .resort-state-img img{
    height: 100%;
    max-height: unset;
  }

  .resort-map-list-active .map-filter-result-mobile .resort-state-content{
    padding: 10px !important;
  }

  .resort-map-list-active .map-filter-result-mobile .resort-state-content h3{
    margin: 6px 0 3px 0;
  }

  .resort-map-list-active .map-filter-result-mobile .resort-state-content .rating-placement{
    margin-top: 5px;
    display: flex;
  }

  .resort-map-list-active .map-filter-result-mobile .resort-state-content .state-pp-link {
    padding-top: 8px;
  }

  .resort-map-list-active .map-filter-result-mobile .resort-property-map-list {
    display: flex;
  }

  .resort-map-list-active .map-filter-result-mobile .resort-list-property-map{
    /* border: unset; */
  }

  .resort-map-list-active .map-filter-result-mobile .properties-state-items {
    border: solid 1px #BEB9B5;
    margin-bottom: unset;
    border-radius: 2px;
  }

  .resort-map-list-active .map-filter-result-mobile .state-pp-link {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}

.properties-state-items[data-hotel-code="PIS"] .vhsstatusbtn{
  display: none !important;
}

.wtslisttypes {
  width: 100%;
}
/* Location Page New CSS - 12/03/2025 [END] */

/* LTS button hide */
div[data-hotel-code="NAS"] .longTermBtnVisibility.isactive {
  display: none;
}