.shared-list h3.no-results  {
	height: 300px;
	text-align: center;
}
.shared-list a{
	font-weight: normal;
}
.shared-row{
	max-width: 1200px;
	margin: 0 auto;
}
.shared-bottom-border{
	border-bottom: 1px solid #d1d1d1;
}
.shared-filter-item{
	margin-right: 35px;
}

/* FILTER STYLING */
.shared-list { padding-bottom: 40px; }
.shared-list ::-webkit-input-placeholder { color: #000; }
.shared-list :-moz-placeholder { /* Firefox 18- */ color: #000; }
.shared-list ::-moz-placeholder {  /* Firefox 19+ */ color: #000; }
.shared-list :-ms-input-placeholder { color: #000; }
.ui-datepicker .ui-datepicker-title select { font-size: 15.5px !important; }

.shared-filter .green-travel {
	margin-bottom: 1.875rem;
	padding-bottom: 1.875rem;
	font-family: 'Embedded-DINWebPro', Arial, sans-serif;
	border-bottom: 1px solid #bab6b2;
}
.shared-list .toggle-grid {
	position: relative;
	float: right;
	margin-right: 5px;
	width: 22px;
	height: 22px;
	background-image: url("../assets/grid-btn-icon.png");
	cursor: pointer;
}

/* T264437 Removing "cursor: pointer" from listings list filter */
.listings.shared-list .toggle-grid {
	cursor: initial;
}

.shared-list.map-open .toggle-grid { 
	background-image: url("../assets/grid-btn-icon-closed.png");
}
.shared-filter .toggle-search-filters {
	float: left;
  display: inline-block;
  padding: 0 28px 0 14px;
  height: 40px;
  min-width: 170px;
  font-family: 'Embedded-DINWebPro-Medium', Arial, sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #151515;
  background-color: #dbdbdb;
  background-image: url("../assets/toggle-filters-open.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}
.shared-filter .toggle-search-filters.open { background-image: url("../assets/toggle-filters-close.png"); }
.shared-filter .toggle-search-filters .opened {
	display: none;
	animation: none;
}
.shared-filter .toggle-search-filters .closed {
	display: inline;
	animation: none;
}
.shared-filter .toggle-search-filters.open .opened {
	display: inline;
}
.shared-filter .toggle-search-filters.open .closed {
	display: none;
}
.shared-filter .searchToolsContainer {
	position: relative;
	top: -1px;
	background: #dbdbdb;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s ease-out;
	        transition: max-height .3s ease-out;
	width: auto;
}
.shared-filter .searchToolsContainer.open {
	max-height: 10000px;
	-webkit-transition: max-height 10s ease-out;
	        transition: max-height 10s ease-out;
}

.shared-filter .shared-input-label {
	font-family:'Embedded-DINWebPro-Bold', Arial, sans-serif;
	font-size: 18px;
	color: #000;
	cursor: initial;
}

.ta-green-inputs {
	padding-right: 2.34375rem;
	margin-bottom: 20px;
}
.shared-filter .shared-input-label.ta {
	padding-right: 60px;
	margin-bottom: 15.5px;
	background-image: url("../assets/icon-ta.png");
	background-position: right center;
	background-repeat: no-repeat;
}
.eventsContainer .shared-checkbox,
.shared-detail .shared-checkbox {
	position: relative;
	margin-bottom: 6px;
	cursor: pointer;
}
.eventsContainer .shared-checkbox input,
.shared-detail .shared-checkbox input {
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 0;
	margin-bottom: 0 !important;
	width: 25px;
	height: 25px;
	opacity: 0;
	cursor: pointer;
}
.eventsContainer .shared-checkbox input[type=checkbox] + label,
.shared-detail .shared-checkbox input[type=checkbox] + label {
	position: relative;
	left: 0;
	margin-left: 0;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	border: 1px solid #756e66;
	background-color: #fff;
	vertical-align: middle;
}
.eventsContainer .shared-checkbox input[type=checkbox] + label:after,
.shared-detail .shared-checkbox input[type=checkbox] + label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	background: #ed3426;
	opacity: 0;
}
.eventsContainer .shared-checkbox input[type=checkbox]:checked + label:after, 
.shared-detail .shared-checkbox input[type=checkbox]:checked + label:after 
{ opacity: 1; }

.shared-filter .shared-input {
	padding: 7px 10px;
	height: 40px;
	font-family: 'Embedded-DINWebPro', Arial, sans-serif;
	font-size: 15.5px;
	color: #646464;
	border: none;
	background: #fff;
}

.shared-filter .shared-amenities,
.shared-filter .shared-select {
	margin-bottom: 0.5rem;
	padding: 7px 10px;
	height: 40px;
	font-family: 'Embedded-DINWebPro', Arial, sans-serif;
	font-size: 15.5px;
	color: #000;
	border: none;
	background: #fff;
	background-color: #fff;
	background-image: url("../assets/dropdown-arrow.png");
	background-repeat: no-repeat;
	background-position: right center; 
	-moz-appearance: none;
	cursor: pointer;
}
.shared-filter .shared-select.select-categories,
.shared-filter .shared-select.select-subcategories,
.shared-filter .shared-select.select-regions {
	margin-bottom: .19rem;
	height: 118px;
	display: none;
}
.shared-filter .shared-select.select-subcategories.disabled {
	height: 40px;
	cursor: not-allowed;
	line-height: 26px;
	overflow: hidden;
}
.shared-filter .shared-select.select-subcategories option[value="0"] {
	line-height: 26px;
	height: 26px;
	display: block;
	padding: 4px 0;
	color: #808080;
}
.listings .shared-filter .shared-select.select-categories {
	display: block;
	height: 40px;
}
.shared-filter .shared-amenities {
	padding: 0 10px;
	line-height: 40px;
	background-image: url("../assets/amenities-btn.png");
}
.shared-filter .shared-amenities.close { background-image: url("../assets/amenities-btn-alt.png"); }
.shared-filter .shared-select.multi { background-image: none; }
.shared-filter .shared-select[disabled] {
	background-color: rgba(189,191,193,.3);
	background-image: none;
	cursor: not-allowed;
}
.shared-filter .shared-submit {
	margin-bottom: 0;
	padding: 7px;
	min-width: 103px;
	height: 40px;
	font-family: 'Embedded-DINWebPro-Medium', Arial, sans-serif;
	font-size: 15.5px;
	color: #fff;
	border: none;
	border-radius: 0;
	background: #ed3426;
	transition: initial;
}

.shared-filter .categoriesContainer,
.shared-filter .subcatsContainer,
.shared-filter .regionsContainer {
	overflow-x: hidden;
	overflow-y: auto;
	height: 118px;
	background-color: #fff;
	padding: 7px 10px;
}
.shared-filter .subcatsContainer.disabled {
	height: 40px;
	background-color: rgba(189,191,193,.3);
}
.shared-filter .categoriesContainer .categories,
.shared-filter .subcatsContainer .subcats,
.shared-filter .regionsContainer .regions {
	list-style: none;
	padding: 0;
	margin: 0;
}
.shared-filter .categoriesContainer .categories li,
.shared-filter .subcatsContainer .subcats li,
.shared-filter .regionsContainer .regions li {
	
}
.shared-filter .categoriesContainer .categories li label,
.shared-filter .subcatsContainer .subcats li label,
.shared-filter .regionsContainer .regions li label {
	font-size: 15.5px;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #000;
	padding-top: 3px; /* @T286507 - fixed issue with Å character getting cutoff in region list  */
}
.shared-filter .categoriesContainer .categories li label input,
.shared-filter .subcatsContainer .subcats li label input,
.shared-filter .regionsContainer .regions li label input {
	float: left;
	margin: 0;
	margin-right: 5px;
}
.shared-filter .subcatsContainer .subcats li[data-subcatid="0"] {
	display: none;
}
.shared-filter .subcatsContainer .subcats li[data-subcatid="0"] label {
	color: #808080;
	line-height: 26px;
	cursor: not-allowed;
}
.shared-filter .subcatsContainer .subcats li[data-subcatid="0"] input {
	margin-top: 5px;
}

/* PAGER */
.shared-list .sharedPagerContainer {
	text-align: right;
	line-height: 14px;
}

.shared-list .sharedPagerContainer .prv-end, 
.shared-list .sharedPagerContainer .prv, 
.shared-list .sharedPagerContainer .nxt, 
.shared-list .sharedPagerContainer .nxt-end {
	display: inline-block;
	margin: 0;
	width: 25px;
	font-size: 20px;
	line-height: 1;
	color: #646464;
	vertical-align: middle;
	text-align: center;
	float: left;
	margin-top: -2px;
}
.shared-list .sharedPagerContainer .disabled {
	opacity: .5;
	cursor: default;
}

.shared-list .sharedPagerContainer .pageText {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	font-style: normal;
	color: #646464;
	vertical-align: top;
	float: left;
}
.shared-list .sharedPagerContainer .pageText span{
	font-family:'Embedded-DINWebPro-Bold', Arial, sans-serif;
	color: #000;
}
.shared-list .sharedPagerContainer .pageText .of {
	font-size: 14px;
	text-transform: lowercase;
}
.shared-list .sharedPagerContainer .pageText em {
	font-style: normal;
	color: #646464;
}

.shared-list .nav-pager {
	position: relative;
	text-align: right;
	padding-right: 110px;
}
.shared-list .nav-pager .sharedPagerContainer{
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.shared-list .nav-pager .sharedPagerContainer .pageText{
	line-height: 40px;
}
.shared-list .nav-pager .sharedPagerContainer .prv, 
.shared-list .nav-pager .sharedPagerContainer .nxt{
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url("../assets/footer-nav.jpg");
	background-repeat: no-repeat;
	background-position: left;
	right: 0;
}
.shared-list .nav-pager .sharedPagerContainer .prv{
	right: 50px;
}
.shared-list .nav-pager .sharedPagerContainer .nxt{
	background-position: right;
}
.shared-list .nav-pager .sharedPagerContainer .prv .fa, 
.shared-list .nav-pager .sharedPagerContainer .nxt .fa{
	display: none;
}
/* ITEM */
.shared-list .item {
	position: relative;
	margin: 0 auto;
	padding-top: 0;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 1.875rem;
	background: #fff;
	overflow: hidden;
}
.shared-list .item.bigbox { width: 50%; }
.shared-list .item .border-wrap {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
	margin-top:1px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
}
.shared-list .item .eventItem .border-wrap {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.shared-list .item.dtn, .shared-list .item.row.featured { border-top: 4px solid #009fc3; }
.shared-list .item.dtn .border-wrap,
.shared-list .item.featured .border-wrap {
	padding-top: 0;
	border-top: none;
}

.shared-list .item .detail-c1 {
	position: relative;
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.shared-list .item .detail-c1 .ta{
	position: absolute;
	top: 15px;
	left: 15px;
}

/* @T255681 Decreased z-index to prevent overlap with other elements */
.shared-list .item.bigbox .detail-c1 .ta {
	z-index: 6;
}

.shared-list .item .detail-c1 .ta small{
	background: rgba(255,255,255, .35);
	padding: 3px;
	color: #000;
	font-family: 'Embedded-DINWebPro-Bold', Arial, sans-serif;
	font-size: 9px;
}
.shared-list .item .detail-c1 .gradient {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent,transparent,transparent, #000000);
	opacity: 0.8;
	pointer-events: none;
}
.shared-list .item.bigbox .detail-c1 .gradient { display: block; }
.shared-list .item.bigbox .detail-c1 { height: auto; }
.shared-list .item.no-image .detail-c1 { 
	display: block; 
}
.shared-list .item.no-image.bigbox .detail-c1 { display: block; }
.shared-list .item .detail-c2 {
	position: relative;
	padding: 18px 15px;
	min-height: 128px;
}
.shared-list .item.bigbox .detail-c2 {
  z-index: 1;
  bottom: 0;
  padding: 18px 15px;
  min-height: 100px;
  width: 100%;
}

/* ITEM W/OUT IMAGE */

.shared-list .item.no-image .detail-c1 {
	min-height: 302px;
	position: relative;
}

/* t259102 - updates for when no image - 9/1/16 */
.shared-list .item.no-image .detail-c1 .gradient {
	background: transparent;
}
.shared-list .item.bigbox.no-image .detail-c2 .description {
	color:#000;
}
.shared-list .item.no-image .detail-c2 { 
	min-height: 120px; 
	position: absolute;
	top: 50px;
	left: 0;
}
.eventsContainer.shared-list .item.no-image .detail-c2 {
	top: 0px;
}


.shared-list .item .detail-c1 .featured {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.shared-list .item.featured .detail-c1 .featured { display: block; }
.shared-list .item.partner .detail-c1 .featured { display: block; }
.shared-list span.featured {
	z-index: 2;
	display: inline-block;
	padding: 0 9px;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #fff;
	border: 1px solid #10c8f1;
	background: #009fc3;
}
.shared-list .item.dtn .detail-c1 .featured { display: block; }
.shared-list .detailGallery .placeHolder,
.shared-list .item .detail-c1 .placeHolder {
	width: 226px;
	height: 140px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #cdc8c3;
}
.shared-list .item .detail-c2 .inner {
	position: relative;
	height: 100%;
}
.shared-list .item .detail-c2 .inner p { margin-bottom: 0; }
.shared-list .thumb-holder {
	position: relative;
	display: block;
}

/* @T310660 list item labels */
.shared-list .item .labels {
	position: absolute;
	right: 0;
	bottom: 0;
}
.shared-list .item .labels > img {
	position: relative;
	bottom: 0;
	vertical-align: bottom;
	width: auto;
}
.shared-list .item .labels .foodprints {
	height: 45px;
}
.shared-list .item .labels .green {
	height: 30px;
}
.shared-list .item.bigbox .foodprints {
	height: 50px;
}
.shared-list .item.bigbox .green {
	height: auto;
}
/* @T310660 maintain green travel styling for events */
.shared-list .item .eventItem .green {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	height: 30px;
}
/* @T310660 adjust position of labels div for IE only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.shared-list .item .labels {
		right: -12px;
	}
}
@media screen and (min-width: 641px) and (max-width: 1024px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
	.shared-list .item .labels {
		right: -13px;
	}
}

.shared-list .item img { width: 100%; }

.shared-list .item img.ta-rating {
	display: block;
	margin-bottom: 10px;
	width: auto;
	height: 12px;
}
.shared-list .item small [data-i18n] { text-transform: lowercase; }
.shared-list .item img.thumb { position: absolute; width: auto; height: 230px; left: 0; top: 0; }
.shared-list .item.bigbox img.thumb { height: auto; }
.shared-list .item a.markerLink, .shared-list .item a.markerLink:hover { cursor: pointer; }
.shared-list .item .detail-c1 a.markerLink, .shared-list .item .detail-c1  a.markerLink:hover {
	background: url("/includes/client_public/shared/item-pin.png");
	position: absolute;
	width: 39px;
	height: 63px;
	right: 17px;
	top: 4px;
	overflow: hidden;
	text-indent: -1000px;
	z-index: 2;
}

.shared-list .item a {
	text-decoration: none;
	font-size: inherit;
}
.shared-list .item .phone { display: inline-block; }
.shared-list .item .sep { color: #b95915; font-size: 16px;  }
.shared-list .item a { color: #000; }
.shared-list .item.bigbox a { color: #000; font-weight: normal; }
.shared-list .item a.detail-c1 {
	display: block;
	position: relative;
}
.shared-list .item a.detail-c1 .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.shared-list .item .action-items {
	display: block;
	margin-top: 10px;
}
.shared-list .item .action-items .muppet { margin-left: 10px; }
.shared-list .item .action-items .muppet:first-child { margin-left: 0; }
.shared-list .item .action-items a {
	color: #009fc3;
	font-size: 16px;
}
.shared-list .item ul.info-list {
	font-size: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.shared-list .item ul.info-list li {
	display: block;
	padding: 0;
	line-height: 21px;
	color: #333333;
}

.shared-list .item h4 {
	margin: 0;
	font-size: 22px;
	line-height: 23px;
	margin-bottom: 2px;
}

.shared-list .item h4 a {
	font-family: 'Embedded-DINWebPro-Medium', Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
}

.shared-list .item .city {
	font-family: 'Embedded-DINWebPro', Arial, sans-serif;
	font-size: 15px;
	color: #505050;
	margin-bottom: 20px;
}

.shared-list .item .city i.fa-map-marker {
	color: #ed3426;
	margin-right: 1px;
}

.shared-list .item .detail-c2 .inner .distance {
	font-family: 'Embedded-DINWebPro', Arial, sans-serif;
	font-size: 17px;
	color: #9f9f9f;
}
.shared-list .item.bigbox .detail-c2 .inner .distance { color: #000; }
.shared-list .item .detail-c2 .description { color: #000; }
.shared-list .item.bigbox .detail-c2 .description { color: #fff; }
.shared-list .item .label { color: #000; }
.shared-list .item.bigbox .label { color: #fff; }
.shared-list .item.bigbox .detail-c2 .inner small { color: #fff; }

.shared-detail .shared-list .item .markerLink { display: none; }

/* MAPS */
.shared-list .gMapContainer { position: relative; }
.shared-list .showGMap .handle {
	position: relative;
	float: right;
	width: 17px;
	height: 22px;
	background-image: url("../assets/map-btn-icon.png");
	cursor: pointer;
}
.shared-list .showGMap .isOpen {
	display:none;
	background-image: url("../assets/map-btn-icon-closed.png");
}
.shared-list .showGMap .isClosed {  }
.shared-list.map-open .isOpen { display: block; }
.shared-list.map-open .showGMap .isClosed { display: none; } 
.shared-list .gMapContainer .gMapHolder { display: none; height: 900px; }
.shared-list.map-open .gMapHolder { margin-top: -30px; margin-bottom: 30px; display:block; }
.shared-list .listing-toggles {
	width: 45px;
	position: absolute;
	right: 0;
}

@media only screen and (max-width: 1236px) {
	.row.full-width .shared-row{
		padding-left: 18px;
		padding-right: 18px;
	}
}

/*** Tablet ***/
@media only screen and (max-width: 1025px) {
	.ta-green-inputs { padding-right: 0; }

	.shared-list .placeholder-li { clear: both; }
	.shared-list .gMapContainer .gMapHolder { height: 500px; }

	.shared-list .item.item2,
	.shared-list .item.item4 { clear: none; }

	.shared-list .item .detail-c1 .gradient { display: block; }

	.shared-list .item .detail-c1 {
	  width: 100%;
	  height: auto;
	}
	.shared-list .item.no-image .detail-c1 { display: block; }
	.shared-list .item.no-image .detail-c1 .thumb-holder .thumb { display: none; }
		
	.shared-list .item .border-wrap:hover .detail-c2 {
		opacity: 1;
		-webkit-transition: none;
		        transition: none;
	}
	.shared-list .item .labels .foodprints {
		height: 50px;
	}
	.shared-list .item .labels .green {
		height: auto;
	}
	.shared-list .item img.thumb { height: auto; }

	.shared-filter-item{width: 100%; text-align: left; margin-right: 0; margin-bottom: 16px;}
	.shared-list .sharedPagerContainer {
		margin-right: 0;
		margin-left: -7px;
		text-align: center;
		margin-bottom: 18px;
	}
	.shared-filter .categoriesContainer,
	.shared-filter .subcatsContainer,
	.shared-filter .regionsContainer {
		display: none;
	}
	.shared-filter .shared-select.select-categories,
	.shared-filter .shared-select.select-subcategories,
	.shared-filter .shared-select.select-regions {
		display: block;
	}
}

/*** Mobile ***/
@media only screen and (max-width: 641px) {
	.shared-filter .shared-input-label.ta {
		padding-right: 0;
		background-image: none;
	}

	.eventsContainer .shared-checkbox input,
	.shared-detail .shared-checkbox input {
    width: 40px;
    height: 40px;
	}
	.eventsContainer .shared-checkbox input[type=checkbox] + label,
	.shared-detail .shared-checkbox input[type=checkbox] + label {
    width: 40px;
    height: 40px;
	}

	.shared-filter .searchToolsContainer.open { border-bottom: none; }

	.shared-filter .shared-select.multi { height: 40px; }

	.shared-list .sharedPagerContainer .pageText {}

	.shared-filter .toggle-search-filters {}
	.shared-list .listing-toggles {position: relative; float: left;}
	.shared-list .gMapContainer .gMapHolder { height: 350px; }

	.shared-list .item.bigbox { width: 100%; }

	.shared-list .item .detail-c1 .gradient,
	.shared-list .item.bigbox .detail-c1 .gradient { display: none; }

	.shared-list .item .labels .green { height: 30px; }
	.shared-list .item h4 {
	  margin: 0;
	  font-size: 18px;
	  line-height: 20px;
	}
	.shared-list .item h4 a {
	  font-size: inherit;
	  line-height: inherit;
	}
	.shared-list .item .city {
		font-family: 'Embedded-DINWebPro-Medium', Arial, sans-serif;
    	font-size: 14px;
    	line-height: 16px;
	}
	.shared-list .item.bigbox .detail-c2,
	.shared-list .item .detail-c2{
		min-height: 0;
		padding: 15px;
	}
	.shared-list .item .detail-c2 .inner .distance {
		margin-top: 5px;
		font-family: 'Embedded-DINWebPro-Medium', Arial, sans-serif;
    	font-size: 14px;
    	line-height: 16px;
	}
	.shared-list .item .detail-c2 .inner .description {
    	font-size: 14px;
    	line-height: 16px;
	}

	/* @T310660 increase padding-bottom for listing items w/ labels on mobile*/
	.shared-list .item.hasLabel .detail-c2 {
		padding-bottom: 30px;
	}

	.shared-list .item .labels .foodprints {
		height: 45px;
	}

	.shared-detail .mobile-layout-block {
		float: none;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
	
	.shared-list .shared-filter-container{
		position: static;
	}
	.shared-list .shared-submit-container{
		position: absolute;
		bottom: 15px;
	}
	.shared-bottom-border {border: none;}

	/* @T312517 added optional show more button mobile */
	/* currently applies only to listings list */
	.shared-list .more-on-mobile,
	.shared-list:not(.show-more) .init-mobile-hide {
		display: none;
	}
	.shared-list:not(.show-more) .more-on-mobile.show-partial {
		display: block;
		position: relative;
		max-height: 60px;
		overflow: hidden;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.shared-list:not(.show-more) .more-on-mobile.show-partial:after {
		position: absolute;
		bottom: 0;
		display: block;
		width: 100%;
		height: 100px;
		background-image: linear-gradient(to bottom, rgba(255,255,255,0), white);
		content: '';
	}
	.shared-list div .show-more-link {
		display: block;
		text-align: center;
	}
	.shared-list div .show-more-link::after {
		content: ' +';
	}
	
	.shared-list.show-more .more-on-mobile,
	.shared-list.show-more .init-mobile-hide {
		display: block;
	}
} 	

@media only screen and (min-width: 1025px) {
	.shared-list .item img.thumb{
		width: auto; 
		max-width: none;
		left: 50%;
    	-webkit-transform: translateX(-50%);
    	-moz-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	transform: translateX(-50%);
	}
}


/* @T380564 QV button*/
.shared-list a.btn.qv {
	padding: 10px 10px;
	border-radius: 5px;
	background-color: #EEE;
	font-size: 14px;
	font-family: 'Embedded-DINWebPro', Arial, sans-serif;
	color: #505050;
}

/*mapbox styles*/
.shared-list.eventsContainer .mapboxgl-ctrl-group > button {
  margin: 0;
}
.shared-list.eventsContainer .mapboxgl-ctrl-group > button:focus {
    background-color: white;
}
.shared-list.eventsContainer .mapboxgl-popup-content {
	min-width: 350px;
    max-width: 700px;
    margin: 0;
    padding: 2px 10px;
    border-radius: 7px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.shared-list.eventsContainer .mapboxgl-popup-close-button {
	color: black;
    top: 0;
    right: 0;
    padding: 8px 12px;
}
/*** Mobile ***/
@media only screen and (max-width: 641px) {
	.shared-list.eventsContainer .mapboxgl-popup-content {
		min-width: 240px;
	}
}