.distanceSort{visibility: hidden;}
div [data-sv-distanceSort] {
	opacity: 0.5;
	pointer-events:none;
}

.no-results{
	padding: 20px;
	text-align: center;
	min-height: 840px;
}
h4.no-results{
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	min-height: none;
}

.shared-layout {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.shared-layout .background {
	background-color: #fffaed;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80%;
	z-index: -1;
}
.qv-wrapper.open a.share.sh-share-link.addthis_button_more.share-button {
	height: 62px;
	color: #fff!important;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
p.dates {
	padding-bottom: 0px;
	color: #434444;
	font-size: 16px;
}
ul.options li {
	border-left: 1px solid #434444;
}
.shared-layout ul.options > li.pagination,
.shared-layout ul.options > li.pagination .pager ul li {
	border: none;
}
.pager ul > li {
	border: none;
}
.shared-layout ul.upper-labels {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-left: 70px;
	padding-top: 30px;
	margin-bottom: -2px;
	padding-bottom: 0;
}

.shared-layout ul.options > li.sort-by-rec {
	margin-left: 10%;
	border-right: none;
	border-top: none;
	border-bottom: none;
	margin-top: -2px;
}

.shared-layout .pager ul > li {
	border: none;
}

.shared-layout ul.options > li.sort-by-rec i {
	font-size: 25px;
}
.shared-layout ul.options li {
	border-left: 1px solid #7d8080;
	border-top: none;
	border-bottom: none;
}
.shared-layout ul.options li.grid i {
	font-size: 25px;
}
.shared-layout ul.options li:nth-child(5),
.shared-layout ul.options li:nth-child(3) {
	border-right: 1px solid #7d8080;
}
a.view-option.active i {
	font-size: 25px;
}
.shared-layout ul.upper-labels li {
	display: inline;
	padding-right: 205px;
	font-size: 31px;
	color: #434444;
	font-family: 'DIN Next LT W01 Black', sans-serif;
}
.shared-layout .quickview a {
	color: #8e8f8f;
	font-family: "DIN Next LT W01 Medium",sans-serif;
	font-style: italic;
}


/* Custom styled checkboxes */

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
	background: transparent;
	border: 2px solid #434444;
	border-radius: 2px;
	width: 15px;
	height: 15px;
	font-family: FontAwesome;
	content: '\f0c8';
	color: transparent;
	position: absolute;
	top: 3px;
	left: 1px;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
	width: 15px;
	height: 15px;
	font-family: FontAwesome;
	font-size: 14px;
	content: '\f00c';
	color: #fff;
	position: absolute;
	top: 3px;
	left: 1px;
	padding: 0;
	background: #ff4539;
	display: flex;
	align-items:center;
	justify-content: center;
}

input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
}

input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

input[type="checkbox"]:not(:checked):hover + label:after {
	opacity: 0.6;
}

.filters-wrapper {
	display: none;
	float: left;
	width: 292px;
}

.filters {
	padding: 39px 19px;
	overflow-y: auto;
	-webkit-overflow-scrolling : touch;
}

.filters .close {
	display: inline-block;
	width: 15px;
	height: 15px;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	background-image: url('/includes/public/assets/images/ic-cancel.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

.filters label {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
	color: #434444;
	font-family: "DIN Next LT W01 Medium",sans-serif;
}
.filters label.keyword { color: #0498d9; }

.filters .form-group {
	position: relative;
	margin-bottom: 27px;
}

.filters .form-group input::-webkit-input-placeholder {
	opacity: 1;
	color: #585858;
}
.filters .form-group input::-moz-placeholder {
	opacity: 1;
	color: #585858;
}
.filters .form-group input:-ms-input-placeholder {
	opacity: 1;
	color: #585858;
}
.filters .form-group input:-moz-placeholder {
	opacity: 1;
	color: #585858;
}

.filters input.shared-input.input-text {
	height: 46px;
	padding: 0 12px;
	margin-right: 0;
	color: #1d1d1d;
	border: 1px solid #999a9a;
	margin-bottom: 20px;
	font-size: 16px;
}
/* this bit of css hides the form button if we got no regions/amenties/cats */
.filters .form-group + a.clear-filters {
	display: none !important;
}
.filters .date{
	padding: 0;
	border: 1px solid #999a9a;
}
.filters .date-sep { padding: 0;}
.filters .date-sep p{
	color: #fff;
	text-align: center;
	line-height: 33px;
	font-size: 15px;
}

.filters input.shared-input.input-date {
	height: 43px;
	padding: 0;
	margin-right: 0;
	color: #1d1d1d;
	border-bottom: none;
	margin-bottom: 0;
	text-align: center;
}

.filters button.shared-submit {
	position: absolute;
	right: 0;
	top: 5px;
	background-color: transparent;
	height: 33px;
	font-family: 'DIN Next LT W01 Black', sans-serif;
	margin: 0;
	padding: 7px 14px;
	vertical-align: top;
}
.filters button.shared-submit:hover { color: #0498d9; }
.filters button.shared-submit:after { content: ' '; }

.filters button.shared-submit .fa {color: #434444;margin-left: 5px;font-size: 20px;}
.filters button.shared-submit:hover * { color: #0498d9; }

.filters h3 {
	color: #fff;
	font-family: 'DIN Next LT W01 Black', sans-serif;
	font-size: 16px;
	letter-spacing: 0;
}

.filters a.clear-filters {
	display: block;
	background-color: transparent;
	width: 100%;
	color: #434444;
	text-align: center;
	padding: 3px 0px;
	margin-bottom: 10px;
	border: 4px #434444 solid;
	height: 59px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "DIN Next LT W01 Medium",sans-serif;
	font-weight: 100;
	font-style: italic;
	letter-spacing: 1.5px;
	font-size: 17px;
}

.filters a.clear-filters:hover {
	opacity: 0.8;
}

.filters h4 {
	margin-bottom: 12px;
	font-family: 'DIN Next LT W01 Black', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #434444;
	letter-spacing: 0;
	text-transform: uppercase;
}

.filters ul.filter-items {
	padding: 0;
	margin: 0 0 17px;
	list-style: none;
}

.filters .month-name {
	text-transform: capitalize;
}

.filters input.disabled[type="checkbox"] + label,
.filters input.disabled[type="checkbox"] {
	display: none;
}

.filters ul.filter-items > li {
	position: relative;
	display: none;
	color: #fff;
	font-family: "DIN Next LT W01 Medium",sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 6px;
}

.filters ul.filter-items.showmore > li,
.filters ul.filter-items > li:nth-child(-n+5) {
	display: block;
}

.filters ul.filter-items > li > label {
	margin: 0;
}

.filters ul.filter-items > li > a {
	text-align: left;
}

.filters ul.filter-items > li span {
	color: #434444;
	margin-left: 5px;
}

.filters ul.filter-items > li.showmore {
	display: block;
	color: #ff4539;
	cursor: pointer;
	font-family: 'DIN Next LT W01 Black', sans-serif;
	margin-top: 10px;
	font-size: 16px;
}

.results-wrapper {}

.results {
	padding: 39px 0;
	text-align: center;
	position: relative;
}
.results:before {
	content: '';
	height: 100%;
	position: absolute;
	width: 400px;
	right: -198px;
	top: 0;
}
.results-wrapper:after {
	content: '';
	background-image: url(/includes/public/assets/pattern.png);
	height: 96%;
	position: absolute;
	right: 0px;
	top: 28px;
	width: 42px;
}
ul.options {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
	border: 4px solid #434444;
	border-left: none;
	border-right: none;
	height: 53px;
}

ul.options > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 4.5px;
}

ul.options > li.title,
ul.options > li.sort-title {
	padding: 10px 5px;
	font-family: "DIN Next LT W01 Medium",sans-serif;
	font-size: 14px;
	line-height: 27px;
	padding-left: 15px;
}

ul.options > li > span { display: inline-block; }

ul.options > li > a {
	display: inline-block;
	padding: 11px 12px 9px;
	font-family: "DIN Next LT W01 Medium",sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #434444;
	text-align: center;
	border-bottom: 2px solid transparent;
}

ul.options > li > a.selected,
ul.options > li > a.active,
ul.options > li > a:hover {color: #ff4539;}

ul.options > li > a.view-option.selected,
ul.options > li > a.view-option.active,
ul.options > li > a.view-option:hover {
	color: #ff4539;
}

ul.mobile-options {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0px;
	list-style: none;
	background-color: #fff;
	border-top: 4px solid #434444;
	border-bottom: 4px solid #434444;
	text-align: center;
	height: 47px;
	list-style: none;
}

ul.mobile-options > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #434444;
	width: 32%;
	margin-right: -3px;
}

ul.mobile-options li.sort-disabled {
	pointer-events: none;
	opacity: 0.5;
}

ul.mobile-options > li:last-of-type {
	border-right: 0;
}

ul.mobile-options > li > a {
	display: block;
	padding: 8px 15px 9px;
	font-family: "DIN Next LT W01 Medium",sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #1d1d1d;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

ul.mobile-options > li .fa {color: #ff4539;font-size: 23px;}

ul.mobile-options li.active > a .fa:not(.fa-search) {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: rotate(180deg);
}

ul.mobile-options ul.options {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

ul.mobile-options .options-dropdown {
	position: absolute;
	left: calc(-4% - 5px);
	z-index: 10;
	display: none;
}

ul.mobile-options .options-dropdown::before {
	display: block;
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	z-index: 99;
	transform: translateX(-50%);
}

ul.mobile-options > li.active > .options-dropdown {
	display: block;
	background: #fff;
	height: auto;
}

ul.mobile-options .options-dropdown.centered {
	right: 0;
	left: 0;
	width: 100%;
}

ul.mobile-options .options-dropdown.centered::before {
	left: 50%;
	border-color: transparent transparent #0498d9 transparent;
}

ul.mobile-options > li.active > .options-dropdown .mobile-filters-wrapper {
	width: 320px;
	text-align: left;
	overflow-y: auto;
	height: 100%;
}

ul.mobile-options > li.active > .options-dropdown > ul.options {
	display: inline-block;
	width: 100%;
	background: #fff;
	height: 100%;
	border: none;
}

ul.mobile-options li.filter.active .tab-title::before {
	content: 'Close ';
}
ul.mobile-options li.filter.active a { padding: 11px 5px 9px; }


.shared-map .infoWindow {}

.shared-map .infoWindow h5 {
	margin: 0;
	font-size: 20px;
	font-family: 'DIN Next LT W01 Black', sans-serif;
	line-height: 22px;
	color: #212121;
}

.shared-map .infoWindow h5 a { color: #212121; }

.shared-map .infoWindow ul.contactInfo {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shared-map .infoWindow ul.contactInfo > li {
	margin-bottom: 5px;
	font-family: 'DIN Next LT W01 Black', sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #616161;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items span {
	padding-right: 10px;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items a {
	color: #212121;
	text-transform: uppercase;
}

.shared-items-container {
	/*display: none;*/
	width: 100%;
}

.shared-items {
	margin-bottom: 4px;
}

.shared-items .container{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	flex-direction: row;
	align-content: flex-start;
}

.shared-items .shared-item {
	position: relative;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}


.layout-grid .shared-items .shared-item {
	max-width: 290px;
	/* width: 40%; */
	margin: 0 10px 20px;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1300px) {
	.results-wrapper {padding-right: 0%;}
}
@media only screen and (max-width: 640px) {
	.layout-grid .shared-items .shared-item {
		width: 100%;
		margin: 0 10px 20px;
	}
}

.layout-list .shared-items .shared-item{
	margin-bottom: 20px;
	display: flex;
	width: 85%;
}

.layout-map .shared-items .shared-item,
.layout-map .shared-items .shared-item a{
	width: 100%;
}


.shared-items .shared-item .image-container {position: relative;}

.shared-items .shared-item .image-container a {
	display: block;
}

.shared-items .shared-item .image-container img {
	width: 100%;
	height: 100%;
}

.shared-items .shared-item .image-container .image-date-block{
	position: absolute;
	bottom: -6px;
	left: 0;
	display: flex;
	padding: 0px 15px;
	font-family: 'DIN Next LT W01 Black', sans-serif;
	font-weight: 600;
	color: #fff;
}

.layout-list .shared-items .shared-item .image-container .image-date-block {
	bottom: -6px;
	right: -5px;
	left: auto;
}
.layout-map .shared-items .shared-item .image-container .image-date-block {
	bottom: -4px;
	right: -5px;
	left: auto;
}
.layout-map .shared-items .shared-item .image-container .image-date-block span.month,
.layout-map .shared-items .shared-item .image-container .image-date-block span.day { 
	font-size: 23px;
}
.shared-items .shared-item .image-container .image-date-block span{
	width: 100%;
	display: block;
}
.shared-items .shared-item .image-container .image-date-block span.month{
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	padding-right: 8px;
	min-width: 84px;
}
.shared-items .shared-item .image-container .image-date-block span.day{font-size: 36px;}

.layout-list .shared-items .shared-item .image-container,
.layout-map .shared-items .shared-item .image-container {
	flex: 1;
}

.layout-list .shared-items .shared-item .image-container img {
	display: block;
	width: 100%;
}

.layout-map .shared-items .shared-item .image-container{overflow: hidden;}
.layout-map .shared-items .shared-item .image-container img{
	height: 100%;
	width: auto;
	position: absolute;
	max-width: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 40.063em) {
	.layout-list .shared-items .shared-item .image-container{overflow: hidden;}
	.layout-list .shared-items .shared-item .image-container img{
		height: 100%;
		width: auto;
		position: absolute;
		max-width: none;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.shared-items .shared-item .image-container .image-date-block span.month{
		font-size: 26px;
		min-width: 58px;
	}
	.shared-items .shared-item .image-container .image-date-block span.day{font-size: 26px;}
	}

.layout-map .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address a {margin-bottom: 10px}

.shared-items .shared-item .contents {
	padding: 12px 15px;
	text-align: left;
	border: #434444 solid 4px;
	flex: 1;
	display: flex;
	flex-direction: column;
	border-top: none;
	flex-basis: auto;
}

.layout-list .shared-items .shared-item .contents,
.layout-map .shared-items .shared-item .contents {
	position: relative;
	display: block;
	padding-bottom: 0;
	flex: 2;
	border-left: none;
	border-top: 4px solid #434444;
}

.shared-items .shared-item .contents .booking-cont {
	padding: 5px 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.shared-items .shared-item .contents .booking-cont >  a:hover {
    color: #ff4539;
    font-weight: bold;
    fill: #ff4539;
}

.layout-map .shared-items .shared-item:hover > a {
	display: inherit;
}
.layout-map .shared-items .shared-item .contents {padding: 10px 15px;}

.shared-items .shared-item .contents h2 {
	font-size: 19px;
	line-height: 22px;
	color: #434444;
	margin: 0 0 5px 0;
	letter-spacing: 0;
	font-family: 'DIN Next LT W01 Black', sans-serif;
	margin-bottom: 10px!important;
}

.shared-items .shared-item .contents h2 a {
	color: #434444;
}

.layout-list .shared-items .shared-item .contents h2,
.layout-map .shared-items .shared-item .contents h2 {
	font-size: 16px;
	text-align: left;
}

.shared-items .shared-item .contents .address,
.shared-items .shared-item .contents .address a {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
	color: #434444;
	font-family: "DIN Next LT W01 Medium",sans-serif;
}


@media (max-width: 640px) {
	.layout-map .shared-items .shared-item .contents h2 {font-size: 14px;}
	.layout-map .shared-items .shared-item .contents .address,
	.layout-map .shared-items .shared-item .contents .address a { font-size: 12px;}
}

.shared-items .shared-item .contents .address.distance,
.shared-items .shared-item .contents .address.distance a {
	margin-bottom: 0;
}

.shared-items .shared-item .contents .address .fa {color: #434444;font-family: "fontAwesome";}

.layout-list .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address {
	text-align: left;
}

.layout-list .shared-items .shared-item .contents .dates {
	line-height: 16px;
	margin-bottom: 3px;
}

.shared-items .shared-item .contents .description { display: none; }

.shared-items .shared-item .contents .description p {
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 22px;
	color: #444;
}

.layout-list .shared-items .shared-item .contents .description,
.layout-map .shared-items .shared-item .contents .description { display: none; }

.shared-items .shared-item .contents .actions .qv-btn {
	position: absolute;
	top: auto;
	bottom: 5px;
	left: 10px;
	font-family: 'DIN Next LT W01 Black', sans-serif;
	font-size: 14px;
	border: 0 none;
	margin: 0;
	padding: 0;
}

.layout-list .shared-items .shared-item .contents .actions .qv-btn {position: relative;}

.shared-items .shared-item .contents .actions .qv-btn p{
	font-family: 'DIN Next LT W01 Black', sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}

.layout-map .shared-items .shared-item .contents .actions .qv-btn{display: none;}

.shared-items .shared-item .contents .actions .qv-btn .fa { color: #0498d9; }


.pagination-container.top-container {
	margin-bottom: 0px;
}

.pagination-container.top-container .pager {
	display: none;
}

.pagination { }
.pagination-container.bottom-container .pagination { padding-bottom: 30px; }

.pagination .total {
	font-size: 14px;
	line-height: 27px;
}

.pagination .total b {
	font-family: 'DIN Next LT W01 Black', sans-serif;
}

.pagination .pager {
	text-align: center;
}

.pagination .pager a.disabled {
	color: #1d1d1d;
	opacity: 0.3;
	cursor: default;
}

.pagination .pager ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination .pager li {
	display: inline-block;
	font-size: 16px;
	padding: 0 5px;
	font-family: "DIN Next LT W01 Medium",sans-serif;
}

.pagination .pager li a {
	color: #434444;
}
.pagination .pager li a.last img {
	transform: scaleX(-1);
}
.pagination .pager li a.last-double img {
	transform: scaleX(-1);
}
.pagination .pager li a .fa {
	position: relative;
	top: 3px;
	font-size: 24px;
	line-height: 0;
}

.overlay {
	display: none;
	width: 100%;
	height: calc(100% - 43px);
	position: absolute;
	top: 94px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 5;
}

.overlay.active {
	display: block;
}

.listings-bottom {
	background-color: #fff;
	border-top: 3px solid #434444;
	border-bottom: 3px solid #434444;
	vertical-align: middle;
}
.backgroud-bottom {
	width: 44%;
	height: 60px;
	margin-bottom: 60px;
}
.listings-bottom .gap-column { display: block; }
.listings-bottom > .row > div {
	line-height: 27px;
	padding: 10px 0px;
	vertical-align: middle;
}
.back-to-btn {
	color: #1d1d1d;
	text-align: center;
	cursor: pointer;
}
.back-to-btn .fa-long-arrow-up { color: #0498d9; }
.listings-bottom .pagination-container.bottom-container .pagination { padding-bottom: 0 }

@media only screen and (min-width: 40.063em) {
	.results {
		text-align: left;
	}
}

@media only screen and (min-width: 64.063em) {
	 .layout-list .shared-items .shared-item .contents{flex : 3;}
	.layout-list .shared-items .shared-item .contents h2 {
		font-size: 24px;
		line-height: 30px;
	}

	ul.options {
		display: block;
		text-align: center;
		padding-left: 8%;
		margin-top: -3px;
	}


	ul.options li.sort-disabled {
		pointer-events: none;
		opacity: 0.5;
	}

	.results-wrapper {
		margin-left: 292px;
	}
	.results {
		min-height: 840px;
		overflow: hidden;
		padding-left: 52px;
	}
	.results:before {
		min-height: 840px;
		height: auto;
		content: '';
		position: absolute;
		bottom: -50%;
		width: 100%;
		left: 0;
	}
	.layout-map .results {
		min-height: 840px;
		background: #fffaed;
		margin-left: 24px;
	}
	.results .spacer {
		display: block;
		width: 100%;
		height: 20px;
	}
	.filters-wrapper {
		display: block;
	}
	.mobile-options {
		display: none;
	}

	ul.options > li.sort-title,
	ul.options > li.pagination { padding-left: 50px; }

	.filters h4 { margin-top: 20px; }

	.filters a.clear-filters {margin-top: 36px;}

	.shared-items .shared-item .contents .actions {
		position: relative;
		height: 21px;
		flex-grow: 1;
	}
	.shared-items .quickview {
		position: absolute;
		bottom: 0;
	}
	.layout-list .shared-items .quickview {
		position: absolute;
		bottom: 1px;
		left: 32px;
	}
	.layout-list .shared-items .shared-item .contents .description {
		display: block;
	}
	.layout-grid .shared-items .shared-item .contents .description {
		display: none;
	}
	.layout-list .shared-items .shared-item .contents .actions {
		display: block;
		text-align: right;
		right: 32px;
	}
	.overlay.active {
		display: none;
	}
	.filters .close {
		display: none;
	}
	.pagination-container.top-container {
		position: relative;
		top: 12px;
	}
	.pagination-container.top-container .pager {display: block;padding-top: 1px;}
	.shared-items .container { justify-content: flex-start; }
}

@media only screen and (max-width: 64em) {
	.shared-layout ul.options li {
		border: none!important;
	}
	.shared-layout {
		background: transparent;
	}
	.background {
	}    
	.results:before {
		min-height: 840px;
		height: auto;
		content: '';
		position: absolute;
		bottom: -50%;
		width: 39%;
		left: 0;
	}
	.layout-list .shared-items .shared-item .contents .address { margin-bottom: 0; }
	.layout-list .shared-items .shared-item .contents .actions .qv-btn {
		position: relative;
		left: 0;
		bottom: 0;
	}
}


.shared-map-container {
	display: none;
}

.layout-map .results{
	padding: 0;
}

.layout-map .shared-map-container {
	position: relative;
	display: block;
}

.layout-map .shared-items .container{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 165px);
}
.layout-map.map-open .results-wrapper {
	padding-right: 50px;
}

@media (max-width: 1025px) {
	.layout-map .shared-items .container{
		height: calc(100% - 132px);
	}
	.layout-map.map-open .results-wrapper {
		padding-right: 0;
	}
}

@media (max-width: 640px) {
	.layout-map .shared-items .container{
		height: calc(100% - 127px);
	}
}


.layout-map .shared-items{margin-bottom: 0;}


.shared-map .gMapContainer,
.shared-map .gMapHolder {
	width: 100%;
	min-height: calc(100vh - 47px);
}

.shared-map-container .item-list-header {
	padding: 20px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
}
.shared-map-container .item-list-header h3 {
	color: #000;
	flex: 1;
}



.shared-map-container .map-counter{
	display: inline-block;
	font-family: 'DIN Next LT W01 Black', sans-serif;
	font-size: 16px;
	padding: 0 5px;
	text-align: right;
	transform: translateY(30%);
	flex: 2;
}

@media (max-width: 640px) {
	.shared-map-container .item-list-header h3 {
		font-size: 22px;
		font-weight: 600;
	}
	.shared-map-container .map-counter{
		font-size: 12px;
		transform: none;
	}
}

.shared-map-container .shared-items {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0;
	margin: 10px 15px 30px;
	width: 100%;
	max-width: 350px;
	height: calc(100% - 51px);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background-color: #fff;
	overflow: hidden;
	transition: all ease .5s;
}
@media (max-width: 1025px) {
	.shared-map-container .shared-items {
		border-radius: 0px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
} 

.shared-map-container .shared-items .shared-item {
	box-shadow: none !important;
	border-radius: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	min-height: 82px;
	align-items: flex-start;
}


@media (max-width: 1025px) {
	.shared-map-container .shared-items {
		display: none;
		visibility: hidden;
	}
}

@media (max-width: 640px) {
	.shared-map-container .shared-items {max-width: 250px;}
}

.shared-map-container .shared-items ul {
	overflow-x: visible;
	overflow-y: auto;
	position: relative;
	margin: 0;
	height: calc(100% - 80px - 68px);
}

.shared-map-container .shared-items .buttons {
	position: relative;
	z-index: 10;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 20px 30px;
	background-color: #fffaed;
	display: flex;
	justify-content: space-evenly;
	border: 4px solid #434444;
	border-radius: 0;
}
.shared-map-container .shared-items .buttons button {
	display: block;
	background-color: transparent;
	font-family: 'DIN Next LT W01 Black', sans-serif;
	color: #434444;
	text-align: center;
	padding: 3px 40px;
	border-radius: 3px;
	margin: 0 30px;
	border: 2px solid #434444;
}

@media (max-width: 1025px) {
	.shared-list .upper-labels .label-top {
		display: none;
	}
	.shared-map-container .shared-items .buttons button { padding: 3px 25px;}
	.shared-layout ul.upper-labels li {
		display: inline;
		padding-right: 0px;
		font-size: 20px;
		color: #434444;
		font-family: 'DIN Next LT W01 Black', sans-serif;
		flex: 1;
	}
	.results-wrapper {
		padding-right: 0;
		overflow: hidden;
	}
	.results-wrapper:after {
		display: none;
	}
	.shared-layout ul.upper-labels {
		display: flex;
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-top: 30px;
		margin-bottom: -2px;
		padding-bottom: 0;
	}
	.shared-layout ul.upper-labels li.sort-by {}
	.listings-bottom > .row > div {
		line-height: 27px;
		padding: 10px 0px;
		vertical-align: middle;
		float: none!important;
		text-align: center;
		width: 100%;
	}    
}

.shared-map-container .shared-items li {
	padding-bottom: 0 !important;
}


.shared-map-container [data-sv-open-map]{display: inherit;}
.book.text-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #434444;
	color: #fff;
	margin: 7px -15px -12px -15px;
	padding: 0 15px;
}
.book.text-right button {
	background: transparent!important;
	color: #fff;
}
.book.text-right .price {
	padding-right: 18px;
	font-family: "DIN Next LT W01 Light",sans-serif;
	font-size: 15px;
}
.book.text-right .acvb-button {
	font-family: "DIN Next LT W01 Light",sans-serif;
	font-style: italic;
	font-weight: 100;
	font-size: 18px;
	padding-left: 28px;
	border-left: 2px solid #fff;
}

/*Qickview*/
.qv-wrapper.open .booking-slider figure .call-to-action {
	font-size: 12px;
	margin-bottom: 5px;
}
.qv-wrapper.open .booking-slider figure .call-to-action a {
	font: 400 11px/1 "DIN Next LT W01 Medium Italic",sans-serif;
	padding-left: 7px;
}
.qv-wrapper.open .booking-slider figure h3 {
	font-family: "DIN Next LT W01 Bold", sans-serif;
	font-size: 18px;
	line-height: 21px;
	width: 100%;
	margin-bottom: 5px;
}