.page_main {
	width:100%;}

.travel_main {
    width: 550px;
	background-color: rgba(34, 73, 92, 0.8);
	*background-color:#22495c;
	_background-color:#22495c;
	border-radius: 5px;
	position: absolute;
	bottom: 50px;
	right: 15px;
	z-index: 10;
	padding: 1em 0px;
	/*height: 22%;*/
	height: auto;
	overflow: hidden;
}
.travel_auto {
	width:80%;
	min-width:980px;
	margin: 0px auto;
}
/*如果使用者之視窗寬度 >= 1600px，將會再載入這裡的 CSS */
@media all and (min-width: 1600px) {
.travel_auto {
	width:80%;
	min-width:980px;
	margin: 20px auto;
}
	
	}

.travel_main h1 {
	height: 3em;
	color: #FFF;
	background-image: url("../img/icon.png");
	background-position: -1043px -809px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0.6em;
	letter-spacing: 2px;
	width: 140px;
	padding-top: 1.7em;
	text-align: center;
	float: left;
	border-bottom: 0px dashed #FFF;
	}

.travel_main h1 .bed {
	height: 0.3em;
	color:#FF9;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0;
	letter-spacing: 1px;
	}

.travel_main h3 {
	height:1.5em;
	color:#9c2222;
	font-size:.8em;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:2px;
	margin-top:10px;
	}

.travel_main h4 {
	font-size: .7em;
	line-height: 0.5em;
	margin: 1em 0;
	color: #8F83B9;
	font-weight: blod;
	font-family: Century Gothic;
	}
.travel_detail {
	height: 90%;
	overflow:hidden;
	}
.travel_detail table {
	width: 255px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFF;
	letter-spacing: 1.5px;
	text-align: justify;
	margin-top: 0.2em;
	padding: 1em;
	float: left;
	}

	
.location_map {
	display: block;
	width: 100%;
	height: 100%;
	float:left;
}
#map_canvas {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 95px;
}
.location_info {
	width: 43%;
	float:right;}
.main_btn_right ul li.language a {
    padding: 3.5em 0.8em 0px;
    font-size: 80%;
    color: #fff;
    text-indent: 0px;
    height: 40px;}

.language_list a {
	display:block;
	float:left;
	width:30px;
	height:30px;
	color:#666;
	font-size:.8em;
	text-align:center;
	line-height:30px;
	margin-left:.2em;
	padding:0;
	border:1px solid #666;
	background-color:rgba(255,255,255,0.3);}
	
.language_list a:hover {
	background-color:rgba(0,0,0,0.1);
	}

.main_btn_right ul li.block_toggle a {
	display: block;
	width: 25px;
	height: 40px;
	background-image: url("../img/icon.png");
	background-position: -35px -689px;
	text-indent: -9999px;
	padding:2em .8em 0 .8em;
	}

#footer_pc {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    right: 0px;
    width: 99%;
    background: #616660;
    padding-left: 30px;
    padding-top: 5px;
}
#footer_pc .tripadvisor{
	margin-left: 55px;
}
#footer_pc .facebook{
	margin-left: 55px;
}
.grid-of-images a {
	height:155px;}

.travel_detail .grid-of-images table tr td {
	padding-bottom: 0px;
	}
	
	
/*如果使用者之視窗寬度 <= 1100px，將會再載入這裡的 CSS */
@media all and (max-width: 1100px) {
#wrap {
	margin-top: -100px;
	}

.travel_main {
    width: 100%;
	background-color: rgba(34, 73, 92, 0.8);
	*background-color:#22495c;
	_background-color:#22495c;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: inherit;
	bottom: 50px;
	right: 15px;
	z-index: 10;
	padding: 1em 0px;
	height: 20%;
	overflow: hidden;
}

.travel_auto {
	width:100%;
	min-width:100%;
	margin:476px auto 0px auto;
	}

.travel_main h1 {
	height: 1.5em;
	color: #FFF;
	background-image: url("../img/icon.png");
	background-position: -1107px -767px;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1em;
	padding-left: 51px;
	letter-spacing: 2px;
	width: 72%;
	padding-top: 1em;
	text-align: left;
	float: inherit;
	margin: 1em 0px 0.5em 2.2em;
	border-bottom: 1px dashed #fff;
	}

.travel_main h1 .bed {
	height: 0.3em;
	color:#FF9;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 2em;
	padding-left: 0;
	letter-spacing: 1px;
	}

.travel_main h3 {
	height:1.5em;
	color:#9c2222;
	font-size:.8em;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:2px;
	margin-top:10px;
	}

.travel_main h4 {
	font-size: .7em;
	line-height: 0.5em;
	margin: 1em 0;
	color: #8F83B9;
	font-weight: blod;
	font-family: Century Gothic;
	}

.location_map {
	display: block;
	width: 100%;
	height: 400px;
	float: left;
	position: absolute;
	z-index: 1;
}
#map_canvas {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 95px;
	border-radius: 0px;
}
.location_info {
	width: 43%;
	float:right;}
.main_btn_right ul li.language a {
    padding: 3.5em 0.8em 0px;
    font-size: 80%;
    color: #000;
    text-indent: 0px;
    height: 40px;}

.language_list a {
	display:block;
	float:left;
	width:30px;
	height:30px;
	color:#666;
	font-size:.8em;
	text-align:center;
	line-height:30px;
	margin-left:.2em;
	padding:0;
	border:1px solid #666;
	background-color:rgba(255,255,255,0.3);}
	
.language_list a:hover {
	background-color:rgba(0,0,0,0.1);
	}

.main_btn_right ul li.block_toggle a {
	display:none;
	}

.travel_detail {
    height: 90%;
	overflow: hidden;
	float: inherit;
	width: 80%;
	margin: 0 auto;
	clear: both;
}

.travel_detail table {
	width: 100%;
	font-size: 1em;
	line-height: 2em;
	color: #FFF;
	letter-spacing: 1.5px;
	clear: both;
	text-align: justify;
	margin-top: 0.2em;
	padding: .5em 1em;
	float: left;
	}
.travel_detail table tr td a {
	display:block;
	width:100%;}
.grid-of-images a {
	width:100%;
	height:auto;}

.grid-of-images a img {
	max-width: 100%;
	width:100%;
	}
	
.fluid_container {
	display:none;}
	}
	
	
/*如果使用者之視窗寬度 <= 768px，將會再載入這裡的 CSS */
@media all and (max-width: 768px) {
.location_map {
	display: block;
	width: 100%;
	height: 300px;
	float: left;
	position: absolute;
	z-index: 1;
}
.about_main h1 {
	height:1.7em;
	color:#22495c;
	background-image: url("../img/icon.png");
	background-position: -290px -420px;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.7em;
	padding-left:1.5em;
	letter-spacing:2px;
	margin-top:300px;
	}
.travel_main h1 {
	height: 1.5em;
	color: #FFF;
	background-image: url("../img/icon.png");
	background-position: -1107px -794px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	padding-left: 45px;
	letter-spacing: 2px;
	width: 72%;
	padding-top: 1em;
	text-align: left;
	float: inherit;
	margin: 1em 0px 0.5em 2.5em;
	border-bottom: 1px dashed #fff;
	}
.travel_detail table {
	width: 100%;
	font-size: .8em;
	line-height: 2em;
	color: #FFF;
	letter-spacing: 1.5px;
	clear: both;
	text-align: justify;
	margin-top: 0.2em;
	padding: .5em 1em;
	float: left;
	}
	
.travel_auto {
	width:100%;
	min-width:100%;
	margin:376px auto 0px auto;
	}
	}
@media all and (max-width: 600px) {
	
.travel_main h1 {
	height: 1.5em;
	color: #FFF;
	background-image: url("../img/icon.png");
	background-position: -1107px -794px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	padding-left: 45px;
	letter-spacing: 2px;
	width: 72%;
	padding-top: 1em;
	text-align: left;
	float: inherit;
	margin: 1em 0px 0.5em 1.4em;
	border-bottom: 1px dashed #fff;
	}
	
	}