:root {
  --primary: /*#E9A45D*/ #0092bc;
  --secondary: #666;
  --header-icon-color: #333;
  --dark-color: #fff;
  --swamp-green: #13322F;
  --neon-blue: #333;
}

body{
	overflow-x:hidden;
	/*background: url("/assets/images/main-wood-bg-light.jpg") repeat-y;
	background-size:contain;*/
	font-weight: 400;
	font-style: normal;
	overflow-x:hidden;
	font-size:12px;
	color: #333;
	font-family: acumin-pro-wide,sans-serif;
font-weight: 300;
font-style: normal;
height: 100%;
}
html, body {
	height: 100% !important;
}


img{
	max-width:100%;
}

a{
	color: var(--neon-blue)
}
a:hover {
	color: var(--primary);
}
.neon-blue {
	color: var(--neon-blue)
}
.neon-blue-border {
	border: 1px solid var(--neon-blue);
	border-radius: 0;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

a:hover{
	
}

.pointer {
	cursor: pointer;
}

.container{
	max-width: 1400px;
}

.overlay{
	position: absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

.white__wrap{
    /* background-color: #fff; */
}

.form-field-wrong{
    border: 2px solid red;
}

/* Stop bootstrap adding padding right to the body */
body.modal-open{
  padding-right: 0px !important;
}

/*  ----------------------------------------------------------	*/
/*  					Buttons / Headings 	 					*/
/*  ----------------------------------------------------------	*/
.btn{
	font-weight: 700;
	line-height:100%;
	border-radius: 0px;
	padding-top:10px;
	padding-bottom:10px;
	position: relative;
	overflow:hidden;
    cursor: pointer;
}
.bookBtn {
	font-size: 12px;
}

.btn-primary{
	/*
	background: transparent;
	border-color: var(--primary);
	color: var(--primary);
	*/
	background: #0092BC ;
	color: #fff;
	border-color: #0092BC ;
	/* text-transform: uppercase; */
}

.btn-primary:hover{
	background: transparent;
	border-color: #0092BC;
	color:#0092BC;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.input-group-quantity .form-control{
	max-width: 80px;
	border: 0px;
	-webkit-appearance: none;
	 -moz-appearance: textfield;
}

.input-group-quantity .btn{
	
}

.input-group-quantity .btn:hover{
	color: ;
}

#divMemberProducts .list-group label {
    font-family: kon-tiki-aloha-jf, Arial, sans-serifk;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: kon-tiki-aloha-jf, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

h1, .h1{ font-size: 2.0rem; }
h2, .h2{ font-size: 1.6rem; }
h3, .h3{ font-size: 1.5rem;}
h4, .h4{ font-size: 1.4rem;}
h5, .h5{ font-size: 1.2rem;}
h6, .h6{ font-size: 12px !important;}

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	h1, .h1{ font-size: 2.2rem; }
	h2, .h2{ font-size: 1.8rem; }
	h3, .h3{ font-size: 1.6rem;}
	h4, .h4{ font-size: 1.4rem;}
	h5, .h5{ font-size: 1.2rem;}
	h6, .h6{ font-size: 1rem;}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}
.breadcrumbWrap{
	display: none;
}
/**************************************************************
 *                          POP UP                            *
 **************************************************************/

#popupOverlay{
    z-index: 999;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

/* .messagePopup.tcenter{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999999;
    background-color: #fff;
    padding: 15px 15px;
    align-items: center;
    transform: translate(-50%, -50%);
    border-radius: 10px;
} */

.bg-light {
	background-color: transparent !important;
}

#navbarMyAccount .font-weight-bold {
	color: var(--neon-blue);
	text-transform: uppercase;
}
#navbarMyAccount a {
	color: #888;
}
#navbarMyAccount .list-group-item.active {
	color: #fff;
}

/* f and b */
.bg-white {
	background-color: var(--dark-color) !important;
}

.ll-skin-melon td .ui-state-active, .time-slot {
background: var(--primary) !important;

    color: var(--dark-color);
}

.time-slot {
	border: none;
}

.ll-skin-melon .ui-datepicker th {
    color: #333 !important;
}

.ll-skin-melon td .ui-state-active {
background: var(--primary) !important;

}

.ui-datepicker-month, .ui-datepicker-year {
	color: #333;
}
#unitsbooked .list-group-item {
	background-color: var(--dark-color) !important;
}

#divGroupedProducts .list-group-item {
	background-color: var(--dark-color);
	color: #333;
}

#datepicker {
	max-width: 560px;
}

/* .ll-skin-melon .ui-datepicker-next span:before {
    content: "";
    background-image: url("data:image/svg+xml,<svg class='bi bi-chevron-left' width='1em' height='1em' viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
}

.ll-skin-melon .ui-datepicker-prev span:before {
    content: "";
    color: #fff;
    background-image: url("data:image/svg+xml,<svg class='bi bi-chevron-left' width='1em' height='1em' viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
} */

#wrapper.stickyFooter {
    display: flex;
    flex-direction: column;
    min-height: 100% !important;
}

#footer {
	background-color: #26367C;
	color: #fff;
}




/*
#footer{position:relative;background-color:#26367c;color:#fff;margin-top:11.9vw;padding-bottom:16px;}
#footer::before{content:'';position:absolute;top:-11.7717vw;bottom:auto;left:0;width:100vw;height:11.7717vw;background-image:url("data:image/svg+xml, %3Csvg%20width%3D%221682%22%20height%3D%22198%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%20198h1682A3390%203390%200%2000516%200C336%200%20167%2012%200%2038v160z%22%20fill%3D%22%2326367C%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-size:contain;width:100%;top:-11.6vw;}

#footer::before{top:-11.5vw;}

#footer__content{position:relative;z-index:10;}
#footer__logo{display:block;margin-top:-32px;height:112px;}
#footer__social-icon{color:#fff;font-size:21px;font-size:1.23529rem;line-height:1.52381;margin-right:16px;}
#footer__social-icon:hover{opacity:.6;color:inherit;}
*/
@media (min-width: 768px) {
	.collapse-md-none:not(.show) {
		display: block;
	}
	#navbarMyAccount .list-group-item.active {
		background-color: var(--primary);
		border-color: var(--primary);
	}
}

#divAdditionalAdultsHeading {
	display: none !important;
}

.time-slot.timeslotUnavailable {
	background-color: #80808099 !important
}