﻿#mapwrapper {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0;
	background-color: transparent;
	min-width: 220px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}
#mapwrapper svg {
	max-height: 100%;
	width: 100%;
	margin: 0;
}
@media screen and (max-width: 320px){
	#mapwrapper svg {
		height:320px;
	}
}
@media screen and (max-width: 400px) and (min-width: 321px) {
	#mapwrapper svg {
		height:400px;
	}
}
@media screen and (max-width: 480px) and (min-width: 401px) {
	#mapwrapper svg {
		height:500px;
	}
}
@media screen and (max-width: 568px) and (min-width: 481px) {
	#mapwrapper svg {
		height:600px;
	}
}
@media screen and (max-width: 685px) and (min-width: 569px) {
	#mapwrapper svg {
		height:720px;
	}
}
@media screen and (max-width: 767px) and (min-width: 686px) {
	#mapwrapper svg {
		height:740px;
	}
}
@media screen and (min-width: 768px) {
	#mapwrapper svg {
		height:760px;
	}
}
#map-tip-state {
    font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
    display: none;
    padding: 3px;
    border: 1px solid #EBECED;
    color: #edeef0;
    z-index: 1000;
    float: left;
    position: absolute;
    /*gradient color*/
    background: rgb(73, 73, 73);
    background: -moz-linear-gradient(top, rgba(73, 73, 73, 1) 0%, rgba(101, 101, 101, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(73, 73, 73, 1)), color-stop(100%, rgba(101, 101, 101, 1)));
    background: -webkit-linear-gradient(top, rgba(73, 73, 73, 1) 0%, rgba(101, 101, 101, 1) 100%);
    background: -o-linear-gradient(top, rgba(73, 73, 73, 1) 0%, rgba(101, 101, 101, 1) 100%);
    background: -ms-linear-gradient(top, rgba(73, 73, 73, 1) 0%, rgba(101, 101, 101, 1) 100%);
    background: linear-gradient(to bottom, rgba(73, 73, 73, 1) 0%, rgba(101, 101, 101, 1) 100%);
    word-break: keep-all;
    white-space: nowrap;
	box-shadow:1px 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:2px 3px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:2px 3px 6px rgba(0, 0, 0, 0.5);
}
#map-tip-state p {
	margin: 0!important;
}
#map-tip-state img {
	float: left;
	padding: 3px;
}
#map_state_points_box_1 {
    display: inline;
    left: 95px;
    top: 28px;
	background:url(../images/popover.png) no-repeat;
}
#map_state_points_box_2 {
    display: inline;
    left: 252px;
    top: 32px;
	background:url(../images/popover2.png) no-repeat;
}
#map_state_points_box_3 {
    display: inline;
    left: 90px;
    top: 247px;
	background:url(../images/popover.png) no-repeat;
}
#map_state_points_box_4 {
    display: inline;
    left: 4px;
    top: 305px;
	background:url(../images/popover.png) no-repeat;
}
.map_state_points{
    font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
    color: #21201f;
	font-size:11px;
	font-style:italic;
    z-index: 1000;
    float: left;
    position: absolute;
	width:88px;
	height:73px;
	text-align:left;
	padding:5px;
}
.bubble .titleBox {
    font-weight: bold;
	font-style:normal;
	color:#3a3939;
	font-size:13px;
}
.bubble .price {
    font-weight: bold;
	font-size:13px;
    color: #6c9629;
	font-style:normal;
}
