#map
{
	width: 100%;
	height: 550px;
	box-shadow: 2px 4px 5px #ddd;
}

.info-window
{
	position: relative;
}

.gm-style-iw div .name
{
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #6296c8;
	margin-bottom: 2px;
}

.gm-style-iw div .other
{
	position: relative;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #545e67;
	padding-left: 110px;
	height: 72px;
	width: 220px;
}

.gm-style-iw div .other img
{
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 2px 4px 5px #ddd;
}

.gm-style-iw div a
{
	display: block;
	z-index: 100;
}

.gm-style-iw div a.over
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 99;
}

#search
{
	height: 195px;
	width: 100%;
	background-color: #6296c8;
	margin-bottom: 25px;
	box-shadow: 2px 4px 5px #ddd;
	position: relative;
	padding: 10px 25px 35px 25px;
}

#search-footer
{
	padding-top: 8px;
	position: absolute;
	height: 35px;
	width: 100%;
	background-color: #3174b4;
	bottom: 0;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	text-align: center;
	left: 0;
}

#search-footer span
{
	display: inline-block;
	margin-right: 10px;
	height: 8px;
	width: 12px;
	background-image: url(/images/check.png);
}

#search .arrow
{
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -9px;
	height: 10px;
	width: 18px;
	background-image: url(/images/search-form-arrow2.png);
}

#search .options
{
	display: inline-block;
	padding-right: 15px;
}

#search-line
{
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height: 1px;
	background-color: #5c8ab7;
}

.options .header
{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 20px;
}

.checkbox-group
{
	display: block;
	margin-bottom: 4px;
	margin-right: 12px;
}

input[type=checkbox].css-checkbox
{
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox + label.css-label
{
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:13px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label
{
	background-position: 0 -15px;
}

.css-label
{
	background-image:url(/images/checkbox.png);
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
}