.no-padding {
	padding: 0px !important;
}

.no-padding-results {
	padding: 0px 15px 0px 0px !important;
}

#container {
	height: 450px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 45px;
}

#results_container {}

#map {
	height: 100%;
}

#input {}

#input .form-title {
	padding: 0 0 5px 0 !important;
}

#location {
	padding: 10px !important;
	margin: 0px !important;
}

#filter {}

#results {
	height: 339px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top: 20px !important;
}

.infowindow {
	/*color: gray;*/
	font-size:  0.8em;
	line-height: 12px;
}

.listdiv {
	width: 100%;
	border: 1px solid #fafafa;
	padding: 5px 10px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 13px !important;
}

.h5result {
	margin: 0px !important;
	padding: 0 0 5px 0 !important;
}

.controls {
	width: 100%;
	margin-top: 10px;
	border: 1px solid transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}

#pac-input:focus {
	border-color: #4d90fe;
}

.pac-container {
	font-family: Roboto;
}

@media screen and (max-width: 1000px) {
	#container {
		height: auto !important;
	}

	#results {
		height: auto;
		overflow: auto;
		z-index: 9999 !important;
	}

	#map {
		height: 300px;
	}

	.no-padding-results {
		margin: 15px 0 0 0 !important;
		padding: 0px !important;
	}

}

/*
#container {
	height: 458px;
	margin-top: 0px;
}

#results_container {
	height: 100%;
	width: 34%;
	float: left;
}

#map {
	height: 100%;
	width: 65.8%;
	margin: 0 auto;
	float: right;
}

#input {
	height: 15%;
	width: 100%;
	margin: 0 auto;
}

#input h3 {
	padding: 0 0 5px 0;
}

#location {
    padding: 7px;
}

#filter {
	height: 5%;
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
    border: 1px solid #ddd;
	overflow: auto;
}

#results {
	height: 76%;
	width: 100%;
	margin: 0 auto;
	margin-top: 1px;
    border: 1px solid #ddd;
	overflow: auto;
}

.infowindow {
    color: gray;
    font-size:  0.8em;
    line-height: 12px;
}

.listdiv {
    border: 1px solid #fafafa;
	padding: 3px;
    margin: 0px;
    line-height: 15px;
    clear: both;
}

.h5result {
	text-transform: none;
	margin-bottom: 3px;
	margin-top: 2px;
}

.controls {
	margin-top: 10px;
	border: 1px solid transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 300px;
	margin: 0 auto;
}

#pac-input:focus {
	border-color: #4d90fe;
}

.pac-container {
	font-family: Roboto;
}
*/
