html {
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
body {
	margin:0;
	
	font:14px/1.2 "微軟正黑體";
	color:#fff;
	background:#92825c;
	min-width:320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
    font-style: normal;
    font-weight: 100;
}
a {
	color:#aaa;
	text-decoration:none;
}
a:hover {text-decoration:none;}
img {border:0;}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
input,
textarea,
select {
	vertical-align:middle;
	color:#000;
}
input [type="email"], input [type="tel"], input[type="search"], input[type="text"], input[type="password"], input[type="file"], input[type="submit"], textarea{
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border-radius:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
#wrapper {
	width:100%;
	position:relative;
	overflow:hidden;
}
.home #header {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:500;
}
#header {
	text-align:center;
	padding:40px 0 10px;
}
#nav {
	position:relative;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
}
.menu-opener {
	display:none;
}
#nav ul {
	
	list-style:none;
	margin:0;
	padding:1px 0 43px;
}
#nav li {
	display:none;
	vertical-align:top;
	margin:0 7px 5px;
}
#nav li.active {
    font-style: normal;
    font-weight: 500;
}
#nav li a {
	color:#fff;
	padding: 0 0 10px;
	position:relative;
	display:block;
}
#nav li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
#nav li a:hover::after,
#nav li a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.logo {
	margin:0 auto;
	display:block;
	background: url(../images/main-logo.png) no-repeat;
	width:220px;
	height:220px;
	text-indent:-9999px;
	overflow:hidden;
	background-size:100% auto;
}
.logo a {
	display:block;
	height:100%;
}
.main-gallery {
	position: relative;
	height: 200px;
}
.main-gallery .slideset {
	height:100% !important;
}
.main-gallery .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width:100% !important;
	height:100% !important;
}
.main-gallery .slide.active {
	z-index: 2;
}
.main-gallery.not-enough-slides a.btn-prev,
.main-gallery.not-enough-slides a.btn-next {
	visibility: hidden;
}
.main-gallery img {
	vertical-align:top;
	width:100%;
	height:auto;
}
.main-gallery .btn-prev,
.main-gallery .btn-next {
	width:14px;
	height:23px;
	background: url(../images/sprite.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin:-12px 0 0;
	z-index:300;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	opacity:1;
}
.main-gallery .btn-prev {
	left:19px;
}
.main-gallery .btn-next {
	right:19px;
	background-position:-21px 0;
}
.main-gallery .btn-prev:hover,
.main-gallery .btn-next:hover {
	opacity:0.6;
}
.main-gallery .pagination {
	position:absolute;
	z-index:300;
	bottom:26px;
	left:0;
	right:0;
	font-size:0;
	line-height:0;
}
.main-gallery .pagination ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.main-gallery .pagination ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 3px 0 4px;
}
.main-gallery .pagination a {
	display:block;
	width:9px;
	height:9px;
	text-indent:-9999px;
	overflow:hidden;
	border-radius:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#92825c;
	text-align:left;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
.main-gallery .pagination a:hover,
.main-gallery .pagination .active a {
	background:#fff;
}
.section {
	background-image: url(../images/bg.jpg);
	color: #92825c;
	text-align: center;
	padding: 170px 0 62px;
	font-size: 18px;
	line-height: 34px;
}
.section .holder {
	margin: 0 auto;
	max-width: 1050px;
	padding: 0 10px;
	
}
.section h2 {
	margin: 0 0 15px;
	font-size: 36px;
	line-height: 26px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: -1px;
	position: relative;
	padding: 0 0 23px;
}
.section h2.icon-tassel {
	padding:87px 0 23px;
	margin-bottom:19px;
}
.section h2.icon-tassel:after {
	content:'';
	width:41px;
	height:61px;
	background: url(../images/sprite.png) no-repeat 0 -28px;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -21px;
}
.section h2:before {
	content:'';
	width:120px;
	height:1px;
	background:#92825c;
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -60px;
}
.section p {
	margin:0 0 25px;
}
.btn {
	display:inline-block;
	vertical-align:top;
	color:#fff;
	background:#92825c;
	text-transform:uppercase;
	border-bottom:3px solid #887a60;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:13px;
	line-height:51px;
	padding:2px 45px 0;
	opacity:1;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.btn:hover {
	opacity:0.8;
}











.visual-section {
	overflow: hidden;
	background: #DFDDDB;
	padding: 0;
	background-image: url(../images/bean.png);
}
.visual-section img {
	vertical-align:top;
	width:100%;
	height:auto;
}
.visual-section .col-img {
	overflow:hidden;
	position:relative;
}
.visual-section .col-info {
	float: left;
	width: 50%;
	position: relative;
}
.visual-section .col-info.alignright {
	float: right;
}
.visual-section h3 {
	margin:0 0 20px;
	text-transform:uppercase;
	padding:40px 0 0px;
	font-weight:bold;
	letter-spacing:-0.5px;
	position:relative;
}
.visual-section .info-area {
	padding:45px 160px 10px;
	font-size:16px;
	line-height:30px;
	color:#92825c;
}


	
.visual-section .info-area p {
	text-align:justify;
}
.visual-section h3:before {
	content:'';
	width:95px;
	height:11px;
	
	position:absolute;
	bottom:1px;
	left:50%;
	margin:0 0 0 -47px;
}
.visual-section .img-area {
	position:relative;
}
.visual-section .img-area:after {
	content:'';
	width:21px;
	height:10px;
	background: url(../images/sprite.png) no-repeat -44px 0;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -10px;
}



.tile-section {
	background:#75684a;
	padding:0 0 74px;
	position:relative;
	overflow:hidden;
}

.tile-section.nopadding {
	padding:0;
}
.tile-container {
	overflow:hidden;
	position:relative;
	margin:0 0 74px;
}
.tile-container.nomargin {
	margin:0;
}
.tile-container.loading:after {
	/*content:'';
	background: rgba(255,255,255,0.7);
	position:absolute;
	left:-9999px;
	right:-9999px;
	bottom:-9999px;
	top:-9999px;*/
}
.tile-container .tile-item {
	overflow:hidden;
	float:left;
	position:relative;
}
.tile-container .tile-item a {
	display:block;
	position:relative;
}
.tile-container .tile-item a strong {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:rgba(255,255,255,0.7);
	color:#92825c;
	text-transform:uppercase;
	text-align:center;
	padding:0 10px;
	white-space:nowrap;
	font-weight:normal;
	font-size:14px;
	line-height:30px;
	opacity:0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.tile-container .tile-item a.hover strong {
	opacity:1;
}
.tile-container .tile-item a strong:after {
	content:'';
	width:1px;
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.tile-container .tile-item a strong span {
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	position:relative;
	padding:45px 0 0;
}
.tile-container .tile-item a strong span:after {
	width: 29px;
	height: 43px;
	content:'';
	background: url(../images/sprite.png) no-repeat -85px 0;
	position:absolute;
	top:-5px;
	left:50%;
	margin:0 0 0 -15px;
}

.tile-container .square {
	float:left;
	width:33.33%;
}
.tile-container .rectangle-vert,
.tile-container .small-square {
	width:50%;
}
.tile-container .rectangle-horz,
.tile-container .big-square  {
	width:100%;
}
.tile-container img {
	vertical-align:top;
	width:100%;
	height:auto;
}




.social-networks {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	font-size:0;
	line-height:0;
}
.social-networks li {
	text-align:left;
	display:inline-block;
	vertical-align:top;
	margin:0 7px 0 8px;
}
.social-networks li a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:35px;
	height:34px;
	background: url(../images/sprite.png) no-repeat 100px 100px;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	opacity:1;
}
.social-networks li a:hover {
	opacity:0.7;
}
.social-networks li.twitter a {
	background-position:-46px -16px;
}
.social-networks li.facebook a {
	background-position:-46px -60px;
}
.social-networks li.pinterest a {
	background-position:-89px -60px;
}
.social-section {
	padding:50px 0;
}
#footer {
	color:#fff;
	text-align:center;
	padding:35px 0;
	font-size:14px;
	line-height:18px;
}
#footer .holder {
	margin:0 auto;
	max-width:1050px;
}
#footer address {
	display:inline-block;
	position:relative;
	vertical-align:top;
	font-style:normal;
	padding:30px 0 0;
}
#footer address:after {
	content:'';
	width:80px;
	height:10px;
	background: url(../images/sprite.png) no-repeat 0 -121px;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -40px;
}
#footer a {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	opacity:1;
	color:#fff;
}
#footer p {
	margin:0;
}
#footer span:first-child:after {
	display:none;
}
#footer span {
	position:relative;
	padding:0 3px 0 13px;
	display:inline-block;
	vertical-align:top;
}
#footer span:after {
	content:'';
	width:5px;
	height:5px;
	background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	top:7px;
	left:1px;
}
#footer a:hover {
	opacity:0.7;
}


.mainmenu{
display:block;
	width:660px;
	height:44px;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-330px;
	z-index: 999;
}

.travel{
	width:64px;
	height:22px;
	display:inline-block;
	background-image: url(../../images/space/mainbu01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.aboutus{
	width:62px;
	height:22px;
	display:inline-block;
	background-image: url(../../images/space/mainbu02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.coffee{
	width:64px;
	height:22px;
	display:inline-block;
	background-image: url(../../images/space/mainbu03.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.guestsrooms{
	width:64px;
	height:22px;
	display:inline-block;
	background-image: url(../../images/space/mainbu04.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.meal{
	width:64px;
	height:22px;
	display:inline-block;
	background-image: url(../../images/space/mainbu07.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.facebook{
	width:64px;
	height:22px;
	display:inline-block;
	background-image: url(../../images/space/mainbu05.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact{
	width:64px;
	height:22px;
	display:inline-block;
	background-image: url(../../images/space/mainbu06.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ourservice{
	width:64px;
	height:22px;
	display:inline-block;
	background-image: url(../../images/space/mainbu08.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.sprites{
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-o-transition-duration:0.2s;
transition-duration:0.2s;
-webkit-transition-property:background-position;
-moz-transition-property:background-position;
-o-transition-property:background-position;
transition-property:background-position;
}


.sprites:hover{
	background-position:0 -22px;
}

@media only screen and (max-width: 1060px){
	.visual-section .info-area {
		padding:30px 100px 10px;
	}
	.visual-section .info-area {
		line-height:30px;
	}
	.tile-container .tile-item a strong {
		line-height:20px;
	}
}

@media only screen and (max-width: 767px){
	.mainmenu{ display:none;}
	.tile-container .square {
		width:100%;
	}

	#header {
		padding:25px 0 10px;
		z-index:1000;
	}
	.menu-opener {
		display:block;
		float:right;
		text-indent:-9999px;
		overflow:hidden;
		position:relative;
		border:4px solid #fff;
		border-width:4px 0;
		width:35px;
		height:20px;
		margin:0 0 0 25px;
	}
	#nav:after {
		content:"";
		display:block;
		clear:both;
	}
	#nav ul {
		position:absolute;
		top:100%;
		left:20px;
		width:auto;
		right:20px;
		background:rgba(255,255,255,0.85);
		margin:20px 0 0;
		padding:15px 0 0;		
	}
	#nav ul li {
		display:block;
	}
	#nav ul li a {
		color:#92825c;
	}
	.menu-opener:after {
		content:'';
		height:4px;
		background:#fff;
		position:absolute;
		top:50%;
		left:0;
		width:100%;
		right:0;
		margin:-2px 0 0;
	}
	#nav li a:hover {
		font-style: normal;
        font-weight: 500;
	}
	#nav li a::after {
		display:none;
	}
	.logo{
		width:120px;
		height:120px;
	}
	.btn {
		padding:2px 15px 0;
		line-height:32px;
	}
	.section {
		line-height:20px;
	}
	.visual-section .col-info {
		width:100%;
		float:none !important;
	}
	.visual-section .img-area {
		margin-top:0 !important;
	}
	.visual-section .col-img {
		height:auto !important;
		padding:15px 0 0;
	}
	.visual-section .col-img img {
		vertical-align:top;
		width:100% !important;
		height:auto !important;
		margin:0 !important;
	}
	#footer {
		font-size:12px;
	}
	#footer address span {
		padding:0 0 0 6px;
	}
	#footer address span:after {
		display:none;
	}
}

@media only screen and (min-width: 767px) {
	#nav .nav-list {
		position:static !important;
		height:auto !important;
	}
}
