body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	background: rgb(30, 30, 30);

	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Arial', sans-serif;*/
	font-family: 'Crimson Text', serif;
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: rgb(193, 176, 137);
	text-decoration: none;
	line-height: 14px;

	-webkit-text-size-adjust: none;
}
a {
	color: rgb(193, 176, 137);
	text-decoration: none;
	/*border-bottom: 1px dotted #FFF;*/
}
a:hover {
	color: rgb(193, 176, 137);
	text-decoration: underline;
	/*border-bottom: 1px solid #FFF;*/
}


/*********************************************************** small screen */
	#TopMenu {
		display: none;
	}

	#TopMenuMobile {
		display: block;
	}

	#TopBarWrapper2 {
		width: calc(100% - 100px);
	}

	#LightboxImage {
		width: calc(100% - 60px);
		max-width: 860px;
		height: calc((100vw - 60px) / 2);
		max-height: calc(860px / 2);
	}

/*********************************************************** medium screen */
@media screen and (min-width: 800px) {
	#TopMenu {
		display: none;
	}

	#TopMenuMobile {
		display: block;
	}

	#TopBarWrapper2 {
		width: calc(100% - 100px);
	}

	#LightboxImage {
		width: calc(100% - 200px);
		max-width: 860px;
		height: calc((100vw - 200px) / 2);
		max-height: calc(860px / 2);
	}
}

/*********************************************************** large screen */
@media screen and (min-width: 1120px) {
	#TopMenu {
		display: block;
	}

	#TopMenuMobile {
		display: none;
	}

	#TopBarWrapper2 {
		width: calc(100% - 100px);
	}

	#LightboxImage {
		width: calc(100% - 200px);
		max-width: 860px;
		height: calc((100vw - 200px) / 2);
		max-height: calc(860px / 2);
	}
}


/*********************************************************** body */
#ContentWrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 1120px;
	/*min-height: 1000px;*/
	background: transparent;
	margin: 55px auto 0px auto;
}

.CenterContent {
	position: absolute;
	top: 50%;
    left: 50%;

	-moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


/*********************************************************** Top Bar */
#TopBarWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 56px;
	background: rgb(23, 23, 23);
	margin: 0px;
}

#TopBarWrapper2 {
	position: relative;
	top: 0px;
	left: 0px;
	max-width: calc(1120px - 100px);
	height: 100%;
	background: transparent;
	margin: auto;
}

#TopBarLogo {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 100%;
	background: transparent;
	padding: 0px;
	display: inline-block;
}
#TopBarLogo2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 140px;
	cursor: pointer;
	display: block;

	background: rgb(47, 40, 38);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/logo-top.jpg");
}

.TopMenuButtonPC {
	position: relative;
	float: left;

	color: rgb(193, 176, 137);
	font-size: 12px;
	font-weight: 600;
	line-height: 56px;

	padding: 0px 15px;
	display: inline-block;

	background-color: transparent;

	-webkit-transition: background-color 0.2s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.2s;
}
.TopMenuButtonPC:hover {
	color: rgb(193, 176, 137);
	background-color: rgba(193, 176, 137, 0.2);
	text-decoration: none;
}
.TopMenuButtonPCOn {
	position: relative;
	float: left;

	color: rgb(236, 223, 195);
	font-size: 12px;
	font-weight: 600;
	line-height: 56px;

	padding: 0px 15px;
	display: inline-block;

	background-color: transparent;
	-webkit-transition: background-color 0.2s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.2s;
}
.TopMenuButtonPCOn:hover {
	color: rgb(236, 223, 195);
	background-color: rgba(193, 176, 137, 0.2);
	text-decoration: none;
}

#TopMenuRightContainer {
	position: relative;
	float: right;
	top: 17px;
	height: 21px;

	padding: 0px;
	display: inline-block;
}

#TopMenuFacebook {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 21px;
	display: inline-block;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/top-menu-fb.png");

	margin: 0px 0px 0px 3px;
	cursor: pointer;
}

#TopMenuInstagram {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 21px;
	display: inline-block;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/top-menu-in.png");

	margin: 0px 0px 0px 3px;
	cursor: pointer;
}

#TopMenuYoutube {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 21px;
	display: inline-block;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/top-menu-yt.png");

	margin: 0px 0px 0px 3px;
	cursor: pointer;
}

#TopMenuWechat {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 21px;
	display: inline-block;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/top-menu-wc.png");

	margin: 0px 0px 0px 3px;
	cursor: pointer;
}

#TopMenuReservation {
	position: relative;
	float: right;
	top: 0px;
	height: 21px;
	padding: 0px 10px;

	color: rgb(193, 176, 137);
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgb(193, 176, 137);

	background-color: transparent;
	display: inline-block;
	cursor: pointer;
}

#TopMenuLanguageBox {
	position: relative;
	float: right;
	top: 0px;
	width: 60px;
	cursor: pointer;

	color: rgb(193, 176, 137);
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	margin: 0px 5px 0px 0px;
}

#TopMenuLanguageBoxArrow {
	position: absolute;
	top: 4px;
	right: 2px;
	width: 11px;
	height: 11px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/top-menu-language-arrow.png");
}

#TopMenuLanguageList {
	position: absolute;
	float: right;
	top: 21px;
	width: 100%;
	background: rgb(23, 23, 23);

	height: 0px;
	-webkit-transition: height 0.15s;
	overflow: hidden;
}
#TopMenuLanguageBox:hover > #TopMenuLanguageList {
	height: auto;
}

.TopMenuLanguageListBox {
	position: relative;
	top: 0px;
	width: 100%;
	height: 21px;
	cursor: pointer;

	color: rgb(193, 176, 137);
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	margin: 8px 0px;
}

#TopMenuReserveMessage {
	position: absolute;
	float: left;
	top: 26px;
	left: calc((112px - 198px) / 2);
	width: 198px;
	height: 42px;
	background: rgb(0, 0, 0);
	opacity: 0;
	
	-webkit-transition: opacity 0.15s;
	overflow: hidden;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/reserve-message-en.svg");
	
	pointer-events: none;
}
#TopMenuReservation:hover > #TopMenuReserveMessage {
	opacity: 1;
}

#TopMenuMobile {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 55px;
	height: 55px;
	cursor: pointer;
}


/*********************************************************** Bottom Bar */
#BottomBarWrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	background: rgb(113, 98, 69);
	margin: 0px;
	text-align: center;
}

.CopyrightFont {
	color: rgb(219, 205, 174);
	font-size: 13px;
	line-height: 40px;
}


/*********************************************************** Mobile Menu */
#MobileMenuWrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	background-color: rgb(40, 32, 30);
	display: none;
}

#MobileMenuTopBar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 160px;
	background-repeat: repeat;
	background-image: url("assets/images/common/pattern-1.png");
}

#MobileMenuTopBarLogo {
	position: absolute;
	top: 0px;
	left: calc((100% - 80px) / 2);
	width: 80px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/logo-top.jpg");
}

#MobileCrossButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
}

#MobileCross1 {
	position: absolute;
	top: 30px;
	left: 15px;
	width: 30px;
	height: 1px;
	background: rgb(193, 176, 137);

	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

#MobileCross2 {
	position: absolute;
	top: 30px;
	left: 15px;
	width: 30px;
	height: 1px;
	background: rgb(193, 176, 137);

	-ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
}

.MobileMenuButton {
	position: relative;
	width: calc(100% - 40px);
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	margin: 0px auto;
	padding: 14px 0px;
	cursor: pointer;
}
.MobileMenuButton2 {
	position: relative;
	width: calc(100% - 40px);
	text-align: left;
	font-size: 15px;
	margin: 0px auto;
	padding: 0px;
}

.MobileMenuButtonLine {
	position: relative;
	width: 100%;
	height: 1px;
	background: rgb(145, 141, 108);
}

.MobileMenuMedia {
	position: relative;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	margin: 25px auto 0px 20px;
}

#MobileFacebook {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/fb.png");

	cursor: pointer;
}

#MobileInstagram {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 30px;
	height: 30px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/in.png");

	cursor: pointer;
}

#MobileYoutube {
	position: absolute;
	top: 0px;
	left: 90px;
	width: 30px;
	height: 30px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/yt.png");

	cursor: pointer;
}

#MobileWeChat {
	position: absolute;
	top: 0px;
	left: 135px;
	width: 30px;
	height: 30px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/wc.png");

	cursor: pointer;
}

/*********************************************************** WeChat */
#WeChatWrapper {
	position: absolute;
	top: 56px;
	right: -50px;
	width: 120px;
	height: 120px;
	background: white;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/wechat-qrcode-gold.jpg");

	display: none;
}

#WeChatArrow {
	position: absolute;
	top: -9px;
	left: 50px;
	width: 20px;
	height: 10px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/wechat-arrow.png");
}

/*********************************************************** Lightbox */
#Lightbox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

	background-color: rgba(0, 0, 0, 0.7);
}

#LightboxImage {
	position: absolute;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*********************************************************** Common */
.Spacing5 {
	position:relative;
	width:100%;
	height:5px;
}

.Spacing10 {
	position:relative;
	width:100%;
	height:10px;
}

.Spacing15 {
	position:relative;
	width:100%;
	height:15px;
}

.Spacing20 {
	position:relative;
	width:100%;
	height:20px;
}

.Spacing30 {
	position:relative;
	width:100%;
	height:30px;
}

.Spacing40 {
	position:relative;
	width:100%;
	height:40px;
}

.Spacing50 {
	position:relative;
	width:100%;
	height:50px;
}

.Spacing60 {
	position:relative;
	width:100%;
	height:60px;
}

.Spacing80 {
	position:relative;
	width:100%;
	height:80px;
}

.Spacing100 {
	position:relative;
	width:100%;
	height:100px;
}


/*********************************************************** DebugFont */
#DebugWrapper {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: left;
	line-height: 20px;
	display: none;
}
.DebugFont {
	font-family: "arial", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	-webkit-text-size-adjust: none;
}
.DebugFont a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.DebugFont a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
