html, body {
	height: 100%;
	width: 100%;
}
body {
	/*font-family: 'rival-sans';*/
	font-family: Arial;
	font-size: 14px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
	color: #000;
	margin: 0;
	background-image: url(https://kailis.com/wp-content/uploads/2026/04/top-bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapper {
	height: 100%;
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	padding: 20px;
}
.clear {
	clear:both;
}
.spacer {
	clear:both;
	display:block;
}
.h10 {
	height:10px;
}
.h20 {
	height:20px;
}
.span3 {
	display:inline-block;
	width: 25%;
	margin: 0;
	text-align: center;
}
.span6 {
	display:inline-block;
	width: 49%;
	/*height: calc(50%);*/
	vertical-align: top;
}
.span6:nth-child(2) {
	margin-left:1.5%;
}
@media(max-width:480px) {
	.span6:nth-child(2) {
		margin-left:0;
		padding-top:1px;
	}
	.span6:nth-child(2) h4 {
		border-top:1px solid #ddd;
		padding-top:15px;
	}
}
.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.span6 img {
	vertical-align: middle;
}
@media (max-width:999px) {
	.span6 {
		position: relative;
		display: block;
		width: 100%;
		/*height: 250px;*/
	}
	img {
		max-width: 96%;
	}
	#khg_mobile {
		display: block;
		width: 100%;
		text-align: center;
	}
	#khg_mobile img {
		padding: 50px 0;
	}
	#khg {
		display: none;
	}
}
@media (min-width:1000px) {
	#khg_mobile {
		display: none;
	}
	#island {
		position: absolute;
		top: 0;
		left: 0;
	}
	#canteen {
		position: absolute;
		top: 0;
		right: 0;
	}
	#fremantle {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#shorehouse {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#khg {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -54px;
		margin-left: -340px;
		padding: 20px;
		background: #fff;
	}
}
#island {
	background-color: #ecc7ce;
}
#canteen {
	background-color: #0d0d0d;
}
#fremantle {
	background-color: #efeef3;
}
a {
	color: #000000;
}
a:hover {
	opacity: 0.8;
	color: #4d4f4e;
}
img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
em {
	color:#777;
}
h1, h2, h3, h4 {
	margin: 0 0 1em;
}

/* Gift Card Page Styling */
/* Style the form */
#giftcardform {
	width: 100%;
	margin: 0 auto;
}

label:hover {
	cursor: pointer;
}
label {
	display: block;
	margin: 0 0 0.5em;
}
label.one_third {
	width: 32%;
	text-align: center;
	display: inline-block;
	line-height: 36px;
}
label.inline, .form-inline label {
	float: left;
	display: inline-block;
	margin: 0 5px 10px 0;
	min-width: 80px;
	height: 38px;
	line-height: 38px;
	vertical-align: top;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.w_50 {
	width:48%;
}
.ml1 {
	margin-left:1px;
}
.ml2 {
	margin-left:2px;
}
.mr1 {
	margin-right:1px;
}
.mr2 {
	margin-right:2px;
}
.lh_34 {
	line-height: 34px;
}
/* Style the input fields */
select {
	padding: 10px 8px;
	margin:0 0 0.5em 0;
    width: 100%;
	font-size: 14px;
	border: 1px solid #000000;
}
input[type="text"], input[type="tel"], input[type="email"] {
	padding: 10px 8px;
	margin:0 0 0.5em 0;
    width: calc(100% - 18px);
	font-size: 14px;
	border: 1px solid #000000;
}
input[type="text"].one_half {
    width: calc(32% - 22px);
}
input[type="radio"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: inline-block;
    height: 22px !important;
    width: 22px !important;
    overflow: hidden;
    vertical-align: text-top;
    padding: 0 !important;
    -webkit-appearance: none;
    cursor: pointer;
    outline: 0 !important;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0);
}
input[type="radio"]:checked:before {
    content: '';
    width: 16px;
    height: 16px;
    margin: 3px auto;
    border-radius: 50%;
    background: #000000;
    display: block;
}
.currency-wrap {
	position: relative;
}
.currency-code {
	position: absolute;
	left: 8px;
	top: 5px;
	font-weight: bold;
}
input[type="number"] {
	display: inline-block;
	padding: 10px 0 10px 30px;
	/*min-width: 60px;*/
	margin:0 0 10px 0;
    width: calc(100% - 32px);
	height: 14px;
	font-size: 14px;
	font-family: Raleway;
	border: 1px solid #000000;
}
span.dollar_input input {
	margin:0;
}
select {
	display: inline-block;
	padding: 9px 8px;
	font-size: 14px;
	font-family: Raleway;
	border: 1px solid #000000;
}
textarea {
	display: inline-block;
	padding: 10px 8px;
	margin: 0;
    width: calc(100% - 18px);
	min-width: 200px;
	font-size: 14px;
	font-family: Raleway;
	border: 1px solid #000000;
}
@media (max-width:800px) {
	#content {
		width: 96%;
	}
	.step {
		margin-right: 0px;
	}
	label.inline {
		width: 30%;
	}
	label.ml2 {
		margin-left: 0px;
	}
	input[type="text"].one_half, textarea {
    	width: calc(70% - 22px);
	}
}
@media (max-width:480px) {
	#content {
		width: 96%;
		padding:20px 0;
	}
	h1 {
		margin:0 0 20px;
	}
	.step {
		width: 31%;
		margin: 0 1% 5px 0;
	}
	label.inline {
		display: block;
		width: 100%;
		line-height: 22px;
		height: 22px;
		margin: 0 0 10px;
	}
	label.ml2 {
		margin-left: 0px;
	}
	label.one_third {
	    width: 100%;
		text-align:left;
	}
	input[type="text"], textarea {
    	display: block;
		width: calc(100% - 22px) !important;
		margin: 0 0 10px;
	}
	input[type="number"] {
		margin: 0 0 10px;
	}
	br {
		display: none;
	}
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
	/*background-color: #ffdddd;*/
	border:1px solid red;
}
.submit {
	text-align: center;
	line-height: 30px;
}
button {
	color: #fff;
	border: 1px solid #ffffff;
    background-color: #000000;
	padding: 0 23px;
	font-size: 14px;
    line-height: 45px;
    height: 45px;
    font-style: normal;
    font-weight: 400;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	cursor: pointer;
}
button:hover {
	background-color: #ffffff;
	color: #000000;
}
button:disabled, button[disabled] {
	color: #aaa;
	border-color: #aaa;
	cursor:not-allowed;
}
#error {
	background: #ffdddd;
	color: #f00;
	padding: 3px 6px;
}
#error span {
	float: right;
}
#error a {
	cursor: pointer;
}

/* Add Animation */
@keyframes animatetop {
	from {top: -300px; opacity: 0}
	to {top: 0; opacity: 1}
}

.footer {
	margin-top:15px;
	border-top:1px solid #ddd;
	text-align: center;
	color: #aaa;
}

form span {
    display: block;
    overflow: hidden;
    padding: 0 5px 0 0;
}
#txtSurcharge {
	line-height: 38px;
}