#page-preload .related_modal{
	display: none;
}
.search-page .module_common_breadcrumbs .breadcrumbs_holder .container ul li{
	text-transform: capitalize;
}
.search-page .search-header .info-empty{
	display: none;
}
select::-ms-expand { display: none; }

#page-last-minute-container .search-page .search-header ul li{
	padding-left: 40px;
}

#page-last-minute-container .search-page .search-header .search input{

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#page-last-minute-container .search-page .filters .nav{
	background: #fff;
}

.search-page .search-body {
	padding: 40px 0;
	position: relative;
}

.search-page .loading-box-container {
    background-color: rgba(255,255,255,0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    text-align: center;
}
.search-page  .loading-box {
    position: fixed;
    top: 40%;
    width: 150px;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 12px 20px 24px;
    -webkit-box-shadow: 0 0 5px 2px #767676;
            box-shadow: 0 0 5px 2px #767676;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    z-index: 9999999;
}

.search-page .loading-box img{
    margin-top: 10px;
}

.search-hide{
	display: none!important;
}

.search-page .filters-nav li{
	width: 50%;
}

.search-page .filters .checkbox {
	margin-top: 15px;
	margin-bottom: 15px;
}

.search-page .filters [type="checkbox"]:not(:checked),
.search-page .filters [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.search-page .filters [type="checkbox"]:not(:checked) + label,
.search-page .filters [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color:#000;
}

.search-page .filters [type="checkbox"]:not(:checked) + label:before,
.search-page .filters [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 4px;
  width: 12px; height: 12px;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 0;
}

.search-page .filters [type="checkbox"]:not(:checked) + label:after,
.search-page .filters [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 5px; left: 1px;
  width: 10px; height: 10px;
  color: #09ad7e;
  transition: all .2s;
  background: #009ec1;
}

.search-page .filters [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.search-page .filters [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.search-page .filters [type="checkbox"]:disabled:not(:checked) + label:before,
.search-page .filters [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.search-page .filters [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.search-page .filters [type="checkbox"]:disabled + label {
  color: #aaa;
}

.search-page .filters [type="checkbox"]:checked:focus + label:before,
.search-page .filters [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid black;
}

.search-page .filters .input_range {
	padding-bottom: 30px;
	width: 100%;
	display: flex;
	flex-direction: row;
	line-height: 30px;
	align-items: flex-end;
}
.search-page .filters .input_range span {
	width: 50px;
	text-align: center;
	height: 34px;
}

.search-page .filters .input_range label {
	flex: 1;
}

.search-page .filters .input_range label input {
	width: 100%;
}

.search-page .filters .btn.apply {
	margin: 15px auto;
	width: 120px;
	display: block;
	border-radius: 20px;
}

.search-page .filters .input-group {
	margin-bottom: 20px;
}

.search-page .filters .input-group .input-group-addon {
	background: white;
}

.search-page .filters .input-group input {
	border-left: 0;
	box-shadow: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.search-page .filters .input-group input:focus {
	outline: 0;
	border-color: #ccc;
}

.search-page .filters .view-type {
	height: 80px;
}

.search-page .filters .nav {
	border: 0;
	height: 54px;
	border: 1px solid #ddd;
	border-bottom: 0;
	background: #ebebeb;
}

.search-page .filters .filters-list .nav-tabs>li{
	float:left;
	width:50%;
	cursor:pointer;
}
.search-page .filters .filters-list .tab-content #clear-filters h4 a{
	font-weight: 700;
}



.search-page .filters .nav-tabs>li.active>a,
.search-page .nav-tabs>li.active>a:hover,
.search-page .nav-tabs>li.active>a:focus {
	border: 0;
}

.search-page .filters .nav-tabs>li>a {
	border-radius: 0;
	height: 54px;
	line-height: 54px;
	padding: 0px 30px;
	font-size: 15px;
	color: #025575;
	font-weight: bold;
	border: 0;
}
.search-page .panel-heading .panel-title a.collapsed{
	color:#4c5262;
}

.search-page .panel-heading .panel-title a.filter-close{
	color:#029ec4;
}

.search-page .filters .panel-group {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.search-page .filters .panel-group .panel {
	border: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
}
.search-page .filters .panel-group .panel .panel-body {
	padding: 0 20px 20px;
}
.search-page .filters .panel-group .panel .panel-body .body-limit {
	margin-top: 20px;
	max-height: 250px;
	overflow: auto;
	padding-right: 20px;
}

.search-page .filters .panel-group .panel .panel-body .body-limit .body-limit {
	margin-top: 0;
    overflow: visible;
    padding-right: 0;
}
.search-page .filters .panel-group .panel-default>.panel-heading {
	background: none;
	box-shadow: none;
	padding: 0 15px;
}
.search-page .filters .panel-title>a.close-filters-mobile{
	background-image: none; 
}
.search-page .filters .panel-title>a span.icon.close-filter{
	background: url('../../../images/search_page/collapse-close.svg') no-repeat right center;
	background-size: 20px;
}
.search-page .filters .panel-title>a,
.search-page .filters .panel-title>small,
.search-page .filters .panel-title>.small,
.search-page .filters .panel-title>small>a,
.search-page .filters .panel-title>.small>a {
	box-sizing: content-box;
	height: 30px;
	display: block;
	padding: 20px 0;
	background: url('../../../images/search_page/collapse-open.svg') no-repeat right center;
	background-size: 20px 20px;
	line-height: 30px;
}

.search-page .filters .panel-title a.filter-close{
	background: url('../../../images/search_page/collapse-close.svg') no-repeat right center;
	background-size: 20px;
}

.search-page .filters .panel-title>a span.icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.search-page .used_type_fields label.active:after{
	background: #009ec1!important;
}
.search-page .used_type_fields label:after{
	background: transparent!important;
}
.search-page .filters-list-map .nav-tabs>li{
	width: 50%;
}
.search-page .filters-list-map .nav-tabs>li a{
	padding: 15px;
	line-height: 24px;
}
.search-page .filters .panel-title>a span.icon.listing_type {
	background-image: url('../../../images/search_page/filter-listing-type.png');
}

.search-page .filters .panel-title>a span.icon.check_mark {
	background-image: url('../../../images/search_page/verified-checkmark.svg');
	width: 20px;
	height: 18px;
}

.search-page .filters .panel-title>a span.icon.price {
	background-image: url('../../../images/search_page/filter-price.png');
}

.search-page .filters .panel-title>a span.icon.usage_type {
	background-image: url('../../../images/search_page/filter-usage-type.png');
}

.search-page .filters .panel-title>a span.icon.weeks_date {
	background-image: url('../../../images/search_page/filter-week-dates.png');
}

.search-page .filters .panel-title>a span.icon.points {
	background-image: url('../../../images/search_page/filter-points.png');
}

.search-page .filters .panel-title>a span.icon.beds {
	background-image: url('../../../images/search_page/filter-beds.png');
}

.search-page .filters .panel-title>a span.icon.maintenance_fee {
	background-image: url('../../../images/search_page/filter-extra-maintenance-fee.png');
}

.search-page .filters .panel-title>a span.icon.usage_frequency {
	background-image: url('../../../images/search_page/filter-extra-usage-frequency.png');
}

.search-page .filters .panel-title>a span.icon.season {
	background-image: url('../../../images/search_page/filter-extra-season.png');
}

.search-page .filters .panel-title>a span.icon.sleeps {
	background-image: url('../../../images/search_page/filter-extra-sleeps.png');
}

.search-page .filters .panel-title>a span.icon.view {
	background-image: url('../../../images/search_page/filter-extra-view.png');
}

.search-page .filters .panel-title>a span.icon.club_brand {
	background-image: url('../../../images/search_page/filter-extra-club-brand.png');
}

.search-page .filters .panel-title>a span.icon.exchange_affiliation {
	background-image: url('../../../images/search_page/filter-extra-exchange-affiliation.png');
}

.search-page .filters .panel-title>a span.icon.lightning_bolt {
	background-image: url('../../../images/search_page/lightning-bolt.svg');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 21px;
}

.search-page .filters .panel-title>a span.icon.unit_amenities {
	background-image: url('../../../images/search_page/filter-extra-unit-amenities.png');
}

.search-page .filters .panel-title>a span.icon.resort_amenities {
	background-image: url('../../../images/search_page/filter-extra-resort-amenities.png');
}

.search-page .filters .panel-group .panel-heading+.panel-collapse>.panel-body,
.search-page .filters .panel-group .panel-heading+.panel-collapse>.list-group {
	border: 0;
}

.search-page .filters .btn-group,
.search-page .list-mode-mobile .btn-group {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
	z-index: 0
}
.search-page .filters .btn,
.search-page .list-mode-mobile .btn {
	flex: 1;
	border-color: #019fc4;
	border-width: 2px;
	text-align: center;
	color: #59beda;
	font-size: 17px;
	height: 24px;
	line-height: 24px;
	padding: 5px 12px;
	font-weight: bolder;
	box-sizing: content-box;
	border-radius: 10px;
	font-weight: normal;
}

.search-page .filters .btn.active,
.search-page .filters .btn:hover,
.search-page .list-mode-mobile .btn.active,
.search-page .list-mode-mobile .btn:hover {
	background: #20b1cc;
	color: white;
	box-shadow: none;
}


.search-page .search-filters-mobile{
	display: none;
}

.search-page .search-filters-mobile .filters-mobile{
	float: left;
	width: 100%;
}
.search-page .search-filters-mobile .col-xs-4{
	padding: 0;
}

.search-page .search-filters-mobile .col-xs-4:nth-child(2) button.col-xs-12{
	border-left: 1px solid #c0c0c0;	
	border-right: 1px solid #c0c0c0;	
}

.search-page .search-filters-mobile .col-xs-4 button.col-xs-12{
	padding: 20px 0;
	font-weight: 700;
	background: #f2f2f2;
	border: none;
	border-bottom: 1px solid #c0c0c0;
    color: #019fc4 ;
}

.search-page .search-filters-mobile .col-xs-4 button.col-xs-12.active{
	background-color: #009fc2;
	color: #fff;
	z-index: 999;
	position: relative;
}

.search-page .search-filters-mobile .col-xs-4 button.active span.filters{
    background: url(../../../images/search_page/collapse-close-white.png);
    background-size: 20px;
    background-color: orange;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -42px;
    width: 40px;
    height: 100%;
    top: 0;
}

.search-page .search-filters-mobile .col-xs-4 button span.filters{
    top: 2px;
    position: relative;
    padding: 0px;
    display: inline-block;
    background: url('../../../images/search_page/icon-filters.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 11px;
    width: 11px;
    background-size: cover;
    margin-right: 4px;
}
.search-page .search-filters-mobile .col-xs-4 button span.list{
    top: 2px;
    position: relative;
    padding: 0px;
    display: inline-block;
    background: url('../../../images/search_page/results-header-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center center;
    height: 11px;
    width: 11px;
    background-size: cover;
    margin-right: 4px;
}

.search-page .search-filters-mobile .filters .nav-tabs>li.active{
	background:#fff;
}

.search-page .search-filters-mobile .filters .nav-tabs>li>a {
	border-radius: 0;
	height: 54px;
	line-height: 1em;
	padding: 18px 5px;
	font-size: 15px;
	color: #025575;
	font-weight: bold;
	border: 0;
	text-align: center;
}

.search-page .search-filters-mobile .panel{
	padding: 5px;
}

.search-page .search-filters-mobile .col-xs-4 .col-xs-12{
	padding: 0;
}

.search-page .search-filters-mobile .col-xs-4 .col-xs-12 .nav-tabs>li.active{
	background: #fff;
}

.search-page .search-filters-mobile button i{
	margin: 0 4px;
}

.search-page .results .results-header {
	min-height: 80px;
}

.search-page .results .results-header h4 {
	font-size: 30px;
	color: #045572;
	margin: 0;
	position: relative;
	min-height: 70px;
}

.search-page .results .results-header h4.small {
	font-size: 24px;
}

.search-page .results .results-header h4 a {
	font-size: 15px;
	color: #28a8c1;
	display: inline-block;
	margin-left: 15px;
	font-weight: bolder;
	background: url('../../../images/search_page/results-header-arrow-right.png') no-repeat center right;
	padding: 0 30px 0 0;
	line-height: 20px;
	vertical-align: middle;
}

.search-page .results .results-header .results-header-top {
	display: flex;
	flex-direction: row-reverse;
}

.search-page .results .results-header .results-header-top .results-header-subtitle {
	flex: 1;
}
.search-page .results .results-header .results-header-top .results-header-subtitle strong {
	text-transform: capitalize;
}


.search-page .results .results-header .suggested-results-wrapper {
	clear: both;
}

.search-page .results .results-header .scenario-one {
	background: #e6e6e6;
	border-bottom: 2px solid #e2e2e2;
	padding: 30px;
	display: flex;
	flex-direction: column;
	clear: both;
	color: #4f4f4f;
}

.search-page .results .suggested-results-wrapper .title {
    font-size: 30px;
    color: #045572;
    min-height: 50px;
    margin-top: 21px;
}

.search-page .results .results-header .scenario-one > .title {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 30px;
}

.search-page .results .results-header .scenario-one .buttons {
	display: flex;
	padding: 0 20px;
}

.search-page .results .results-header .scenario-one .buttons > div {
	flex: 1;
	padding-right: 50px;
	display: flex;
	flex-direction: column;
}

.search-page .results .results-header .scenario-one .buttons > div .title {
	color: #055475;
	font-weight: bold;
	font-size: 20px;
	flex: 0 0 auto;
}

.search-page .results .results-header .scenario-one .buttons > div .description {
	flex: 1;
	padding-bottom: 20px;
}

.search-page .results .results-header .scenario-one .buttons > div .button a {
	display: flex;
	overflow: hidden;
	background: #ee901c;
	border-radius: 5px;
	height: 45px;
	width: 240px;
	align-items: center;
}

.search-page .results .results-header .scenario-one .buttons > div .button a span.icon {
	width: 50px;
	height: 45px;
	background-color: #e2881a;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.search-page .results .results-header .scenario-one .buttons > div .button a span.icon img {
	width: 20px;
	height: 20px;
}

.search-page .results .results-header .scenario-one .buttons > div .button a span.text {
	flex: 1;
	padding: 0 20px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

.search-page .results .results-header .scenario-two {
	background: #e6e6e6;
	border-bottom: 3px solid #e2e2e2;
	padding: 30px;
	display: flex;
	flex-direction: column;
	clear: both;
	color: #4f4f4f;
}

.search-page .results .results-header .scenario-two > .title {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #2a5e73;
	font-weight: normal;
}

.search-page .results .results-header .scenario-two > .list ul{
	margin: 0;
	padding: 0 20px;
	list-style: none;
}

.search-page .results .results-header .scenario-two > .list ul li {
	min-height: 25px;
	padding-top: 5px;
	padding-left: 35px;
	background: url('../../../images/search_page/search-check-icon.png') no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	
}

.search-page .results .results-header .scenario-two > .filters-to-remove {
	padding: 10px 50px;
}

.search-page .results .results-header .scenario-two > .filters-to-remove a {
	display: inline-block;
	margin-right: 30px;
	color: #20b0cd;
	font-weight: bold;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	background: url('../../../images/search_page/collapse-close.svg') no-repeat;
	background-size: 20px 20px;
	background-position: left center;
}


.search-page .results .form-order {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #696969;
	white-space: nowrap;
}

.search-page .results .form-order select, .search-page .filters-list .panel-group .panel-body select {
	width: 180px;
	margin-left: 20px;
	display: inline-block;
	background: white url('../../../images/resorts/select-icon.png') no-repeat 100%;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

.search-page .search-header {
	min-height: 240px;
	background: #045573;
	padding-top: 80px;
    color: white;
}

.search-page .search-header h1 {
	font-size: 49px;
    margin: 0 0 40px 0;
    line-height: 1.1;
}


.search-page .search-header p {
	font-size: 18px;
	margin-bottom: 20px;
}

.search-page .search-header p a {
	color: #22b1cf;
	font-weight: bolder;
}

.search-page .search-header p a.tel {
	color: white;
}

.search-page .search-header ul {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0 0 30px 0;
}


.search-page .search-header .dropdown-menu ul li{
	background: none;
	padding: 0;
}

.search-page .search-header ul li {
	
	line-height: 20px;
	font-size: 14px;
	padding-left: 30px;
	margin: 10px 0;
	background: url('../../../images/search_page/blue-checkmark-icon.png') no-repeat center left;
	background-position: 10px;
}

.search-page .search-header .fa.fa-sort{
	display:none;
}


.search-page .search-header .container {
	position: relative;
	min-height: 160px;
}

.search-page .search-header .search {
	display: flex;
	width: 700px;
    margin-top: 20px;
	padding-bottom: 40px;
}

.search-page .search-header .search input {
	flex: 1;
	height: 40px;
	padding: 12px 30px;
	line-height: 16px;
	border-radius: 10px;
	border: 0;
	box-shadow: none;
	outline: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 400px;
	color:#000;
	line-height: 12px;
	text-overflow: ellipsis;
}
.search-page .search-header .search .btn.search_submit{
	min-width: 140px;
}
.search-page .search-header .search .btn.dropdown-toggle{
	margin-left: 0;
	cursor:pointer;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 0 8%;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background: #f2f2f2 url('../../../images/resorts/select-icon.png') no-repeat 100%;
	color: #009fc2;
	border: none;
	border-left: 1px solid #c0c0c0;
	font-weight: 700;
	text-transform: uppercase;
	outline: none;
	background-color: #f2f2f2;
}

.search-page .search-header .search .btn.bootstrap-select{
	background: transparent;
	padding:0!important;
	margin-left:0;
}
.results-more{
	cursor: pointer;
	float: left;
    color: #28a8c1;
    font-size: 17px;
    font-weight: bolder;
    position: absolute;
    left: 16px;
    top: 43px;
    background: url(../../../images/search_page/results-header-arrow-right.png) no-repeat center right;
    padding: 0 30px 0 0;
}

.search-page .search-header .search .btn {
	height: auto;
	line-height : 40px;
    border-radius: 5px;
    padding: 0 10px;
    border: 0;
    font-size: 18px;
    font-weight: bolder;
    color: white;

    background-color: #f2a114;
	background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
	background: -webkit-linear-gradient(left, #f2a114, #e77924);
	background: -moz-linear-gradient(left,  #f2a114, #e77924);
	background: -o-linear-gradient(#f2a114, #e77924);
	background: -ms-linear-gradient(#f2a114, #e77924);
	background: linear-gradient(to right, #f2a114, #e77924);

    width: 150px;
    margin-left: 10px;
}

.search-page .search-header .search_type {
	position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    height: 50px;
    justify-content: end;
    line-height: 50px;
}

.search-page .search-header .search_type a {
	text-align: center;
	color: white;
	background: #02425b;
	font-size: 20px;
	font-weight: bolder;
	padding: 0 14px;
	cursor:pointer;
	float: left;
	width: 157px;
}

.search-page .search-header .search_type a.active {
	color: #02425b;
	background: white;
}

.search-page .search-header .search_type a.none{
	background: #045573;
}

.search-page .search-header a.add {
	height: 40px;
	position: relative;
	padding: 0 20px 0 70px;
	line-height: 40px;
	background: #20b1cc;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 6px;
	color: white;
	overflow: hidden;
	margin-left: 20px;
}

.search-page .search-header a.add span.icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	background: #19a3bd;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.search-page .filters-list .panel-group .panel-body select{
	padding: 5px;
	border-radius: 6px;
	margin-left:0;
	width: 100%;
}

.search-page .results .result-city-resort { display: flex; height: 230px; margin-bottom: 30px; background: #f2f2f2; box-shadow: 0 5px 5px #dddddd;  }
.search-page .results .result-city-resort .description { flex: 1; padding: 20px; display: flex; }
.search-page .results .result-city-resort .description .image { width: 250px; background-size: cover; }
.search-page .results .result-city-resort .description .text { flex: 1; padding: 0 40px 0 25px; font-size: 14px; color: #4c5262; overflow: hidden; }
.search-page .results .result-city-resort .description .text h2 { margin: 10px 0 0 0; font-size: 20px; color: #029ec4; }
.search-page .results .result-city-resort .description .text .description { 
	flex: 1;
	padding: 0 40px 0 25px;
	font-size: 14px;
	color: #4c5262;
}

.search-page .results .result-city-resort .description .text p{
	display: block;
}

.search-page .results .result-city-resort .description .text .resort_description{
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    margin-top: 15px;
}

.search-page .results .result-box .description .text .detail{
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
 }
.search-page .results .result-city-resort .options { width: 250px; display: flex; flex-direction: column; }
.search-page .results .result-city-resort .options > * { display: flex; flex: 1; }
.search-page .results .result-city-resort .options > *.dark-1 { min-height:65px ;background: #ebebeb; }
.search-page .results .result-city-resort .options > *.dark-1:hover { min-height:65px ;background: #ddd; }
.search-page .results .result-city-resort .options > *.dark-2 { min-height:65px ;background: #e6e6e6; }
.search-page .results .result-city-resort .options > *.dark-2:hover { min-height:65px ;background: #ddd; }
.search-page .results .result-city-resort .options > * .badgee { width: 20px; display: flex; align-items: center; }
.search-page .results .result-city-resort .options > * .badgee img { width: 40px; height: auto; margin-left: -20px; }
.search-page .results .result-city-resort .options > * .link { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 0 20px; font-size: 17px; color: #025573; }
.search-page .results .result-city-resort .options > * .link small { color: #48bdd1; display: block; font-size: 15px; font-weight: bolder; }
.search-page .results .result-city-resort .options > * .link span>span { display: inline-block; font-size: 13px; vertical-align: middle; }
.search-page .results .result-city-resort .options > * .next { width: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; font-size: 12px; font-weight: 100; background: #009ec1; }
.search-page .results .result-city-resort .options > * .next.dark { background: #045573; }
.search-page .results .result-city-resort .options > * .next span { background: url('../../../images/search_page/results-arrow-right.svg') no-repeat center center; background-size: cover; width: 17px; height: 17px; display: inline-block; }

.search-page .results .result-city-for-sale { display: flex; height: 230px; margin-bottom: 30px; background: #f2f2f2; box-shadow: 0 5px 5px #dddddd;  }
.search-page .results .result-city-for-sale .description {flex: 1;padding: 15px;display: flex;}
.search-page .results .result-city-for-sale .description .image { width: 250px; background-size: cover; }
.search-page .results .result-city-for-sale .description .text { flex: 1; padding: 0 40px 0 25px; font-size: 14px; color: #4c5262; }
.search-page .results .result-city-for-sale .description .text h2 { margin: 10px 0 10px 0; font-size: 20px; color: #029ec4; }
.search-page .results .result-city-for-sale .options { width: 250px; display: flex; flex-direction: column; }
.search-page .results .result-city-for-sale .options > * { display: flex; flex: 1; }
.search-page .results .result-city-for-sale .options > *.dark-1 { background: #ebebeb; }
.search-page .results .result-city-for-sale .options > *.dark-2 { background: #e6e6e6; }
.search-page .results .result-city-for-sale .options > * .badgee { width: 20px; display: flex; align-items: center; }
.search-page .results .result-city-for-sale .options > * .badgee img { width: 40px; height: auto; margin-left: -20px; }
.search-page .results .result-city-for-sale .options > * .link { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 0 20px; font-size: 17px; color: #025573; }
.search-page .results .result-city-for-sale .options > * .link small { color: #48bdd1; display: block; font-size: 15px; font-weight: bolder; }
.search-page .results .result-city-for-sale .options > * .link span>span { display: inline-block; font-size: 13px; vertical-align: middle; }
.search-page .results .result-city-for-sale .options > * .next { width: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; font-size: 12px; font-weight: 100; background: #009ec1; }
.search-page .results .result-city-for-sale .options > * .next.dark { background: #045573; }
.search-page .results .result-city-for-sale .options > * .next span { background: url('../../../images/search_page/results-arrow-right.png') no-repeat center center; background-size: cover; width: 17px; height: 17px; display: inline-block; }

.search-page .results .result-city-resort-listing { display: flex; margin-bottom: 30px; background: #f2f2f2; box-shadow: 0 5px 5px #dddddd; }
.search-page .results .result-city-resort-listing .content { flex: 1; display: flex; flex-direction: column; } 
.search-page .results .result-city-resort-listing .content .description { flex: 1 1 auto; padding: 20px; display: flex; }
.search-page .results .result-city-resort-listing .content .description .image { width: 250px; }
.search-page .results .result-city-resort-listing .content .description .text { flex: 1; padding: 0 0 0 25px; font-size: 14px; color: #4c5262; display: flex; flex-direction: column; }
.search-page .results .result-city-resort-listing .content .description .text h2 {margin: 10px 0 5px 0;/* font-size: 17px; */color: #029ec4;}
.search-page .results .result-city-resort-listing .content .description .text .details {flex: 1 1 auto;display: flex;flex-direction: column;padding-top: 10px;}
.search-page .results .result-city-resort-listing .content .description .text .details .drow { flex: 1 1 auto; display: flex;  flex-direction: row; }
.search-page .results .result-city-resort-listing .content .description .text .details .drow .dcol { flex: 1; padding-right: 5px}
.search-page .results .result-city-resort-listing .content .description .text .details .drow .dcol strong { display: block; }
.search-page .results .result-city-resort-listing .content .image-container { position: relative; }
.search-page .results .result-city-resort-listing .content .footer { height: 60px; border-top: 1px solid #d7d7d7; display: flex; padding: 15px; flex-direction: row; justify-content: center; align-items: center;}
.search-page .results .result-city-resort-listing .content .footer p { flex: 1;margin: 0;padding-left: 15px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; }
.search-page .results .result-city-resort-listing .options { width: 270px; display: flex; flex-direction: column; }
.search-page .results .result-city-resort-listing .options .row_values { display: flex; flex: 1; }
.search-page .results .result-city-resort-listing .options .row_values.dark-1 { background: #ebebeb; }
.search-page .results .result-city-resort-listing .options .row_values .badgee { width: 20px; display: flex; align-items: center; }
.search-page .results .result-city-resort-listing .options .row_values .badgee img { width: 40px; height: auto; margin-left: -20px; }
.search-page .results .result-city-resort-listing .options .row_values .link { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0 20px 0 0; color: #105572; }
.search-page .results .result-city-resort-listing .options .row_values .link .title { font-size: 17px; font-weight: bolder; text-transform: uppercase; }
.search-page .results .result-city-resort-listing .options .row_values .link .price { height: 190px; display: flex; flex-direction: column; justify-content: center; }
.search-page .results .result-city-resort-listing .options .row_values .link .price > span { font-size: 50px; font-weight: 700; display: flex; flex-direction: row; align-items: flex-start; line-height: 50px; }
.search-page .results .result-city-resort-listing .options .row_values .link .price > span.baseline { font-size: 15px; font-weight: 700; line-height: normal; display: inline-block; text-align: center; padding-top: 10px; }
.search-page .results .result-city-resort-listing .options .row_values .link .price > span > small { display: inline-block; font-size: 30px; padding: 0 10px; line-height: normal; }
.search-page .results .result-city-resort-listing .options .row_values .link .price > span > small > small { display: flex; font-size: 15px; white-space: pre-wrap; flex-direction: column; font-weight: normal; }
.search-page .results .result-city-resort-listing .options .row_values .link .btn { flex: 0 0 auto; height: 40px; width: 170px; display: inline-block; border-radius: 20px; font-size: 16px; color: white; text-align: center; line-height: 40px; background-color: #f2a114; background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924)); background: -webkit-linear-gradient(left, #f2a114, #e77924); background: -moz-linear-gradient(left,  #f2a114, #e77924); background: -o-linear-gradient(#f2a114, #e77924); background: -ms-linear-gradient(#f2a114, #e77924); background: linear-gradient(to right, #f2a114, #e77924); padding: 0px 12px; }
.search-page .results .result-city-resort-listing .options .row_values .link a { height: 40px; width: 170px; display: inline-block; border-radius: 20px; font-size: 16px; color: white; text-align: center; line-height: 40px; background-color: #f2a114; background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924)); background: -webkit-linear-gradient(left, #f2a114, #e77924); background: -moz-linear-gradient(left,  #f2a114, #e77924); background: -o-linear-gradient(#f2a114, #e77924); background: -ms-linear-gradient(#f2a114, #e77924); background: linear-gradient(to right, #f2a114, #e77924); padding: 0px 12px; }
.search-page .results .result-city-resort-listing .label {position: absolute;font-size: 90%;top: 0x;left: -9px;background: url('../../../images/search_page/results-label-detail.png') no-repeat left bottom;padding: 0 0 9px 0;}
.search-page .results .result-city-resort-listing .label .inner {background: #20b1cc;padding: 5px 20px;min-width: 105px;text-align: center;}
.search-page .results .result-city-resort-listing .label.darker { background: url('../../../images/search_page/results-label-detail-dark.png') no-repeat left bottom; }
.search-page .results .result-city-resort-listing .label.darker .inner { background: #045573; }
.search-page .results .result-city-resort-listing .label.orange { background: url('../../../images/search_page/results-label-detail-orange.png') no-repeat left bottom; }
.search-page .results .result-city-resort-listing .label.orange .inner { background: #f09c16; }
.search-page .results .result-city-resort-listing .label.label-bottom{ bottom: 0; font-weight:500;width: 250px;background: rgba(16,85,114, 0.9);left: 0;text-align: left; padding: 10px;    }
.search-page .results .result-city-resort-listing .label.label-bottom strong{font-weight: 700;}
.search-page .results .result-box .description .text p.description-text {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;	}

.search-page .results .more-itens{
	display: block;
	text-align: center;
}
.search-page .results .more-itens a{
	display: inline-block;
}
.search-page .search-header-map{
	background:#045573;
}
.search-page .search-map .col-md-3{
	padding: 0;
	height: 1000px;
	overflow-y:scroll;
}

.search-page .search-map .col-md-9{
	padding: 0;
}

.search-page .search-map .filters{
	padding: 50px;
	background: #ffffff;
}

.search-page .search-map{
	float: left;
	width: 100%;
	height: 1000px;
	/*display: none*/;
	overflow: hidden;
}

.search-page .search-map .map_frame{
	height: 1000px;
	float: left;
	width: 100%;
}


.search-page .search-map h2 {
	font-size: 2em;
    color: white;
    margin: 0 0 40px 0;
    line-height: 1.1;
}


.search-page .search-map .search {
	display: flex;
	max-width: 650px;
}


.search-page .search-map .text-box{
	padding: 25px;
}

.search-page .search-map .search input {
	flex: 1;
	height: 40px;
	padding: 12px 30px;
	line-height: 16px;
	border-radius: 10px;
    border: 0;
    box-shadow: none;
    outline: 0;
}

.search-page .search-map .search .btn {
	height: auto;
	line-height : 40px;
    border-radius: 5px;
    padding: 0;
    border: 0;
    font-size: 18px;
    font-weight: bolder;
    color: white;

    background-color: #f2a114;
	background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
	background: -webkit-linear-gradient(left, #f2a114, #e77924);
	background: -moz-linear-gradient(left,  #f2a114, #e77924);
	background: -o-linear-gradient(#f2a114, #e77924);
	background: -ms-linear-gradient(#f2a114, #e77924);
	background: linear-gradient(to right, #f2a114, #e77924);

    width: 150px;
    margin-left: 10px;
}

.search-page .search-map .filters .view-type{
	height: auto;
	margin: 20px 0;
}
.search-page .search-map .results-header h4 {
	float: left;
	font-size: 30px;
	color: #045572;
	margin: 0 0 30px 0;
}

.search-page .search-map .results-header h4 a {
	font-size: 17px;
	color: #28a8c1;
	display: inline-block;
	margin: 30px 0;
	margin-left: 15px;
	font-weight: bolder;
	background: url('../../../images/search_page/results-header-arrow-right.png') no-repeat center right;
	padding: 0 30px 0 0;
	line-height: 20px;
	vertical-align: middle;
	top: 55px;
	left: 35px;
}

.search-page .search-map .panel{
	padding: 5px;
}


.search-page .search-map .bubble {
	width: 630px;
}
.search-page .search-map .bubble img {
	float: left;
	margin-right: 10px;
}
.search-page .search-map .bubble img.thumb{
	width:180px;
	height: auto;
}
.search-page .search-map .bubble .bubble_title {
	font-size: 20px;
	color: #009fc2;
	font-weight: normal;
	padding-top: 20px;
}
.search-page .search-map .bubble .bubble_address {
	font-size: 14px;
	color: #747474;
}
.search-page .search-map .bubble .buttons {
	margin-top: 30px;
}
.search-page .search-map .bubble .buttons a {
	display: inline-block;
	width: 34%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #035573;
	border-right: 1px solid #d6d6d6;
}
.search-page .search-map .bubble .buttons a:last-child {
	border-right: none;
}

.search-page .search-map .bubble .buttons a img {
	float: left;
	margin-right: 5px;
	width: 39px;
}

.search-page .search-map .bubble .buttons a strong {
	color: #009fc2;
	display: block;
	font-weight: bold;
	padding-right: 10px;
	background: url('../../../images/resorts/bubble-arrow-right.png') right center no-repeat;
}




.search-page .related_modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(3, 85, 115, 0.8);
	z-index: 9999;
}

.search-page .related_modal .modal_holder {
	background: #ffffff;
	position: absolute;
	width: 740px;
	height: 560px;
	top: 50%;
	margin-top: -280px;
	left: 50%;
	margin-left: -370px;
}

.search-page .related_modal ul {
	margin: 30px 0;
	list-style: none;
	padding: 0;
}

.search-page .related_modal ul li {
	line-height: 20px;
	border-bottom: 1px solid #d6d6d6;
	padding: 0 20px;
	font-size: 16px;
}

.search-page .related_modal ul li:last-child {
	border-bottom: none;
}

.search-page .related_modal ul li a{
	color: #20b2cd;
	display: inline-block;
	padding-right: 20px;
}

.search-page .related_modal ul li a:hover {
	background: url('../../../images/city_page/City-Desktop-right-map-arrow.png') no-repeat center right;
}

.search-page .related_modal .modal_holder .modal_header {
	background: #009fc2;
	height: 36px;
	line-height: 36px;
	font-size: 28px;
	color: white;
	text-align: center;
	padding: 27px 25px;
	box-sizing: content-box;
}

.search-page .related_modal .modal_holder .modal_header strong {
	font-weight: bolder;
}

.search-page .related_modal .modal_holder .pull-right.close {
    opacity: .9;
}

.search-page .related_modal .modal_holder .pull-right.close img {
    height: 36px;
    width: 36px;
}

.search-page .related_modal .modal_holder .modal_body {
	height: 470px;
	border-bottom: 1px solid #d6d6d6;
	padding: 10px;
	overflow: scroll;
}


.search-page .related_modal .modal_holder .modal_body .related_modal_list {
	height: 450px;
}
.search-page .related_modal .modal_holder ul {
	margin: 0;
}
.search-page .related_modal .modal_holder ul li{
	padding: 10px 5px;
}
.search-page .related_modal .modal_holder ul li a{
	display: block;
}
.search-page .related_modal .modal_holder ul li:last-child {
	border-bottom: 1px solid #d6d6d6;
}

.search-page .related_modal .modal-loading-container{
	height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-page .releated_map_modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(3, 85, 115, 0.8);
	z-index: 9999;
	display: none;
}

.search-page .releated_map_modal .modal_holder {
	background: #ffffff;
	position: absolute;
	width: 1000px;
	height: 800px;
	top: 50%;
	margin-top: -400px;
	left: 50%;
	margin-left: -500px;
	display: flex;
	flex-direction: column;
}

.search-page .releated_map_modal .modal_holder  .title {
	background: #f19c16;
	height: 78px;
	line-height: 78px;
	padding: 0 30px;
}
.search-page .releated_map_modal .modal_holder  .title .main_title {
	font-size: 31px;
	font-weight: bold;
	color: white;
	padding-left: 50px;
	background: url('../../../images/resorts/white-location-icon.png') no-repeat left center;
}

.search-page .releated_map_modal .modal_holder  .title .main_title strong {
	font-weight: bold;
}
.search-page .releated_map_modal .modal_holder  .title .close {
	opacity: 1;
	margin-top: 22px;
}

.search-page .releated_map_modal iframe {
	display: block
}
.search-page .releated_map_modal .map_frame {
	flex: 1;
}
.search-page .releated_map_modal .map_frame .bubble {
	width: 620px;
}
.search-page .releated_map_modal .map_frame .bubble img {
	float: left;
	margin-right: 10px;
}
.search-page .releated_map_modal .map_frame .bubble .bubble_title {
	font-size: 20px;
	color: #009fc2;
	font-weight: normal;
	padding-top: 20px;
}
.search-page .releated_map_modal .map_frame .bubble .bubble_address {
	font-size: 14px;
	color: #747474;
}
.search-page .releated_map_modal .map_frame .bubble .buttons {
	margin: 30px 0;
}
.search-page .releated_map_modal .map_frame .bubble .buttons a {
	display: inline-block;
	width: 34%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #035573;
	border-right: 1px solid #d6d6d6;
}
.search-page .releated_map_modal .map_frame .bubble .buttons a:last-child {
	border-right: none;
}

.search-page .releated_map_modal .map_frame .bubble .buttons a img {
	float: left;
	margin-right: 5px;
}

.search-page .releated_map_modal .map_frame .bubble .buttons a strong {
	color: #009fc2;
	display: block;
	font-weight: bold;
	padding-right: 10px;
	background: url('../../../images/resorts/bubble-arrow-right.png') right center no-repeat;
}

.search-page .result-city-resort-listing .row_options{
	display: none;
}

.search-page .view_listing-mobile{
	display: none;
}

.search-page .results .result-city-resort-listing .options .row_values .link .title img{
	display: none;	
}


#page-last-minute-container .search-page .results .result-city-resort-listing .label.orange.mobile{
	display: none;
}

.search-page .loading-section{
	margin: 20px 0;
}
.search-page .search-loading{
	margin-left: 20px;
}

.scroll-to-top {
	color: #4c5161;
	font-size: 140%;
	position: fixed;
	left:50%;
	bottom: 30px;
	width: 64px;
	height: 64px;
	margin-left: -550px;
	cursor: pointer;
}

.scroll-to-top img{
	    opacity: 0.8;
}
.search-page .mobile-comments{
	display: none;
}

@media(max-width: 1440px){
	.search-page .search-map .results-header h4{
		line-height: 60px;
	}
}

@media(max-width:1440px) and (min-width:1200px){
	.search-page .search-map .filters {
		padding: 30px;
	}
	.search-page .search-map .results-header h4{
		font-size: 28px;
	}
	.search-page .search-map .results-header h4 a {
	    top: 50px;
	    left: 15px;
	}

}
	
@media (max-width: 1199px){
	.results-more{
		top: 95px;
		width: 100%;
	}

	.search-page .mobile-comments{
		display: block;
		margin-top: 10px;
	}

	.search-page .results .results-header .results-header-top {
    	flex-direction: column-reverse;
	}
	.search-page .search-map .col-md-3{
		display: none;
	}
	.search-page .result-city-resort-listing .row_options{
		display: block;
	}

	.search-page .search-filters-mobile{
		display: block;
	}
	
	.search-page .search-filters-mobile .overlay-click{
		position: fixed;
		display: none;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		background:rgba(0,0,0,0.5);
		z-index: 2;
	}

	.search-page .search-filters-mobile .box-filters{
		position: absolute;
		width: 33.3333%;
		top: 61px;
		display: none;
	}
	.search-page .search-filters-mobile .overlay_filters{
		display: none;
	}

	.search-page .search-filters-mobile .filters{
		display: block;
		background: #fff;
	}
	.search-page .search-filters-mobile .overlay_filters{
		position: absolute;
		min-height:1600px;
		background:rgba(0,0,0,0.5);
		color:#fff;
		width: 100%;
		z-index: 2;
	}

	.search-page .search-filters-mobile .filters-list{
		position: relative;
		z-index: 3;
		background: #fff;
	}
	.search-page .results .results-header h4 a{
		display: none;
	}

	.search-page .search-header .search_type{
		display: none;
	}

	.search-page .search-header .search{
		margin-bottom: 30px;
	}
	.search-page .filters{
		display: none;
	}
	.search-page .results .results-header .scenario-one .buttons {
		flex-direction: column;
		padding: 0;
	}
	.search-page .results .results-header .scenario-one .buttons > div {
		flex: 0 0 auto;
		margin-bottom: 30px;
		padding-right: 0;
	}
	.search-page .results .result-box, .search-page .results .result-city-for-sale{
		float: left;
		display: block;
		width: 100%;
		height: auto;
	}
	.search-page .results .result-box .options{
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.search-page .results .result-box .options a{
		width: 42%;
		margin: 0 2%;
		display: inline-block;
		height: 65px;
	}
	.search-page .results .result-box.result-city-for-sale .options a{
		width: 54%;
		float: right;
		margin-bottom: 15px;
		display: inline-block;
    	text-align: left;	
	}
	.search-page .results .result-box.result-city-for-sale .options a .link{
		margin-top: 7px;
	}
	.search-page .results .result-city-for-sale .options a .link small{
		display: inline-block;
    	text-align: left;
	}


	.search-page .results .result-box .options a .badgee{
		display: block;
		float: left;
		width: auto;
	}

	.search-page .results .result-box .options a .badgee img{
		margin-top: 8px;
		transform: scale(0.8);
	}
	.search-page .results .result-box .options a .link{
		float: left;
		display: block;
		padding: 16px 40px;
		font-size: 0.750em;
	}
	.search-page .results .result-box .options a .next{
		display: table;
		float: right;
		height: 100%;
	}

	.search-page .results .result-box .options a .next span{
		display: table-cell; vertical-align: middle;background-size: 35%;
	}


	.search-page .results .result-city-resort-listing .content{
		float: left; 
		width: 100%;
		display: block;
	}
	.search-page .results .result-city-resort-listing .content .description .text{
		display: block;
	}
	.search-page .results .result-city-resort-listing .content .description .text  .details{
		display: none;
	}
	.search-page .results .result-box.result-city-resort-listing .options{
		float: left;
		width: 100%;
		background: #ebebeb;
		border-top: 1px solid #c0c0c0;
		margin-bottom: 0;
	}
	.search-page .results .result-city-resort-listing .content .description .image{
		min-height: 162px;
	}
	.search-page .results .result-city-resort-listing .content .footer{
		display: none;
	}
	.search-page .results .result-city-resort-listing .options .row_values{
		padding-bottom: 10px;
	}
	.search-page .results .result-city-resort-listing .options .row_values.dark-1{
		float: right;
		width: 240px;
	    background: #e6e6e6;
	    border-left: 1px solid #c0c0c0;
	}
	.search-page .results .result-city-resort-listing .options .row_values .link{
		max-height: 150px; 
	    padding: 10px 25px 10px 6px;
	}
	.result-city-resort-listing .row_options{
		float: left;
		width: calc(100% - 240px);
		margin-top: 25px;
		padding: 0 31px;
		text-align: left;
		display: block;
	}
	.result-city-resort-listing .row_options .details{
		float: left;
		width: 100%;
	}
	.result-city-resort-listing .row_options .details .dcol{
		float:  left;
	    width: calc(100% / 3);
	    padding: 10px;
	    min-height: 60px;
	}
	.search-page .results .result-city-resort-listing .options .row_values .link .price > span{
		font-size: 2em;
		line-height: 1em;
	}
	.search-page .results .result-city-resort-listing .options .row_values .link .title{
		font-size: 1em;
	}
	.search-page .results .result-box .options .row_values .link a{
		line-height: 29px;
		height: 30px;
	}
	.search-page .results .result-city-resort-listing .options .row_values .link .price > span > small{
		font-size: 20px;
	}
	
	.search-page .results .result-city-resort .options > div.dark-1,
	.search-page .results .result-city-resort .options > div.dark-2{
		width: 50%;
		float: right;
		margin-bottom: 20px;
		margin-right: 6%;
	}
	.search-page .results .result-city-resort .description .text h2{
		display: block;
	}
	.search-page .results .result-box.result-city-resort .description .text{
		width: auto;
	}

	.search-page .results .result-city-resort .options > * .badgee img {
		margin-left: 20px;
		width: 28px;
	}
}

@media(max-width: 1024px){
	.search-page .results .result-city-resort .options > * .next{
		width: 35px;
	}
	.search-page .results .result-box .options a .link{
		padding: 16px 30px;
	}
	.search-page .results .result-box .options a{
		display: inline-flex;
		align-items: center;
		justify-content: center; 
	}

	.search-page .results .result-box .options a .badgee img{
		margin-top: 0;
	}

}

@media (max-width: 576px){

	.search-page .results .result-city-resort-listing .options .row_values .link{
		max-height: 150px; 
	    padding: 10px 0px 10px 6px;
	}
	
	.search-page .results .result-city-resort-listing .label { font-size: 75%; }
	.search-page .results .result-city-resort-listing .content .image-container { float: left; }
	.search-page .results .result-city-resort-listing .label .inner{
		background: #20b1cc;
	    padding: 2px 15px;
	    min-width: 90px;
	}

	.search-page .results .result-city-resort-listing .label.orange{
		width: 112px;
		font-size:6px;
	}
	
	.search-page .results .result-city-resort-listing .options .row_values .link .price > span > small{ padding: 0 5px; }
	.search-page .results .result-city-resort-listing .options .row_values .link .price > span.baseline{ font-size: 10px; }
	.search-page .results .result-city-resort-listing .options .row_values .link .price small{
		font-size: 10px!important;
	}
	.search-page .search-header {
		padding-top: 45px;
		margin-top: -35px;
		display: none;
	}

	.search-page .results .results-header{
		text-align: center;
		margin-bottom: 40px;
	}
	.search-page .results .results-header h4{
		float: left;
		width: 100%;
		margin-bottom: 20px;
		font-size: 1.4em;
	}
	.search-page .results .results-header .scenario-one .buttons > div .button a {
		width: 100%;
	}
	.search-page .results .results-header .scenario-two > .list ul{
		padding: 0;
	}
	.search-page .results .results-header .scenario-two > .list ul li {
		text-align: left;
	}
	.search-page .results .results-header .scenario-two > .filters-to-remove {
		display: block;
		padding: 0;
	}
	.search-page .results .results-header .scenario-two > .filters-to-remove a {
		display: block;
		margin-right: 0;
		text-align: left;
		margin-bottom: 10px;
	}

	.search-page .search-header h2{
		float: left; 
		width: 100%; 
		font-size: 2em;
		text-align: center;
	}
	.search-page .search-header h2 strong{
		float: left;
		width: 100%;
	}
	.search-page .results .results-header h4 a{
		display: none;
	}

	.search-page .search .glyphicon-search{
		font-size: 0.8em;
	}

	.search-page .results .form-order{
		float: left;
		width: 100%;
	}
	.search-page .search-header .search{
		float: left;
		width: 100%;
	}
	.search-page .search-header a.add{
		background: transparent;
    	padding: 0 14px 0 40px;
    	font-size: 0.8em; 
    	font-weight: 700;
    	color: #009fc2;
    	text-transform: none;
    }
    .search-page .search-header a.add span.icon{
    	background: transparent;
    }
    .search-page .search-filters-mobile .col-xs-4 button.col-xs-12.active:after{
    	left: 45%;
    }
	.search-page .search-filters-mobile .box-filters{
		top: 56px;
		width: 100%;
	}
    .search-page .search-filters-mobile .col-xs-4 button.col-xs-12{
    	font-size: 0.8em;
    }
    .search-page .search-filters-mobile .col-xs-4 .col-xs-12 .nav-tabs>li{
    	padding: 0;
    }

    .search-page .search-filters-mobile .filters .nav-tabs>li{
    	padding:0;
    }
    
    .search-page .search-filters-mobile .filters .nav-tabs>li>a{
    	font-size: 0.8em;
    }
    .search-page .filters .panel-title>a, .search-page .filters .panel-title>small, .search-page .filters .panel-title>.small, .search-page .filters .panel-title>small>a, .search-page .filters .panel-title>.small>a{
	    padding: 16px 0;
	    line-height: 1em;
	    font-size: 0.7em;
    }
    .search-page .filters .panel-title>a span.icon{
    	width: 25px;
    }
    .search-page .filters .panel-group .panel-default>.panel-heading{
    	padding: 0;
    }
    .search-page .results .result-city-resort-listing{
    	height: auto;
    }
    .search-page .results .result-city-for-sale .description{
    	padding: 15px;
    }
	.search-page .results .result-box .description, 
	.search-page .results .result-city-resort-listing .content .description{
		display: block;
	}
	.search-page .results .result-box .description .text, .search-page .results .result-city-resort-listing .content .description .text{
	    padding: 0px;
	    width: 100%;
	}
	.search-page .results .result-box .description .image, .search-page .results .result-city-resort-listing .content .description .image{
	    margin-right: 18px;
	    display: inline-block;
	    float: left;	
	    width: 95px;
	    height: 80px;
	}
	.search-page .results .result-city-resort .options > div.dark-1, 
	.search-page .results .result-city-resort .options > div.dark-2{
		width: 100%;
		margin-right: 0;
	}
	.search-page .results .result-city-resort .description .text .resort_description{
		display: -webkit-box;
	   -webkit-line-clamp: 2;
	   -webkit-box-orient: vertical;
	   overflow: hidden;
	   text-overflow: ellipsis;
	   margin-top:20px;
	}
	.search-page .results .result-box .options a{
		position: relative;
		height: 60px;
	}
	.search-page .results .result-box .options a .badgee{
		position: absolute;
		width: 100%;
		margin-top: -28px;
		text-align: center;
		left: 0;
		float: none;
	}
	.search-page .results .result-box .options a .badgee img{
		display: inline-block;
		transform: scale(0.55);
	}
	.search-page .results .result-box .options a .link{
		width: calc(100% - 40px);
		padding: 16px 10px 0;
		font-size: 0.6em;
		line-height:1.2em;
	}
	.search-page .results .result-city-resort .options a .link span>span{
		font-size: inherit;
		font-size: 1.2em;
		display: block;
	}

	.search-page .results .result-box .options a .link small{
		font-size: inherit;
	}
	.search-page .results .result-box.result-city-for-sale .options a{
		width: 100%;
		float: none;
	}

	.search-page .results .result-box.result-city-for-sale .options a .link{
		text-align: center;
		/* margin-top: 22px; */
		font-size: 1em;
	}
	.search-page .results .result-box .options a .badgee img{
		transform: scale(0.55);
	}
	.search-page .results .result-city-resort-listing .content .description{
		padding-bottom: 5px;
	}
	.result-city-resort-listing .row_options, .search-page .results .result-city-resort-listing .options .row_values.dark-1{
		width: 100%;
		padding: 0;
	}
	.search-page .results .result-city-resort-listing .content .description .image{
		width: 102px;
		min-height: 0;
	}
	.search-page .results .result-city-resort-listing .label.darker{
		transform: scale(0.8);
		left: -18px;
	}
	.search-page .results .result-box .description .text h2{
		margin-top: 0!important;
		font-size: 1.1em!important;
		margin-bottom: 6px;
	}
	.search-page .results .result-box .description .text p.description-text{
		float:left;
		margin: 10px 0;
	}
	.search-page .results .result-box .description .text p{
		font-size: 0.7em;
	}
	.result-city-resort-listing .row_options .details .dcol{
		font-size: 0.9em;
		padding: 0;
		padding-bottom: 10px;
	}
	.search-page .results .result-box.result-city-resort-listing .options{
		background: none;
		border-top: none;
	}
	.result-city-resort-listing .row_options{
		margin-top: 10px;
		padding: 0 6%;
	}
	.search-page .results .result-city-resort-listing .options .row_values.dark-1{
		border-left: none;
		border-top: 1px solid #c0c0c0;
	}
	.search-page .results .result-city-resort-listing .options .row_values .link .price{
		height: auto;
		display: block;
		margin-top: 5px;
	}
	.search-page .results .result-city-resort-listing .options .row_values .link{
		display: block;
	}
	.search-page .results .result-city-resort-listing .options .row_values .badgee{
		/*display: none;*/
	}
	.search-page .results .result-city-resort-listing .options .row_values .badgee img{
	    margin-left: 20px;
	    margin-top: 0px;
	    width: 28px;
	}
	.search-page .results .result-city-resort-listing .options .row_values .link .title{
		font-size: 11px;
		float: left;
		margin-top: 7px;
		width: 60px;
		margin-left:10%;
		max-width: 60px;
	}

	#page-last-minute-container .search-page .results .result-city-resort-listing .label.orange.mobile{
		display: block;
	}
	#page-last-minute-container .search-page .results .result-city-resort-listing .options .row_values .link .title{
		text-align: left;
	}
	#page-last-minute-container .search-page .results .result-box .description .text, .search-page .results .result-city-resort-listing .content .description .text{
		min-height: 92px;
	}
	#page-last-minute-container	.search-page .results .result-city-resort-listing .label.orange{
		font-size: 9px;
		text-align: left;
	}
	#page-last-minute-container	.search-page .results .result-city-resort-listing .label .inner{
		padding: 5px 10px;
	}

	.search-page .results .result-city-resort-listing .options .row_values .link .price{
		width: 30%;
	}
	.search-page .results .result-city-resort-listing .options .row_values .link a{
	    float: right;
	    display: block;
	    width: 84%;
	    height: 20px;
	    line-height: 20px;
	    font-size: 0.8em;
	    margin-top: 7px;
	    width: 30%;
	}
	.search-page .results .result-city-resort-listing .options .row_values .link a.view_listing-desktop{
		display: none;
	}
	.search-page .results .result-city-resort-listing .options .row_values .link .price > span{
		float: left;
		font-size: 1.5em;
	}

	.search-page .view_listing-mobile{
		display: block;
	}
	.search-page .results .result-city-resort-listing .options .row_values .link .title img{
		display: inline-block;
		width: 20px;
	}
	.search-page .results .result-city-resort-listing .options .row_values .link div{
		float: left; 
		width: calc(90% / 3)!important;
	}

	.search-page .results .result-city-resort-listing .options .row_values .link div.btn{
	    line-height: 21px;
	    font-size: 14px;
	    white-space: initial;
	    height: auto;
	    padding: 3px 12px;
	}
	.search-page .results .result-city-resort-listing .label.label-top{
		transform: scale(0.8);
		left: -20px;
	}

	.search-page .results .result-city-resort-listing .label.label-bottom{
	    width: 102px;
	    padding: 5px;
	    font-size: 75%;
	    border-radius: 0;
	}

	.search-page .search-filters-mobile .col-xs-4 button span.filters, .search-page .search-filters-mobile .col-xs-4 button span.list{
		width: 11px;
		height: 11px;
	}
	.search-page .related_modal .modal_holder{
		left: 0;
		margin-left: 0;
		width: 100%;
	}

	.search-page .search-map .bubble{
		float:left;
		width:100%;
	}

	.search-page .search-map .gm-style .gm-style-iw{
		max-width: 300px;
	}

	.search-page .search-map .bubble img.thumb {
		width: 140px;
	}
	
	.search-page .search-map .bubble .box-info{
		width: 50%;
		float: left;
	}
	.search-page .search-map .bubble .bubble_title{
		font-size: 0.8em;
		padding-top: 0;
	}
	.search-page .search-map .bubble .bubble_address{
		font-size: 0.6em;
	}
	.search-page .search-map .bubble .buttons{
		float: left;
		width: 100%;
		margin-top: 5px;
	}
	.search-page .search-map .bubble .buttons a{
		float: left;
		margin-top: 5px;
		width: 100%;
		padding: 0;
		font-size: 0.658em;
		text-align: center;
		border-right: none;
	}
	.search-page .search-map .bubble .buttons a img{
		width: 17%;
	}
	#page-last-minute-container{
		max-width: 100%;
		overflow-x: hidden;
	}
	.search-page .results .results-list .result-city-resort-listing .content .description .text h2{
		font-size:16px!important;
	}
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

.react-autosuggest__section-container {
  border-top: 1px dashed #ccc;
}

.react-autosuggest__section-container--first {
  border-top: 0;
}

.react-autosuggest__section-title {
  padding: 10px 0 0 10px;
  font-size: 12px;
  color: #777;
}


.react-autosuggest__container {
  position: relative;
}

.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.react-autosuggest__input--focused {
  outline: none;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 51px;
  width: 100%;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 999999;
}

.search-page .search-header ul.react-autosuggest__suggestions-list {
  margin: 0 ;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest__suggestions-list li {
  margin: 0;
  padding-left: 0px;
  
}


.search-page .search-header ul li.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 0 20px;
  color:#000000;
  background: none;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

.react-autosuggest__section-container {
  border-top: 1px dashed #ccc;
}

.react-autosuggest__section-container--first {
  border-top: 0;
}

.react-autosuggest__section-title {
  padding: 10px 0 0 10px;
  font-size: 12px;
  color: #777;
}
#clear-filters a{
	background-image: none;
}

.clear-filters-panel{
	background: url(../../../images/search_page/collapse-close.svg) no-repeat;
	background-size: 18px;
}

/*datepicker*/


.react-datepicker__tether-element{
	z-index: 99999!important;
}

.react-autosuggest__suggestions-list li {
    margin: 0;
    padding-left: 0px;
}
.search-page .search-header ul li.react-autosuggest__suggestion {
    cursor: pointer;
    padding: 0 20px;
    color: #000000;
    background: none;
}
.react-autosuggest__suggestion--highlighted {
    background-color: #ddd;
}
.react-autosuggest__section-container {
    border-top: 1px dashed #ccc;
}
.react-autosuggest__section-container--first {
    border-top: 0;
}
.react-autosuggest__section-title {
    padding: 10px 0 0 10px;
    font-size: 12px;
    color: #777;
}
#clear-filters a {
    background-image: none;
}
.clear-filters-panel {
    background: url(../../../images/search_page/collapse-close.svg) no-repeat;
    background-size: 18px;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
    margin-left: -8px;
    position: absolute;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
    top: 0;
    margin-top: -8px;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
    bottom: 0;
    margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae;
}
.react-datepicker-wrapper {
    display: inline-block;
}
.react-datepicker {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    display: inline-block;
    position: relative;
    width: 219px;
    padding: 0;
    /* z-index: 9999; */
}
.react-datepicker__triangle {
    position: absolute;
    left: 50px;
}
.react-datepicker-popper {
    z-index: 1;
}
.react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px;
}
.react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 6px;
}
.react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px;
}
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
    left: auto;
    right: 42px;
}
.react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px;
}
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
    left: 42px;
    right: auto;
}
.react-datepicker__header {
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    padding-top: 8px;
    position: relative;
}
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll {
    display: inline-block;
    margin: 0 2px;
}
.react-datepicker__current-month {
    margin-top: 0;
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
}
.react-datepicker__navigation {
    line-height: 1.7rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    width: 0;
    border: 0.45rem solid transparent;
    z-index: 1;
}
.react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc;
}
.react-datepicker__navigation--previous:hover {
    border-right-color: #b3b3b3;
}
.react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc;
}
.react-datepicker__navigation--next:hover {
    border-left-color: #b3b3b3;
}
.react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.react-datepicker__navigation--years-previous {
    top: 4px;
    border-top-color: #ccc;
}
.react-datepicker__navigation--years-previous:hover {
    border-top-color: #b3b3b3;
}
.react-datepicker__navigation--years-upcoming {
    top: -4px;
    border-bottom-color: #ccc;
}
.react-datepicker__navigation--years-upcoming:hover {
    border-bottom-color: #b3b3b3;
}
.react-datepicker__month-container {
    display: inline;
    float: left;
    width: 100%;
}
.react-datepicker__month {
    margin: 0.4rem;
    text-align: center;
}
.react-datepicker__week-number {
    color: #ccc;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0;
}
.react-datepicker__day-name,
.react-datepicker__day {
    color: #000;
    display: inline-block;
    width: 2rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 0.166rem;
}
.react-datepicker__day {
    cursor: pointer;
}
.react-datepicker__day:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0;
}
.react-datepicker__day--today {
    font-weight: bold;
}
.react-datepicker__day--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff;
}
.react-datepicker__day--highlighted:hover {
    background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1 {
    color: magenta;
}
.react-datepicker__day--highlighted-custom-2 {
    color: green;
}
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff;
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover {
    background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff;
}
.react-datepicker__day--keyboard-selected:hover {
    background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
    background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000;
}
.react-datepicker__day--disabled {
    cursor: default;
    color: #ccc;
}
.react-datepicker__day--disabled:hover {
    background-color: transparent;
}
.react-datepicker__input-container {
    position: relative;
    display: inline-block;
    height: 28px;
    width: 100%;
}
.react-datepicker__year-read-view,
.react-datepicker__month-read-view {
    border: 1px solid transparent;
    border-radius: 0.3rem;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover {
    cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
    border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem;
}
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown {
    background-color: #f0f0f0;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    z-index: 1;
    text-align: center;
    border-radius: 0.3rem;
    border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover {
    cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll;
}
.react-datepicker__year-option,
.react-datepicker__month-option {
    line-height: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover {
    background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
    border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
    border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected {
    position: absolute;
    left: 15px;
}
.react-datepicker__close-icon {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 0;
    outline: 0;
    padding: 0;
    vertical-align: middle;
}
.react-datepicker__close-icon::after {
    background-color: #216ba5;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\D7";
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 1;
    margin: -8px auto 0;
    padding: 2px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 50%;
}
.react-datepicker__today-button {
    background: #f0f0f0;
    border-top: 1px solid #aeaeae;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    clear: left;
}
.react-datepicker__portal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day {
    width: 3rem;
    line-height: 3rem;
}
@media (max-width: 400px),
(max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day {
        width: 2rem;
        line-height: 2rem;
    }
}
.react-datepicker__portal .react-datepicker__current-month {
    font-size: 1.44rem;
}
.react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent;
}
.react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc;
}
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
    border-right-color: #b3b3b3;
}
.react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc;
}
.react-datepicker__portal .react-datepicker__navigation--next:hover {
    border-left-color: #b3b3b3;
}
.filters_load a{
	background-image: none!important;
}

/**blue box newsletter*/

.blue-box{
    padding: 20px 40px;
    float: right;
    width: 400px;
    background:#00465f;
    border-top: 5px solid #c08b25;
    position: relative;
}

.blue-box .icon{
	height: 81px;
	width: 74px;
	background: url('../../../images/blue-box-icon.png') no-repeat;
	display: block;
    position: absolute;
    top:0;
    left: 40%;
    margin-top:-44px;
}
.blue-box_title{
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 25px;
    color: #fff;
}
.blue-box_info{
    font-size:14px;
    color:#fff;
    text-align: center;
}
.blue-box_info span{
	width: 70px;
	height: 1px;
	background: #20b1cc;
	display: inline-block;
}
.blue-box form{
	width:100%;
	float: left;
	margin-top:20px;
}
.blue-box form input[type=text]{
	border-top-left-radius: 5px; 
	border-bottom-left-radius: 5px;
	border: none;
	margin:0;
	float: left;
	width: 70%;
	padding:8px 20px;
}
.blue-box form input[type=submit]{
	border-top-right-radius: 5px; 
	border-bottom-right-radius: 5px;
	border: none;
	margin:0;
	float: left;
	width: 30%;
	padding:8px;
	font-weight: 700;
	background: #20bfcc; 
	color: #fff;
}
.search-page .results .results-list{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.search-page .results .results-list a:focus{
	text-decoration: none;
	outline: none;
}
.search-page .results .result-city-resort-listing .content .description .text h2{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 25px!important;
}

.search_bar_top{
	padding-top:26px;
}
.offers-count{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.react-datepicker__month-read-view--down-arrow,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__tether-element-attached-top .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,.react-datepicker__tether-element-attached-top .react-datepicker__triangle,.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker__tether-element-attached-top .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker__tether-element-attached-top .react-datepicker__triangle,.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker__month-read-view--down-arrow,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{border-bottom:none;border-top-color:#fff}.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element{margin-top:-20px}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;border-top-right-radius:.3rem;padding-top:8px;position:relative}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 2px}.react-datepicker__current-month{margin-top:0;color:#000;font-weight:700;font-size:1.2rem}.react-datepicker__navigation{line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;border:.45rem solid transparent;z-index:1}.react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}.react-datepicker__navigation--previous:hover{border-right-color:#b3b2b2}.react-datepicker__navigation--next{right:10px;border-left-color:#ccc}.react-datepicker__navigation--next:hover{border-left-color:#b3b2b2}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b2b2}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b2b2}.react-datepicker__month-container{display:inline;float:left}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__week-number{color:#ccc}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__week-number{display:inline-block;width:2.2rem;line-height:2.2rem;text-align:center;margin:.166rem;font-size:14px;}.react-datepicker__day,.react-datepicker__day-name{color:#000}.react-datepicker__day{cursor:pointer}.react-datepicker__day:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today{font-weight:700}.react-datepicker__day--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover{background-color:#32be3f}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__day--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block}.react-datepicker__month-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem}.react-datepicker__month-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b2b2}.react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:.45rem}.react-datepicker__month-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__month-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__month-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__month-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b2b2}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b2b2}.react-datepicker__month-option--selected,.react-datepicker__year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;display:inline-block;height:0;outline:0;padding:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;bottom:0;box-sizing:border-box;color:#fff;content:"\D7";cursor:pointer;font-size:12px;height:16px;width:16px;line-height:1;margin:-8px auto 0;padding:2px;position:absolute;right:7px;text-align:center;top:50%}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__tether-element{z-index:2147483647}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name{width:3rem;line-height:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b2b2}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b2b2}.Select{position:relative}.Select input::-webkit-contacts-auto-fill-button,.Select input::-webkit-credentials-auto-fill-button{display:none!important}.Select input::-ms-clear,.Select input::-ms-reveal{display:none!important}.Select,.Select div,.Select input,.Select span{box-sizing:border-box}.Select.is-disabled .Select-arrow-zone{cursor:default;pointer-events:none;opacity:.35}.Select.is-disabled>.Select-control{background-color:#f9f9f9}.Select.is-disabled>.Select-control:hover{box-shadow:none}.Select.is-open>.Select-control{border-bottom-right-radius:0;border-bottom-left-radius:0;background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.Select.is-open>.Select-control .Select-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.Select.is-searchable.is-focused:not(.is-open)>.Select-control,.Select.is-searchable.is-open>.Select-control{cursor:text}.Select.is-focused>.Select-control{background:#fff}.Select.is-focused:not(.is-open)>.Select-control{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1);background:#fff}.Select.has-value.is-clearable.Select--single>.Select-control .Select-value{padding-right:42px}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.Select.has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#333}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover{color:#007eff;outline:none;text-decoration:underline}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus{background:#fff}.Select.has-value.is-pseudo-focused .Select-input{opacity:0}.Select.is-open .Select-arrow,.Select .Select-arrow-zone:hover>.Select-arrow{border-top-color:#666}.Select.Select--rtl{direction:rtl;text-align:right}.Select-control{background-color:#fff;border-color:#d9d9d9 #ccc #b3b3b3;border-radius:4px;border:1px solid #ccc;color:#333;cursor:default;display:table;border-spacing:0;border-collapse:separate;height:36px;outline:none;overflow:hidden;position:relative;width:100%}.Select-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.Select-control .Select-input:focus{outline:none;background:#fff}.Select--single>.Select-control .Select-value,.Select-placeholder{bottom:0;color:#aaa;left:0;line-height:34px;padding-left:10px;padding-right:10px;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Select-input{height:34px;padding-left:10px;padding-right:10px;vertical-align:middle}.Select-input>input{width:100%;background:none transparent;border:0 none;box-shadow:none;cursor:default;display:inline-block;font-family:inherit;font-size:inherit;margin:0;outline:none;line-height:17px;padding:8px 0 12px;-webkit-appearance:none}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0}.Select-control:not(.is-searchable)>.Select-input{outline:none}.Select-loading-zone{cursor:pointer;display:table-cell;text-align:center}.Select-loading,.Select-loading-zone{position:relative;vertical-align:middle;width:16px}.Select-loading{-webkit-animation:Select-animation-spin .4s infinite linear;animation:Select-animation-spin .4s infinite linear;height:16px;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:#333;display:inline-block}.Select-clear-zone{-webkit-animation:Select-animation-fadeIn .2s;animation:Select-animation-fadeIn .2s;color:#999;cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:17px}.Select-clear-zone:hover{color:#d0021b}.Select-clear{display:inline-block;font-size:18px;line-height:1}.Select--multi .Select-clear-zone{width:17px}.Select-arrow-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:25px;padding-right:5px}.Select--rtl .Select-arrow-zone{padding-right:0;padding-left:5px}.Select-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0;position:relative}.Select-control>:last-child{padding-right:5px}.Select--multi .Select-multi-value-wrapper{display:inline-block}.Select .Select-aria-only{position:absolute;display:inline-block;height:1px;width:1px;margin:-1px;clip:rect(0,0,0,0);overflow:hidden;float:left}@-webkit-keyframes Select-animation-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Select-animation-fadeIn{0%{opacity:0}to{opacity:1}}.Select-menu-outer{border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#fff;border:1px solid #ccc;border-top-color:#e6e6e6;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;position:absolute;top:100%;width:100%;z-index:1;-webkit-overflow-scrolling:touch}.Select-menu{max-height:198px;overflow-y:auto}.Select-option{box-sizing:border-box;background-color:#fff;color:#666;cursor:pointer;display:block;padding:8px 10px}.Select-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.Select-option.is-selected{background-color:#f5faff;background-color:rgba(0,126,255,.04);color:#333}.Select-option.is-focused{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);color:#333}.Select-option.is-disabled{color:#ccc;cursor:default}.Select-noresults{box-sizing:border-box;color:#999;cursor:default;display:block;padding:8px 10px}.Select--multi .Select-input{vertical-align:middle;margin-left:10px;padding:0}.Select--multi.Select--rtl .Select-input{margin-left:0;margin-right:10px}.Select--multi.has-value .Select-input{margin-left:5px}.Select--multi .Select-value{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);border-radius:2px;border:1px solid #c2e0ff;border:1px solid rgba(0,126,255,.24);color:#007eff;display:inline-block;font-size:.9em;line-height:1.4;margin-left:5px;margin-top:5px;vertical-align:top}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{display:inline-block;vertical-align:middle}.Select--multi .Select-value-label{border-bottom-right-radius:2px;border-top-right-radius:2px;cursor:default;padding:2px 5px}.Select--multi a.Select-value-label{color:#007eff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;border-bottom-left-radius:2px;border-top-left-radius:2px;border-right:1px solid #c2e0ff;border-right:1px solid rgba(0,126,255,.24);padding:1px 5px 3px}.Select--multi .Select-value-icon:focus,.Select--multi .Select-value-icon:hover{background-color:#d8eafd;background-color:rgba(0,113,230,.08);color:#0071e6}.Select--multi .Select-value-icon:active{background-color:#c2e0ff;background-color:rgba(0,126,255,.24)}.Select--multi.Select--rtl .Select-value{margin-left:0;margin-right:5px}.Select--multi.Select--rtl .Select-value-icon{border-right:none;border-left:1px solid #c2e0ff;border-left:1px solid rgba(0,126,255,.24)}.Select--multi.is-disabled .Select-value{background-color:#fcfcfc;border:1px solid #e3e3e3;color:#333}.Select--multi.is-disabled .Select-value-icon{cursor:not-allowed;border-right:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon:active,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:hover{background-color:#fcfcfc}@keyframes Select-animation-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes Select-animation-spin{to{-webkit-transform:rotate(1turn)}}

.search-page .results .result-city-resort-listing.verified-ad .options .row_values .link{
	color: #fff;
}
.search-page .results .result-city-resort-listing.verified-ad .verified-text-mobile{
	display: none;
}
.search-page .results .result-city-resort-listing.verified-ad .options .row_values .link .price{
    height: 145px;
}
.search-page .results .result-city-resort-listing.verified-ad .options .row_values.dark-1,
.search-page .results .result-city-resort-listing.verified-ad .options .row_values.dark-2{
	background: #105572;
	position: relative;
}
.verified-text{
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
	color: #fff;
	margin-top: 10px;
	position: relative;
}
.verified-text-mobile{
	position: relative;
}
.verified-text-mobile svg,
.verified-text svg {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}


.tool-tips{
	position: absolute;
	font-style: normal;
    background: #fff;
    border: 1px solid #cfcfcf;
    font-size: 11px;
    color: #000;
    line-height: normal;
    padding: 10px;
	top: 30px;
	display:none;
}
.verified-text:hover .tool-tips,
.verified-text-mobile:hover .tool-tips{
	display: block;
}
.tool-tips-header {
    font-size: 12px;
    font-weight: bold;
    color: #035573;
}


@media (max-width: 1199px) {
	.verified-text-mobile{
		position: absolute;
		width: 100%;
		color: #fff;
		margin-top: 10px;
		align-items: center;
		justify-content: center;
		font-style: italic;
	}
	.search-page .results .result-city-resort-listing.verified-ad .verified-text-mobile{
		display: flex;
	}
	.search-page .results .result-city-resort-listing.verified-ad .options .row_values .link{
		margin-top: 40px;
	}
	.verified-text{
		display:none;
	}
	.search-page .results .result-city-resort-listing.verified-ad .options .row_values .link .price{
		height:auto;
	}
	.search-page .results .result-city-resort-listing.verified-ad .options .row_values .badgee{
		background: #4295b3;
	}
	.search-page .results .result-city-resort-listing.verified-ad .options .row_values .badgee img {
		margin-left: 6px;
	}
}

.map-exit-view {
	width: 150px;
	text-align: center;
	font-size: 18px;
	background-color: #045572;
	color: white;
	top: 10px;
	position: absolute;
	z-index: 999;
	left: 45%;
    cursor: pointer;
	border: 2px solid white;
}