
#map-canvas {
	margin-top: 10px;
	height: 600px;
	max-width: none;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	width: 375px !important;
	left:50px  !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
}
#iw-container {
	margin-bottom: 0px;
	width:100%;
	display:inline-block;
}
#iw-container .iw-title {
	display:inline-block;
	padding: 15px;
	font-size:16px;
	font-weight:400;
	background-color: #115ea8;
	color: #fff;
	margin: 0;
	width:100%;
}
#iw-container .iw-title img{
	display:inline-block;
	}
#iw-container .iw-title span{
	margin-left:10px;
	display:inline-block;
	vertical-align:top;
	width:90%;
	}
#iw-container .iw-content {
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	overflow-y: auto;
	overflow-x: hidden;
	width:100%;
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
.iw-subTitle a{
	font-weight:300;
	padding-left:10px;
	color:#333;
	}
.iw-subTitle a:hover{
	color: #135fa8;
	}
.iw-subTitle span{
	font-weight:300;
	padding-left:10px;
	}
.iw-bottom-gradient {
	display:none;
	position: absolute;
	width: 375px;
	height: 25px;
	bottom: 10px;
	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%);
}
.bottomarrow{
	position:absolute;
	bottom:-5px;
	left:228px;
	border-top:15px solid #fff;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	}
	
@media only screen and (max-width:1024px) {
}	
	
@media only screen and (max-width:800px) {
#map-canvas {
	height:400px;
	}
}	
@media only screen and (max-width:480px) {
#map-canvas {
	height:300px;
	}
.gm-style-iw {
	left:-20px;
}
#iw-container .iw-title{
	width:100%;
	}
.bottomarrow{
	left:177px;
	}
}
@media only screen and (max-width:375px) {
.gm-style-iw {
	width:270px !important;	
}
.bottomarrow{
	 bottom: -14px;
	}
}
@media only screen and (max-width:360px) {
	.gm-style-iw {
		width:247px !important;	
}
.bottomarrow {
    left: 168px;
}
}
@media only screen and (max-width:330px) {
	.gm-style-iw {
		width:225px !important;	
}
}