<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@import "../bootstrap/css/bootstrap.min.css";
/*@font-face {
	font-family: "NewBaskervilleITC W05 Regular";
	src: url("../fonts/5203832/ac0850e3-ee27-4cf6-be32-3b24daf6ec69.eot?#iefix");
	src: url("../fonts/5203832/ac0850e3-ee27-4cf6-be32-3b24daf6ec69.eot?#iefix") format("eot"), url("../fonts/5203832/f4d9a85a-509a-4d81-afab-3e701a6afa26.woff2") format("woff2"), url("../fonts/5203832/73da603e-08bf-4d47-9433-dba20474dc8c.woff") format("woff"), url("../fonts/5203832/c616977e-0ad7-4da1-b03a-8305ad5b0874.ttf") format("truetype")
}*/

#booking {
    z-index:10000
  }

.booking-form {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	position: relative
}

@media only screen and (max-width: 991px) {
	.booking-form {
		padding-left: 20px;
		padding-right: 20px
	}
}

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



	.booking-form {
		position: relative;
		height: calc(100vh - 93px);
		background-color: #f4f4f3;
		overflow: scroll;
		padding-bottom: 75px
	}
}

.booking-form .title-bar .title&gt;h3 {
	background-color: #f4f4f3;
	margin: 30px 0 25px
}
/*
.booking-form .booking-close {
	position: absolute;
	top: 21px;
	right: 40px;
	width: 27px;
	height: 27px;
	background-image: url('../images/Close button.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}*/

@media only screen and (max-width: 767px) {
	.booking-form .booking-close {
		position: fixed;
		top: initial;
		top: unset;
		bottom: 0;
		right: 0;
		left: 0;
		background-image: none;
		background-color: #d3b5a3;
		width: 100%;
		font-size: 12px;
		line-height: 1.42;
		text-transform: uppercase;
		height: auto;
		padding: 17px;
		letter-spacing: .1em;
		z-index: 10000
	}
}

.booking-form form {
	display: inline-block;
	padding-top: 33px;
	padding-bottom: 33px
}

@media only screen and (max-width: 767px) {
	.booking-form form {
		padding: 0;
		width: 100%
	}
}

.booking-form .form-group {
	display: inline-block;
	width: 140px;
	padding: 0 5px
}

@media only screen and (max-width: 991px) {
	.booking-form .form-group {
		width: 126px
	}
}

@media only screen and (max-width: 767px) {
	.booking-form .form-group {
		display: block;
		width: 140px;
		padding: 0;
		margin-bottom: 10px
	}
}

.booking-form .form-group label {
	text-align: left;
	font-size: 14px;
	width: 100%;
	font-weight: normal
}

@media only screen and (max-width: 767px) {
	.booking-form .form-group label {
		text-align: center
	}
}

.booking-form .form-group input {
	height: 40px;
	border-radius: 0;
	border: solid 1px #d3b5a3
}

.booking-form .form-group[data-provide="datepicker"] input,
.booking-form .form-group[data-provide="datepicker"] input[readonly="true"] {
	font-size: 12px;
	background-image: url('../images/Calendar.svg');
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-color: #fff
}

@media only screen and (max-width: 991px) {
	.booking-form .form-group[data-provide="datepicker"] input,
	.booking-form .form-group[data-provide="datepicker"] input[readonly="true"] {
		background-size: 16px auto;
		background-position: center right 7px;
		font-size: 16px
	}
}

.booking-form .form-group.wide {
	width: 290px
}

@media only screen and (max-width: 767px) {
	.booking-form .form-group.wide {
		width: 100%;
		padding-right: 5px;
		padding-left: 5px
	}
}

.booking-form .form-group.has-number-group {
	position: relative;
	top: 17px
}

@media only screen and (max-width: 991px) {
	.booking-form .form-group.has-number-group {
		width: 168px
	}
}

@media only screen and (max-width:991px) {
	.lightpick__months&gt;section:first-child {
		padding-left: 0
	}
	.lightpick__months&gt;section:last-child {
		padding-right: 0
	}
}

@media only screen and (max-width:1024px) {
	section.lightpick.lightpick--2-columns {
		padding: 15px 25px
	}
	.lightpick__months&gt;section:first-child {
		padding-left: 0 !important
	}
	.lightpick__months&gt;section:last-child {
		padding-right: 0 !important
	}
	.booking-form .form-group .number-group .minus-button,
	.booking-form .form-group .number-group .plus-button {
		width: 27%
	}
	.booking-form .form-group .number-group input {
		width: 46%
	}
	.booking-form form {
		width: 100% !important
	}
	.booking-form .form-group.wide {
		width: 335px
	}
}

@media only screen and (max-width:800px) {
	section.lightpick.lightpick--2-columns {
		width: 530px
	}
	.booking-form .form-group.wide {
		width: 215px
	}
	.booking-form .form-group .number-group .minus-button,
	.booking-form .form-group .number-group .plus-button {
		width: 25% !important
	}
	.booking-form .form-group .number-group input {
		width: calc(50%) !important
	}
	.booking-form .form-group.has-number-group {
		width: 120px
	}
	section.lightpick.lightpick--2-columns {
		width: 600px;
		padding: 0 30px
	}
	.booking-form .form-group[data-provide="datepicker"] input,
	.booking-form .form-group[data-provide="datepicker"] input[readonly="true"] {
		font-size: 12px;
		font-weight: normal;
		padding: 0 8px
	}
}

@media screen and (orientation:landscape) and (max-device-width:736px) {
	#booking .visible-xs.title-bar.container-fluid {
		display: none !important
	}
	form#booking-form {
		padding-top: 15px
	}
	.booking-form .form-group.has-number-group {
		width: 17% !important;
		float: left
	}
	.booking-form .btn {
		width: auto !important;
		float: left !important
	}
	.booking-form .form-group.wide {
		width: 34%;
		display: inline-block;
		float: left;
		padding-left: 0
	}
	#booking.booking-form .booking-close {
		max-width: 100% !important;
		margin: 0 auto !important;
		bottom: 0 !important;
		font-size: 14px
	}
	.lightpick {
		min-height: 450px;
		top:0px;
		z-index: 100000000000000 !important;
	}
}

@media only screen and (max-width:500px) {
	.booking-form .form-group.wide {
		width: 100%
	}
}

@media only screen and (max-width: 767px) {
	.booking-form .form-group.has-number-group {
		width: 50%;
		top: 0;
		float: left;
		padding-right: 5px;
		padding-left: 5px
	}
}

.booking-form .form-group .number-group {
	display: inline-block
}

.booking-form .form-group .number-group .minus-button,
.booking-form .form-group .number-group .plus-button {
	width: 33%;
	height: 40px;
	display: inline-block;
	background-color: #d3b5a3;
	float: left;
	background-position: center;
	background-size: 16px auto;
	background-repeat: no-repeat
}

@media only screen and (max-width: 767px) {
	.booking-form .form-group .number-group .minus-button,
	.booking-form .form-group .number-group .plus-button {
		width: 40px
	}
}

.booking-form .form-group .number-group .minus-button {
	background-image: url('/wp-content/themes/salient/img/minus-button.svg');
  }
  
  .booking-form .form-group .number-group .plus-button {
	background-image: url('/wp-content/themes/salient/img/plus-button.svg');
  }

.booking-form .form-group .number-group input {
	width: 34%;
	float: left;
	text-align: center
}

.booking-form .form-group label {
	text-align: left;
	font-size: 14px !important;
	width: 100%;
	font-weight: normal;
  }
  .booking-form label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
  }

@media only screen and (max-width: 767px) {
	.booking-form .form-group .number-group input {
		width: calc(100% - 80px)
	}
}

.booking-form .btn {
	width: 161px;
	background-color: #d3b5a3;
	border: solid 1px #d3b5a3;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 12px 11px 9px;
	margin: 0 5px;
	font-size: 14px
}

@media only screen and (max-width: 991px) {
	.booking-form .btn {
		width: 117px
	}
}

@media only screen and (max-width: 767px) {
	.booking-form .btn {
		width: calc(50% - 10px);
		margin: 0 0 16px
	}
}

.booking-form .btn:hover {
	background-color: #fff;
	color: #d3b5a3
}

.booking-form .row {
	padding-left: 5px;
	padding-right: 5px
}

.booking-form p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 0
}

@media only screen and (max-width: 767px) {
	.booking-form p {
		text-align: center
	}
}

.ui-datepicker {
	width: 368px;
	padding: 27px 40px
}

@media only screen and (max-width: 767px) {
	.ui-datepicker {
		top: 180px !important;
		left: 50% !important;
		margin-left: -184px !important
	}
}

.ui-datepicker table {
	max-width: 258px;
	margin: 0 auto
}

.ui-datepicker thead {
	padding-bottom: .4em
}

.ui-datepicker thead th {
	border-bottom: solid 2px #d3b5a3;
	padding: .7em .3em .3em;
	font-weight: normal
}

.ui-datepicker tbody:before {
	position: relative;
	width: 100%;
	height: 5px;
	content: '';
	float: left
}

.ui-datepicker tbody tr:first-child {
	padding-top: 10px
}

.ui-datepicker tbody tr:first-child td span,
.ui-datepicker tbody tr:first-child td a {
	padding-top: 5px
}

.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center
}

.ui-datepicker td.from-date,
.ui-datepicker td.to-date {
	background-color: #d3b5a3
}

.ui-datepicker td.selected-range {
	background-color: rgba(255, 255, 255, 0.5)
}

.ui-datepicker td.ui-datepicker-other-month span,
.ui-datepicker td.ui-datepicker-unselectable span,
.ui-datepicker td.ui-datepicker-other-month a,
.ui-datepicker td.ui-datepicker-unselectable a {
	opacity: .5
}

.ui-datepicker td.checkin span,
.ui-datepicker td.checkin a {
	opacity: 1;
	background-color: #d3b5a3
}

.ui-widget.ui-widget-content {
	background-color: #f3f3f3;
	display: block
}

.ui-datepicker .ui-datepicker-header {
	padding-top: 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	width: 10px;
	height: 21px;
	top: 6px
}

.ui-datepicker .ui-datepicker-title {
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.44
}

.ui-datepicker .ui-datepicker-next {
	background-image: url('../images/Datepicker - Right Arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.ui-datepicker .ui-datepicker-prev {
	background-image: url('../images/Datepicker - Left Arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.site-footer .top-row {
	background-color: #f4f4f3;
	margin-right: -40px;
	margin-left: -40px
}

.site-footer .top-row p {
	margin: 30px 0;
	font-size: 16px;
	line-height: 1.2
}

@media only screen and (max-width: 767px) {
	.site-footer .top-row p {
		font-size: 15px;
		line-height: 1.4
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .top-row {
		margin-right: -20px;
		margin-left: -20px
	}
}

.site-footer .map-row&gt;div {
	height: 400px;
	margin-right: -30px;
	margin-left: -30px
}

@media only screen and (max-width: 767px) {
	.site-footer .map-row&gt;div {
		height: 300px;
		margin-right: -10px;
		margin-left: -10px
	}
}

.site-footer .bottom-row {
	display: flex;
	background-color: #dddfdb;
	margin-right: -40px;
	margin-left: -40px;
	padding-right: 40px;
	padding-left: 40px
}

@media only screen and (max-width: 991px) {
	.site-footer .bottom-row {
		display: block
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .bottom-row {
		margin-right: -20px;
		margin-left: -20px;
		padding-right: 20px;
		padding-left: 20px
	}
}

.site-footer .bottom-row .footer-menu {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 36px;
	font-size: 14px
}

@media only screen and (max-width: 991px) {
	.site-footer .bottom-row .footer-menu {
		flex-direction: row;
		justify-content: center
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .bottom-row .footer-menu {
		display: block;
		padding-right: 0;
		padding-left: 0;
		text-align: center
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .bottom-row .footer-menu .navbar-nav {
		margin-top: 0
	}
	.site-footer .bottom-row .footer-menu .navbar-nav li {
		display: inline-block
	}
	.site-footer .bottom-row .footer-menu .navbar-nav li a {
		margin-bottom: 10px
	}
}

.site-footer .bottom-row .footer-menu .navbar-nav&gt;li&gt;a {
	line-height: 1.2;
	padding-left: 0;
	padding-right: 24px
}

@media only screen and (max-width: 991px) {
	.site-footer .bottom-row .footer-menu .navbar-nav&gt;li&gt;a {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .bottom-row .footer-menu .navbar-nav&gt;li&gt;a {
		padding: 0 6px
	}
}

.site-footer .bottom-row .footer-menu .navbar-nav&gt;li&gt;a:hover,
.site-footer .bottom-row .footer-menu .navbar-nav&gt;li&gt;a:focus {
	background: none;
	color: inherit
}

.site-footer .bottom-row .copyright-mobile {
	font-size: 12px;
	font-family: Arial;
	line-height: 1.17
}

.site-footer .bottom-row .footer-logos {
	font-size: 12px;
	font-family: Arial;
	line-height: 1.17;
	padding-top: 62px;
	padding-bottom: 41px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end
}

@media only screen and (max-width: 991px) {
	.site-footer .bottom-row .footer-logos {
		justify-content: center
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .bottom-row .footer-logos {
		padding-right: 0;
		padding-left: 0
	}
}

.site-footer .bottom-row .footer-logos .item {
	width: 235px
}

@media only screen and (max-width: 1490px) {
	.site-footer .bottom-row .footer-logos .item {
		width: 212px
	}
}

@media only screen and (max-width: 1199px) {
	.site-footer .bottom-row .footer-logos .item {
		width: 191px
	}
}

.site-footer .bottom-row .footer-logos .item a {
	display: inline-block;
	height: 80px
}

@media only screen and (max-width: 991px) {
	.site-footer .bottom-row .footer-logos .item a {
		height: 50px
	}
}

.site-footer .bottom-row .footer-logos .item p {
	margin-bottom: 0
}

@media only screen and (max-width: 991px) {
	.site-footer .bottom-row .footer-logos .item.ihg-rc {
		text-align: left
	}
}

.site-footer .bottom-row .footer-logos .item.ihg-rc img {
	width: 167px;
	margin-top: 9px
}

@media only screen and (max-width: 1490px) {
	.site-footer .bottom-row .footer-logos .item.ihg-rc img {
		width: 151px;
		margin-top: 8px
	}
}

@media only screen and (max-width: 1199px) {
	.site-footer .bottom-row .footer-logos .item.ihg-rc img {
		width: 136px;
		margin-top: 7px
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .bottom-row .footer-logos .item.ihg-rc img {
		width: 105px
	}
}

@media only screen and (max-width: 350px) {
	.site-footer .bottom-row .footer-logos .item.ihg-rc img {
		width: 100px
	}
}

.site-footer .bottom-row .footer-logos .item.bpg img {
	width: 110px
}

@media only screen and (max-width: 1490px) {
	.site-footer .bottom-row .footer-logos .item.bpg img {
		width: 99px
	}
}

@media only screen and (max-width: 1199px) {
	.site-footer .bottom-row .footer-logos .item.bpg img {
		width: 89px
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .bottom-row .footer-logos .item.bpg img {
		width: 69px
	}
}

@media only screen and (max-width: 350px) {
	.site-footer .bottom-row .footer-logos .item.bpg img {
		width: 62px
	}
}

.site-footer .bottom-row .footer-logos .item.ic-a img {
	width: 203px;
	margin-top: 6px
}

@media only screen and (max-width: 1490px) {
	.site-footer .bottom-row .footer-logos .item.ic-a img {
		width: 183px;
		margin-top: 5px
	}
}

@media only screen and (max-width: 1199px) {
	.site-footer .bottom-row .footer-logos .item.ic-a img {
		width: 165px;
		margin-top: 4px
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .bottom-row .footer-logos .item.ic-a img {
		width: 101px
	}
}

@media only screen and (max-width: 350px) {
	.site-footer .bottom-row .footer-logos .item.ic-a img {
		width: 96px
	}
}

.title-bar {
	margin-top: 75px
}

@media only screen and (max-width: 767px) {
	.title-bar {
		margin-top: 0
	}
	.title-bar:first-child {
		margin-top: 30px
	}
}

.title-bar .icon {
	margin: 0 auto 18px;
	width: 49px;
	height: 49px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

@media only screen and (max-width: 767px) {
	.title-bar .icon {
		width: 35px;
		height: 35px;
		margin-bottom: 10px
	}
}

.title-bar .icon.instagram-icon {
	background-image: url('../images/Instagram Icon.svg')
}

.title-bar .icon+.title&gt;h3 {
	margin: 0 0
}

.title-bar .title {
	position: relative;
	width:100%;
	z-index: 1;
	text-align: center
}

.title-bar .title&gt;h3 {
	background: #fff;
	padding: 0 20px;
	display: inline-block
}

@media only screen and (max-width: 767px) {
	.title-bar .title&gt;h3 {
		padding: 0 12px;
		white-space: pre-line;
		text-align: center
	}
}

.title-bar p {
	position: relative;
	text-align: center;
	font-size: 14px;
	letter-spacing: .15em;
	margin-top: 10px;
	margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
	.title-bar p {
		margin-top: 0;
		margin-bottom: 30px;
		font-size: 10px
	}
}


h3 {
	font-size: 35px;
	letter-spacing: .15em;
	text-transform: uppercase;
	margin: 35px 0
}

@media only screen and (max-width: 767px) {
	h3 {
		font-size: 25px;
		line-height: 1.2
	}
}

h4 {
	font-size: 14px;
	letter-spacing: .15em;
	text-transform: uppercase;
	margin: 35px 0 20px;
	line-height: 3.5;
	text-align: right;
	margin-right: 44px
}

@media only screen and (max-width: 767px) {
	h4 {
		text-align: left;
		font-size: 12px;
		line-height: 1.25;
		margin: 28px 0 17px
	}
}

h5 {
	font-size: 35px;
	letter-spacing: .015em;
	line-height: 1.2;
	margin: 35px 0 20px
}

@media only screen and (max-width: 767px) {
	h5 {
		font-size: 25px;
		margin: 22px 0 22px
	}
}

p {
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	p:last-child {
		margin-bottom: 50px
	}
}

a {
	color: #44443c
}

a:hover,
a:focus,
a:active {
	color: #44443c
}

.btn {
	font-size: 20px;
	color: #44443c;
	border: none;
	border-bottom: solid 3px #d3b5a3;
	border-radius: 0;
	padding: 0 0 5px
}

.btn:active,
.btn:hover {
	box-shadow: none
}

@media only screen and (max-width: 767px) {
	.btn {
		font-size: 17px;
		padding: 0 0 3px
	}
}

p .btn {
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px
}

.book-btn {
	background-color: #d3b5a3;
	border: solid 1px #d3b5a3;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: .1em;
	font-size: 14px;
	padding: 20px 44px 17px
}

.book-btn:hover {
	background-color: #fff;
	color: #d3b5a3
}

.button-block {
	padding-top: 20px
}

@media only screen and (max-width: 767px) {
	.button-block {
		padding-top: 0;
		padding-right: 6px;
		padding-left: 6px;
		padding-bottom: 33px
	}
}

.button-block p,
.button-block ul {
	margin-bottom: 0;
	padding-left: 0
}

.button-block p .toggle-btn,
.button-block ul .toggle-btn {
	background-color: #fff;
	color: #d3b5a3;
	border: solid 1px #d3b5a3;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: .1em;
	font-size: 14px;
	padding: 20px 20px 17px;
	min-width: 200px;
	margin: 0 20px
}

@media only screen and (max-width: 1199px) {
	.button-block p .toggle-btn,
	.button-block ul .toggle-btn {
		margin: 0 10px
	}
}

@media only screen and (max-width: 991px) {
	.button-block p .toggle-btn,
	.button-block ul .toggle-btn {
		min-width: 145px
	}
}

@media only screen and (max-width: 767px) {
	.button-block p .toggle-btn,
	.button-block ul .toggle-btn {
		width: 161px;
		margin: 0 4px 12px;
		padding-right: 10px;
		padding-left: 10px
	}
}

.button-block p .toggle-btn:hover,
.button-block ul .toggle-btn:hover,
.button-block p .toggle-btn.active,
.button-block ul .toggle-btn.active {
	background-color: #d3b5a3;
	color: inherit;
	box-shadow: none
}

.button-block p li.active a,
.button-block ul li.active a {
	background-color: #d3b5a3;
	color: inherit;
	box-shadow: none
}

.button-block ul {
	list-style: none
}

.button-block ul li {
	display: inline-block
}

.img {
	width: 100%;
	height: 568px;
	background-size: cover;
	background-position: center center
}

.navbar-top-row {
	background: #fff;
	z-index: 9999999
}

.mobile-lightpick__footer {
	z-index: 99999999999;
	position: fixed;
	top: unset;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: none;
	background-color: #fff;
	width: 100%;
	font-size: 12px;
	line-height: 1.42;
	text-transform: uppercase;
	height: auto;
	padding: 17px;
	letter-spacing: .1em;
	margin-bottom: 30px;
}

.mobile-lightpick__footer .lightpick__apply-action,
.mobile-lightpick__footer .lightpick__reset-action {
	background-color: #d3b5a3;
	border: solid 1px #d3b5a3;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 12px 11px 9px;
	margin: 0 5px;
	font-size: 14px;
	width: 50%;
	border-radius: 0;
	color: #333
}

.lightpick {
	font-family: "NewBaskervilleITC W05 Regular", ITC NewBaskerville, Baskerville, Serif !important;
	background: #f3f3f3 !important
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped,
.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
	border-radius: 0 !important
}

.lightpick__day:not(.is-disabled):hover {
	background: #ccc !important
}

.ui-datepicker .ui-datepicker-title {
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.44
}

.lightpick__month-title {
	font-weight: normal
}

.is-available {
	color: #44443c
}

.is-disabled {
	color: #44443c
}

section.lightpick.lightpick--2-columns {
	background: #f3f3f3;
	color: #44443c;
	position: fixed;
	padding-top: 15px;
	border-radius: 0;
	box-shadow: none !important
}

.lightpick__day:not(.is-disabled):hover {
	background: #f3f3f3 !important
}

.lightpick__month {
	background: #f3f3f3 !important
}

.lightpick__month-title {
	font-size: 18px !important;
	letter-spacing: .1em
}

.lightpick__day.is-disabled {
	opacity: 1 !important;
	color: rgba(68, 68, 60, 0.4) !important
}

.lightpick__day.is-available.is-today {
	color: #44443c !important
}

.lightpick__months {
	background: #f3f3f3;
	font-family: "NewBaskervilleITC W05 Regular", ITC NewBaskerville, Baskerville, Serif !important;
	color: #44443c
}

.lightpick__days-of-the-week&gt;div {
	border-bottom: solid 1px #d3b5a3;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px
}

.lightpick__months&gt;section:first-child {
	padding-left: 30px;
	padding-bottom: 30px
}

.lightpick__months&gt;section:last-child {
	padding-right: 30px
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped,
.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
	background-color: #d3b5a3 !important;
	border-radius: 0 !important
}

.lightpick__day {
	font-size: 18px
}

.lightpick__months&gt;section:first-child {
	padding-left: 30px
}

.lightpick__months&gt;section:last-child {
	padding-right: 30px
}

.lightpick__day {
	font-size: 15px !important;
	cursor: pointer !important
}

.lightpick__day.is-previous-month {
	opacity: 0 !important;
	cursor: default !important;
	pointer-events: none
}

button.lightpick__previous-action {
	position: absolute;
	left: 23px;
	top: 2px;
	margin-left: 0;
	background: none;
	font-size: 0
}

.lightpick__month-title {
	width: 100%;
	text-align: center
}

button.lightpick__next-action {
	position: absolute;
	top: 2px;
	right: 23px;
	margin-left: 0;
	background: none;
	font-size: 0
}

.lightpick__toolbar {
	position: relative
}

.lightpick__day.is-in-range:hover {
	background: #d3b5a3 !important;
	color: #333
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
	background-image: none !important;
	background: #d3b5a3 !important
}

.lightpick__month-title select {
	text-transform: uppercase
}

select.lightpick__select.lightpick__select-months {
	font-weight: normal !important
}

button.lightpick__previous-action::before {
	content: '';
	width: 14px;
	height: 14px;
	border-top: 2px solid #d3b5a3;
	border-left: 2px solid #d3b5a3;
	transform: rotate(-45deg)
}

button.lightpick__next-action::before {
	content: '';
	width: 14px;
	height: 14px;
	border-top: 2px solid #d3b5a3;
	border-left: 2px solid #d3b5a3;
	transform: rotate(135deg)
}

.lightpick__day.is-in-range {
	background-color: rgba(255, 255, 255, 0.5) !important
}

.lightpick__day.is-today {
	color: #af8e7b !Important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgb(211, 181, 163)' cx='16' cy='16' r='16'/%3E%3C/svg%3E") !important;
	background-image: none !important
}

header.lightpick__month-title-bar {
	margin-bottom: 25px
}

.lightpick__inner .lightpick__months {
	grid-gap: 20px;
	background-color: #f3f3f3
}

.lightpick__month-title {
	text-transform: uppercase
}

.lightpick__day.is-previous-month.is-disabled {
	color: rgba(68, 68, 60, 0.4) !important
}

.lightpick__day.is-available.is-start-date.is-in-range {
	color: #44443c
}

.lightpick__day.is-available.is-end-date.is-in-range {
	color: #44443c
}

@media only screen and (max-width:783px) {
	.lightpick__month {
		width: 100% !important
	}
	button.lightpick__close-action {
		position: relative;
		display: none
	}
	h3.reservation_title {
		margin: 10px;
		text-align: center
	}
}

@media (max-width:767px) {
	.lightpick__toolbar {
		display: none
	}
	.lightpick__toolbar {
		height: 0
	}
	button.lightpick__previous-action {
		top: 18px;
		left: -8px
	}
	button.lightpick__next-action {
		top: 18px;
		right: -4px
	}
}

@media only screen and (max-width:767px) {
	.navbar-ic .navbar-toggle {
		left: 20px
	}
	.checkout_date {
		padding-left: 15px
	}
	body.popupActive {
		overflow: hidden
	}
	.lightpick {
		left: 0 !important;
		box-shadow: none !important;
		width: 100% !important;
		bottom: 93px;
		overflow: auto;
		top:0px;
		z-index: 100000000000000 !important;
	}
	h3.reservation_title {
		padding: 0 10%;
		position: relative;
		color: #44443c
	}
	h3.reservation_title::before,
	h3.reservation_title::after {
		left: 0;
		width: 10%;
		height: 1px;
		background: #d3b5a3;
		position: absolute;
		content: '';
		top: 50%
	}
	h3.reservation_title::after {
		left: auto;
		right: 0
	}
	.lightpicker-dates {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		padding: 0 0 15px
	}
	.checkin_date {
		position: relative;
		padding-right: 10px;
		padding-left: 12px;
		border-right: 1px solid #d3b5a3
	}
	.lightpicker-dates&gt;div {
		width: 50%;
		text-transform: capitalize;
		font-size: 14px
	}
	.mobile-lightpick__footer {
		padding: 10px;
		letter-spacing: normal;
		max-width: 100%;
		overflow: hidden;
		right: 0;
		left: 0
	}
	.lightpick__months&gt;section:first-child,
	.lightpick__months&gt;section:last-child {
		padding: 0
	}
	.lightpicker-dates&gt;div span {
		display: block;
		font-size: 18px
	}
	.lightpick__inner {
		padding: 0 12% 50px 12%
	}
	.lightpick__footer&gt;button {
		width: 48% !Important;
		margin: 0 !Important;
		position: relative
	}
	header.lightpick__month-title-bar {
		width: 100%;
		overflow: hidden;
		max-width: 100%
	}
	.booking-form .booking-close {
		max-width: 90% !important;
		margin: 0 auto !important;
		bottom: 20px !important;
		font-size: 14px
	}
}

@media (max-width:640px) {
	.lightpick__inner .lightpick__toolbar {
		display: none
	}
}

@media (max-width:480px) {
	h3.reservation_title {
		font-size: 17px !important
	}
	.booking-form .title-bar .title&gt;h3 {
		font-size: 20px;
		padding: 0
	}
	.booking-form .title-bar .title {
		padding: 0 30px
	}
}

@media (max-width:767px) {
	section.lightpick.lightpick--1-columns {
		top: 0px !important;
		height: 80%;
	}
	.visible-xs {
		display: block !important;
		}
		
		
		.hidden-xs{
		display:none
		}

}

@media (max-width:480px) {
	section.lightpick.lightpick--1-columns {
		/*top: 0px !important;*/
	}
}

@media (max-width:389px) {
	section.lightpick.lightpick--1-columns {
		top: 0px !important
	}
}

.book-now-toggle{
	background-color: #d3b5a3;
	border: solid 1px #d3b5a3;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: .1em;
	z-index: 1000000000000000000;
	font-size: 12px;
	padding: 15px 30px;
	text-align: center;
	max-width: 150px;
	margin: 0px auto;
	position: revert;
  }
  
  .book-now-toggle:hover {
	  background-color: #fff;
	  border: solid 1px #d3b5a3;
	  text-transform: uppercase;
	  color: #d3b5a3
  }

  #booking-form .btn {
	width: 161px;
	background-color: #d3b5a3;
	border: solid 1px #d3b5a3;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 12px 11px 9px;
	margin: 0 5px;
	font-size: 14px;
  }

  .btn {
	font-size: 20px;
	color: #44443c;
	border: none;
	border-bottom: solid 3px #d3b5a3;
	border-radius: 0;
	padding: 0 0 5px;
  }

  @media only screen and (max-width: 767px){
  .booking-form .btn {
	width: calc(50% - 10px);
	margin: 0 0 16px;
  }

  #booking-form .btn {
	width: 150px;
	background-color: #d3b5a3;
	border: solid 1px #d3b5a3;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 12px 11px 9px;
	margin: 10px 5px;
	font-size: 14px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.lightpick {
    position: absolute !important;
	top:0px;
    z-index: 100000000000000 !important;
    padding: 4px !important;
    border-radius: 4px !important;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
    color: #000 !important;
    font-family: system-ui, Roboto, Helvetica, Arial, sans-serif !important;
    line-height: 1.125em !important;
}

.lightpick--inlined {
    position: relative;
    display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
    box-sizing: border-box;
}

.lightpick.is-hidden {
    display: none;
}

.lightpick__months {
    display: grid;
    background-color: #EEE;
    grid-template-columns: auto;
    grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
    grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
    grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
    grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
    grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
    padding: 4px;
    width: 288px;
    background-color: #FFF;
}

.lightpick__month-title-bar {
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    align-items: center;
}

.lightpick__month-title {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    padding: 0 4px;
    border-radius: 4px;
}

.lightpick__month-title &gt; .lightpick__select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.lightpick__month-title &gt; .lightpick__select:disabled {
    color: #333;
}

.lightpick__month-title &gt; .lightpick__select-months {
    font-weight: bold;
    font-size: 1em;
    margin-right: .5em;
}

.lightpick__toolbar {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    display: flex;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #DDD;
    justify-content: center;
    align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
    font-size: 12px;
}

.lightpick__close-action {
    font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
    color: inherit;
}

.lightpick__days-of-the-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
    display: flex;
    font-size: 11px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.lightpick__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
    display: flex;
    height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.lightpick__day.is-today {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: 18.8% auto;
    background-position: center bottom;
    color: #DC322F;
}

.lightpick__day:not(.is-disabled):hover {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-disabled {
    opacity: 0.38;
    pointer-events: none;
}

.lightpick__day.disabled-tooltip {
    pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
    opacity: 1;
}
.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
    opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
    opacity: 1;
}

.lightpick__day.is-in-range {
    border-radius: 0;
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-in-range:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
    color: #FFF;
    font-weight: bold;
}

.lightpick__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
}

.lightpick__tooltip::before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    border-top: 5px solid rgba(0, 0, 0, 0.12);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.lightpick__tooltip::after {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 4px);
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.lightpick__footer {
    display: flex;
    justify-content: space-between;
}
.lightpick__reset-action,
.lightpick__apply-action {
    border-radius: 5px;
    font-size: 12px;
    border: none;
}
.lightpick__reset-action {
    color: #fff;
    background-color: #aeacad;
}
.lightpick__apply-action {
    color: #fff;
    background-color: #2495f3;
}</pre></body></html>