.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;
	background: #333333;
	position: relative;
	clear: both;
}

input.shared-input {}

input.shared-input.input-text {
	background: #cccccc;
}

input.shared-input.input-checkbox {}

button.shared-submit {}

/* 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: 1px solid #FFF;
	border-radius: 2px;
	width: 17px;
	height: 17px;
	font-family: FontAwesome;
	content: '\f0c8';
	color: transparent;
	position: absolute;
	top: 4px;
	left: 1px;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
	width: 16px;
	height: 16px;
	font-family: FontAwesome;
	font-size: 14px;
	content: '\f00c';
	color: #eb2328;
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 0;
}

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;
}

.shared-list .filters-wrapper {
	display: none;
	float: left;
	width: 300px;
	margin: 0;
}

.shared-list .filters {
	padding: 20px 25px;
	background-color: #333333;
	overflow-y: auto;
	-webkit-overflow-scrolling : touch;
	margin: 0;
}

.shared-list .filters label {
	margin-bottom: 5px;
	font-family: var(--font-body-reg);
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
.shared-list .filters label.keyword { color: #eb2328; }

.shared-list .filters .form-group {
	position: relative;
}

.shared-list .filters .form-group input::-webkit-input-placeholder {
	opacity: 1;
	color: #585858;
}
.shared-list .filters .form-group input::-moz-placeholder {
	opacity: 1;
	color: #585858;
}
.shared-list .filters .form-group input:-ms-input-placeholder {
	opacity: 1;
	color: #585858;
}
.shared-list .filters .form-group input:-moz-placeholder {
	opacity: 1;
	color: #585858;
}

.shared-list .filters input.shared-input.input-text {
	width: 60%;
	height: 33px;
	padding: 0 0 0 10px;
	margin-right: 0;
	color: #333333;
}
/*.shared-list .filters .date{
	padding: 0;
	border: 1px solid #585858;
	border-radius: 4px;
	margin-bottom: 1rem;
}*/
.shared-list .filters .date-sep { padding: 0;}
.shared-list .filters .date-sep p{
	color: #fff;
	text-align: center;
	line-height: 33px;
	font-size: 15px;
}

.shared-list .filters input.shared-input.input-date {
	height: 33px;
	background: transparent;
	padding: 0;
	border-radius: 3px;
	margin-right: 0;
	color: #fff;
	border: 1px solid #FFF;
	margin-bottom: 0;
	text-align: center;
}

.shared-list .filters button.shared-submit {
	position: absolute;
	right: 0;
	top: 0px;
	background-color: #eb2328;
	height: 34px;
	font-family: var(--font-oswald);
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 21px;
}


.shared-list .filters button.shared-submit .fa { color: #fff; margin-left: 5px; }
.shared-list .filters button.shared-submit:hover * { color: #eb2328; }

.shared-list .filters h3 {
	color: #fff;
	font-family: "CooperHewittSemibold";
	font-size: 16px;
	letter-spacing: 0;
}

.shared-list .filters a.clear-filters {
	display: block;
	background-color: #eb2328;
	width: 100%;
	font-family: var(--font-body-reg);
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	border-radius: 3px;
	margin-bottom: 10px;
	clear: both;
}

.shared-list .filters a.clear-filters:hover {
	opacity: 0.8;
}
.shared-list .filters a.clear-filters-top,
.shared-list .filters a.clear-filters-topa:hover,
.shared-list .filters a.clear-filters-topa:focus {
	color: #eb2328;
	height: 10px;
	margin: 0 0 20px 0;
	padding: 0px;
	display: block;
}


.shared-list .filters h4 {
	margin-bottom: 0px;
	font-family: var(--font-body-bold);
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0;
}
.shared-list .filters fieldset {
	border: none;
	padding: 0;
	margin: 10px 0 5px 0;
}
.shared-list .filters legend {
	font-family: var(--font-body-bold);
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
	background: none;
	padding: 0;
	margin: 0 0 5px 0;
}
.shared-list .filters ul.filter-items {
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}

.shared-list .filters ul.filter-items > li input[type="checkbox"] {}

.shared-list .filters input.disabled[type="checkbox"] + label,
.shared-list .filters input.disabled[type="checkbox"] {
	display: none;
}
.shared-list .filters ul.filter-items.cities{
	max-height: 250px;
	overflow-y: auto;
	background: rgba(100, 100, 100, .2);
	padding: 2px 5px;
}
.shared-list .filters ul.filter-items > li {
	position: relative;
	display: none;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 6px;
}

.shared-list .filters ul.filter-items.showmore > li,
.shared-list .filters ul.filter-items > li:nth-child(-n+5),
.shared-list .filters ul.filter-items.cities > li,
.shared-list .filters ul.filter-items.regions-wrapper > li {
	display: block;
}

.shared-list .filters ul.filter-items > li > label {
	margin: 0;
}

.shared-list .filters ul.filter-items > li > a {
	text-align: left;
}

.shared-list .filters ul.filter-items > li span {
	color: #eb2328;
	margin-left: 5px;
}

.shared-list .filters ul.filter-items > li.showmore {
	display: block;
	font-family: var(--font-body-bold);
	color: #eb2328;
	cursor: pointer;
}
.shared-list .filters ul.filter-items.cities > li.showmore {
	display: none !important;
}

.results-wrapper { background-color: #f4f4f4; }

.results {
	padding: 20px 0;
	text-align: center;
}

ul.options {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #d8d7d7;
}
ul.options.ot-only [data-sv-viewby="map"] {
	display: none;
}
ul.options > li {
	display: inline-block;
	vertical-align: top;
}

ul.options > li.title,
ul.options > li.sort-title {
	padding: 10px 5px;
	font-family: var(--font-body-bold);
	color: #111;
	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-size: 14px;
	line-height: 25px;
	color: #999;
	text-align: center;
	border-bottom: 2px solid transparent;
}

ul.options > li > a.selected,
ul.options > li > a.active,
ul.options > li > a:hover { 
	color: #eb2328;
	border-bottom: 2px solid #eb2328;
}

ul.options > li > a.view-option.selected,
ul.options > li > a.view-option.active,
ul.options > li > a.view-option:hover {
	color: #eb2328;
	border-bottom: 2px solid #eb2328;
}

ul.mobile-options {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0px;
	list-style: none;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

ul.mobile-options > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #ddd;
	width: 32%;
	margin-right: -3px;
}

ul.mobile-options.noMobileFilters > li{
	width: 49%;
}


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: 11px 15px 9px;
	font-family: var(--font-body-bold);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	color: #1d1d1d;
	text-align: center;
}

ul.mobile-options > li .fa { color: #eb2328; }

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;
}

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 #eb2328 transparent;
}

ul.mobile-options > li.active > .options-dropdown .mobile-filters-wrapper {
	width: 265px;
	text-align: left;
	/*overflow-y: scroll;*/
}

ul.mobile-options > li.active > .options-dropdown > ul.options {
	display: inline-block;
	width: auto;
}

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: var(--font-body-bold);
	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: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, 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;
}

.shared-items .shared-item.featured {
	border: 1px solid #eb2328;
}

.shared-items .shared-item .featured-tag {
	display: inline-block;
	padding: 6px 15px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	font-family: var(--font-body-bold);
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background-color: #eb2328;
	z-index: 1;
}

.layout-grid .shared-items .shared-item {
	max-width: 261px;
	width: 38%;
	margin: 0 10px 20px;
}

@media only screen and (max-width: 640px) {
	.layout-grid .shared-items .shared-item {
		width: 100%;
		max-width: 380px;
	}
}

.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: inline;
}

.shared-items .shared-item .image-container img {
	width: 100%;
	height: 100%;
}
.shared-items .shared-item .image-container span.featured {
	position: absolute;
	background: #eb2328;
	bottom: 0;
	right: 0;
	color: #FFF;
	font-size: 14px;
	font-family: var(--font-body-xbold);
	padding: 7px 10px;
}

.shared-items .shared-item .image-container .image-date-block{
	background: #eb2328;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: 7px 12px;
	font-weight: 600;
	color: #FFF;
}

.layout-list .shared-items .shared-item .image-container .image-date-block,
.layout-map .shared-items .shared-item .image-container .image-date-block{
	bottom: auto;
	top: 0;
	left: auto;
	right: 0;
}

.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: 10px;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	font-family: var(--font-body-bold);
}
.shared-items .shared-item .image-container .image-date-block span.day{
	font-size: 28px;
	line-height: 1;
	font-family: var(--font-body-bold);
}

.layout-list .shared-items .shared-item .image-container{
	flex: 2;
}
.layout-map .shared-items .shared-item .image-container {
	flex: 1;
}

@media only screen and (max-width: 64em) {
	.layout-list .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%);
}
.shared-items .shared-item .pth{
	width: 100px;
	position: absolute;
	bottom: 13px;
	right: 6px;
}

@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%);
	}
}

.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;
	flex-direction: column;
	display: flex;
	height: calc(100% - 173.67px);
}

.layout-list .shared-items .shared-item .contents,
.layout-map .shared-items .shared-item .contents {
	position: relative;
	display: block;
	padding-bottom: 0;
	flex: 2;
}

.layout-map .shared-items .shared-item .contents {padding: 10px 15px;}

.shared-items .shared-item .contents h2 {
	font-family: var(--font-body-bold);
	font-size: 19px;
	line-height: 22px;
	color: #000;
	margin: 0 0 5px 0;
	letter-spacing: 0;
}

.shared-items .shared-item .contents h2 a {
	color: #1d1d1d;
}
.layout-list .shared-items .shared-item.has-ot .contents h2 {
	max-width: calc(100% - 80px);
}

.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 .dates{
	color: #999999;
	line-height: 1.2;
	margin: 0 0 8px 0;

}
.shared-items .shared-item .contents .address,
.shared-items .shared-item .contents .address a {
	font-family: var(--font-body-reg);
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	color: #1d1d1d;
}
.shared-items .shared-item .contents .location {
	margin-bottom: 5px;
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	font-family: var(--font-body-bold);
}
.shared-items .shared-item .contents .pusher{
	flex: 1;
}
.shared-items .shared-item .contents .tripbuilder{
	margin-top: 15px;
}

/*.shared-detail .shared-items .shared-item .contents .tripbuilder,
.shared-detail .shared-items .shared-item .contents .btn.qv{
	display: none;
}*/
.shared-items .shared-item .contents .tripbuilder a,
.shared-items .shared-item .contents .tripbuilder i.gray{ 
	color: #999999;
}

.shared-items .shared-item .contents .tripbuilder i.red{ 
	color: #eb2328;
}

@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 .pusher{
		display: none;
	}
}

.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: #eb2328; }

.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 {
	font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #aaa9a9;
	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: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0 none;
	margin: 0;
	padding: 0;
}

.layout-map .shared-items .shared-item .contents .actions .qv-btn{display: none;}

.shared-items .shared-item .contents .actions .qv-btn .fa { color: #eb2328; }


.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: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, 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: 14px;
	padding: 0 5px;
}

.pagination .pager li a {
	color: #eb2328;;
}

.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: 43px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 5;
}

.overlay.active {
	display: block;
}

.listings-bottom {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
.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: #eb2328; }
.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 : 5;}
	.layout-list .shared-items .shared-item .contents h2 {
		font-size: 24px;
		line-height: 30px;
	}

	ul.options {
		display: block;
		text-align: center;
		padding-left: 8%;
	}


	ul.options li.sort-disabled {
		pointer-events: none;
		opacity: 0.5;
	}

	.results-wrapper {
		margin-left: 300px;
	}
	.results-wrapper.no-searchBox {
		margin-left: 0;
	}
	.results .spacer {
		display: block;
		width: 100%;
		height: 20px;
	}
	.shared-list .filters-wrapper {
		display: block;
	}
	.mobile-options {
		display: none;
	}

	ul.options > li.sort-title,
	ul.options > li.pagination { padding-left: 50px; }

	.shared-list .filters h4 { 
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.shared-list .filters a.clear-filters { margin-top: 30px; }

	.shared-items .shared-item .contents .actions {
		display: block;
	}
	.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;
	}
	.overlay.active {
		display: none;
	}
	.shared-list .filters .close {
		display: none;
	}
	.pagination-container.top-container {
		position: relative;
		top: 12px;
	}
	.pagination-container.top-container .pager { display: block; }
}

@media only screen and (max-width: 64em) {
	.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;
}

.shared-map {}

.layout-map .shared-items .container{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 149px);
}

@media (max-width: 1025px) {
	.layout-map .shared-items .container{
		height: calc(100% - 132px);
	}
}

@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: 26px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	background: #333333;
}
.shared-map-container .item-list-header h3 {
	color: #FFF;
	flex: 1;
	line-height: 1;
	font-size: 28px;
	margin: 0;
}

.shared-map-container .map-counter{
	display: inline-block;
	font-size: 14px;
	padding: 0 5px;
	text-align: right; 
	flex: 2;
	color: #FFF;
}

@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: 8;
	left: 0;
	bottom: auto;
	margin: 10px 15px 30px;
	width: 100%;
	max-width: 350px;
	height: 81px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background-color: #fff;
	overflow: hidden;
	transition: all ease .5s;
}
.shared-map-container .shared-items.open {
	height: calc(100% - 51px);
}
.shared-map-container .shared-items .map-bottom {
	display: block;
	transition: all ease .5s;
}
.shared-map-container .shared-items.open .map-bottom {
	height: 100%;
	transition: all ease 1.5s;
}

.shared-map-container .result-trigger {
	position: absolute;
	right: 0px;
	top: 52px;
	background: #eb2328;
	font-size: 14px;
	padding: 2px 10px;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	font-family: var(--font-body-bold);
}
.shared-map-container .shared-items.open .result-trigger {
	
}
.shared-map-container .shared-items .result-trigger .title {
	display: inline-block;
}
.shared-map-container .shared-items .result-trigger i {}
@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: 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: #333333;
	display: flex;
	justify-content: space-evenly;
}
.shared-map-container .shared-items .buttons button {
	display: block;
	background-color: #eb2328;
	font-family: var(--font-body-reg);
	color: #fff;
	text-align: center;
	padding: 3px 40px;
	border-radius: 3px;
	margin: 0 30px;
}

@media (max-width: 1025px) {
	.shared-map-container .shared-items .buttons button { padding: 3px 25px;}
}

.shared-map-container .shared-items li {
	padding-bottom: 0 !important;
}


.shared-map-container [data-sv-open-map]{display: inherit;}

@media (max-width: 1025px) {
	.shared-map-container .nav-gear {
		display: none;
		visibility: hidden;
	   /* position: absolute;
		cursor: pointer;
		transition: all ease .5s;
		left: 349px;
		top: 5px;
		height: 67px;
		width: 35px;
		background-color: #fff;
		box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
		z-index: 101;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;*/
	}

	.shared-map-container .nav-gear:after{
		content: "\f0d9";
		font-family: "FontAwesome";
		line-height: 67px;
		width: 35px;
		text-align: center;
		color: #1d1d1d;
		font-size: 24px;
		display: block;
	}

	.shared-map-container.dockit .nav-gear{
		left: 0;
	}

	.shared-map-container.dockit .nav-gear:after {
		content: "\f0da";
	}

	.shared-map-container.dockit  .item-list{
		left:-350px;
	}
}

@media (max-width: 640px) {
	.shared-map-container .nav-gear {
		left: 249px;
		height: 62px;
		width: 28px;
	}
	.shared-map-container .nav-gear:after{
		line-height: 62px;
		width: 28px;
		font-size: 20px;
	}

	.shared-map-container.dockit .item-list {
		left:-250px;
	}
}

/* Add to Calendar layout button */
.contents .add-to-calendar::part(atcb-button) {
	box-shadow: none;
	border: 0;
	background: white;
	font-family: proxima-nova, sans-serif;
	padding-left: 0;
	padding-top: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	justify-content: left;
	color: #000;
}

.contents .add-to-calendar::part(atcb-button-icon) {
	margin-right: 10px;
	color: #eb2823;
}
.contents .add-to-calendar::part(atcb-button):hover,
.contents .add-to-calendar::part(atcb-button):focus,
.contents .add-to-calendar::part(atcb-button):not(disabled) {
	top: -3px;
	left: 0px;
}
.contents .add-to-calendar::part(atcb-list) {
	background-color: #EFEFEF;
	box-shadow: none;
}
.contents .add-to-calendar::part(atcb-list-item) {
	padding: 10px .8em;
}
.contents .add-to-calendar::part(atcb-list-text) {
	font-family: proxima-nova, sans-serif;
}