﻿body {
	font-size: 14px;
	font-family: 'Lato', Arial, sans-serif;
	color: #472B20;
	background-color: #fefbf7;
}
a {
	text-decoration: none !important;
	color: #472B20;
}
.blue {
	color: #3c64ef;
}
.green {
	color: #8dc01f;
}
.purple {
	color: #4E1B37;
}
.svg12{
	width:12px;
	height:12px;
}
.svg20 {
	width: 20px;
	height: 20px;
}
.svg28 {
	width: 28px;
	height: 28px;
}
.ff1 {
	font-family: 'Cormorant Garamond', Arial, sans-serif;
}
@media (min-width: 576px) {
	.d-sm-block2 {
		display: inline-block !important;
	}
}

.maintm {
	width:1620px;
	margin-right: auto;
	margin-left: auto;
}
.maintm2 {
	width: 1820px;
	margin-right: auto;
	margin-left: auto;
}
.maintm3 {
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 1920px) {
	.maintm {
		width: 1620px;
	}
	.maintm2 {
		width: 1820px;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1900px) {
	.maintm {
		width: 1420px;
	}
	.maintm2 {
		width: 1520px;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
	.maintm {
		width: 1320px;
	}
	.maintm2 {
		width: 1420px;
	}
}
@media screen and (max-width: 767px) {
	.maintm {
		width: 100%;
	}
	.maintm2 {
		width: 100%;
	}
	.maintm3 {
		width: 100%;
		margin-right: 15px;
		margin-left: 15px;
	}
}

.navbar{
	padding-top:40px;
	padding-bottom:27px;
	border-bottom:1px solid #fff;
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.navbar .navbar-nav{
	margin:36px auto 0px;
}
.navbar .navbar-nav .nav-link {
	color: #fff !important;
	font-size: 20px;
	font-weight: 400;
	margin:0px 25px;
	line-height:1;
}
.navbar .navbar-nav a.active {
	color: #D4AF37 !important;
}
.navbar .navbar-nav a:hover {
	color: #D4AF37 !important;
}
.navbar .logomenu{
	text-align:center;
	margin:0px auto;
}
.navbar .logomenu .navbar-brand{
	display:inline-block;
}
.navbar .mainmenu{
	text-align:center;
	margin:0px auto;
}
.navbar .maintm{
	margin-top:22px;
	position:relative;
}
.topuserbar{
	position:absolute;
	right:0px;
	top:0px;
	color:#fff;
	display:flex;
	align-items:center;
}
.topuserbar a{
	color:#fff;
	font-size:16px;
	font-weight:500;
	border-bottom:1px solid #8f8886;
	line-height:1;
	margin-left:15px;
}
.topuserbar .tbookbtn{
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-weight:500;
	background: radial-gradient(50% 140% at 50% 50%, #D4AF37 0%, #C9953A 100%);
	line-height:1;
	padding:19.5px 38px;
	margin-left:30px;
}
.navbar-toggler {
	padding:0px !important;
	border:none !important;
}
.headerfill{
	height:255px;
}
.bodytm {
	background: url("/assets/images/flower_bg.jpg");
}
.bodytm .navbar .navbar-nav .nav-link {
	color: #000 !important;
	font-weight:700 !important;
}
.bodytm .topuserbar a {
	color: #000 !important;
}
.bodytm .topuserbar .tbookbtn {
	color: #fff !important;
}
.bodytm .navbar{
	border-color:#000;
}
.pagecontainer{
	min-height:calc(100vh - 255px);
}
@media (max-width: 767px) {
	.navbar {
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: none;
	}
	.navbar .maintm {
		display:flex;
		align-items:center;
		justify-content:space-between;
		padding:0px 15px;
		margin-top:0px;
	}
	.navbar .logomenu{
		text-align:left;
		margin:0px;
	}
	.navbar .navbar-nav {
		margin: 20px auto;
	}
	.navbar .mainmenu {
		position:absolute;
		width:100%;
		background-color:rgba(0,0,0,0.6);
		z-index:10000;
		left:0;
	}
	.headerfill {
		height: 95px;
	}
	.bodytm .navbar .navbar-nav .nav-link {
		color: #fff !important;
	}
	.pagecontainer {
		min-height: calc(100vh - 155px);
		padding-bottom:20px;
	}
}

.btntm1 {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	background: radial-gradient(50% 140% at 50% 50%, #D4AF37 0%, #C9953A 100%);
	line-height: 1;
	padding: 19.5px 38px;
	border:none;
}
.btntm2 {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #3f7148 !important;
	text-align: center;
	border-radius: 5px;
	padding: 18.5px 20px;
	line-height: 1;
	border: none;
}
.btntm3 {
	border: 1px solid #acacac;
	border-radius: 10px;
	background-color: #fff;
	color: #161616;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px 0px;
}
.btntm3:hover {
	background-color: #C9953A;
	color: #fff;
}
.btntm3 img {
	margin-right: 10px;
}
.btntm4 {
	border: none;
	border-radius: 10px;
	background-color: #C9953A;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: block;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 16px 0px;
}

.fieldsetline {
	display: flex;
	align-items: center;
	padding: 20px 0px;
}
.fieldsetline .t {
	color: #8d8d8d;
	font-size: 14px;
	padding: 0px 10px;
}
.fieldsetline .line {
	flex: 1;
	height: 1px;
	background-color: #e0e0e0;
}

@media screen and (max-width: 767px) {
	.nav-fill {
		height:62px !important;
	}
}

@media screen and (max-width: 575px) {
	.btntm1 {
		padding: 10px 20px;
	}
	.btntm2 {
		padding: 10px 20px;
	}
}

.authpage {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:50px;
}
.authpage .apleft {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.authpage .apleft img {
	height: 100vh;
}
.authpage .apleft {
	position: relative;
	border-radius:0px 22px 22px 0px;
}
.authpage .apright {
	flex: 1;
}
.authpage .apleftbg{
	border-radius:0px 22px 22px 0px;
}
.authpage .apleftbg img{
	border-radius:0px 22px 22px 0px;
}
.authpage .apleftconwrap {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 20px;
	background: #00000040;
	display: flex;
	align-items: end;
	z-index:1000;
}
.authpage .apleftcon .hf {
	font-size: 64px;
	font-weight: 600;
	color: #fff;
}
.authpage .apleftcon .hf a{
	color: #fff;
}
.authpage .apleftcon .t {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	margin: 15px auto 30px;
	max-width: 610px;
}
.authpage .apleftcon .apsocial {
	display: flex;
}
.authpage .apleftcon .apsocial a {
	display: flex;
	width: 48px;
	height: 48px;
	background-color: #4E1B37;
	border-radius: 0px 28px 28px 0px;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}
.authpage .apleftcon .apsocial img{
	width:24px;
	height:24px;
}
.authpage .nav-tabs {
	background-color: #fff !important;
}
.authpage .nav-tabs .nav-link {
	padding: 10px 40px;
	font-size: 18px;
	font-weight: 600;
	color: #472B20;
}
.authpage .nav-tabs .nav-link.active {
	color: #C9953A;
	border: none !important;
	border-bottom: 2px solid #C9953A !important;
}
.authpage .form-control {
	padding: 10px 15px;
}
.authpage .apbox {
	background-color: #fff;
	border-radius: 16px;
	padding: 60px 100px;
	margin-left: 100px;
	max-width: 690px;
	max-height:calc(100vh - 50px);
	overflow-y:auto;
	border:5px solid #fff;
}
.apbox .authform {
	width: 100%;
	color: #161616;
	font-size: 16px;
	font-weight: 600;
}
.apbox .authform .t1 {
	color: #161616;
	font-size: 16px;
	font-weight: 600;
	margin: 30px auto;
}
.authform .forgetpass {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}
.apbox .authform .btntm3 {
	margin-top: 10px;
}
.apbox .authform .btntm4 {
	margin-top: 50px;
	margin-bottom: 0px;
}
.authpage .loginmobilelogo{
	display:none;
	margin:0px auto 20px;
	text-align:center;
}
.authpage .btnsendcode{
	background-color:#C9953A;
	color:#fff;
}
.deallinebox {
	border: 2px solid #C9953A;
	border-radius: 5px;
	background-color: #fff;
	margin: 5px auto;
	text-align: center;
	width: 200px;
	height: 41px;
	line-height: 41px;
	color:#ff0000;
}
@media screen and (max-width: 767px) {
	.authpage {
		width: 100%;
		display: block;
		height: calc(100vh - 175px);
		padding:15px;
		margin-top:0px;
	}
	.authpage .apleft {
		display:none;
	}
	.authpage .apbox {
		padding: 15px;
		margin-left: 0px;
		border:none;
		background-color:#fff;
	}
	.authpage .loginmobilelogo{
		display:block;
	}
}


.footer {
	width: 100%;
}
.footer .maintm{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:100px auto;
}
.footer .fmenu{
	display:flex;
	align-items:center;
	list-style:none;
	margin:0px;
	padding:0px;
	order:1;
}
.footer .fmenu li{
	list-style:none;
}
.footer .fmenu a{
	font-size:24px;
	font-weight:400;
	color:#472B20;
	margin-right:50px;
}
.footer .fmenu li:last-child a{
	margin-right:0px;
}
.footer .flogo{
	text-align:center;
	order:2;
}
.footer .copyright {
	font-size: 24px;
	font-weight: 400;
	color: #424245;
	text-align:right;
	order:3;
}
.footer2{
	background-color:#fff;
	height:70px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.footer2 .copyright{
	font-size: 24px;
	font-weight: 400;
	color: #424245;
	text-align:center;
	margin:0 auto;
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
	.footer .fmenu a {
		font-size: 18px;
	}
	.footer .copyright {
		font-size: 18px;
	}
	.footer2 .copyright {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.footer .maintm {
		display: block;
		margin: 50px auto;
	}
	.footer .fmenu {
		display: block;
		text-align: center;
	}
	.footer .fmenu li{
		text-align:center;
		margin:10px auto;
	}
	.footer .fmenu a{
		font-size:14px;
		margin-right:0px;
	}
	.footer .copyright {
		font-size: 12px;
		text-align:center;
		margin-top:25px;
	}
	.footer2 .copyright {
		font-size: 12px;
	}
}