body {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

#right-panel {
	padding-left: 10px;
}

#right-panel select, #right-panel input {
	font-size: 15px;
}

#right-panel select {
	width: 100%;
}

#right-panel i {
	font-size: 12px;
}

#map {
	float: left;
	width: 75%;
	height: 100%;
}

#right-panel {
	width: 25%;
	float: left;
	text-align: left;
	padding-top: 20px;
	background: #f4f4f4;
	height: 100%;
	overflow: visible;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.lpInner {
	overflow: auto;
	width: 100%;
	position: relative;
	max-height: calc(100% - 110px);
}

.direction_phone a {
	color: #000;
	line-height: 50px;
	display: block;
	padding: 0 15px;
}

#directions-panel {
	margin-top: 20px;
	padding: 10px;
}

#right-panel .pad_10 {
	padding: 10px;
}

#right-panel b.spot {
	width: 40px;
	height: 40px;
	float: left;
	background: #444444;
	border-radius: 5px;
	color: #fff;
	line-height: 36px;
	margin-right: 20px;
	text-align: center;
}

#right-panel .textbox {
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 2.5px 0 0 #ccc;
	float: left;
	margin-right: 0px;
	padding: 9px 15px;
	background: #fff;
	width: calc(100% - 60px);
}

#right-panel #end {
	background: #eee;
}

.map_mode {
	margin-bottom: 20px;
}

.map_mode a {
	background: #eee none repeat scroll 0 0;
	color: #999;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
}

.map_mode a i {
	font-size: 24px !important;
	width: 25px;
}

.header_direction {
	border-top: 1px solid #ccc;
	background: #fff none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
	z-index: 1080;
}

.back_title {
	margin-left: 20px;
	padding: 10px 0 12px 0;
	float: left;
}

.back_title i {
	font-size: 20px;
	margin: 5px 10px 0 0;
}

.back_title a {
	color: #000;
}

.direction_phone {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0;
	margin: 0;
}

.direction_phone i {
	margin-right: 10px;
}

.direction_phone a {
	color: #000;
}

ul.direction_phone_dropdown {
	font-size: 13px;
	position: absolute;
	border: 1px solid #ddd;
	background: #fff;
	width: 176px;
	margin: 20px 0 0 -24px;
	display: none;
}

ul.direction_phone_dropdown li {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.pullBtn {
	display: none;
	position: absolute;
	right: -44px;
	background: #333;
	top: 60px;
	padding: 5px 10px;
	color: #fff !important;
	font-weight: bold;
}

.pullBtn:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 14px 10px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	right: -9px;
	top: -1px;
}

@media only screen and (max-width : 1024px) {
	#right-panel {
		width: 260px;
		position: fixed;
		left: -260px !important;
		z-index: 1;
		padding-left: 0;
	}
	#right-panel.open {
		left: 0 !important
	}
	#map {
		width: 100%;
	}
	.pullBtn {
		display: block;
	}
}

@media only screen and (max-width : 991px) {
	.header_direction {
		margin-top: 65px;
	}
}

@media only screen and (max-width : 480px) {
	.header_direction {
		margin-top: 57px;
	}
	.back_title {
		padding: 6px 0 3px 0;
	}
}

@media only screen and (max-width : 345px) {
	.header_direction {
		margin-top: 52px;
	}
	.direction_phone a {
		padding: 0 7px;
	}
}