.gm-style-iw, .gm-style .gm-style-iw-c {
	top: -15px!important;
//	width: 50px !important;
	padding: 0 !important;
	background-color: #EAF4F6;
	box-shadow:none;
	border: none!important;
	overflow: visible!important;
}
.gm-style-iw > div {
	display: flex;
	overflow: hidden!important;
	border-radius: 2px 2px 10px 10px;
	box-shadow: 0 1px 6px 1px rgba(31, 52, 76, 0.6);
}
.gm-style-iw > div > div {
	flex-grow:1;
}
.gm-style-iw div {
	width: 100%;
	position: relative;
}
.gm-style-iw button.gm-ui-hover-effect {
	border: 2px solid #f27121!important;
	border-radius: 50px!important;
	background-color: #addccf!important;
	top: -15px!important;
	right:-15px!important;
	z-index: 200;
}
.gm-style-iw button.gm-ui-hover-effect img {
	height: 26px!important;
	width: 26px!important;
	margin: 0!important;
}
.gm-style .gm-style-iw-t::after {
top: -15px!important;
	height: 25px;
	width: 25px;
	background:linear-gradient(45deg, #EAF4F6 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	box-shadow: 0 5px 3px -3px rgba(31, 52, 76, 0.6);
}
.gm-style .gm-style-iw-tc::after {
	top: -15px;
}
#iw-container {
	width: 100%;
	font-family:  sans-serif;
	color: #1F344C;
	overflow-x: hidden;
}
#iw-container div.iw-title {
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 10px;
	background-color: #788593;
	color: #ADDCCF;
	margin: 0;
	border-radius: 2px 2px 0 0;
	overflow-x: visible;
  word-wrap: normal;
}
#iw-container .iw-content {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
.iw-subTitle {
	font-size: 12px;
	font-weight: 700;
	padding: 10px 10px 2px;
}
.iw-content a {
	color: #BC4F0B;
	text-decoration: underline;
}
.iw-content a span {
  padding-left: 10px;
}
.iw-content a:hover {
	font-weight: 700;
	color: #F27121;
	letter-spacing: .5px;
}
.iw-content img {
	width: 100%;
	position: relative;
	display: block;
	margin-top: 10px;
}

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#go { margin: 0 auto; width: 200px; }
#modal_window {
    width: auto;
	padding-top: 5px; 
    display:none;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

div#content #route_button { 
	position: relative;
	left: 30%;
	margin:10px 0 10px 0;
}


