.omraader-location-map{
	position: relative;
}
.location-map-details{
	position: absolute;
	top: 15px;
	right: 25px;
	width: 30%;	
	min-height:300px;
}
.location-warper .location-content{
	margin-top:20px;
	color: #000;
}
.location-button{
	padding: 10px 20px 10px 20px;
	font-size: 15px;
}
#us-map{
  display: block;
  width: 75%;
  height: 100%;
  margin-left: 20px;
}
path{
	stroke: #0085a8 !important;
	stroke-width:2px;
	stroke-linejoin: round;
}
path:hover, circle:hover{
  fill: #bcdae7 !important;
  cursor: pointer;
}
ract{
	stroke: #0084A9;
	stroke-dasharray: 5;
	fill: rgba(0,0,0,0);	
}
text:hover{
	cursor: pointer;
}
.omraader-location-map text{
	fill: #0085a8;
	stroke: #0085a8;
	stroke-width: 0.5px;
	stroke-linejoin: round;
}
#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}
#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.location-map-ajax-load{
    margin: 0px auto;
    margin-top: 0px;
    width: 20%;
    margin-top: 15%;
    display: none;
}