﻿body {
}


#map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
	max-width: none;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	width: 230px !important;
	top: 15px !important;
	/*left: 0px !important;*/
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 2px 2px 2px 2px;
   
}
#iw-container {
	/*margin-bottom: 10px;*/
}
#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: 900;
	/*padding: 10px;*/
	/*background-color: #48b5e9;*/
	color: black;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	/*line-height: 18px;*/
	font-weight: 400;
	
}
.iw-content img {
    width: 100% !important;
	float: right;
	/*margin: 0 5px 5px 10px;*/	
}
.iw-subTitle {
	font-size: 15px;
	font-weight: 450;
	
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	/*bottom: 10px;*/
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}


.getinline {
    width: 100%;
    line-height: 40px;
    background-color: #333366 !important;
    color: white;
    font-size: 15px;
    font-weight: 450;
    position: absolute;
    bottom: 0;
}
.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%,-100%);
    background-color: white;
    border-radius: 8px;
    padding: 0px;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
}
.gm-style .gm-style-iw-t::after {
    background: white;
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 15px;
    display:none;
}
