input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}


/*********************************************************** small screen */
	#MainContent {
		width: 100%;
		padding: 50px 0px;
	}

	#ContactContent {
		width: calc(100% - 100px);
		margin: 0px auto;
	}

	#ContactContentLeft {
		width: 0%;
		display: none;
		margin: 0px;
	}

	#ContactContentRight {
		width: 100%;
	}

	.ContactContentBottomInputLeft {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}

	.ContactContentBottomInputRight {
		width: 100%;
	}

	.ContactContentBottomErrorText {
		height: auto;
	}

	.ContactTopImageMobile {
		display: block;
	}

	.ContactFormBoxLeft2 {
		width: 50%;
	}
	.ContactFormBoxRight2 {
		width: 50%;
	}


	.ContactContentRightInfoBoxLeft {
		width: 100%;
		margin: 5px 0px 0px 0px;
	}

	.ContactContentRightInfoBoxMiddle {
		width: 0px;
	}

	.ContactContentRightInfoBoxRight {
		width: 100%;
		margin: 5px 0px 0px 0px;
	}
	
	
	.ContactContentLeft2 {
		width: 100%;
		min-height: calc((100vw - 80px) * 0.8);
		margin: 30px auto 0px auto;
	}
	.ContactContentCenter2 {
		width: 100%;
		min-height: 0;
		margin: 30px auto 0px auto;
	}
	.ContactContentRight2 {
		width: 100%;
		min-height: calc((100vw - 80px) * 0.8);
		margin: 30px auto 0px auto;
	}
	
	/* NEW */
	#contact-booking-left {
		width: 100%;
		min-height: calc( 100vw * (340 / 750) );
	}

	#contact-booking-right {
		width: 100%;
	}
	
	#contact-booking-line {
		width: calc(100% - 100px);
	}


/*********************************************************** medium screen */
@media screen and (min-width: 800px) {
	#MainContent {
		width: calc(100% - 100px);
		padding: 30px 0px 30px 0px;
	}

	#ContactContent {
		width: calc(100% - 40px);
		margin: 0px auto;
	}

	#ContactContentLeft {
		width: calc((100% - 20px) * 440 / 810);
		display: inline-block;
		margin: 0px 20px 0px 0px;
	}

	#ContactContentRight {
		width: calc((100% - 20px) * 350 / 810);
	}

	.ContactContentBottomInputLeft {
		width: calc((100% - 20px) / 2);
		margin: 0px 20px 0px 0px;
	}

	.ContactContentBottomInputRight {
		width: calc((100% - 20px) / 2);
	}

	.ContactContentBottomErrorText {
		height: 18px;
	}

	.ContactTopImageMobile {
		display: none;
	}

	.ContactFormBoxLeft2 {
		width: 40%;
	}
	.ContactFormBoxRight2 {
		width: 60%;
	}


	.ContactContentRightInfoBoxLeft {
		width: 100%;
		margin: 5px 0px 0px 0px;
	}

	.ContactContentRightInfoBoxMiddle {
		width: 0px;
	}

	.ContactContentRightInfoBoxRight {
		width: 100%;
		margin: 5px 0px 0px 0px;
	}
	
	
	.ContactContentLeft2 {
		width: 100%;
		min-height: calc((1020px - 20px - 20px) / 2 * 0.8);
		margin: 0px auto 30px auto;
	}
	.ContactContentCenter2 {
		width: calc((100% - 20px - 20px) / 2);
		min-height: calc((1020px - 20px - 20px) / 2 * 0.8);
		margin: 0px;
	}
	.ContactContentRight2 {
		width: calc((100% - 20px - 20px) / 2);
		min-height: calc((1020px - 20px - 20px) / 2 * 0.8);
		margin: 0px;
	}
	
	/* NEW */
	#contact-booking-left {
		width: calc(100% - 100px);
		min-height: calc( (100vw - 100px) * (340 / 750) );
	}

	#contact-booking-right {
		width: calc(100% - 100px);
	}
	
	#contact-booking-line {
		width: calc(100% - 100px);
	}
}

/*********************************************************** large screen */
@media screen and (min-width: 1120px) {
	#MainContent {
		width: calc(100% - 100px);
		padding: 30px 0px 30px 0px;
	}

	#ContactContent {
		width: calc(100% - 40px);
		margin: 0px auto;
	}

	#ContactContentLeft {
		width: calc((1120px - 100px - 40px - 30px) * 450 / 810);
		display: inline-block;
		margin: 0px 20px 0px 0px;
	}

	#ContactContentRight {
		width: calc((1120px - 100px - 40px - 30px) * 350 / 810);
	}

	.ContactContentBottomInputLeft {
		width: calc((100% - 20px) / 2);
		margin: 0px 20px 0px 0px;
	}

	.ContactContentBottomInputRight {
		width: calc((100% - 20px) / 2);
	}

	.ContactContentBottomErrorText {
		height: 18px;
	}

	.ContactTopImageMobile {
		display: none;
	}

	.ContactFormBoxLeft2 {
		width: 40%;
	}
	.ContactFormBoxRight2 {
		width: 60%;
	}


	.ContactContentRightInfoBoxLeft {
		width: calc((100% - 1px) / 2);
		margin: 0px;
	}

	.ContactContentRightInfoBoxMiddle {
		width: 1px;
	}

	.ContactContentRightInfoBoxRight {
		width: calc((100% - 1px) / 2);
		margin: 0px;
	}
	
	
	.ContactContentLeft2 {
		width: calc((100% - 20px - 20px) / 3);
		min-height: calc((1020px - 20px - 20px) / 3 * 0.8);
		margin: 0px;
	}
	.ContactContentCenter2 {
		width: calc((100% - 20px - 20px) / 3);
		min-height: calc((1020px - 20px - 20px) / 3 * 0.8);
		margin: 0px;
	}
	.ContactContentRight2 {
		width: calc((100% - 20px - 20px) / 3);
		min-height: calc((1020px - 20px - 20px) / 3 * 0.8);
		margin: 0px;
	}
	
	/* NEW */
	#contact-booking-left {
		width: calc(((100% - 20px - 20px) / 3) * 2 + 20px);
		min-height: calc( (((1120px - 20px - 20px) / 3) * 2 + 20px) * (340 / 750) );
	}

	#contact-booking-right {
		width: calc((100% - 20px - 20px) / 3);
	}
	
	#contact-booking-line {
		width: calc(100% - 100px);
	}
}


/*********************************************************** Main Content */
#BottomBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(26, 25, 23);
}

#MainContent {
	position: relative;
	top: 0px;
	left: 0px;
	background: rgb(17, 16, 15);
	margin: auto;
}

#ContactContent {
	position: relative;
	top: 0px;
	left: 0px;
}

#ContactContentTop {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
}

#ContactContentLeft {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
}

#ContactContentRight {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
}

.ContactImageBoxTop {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.ContactImageBoxLeft {
	position: relative;
	top: 0px;
	left: 0px;
	width: calc((100% - 10px) / 2);
	display: inline-block;
	margin: 0px 10px 0px 0px;
}

.ContactImageBoxRight {
	position: relative;
	top: 0px;
	left: 0px;
	width: calc((100% - 10px) / 2);
	display: inline-block;
}

.ContactImageBoxBottom {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.ContactImage {
	width: 100%;
	border-width: 0px;
	border-style: none;
}

.ContactContentLine {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: rgb(180, 163, 128);
}

.ContactContentRightTitle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	font-size: 19px;
	text-align: center;
	/*color: rgb(240, 230, 210);*/
	margin: 0px 0px 15px 0px;
}

.ContactContentRightInfo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin: 21px 0px 0px 0px;
}
.ContactContentRightInfo a {
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}
.ContactContentRightInfo a:hover {
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
}

.ContactContentRightMap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 30px 0px;
}

.ContactContentRightTitle2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	font-size: 14px;
	text-align: center;
	color: rgb(240, 230, 210);
	margin: 25px 0px 6px 0px;
}

.ContactContentRightInfoBox {
	position: relative;
	top: 0px;
	left: 0px;

	display: flex;
	flex-wrap: wrap;

	margin: 0px 0px 30px 0px;
}

.ContactContentRightInfoBoxLeft {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;

	font-size: 13px;
	text-align: center;
}

.ContactContentRightInfoBoxMiddle {
	position: relative;
	top: 0px;
	left: 0px;
	background: rgb(180, 163, 128);
	display: inline-block;
}

.ContactContentRightInfoBoxRight {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;

	font-size: 13px;
	text-align: center;
}

.ContactContentBottom {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.ContactContentBottomTitle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 16px;

	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: rgb(240, 230, 210);
}

.ContactContentBottomTitleRequired {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 16px;

	font-size: 11px;
	color: rgb(193, 176, 137);
	letter-spacing: 0px;
	line-height: 16px;
	text-align: right;
}

.ContactContentBottomInput {
	position: relative;
	top: 0px;
	left: 0px;

	display: flex;
	flex-wrap: wrap;

	margin: 0px;
}

.ContactContentBottomInputLeft {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
}

.ContactContentBottomInputRight {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
}

.ContactContentBottomInputOutline {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgb(193, 176, 137);
}

.ContactContentBottomInputOutline2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 22%;
	height: 30px;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgb(193, 176, 137);
}

.ContactContentBottomErrorText {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: rgb(240, 230, 210);
	
	margin: 0px 0px 5px 0px;
}


.ContactFormBox {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;

	display: flex;
	flex-wrap: wrap;

	margin: 0px;
}

.ContactFormBoxLeft {
	position: relative;
	top: 0px;
	left: 0px;
	width: 28%;
	height: 30px;
	display: inline-block;
}

.ContactFormBoxRight {
	position: relative;
	top: 0px;
	left: 0px;
	width: 72%;
	height: 30px;
	display: inline-block;
}

.ContactFormBoxLeft2 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 30px;
	display: inline-block;
}

.ContactFormBoxRight2 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 30px;
	display: inline-block;
}

.ContactFormBoxLine {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 1px;
	height: 22px;
	background: rgb(193, 176, 137);
}

.ContactFormPlacholder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;

	font-family: 'Crimson Text', serif;
	font-size: 14px;
	font-style: normal;
	color: rgb(117, 117, 117);
	letter-spacing: 1px;
	line-height: 30px;
	text-align: left;

    padding: 0px 5px;
	pointer-events: none;
}

select.FormSelect {
	border-style: none;
	border-width: 0px;
	border-radius: 0px;

	outline: none;
	
	width: 100%;
	height: 28px;
	
	font-family: 'Crimson Text', serif;
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 14px;
	font-style: normal;
	color: rgb(193, 176, 137);
	letter-spacing: 1px;
	line-height: 28px;
	text-align: left;

	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding: 0px 5px;
	background: rgb(17, 16, 15);
}

.SelectPlaceholder {
	color: rgb(106, 101, 92);
}

input.FormInputName {
	border-style: none;
	border-width: 0px;
	border-radius: 0px;

	outline: none;
	
	width: calc(100% - 10px);
	height: 30px;
	
	font-family: 'Crimson Text', serif;
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 14px;
	font-style: normal;
	color: rgb(193, 176, 137);
	letter-spacing: 1px;
	line-height: 30px;
	text-align: left;

	padding: 0px 5px;
	background: transparent;

	-webkit-appearance: none;
}

input.FormInputDatepicker {

}

.ContactContentBottomButton {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 30px;
	margin: 0px auto 0px auto;
}

input.FormInputButton {
	background-color: transparent;

	border-style: solid;
	border-width: 1px;
	border-radius: 0px;
	border-color: rgb(193, 176, 137);

	width: 100px;
	height: 30px;

	outline: none;
	
	font-family: 'Crimson Text', serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	color: rgb(240, 230, 210);
	line-height: 30px;

	margin: 0px;
	padding: 0px;

	cursor: pointer;
}

.ContactTopImageMobile {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc((100vw - 80px) / 1.5);
	background: rgb(50, 50, 50);
	margin: 0px 0px 30px 0px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/contact/contact-1.jpg");
}

#ContactSubmitSuccess {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.ContactSubmitSuccessInner {
	width: calc(100% - 60px);
	max-width: 400px;
	min-height: 300px;
	background: rgb(193, 176, 137);
	margin: auto;
	cursor: pointer;
}

.ContactSubmitSuccessText {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: rgb(19, 17, 18);
}

#ContactSubmitSuccessClose {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	color: rgb(19, 17, 18);
}


/********************************************************************************** V2 */
.ContactContentTop2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ContactContentLeft2 {
	position: relative;
	top: 0px;
	left: 0px;
	/*height: calc((100vw - 50px - 50px - 20px - 20px) / 3);
	max-height: calc((1020px - 20px - 20px) / 3 * 0.8);*/
	background: transparent;
	display: inline-block;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ContactContentCenter2 {
	position: relative;
	top: 0px;
	left: 0px;
	/*height: calc((100vw - 50px - 50px - 20px - 20px) / 3);
	max-height: calc((1020px - 20px - 20px) / 3 * 0.8);*/
	background: transparent;
	display: inline-block;
}
.ContactContentRight2 {
	position: relative;
	top: 0px;
	left: 0px;
	/*height: calc((100vw - 50px - 50px - 20px - 20px) / 3);
	max-height: calc((1020px - 20px - 20px) / 3 * 0.8);*/
	background: transparent;
	display: inline-block;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ContactContent2Title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	font-size: 18px;
	/*color: rgb(240, 230, 210);*/
	letter-spacing: 0px;
	text-align: left;
	margin: 0px 0px 12px 0px;
}

.ContactContent2Title2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	font-size: 16px;
	/*color: rgb(240, 230, 210);*/
	letter-spacing: 0px;
	text-align: left;
	margin: 0px 0px 8px 0px;
}

.ContactContent2Text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	margin: 0px 0px 6px 0px;
}

.ContactContent2InsideBox {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ContactContent2InsideBoxLeft {
	position: relative;
	top: 0px;
	left: 0px;
	width: 70px;
	background: transparent;
	display: inline-block;
}

.ContactContent2InsideBoxRight {
	position: relative;
	top: 0px;
	left: 0px;
	width: calc(100% - 70px - 5px);
	background: transparent;
	display: inline-block;
}

.ContactContent2InsideBox2Left {
	position: relative;
	top: 0px;
	left: 0px;
	width: 50px;
	background: transparent;
	display: inline-block;
}

.ContactContent2InsideBox2Right {
	position: relative;
	top: 0px;
	left: 0px;
	width: calc(100% - 50px - 5px);
	background: transparent;
	display: inline-block;
}

/************************************************************************************************** NEW CONTACT PAGE */
#contact-booking-wrapper {
	position: relative;
	width: 100%;
	
	display: flex;
	flex-wrap: wrap;
}

#contact-booking-left {
	position: relative;
	
	margin: 0px auto;
	display: inline-block;
	
	background: transparent;
	background-repeat: repeat;
	background-image: url("../assets/images/contact/contact-reseve.jpg");
}

#contact-booking-right {
	position: relative;
	min-height: 100px;
	
	margin: 0px auto;
	display: inline-block;
	
	background: transparent;
	background-repeat: repeat;
	background-image: url("../assets/images/common/pattern-1.png");
}

#contact-booking-inner {
	position: relative;
	width: calc(100% - 50px);
	margin: 0px auto;
}

#contact-booking-title {
	position: relative;
	width: 100%;
	
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

#contact-booking-text {
	position: relative;
	width: 100%;
	
	font-size: 14px;
	line-height: 21px;
}

#contact-booking-button {
	position: relative;
	width: 140px;
	height: 36px;
	
	font-family: 'Crimson Text', serif;
	font-size: 15px;
	color: rgb(180, 163, 128);
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	
	border-width: 1px;
	border-style: solid;
	border-color: rgb(180, 163, 128);
	
	background: transparent;
	cursor: pointer;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
#contact-booking-button a {
	text-decoration: none;
}
#contact-booking-button a:hover {
	text-decoration: none;
}

#contact-booking-button:hover {
	background: rgb(180, 163, 128);
	color: rgb(26, 25, 23);
}

#contact-booking-line {
	position: relative;
	height: 1px;
	
	margin: 0px auto;
	background: rgb(180, 163, 128);
}