/*

	@package hjone

*/



/*

	Generic

	---------------------------------------------------------

*/

@charset "utf-8";
@font-face {
    font-family: 'Ano';
    src: url('../fonts/AnoRegular-Regular.eot');
    src: url('../fonts/AnoRegular-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AnoRegular-Regular.woff2') format('woff2'),
        url('../fonts/AnoRegular-Regular.woff') format('woff'),
        url('../fonts/AnoRegular-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body { background-color:#fff;
	font-size: 16px;
	line-height: 1.8;
	font-family: 'Ano',"Microsoft JhengHei", "Montserrat", sans-serif;
	color:#233951;
	font-weight: normal;
}
label{font-weight: normal;}
#error-message{color: #fff;}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
img.img-full{margin-left: -14px; margin-right: -14px;}
.error{color:#900;}
.form-control{border-color:#2a8aba;}
#reg-now{opacity:0.1; cursor:default;}
#reg-now.active{opacity:1; cursor:pointer;}
input.btn.btn-submit {
	background-color: transparent;
	border-color: #a16b49;
	color: #a16b49;
	padding: 8px 40px !important;
	margin-top: 10px;
}
.btn.btn-edit{padding:8px 40px ; margin-top:10px; background-color: #f39200; color: #fff; border-radius: 40px; border-color:#f39200 }
.btn.btn-custom, input.btn.btn-submit:hover{
	background-color: #000;
	border-color: #000;
	color: #fff;
	padding: 8px 40px !important;
	margin-top: 10px;
	border-radius: 40px;
}
.full-width {
	margin-left: -14px;
	margin-right: -14px;
}
.mar-b30 {
	margin-bottom: 30px;
}
.mar-t20 {
	margin-top: 20px;
}
.form-checkbox p{padding-left:25px; position:relative;}
.form-checkbox input{position:absolute; left:0; top:5px;}
/*

	Header

	---------------------------------------------------------

*/


/*Mobile (Small screen)*/

@media (max-width: 767px) {
.container {
	width: 100%;
}
#popout {
	left: 0;
	top: 0;
	visibility: hidden;
	position: fixed;
	width: 100%;
	z-index: 9998;
	height: 0;
	background-color: rgba(255,255,255,0.9);
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.5s linear;
	transition: visibility 0s, opacity 0.5s linear;
	-moz-transition: visibility 0s, opacity 0.5s linear;
}
#popout.show {
	opacity: 1;
	left: 0;
	height: auto;
	visibility: visible;
}
}

/*iPad V*/

@media (min-width: 768px) {

}

/*1024 V*/

@media (min-width: 992px) {
}

/*Large screen V*/

@media (min-width: 1200px) {
}
/*pre set style*/

.grey, a.grey, .grey a {
	color: #9c9c9c;
}
.green, a.green, .greena a {
	color: #1e781e;
}
.dark-green, a.dark-green, .dark-green a {
	color: #006b3c;
}
.dark-blue, a.dark-blue, .dark-blue a {
	color: #001c4a;
}
.light-green, a.light-green, .light-green a {
	color: #a1cd7e;
}
.red, a.red, .red a {
	color: #a16b49;
}
.gold, a.gold, .gold a {
	color: #ac9a6f;
}
.white, a.white, .white a {
	color: #FFF;
}
.brown, a.brown, .brown a {
	color: #44230f;
}
.black-text, a.black-text, .black-text a {
	color: #000;
}
.blue, .blue a, a.blue {
	color: #4a3e80;
}
.pink, .pink a, a.pink {
	color: #ebb5bf;
}
.shap-blue, a.shap-blue, .shap-blue a {
	color: #059ad9;
}
.light-blue, .light-blue a, a.light-blue {
	color: #67BCBF;
}
.grey-blue, .grey-blue a, a.grey-blue {
	color: #829aa4;
}
.orange, .orange a, a.orange {
	color: #E94708;
}
.puple, a.puple, puple a {
	color: #8f82bc;
}
.dark-puple, a.dark-puple, .dark-puple a {
	color: #5463ae;
}
.dark-yellow, a.dark-yellow, .dark-yellow a {
	color: #ffca0a;
}
.yellow, a.yellow, .yellow a {
	color: #e6b72d;
}
.light-puple, a.light-puple, light-puple a {
	color: #948bc3;
}
.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
/* end */

.blue, .blue a, a.blue {
	color: #0091d5;
}
.mar-b10 {
	margin-bottom: 10px;
}
.mar-b20 {
	margin-bottom: 20px;
}
.mar-b35 {
	margin-bottom: 35px;
}
.mar-t35 {
	margin-top: 35px;
}
.pad-t20 {
	padding-top: 20px;
}
.pad-b30 {
	padding-bottom: 30px;
}
.img-center {
	margin-left: auto;
	margin-right: auto;
}

input#mobile{border:none; background-color: transparent; line-height:1; font-size:20; position:absolute; z-index:9999; bottom:0; width:34%; left:33%; right:33%; height:24px; color:#000; text-align:center;}

#loading{text-align: center;
    padding-top: 60px;}