#map {
	height: 100%;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#description {
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
}

#infowindow-content .title {
	font-weight: bold;
}

#infowindow-content {
	display: none;
}

#map #infowindow-content {
	display: inline;
}

.pac-card {
	margin: 10px 10px 0 0;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	font-family: Roboto;
}

#pac-container {
	padding-bottom: 12px;
	margin-right: 12px;
}

.pac-controls {
	display: inline-block;
	padding: 5px 11px;
}

.pac-controls label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}

#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 2.5em;
	font-weight: 300;
	margin-top: -3px;
	margin-left: 12px;
	padding: 3px 11px 0 13px;
	text-overflow: ellipsis;
	width: 400px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #7B0600;
	transition: all 0.3s ease;
}

#pac-input:focus {
	border-radius: 0px 0px 10px 10px;
	outline: none;
	box-shadow: 0 0 5px 4px rgba(123, 6, 0, 0.6);
}

#title {
	color: #fff;
	background-color: #4d90fe;
	font-size: 25px;
	font-weight: 500;
	padding: 6px 12px;
}
#target {
	width: 345px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #7B0600;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #7B0600;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #7B0600;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footp {
	display: block;
	text-align: justify;
	width: 70%;
	font-size: .9em;
	font-family: Roboto;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 1em;
	padding-right: 1em;
	background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.8);
}
.firstfootp {
	border-radius: 10px 10px 0px 0px;
}
