body,h1,h2,h3,h4,h5,h6 {font-family: "Titillium Web", sans-serif}

body, html {
	height: 100%;
	line-height: 1.8;
	scroll-behavior: smooth;
}

h3 {
    font-size: min(5vw,45px);
	font-weight: bold;
}

h4 {
	font-size: min(4.5vw,34px);
    font-weight: bold;
    line-height: 1;
    color: #F3DA99;
}


h6 {
	font-size: min(3.5vw,20px);
    font-weight: bold;
    line-height: 1.2;
    color: #F3DA99;
}
:root{
  scrollbar-color: #F3DA99 #473529 !important;

}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;-*/
	background-color:  #473529 !important;
}
 
::-webkit-scrollbar-thumb {
  
    border-radius: 3px;
	 /*
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	*/
	background-color:  #F3DA99 !important;
}

/***************************************************************************/

.btn-profile-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.btn-profile-desc {
	width:50%;
	min-width:420px;
	display: block;
	height:320px;
	background: #f5f2ec;
    margin: 10px 5px 5px 5px;
	border-radius: 10px;
	padding-left: 10px;
	box-shadow: 0px 12px 56px #c7baaa, inset 0 0 6px 3px #f0e4d6;
}
.btn-profile-desc2 {
	width:50%;
	min-width:420px;
	display: block;
	background: #f5f2ec;
    margin: 10px 5px 5px 5px;
	border-radius: 10px;
	padding-left: 10px;
	box-shadow: 0px 12px 56px #c7baaa, inset 0 0 6px 3px #f0e4d6;
}
.btn-det-req-concierge {
	width:50%;
	min-width:420px;
	display: block;
	background: #f5f2ec;
    margin: 10px 5px 5px 5px;
	border-radius: 10px;
	padding: 10px 10px 100px 10px;
	box-shadow: 0px 12px 56px #c7baaa, inset 0 0 6px 3px #f0e4d6;
}

.btn-profile-c {
	display: flex;
	margin-top: 10px;
	margin-bottom: 20px;
}
.btn-profile-c2 {
	display: flex;
}
.btn-profile-ctitle {
	display: block;
	font-weight: bold;
	padding: 5px;
	min-width: 175px;
}

.btn-profile-cright {
	width: 250px;
}

.btn-profile-citem {
	display: block;
	/*position: absolute;
	width: 26%;*/
	max-width: 345px;
	padding: 5px;
	margin: 0px 10px;
	box-sizing: border-box;
}

.btn-profile-citem-e:hover .btn-profile-indi-icon {
	opacity: .5;
	font-size: larger;
}

.btn-profile-indi-icon {
	opacity: .1;
	display: block;
	position: absolute;
	left: 90%;
	top: 11px;
	transition: all 250ms linear;
}

.btn-profile-citem-e:hover {
    box-shadow: 0 0 5px 0 #946d55c4;
    border-radius: 5px;
	cursor:pointer;
	padding: 7px 5px;
	color: #946d55;
	font-weight: bold;
}


.btn-profile-citem-e {
	box-shadow: 0 0 2px 0 #946d557a;
    border-radius: 5px;
	text-decoration: none;
	transition: all 250ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.btn-profile-card-bg {
	width:460px;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
    flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.requestCode{
	font-family: calibri;
	font-weight: bold;
	font-size: 17px;
}

.address-editor {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 36px;
	margin: auto;
	max-width: 500px;
	min-height: 700px;
	background: linear-gradient(45deg, #473529, transparent),#98694c;
	border: 1px solid #AD8F6B;
	box-sizing: border-box;
	border-radius: 12px;
	box-shadow: 0px 12px 56px #996b4d55;
}

.form-concierge {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 36px;
	margin: auto;
	max-width: 500px;
	background: linear-gradient(45deg, #473529, transparent),#98694c;
	border: 1px solid #AD8F6B;
	box-sizing: border-box;
	border-radius: 12px;
	box-shadow: 0px 12px 56px #996b4d55;
}

.about-content {
	color: #946D55 !important;
}
.about-content p, .about-content li {
	text-align: left;
}

.about-bg {
	width:100%;
	height:max(min(25vw,300px),200px);
	background-size: cover;
	background-color: #563A29;
	border-radius: 24px;
	box-shadow: 0px 12px 56px #996B4D55;
	margin: 30px 0px;
}

.btn-item-footer-2-text {
	color: #828282;
	font-size: 14px;
	letter-spacing: -0.02em;
	white-space: nowrap;
	text-align: left;
}

.btn-coupon-footer {
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.btn-coupon-footer-cardbox {
	width:90%;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.btn-history-coupon-bg {
	width: 50%;
    background-size: contain;
    border-radius: 12px 0px 0px 12px;
    background-repeat: no-repeat;
    background-position: center 1vh;
}

.btn-history-detail-content {
	overflow-x:none;
	overflow-y:auto;
	width:100%;
	height:40vh;
	min-height:200px;
	max-height:600px;
}

.btn-history-cardbox {
	width: 100%;
    margin: 5vh auto auto auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 40%);
    border-radius: 12px;
    max-height: 60vh;
	overflow-y: scroll;
}

.btn-histoy-popup-close {
	color: #f5f2ec;
    top: 15px;
	position: absolute;
	right: -12px;
    background: #946d55;
    border-radius: 50%;
    padding: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: solid 2px #fff;
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px #946d55;
}

.btn-history-popup {
	position:fixed;
	width:50vw;
	min-width:400px;
	max-width:800px;
	height:50%;
	min-height:400px;
	max-height:600px;
	top:20vh;
	margin:auto;
	left:-50%;
	right:-50%;
	

}

.btn-history-popup:focus {
	outline: none;
}

.btn-history-popup-cover {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	display: none;
}

.btn-history-popup-bg {
	position: fixed;
	/* background: #473529; */
	
	background: radial-gradient(#f9ccaf, #473529);
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.btn-history-coupon-cardbox {
	width:470px;
	margin-bottom:20px;
	cursor: pointer;
}

.btn-history-coupon-list {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.btn-history-tab {
	display: flex;
    justify-content: flex-start;
}

.btn-coupon-title-text{
	color: #5E5E5E;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	overflow: hidden;
}

.btn-coupon-separator {
	width: 100%;
	padding: 10px;
}

.btn-coupon-header-ico-img {
    filter: brightness(2);
    width: 24px;
	vertical-align: initial;
}
.btn-coupon-header-ico-frame {
    background: #AD8F6B;
    border-radius: 50%;
    width: 26px;
	height: 26px;
	text-align: center;
}

.btn-coupon-tag {
	color: #946D55;
	font-size: 12px;
	font-weight: bold;
}

.btn-coupon-bg {
	width: 50%;
	height: 140px;
    background-size: contain;
    border-radius: 12px 0px 0px 12px;
	background-repeat: no-repeat;
    background-position: top center;
}

.btn-coupon-cardbox {
	width: 90%;
    margin: 5vh auto auto auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	
}

.btn-detail-f-button {
	width: 40vw;
}

.btn-detail-footer-button {
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.btn-detail-item-text {
	text-align: left;
	line-height: 1.5;
}

.btn-detail-header {
	width:100%;
	padding: 0px 0px 0px 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.btn-item-cath {
	color: #828282;
	font-weight: bold;
	font-size: large;
}

.btn-detail-bg {
    width: 50%;
	height: 350px;
    background-size: contain;
    border-radius: 12px;
	background-repeat: no-repeat;
    background-position: center ;
}

.btn-detail-separator {
	width: 60%;
	margin-bottom: 20px;
}

.btn-detail-cardbox {
    width: 100%;
    margin: 5vh auto auto auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
	border-radius: 24px;
	padding: 10px;
}

/***************************************************************************/
.btn-item-title-button:hover {
	opacity: 0.5;
}

.btn-item-title-button {
	font-family: Titillium Web;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
	color: #828282;
}

.btn-item-title-text{
	color: #5E5E5E;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	text-align: left;
	max-height: 100px;
	overflow: hidden;

}

.btn-item-title-text-list{
	color: #5E5E5E;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
	text-align: left;
	height: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.btn-item-header-2-text {
	color: #828282;
	font-size: 14px;
	letter-spacing: -0.02em;
	font-weight: bold;
	line-height: 20px;
}

.btn-item-header-ico-img {
    filter: brightness(2);
    width: 30px;
}
	

.btn-item-header-ico-frame {
    background: #AD8F6B;
    border-radius: 50%;
    width: 35px;
	height: 35px;	
}

.btn-item-tag {
	background: #AD8F6B;
    border-radius: 4px;
    height: 30px;
    color: #fff;
    margin: 5px 0px;
    padding: 3px 16px 0px 16px;
    width: max-content;
	max-width:50%;
	font-size:13px;
	white-space: nowrap;
}
.btn-item-header-bg {
    height: 180px;
    width: 100%;
    background-size: contain;
    border-radius: 12px 12px 0px 0px;
	background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffff;
}

.btn-item-header-bg2{
    width: 100%;
    border-radius: 12px 12px 0px 0px;
    margin-bottom: 8px;
}

.img-item-header{
	width: 100%;
    border-radius: 12px 12px 0px 0px;
}

.btn-item-header {
	width:100%;
	padding: 0px 8px 0px 8px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.btn-search-result-list-cardbox-img {
	width:100px;
}

.btn-search-result-list-cardbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 0px 20px;
	box-shadow: 0px 20px 50px -10px rgba(173, 143, 107, 0.6);
	border-radius: 12px;
	margin: 25px 0px;
	width: 260px;
	min-height:	410px;
	background-repeat: no-repeat;
    background-size: 100% 45%;
    background-position: top center;
	cursor:pointer;
	transition: all 750ms ease-out;
}
.btn-search-result-list-cardbox:hover {
	box-shadow: 0px 10px 20px 0px rgba(173, 143, 107, 0.9);
	transform: scale(0.99) translateY(5px);
	transition: all 100ms ease-in-out;
}

.btn-search-result-list-cframe {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-start;
	padding: 10px;
	width: 100%;
	flex-wrap: wrap;
	margin: 20px 0px;
}

.btn-search-result-list{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 8px;
	margin-top: 30px;
}

.btn-search-result-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
}

.btn-result-title-icon {
	filter: hue-rotate(356deg) brightness(0.8);
	position: relative;
    width: min(8vw,60px);
    margin-right: 0.5vw;
}

.btn-search-result-inside {
	width: 95%;
	margin: auto;
}

.btn-search-result-frame {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	background: #FAFAFA;
}

.btn-search-cathtag-item:hover {
	background: #946D55;
	color: #fff;
}

.btn-search-cathtag-item.active:hover {
	background: #946D55;
	color: #fff;
}


.btn-search-cathtag-item.active {
	background: #946D55;
	color: #fff;
}

.btn-search-cathtag-item-disable {
	border: 1px solid #c5c5c5;
	box-sizing: border-box;
	border-radius: 90px;
	min-width: 100px;
	padding: 0px 10px;
	margin: 5px 5px;
	color: #c5c5c5;
	cursor: not-allowed;
	text-align: center;
}



.btn-search-cathtag-item {
	border: 1px solid #946D55;
	box-sizing: border-box;
	border-radius: 90px;
	min-width: 100px;
	padding: 0px 10px;
	margin: 5px 5px;
	color: #946D55;
	cursor: pointer;
	text-align: center;
}

.btn-otp {
	border: 1px solid #946D55;
	box-sizing: border-box;
	border-radius: 90px;
	min-width: 100px;
	padding: 2px 12px;
	margin: 5px 5px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background-color: #946d55;
}

.btn-otp-disable {
	border: 1px solid #946D55;
	box-sizing: border-box;
	border-radius: 90px;
	min-width: 100px;
	padding: 2px 12px;
	margin: 5px 5px;
	color: #aaa;
	background-color: #ddd;
	cursor: pointer;
	text-align: center;
	cursor: not-allowed;
}

.btn-search-cathtag-frame {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 0px;
	/* overflow-x:auto; */
	max-width: 95%;
	flex-wrap: wrap;
	justify-content: center;
}


.btn-search-cathtag-frame{
  scrollbar-color: #F5F2EC #fefefe !important;
}

.btn-search-cathtag-frame::-webkit-scrollbar {
    width: 12px;
}
 
.btn-search-cathtag-frame::-webkit-scrollbar-track {
	background-color:  #fefefe !important;
}
 
.btn-search-cathtag-frame::-webkit-scrollbar-thumb {
    border-radius: 3px;
	background-color:  #F5F2EC !important;
}

.btn-search-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 32px 0px;
	position: static;
	/* white */
	background: #FFFFFF;
}

.btn-search-box {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
}

.btn-search-input-wrapper{
  position: relative;
}

.btn-search-input-icon{
  position: absolute;
  left: 8px;
  top: calc(50% - 0.5em); 
  color: #667085;
}

.btn-search-input-text {
	padding-left: 30px;
}

.btn-search-button {
	width: 92px !important;
    height: 33px !important;
    min-height: 33px !important;
    padding: 3px 0px !important;
    position: relative;
    top: -2px;
    margin: 5px !important;
}

/***************************************************************************/






.btn-section-maindiv {
	width:94%;
	height:40vw;
	max-height:410px;
	background-size: cover;
	background-color: #563A29;
	margin: 3%;
	border-radius: 24px;
	box-shadow: 0px 12px 56px #996B4D;
	overflow: hidden;
	position: relative;
}

.btn-section-maindiv:nth-of-type(odd) {
	background-position:top left;
}

.btn-section-maindiv:nth-of-type(even) {
	background-position:bottom right;
}

.btn-section-maindiv .btn-section-insidediv {
	position: relative;
    width: 416px;
    background-image: url(../../images/bg_text_o.svg);
    height: 314px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -48%;
    top: 3vw;
	color: #fff;
	text-align: left;
}

.btn-section-maindiv:nth-of-type(odd) .btn-section-insidediv {
    background-image: url(../../images/bg_text_o.svg);
	position: absolute;
	right: 10%;
}

.btn-section-maindiv:nth-of-type(even) .btn-section-insidediv {
    background-image: url(../../images/bg_text_e.svg);
    left: 10%;
}

.btn-section-maindiv .btn-section-insidediv .btn-section-content {
	position: relative;
    left: 25px;
    top: 18px;
    height: 237px;
	width: 372px;
}



.btn-section-content-button:hover {
	opacity: 0.5;
}

.btn-section-content-button {
	/*font-family: Helvetica,Arial,sans-serif;*/
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
	text-decoration: none;
	color: #fff;
}

.btn-section-content-button-brown:hover {
	opacity: 0.5;
}

.btn-section-content-button-brown {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
	text-decoration: none;
	color: #828282;
}




.btn-section-content-desc {
font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
}

.btn-img-section-icon {
	filter: brightness(5);
	position: relative;
	top: min(3vh,9px);
    width: 35px;
	margin-bottom:5px;
}

.btn-quickmenu {
	padding:0px 0px;
	background-color:#AD8F6B;
	background-image: url('../../images/bgarrow.svg');
	background-size: 55%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-blend-mode: screen;
}

.btn-div-quickmenu {
	margin: 10px ;
	width: 15vw;
	max-width: 200px;
	cursor: pointer;
}
/*
.btn-a-quickmenu {
	display: flex;
    flex-direction: column;
    align-items: center;
}
*/
.btn-div-2-quickmenu {
	background-color: #473529;
    border-radius: 50%;
	width: 15vw;
    height: 15vw;
    max-width: 100px;
    max-height: 100px;
    margin: auto;
}

.btn-img-quickmenu {
	filter: brightness(1.6);
	position: relative;
	width: 10vw;
	max-width: 80px;
	display: inline-block;
    vertical-align: middle;
    height: 90%;
}

.btn-text-2-quickmenu {
	color: #473529;
	margin-top: 1vw;
	font-weight: bold;
	font-size: min(3vw,21px);
	line-height: 1.2;
}

.btn-footer {
	height: 130px;
}

.w3-top {
	z-index: 50;
	max-width: 1200px;

}

.max-width-fixer {
	max-width:1200px;
	margin:auto;
	
}

.w3-sidebar {
	z-index: 11;
}

.w3-right {
    width: max-content;
}

.w3-border {
    border: 1px solid #a5836e !important;
}

.w3-striped tbody tr:nth-child(even) {
	/* background: #f5f2ec; */
	background: linear-gradient(0deg, #f5f2ec, transparent);
}

.w3-striped tbody tr:nth-child(odd) {
	/*background: #f3dda9; */
	background: linear-gradient(0deg, #f3dda9, transparent);
}

.btn-table td:first-child {
	font-weight: bold;
}



.btn-table tbody tr:nth-child(odd) {
	background: linear-gradient(10deg, #f3dda94e, transparent);
}


.btn-table tbody tr:nth-child(even) {
	background: linear-gradient(190deg, #f5f2ec4e, transparent);
}


.btn-table thead tr {
	color: #98694c;
	text-align: left;
	/* background: #a5836e;	 
	background: linear-gradient(0deg, #a5836e, #a5836e78);*/
}


.btn-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;

}

.btn-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.btn-table {
	width: 100%;
}

.btn-table-bg {
    border: solid 1px #98694c99;
    border-radius: 20px;
    min-width: 375px;
    width: 50%;
    background-image: url(../../images/bgarrow.svg), linear-gradient(0deg, #f3da99a1,50%,#ffffffd1);
    background-size: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-blend-mode: screen;	
	box-shadow: 0px 12px 16px #996b4d55;
}

.btn-table-bg-full {
    border: solid 1px #98694c99;
    border-radius: 20px;
    min-width: 375px;
    width: 100%;
    background-image: url(../../images/bgarrow.svg), linear-gradient(0deg, #f3da99a1,50%,#ffffffd1);
    background-size: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-blend-mode: screen;	
	box-shadow: 0px 12px 16px #996b4d55;
	box-sizing: border-box;
  	padding: 8px;
}



.btn-membership {
	background-image: url("../../images/bg_member_pat.png");
	background-size: 20%;
	clip-path: inset(0% 0% 0% 0%);
}

.btn-member-card {
	width: 40vw;
	max-width: 600px;
    height: 40vw;
	max-height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
	overflow: hidden;
    position: absolute;
	opacity: 0.6;

}

.nav-top-logo {
	padding: 10px;
}

.login-logo  {
	width:19vw;
    max-width: 200px;
}

.nav-member-lvl {
    font-size: smaller;
    background-color: #946D55;
    color: #F0E4D6;
    position: relative;
    border-radius: 80px;
    padding: 3px 15px;
}


/*********************************/


/* Full height image header */
.bgimg-1 {
	background-position: center;
	background-size: cover;
	background-image: url("../../images/hero_section_d.jpg"),  linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.19) 100%),  radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.213) 0%, rgba(0, 0, 0, 0) 100%);
	min-height: 100%;
}

.w3-darkbrown,.w3-hover-darkbrown:hover {
    color: #fff!important;
    background-color: #473529!important
}


.w3-lightgold {
    color: #946D55!important;
    background-color: #F0E4D6!important
}


.w3-bar .w3-button {
	padding: 10px;
}

.w3-button:hover {
    color: #FFF!important;
    background-color: #946D55!important
}

.w3-button:hover .nav-member-lvl {
    color: #946D55!important;
    background-color: #F5F2EC!important
}

.w3-bar-block .w3-bar-item {
    text-align: right;
}

.btn-gold,.btn-hover-gold:hover {
    color: #946D55!important;
    background-color: #F5F2EC!important
}



.login-frame {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: flex-start;
    justify-content: center;
	padding: 0px;
	width: 100%;
	height: 50%;
	min-height: 400px;
	padding-top: 50px;
}

.login-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 36px;
	width: 334px;
	left: calc(50% - 334px/2);
	top: 4.38%;
	bottom: 4.38%;
	min-height: 270px;
	background: rgba(0, 0, 0, 0.75);
	border: 1px solid #AD8F6B;
	box-sizing: border-box;
	border-radius: 12px;
}
.loginContainer{
	box-sizing: border-box;
}

.login-tag {
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 39px 50px;
	width: 60%;	
}

.login-tag-content {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.login-footer-deco {
    background-image: url(images/bgarrow.svg);
    width: 80%;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    position: fixed;
    right: 0px;
    bottom: 0px;
 }

.content-text {
	font-family: Titillium Web;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* cream */

	color: #F3DA99;
}

.form-help{
	margin-top: 5px;
	line-height: 1.3;
	color: #ffffff;
	font-size: 14px;
}

input,textarea,select {
	margin: 3px 0px;
	font-size: 16px;
}

input[type=text], input[type=password],input[type=email],textarea,select{ 
	width: 100%;
}

textarea {
	resize: vertical; 
}

.clearboth{
	clear: both;
}

.btn-password-input-wrapper {
	position: relative;
}

.btn-password-text {
	padding-right: 30px;
}

.showhidepass {
	position: absolute;
    color: #342714;
    position: relative;
    left: -30px;
    top: 5px;
    width: 20px;
    cursor: pointer;
}


.button-sign-news {
	background: #946D55;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	width: 115px;
	height: 34px;
	min-height:34px;
	color: #fff;
	margin: 0px 3px;
	transition: all 50ms linear;
	padding: 2px 2px;
}

.button-sign-news:hover {
    color: #fff!important;
    background-color: #AD8F6B!important;
}

.button-reg {
	background: #946D55;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	width: 260px;
	color: #fff;
	margin: 5px 0px;
	transition: all 50ms linear;
}

.button-dark:hover {
    color: #fff!important;
    background-color: #726049!important;
}

.button-dark {
	background: #473529;;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	width: 260px;
	color: #fff;
	margin: 5px 0px;
	transition: all 50ms linear;
}

.button-reg:hover {
    color: #fff!important;
    background-color: #AD8F6B!important;
}

.button-disabled {
	background: #BDBDBD;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	width: 260px;
	height: 40px;
	min-height:40px;
	color: #fff;
	margin: 5px 0px;
	transition: all 50ms linear;
	cursor: not-allowed;
}

.button-disabled:hover {
    color: #fff!important;
    background-color: #BDBDBD!important;
}

.title-text {
	font-family: Titillium Web;
	font-style: normal;
	font-weight: 600;
	font-size: min(10vw, 80px);
	line-height: 7vw;
	/*transition: all 50ms linear;*/
	color: #FFF9EF;
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.13);
}

.w3-sidebar {
	left: 0px;
	width: 300px;
	top: 70px;
}


.footer-frame {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding: 0px;
	
	
	left: calc(50% - 600px/2);
	top: 56.87px;
}

.footer-logo {
	display: flex;
	flex-direction: column;
    justify-content: center;
    /*align-items: flex-start;*/
	padding: 0px;
	width: 300px;
	margin-bottom: 30px;
}

.footer-menu {
	display: flex;
	flex-direction: column;
    justify-content: center;
    /*align-items: flex-end;*/
	padding: 0px;
	width: 300px;
}

.footer-menu-title {
	font-family: Titillium Web;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
}

.footer-menu-item {
	font-family: Titillium Web;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}

.footer-menu-item:hover {
	opacity: 0.5;
}

.newsletter-input {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 3px;
    background-color: #222222;
    border-radius: 4px;
    margin: 5px 0px;
}

.newsletter-input-text {
	color: #FFFFFF;
	background-color: #FFFFFF00;
	border: none;
	margin: 3px 5px;
}

.btn-cr-text {
	font-size: 12px;
	font-weight: bold;
}

.div-type1{
	margin: 0px; 
	border: solid 2px #946d55;
}

.preloader{
	margin-top: 30px;
}

.ctitle-left{
	float: left;
	max-width: 150px;
}
.ctitle-right{
	float: right;
	margin-left: 10px;
}
/* *********************************** DESKTOP : MIN WIDTH  *************************************** */
@media screen and (max-width: 975px) {
	.login-frame {
		width: 700px;
		left: calc(50% - 700px/2);
	}
	.login-tag {
		width: 50%;	
	}
	
}

button{
	font-family: Titillium Web;
	font-size: 14px;
}

/* *********************************** MOBILE : MAX WIDTH *************************************** */
@media screen and (max-width: 700px) {
	.btn-search-result-list-cardbox {
		width: 48%;
	}
	.btn-search-result-list{
		padding: 0px;
	}
		/*
	.btn-detail-item-text {
		text-align: left;
		line-height: 1.5;
	}

	.btn-detail-header {
		width:100%;
		padding: 0px 0px 0px 10px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
*/
	.btn-table-bg-full {
	    width: 100%;
	}
	.btn-profile-citem {
		width: 340px;
	} 

	.btn-profile-c {
		flex-direction: column;
		margin-top: 0px;
	}
	.btn-profile-c2 {
		flex-direction: column;
		margin-top: 0px;
	}
	.btn-profile-desc {
		margin-left:20px;
		height: 470px;
		width: 365px;
		min-width: 365px;
	}

	.btn-profile-desc2 {
		margin-left:20px;
		width: 365px;
		min-width: 365px;
	}
	.btn-det-req-concierge {
		margin-left:20px;
		width: 365px;
		min-width: 365px;
	}
		

	.btn-profile-ctitle {
		margin-top: 30px;
	}

	.btn-detail-f-button {
		width: 90%;
		margin-bottom: 20px;
	}


	.btn-detail-footer-button {
		flex-direction: column;
		align-items: center;
	}
	
	.btn-detail-header {
		width:100%;
		padding: 0px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.btn-detail-bg {
		width: 100%;
		
	}
	
	.btn-detail-separator {
		width: 100%;
		margin-top: 10px;
	}
	

	.btn-detail-cardbox {
		width: 90%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		box-shadow: 0px 8px 30px rgba(173, 143, 107, 0.5);
	}

	
	.btn-section-content-desc {
		font-family: Helvetica,Arial,sans-serif;
		line-height: 1.5;
	}

	.btn-section-maindiv:nth-of-type(odd) .btn-section-insidediv {
		top: 53vw;
		height: 402px;
		right: -280px;
		width: 598px;
	}

	.btn-section-maindiv:nth-of-type(even) .btn-section-insidediv {
		top: 53vw;
		height: 402px;
		left: -280px;
		width: 598px;
	}

	.btn-section-maindiv: .btn-section-insidediv .btn-section-content {
		position: relative;
		left: 25px;
		top: 18px;
		height: 237px;
	}

	.btn-section-maindiv:nth-of-type(odd) .btn-section-insidediv .btn-section-content {
	   width: 270px;
	}

	.btn-section-maindiv:nth-of-type(even) .btn-section-insidediv .btn-section-content {
		left: 295px;
		width: 224px;
	}

	.btn-section-content-button:hover {
		opacity: 0.5;
	}
	
	
	.btn-section-maindiv {
		height: 120vw;
		max-height: unset;
	}

	
	.bgimg-1 {
		background-position: left;
	}
	.login-frame {
		width: 400px;
		flex-direction: column;
		left:-50%;
		right:-50%;
		margin: auto;	
	}
	.login-box{
		height: 400px;
	}
	.title-text {
		font-size: 32px;
	}
	.login-tag {
		position:relative;
		min-width: 340px;
		top: 1vh;
		margin:0px;
	}
	.login-logo  {
		position: relative;
		top:1vh;
		min-width: 120px;
		text-align: center;
	}
	/*.login-button  {
		position: absolute;
		top:420px;
		left:-50%;
		right:-50%;
		margin: auto;
	}*/
	.footer-logo {
		align-items: center;
	}
	.footer-menu {
		align-items: center;
	}
	.footer-frame {
		flex-wrap: wrap;
	}
	.btn-footer {
		height: 120px;
	}
	.btn-div-quickmenu {
		width: min(15vw,95px);
		min-width: 95px;
	}
	.ctitle-left{
		max-width: 300px;
	}
	.ctitle-right{
		float: left;
	}
	/* *********************************** MOBILE : MAX HEIGHT *************************************** */
	
	@media screen and (max-height: 650px) {
		.title-text {
			font-size: 30px;
		}
		/*
		.login-frame {
			top: 10px;
		}
		.login-tag {
			top: 20px;
		}
		.login-logo  {
			position: absolute;
			top:315px;
		}
		*/
		/*.login-button  {
			position: absolute;
			top:290px;
		}*/
	}
}