.info-placeholder {
	position: relative;
	z-index: 99999;
	background: rgba(255,255,255,0.95);
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
	display: block;
	margin: 0 auto;
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	min-height: 320px;
	display: none;
}
.info-placeholder.visible {
	display: block;
}
.adel-map-widget .map {
	position: relative;
	margin: 48px 0 199px 120px;
}
.adel-map-widget .map .street-icon {
	cursor: pointer;
	position: absolute;
	top: 260px;
	left: 260px;
	height: 120px;
	width: 120px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
	
	transition: 125ms all;
	-webkit-transition: 125ms all;
	-ms-transition: 125ms all;
	-moz-transition: 125ms all;
	
	/* transform-origin: 320px 320px;*/
	/*overflow: visible;*/
}
.adel-map-widget .map .street-icon .img {

	transition: 120ms background-size;
	-webkit-transition: 120ms background-size;
	-ms-transition: 120ms background-size;
	-moz-transition: 120ms background-size;
}
.adel-map-widget .map .street-icon:hover {
	z-index: 9999;
}
.street-icon-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: 320px 320px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}
.street-icon-title .title-inner {
  font-size: 0.9em;
  padding: 0.5em;
	background: lightblue;
	background: rgba(0,0,0,0.5);
	color: #fff;
	display: block;
	width: 100%:
	height: 100%;
	  user-select: none;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
}
.adel-map-widget .map .street-icon .img {
	width: auto;
	max-height: 100%;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	border-radius: 60px;
}
.adel-map-widget .map .street-icon:hover .img {
	/*background-size: 200%;*/
}
.adel-map-widget .map-center {
	background: #eee;
	width: 640px;
	height: 640px;
	border-radius: 50%;
	position: relative;
	transition: 50ms all;
	-webkit-transition: 50ms all;
	-ms-transition: 50ms all;
	-moz-transition: 50ms all;
}
.adel-map-widget .map-center img {
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: 420px;
}

.connector-wrap {
	position: absolute;
}
.btn-info-close {
	display: block;
	position: absolute;
	top: -9px;
	right: 2px;
	font-size: 35px;
	cursor: pointer;
}
.map svg {
	overflow: visible;
}

@media (max-width: 1199px) {
	.adel-map-widget .map-center {
		width: 512px;
		height: 512px;
	}
	.adel-map-widget .map-center img.map-graphic {
		width: 300px;
	}
}

.info-placeholder .mainstreet-img {
	margin-bottom: 15px;
}
.info-placeholder .mainstreet-img img {
  display: block;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  transform: none;
	-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
}
@media only screen and (max-width: 768px)
{
	.template-mainstreets {
	  overflow-x: hidden;
	  padding-top: 30px;
	}
	.adel-map-widget .map{
		margin-left: 90px;
	}
}

