#top_map {
	position: relative;
	height: 56px;
	background: url("img/br-map.jpg") 100% -3px no-repeat;
	transition: height 0.3s;
	overflow: hidden;
}


#top_map_map {
	position: absolute;
	top: 56px; bottom: 0;
	width: 100%; 
	z-index: 0; 
	transition: opacity 0.5s;
}

#top_map_path_bg {
	position: absolute;
	background: rgba(248,248,248,0.5);
	left: 0; top: 0; right: 0; height: 56px; line-height: 56px;
  	overflow: hidden;
}
#top_map_path {
	position: absolute;
	left: 0; top: 0; right: 175px; height: 56px; line-height: 56px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px; font-weight: 600;
	color: #7d7d7d;
	padding-left: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
  	overflow: hidden;
}
#top_map_path > a {
	color: #51b72d;
	text-decoration: none;
}
#top_map_path > a:hover {
	text-decoration: underline;
}

.top_map_btn {
	display: none;
	position: absolute; cursor: pointer;
	right: 15px; top: 16px; width: auto; overflow: hidden;
	height: 25px;	line-height: 25px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px; font-weight: 600;
	color: #51b72d;
	z-index: 100;
}
.top_map_btn_ico {
	float: left;
	width: 25px; height: 25px;
	background: url(img/btn-map.png) no-repeat;
	background-position-x: 100%;
	margin-right: 10px;
}

.top_map_btn:hover {
	color: #6cd646;
}
.top_map_btn:hover .top_map_btn_ico {
	background-position-x: 0;
}

@media (max-width:680px) {
	#top_map_path {
		right: 100px;
	}

    .top_map_btn {
		width: 30px;
	}
}