.map{
	background-color: #ccc;
	height:100%;
	position:relative;
	margin-bottom:0px;
}
.map-row{background-color: #333; color:#ccc; margin-left:0px; margin-right:0px;}
.map-row>div{padding-left:0px; padding-right:0px;}
.map-row .map-legend{padding:20px;}
.map-row .map-legend h4{color:#5fbde3}
.map-row .map-legend span{color:#5fbde3; font-weight:700;}
.map-row .map-legend span:before{
	content:"";
	display:inline-block;
	width:24px; height:24px;
	background: url(../images/walk.svg) 50% no-repeat;
	background-size: 60%;
	vertical-align: middle;
}
.map-row .map-legend .line{font-size:14px; padding:4px 10px; }
.googlemap-zoomout, .googlemap-zoomin{border:0px solid #b99941;
border-radius:0px; background-color:#fff;color:#b99941;width:42px;
height:42px;cursor:pointer;position:absolute;top:40px;right:30px;
font-size:43px;line-height:38px;text-align:center;}
.googlemap-zoomin{top:86px;line-height:41px;}

#iw-container .iw-title {
	font-family: 'Spectral', serif;
	font-size: 21px;
	font-weight: 300;
	padding: 15px 10px 10px 10px;
	text-align:center;
	line-height: 80%;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-title span{
    display: block;
    font-size: 20px;
}

#iw-container .iw-content {
	font-size: 14px;
	text-align:center;
	padding: 0px 10px 0px 10px;
}

.iw-subTitle {
	font-size: 15px;
	font-weight: 300;
	padding: 0px 0;
	color: #179CD8;
}
#map, .map-wraper{
	height:100%;
	min-height:450px;
}

@media (max-width: 1280px) {
    #map{
		
	}
}

@media (max-width:767px){
	.map{margin-bottom:0px; }
	#map{}
	
}

