/*////////////////////////MAPA DO GOOGLE////////////////////////*/
#map_canvas{ /*DIV DO MAPA*/
	position: relative;
	border: 1px solid #DDDCDC;
	float: left;
	height: 406px;
	width: 100%;
}


.direcaoMap{ /*ROTAS AO TRACAR*/
	border: 1px solid #DDDCDC;
	clear: both;
	display: none;
	font-size: 80%;
	height: 300px;
	margin-top: 20px;
	overflow-y: scroll;
	width: 100%;
	color: #777777;
}

.input_localizacao{
	position: relative;
	margin-bottom: 10px;
}
#enderecoMap{
	position: relative;
	float: left;
	width: 90%;
	padding: 5px;
	border: solid #DDDCDC 1px;
	color: #777777;
}

.input_localizacao .botao{
	position: absolute;
	right: 0;
	top: -1px;
	float: right;
	height: 34px;
	background-color: white;
}
.input_localizacao .botao:hover{background: #F5631E;}

@media(max-width: 767px){
	#enderecoMap{width: 100%;}
	.input_localizacao .botao{
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.input_localizacao .botao span{right: 0;background-color: white;}
	.input_localizacao .botao span:first-child{left: 0;background-color: white;}
}

.adp-text{text-indent: 30px;}
.adp-placemark,.adp-directions{width: 100%;}
.adp-legal{clear: both; width: 100%;}