.acf-map {
	width: 100%;
	height: 600px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.map-search-fields select{
	width: 90%;
	margin-right: 5px;
}
.map-search-container{
    background-color: #eee;
    padding: 25px 25px;
}

.map-search-container input[type='submit']{
    margin: 20px 10px;
}

.map-view{
	margin-bottom: 20px;
}

.secondary-map-search{
	display: none;
}

.map-search-fields{
	/*margin-bottom: 20px;*/
}

.page-template-page-map .content{
	padding-top: 0;
}

.marker img{
	width: 100%;
}

.hack .acf-map .biz{
	margin: 0;
}

#map-more-options{
	cursor: pointer;
	cursor: hand;
}

.gm-style-iw {
	width: 550px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
}

#iw-container {
	margin-bottom: 10px;
}
#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #48b5e9;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}

@media only screen and (max-width: 767px) {
	.gm-style-iw {
		width: 300px !important;
	}
	
	.gm-style-iw > div{
		max-width: 100% !important;
	}
}

.accom-icons{
	padding: 10px 10px;
    display: inline-block;
}
.ico-shower, .ico-toilet, .ico-bed{
	background: url(images/sprites.png) no-repeat;
	display: inline-block;
	    margin-right: 5px;
}

.ico-shower{
	background-position: -40px 1px;
    width: 20px;
    height: 20px;
}

.ico-toilet{
	background-position: -20px 1px;
    width: 20px;
    height: 20px;
}

.ico-bed{
	background-position: 1px 1px;
    width: 20px;
    height: 20px;
}
