.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
	line-height: 30px;
}

// CUSTOM CSS
.marker-cluster-small div {
	background-color: rgba(189, 189, 189, 0.6);
}
.marker-cluster-small {
	background-color: rgba(208, 208, 208, 0.6);
}
.leaflet-container a {
	text-decoration: none !important;
}
.leaflet-container:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#tbl_museums table {
	width: 100%;
}
#tbl_museums tr {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0.5em 0;
}
#tbl_museums select {
	width: 100%;
}

/*
#th-tipologia  {
	flex-grow: 2 !important;
}
 */
 #tbl_museums td, #tbl_museums th {
    margin: 5px;
   padding: 0;
    flex-grow: 01;
    font-size: 15px;
    width: 29%;
	color: #666;
	border: none;
}

#tbl_museums td:nth-child(1),
#tbl_museums thtd:nth-child(1)
  {
    width: 50%;
  }

#tbl_museums td:nth-child(2),
#tbl_museums thtd:nth-child(2)
  {
    width: 20%;
  }

#tbl_museums td:nth-child(3),
#tbl_museums thtd:nth-child(3)
  {
    width: 40%;
  }
#mapSearch a {
	text-decoration: none !important;
}
#mapSearch .leaflet-popup-content {
	margin: 0;
	width: 250px !important;
}
#mapSearch .top {
	position: relative;
}
#mapSearch .top img {
	background-color: #f0f2f3;
	width: 100%;
	overflow: hidden;
	display: inline;
	margin-bottom: 0;
	height: 150px;
	object-fit: cover;
}
#mapSearch .top h4 {
	position: absolute;
	bottom: 0;
	color: #ffffff;
	font-size: 17px;
	padding: 0 10px;
	z-index: 1;
}
#mapSearch .top::after {
	background: linear-gradient(0deg, #001e2e, transparent 100%);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#mapSearch .bottom {
	padding: 10px;
	font-weight: bold;
}#mapSearch .leaflet-popup-close-button {
	color: #ffffff !important;
	 -webkit-text-stroke-width: 1px;
	 -webkit-text-stroke-color: #666666;
}
#mapSearch .leaflet-popup-content-wrapper {
	border-radius: 0;
}
#searchResultsContainer {
	align-content: baseline;
}
#searchResultsContainer img {
	background-color: #f0f2f3;
	width: 100%;
	overflow: hidden;
	display: inline;
	margin-bottom: 0;
	height: 107px;
	object-fit: cover;
}
#searchResultsContainer .imblock {
	height: 107px;
	overflow: hidden;
}

#searchResultsContainer article {
	background-color: #ffffff;
	margin-bottom: 10px;
}

#searchResultsContainer h5 {
	font-size: 20px;
	margin-bottom: 0;
}
.holder {
	margin:15px 0;
}
.holder a {
	cursor:pointer;
	margin:0 5px;
  color: var(--lc_color_global_link) !important;
  text-decoration: underline !important;
}
.holder a.jp-previous {
	margin-right:15px;
}
.holder a.jp-next {
	margin-left:15px;
}
.holder a.jp-current,a.jp-current:hover {
	font-weight:bold;
}
.holder a.jp-disabled,a.jp-disabled:hover {
}
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {
	cursor:default;
	background:none;
}
.holder span {
	margin: 0 5px;
}
