.main-cont{
  width: 100%;
  box-sizing: border-box;
  float: left;
  position: relative;
  display:block;
  margin: 0px;
}
.arrival-input .rem-date{
  right: 15px;
}
.filter-icon{
  display: none;
}
.no-props{
  width: 100%;
  position: relative;
  clear: both;
  padding:40px 0px;
  box-sizing: border-box;
  float: left;
}
.no-props > *{
  display: block;
  float: left;
  clear: both;
  width: 100%;
  font-weight: 700;
  color:#555;
  font-size: 30px;
  text-align: center;
}

.no-props img{
  padding-top: 40px;
  width: 150px;
}
.gallery-click-prop{
  text-decoration: none;
  display: block;
  position: absolute;
  top:0;
  left: 0;
  bottom:0;
  right:0;
  z-index: 5;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 43px 1px rgba(0,0,0,0.75);
}
.fixed-search-toggle{
  position: absolute;
  bottom:-20px;
  display: none;
  width: 100%;
  pointer-events: none;
}
.search-widget-wrapper.fixed-search.fixed-hide-height> *:not(.fixed-search-toggle){
  max-height: 0px;
  overflow: hidden;
  display: block;
}
.fixed-search-column{
  display: table;
  margin: 0 auto;
}
.fixed-toggle-button{
  float: left;
  display: block;
  padding: 2.5px 10px;
  cursor: pointer;
  background: #E8B767;
  color:#fff;
  font-weight: 700;
  font-size: 12px;
  pointer-events: all;
  line-height: 120%;
  transition: all ease-in-out 0.2s;
}
.fixed-toggle-button:hover{
  opacity: 0.6;
}
.fixed-search .fixed-search-toggle{
  display: block;
}
.prev-page-img,.next-page-img{
  width: 20px;
  float: left;
}
.gallery-click-prop ul{
  pointer-events: none;
}
.units tbody td .price-table-wrapper i::before{
  font-size: 14px;
  line-height: 100%;
  padding-left: 5px;

}
.table-head .heart-shapes:before{
  font-size: 20px;
}
.price-table-wrapper > *{
  display: table-cell;
  vertical-align: middle;
}
.price-table-wrapper i{
  color:#555;
}
.price-table-wrapper{
  display: table;
  margin: 0 auto;

}
.rand-people::before{
  display: block;
  padding:0px;
  margin: 0px;
}

.search-center-content{
  position: relative;
  width: 100%;
  padding-top:20px;
  box-sizing: border-box;
  clear: both;
  float: left;
  display: block;
}

.prop-wrap{
  width: calc(100% - 600px);
  display: block;
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.unitt-calendar{
  position: absolute;
  bottom:10px;
  color:#888;
  left:10px;
}
.search-pagination > *{
  display:table-cell;
}


.filtered{
  background:#ddd  !important;
}

.property-preview-wrapper,.property-preview,.units{
  width:100%;
  float:left;
  display:block;
  position: relative;
  clear:both;
  z-index: 1;
}
.property-top{
  width:350px;
  height: 100%;
}

.property > .right-wrapper{
  padding-left: 20px;
  width: calc(100% - 350px);
  box-sizing: border-box;
}

.units,.property-description {
  float:left;
  clear:none;
}
.units{
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
  position: relative;
}

.bottom-pages{
  display: table !important;
  margin:0 auto;

}
.anchor-wrap > *{
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.sea-distance{
  padding-left: 20px;
}
.sea-distance > *{
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 120%;
  color:#333;
  font-weight: 700;
}
.sea-distance > *:last-child{
  padding-left: 5px;
  box-sizing: border-box;
}
.sea-distance img{
  width: 22px;
  float: left;
}
.distance-head{
  font-weight: bold;
}
.distance-value{
  font-weight: 400;
}
.sea-distance > span > span{
  line-height: 120%;
  color:rgba(84,117,153,1);
  padding-right: 5px;
}

.div-divider{
  height:3px;
  margin-top:5px;
  /*margin-bottom:5px;*/
  float:left;
  width:100%;
  clear:both;
  background:rgb(0,89,188);
}
.swiper-button-next, .swiper-button-prev{
  height: 25px;
  margin-top:-11px;
  z-index: 9;
}
.img-count{
  display: table;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 6;
  color:#777;
}
.img-count > *{
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.img-count > span:first-child{
  background:rgba(255,255,255);
  color:#333;
  padding:10px;
}

.img-count img{
  padding:10px;
  line-height: 100%;
  background: #E8B767;
  display: block;
  width: 18px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

.img-count img:hover{
  opacity: 0.7;
}
.units-wrapper{
  float:left;
  overflow: hidden;
  width:100%;
}

.units-container{
  position:absolute;
  width:2000px;
  left:90px;
}

.unit-prev-left{
  float:left;
  z-index: 3;
}

.unit-prev-right{
  z-index: 3;
  float:right;
}

.summary{
  float:right;
  width:300px;
  position:relative;
  overflow: hidden;
}

.summary-wrapper{
  width:100%;
  position: relative;
  overflow: hidden;
}

.summary-top{
  background:#0059bc;
  color:#fff;
  clear:both;
  width:100%;
  float:left;
  font-size: 25px;
  text-align: center;
  padding:5px 0px;
}

.no_date{
  width:100%;
  text-decoration: none;
  color:#fff;
  background:rgb(68,45,0);
  padding:0px 2px;
}

.summary-content{
  width:100%;
  clear: both;
  float: left;
  overflow: hidden;
}

.summary-content > div{
  float:left;
  clear:both;
  width:100%;
}

.map-content{
  position: absolute;
  right: 0;
  bottom:0;
  height: 100%;
  max-height: 600px;
  top:20px;
  z-index: 1;
  width: 600px;
}
.map-content.mao-shown{
  z-index: 999;
}
.map-content:not(.map-loaded){
  z-index: -10;
}
.search-widget-wrapper.fixed-search{
  position: fixed;
  padding-top:10px;
  background: #fff;
  left: 0;
  padding:0px;
  box-sizing: border-box;
  z-index: 98;
  top:65px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: auto;
  box-shadow:0 9px 15px -12px #000;
}
.search-widget-wrapper.fixed-search .search-widget-table{
  float: none;
  padding-top:15px;
  margin: 0 auto;
}
.search-widget-wrapper.fixed-search .advanced-amenities i::before{
  font-size: 20px;
}
.search-center-content .fixed-map{
  position: fixed;
  right:20px;
  margin-top:205px;
  height: calc(100% - 220px);
  width: 600px;
}
.search-center-content .stick-map{
  bottom:0 !important;
  top:auto !important;
  position: absolute !important;
  height: calc(100% - 220px) !important;
  right:0 !important;
  width: 600px !important;
}
.search-center-content .stick-map.mobile-hide-height{

  width: calc(100% - 20px) !important;
}
.search-center-content .fixed-map.mobile-hide-height{
  height:calc(100% - 50px);
  margin-top:50px;
}
.search-widget-wrapper.fixed-search .advanced-wrapper{
  padding-top:10px;
}
.search-widget-wrapper.fixed-search .unittt-table label{
  display: none;
}
.search-widget-wrapper.fixed-search .unittt-table i {
  padding-right: 5px;
}
.search-widget-wrapper.fixed-search .unittt-table{
  padding:2.5px 5px;
}
.map-cont{
  float:left;
  width:100%;
  position:relative;
  height: 100%;
  display:block;
  box-shadow: 0px 9px 15px -12px #000,-9px 0px 15px -12px #999
}
#map {
  clear:both;
  width:100%;
  position: relative;
  float: left;
  height: 100%;
}

.map-prev{
  position:relative;
  width:100%;
  height:100%;
  display:none;
  z-index:9;
  background:#555;
}

.info-wind-p{
  width:100%;
  clear: both;
  float:left;
}
.units-map-heading{
  color:#424242;
}
.g-link,.g-link:visited{
  font-size: 16px;
  color:#cda53d;
  text-decoration:none;
  text-align: center;
  display: block;
  /*text-shadow: 0.5px 0.5px #aaa;-*/
  transition: all 0.3s;
}

.g-link:hover,.g-link:active{
  opacity:0.7;
}

.g-img{
  width:auto;
  max-height:100px;
  height:100px;
  position:relative;
}
.info-wind-u-info{
}

.info-wind-u-info > *{
  vertical-align: middle;
  padding:0px 5px;
  white-space: nowrap;
}

.info-wind-u-info > *:not(:first-child){
  padding-left:5px;
}

.info-wind-u-info a,.info-wind-u-info a:visited{
  color:#4474a5;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
}
.info-wind-u-info a:hover,.info-wind-u-info a:active{
  opacity:0.7;
}
.toggle-map-search{
  position: absolute;
  left:-65px;
  color:#000;
  top:0;
  bottom:0;
  height: 100%;
  display: none;
  z-index: 99;
  pointer-events: none;
  transition: all ease-in-out 0.2s;
}
.toggle-map-search > div{
    display: table-cell;
    vertical-align: middle;
}
.toggle-map-search > div> div{
  transform: rotate(-90deg);
  float: left;
    padding: 2.5px 5px;
    cursor: pointer;
    box-sizing: border-box;
    background: #E8B767;
    color: #fff;
    font-size: 12px;
    width: 70px;
    text-align: center;
    pointer-events: all;
    transition: all linear 0.2s;
}
.map-shown .toggle-map-search{
  pointer-events: all;
}
.map-status{
  width:10px;
}

.map-available{
  background:green;
  width:10px;
  height:10px;
  display: block;
  border-radius: 50%;
}

.map-booked{
  display: block;
  border-radius: 50%;
  background:red;
  width:10px;
  height:10px;
}
.property{
  clear:left;
  box-sizing: border-box;
  border:1px solid #aaa;
  margin-top:40px;
  background:#fff;
display: block;
position: relative;
float: left;
width: 100%;
}

.property> *{
  float: left;
  position: relative;
  display: block;
}
.property:first-child{
  margin-top:0px;
  padding-top:0px;
}

.property-description{
  float:left;
  width:100%;
  display: table;
}
.title-bar{
  width: 100%;
}
.property-description > *{
  display: table-cell;
  vertical-align: middle;
}

.prop-info{
  color:#555;
}
.search-center-content .map-content.fixed-map.fixed-map-height{
  margin-top:80px;
  bottom:10px;
  height:100%;
}
.units-info{
  display: table;
  width: 100%;
  float: left;
  clear: both;
  color:#555;
  padding:0px;
  box-sizing: border-box;
  padding-bottom: 5px;
}

.units-info-heading{
  display: table;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  font-weight: 800;
  padding:2.5px 0px;
  color:#333;
  background: #fff;
}

.upto > *:last-child{
  font-weight: 400;

}
.units-info >span > span >* {
  display: table-cell;
  vertical-align: bottom;
  box-sizing: border-box;
  padding-left: 5px;
}

.units-info >span >span{
  display: table;
  margin: 0 auto;
}
.units-info >span > span >*:first-child{
  font-size: 35px;
  font-weight: 100;
}

.units-info >span > span >span >*{
  display: table;
  margin: 0 auto;
  clear: both;
}
.units-info >span > span >span > i{
  color:#048BA8;
}
.units-info >span > span >span >*:last-child{
  line-height: 120%;
  font-size: 12px;
}

.units-info > * {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.units-info > *:last-child{
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.price-msg{
  font-size:12px;
}

.sea-distance i::before{
  font-size:28px;
  line-height: 100%;
  float: left;
  display: block;
}

.sea-distance > div{
  float: left;
  color:rgba(84,117,153,1);
  border-radius: 2px;
  display: table;
  padding:0px 10px;
}

.property-click{
  font-size:35px;
  line-height: 120%;
  transition:all 0.3s;
}
.anchor-wrap{
  float: left;
  display: table;
}
.sea-distance > span > .distance-value{
  font-size: 12px;
  color:#555;
}

.title-bar h2{
  line-height: 120%;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  color:#1C3F6B;
  transition: all 0.3s;
}
.property-click:hover h2{
  color:#E8B767;
}
.map-preview{
  text-decoration: none;
  color: #E8B767;
  border:1px solid #E8B767;
  transition: all 0.3s;
  float: left;
  display: block;
  border-radius: 3px;
  padding: 0px 10px;
  line-height: 120%;
  font-size: 15px;
  font-weight: 700;
  background: rgba(232, 183, 103, 0.2);
}

.map-preview:hover{
  background: rgba(252,172,1,0.0);
}

.property-slider .mid-info-abs{
  position: absolute;
  left:0;
  right:0;
  top:-275px;
  bottom:0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
  transition: all 0.5s;
}


.property-slider:hover .mid-info-abs{
  top:0;
}
.dric{
  position: relative;
  display: table;
  margin: 0 auto;
  height: 100%;
}

.mid-info-table{
  display: table-cell;
  vertical-align: middle;
}
.mid-info-table > *{
  cursor: pointer;
  clear: both;
  display: table;
  padding:10px;
  background:rgba(84,117,153,1);
  border-radius: 2px;
  transition: all 0.3s;
}
.mid-info-table > *:hover{
  background:rgba(84,117,153,0.8);
}
.mid-info-table > *:not(:first-child){
  margin-top:10px;
}

.mid-info-table > * > * {
  display: table-cell;
  vertical-align: middle;
}
.mid-info-table > * > span{
  color:#fff;
  font-size: 22px;
  font-weight: 100;
}

.mid-info-table > * > i::before{
  color:#E8B767;
  font-size: 22px;
}
.mid-info-table > * > i{
  padding-right: 10px;
}

.property-loc-p .property-location-span{
  font-weight: bold;
  font-size: 16px;
  color:#555;
  vertical-align: bottom;
  padding-left: 10px;
}

.property-location-span > *{
  display: table-cell;
  line-height: 120%;
  vertical-align: middle;
  padding-right:5px;
}

.property-loc-p{
  float:left;
  clear:both;
  display: table;
}
.property-description-p{
  float:left;
  clear:both;
  line-height: 120%;
  color:#555;
  font-weight: 400;
  font-size: 14px;
}

.property-loc-p > * {
  display: table-cell;
  vertical-align: middle;
}
.loc-arrow::before{
  font-size:10px !important;
}
.read-more,.read-more:visited{
  text-decoration:none;
  color:#E8B767;
  opacity:1;
  font-weight: 700;
  font-size: 14px;
  transition:all 0.3s;
}

.read-more:hover,.read-more:active{
  color:rgba(84,117,153,1);
}

.property-image{
  float:left;
  width:100%;
  position: relative;
  background:#eee;
  height:275px;
  overflow: hidden;
  box-sizing: border-box;
}
.property-image .swiper-button-next, .property-image .swiper-button-prev{
  background:none;
}
.property-image .swiper-button-next img, .property-image .swiper-button-prev img{
  float: left;
  width: 30px;
  filter:drop-shadow(1px 1px #000);
  transition: all ease-in-out 0.2s;
}
.property-image .swiper-button-next img:hover, .property-image .swiper-button-prev img:hover{
  filter:drop-shadow(0px 0px #000);
}
.swiper-overlayer{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}
div[class^="property-swiper-container"]{
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
div[class^="property-swiper-container"] .swiper-slide{
  text-align: center;
  background: #eee;
  overflow: hidden;
  width: 350px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div[class^="property-swiper-container"] .swiper-slide img{
  height: 275px;
  position: relative;
  z-index: 1;
}
div[class^="property-swiper-container"] .swiper-slide .swiper-lazy-preloader{
  z-index: 0;
}
.gallery-click-prop:hover img{
  transform: scale(1.1);
}
.property-description{
  float:left;

}

.property-description table{
  width:100%;
  text-align:left;
  font-size:15px;
}



.units-table{
  float:left;
  width:100%;
  position:relative;
  display: block;
  margin-top:5px;
}

.table-head{
  float: left;
  width: 100%;
  clear: both;
  display: table;
  background: #fff;
  box-sizing: border-box;
  border-top:2px solid #1C3F6B;
}

.table-head > span{
  display:table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  border-left: 0px;
  background: #eee;
  color: #333;
}

.table-head > span:first-child{
  text-align: left;
  text-indent: 20px;
}

.units-table thead tr{
  position: relative;
}

.table-shadow{
  box-shadow: inset 0px -4px 15px -6px;
  z-index: 3;
  position: absolute;
  width:100%;
  height:5px;
  bottom:0;
}

.table-overlay{
  width: 100%;
  position: relative;
  float: left;
  max-height: 133px;
  overflow-y: overlay;
  box-sizing: border-box;
}

.units-table table{
  width:100%;
  float: left;
  table-layout: auto;
}
/*
.units table tbody {
min-height: 150px;
max-height: 150px;
overflow-y: auto;
overflow-x: hidden;
}*/
.property-click,.property-click:visited{
  text-decoration:none;
}

.units tr {
  line-height: 120%;
}

.units tbody tr{
}

.units tbody td{
  padding:5px 0px;
  vertical-align: middle;
  text-align: center;
  font-weight:400;
  min-width: 50px;
  color:#555;
}
.td-icon{
  width: auto;
}
.units .td-uname:not(span){
  text-align: left;
  text-indent: 5px;
}

.amen-ww{
  display: table;
  margin: 0 auto;
}
.amen-ww > i{
  color:#333;
}
.amen-ww > a{
  text-decoration: none;
  color:#555;
}
.unit-avail img{
  transition:all 0.2s;
  height: 22px;
  margin: 0 auto;
  transition: all ease-in-out 0.2s;
}
.unit-avail img:hover{
  opacity: 0.8;
}
.units tbody .td-amenities i{
  line-height: 120%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
.guest-icon-value{
  padding-left: 5px;
  box-sizing: border-box;
}
.guest-icon-value,.guests-person,.last-bracket{
  font-size: 12px;
}
.units tbody td i::before{
  font-size:22px;
  display: block;
  line-height: 100%;
}

.unit-avail,.unit-booked{
  width:100px;
}

.unit-avail i:hover{
  color:#E8B767;

}
.unit-avail > span{
  border-radius: 2px;
  width:80px;
  height:18px;
  line-height: 18px;
  font-size:12px;
  display: table;
  margin:0 auto;
}

.filter-icon-th:not(.avail-th){
  border-top-right-radius: 3px;
}

.td-uname{
  border-top-left-radius: 3px;
}
.td-uname a{
  text-decoration: underline;
  transition: all 0.3s;
  color:#048BA8;
  line-height: 120%;
  font-weight:bold;
}

.td-uname a:hover{
  color:#E8B767;
  text-decoration: none;
}



.right-info{
  width:100%;
  float:left;
}
.unit-unavailable{
  background: rgba(201,91,76,0.4);
  color: rgb(201,91,76);
}
.unit-available i,.unit-unavailable i{
  display: none;
}
.unit-available{
  background: #3DA986;
  color: #fff;
}

.no-date{
  cursor: pointer;
}

.booking-ind{
  display: block;
  text-align:center;
  line-height: 120%;
  font-size:12px;
}
.booking-ind > *{
  display: table-cell;
  vertical-align: middle;
}
