.mapify-hover {
	fill: rgba(0,0,0,0.15);
	stroke: #fff;
	stroke-width: 2;
}
.popInitialContent {
	background-color: #46b954;
	float: left;
	width: 110px;
	height: 50px;
	line-height: 47px;
	text-align: center;
	border-radius: 7px 0px 0px 7px;
	z-index:2;
}
.popInitialContent span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	color:white;
}
.popSideContent {
	float: left;
	background-color: #47b0dc;
	width: 110px;
	height: 50px;
	line-height: 47px;
	text-align: center;
	border-radius: 0px 7px 7px 0px;
	padding-top: 5px;
	z-index:2;
}
.popContent {
	width: 105px;
	height: 25px;
	line-height: 15px;
	top: 14px;
	color:white;
}
.weather-temperature {
	position:absolute;
	margin-top:30px;
	width:220px;
	clear:both;
}
.weather-description {
	background-color: #6fc266;
	border-radius: 7px 7px 0px 0px;
	color:white;	
	min-height: 29px;
	max-height: 29px;
	height: 29px;
	padding-top:2px;
}
.weather-icon {
	background-color: #47b0dc;
	border-radius: 0px 0px 7px 7px;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
}
.weather-icon img {
	height:95%;
}

.middleText {
	text-align: center;
}

.mapify-popOver strong {
	font-weight: 400;
	font-size: 18px;
	color: #000;
	float: left;
}
.mapify-popOver {
	color: #999;
	font-size: 16px;
	height: 130px;
}
.mapify-popOver-content {
	position: relative;
	transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
}

.mapify-holder {
	position: relative;
	display: inline-block;
	font-size: 0;
	max-width: 100%;
	z-index: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.mapify-imgHolder {
	position: relative;
	z-index: 1;
}
.mapify-holder *, .mapify-GPU {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mapify-imgHolder .mapify {
	max-width: 100%;
	height: auto;
}
.mapify-polygon {
	transition: all .3s;
	fill: transparent;
	stroke: transparent;
	stroke-width: 0;
}
.mapify-hover {
	fill: #09f;
}
.mapify-popOver {
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	background: #fff;
	box-shadow: rgba(0,0,0,0.15) 0 0 0 2px;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	border-radius: 5px;
	text-align: center;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	z-index: -1;
	opacity: 0;
	padding: 20px 30px;
}
.mapify-popOver .mapify-popOver-arrow {
	content: "";
	width: 15px;
	height: 15px;
	z-index: -2;
	margin-top: -3px;
	box-shadow: inset #fff 0 0 0 100px;
	border-top: solid transparent 2px;
	border-left: solid transparent 2px;
	border-right: solid rgba(0,0,0,0.15) 2px;
	border-bottom: solid rgba(0,0,0,0.15) 2px;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-15px) rotate(45deg) translateY(-50%);
	transform: translateX(-15px) rotate(45deg) translateY(-50%);
}
.mapify-popOver.mapify-bottom .mapify-popOver-arrow {
	top: auto;
	bottom: 100%;
	margin-top: auto;
	margin-bottom: -3px;
	border-bottom: solid transparent 2px;
	border-right: solid transparent 2px;
	border-top: solid rgba(0,0,0,0.15) 2px;
	border-left: solid rgba(0,0,0,0.15) 2px;
	-webkit-transform: rotate(45deg) translateY(50%);
	transform: rotate(45deg) translateY(50%);
}
.mapify-popOver.mapify-visible {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.mapify-img, .mapify-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.floatDrop {
	position:absolute !important;
	margin-top:20px;
	margin-left:110px;
	z-index:100000000000000;
}
.floatDrop select {
	width:180px;
}