body{
	background-color: #FFF;
	font-family: 'font-logo';
	font-size: 16px;
	text-align: center;
}
a{
	color: #7C573F;
	text-decoration: none;
}
a:hover, a:focus{
	text-decoration: none;
}

html, body{
	height: 100%
}
body {
	letter-spacing: 1px;
}

/* Home top panel*/
.top{
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	padding-top: 30%;
	border-top: 6px solid #464243;
	position: fixed;
	top: 0px;
	z-index: -1;
}
.top > img{
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30%;
	margin-top: -5%;
}
.top-space{
	width: 100%;
	height: auto;
	padding-top: 30%;
	margin-bottom: 0px;
	background-color: none;
}
#home .top:hover .home-logo{
	opacity: 0.9;
}
#home button{
	border: none;
	border-radius: 20px;
	background-color: #CCC;
	padding: 2px 15px;
	font-size: 10px;
}
#home button:hover{
	color: #FFF;
}
.home-logo{
	font-family: 'font-logo';
	font-size: 40px; /* 60px */
	transform: scaleY(1.6);
	font-weight: bold;
	line-height: 0.2;
	color: #FFF;
	opacity: 0.9;
}
.home-logo hr{
	border: 1px solid #FFF;
	border-bottom: 0px;
	width: 500px;
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 0px;
}
.home-logo span{
	font-size: 20px; /* 30px */
	font-weight: normal;
	font-style: italic;
	letter-spacing: 6px;
}

/* Home navi panel */
.navi{
	font-family: 'font-logo';
	font-size: 14px;
	position: relative;
	padding: 0px 40px;
	background-color: #FFF;
}
.navi hr{
	margin: 5px 0px;
}
.navi .logo{

}
.navi .main-navi{
	padding-top: 20px;
}
.navi .main-navi li{
	display: inline-block;
	padding: 0px 10px;
}
.navi .main-navi li a{
	color: #444;
}
.navi .main-navi li a:hover{
	text-decoration: underline;
}
.navi .sub-navi{
	text-transform: uppercase;
}
.navi .sub-navi > li{
	display: inline-block;
	padding: 0px 10px;
	position: relative;
}
.navi .sub-navi > li > ul{
	position: absolute;
	display: none;
}
.navi .sub-navi > li > ul > li{
	display: block;
	text-align: left;
}
.navi .sub-navi li a{
	font-size: 80%;
	color: #444;
}
.navi .sub-navi li a:hover{
	text-decoration: underline;
}
.navi hr{
	border: 1px solid #CCC;
	border-bottom: none;
}
.navi .search{
	position: absolute;
	right: 50px;
	top: 15px;
}
.navi .search input[type=text]{
	border: 1px solid #888;
	border-radius: 2px;
	width: 160px;
	padding-left: 10px;
	height: 28px;
}

nav.tiny-menu{
	position: absolute;
	bottom: 0px;
	right: 5px;
	margin-right: 15px;
	padding: 3px;
}
nav.tiny-menu > i{
	color: #FFF;
}
nav.tiny-menu > div{
	display: none;
	position: absolute;
	top: 25px;
	right: 5px;
	background-color: #FFF;
	z-index: 9999;
	padding: 10px;
	box-shadow: 0px 0px 4px #CCC;
	white-space: nowrap;
	vertical-align: top;
}
nav.tiny-menu > div > ul{
	display: inline-grid;
	margin-bottom: 0px;
}
nav.tiny-menu > div > ul:first-child{
	border-right: 1px solid #CCC;
}
nav.tiny-menu > div > ul.sub-navi > li > a{
	font-size: 12px;
}
nav.tiny-menu > div > ul > li{
	width: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
nav.tiny-menu > div > ul > li > a{
	color: #333;
}

/* Home slide panel */
#home .home-slide{
	position: relative;
	padding: 0px 80px;
	padding-bottom: 60px;
	background-color: #FFF;
}
.home-slide ul{

}
.home-slide ul li{
	display: none;
	width: 100%;
	height: 400px;
	background-color: #EEE;
	background-position: center center;
	background-size: cover;
}
.home-slide ul li:first-child{
	display: block;
}

/* Home footer */
.footer{
	padding-top: 15px;
	padding: 15px;
	padding-bottom: 5px;
	background-color: #464243;
	color: #FFF;
	font-family: 'font-footer';
	font-size: 12px;
}
.footer ul.left{
	text-align: left;
	display: table-row;
	float: left;
}
.footer ul.left > li{
	display: table-cell;
	vertical-align: top;
	padding-right: 60px;
}
.footer li > a{
	font-size: 80%;
	color: inherit;
}

/* recommended product */
#home .recommend-product{
	background-color: #E8E1CE;
	padding: 40px;
}
.recommend-product h3{
	font-family: 'font-logo';
}
.recommend-product ul{
	text-align: center;
}
.recommend-product ul li{
	display: inline-block;
	margin: 10px;
	text-align: left;
}
.recommend-product ul li div{
	width: 200px;
	height: 300px;
	background-color: #EEE;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/* recommended room */
.recommend-room div.row > div{
	text-align: left;
}
.recommend-room ul li div h3{
	margin: 0px;
	border-bottom: 1px solid #666;
	font-family: 'font-logo';
	font-style: italic;
}
.recommend-room div.row > div{
	display: block;
}
.recommend-room div.row > div:first-child{
	background-color: #EEE;
	float: left;
}
.recommend-room div.row:nth-child(even) > div{
	background-color: #FFF;
	float: right;
	text-align: left;
}
.recommend-room div.row:nth-child(even) > div:first-child{
	background-color: #EEE;
}
.recommend-room div.row:nth-child(even) > div{
	text-align: right;
}

/* recommended room ul */
#home .recommend-room{
	background-color: #FFF;
}
.recommend-room ul{

}
.recommend-room ul li{
	width: 50%;
	height: 360px;
	background-color: #FFF;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}
.recommend-room div.row ul li div{
	padding: 50px 20px;
	text-align: left;
}
.recommend-room div.row ul li div h3{
	margin: 0px;
	border-bottom: 1px solid #666;
	font-family: 'font-logo';
	font-style: italic;
}
.recommend-room div.row ul li:first-child{
	background-color: #EEE;
	float: left;
}
.recommend-room div.row:nth-child(even) ul li{
	background-color: #FFF;
	float: right;
}
.recommend-room div.row:nth-child(even) ul li:first-child{
	background-color: #EEE;
}
.recommend-room div.row:nth-child(even) ul li div{
	text-align: right;
}

/* content (contact us, service)*/
.bkk-content{
	padding: 15px;
	padding-top: 20px;
	background-color: #FFF;
}
.bkk-content h2{
	font-family: 'font-logo';
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
.bkk-content .info{
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 20px;
}
.bkk-content .info div.preview{
	width: 100%;
	padding-top: 56.25%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.bkk-content .info ul{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow-x: scroll;
	height: 120px;
	white-space: nowrap;
}
.bkk-content .info ul li{
	width: 20%;
	padding-top: 20%;
	background-color: #EEE;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}
.bkk-content .info a{
	color: inherit;
	font-style: italic;
}
.bkk-content .info a:hover{
	text-decoration: underline;
}

/* content (product)*/
.bkk-product{
	padding: 15px;
	padding-top: 20px;
	background-color: #FFF;
}
.bkk-product h2{
	font-family: 'font-logo';
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
.bkk-product .info{
	cursor: pointer;
}
.bkk-product .info div{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.bkk-product .info div:hover{
	opacity: 0.6;
}

/* content (gallery) */
.bkk-gallery{
	padding: 15px;
	padding-top: 20px;
	background-color: #FFF;
}
.bkk-gallery a{
	color: inherit;
	font-size: 70%;
}
.bkk-gallery h2{
	font-family: 'font-logo';
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
.bkk-gallery .info{
	width: 100%;
	padding-top: 56.25%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
	position: relative;
}
.bkk-gallery .info p{
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.2);
	width: 40%;
	padding: 15px;
	position: absolute;
	right: 20px;
	top: 40px;
	color: #FFF;
}
.bkk-gallery .info p b{
	font-family: 'font-logo';
	font-size: 20px;
	font-style: italic;
}
.bkk-gallery ul{

}
.bkk-gallery ul li{
	padding: 0px 6px;
	display: inline-block;
}
.bkk-gallery ul li a{
	color: #444;
	font-size: 80%;
}
.bkk-gallery ul li a:hover{
	text-decoration: underline;
	background-color: #FFF;
}
.bkk-gallery .gallery-list{
	width: 100%;
	margin-top: 15px;
	padding-top: 56.25%;
	background-color: #EEE;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
}

/* content */
.article .content{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* content image */
.article .image > *{
	display: none;
}
.article .image > .detail1{
	display: block;
}
.article .image > .detail1 > img{
	display: block;
}
.article .image > .detail1 > span{
	display: none;
}

/* content text */
.article .text > *{
	display: none;
}
.article .text > .detail1{
	display: block;
}
.article .text > .detail1 > span{
	display: block;
}
.article .text > .detail1 > img{
	display: none;
}

/* content image-text */
.article .image-text > *{
	display: none;
}
.article .image-text > .detail1{
	display: block;
	float: left;
}
.article .image-text > .detail2{
	display: block;
	float: left;
}
.article .image-text > .detail1 > *{
	display: none;
}
.article .image-text > .detail1 > img{
	display: block;
}
.article .image-text > .detail2 > *{
	display: none;
}
.article .image-text > .detail2 > span{
	display: block;
}

/* content text-image */
.article .text-image > *{
	display: none;
}
.article .text-image > .detail1{
	display: block;
	float: left;
}
.article .text-image > .detail2{
	display: block;
	float: left;
}
.article .text-image > .detail1 > *{
	display: none;
}
.article .text-image > .detail1 > span{
	display: block;
}
.article .text-image > .detail2 > *{
	display: none;
}
.article .text-image > .detail2 > img{
	display: block;
}

/* content image-image */
.article .image-image > *{
	display: none;
}
.article .image-image > .detail1{
	display: block;
	float: left;
}
.article .image-image > .detail2{
	display: block;
	float: left;
}
.article .image-image > .detail1 > *{
	display: none;
}
.article .image-image > .detail1 > img{
	display: block;
}
.article .image-image > .detail2 > *{
	display: none;
}
.article .image-image > .detail2 > img{
	display: block;
}

/* content text-text */
.article .text-text > *{
	display: none;
}
.article .text-text > .detail1{
	display: block;
	float: left;
}
.article .text-text > .detail2{
	display: block;
	float: left;
}
.article .text-text > .detail1 > *{
	display: none;
}
.article .text-text > .detail1 > span{
	display: block;
}
.article .text-text > .detail2 > *{
	display: none;
}
.article .text-text > .detail2 > span{
	display: block;
}

/* content object */
.article img{
	width: 97%;
	height: auto;
	margin: auto;
	margin-bottom: 15px;
	border: 10px solid #FFF;
	box-shadow: 0px 0px 3px #CCC;
}
.article span{
	display: block;
	text-align: left;
	padding: 5px 30px;
}
.article textarea{
	width: 100%;
	min-height: 100px;
	border: 1px solid #FFF;
	padding: 5px 10px;
	margin: auto;
}
.article textarea:hover{
	border: 1px solid #CCC;
}
.article textarea:focus{
	border: 1px solid #CCC;
}
.article input[type=file]{
	margin: auto;
}

.fluid-container{
	padding-right: 15px; 
	padding-left: 15px; 
	margin-right: auto; 
	margin-left: auto;
}

#img-viewer{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	z-index: 9999;
}
#img-viewer img{
	max-height: 90% !important;
	max-width: 90% !important;
	margin: 5%;
	width: auto !important;
	box-shadow: 0px 0px 4px #CCC;
}
.box-message{
	color: #000;
}

.bg-img{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #EEE;
}

































