.fill-1{float: left; text-align: left; padding-right: 0px; padding-left: 0px; padding-top: 15px; width: 350px;}
.fill-2{float: left; padding-left: 0px; padding-top: 15px;}
.fill-3{float: left; padding-right: 0px; padding-top: 15px; padding-left: 0px}
.fill-4{float: left; padding-left: 0px; padding-top: 0px;}
.fill-input {float: left; padding-top: 15px; width: 100%}
.description-text {
	float: left;	
    width: 100%;
	border-bottom: 1px solid #ccc;	
	padding:20px 0px 10px 0px;
	font-size:1.1em;
}
.description-table{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
div.pageHeader{
	/*height: 100px;*/

}
div.pageTop{
	height: 55px;
}
.terms {
    cursor: pointer;
}

.mTnc_close {
	cursor: pointer;
    padding: 15px;
    padding-bottom: 0px;
}

.title-e{line-height:1.2em; font-size:0.9em;}
.title-secondline{
	display:block;
}

@media (max-width: 475px) {
	
	.title-secondline{
	display:inline;
}

}


@media (max-width: 991px) {
.fill-1{float: left; text-align: left; padding-right: 10px; padding-top: 10px; }
.fill-2{float: left;  padding-top: 0px;}
.fill-3{float: left; padding-right: 10px; padding-top: 0px;}
.fill-input {float: left; padding-top: 5px; width: 100%}
.description-text {font-size:1em;}

}

@media (max-width: 768px) {
.fill-1{float: left; text-align: left; padding-right: 10px; padding-top: 10px; width:280px}
}



a {
    color: #3b8f41;
    text-decoration: none;
}

a:hover {
    color: #d3c36e;
    text-decoration: none;
}

.backToSite{
	background-color: #48972e;
    color: #fff;
}
.backToSite:hover{
	background-color: #16776A;
	color: #fff;
}
.container-bg{
	padding: 15px 5px;
	background:#fff;
}
#formDiv{
	/* border: 1px solid #c5c5c5; */
}
.bottom-container{
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.bottom-container >.row{
	margin-right: 0px;
    margin-left: 0px;
}
@media (max-width: 992px){
	.bottom-container >.row >.col-md-12{
		padding-right: 0px;
		padding-left: 0px;
	}
}

.title-line{
	width: 150px;
    border-width: 5px 0px 0px;
    border-color: #3b8f41;
}
.highlight-box {
	text-align: center;
	color: #fff;
	font-weight:bold;
	font-size:1.125em;
	padding: 10px;
	background:#6076b4;

}
.redemption-box {
    padding: 10px 10px;
    color: #333333;
    font-weight: bold;
    /* border: 2px solid #ccc; */
    background-color: #ececec;
    text-align: center;
    border-radius: 0px;
    line-height: normal;
    font-size: 1em;
    margin: 0 5px;
    letter-spacing: 0px;
    position: relative;
}

.form-bg {
	padding: 10px;
	margin: 10px;
}

.form-control {
    border: 1px solid #b4b4b4;
    border-radius: 6px;
  }
.form-page {
    max-width: 1024px;
	margin: 0 auto;
   
}


.form-page-bg {
    max-width: 1024px;
    border: 1px solid #dddddd;
    background-color: #fbfbfb;
}
.form-kv-bg {
    border: 0px solid #dddddd;
   /* padding-top: 30px;
    padding-bottom: 30px;
    background-color: #0d2963; */
}

main {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.ValidationErrors, .error {
    color: #fb5858;
    font-size: 14px;
    line-height: 18px;
	font-weight: 700;
}

#captchaInputDiv{
	margin-top:80px;
}

@media(min-width: 769px) {
	.input_label {
		margin-bottom:25px;
	}

}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 50px;
  font-size:15px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  padding-left:5px;
  padding-right:5px;
   border-radius: 4px!important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(163, 174, 239, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
   border-radius: 4px!important;
}

textarea {
    height: 100px!important;
}

.btn_submit {
    cursor: pointer;
	text-align:center;
    color: #fff;
	padding: 10px 20px;
	width:150px;
 /*   -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  */
	font-weight: bold;
	letter-spacing: 1px;		
    display: inline-block;
    outline: none;
    text-decoration: none;
    line-height: normal;
    font-size: 1em;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    color: rgb(255, 255, 255);
    /*background-color: rgb(92, 117, 94);
    border-radius:3px;	
	margin: 0 auto;
	background: rgba(3, 34, 105, 0.8) none repeat scroll 0px 0px;
	*/
    /* border-radius: 5%; */

    /* background: -moz-linear-gradient( rgba(114, 179, 243, 1) 0%, rgba(43, 84, 166, 0.8) 100%);
    background: -webkit-linear-gradient(rgba(114, 179, 243, 1) 0%, rgba(43, 84, 166, 0.8) 100%);
    background: linear-gradient( rgba(114, 179, 243, 1), rgba(43, 84, 166, 1)); */
	background-color: #48972e;
    background-image: linear-gradient(#48972e, #256212);
    border-radius: 7px;
    border: 0px;
}

.btn_submit:hover {
	color: #ffffff;
	/*opacity:0.7;*/
	/* transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
	background: -moz-linear-gradient( rgba(43, 84, 166, 1) 0%, rgba(114, 179, 243, 0.8) 100%);
	background: -webkit-linear-gradient(rgba(43, 84, 166, 1) 0%, rgba(114, 179, 243, 0.8) 100%);
	background: linear-gradient( rgba(43, 84, 166, 1), rgba(114, 179, 243, 1)); */
	text-decoration: none;
	background-color: #16776A;
	background-size: cover;
}

.cheerbox {
    background-color: inherit!important;
	color: #fff;
    padding: 15px;
}
.cheerbox h2 {
	color: #fff;
}
.popContain ul {
    color: inherit;
}

.footerProjectList{
	display:none;
}
.btn {
    border-radius: 4px!important;
}


@media (min-width: 768px) and (max-width: 991px) {
    .keyvisual {
      margin-top: 0px;
      width: 100%;
    }
  }
@media (max-width: 767px) and (min-width: 300px) {
    .keyvisual {
      margin-top: 0px;
      width: 100%;
    }
    .keyvisual img{
      width: 100%;
    }
  }
  .reload-btn-pos {
    float: left;
    padding-left: 5px;
    padding-top: 15px;
  }
  #capImg {
    width: 250px;
  }




@media (max-width: 550px){  
  .form-bg {
	padding: 0px;
	margin: 0px;
  }
h2.title {
	font-size: 25px;
}
.hkjcLogo {
    margin: 18px 0px 0px 10px !important;
}
div.pageHeader {
	padding-right: 10px;
    height: 87px;	
}
.description-text {
	float: left;	
    width: 100%;	
}	
}
@media (max-width: 320px){  
.btn {
    padding: 4px 5px;
    font-size: 12px;
}	
}


.reload-btn-pos {
	float: left;
	padding-left: 5px;
	padding-top: 15px;
}
.reload-btn {
	font-size: 1.3em;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #fff;
	background: #4e6faf;
	width: 42px;
	height: 42px;
	padding: 8px;
	text-decoration: none !important;
	text-align: center;
	margin-bottom: 15px;
}
.reload-btn:hover {
	background: #1b4c93;
	text-decoration: none !important;
}



a {
    color: #449be2;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0025a9;
}

h2 {
	color:#022069!important
}

.btn-primary {
    background-color: #4e6faf;
    color: #fff !important;
    border-radius: 5px!important;
    border: 0px;
}

.submit-btn-text {
	font-size: 1.4em!important;
	padding: 6px 12px !important;
}

@media (max-width: 991px) and (min-width: 768px){  
	.footer .footer_copyright {
		float: none; 
    margin: 30px 0 0px!important;
	}
}


@media (max-width: 768px){  
	.footer .footer_copyright {
		float: none; 
        margin: 10px 0 0px!important;

	}
}

.btn.clickButton.blue-btn:hover {
	color: #ffda2f!important;
    background: #1b4c93;
}

.blue-btn {
    color: #ffda2f!important;
    background: #022069 !important;
}


@media (min-width: 992px) {
    .container {
        width: 100%!important;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.marginGap {
    margin-bottom:0px;
	padding:0 8px 0 8px;
}

.form-control {
	/*width:274px;*/
}

.timeslot-display {
    /* display: initial!important; */
    display: inline-flex;
	margin-bottom: 10px;
}
@media (max-width: 620px) {
.timeslot-display {
    
	display:block!important;
	    margin-bottom: 10px;
}
}

h2 {
    font-size: 1em;
	line-height:22px;
	margin:-20px 0px 20px 0px;
	
}

.thankyou-text-title {
    /*font-size: 1.25em;*/
    font-size: 1em;
    line-height: 1.5em;
    text-align:center;
}

.refnumber {
	color:#1e375c;
	font-size: 1.25em;
}

h1 {
    /*font-size: 2em;*/
    font-size: 1.8em;
    margin-bottom: 15px;
}

button.normal-btn  {
	background: #022069!important;
    color: #ffda2f!important;
   
}


button.normal-btn:hover, button.normal-btn:focus {
    color: #ffda2f!important;
}


.btn-normal-link {
	background: #1373a7!important;
    color: #fff!important;
   
}


.btn-normal-link:hover, .btn-normal-link:focus {
    color: #ffda2f!important;
}


.reload-btn {

	color: #fff;
	background: #1373a7!important;
	
}
.reload-btn:hover {
	color: #ffda2f!important;
	background: #1373a7!important;
	text-decoration: none !important;
}

a {
    color: #449be2;
}

a:hover, a:focus {
    color:#0025a9;
}

#formDesc {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background: #fdffd4;
}

/************* 2021 addition CSS Start **************/

img.logo-link {
    width: initial;
}

h2 {
    font-size: 1.3em;
    margin: 0px 0px 15px 0px;
}

h3 {
    font-size: 1em;
    color: #333;
}



@media (max-width: 1200px){
main {
    margin: 0px;
}

.logo-link-area {
   /* padding: 0 10px;*/
}

}

/************* 2021 addition CSS End **************/

/*preload start*/
#loading{
	background-color: #042743;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 101;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
	animation: loading-center-absolute 1s infinite;

}
.error {
	color: red;
	font-size: 14px;
	/*display: inherit;*/
	display: inline-block;
    margin-right: 10px;
}

.footerProjectList {
	display:none;
}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;	
}
.object:nth-child(2n+0) {
	margin-right: 0px;

}
#object_one{
	-webkit-animation: object_one 1s infinite;
	animation: object_one 1s infinite;
	}
#object_two{
	-webkit-animation: object_two 1s infinite;
	animation: object_two 1s infinite;
	}	
#object_three{
	-webkit-animation: object_three 1s infinite;
	animation: object_three 1s infinite;
	}		
#object_four{
	-webkit-animation: object_four 1s infinite;
	animation: object_four 1s infinite;
	}		
	
@-webkit-keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
   	-webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
	}			
	
}		
@keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
   	-webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
	}
}	
	
	
								

@-webkit-keyframes object_one{
50% {
    -ms-transform: translate(20px,20px); 
   	-webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
	}
}		
@keyframes object_one{
50% {
     -ms-transform: translate(20px,20px); 
   	-webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
	}
}


@-webkit-keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
   	-webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
	}
}		
@keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
   	-webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
	}
}



@-webkit-keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
   	-webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
	}
}		
@keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
   	-webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
	}
}



@-webkit-keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}		
@keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}
/*preload end*/

/* Others */
.checkbox input[type=checkbox] {
	float: left;
	left: 0px;
	margin-right: 10px;
	top:2px;
}
.checkbox label, .radio label {
	padding-left: 0px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999!important;
	opacity: 1; /* Firefox */
	font-size : 0.9em;
}				
::-moz-placeholder {
	color: #999!important;
	opacity: 1;
	font-size : 0.9em;
}
:-ms-input-placeholder {
	color: #999!important;
	font-size : 0.9em;
}
::-webkit-input-placeholder {
	color: #999!important;
	font-size : 0.9em;
}

/* Multiple line select */
.locationList {
	z-index: 100;
}
#select {
	line-height: 25px;
    height: 50px;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px!important;
	width: 100%;
}
#select.open {
  border-radius: 5px 5px 0 0;
}
#select .option {	border: 1px solid #cccccc; }
#select .option {
	background: #fff;
	display: none;
	padding-left: 5px;
	font-size: 13px; /*Tamaño de fuente pequeño para la segunda línea*/
	line-height: 20px;
	color: #333;
	border-top: none;
	margin-left:-5px;
	margin-right:-5px;
	padding: 5px!important;
}
#select .option.shown:first-line {
	font-size: 13px;
	line-height: 20px;
}

#select .shown { 
	font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
#select .option:hover {
	color:#fff!important;
	background: #1e90ff;
	/*background: linear-gradient(hsl(220, 100%, 70%), hsl(220, 100%, 50%));*/
}
#select .option.shown:last-child { border-radius: 0 0 5px 5px }
input {
	margin-top: 0px;
}

/* transparent */ 
.transparent {
    z-index: -100;
    position: fixed;
    color: transparent;
    background: transparent!important;
    border: 0px!important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%)!important;
    top: -200px;
}

/* guest */
/* .guest {
	height: 200px;
} */

.guest input[type="text"] {
	width: 200px;
}

span.parentTitle {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    color: #000;
    top: 5px;
}

.child-list {
    font-size: 1.4rem;
    font-weight: normal;
}

.guest label.col-sm-12.col-form-label {
    margin-bottom: 10px;
}

input#v_guest_2, input#v_guest_3, input#v_guest_4 {
    margin-top: 15px;
}

/* preview */
#confirmButton, #confirmPreview, #confirmPage {
	display: none;
}



.hkjcLogo img {
    display: block;
    width: 100%;
    max-width: 167px;
}

.hkjcLogo {
    display: block;
    margin: 15px 10px;
    z-index: 100;
	    position: initial;
}

span.toggle-language {
    float: right;
    padding: 30px 20px;
	display:block;
}

span.toggle-language a {
    color:#2A3981;
	cursor: pointer;
}
span.toggle-language a:hover {
    color:#2A3981;
}


.displayflex {
    display: flex;
    justify-content: space-between !important;
}


h1 {
    /* font-size: 2em; */
    font-size: 2em;
    margin-bottom: 30px;
    border-bottom:3px solid #fecf13;
}

.col-sm-12.col-md-8.col-lg-8 br:last-child {
  display:none!important;
  background-color: yellow;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .container.form-page-bg .form-group.row {
        margin-right: 0px !important;
      margin-left: 0px !important; 
    }
}

@media (max-width: 576px) {
    .hkjcLogo img {
        height: 50px!important;
        width:137px!important;
    }
	span.toggle-language {
    float: right;
    padding: 30px 10px;
    display: block;
}
}
