/* FONTS
----------------------------------------------------------------------------------------------------*/

html {
	font-family: "Montserrat", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:62.50%;
    font-weight:400;
    color:#333333;
}

h1, h2 {
	font-size:5rem;
	font-weight:400;
	line-height:1.2;
	margin-bottom:4rem;
}

h3 {
	font-size:3rem;
	font-weight:400;
	line-height:1.2;
	margin-bottom:2.5rem;
}

h4 {
	font-size:2.1rem;
	font-weight:400;
	line-height:1.3;
	margin-bottom:3rem;
}

h5 {
	font-size:1.6rem;
	font-weight:700;
	color:#104432;
	line-height:1.6;
	margin-bottom:1rem;
}

p {
	font-size:1.6rem;
	font-weight:400;
	line-height:1.6;
	margin-bottom:2rem;
}

p strong,
strong {
	font-weight:700;
}

p:last-child {
	margin-bottom:0;
}

p a,
p a:link,
p a:focus {
	color:#1E4777;
	text-decoration:underline;
}

/* FONT OPTIONS */

.text-center {
	text-align:center;
}

.compact-heading > h1,
.compact-heading > h2 {
	margin-bottom:1rem;
}

.compact-heading > h4 {
	margin-bottom:2rem;
}

.compact-heading > h2,
.compact-heading > h4,
.compact-heading > p {
	display:block;
	max-width:960px;
	padding:0 15px;
	margin-left:auto;
	margin-right:auto;
}

/** FONTS RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 1024px) {

	h1, h2 {
		font-size:4rem;
	}

	h4 {
		font-size:1.8rem;
	}

}

@media only screen and (max-width: 960px) {

	h1, h2 {
		font-size:3.5rem;
	}

	h3 {
		font-size:2.2rem;
	}

}

@media only screen and (max-width: 767px) {

	h1, h2 {
		font-size:3rem;
	}

	h3 {
		font-size:2rem;
	}

}

@media only screen and (max-width: 575.98px) {

	h1, h2 {
		font-size:2.5rem;
	}

	p {
		font-size:1.4rem;
	}


}

@media only screen and (max-width: 480px) {

	h3, h4 {
		font-size:1.6rem;
		line-height:1.4;
	}

}


/* MAIN LAYOUT
----------------------------------------------------------------------------------------------------*/

body, html {
	height:100%;
}

body {
	background-color:#140D0B;
	padding-top:10rem;
}

.container,
.content,
section {
	position:relative;
	display:block;
	width:100%;
}

.container:after,
.content:after,
section:after {
	display:block;
	content: " ";
	clear: both;
	height:0;
	width:100%;
	*zoom: 1;
}

.container {
	background-color:#ffffff;
	z-index:10;
}

.content,
section {
    padding:8rem 15px 12rem;
    margin:0 auto;
    max-width:1210px;
}

section.full-width {
	max-width:unset;
}

section + section {
	padding-top:0;
}

.container[id*="-content"] {
	min-height:300px;
}

.hide-header-footer {
	padding:0;
}

.hide-header-footer #header,
.hide-header-footer #footer {
	display:none;
}

/* LAYOUT OPTIONS - BACKGROUND COLOR */

.bg-grey {
	background-color:#E7E6E2;
}

/* WHITE BACKGROUND THEME WITH ASSOCIATED STYLES */

.bg-white {
	background-color:#ffffff;
}

.bg-white + .bg-white section {
	padding-top:0;
}

/* DARK BROWN BACKGROUND THEME WITH ASSOCIATED STYLES */

.bg-dbrown {
	background-color:#1C1515;
}

.bg-dbrown h1,
.bg-dbrown h2,
.bg-dbrown h3,
.bg-dbrown h4,
.bg-dbrown p,
.bg-dbrown .custom-slider-controls .slick-next,
.bg-dbrown .custom-slider-controls .slick-prev {
	color:#ffffff;
}

.bg-dbrown .custom-slider-controls .slick-next:before,
.bg-dbrown .custom-slider-controls .slick-prev:before {
    border-color: #ffffff;
}

/* GRID FIVE */

.grid-five {
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap:1rem;
}

/* GRID FOUR */

.grid-four {
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap:2rem;
}

.grid-four img {
	width:100%;
	height:auto;
	object-fit:contain;
}

/* GRID THREE */

.grid-three {
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap:2rem;
}

/* GRID TWO */

.grid-two {
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	grid-gap:4rem 2rem;
}

/* FLEX TWO */

.flex-two {
	display:flex;
}

.flex-two > div {
	width:100%;
	max-width:50%;
}

.flex-two > div.blank {
	width:0;
}

/* FLEX TWO SIXTY FOURTY / FOURTY SIXTY */

.flex-two.fourty-sixty > div:first-child {
	display:flex;
	flex-direction:column;
	justify-content: center;
	max-width:43%;
	padding:0 3rem 4rem 0;
}

.flex-two.fourty-sixty > div:first-child {
	padding-left:4%;
}

.flex-two.fourty-sixty > div:last-child {
	max-width:57%;
}

.flex-two.fourty-sixty.row-reverse {
	flex-direction:row-reverse;
}

.flex-two.fourty-sixty {
	gap: 4rem 0;
}

.flex-two.fourty-sixty h3 {
	font-weight:500;
}

.flex-two.fourty-sixty > div:first-child > img {
	margin-bottom:2rem;
}

.flex-two.fourty-sixty .custom-slider-controls {
	margin-top: 2.5rem;
}

.flex-two.fourty-sixty .carousel-custom-dots {
    margin: 0 10%;
}

/* FLEX LINKS */

.flex-links {
	display:flex;
	gap:2rem;
}

.flex-links a {
	display:flex;
	align-items:center;
	gap: 1rem 0.5rem;
}


.flex-links a:link,
.flex-links a:focus {
	text-decoration:none;
}


/* CARD GRID */

.card-grid {
	display:grid;
	grid-gap:3rem 1.5rem;
}

.card-grid > div {
	position:relative;
}

.card-grid figcaption {
	display:flex;
	justify-content:center;
	align-items:center;
	background:#1E4777;
	font-size:1.6rem;
	font-weight:300;
	text-align:center;
	color:#ffffff;
	line-height:1.4;
	padding: 1rem 0;
	height:70px;
}

/* CARD GRID - TWO COLUMNS */

.card-grid.two-columns {
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-gap:3rem 3rem;
}

.card-grid.two-columns > div {
	display:flex;
	flex-direction:column;
	align-items:center;
}

.card-grid.two-columns div > img {
	width:100%;
	height:auto;
	border:1px solid #ffffff;
	border-radius:5px;
}

.card-grid.two-columns .card-details {
	text-align:center;
	color:#ffffff;
	height:100%;
	padding:2.5rem 2.4rem 4rem;
}

.card-grid.two-columns .card-details .icon-heading {
	justify-content:center;
	white-space:nowrap;
}

.card-grid.two-columns .card-details p {
	margin-bottom:0;
}

/* CARD GRID - THREE COLUMNS */

.card-grid.three-columns {
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card-grid.three-columns > div {
	border-radius:5px;
	overflow:hidden;
}

.card-grid.three-columns img {
	width:100%;
	height:auto;
}

/* CARD GRID - FOUR COLUMNS */

.card-grid.four-columns {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	grid-gap: 4rem 2rem;
}

.card-grid.four-columns > div {
	border-radius:5px;
	overflow:hidden;
}

.card-grid.four-columns img {
	width:100%;
	height:auto;
}

.card-grid.four-columns figcaption {
	height:40px;
	font-size:1.4rem;
}

/* CARD GRID - FOUR COLUMNS */

.card-grid.five-columns {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 2rem;
}

.card-grid.five-columns > div {
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items:center;
	border-radius:5px;
	border:1px solid #ffffff;
	overflow:hidden;
	background:#ffffff;
}

.card-grid.five-columns img {
	width:100%;
	height:auto;
}















/* FLEX THREE */

.flex-three {
	display:flex;
	border-radius:5px;
	background:#0E2137;
	overflow:hidden;
	gap:0 2px;
}

.flex-three > div {
	width:100%;
	max-width:33.3333333%;
}

.flex-three > div.text-content {
	text-align:left;
	padding:4rem;
}

.flex-three > div.text-content h3 {
	color:#F3C517;
}

.flex-three > div.text-content p {
	color:#ffffff;
}

.flex-three img {
	width:100%;
	height:auto;
}

/* CARD FLEX - CENTER */

.card-flex {
	display:flex;
	justify-content:center;
	gap:2rem;
}

.card-flex figure img {
	width:100%;
	height:auto;
	border:1px solid #151421;
}

/* FLEX CENTER */

.flex-center {
	display:flex;
	justify-content:center;
	gap:0 5rem;
}

.flex-center > div {
	overflow:hidden;
}

/** MAIN LAYOUT RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 840px) {

	/* FLEX TWO SIXTY FOURTY / FOURTY SIXTY */

	.flex-two.fourty-sixty {
		flex-wrap:wrap;
		flex-direction:column-reverse;
		
	}

	.flex-two.fourty-sixty > div:first-child,
	.flex-two.fourty-sixty > div:last-child {
		max-width:unset;
		width:100%;
		text-align:center;
	}

	.flex-two.fourty-sixty:not(.row-reverse) > div:first-child {
		padding:4rem 0;
	}

}

@media only screen and (max-width: 767px) {

	body {
		padding-top:8rem;
	}

	.content,
	section {
	    padding:6rem 15px;
	}

	/* CARD GRID - TWO COLUMNS */

	.card-grid.two-columns {
		grid-gap:4rem 1.5rem;
	}

	.card-grid.two-columns .card-details {
		padding:2.5rem 2.4rem 3rem;
	}

	/* FLEX CENTER */

	.flex-center {
		gap:0 3rem;
	}

}

@media only screen and (max-width: 575.98px) {

	.content,
	section {
	    padding: 4rem 15px 5rem;
	}

	/* CARD GRID - TWO COLUMNS */

	.card-grid.two-columns {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	}

	.card-grid.two-columns .card-details {
		padding:2.5rem 0 2rem;
	}


}

/* HEADER
----------------------------------------------------------------------------------------------------*/

#header {
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    background-color:#ffffff;
    z-index:101;
}

#header section {
	width:100%;
    padding:0 15px;
}

/* HEADER MAIN */

#header-main {
	display: flex;
	justify-content: space-between;
	height:100px;
  	transition: all 200ms;
}

#header-main > div {
	display: flex;
	align-items:center;
	gap:0 2.5rem;
}

/* HEADER LOGO */

.logo {
	display:flex;
	justify-content: center;
	align-items:center;
	gap:0 2rem;
	max-width:33.5rem;
	z-index:10;
}

.logo img {
	width:100%;
	height:auto;
	object-fit:contain;
	transition: all 200ms;
}

/* HEADER NAVIGATION */

#header-navigation {
	position:fixed;
	top:0;
	left:0;
	height:100vh;
	width:100vw;
	opacity:0;
	pointer-events:none;
	background-color:#272221;
	transition: all 200ms;
}

/* HEADER NAVIGATION LINKS */

ul#main-navigation {
	display:flex;
	flex-direction: column;
	padding: 9.5rem 6.5rem;
	width:100%;
    height: 100%;
}

ul#main-navigation a {
	display:flex;
	align-items:center;
	gap:0 2.5rem;
	font-size:3rem;
	font-weight:400;
	line-height:2;
	color:#ffffff;
	white-space:nowrap;
	font-family: "Montserrat", Helvetica, Arial, "Lucida Grande", sans-serif;
	white-space: nowrap;
	outline:none;
	transition: all 200ms;
}

/* HEADER EXPAND BUTTON */

a#expand-nav {
	display:inline-block;
	position:relative;
	cursor:pointer;
	font-size:11px;
	font-weight:700;
	color:#333333;
	z-index:10;
	transition: all 200ms;
}

a#expand-nav div {
	display: flex;
	flex-direction: column;
  	justify-content: space-between;
	width:34px;
	height:20px;
	margin-bottom:7px;
}

a#expand-nav div span {
	display:block;
	width:34px;
	height:2px;
	background:#E98F18;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

a#expand-nav:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	background:url(../images/generic/icon-close-nav.svg) no-repeat center center;
	transition:opacity 200ms;
}

/* HEADER BOOK NOW BUTTON */

#header-main .link-btn {
    font-size:1.6rem;
}

/* HEADER NAVIGATION - MOBILE NAV ACTIVE */

/* HEADER LOGO */

.mobile-nav-active .logo img {
	filter: brightness(0) invert(1);
}

/* HEADER NAVIGATION + EXPAND BUTTON */

#header.mobile-nav-active #header-navigation {
	opacity:1;
	pointer-events:all;
}

#header.mobile-nav-active #header-navigation,
#header.mobile-nav-active a#expand-nav:before {
	opacity:1;
	pointer-events: inherit;
}

#header.mobile-nav-active a#expand-nav > div,
#header.mobile-nav-active a#expand-nav > span {
	opacity:0;
}


/* HEADER / HEADER NAVIGATION / HEADER SUB NAVIGATION RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 1023px) {

	/* HEADER */

	#header #header-main {
	  	height:100px;
	}

	/* HEADER LOGO */

	.logo {
		max-width:28rem;
	}

	.logo img {
		width:100%;
		height:auto;
		object-fit:contain;
	}

	/* HEADER NAVIGATION */

	ul#main-navigation {
		flex-wrap:wrap;
		padding: 9.5rem 6rem;
	}

	ul#main-navigation > li > a {
		font-size:2.5rem;
	}

	/* HEADER SUBNAVIGATION */

	ul.header-subnavigation {
		top: 100px;
	}

	ul.header-subnavigation li a {
		font-size:1.3vw
	}

}

@media only screen and (max-width: 767px) {

	/* HEADER */

	#header #header-main {
	  	height:80px;
	}

	#header-main > div {
		gap:0 2rem;
	}

	/* HEADER LOGO */

	.logo {
		margin-right:0;
	}

	/* HEADER LOGO */

	.logo {
		max-width:25rem;
	}

	/* HEADER NAVIGATION */

	ul#main-navigation {
	    padding: 8rem 5.5rem;
	}

	ul#main-navigation > li > a {
		font-size:2rem;
	}

	/* HEADER SOCIAL LINKS */

	#header-main > div:last-child a {
		font-size:1.4rem;
	}

}


@media only screen and (max-width: 660px) {

	/* HEADER */

	#header-main > div {
		width:100%;
		flex-direction:row-reverse;
		justify-content: space-between;
	}

	#header-main > div:last-child {
		display:none;
	}

	/* HEADER LOGO */
	
	.logo {
	    margin: 0;
	    padding-right:0;
	    max-width:25rem;
	}

	/* HEADER NAVIGATION */

	ul#main-navigation {
	    padding: 8rem 0;
	}

}

@media only screen and (max-width: 420px) {

	/* HEADER LOGO */

	.logo {
	    max-width:21rem;
	}

	/* HEADER NAVIGATION */

	ul#main-navigation > li > a {
		font-size:1.6rem;
		line-height:2.5;
		gap: 0 1.5rem;
	}
	
}



/* CONTENT - GENERAL
----------------------------------------------------------------------------------------------------*/

/* GENERAL CLASS */

a,
a:link,
a:focus {
   outline: 0;
   text-decoration:none;
}

.full-image {
	width:100%;
	height:auto;
}

.bordered {
	border:1px solid #151421;
}

.clear {
	display:block;
	width:100%;
	clear:both;
	float:none;
}

.mobile-only {
	display:none;
}

.desktop-only {
	display:block;
}

/* LINKS AND BUTTONS */

.link-btn {
	display:inline-block;
    font-size:1.4rem;
    font-weight:500;
    line-height:2.6;
    color:#ffffff;
    cursor:pointer;
    padding:0 1.6rem;
    border-radius:30px;
    background:#E98F18;
	transition: all 200ms;
}

.enable-hover .link-btn:hover {
	background:#333333;
}

.link-btn.outline {
	border:1px solid #ffffff;
	background:unset;
	padding:0 3rem;
}

.link-btn.outline.black {
	display:flex;
	justify-content:center;
	gap:0 6px;
	border:1px solid #333333;
	background:unset;
	color:#333333;
	background:unset;
	padding:0 2.5rem;
}

.enable-hover .link-btn.outline img {
	transition:all 200ms;
}

.enable-hover .link-btn.outline.black:hover {
	background-color:#AA926E;
	color:#ffffff;
	border-color:#AA926E;
}

.enable-hover .link-btn.outline.black:hover img {
	filter: brightness(0) invert(1);
}

.link-btn.outline.black.icon {
	padding:0 2.5rem 0 1.5rem;
	align-items:center;
} 

/* BOOKING LINK */

.booking-link {
	display:inline-block;
	font-size:1.4rem;
    font-weight:500;
    line-height:2.5;
    border-radius:30px;
	border:1px solid #333333;
	background:none;
	color:#333333;
	padding:0 2.5rem;
	transition: all 200ms;
}

.enable-hover .booking-link:hover {
	background-color:#AA926E;
	color:#ffffff;
	border-color:#AA926E;
}


/* ICON LINK */

.icon-link {
	display: flex;
    align-items: center;
	font-size:1.6rem;
	font-weight:500;
	color:#333333;
}

.icon-link span {
	display:inline-block;
	margin:0 0.6rem;
}

.icon-link img {
	width:22px;
	height:22px;
}

/* ICON LINK - BUTTON */

.icon-link.button {
    gap:1rem;
	font-size:1.4rem;
	font-weight:400;
	color:#ffffff;
	padding:0.5rem 1.8rem 0.5rem 1.2rem;
	border:1px solid #ffffff;
	border-radius:30px;
	transition: all 200ms;
}

.icon-link.button img {
	width:10px;
	height:10px;
}

.enable-hover .icon-link.button:hover {
	background-color:#000000;
	border-color:#000000;
}

/* LIST STYLE - BULLET LIST */

ul.bullet-list {
	padding-left: 13px;
	margin-bottom:3rem;
}

ul.bullet-list:last-child {
	margin-bottom:0;
}

ul.bullet-list li {
	position:relative;
	font-size:1.6rem;
	text-align:left;
	color:#222222;
	line-height:1.4;
	margin-bottom:1rem;
	padding:0.2rem 0 0.2rem 0;
}

ul.bullet-list.no-bullet li {
	padding-left:0;
	background:none;
}

ul.bullet-list:not(.no-bullet) li:before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    line-height: 0;
    margin: 0 7px 2px -13px;
    border-radius: 100%;
    background-color: #222222;
}

ul.bullet-list li.heading {
	padding:0;
	margin-bottom:1rem;
}

ul.bullet-list li.heading:before {
	display:none;
}

ul.bullet-list:last-child {
	margin-bottom:0;
}

/* TABLE GENERAL STYLING */

table td {
	font-size:1.6rem;
	vertical-align:middle;
	padding:0.5rem 1.5rem 0.5rem 0;
}

table td a {
	display:flex;
	align-items:center;
	gap:0 0.8rem;
	font-size:1.6rem;
	color:#333333;
}

/* SOCIAL POPUP BUTTONS */

.popup-btns {
	position:fixed;
	display:flex;
	width:50px;
	height:50px;
	flex-direction:column;
	align-items:center;
	justify-content: center;
	border-radius:100%;
	right:5rem;
	opacity:0;
	pointer-events: none;
	z-index:20;
	transition: all 200ms;
}

.popup-btns.show {
	opacity:1;
	pointer-events: all;
}

/* BACK TO TOP POPUP BUTTON */

#back-top {
	bottom:50px;
	background-color:#E98F18;
}

#back-top:before {
	content:"";
	display:inline-block;
	transform: rotate(45deg);
	width:12px;
	height:12px;
	margin-top:0.5rem;
	border-left:3px solid #ffffff;
	border-top:3px solid #ffffff;
	transition: border-color 200ms;
}

.enable-hover #back-top:hover {
	background-color:#000000;
}

/* WHATSAPP POPUP BUTTON */

#whatsapp {
	bottom:120px;
	background:#009245 url(../images/generic/icon-whatsapp.svg) no-repeat center center;
}

/* GENERAL CLASS RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 1140px) {

	/* SOCIAL POPUP BUTTONS */

	.popup-btns {
		right:1.5rem;
	}

}

@media only screen and (max-width: 960px) {

	/* LINKS AND BUTTONS */

	/*.link-btn {
	    font-size:1.4rem;
	}*/

}

@media only screen and (max-width: 767px) {

	/* LIST STYLE - BULLET LIST */

	ul.bullet-list li {
		font-size:1.5rem;
	}

	/* LIST STYLE - ARROW LIST */

	ul.arrow-list li {
		font-size:1.5rem;
	}


}

@media only screen and (max-width: 575.98px) {

	.mobile-only {
		display:block;
	}

	.desktop-only {
		display:none;
	}

	/* LINKS AND BUTTONS */

	.link-btn {
	    padding:0 2rem;
	}

	/* LIST STYLE - BULLET LIST */

	ul.bullet-list li {
		font-size:1.4rem;
	}

	/* TABLE GENERAL STYLING */

	table td,
	table td a {
		font-size:1.4rem;
	}

	table td {
		display:block;
		width:100%;
	}

	table td:last-child {
		padding:0;
		margin-bottom:1rem;
	} 

	/* WHATSAPP POPUP BUTTON */

	#whatsapp {
		bottom:85px;
	}

	/* BACK TO TOP POPUP BUTTON */

	#back-top {
		display:none;
	}

}

/* SLICK SLIDER OVERRIDES */

.slick-next,
.slick-prev {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border-radius:100%;
	transition: all 200ms;
	background:#222222;
	top: calc(50% - 2rem);
	width:4rem;
	height:4rem;
	border:2px solid #ffffff;
}

.slick-next {
	right:-2rem;
}

.slick-prev {
	left:-2rem;
}

.slick-next:before,
.slick-prev:before {
	content: "";
	width: 1rem;
	height: 1rem;
	border-top: 2px solid #ED5A24;
	border-left: 2px solid #ED5A24;
	opacity:1;
	transition:all 200ms;
}

.slick-prev:before {
	margin-left:0.5rem;
	transform: rotate(-45deg); 
}

.slick-next:before {
	margin-right:0.5rem;
	transform: rotate(135deg); 
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	border-color:#F3C517;
	background-color:#F3C517;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	border-color:#222222;
}

.slick-dots {
	bottom:0;
}

.slick-dots li {
	width:10px;
	height:10px;
	margin: 0.5rem;
}

.slick-dots li button {
	width:10px;
	height:10px;
	background-color:#DDDCD7;
	border:none;
}

.slick-dots.white li button {
	background-color:#ffffff;
}

.slick-dots li.slick-active button {
	background-color: #E58B18;
}

/* SLICK SLIDER CUSTOM CSS */

/* CUSTOM SLIDER CONTROLS */

.custom-slider-controls {
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:3.5rem;
}

.custom-slider-controls.full-width {
	width:100%;
	justify-content:space-between;
}

.carousel-custom-dots {
	margin:0 5%;
}

.custom-slider-controls .slick-dots {
    position: relative;
    bottom: unset;
    display: inline-block;
    width: auto;
    height: auto;
    line-height:0;
}

.custom-slider-controls .slick-next,
.custom-slider-controls .slick-prev {
	position:relative;
	left: 0;
    right: 0;
    transform: unset;
	font-family: "Montserrat", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:1.4rem;
	font-weight:400;
	color:#000;
    display: flex;
    flex-direction:row;
    gap:0 0.5rem;
    align-items: center;
    border-radius: unset;
	width: auto;
	height: 2rem;
	border: unset;
    background: unset;
    transition: all 200ms;
}

.custom-slider-controls .slick-next {
	flex-direction:row-reverse;
}

.custom-slider-controls .slick-next:focus,
.custom-slider-controls .slick-next:hover,
.custom-slider-controls .slick-prev:focus,
.custom-slider-controls .slick-prev:hover {
    border-color: unset;
    background-color: unset;
}

.custom-slider-controls .slick-next:focus:before,
.custom-slider-controls .slick-next:hover:before,
.custom-slider-controls .slick-prev:focus:before,
.custom-slider-controls .slick-prev:hover:before {
    border-color:#ED5A24;
}

.custom-slider-controls .slick-next.slick-disabled,
.custom-slider-controls .slick-prev.slick-disabled {
	color:#AFAFAF;
}

.custom-slider-controls .slick-next.slick-disabled:before,
.custom-slider-controls .slick-prev.slick-disabled:before {
    border-color:#AFAFAF;
    opacity:1;
}

/* HALF SLIDERS */

.half-slider img {
	width:100%;
	height:auto;
}

.half-slider h3,
.half-slider p {
	color:#000000;
}

.half-slider h3 {
	margin-bottom:1rem;
	font-weight:500;
}


/** SLICK SLIDER OVERRIDES RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 1139px) {

	/* SLICK SLIDER OVERRIDES */

	.slick-next {
		right:1.5rem;
	}

	.slick-prev {
		left:1.5rem;
	}

	/* SLICK SLIDER CUSTOM CSS */

	.slide-caption {
		width:60%;
		padding:5rem 17rem 0 4rem;
	}

	.slide-caption p {
		font-size:1.6rem;
	}

}

@media only screen and (max-width: 960px) {

	/* SLICK SLIDER CUSTOM CSS */

	.slide-caption {
		padding:5rem 10rem 0 4rem;
	}

	.slide-caption p {
		font-size:1.4rem;
	}

}

@media only screen and (max-width: 767px) {

	/* SLICK SLIDER CUSTOM CSS */

	.slide-caption {
		width:65%;
		padding:5rem 3rem;
	}

	.slide-caption h1,
	.slide-caption h2 {
		font-size:3rem;
	}

	.slide-caption p {
		margin-bottom:2.5rem;
	}
}

@media only screen and (max-width: 575.98px) {

	/* SLICK SLIDER OVERRIDES */

	.slick-next,
	.slick-prev {
		border-radius: unset;
		top: 40%;
		width: 4rem;
		height: 4rem;
	    border: unset;
	    background: rgba(0,0,0,0.5);
	}

	.slick-next {
		right:0;
	}

	.slick-prev {
		left:0;
	}

	/* SLICK SLIDER CUSTOM CSS */

	.slide-caption {
		width:100%;
		text-align:center;
		background: rgba(0,0,0,0.5);
	}

	.slide-caption h1,
	.slide-caption h2 {
		font-size:2.5rem;
	}

}

@media only screen and (max-width: 480px) {

	/* CUSTOM SLIDER CONTROLS */

	.custom-slider-controls {
		margin-top:2rem;
	}

}

/* SECTIONS - HOME
----------------------------------------------------------------------------------------------------*/

/* HOME - MAIN SLIDER */

#home-slider-wrapper {
	position:relative;
}

#home-slider,
#home-slider .slick-slide {
	height:600px;
	max-height:600px;
}

#home-slider .slick-slide {
	display:flex;
	align-items:center;
}

#home-slider .slick-slide img {
	width: 100%;
    height: 100%;
    min-height: 600px;
    min-width: 100vw;
    object-fit: cover;
}

#home-slider .slick-dots {
	bottom:50px;
}

/* HOME - PRIVACY DISCLAIMER */

#disclaimer-overlay {
	position:fixed;
	display:flex;
	justify-content: center;
	width:100%;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.7);
	z-index:100;
	transition:all 200ms;
}

#disclaimer-overlay.hide {
	opacity:0;
	pointer-events:none;
}

#disclaimer-overlay .disclaimer {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:1rem 2rem;
	width:100%;
	padding:1rem 15px;
	max-width:890px;
}

#disclaimer-overlay .disclaimer p {
	font-size:1.4rem;
	color:#ffffff;
	line-height:1.2;
	margin-bottom:0;
}

#disclaimer-overlay .disclaimer p a {
	color:#00A9E2;
	text-decoration:underline;
}

/* HOME INTRO */

#home-intro h2,
#home-intro p {
	max-width:1080px;
}

/* HOME HOTEL RECOGNITIONS */

#hotel-recognition-grid {
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	grid-gap:2rem;
}

#hotel-recognition-grid img {
	width:100%;
	height:auto;
	object-fit:contain;
	margin-bottom:2rem;
	border-radius:10px;
}

/* HOME PROMOTIONS CAROUSEL */

#home-promotions-carousel {
	width:calc(100% + 2rem);
	margin-left: -1rem;
}

#home-promotions-carousel img {
	width:100%;
	height:auto;
	padding:0 1rem;
}

/* HOME ROOMS & SUITES */

#home-rooms-suites section {
	padding-left:0;
	padding-right:0;
	max-width:unset;
}

#home-rooms-suites-carousel {
	width:calc(100vw + 2rem);
	margin:4rem 0 0 -1rem;
}

#home-rooms-suites-carousel img {
	width:100%;
	height:auto;
	padding:4.8%;
	transition: all 200ms;
}

#home-rooms-suites-carousel .slick-slide.slick-center img {
	transform: scale(1.15);
}

#custom-carousel-controls-rooms-suites {
	margin-top:2rem;
}

/* HOME DINING */

#home-dining {
	overflow:hidden;
}

#home-dining-carousel {
	width:calc(100% + 2rem);
	margin:4rem 0 0 -1rem;
}

#home-dining-carousel .slick-list {
	overflow:visible;
}

#home-dining-carousel .slick-slide {
	/*margin-right:2rem;*/
	/*margin:0 1rem;*/
}

#home-dining .custom-slider-controls {
	margin-top:2.5rem;
}

#home-dining-carousel .slick-slide > div {
	padding:0 1rem;
}

#home-dining-carousel figure {
	border:1px solid #E2E2E2;
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05);
}

#home-dining-carousel figcaption {
	background:#ffffff;
	text-align:center;
	font-size:2.1rem;
	font-weight:400;
	color:#4D4D4D;
	white-space:nowrap;
	padding:1.5rem 1rem;
}

#home-dining-carousel img {
	width:100%;
	height:auto;
}

/* HOME MEETINGS & WEDDINGS */

#home-meetings-weddings section {
	padding:3.5rem 15px 3rem;
}

#home-meetings-weddings h2 {
	margin-bottom:1rem;
}

#home-meetings-weddings-slider img {
	width:100%;
	height:auto;
	object-fit:contain;
	border-radius:10px;
}

#custom-carousel-controls-rooms-meetings-weddings {
	margin-top:2rem;
}

/* HOME LOCATION MAP & DISCLAIMER */

#home-location-map {
	position:relative;
}

#home-location-map #map-canvas {
	height:600px;
}

/** SECTIONS - HOME RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 1139px) {

	/* HOME DINING */

	#home-dining-carousel figcaption {
		font-size:1.8rem;
	}

}

@media only screen and (max-width: 1023px) {

	/* HOME - MAIN SLIDER */

	#home-slider .slick-next {
	    right: 20px;
	}

	#home-slider .slick-prev {
	    left: 20px;
	}

	#home-slider .slick-next,
	#home-slider .slick-prev {
	    width: 50px;
	    height: 50px;
	}

	#home-slider .slick-next:before,
	#home-slider .slick-prev:before {
		width:10px;
		height:50px;
		background-size:10px 50px;
	}

}

@media only screen and (max-width: 960px) {

	/* HOME DINING */

	#home-dining-carousel figcaption {
		font-size:1.6rem;
	}

	#home-dining .custom-slider-controls {
		margin-top:2rem;
	}

}

@media only screen and (max-width: 767px) {

	/* HOME - MAIN SLIDER */

	#home-slider,
	#home-slider .slick-slide {
		height:450px;
		max-height:450px;
	}

	#home-slider .slick-slide img {
	    min-height: 450px;
	}

	#home-slider .slick-next {
	    right: 15px;
	}

	#home-slider .slick-prev {
	    left: 15px;
	}

	#home-slider .slick-next,
	#home-slider .slick-prev {
	    width: 40px;
	    height: 40px;
	}

	#home-slider .slick-next:before,
	#home-slider .slick-prev:before {
		width:12px;
		height:40px;
		background-size:12px 21px;
	}

	#home-slider .slick-dots {
		bottom:30px;
	}

}

@media only screen and (max-width: 575.98px) {

	/* HOME - MAIN SLIDER */

	#home-slider,
	#home-slider .slick-slide {
		height:300px;
		max-height:300px;
	}

	#home-slider .slick-slide img {
	    min-height: 300px;
	}

	#home-slider .slick-dots {
		width:100%;
		left:0;
	}

	/* HOME ROOMS & SUITES */

	#home-rooms-suites-carousel {
		width:100vw;
		margin:4rem 0 0 0;
	}

	/* HOME LOCATION MAP & DISCLAIMER */


	#disclaimer-overlay .disclaimer {
		flex-direction:column;
	}

	#disclaimer-overlay .disclaimer p {
		text-align:center;
	}
}

/* SECTIONS - SINGLE PAGE GENERAL LAYOUT
----------------------------------------------------------------------------------------------------*/

.single-page section {
	padding-bottom:20rem;
}

.single-page .header-image {
	display:flex;
	align-items:center;
	justify-content:center;
	height:600px;
	overflow:hidden;
}

.single-page .header-image h1 {
	margin-bottom:0;
}

.single-page .header-image img {
	min-width:calc(600px * 3.2);
	min-height:100%;
	object-fit:contain;
	transform: scale(1);
}

.single-page .header-image > div {
	position:absolute;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:10;
}

.single-page .header-image h1 {
	color:#ffffff;
}


/* SECTIONS - SINGLE PAGE GENERAL LAYOUT RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 1023px) {

	.single-page .header-image {
		height:500px;
	}

	.single-page .header-image img {
		min-width:calc(500px * 3.2);
	}

}

@media only screen and (max-width: 767px) {

	.single-page .header-image {
		height:400px;
	}

	.single-page .header-image img {
		min-width:calc(400px * 3.2);
	}

	.single-page section {
		padding-bottom:10rem;
	}

}

@media only screen and (max-width: 575.98px) {

	.single-page .header-image {
		height:300px;
	}

	.single-page .header-image img {
		min-width:calc(300px * 3.2);
	}

	.single-page section {
		padding-bottom:6rem;
	}

}

/* SECTIONS - ROOMS & SUITES
----------------------------------------------------------------------------------------------------*/

#rooms-suites section:first-of-type {
	padding-bottom:5rem;
}

#rooms-suites p + h3 {
	margin-top: 10rem;
}

/* AMENITIES GRID */

#amenities-grid {
	grid-gap:0;
}

#amenities-grid figure {
	padding:3rem 1rem;
}

#amenities-grid figure img {
	min-height:50px;
	object-fit:contain;
}

#amenities-grid figcaption {
	padding:1rem 0;
	font-size:1.6rem;
	line-height:1.2;
}

/* ROOMS GRID */

#rooms-grid {
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	grid-gap:2rem;
}

#rooms-grid figure {
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05);
}

#rooms-grid figure > img {
	width:100%;
	height:auto;
}

#rooms-grid figcaption {
	text-align:left;
	padding:2rem 1.8rem 2.5rem;
	background-color:#ffffff;
}

#rooms-grid .title-desc,
#rooms-grid .cta {
	display:flex;
}

#rooms-grid .title-desc {
	flex-direction:column;
	height:7.5rem;
	overflow:hidden;
	margin-bottom:1.5rem;
}

#rooms-grid .title-desc h4,
#rooms-grid .title-desc p {
	margin-bottom:0;
	color:#000000;
	padding:0;
}

#rooms-grid .title-desc h4 {
	font-size:2rem;
	font-weight:500;
}

#rooms-grid .title-desc p {
	font-size:1.4rem;
}

#rooms-grid .cta {
	gap: 1rem;
}

#hidden-gallery-images {
	display:none;
}

#hidden-gallery-images a {
	pointer-events: none
}

/* SECTIONS - ROOMS & SUITES RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 1139px) {

	
}

@media only screen and (max-width: 767px) {

	/* AMENITIES GRID */

	#amenities-grid figcaption {
		font-size:1.4rem;
	}

}

@media only screen and (max-width: 589px) {

	/* ROOMS GRID */

	#rooms-grid figcaption {
		text-align:center;
	}

	#rooms-grid .title-desc {
	    height: auto;
	}

	#rooms-grid .cta {
		justify-content:center;
	}

}

/* SECTIONS - DINING
----------------------------------------------------------------------------------------------------*/

/* WESTERN PALACE */

#western-palace-slider img {
	border-radius:10px;
}

#western-palace section {
	padding:10rem 15px;
}

#custom-carousel-controls-western-palace {
	margin-top:2.5rem;
}

/* HAN PALACE */

#han-palace section {
	padding:4rem 3rem;
	max-width:unset;
}

#han-palace .flex-two.fourty-sixty > div:first-child {
	padding:0 3rem 0 2rem;
}

#custom-carousel-controls-han-palace {
	margin-top:2.5rem;
}

/* BROADWAY LOUNGE AND POOLSIDE TERRACE */

#broadway-poolside-grid {
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-gap:5rem 10rem;
}

#broadway-poolside-grid figure > img {
	width:100%;
	height:auto;
	border-radius:10px;
	margin-bottom:4.5rem;
}

#broadway-poolside-grid figcaption {
	padding:0 4.5rem;
}

#broadway-poolside-grid h3 {
	padding:1rem 0;
	margin:0;
}

/* SECTIONS - DINING RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 1200px) {

	/* BROADWAY LOUNGE AND POOLSIDE TERRACE */

	#broadway-poolside-grid {
		grid-gap:5rem 2rem;
	}

}

@media only screen and (max-width: 840px) {

	/* WESTERN PALACE & HAN PALACE */

	#western-palace section {
		padding:5rem 15px;
	}

	#western-palace .flex-two.fourty-sixty {
		flex-direction:column-reverse;
	}

	#western-palace .flex-two.fourty-sixty > div:first-child,
	#han-palace .flex-two.fourty-sixty > div:first-child {
		padding:0;
		align-items:center;
	}

	/* HAN PALACE */

	#han-palace section {
		padding:4rem 15px 10rem;
	}

	#han-palace-slider img {
		border-radius:10px;
	}

	/* BROADWAY LOUNGE AND POOLSIDE TERRACE */

	#broadway-poolside-grid figure > img {
		margin-bottom:3rem;
	}

}

@media only screen and (max-width: 589px) {

	/* WESTERN PALACE & HAN PALACE */

	#western-palace section,
	#han-palace section{
		padding:4rem 15px 5rem;
	}

	/* BROADWAY LOUNGE AND POOLSIDE TERRACE */

	#broadway-poolside-grid figcaption {
		padding:0;
	}

}

/* SECTIONS - FACILITIES
----------------------------------------------------------------------------------------------------*/

/* POOLSIDE */
#poolside section {
    padding: 10rem 15px;
}

#poolside-slider img {
	border-radius:10px;
}

/* FITNESS CENTRE */

#fitness-centre section {
	padding:4rem 3rem;
	max-width:unset;
}

/* SECTIONS - FACILITIES RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 840px) {

	/* POOLSIDE & FITNESS CENTRE */

	#poolside section {
		padding:5rem 15px;
	}

	#poolside .flex-two.fourty-sixty {
		flex-direction:column-reverse;
	}

}

@media only screen and (max-width: 589px) {

	/* POOLSIDE & FITNESS CENTRE */

	#poolside section,
	#fitness-centre section{
		padding:4rem 15px 5rem;
	}

}


/* SECTIONS - MEETINGS / WEDDINGS
----------------------------------------------------------------------------------------------------*/

#meetings-weddings-content p {
	margin-bottom:4rem;
}

#meetings-weddings-content p + .grid-three {
	margin-top:4rem;
}

#meetings-weddings-content .grid-three figure img {
	width:100%;
	height:auto;
	border-radius:10px;
}

#meetings-weddings-content .grid-three figcaption {
	font-size:1.6rem;
	font-weight:400;
	padding:1.6rem 1.5rem;
}

/* SECTIONS - MEETINGS / WEDDINGS RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 767px) {

	#meetings-weddings-content p + .grid-three {
		margin-top:0;
	}

}

/* SECTIONS - CONTACT US
----------------------------------------------------------------------------------------------------*/

#contact-us section {
    padding-bottom: 8rem;
}

#contact-us h3 {
	font-weight:500;
	margin-bottom:1rem;
}

#contact-us h3,
#contact-us p strong {
	color:#104432;
}

#contact-us p {
	line-height:1.4;
}

#contact-us .flex-links {
	flex-direction:column;
	gap:0;
}

#contact-us .flex-links a {
	color:#333333;
}

#contact-us a {
	color:#0071BC;
}

/* GOOGLE MAPS */

#map-canvas {
	height:500px;
}

/* SECTIONS - CONTACT US RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 767px) {

	#contact-us .half-flex > div {
		flex:0 0 100%;
	}

	#contact-us .half-flex > div:first-child {
		margin-bottom:4rem;
	}

}

@media only screen and (max-width: 575.98px) {

	#contact-us .grid-two {
		grid-template-columns: unset;
	}

}

/* CONTENT - ERROR PAGE
----------------------------------------------------------------------------------------------------*/

#error-content h1 {
	text-transform:uppercase;
}

/* SECTIONS - BOOKING FORM
----------------------------------------------------------------------------------------------------*/

#booking-form {
	background:unset;
}

#booking-form section {
	padding:10rem 2rem 15rem;
	max-width:unset;
	min-height:100vh;
	background:url(../images/bg/grand-palace-full.webp) no-repeat center top;
	background-size:cover;
}

#booking-form #ajax-form-container {
	background-color:#ffffff;
	border-radius:10px;
	max-width:78rem;
	margin:0 auto;
	padding:4rem 2.5rem 7rem;
}

#booking-form h3 {
	color:#104432;
	font-weight:500;
	margin-bottom:1rem;
}

#booking-form .form h4 {
	margin-bottom:0;
	font-weight:500;
}

#booking-form #room-details {
	padding-bottom:3rem;
	border-bottom:1px solid #E7E6E2;
	margin-bottom:2rem;
}

#booking-form .form #captcha {
	margin:2rem 0 2.5rem;
}

#booking-form select.form-control {
	min-width:160px;
}

#booking-form #form-status a {
	display:inline-block;
}

#booking-form #terms-conditions-content {
	display:block;
	overflow:hidden;
	transition:all 200ms;
}

#booking-form #terms-conditions-content > div {
	padding:3rem 0 1rem;
}

#booking-form #terms-conditions-content.hide {
	height:0;
}

#booking-form #terms-conditions-content h4 {
	display:flex;
	align-items:center;
	gap:0 1.5rem;
	margin-bottom:1rem;
}

#booking-form #terms-conditions-content h4 img {
	cursor:pointer;
}

/* SECTIONS - BOOKING FORM RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 1024px) {
	
	#booking-form .form h4 {
		font-size:2.1rem;
	}

}

@media only screen and (max-width: 960px) {

	#booking-form h3 {
		font-size:2.8rem;
	}

}

@media only screen and (max-width: 780px) {


	#booking-form .form .flex-row.custom-sizing {
		flex-direction:column;
	}

	#booking-form .form .flex-row.divide-two.custom-sizing {
		gap:1rem;
	}

	#booking-form .form .flex-row.divide-two.custom-sizing > div {
		flex: 0 0 100%;
	}

}

@media only screen and (max-width: 575.98px) {

	#booking-form section {
		padding:0;
		max-width:unset;
		background:unset;
	}

	#booking-form #ajax-form-container {
		background-color:#ffffff;
		border-radius:unset;
		padding:6rem 1.5rem 7rem;
		min-height:100vh;
	}

	#booking-form #form-status {
		text-align:center;
	}

}


/* CONTENT - FORMS
----------------------------------------------------------------------------------------------------*/

#ajax-form-container,
#ajax-form {
    width:100%;
}

#ajax-form-container.hidden,
#ajax-form-container .hide {
	display:none;
}

#ajax-form-container .show {
	display:block;
}

#ajax-form-success-message h3 {
	margin-bottom: 10px;
    display: inline-block;
    background-color: #32b508;
    padding: 10px 20px;
    border-radius: 5px;
}

.form {
	position:relative;
	display:block;
	padding:0;
}

.form .field {
	position:relative;
	display:block;
	text-align:left;
	min-width:inherit;
	background:none;
	margin-bottom:0.5rem;
	clear:both;
}

.form .field:last-child {
	margin-bottom:0;
}

.form #message.field {
	margin-bottom:17px;
}

.form #captcha {
	overflow:hidden;
	margin:2rem 0;
}

.form label,
.form-control,
.form .button {
	font-family: "Montserrat", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:1.6rem;
	font-weight:400;
	color:#333333;
}

.form label {
	display:inline-block;
	height:38px;
	line-height:35px;
}

.form label a {
	color:#E98F18;
	text-decoration:underline;
}

.form .link-btn {
	font-size:1.6rem;
}

.form .field div label {
	min-width:80px;
}

.form-control {
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 1.5rem;
	border:none;
	border:1px solid #808080;
	border-radius:5px;
	background-color:#ffffff;
	background-clip: padding-box;
	outline:none;
}

.form-control.datepicker {
	background:url(../images/generic/icon-calendar.png) no-repeat calc(100% - 1.5rem) center;
}

.default-size .form-control {
	width:auto;
	min-width:7rem;
}

.three-of-four .form-control {
	width:75%;
}

.form .flex-row {
	display:flex;
	justify-content: space-between;
	width:100%;
	gap: 1rem 2rem;
}

.form .flex-row.divide-two > div {
	flex: 0 0 calc(50% - 1rem);
}

.form .flex-row.error {
	width:100%;
}

.form .flex-row.mobile-fields > div {
	display:flex;
	flex-direction:column;
}

.form .flex-row.mobile-fields > div:first-child {
	flex: 0 0 33%;
}

.form .flex-row.mobile-fields > div:last-child {
	width:100%;
}

.form .buttons {
	display:flex;
	gap:1rem;
}

textarea.form-control {
	padding:1.2rem 1.5rem;
	line-height:1.2;
	height:100px;
}

select.form-control {
	padding:0 1.5rem;
	-webkit-appearance: none;
	background:#ffffff url(../images/generic/icon-select-arrow.svg) no-repeat calc(100% - 1.5rem) 50%;
	min-width:130px;
}

#terms-conditions {
	padding-top:2.5rem;
}

#terms-conditions label {
	display:flex;
	align-items:center;
	gap:0.8rem;
}

.form input[type=checkbox] {
	width:21px;
	height:21px;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color:#E98F18;
	outline: 0;
}

.form-control::-webkit-input-placeholder {
	color: #000000;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

.form-control::placeholder {
	color: #000000;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form div#spamtrap {
	visibility:hidden
}

.form .error {
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:0 1.5rem;
	z-index:2;
	float:none;
	clear:both;
}

.form #ajax-form-server-errors {
	position:relative;
	color:#f00;
	visibility:visible;
}

.form #ajax-form-server-errors.error div {
	padding:0 0 20px;
}

#form-status {
	text-align:center;
}

.form .error div,
.form .error span {
	display:block;
	clear:both;
	font-size:1.2em;
	line-height:2;
	padding:0;
	margin:0;
    color:#f00;
}

.form #ajax-form-server-errors span:last-of-type {
	margin-bottom:20px;
}

.form .error:before {
	position:absolute;
	top:0;
	left:0;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid blue; 
}

.form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

.form fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

.form .button {
	position:relative;
    background-color:#ffffff;
    padding:0 2.5rem;
    border:1px solid #333333;
    height:40px;
    width:auto;
    min-width:inherit;
    display:inline-block;
    color:#333333;
    font-weight:500;
	cursor:pointer;
	border-radius:30px;
    -webkit-appearance: none;
    -moz-appearance: none;
	transition: all 200ms;
}

.form .button.processing {
	padding-right:2rem;
}

.form .button.processing > div {
	background: url(../assets/form/images/spinner.gif) no-repeat center right;
    background-size: 20px;
    padding-right: 3rem;
}

 .form .button:hover {
	color:#ffffff;
	background:#E98F18;
	border-color:#E98F18;
}

#ajax-form-recaptcha {
	position:relative;
	width: 290px;
	overflow:hidden;
	margin:0;
}

#ajax-form-recaptcha:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	border: 1px solid #d3d3d3;
	pointer-events: none;
	height:76px;
	width:290px;
	border-radius:2px;
	z-index:10;
}

#ajax-form-recaptcha > div {
	margin-left:-5px;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/

.form .spmhidip {
	display:none;
	width:10px;
	height:3px
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

.form input[type=submit]:disabled,
.form button:disabled,
.form input[type=submit][disabled=disabled],
.form button[disabled=disabled],
.form input[type=text]:disabled,
.form input[type=text][disabled=disabled],
.form text:disabled,
.form text[disabled=disabled] {
	border-color:#cccccc !important;
    background:#cccccc !important;
}

.form input[type=submit]:disabled,
.form button:disabled,
.form input[type=submit][disabled=disabled],
.form button[disabled=disabled] {
	color:#999999 !important;
}

.form input[type=submit]:disabled .icon,
.form button:disabled .icon,
.form input[type=submit][disabled=disabled] .icon,
.form button[disabled=disabled] .icon {
	filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(1926%) hue-rotate(88deg) brightness(111%) contrast(83%);
}


/* SECTIONS - FORM RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 575.98px) {

	.form label,
	.form-control,
	.form .button,
	.form .link-btn {
		font-size:1.4rem;
	}

	.form .flex-row {
		flex-direction:column;
	}

	.flex-row.divide-two {
		gap:1rem;
	}

	.form .flex-row.divide-two > div {
		flex: 0 0 100%;
	}

	.three-of-four .form-control {
	    width: 100%;
	}

	#terms-conditions label {
	    font-size:1.3rem;
	}

}

@media only screen and (max-width: 400px) {

	#terms-conditions label {
	    font-size:0.95rem;
	}

}

@media only screen and (max-width: 320px) {

	.form .button {
		width:100%;
	}

}

/* CONTENT - PRIVACY POLICY
----------------------------------------------------------------------------------------------------*/

#privacy-policy p + h5 {
	padding-top:2rem;
}

#privacy-policy h5 + table {
	margin-top:0.5rem;
}

#privacy-policy h1 {
	text-align:center;
}

#privacy-policy h5 {
	margin-bottom:0;
}

#privacy-policy ul.bullet-list {
	margin-bottom:1.5rem;
}

#privacy-policy ul.bullet-list li {
	margin-bottom:0;
}

/* CONTENT - FOOTER
----------------------------------------------------------------------------------------------------*/

#footer {
	background-color:#140D0B;
	text-align:center;
}

#footer section {
    padding: 4rem 15px;
}

.footer-flex {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	gap:1rem 2rem;
	margin-bottom:3rem;
}

.footer-flex.secondary {
	gap:3.5rem;
}

.footer-flex > div {
	display:flex;
	min-height:4.5rem;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.footer-flex + img {
	margin-bottom:3rem;
}

#footer p {
	font-size:1.4rem;
	color:#ffffff;
}

#footer .copyright span {
	display:block;
}

#footer .copyright span,
#footer .copyright span a {
	color:#140D0B;
}

#footer .copyright span a {
	text-decoration:none;
}

/** CONTENT - FOOTER / PREFOOTER RESPONSIVE CSS
*****************************************************************************************************/


@media only screen and (max-width: 575.98px) {

	#footer section {
	    padding: 4rem 15px;
	}

	#footer-copyright p {
		font-size:1.2rem;
	}

}
