
 /* 
-------cacheFileName----------
 key8DA08901A69F08B71D49CC96B0C71245B75A1CAFEB323BDC2F3627774CB806F9#2026-05-26T05--51--29 */ 

/*
font-family: 'Prompt', sans-serif; - l=300, r=400, b=500
font-family: 'Syncopate', sans-serif; - r=400, b=700
*/
/*msCookieBanner Start*/
#msCookieBanner {
    font-size: 0.85em !important;
    height: auto !important;
    width: 100% !important;
    bottom: 20px !important;
    max-width: 850px !important;
    margin: 0 auto !important;
    left: 0 !important;
    padding: 10px 20px 10px 20px !important;
    right: 0 !important;
    display: flex !important;
    top: inherit !important;
    border: none !important;
    border-radius: 5px;
    box-sizing: border-box;
    align-items: center;    justify-content: space-between;
}
#msCookieBanner > div:last-child {
    display: none;
}
#msCookieBanner .left {
	width: 75% !important;
	display: block !important;
	text-align: left !important;
	float: left !important;
	line-height: 18px !important;
	padding-left: 0 !important;
}
#msCookieBanner .left span:first-child {
	font-weight: 600;
	display: inline;
}
#msCookieBanner .left span:last-child {
	font-weight: 400;
	text-transform: none;
}
#msCookieBanner a {
	border-bottom: 1px solid !important;
	text-transform: capitalize;
}
#msCookieBanner a:hover, #msCookieBanner a:focus {
	color: #c6a43b !important;    text-decoration: none;
	border-bottom: solid 1px !important;
}
#msCookieBanner .right {
	width: 160px !important;
	display: block !important;
	text-align: left !important;
	float: right !important;
	font-weight: 700 !important;
	line-height: normal !important;
	margin-top: 0px;
}
#msCookieBanner .right button {
    padding:10px 10px 7px 10px !important;    height: auto;
    background-color: transparent !important;
    border: solid 1px transparent !important;
    cursor: pointer !important;
    font-size: 0.85em !important;
    color: #fff !important;
    transition: border 0.5s !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    border-radius: 3px !important;
    width: 100% !important;
    font-family: Arial, Helvetica, sans-serif;
}
#msCookieBanner .right button:hover, #msCookieBanner .right button:focus {
	border: 1px solid #FFF !important;
	outline: none !important;
}
#wrapper .pushItDown {
	margin-top: 0 !important;
}

@media only screen and (max-width:767px) {
#msCookieBanner {
    width: 335px !important;
    bottom: 70px !important;
    max-width: 96% !important;
    display: block !important;padding: 10px 10px 10px 10px !important;
}
#msCookieBanner .left {
	width: auto !important;
	float: none !important;text-align: center !important;
}
#msCookieBanner .right {
	float: none !important;
  text-align: center !important;
    width: 100% !important;
}
#msCookieBanner .right button {
	padding: 9px 0 6px 0 !important;
	text-align: left !important;
}
#msCookieBanner .right button{width: 140px !important;text-align: center !important;}
#msCookieBanner .right button:hover, #msCookieBanner .right button:focus {
	border: 1px solid #ffffff !important;    
}
}
/*msCookieBanner End*/
/*
font-family: 'Prompt', sans-serif; - l=300
font-family: 'Syncopate', sans-serif; - r=400, b=700
*/
select::-ms-expand {
  display: none;
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Prompt', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  margin: 0;color:#25305a;
  padding: 0;
  letter-spacing: 0;
  background-color: #fbf6f3;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4{font-family: 'Syncopate', sans-serif;font-weight: 400;margin: 0;padding: 0;color:#25305a;letter-spacing: 0;text-transform: uppercase;line-height: normal;}
h1, .h1{font-size: 40px;}
h2, .h2{font-size: 30px;}
h3, .h3{font-size: 24px;}
h4, .h4{font-size: 16px;}
h5, .h5{font-family: 'Prompt', sans-serif;font-weight: 300;color:#25305a;font-size: 18px;line-height: normal;margin: 0;padding: 0;letter-spacing: 0;}
a{
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color:#896400;text-decoration: none;
}
a:focus{outline:0;}
b, strong {
  font-weight: 800;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: 0;
  left: 0;
  text-indent: -9999px;
  color: #fff !important;
    background-color: #000 !important;
}
.formslable {
  display: none;
}
a.skip-to-content-btn {
  background-color: #2f3e99;
  position: absolute;
  color: #ffffff;
  padding: 5px 15px;
  pointer-events: none;
  z-index: 9999;
opacity: 1 ;
filter: opacity(0);
  text-decoration: none;
}
a.skip-to-content-btn:focus {
  opacity: 1;
  filter: opacity(1);
  pointer-events: auto;
}
.button , button, input[type="submit"], input[type="button"]{
  display: inline-block;
  cursor: pointer;
  height: 44px;
  background-color: #2f3e99;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  outline: 0;
  font-weight: 700;
  letter-spacing: 0;
  padding:17px 20px 14px 20px;
  line-height: 13px;
  color: #ffffff;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: 'Syncopate', sans-serif;
  transition: all 0.3s ease 0s;
}
.button:hover, .button:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus{
  text-decoration: none;
  background: #896400;
  color: #ffffff;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.button-link {
  color: #896400;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-right: 15px;transition: none;
  position: relative;
  display: inline-block;
  font-family: 'Syncopate', sans-serif;
  line-height: 13px;    overflow: hidden;
}
.button-link:after {
  font-family: 'icon';
  content: "\eaab";
  font-size: 22px;
  display: inline-block;
  top: -4px;
  position: absolute;
  font-weight: 400;
  right: -6px;
  line-height: 19px;
  text-indent: 0;
}
.button-link:hover, .button-link:focus {
  text-decoration: underline;
  color: #896400;
}
.contentfocus:focus {
  outline: 0;
}
.desktop .contentfocus:focus {
  outline: 1px solid #c8c8dc;
  box-shadow: 0 0 3px #c8c8dc inset;
}
input[type="text"], input[type="tel"], input[type="number"], input[type="date"], select, textarea , .saddr, .daddr{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
input[type="text"], input[type="email"], input[type="date"], input[type="tel"], select, textarea , .saddr, .daddr{
  border: 1px solid #c8c8dc;
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #25305a;
  font-family: inherit;
  font-size: 16px;
  margin: 0;
  padding: 0 15px;
  height: 42px;
  letter-spacing: 0;
  width: 100%;
  line-height: 35px;
}
textarea {
  height: 100px;vertical-align: bottom;
  resize: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="tel"]:focus, select:focus, textarea:focus , .saddr:focus, .daddr:focus{
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #2f3e99;
}
.uk-container1{max-width:1530px; padding:0 15px; margin:0 auto; width:100%;}
.uk-container2{max-width:1260px; padding:0 15px; margin:0 auto; width:100%;}
.uk-container3{max-width:1000px; padding:0 15px; margin:0 auto; width:100%;}
.list, .zigzag-contentpad ul{padding:0; margin:0;}
.list li, .facilitiestxt ul li , .cleancontent ul li, .adapage .box2 li, #gdpr-privacy ul li, .faq-ans ul li , .zigzag-contentpad ul li{
  padding-left: 17px;
  position: relative;
  list-style: none;
  padding-top: 1px;
  padding-bottom: 1px;
}
.clear {
  clear: both;
  float: none;
  height: 0;
}
.list li:after, .facilitiestxt ul li:after , .cleancontent ul li:after, .adapage .box2 li:after, #gdpr-privacy ul li:after, .faq-ans ul li:after , .zigzag-contentpad ul li:after{
  content: "\eadf";
  position: absolute;
  left: -5px;
  top: 2px;
  font-family: 'icon';
  color: #896400;font-size: 21px;
}
.readmorebutton.changetext {
  width: 60px;
  text-indent: -180px;
}
.readmorebutton.changetext:before {
  content: "Less";
  visibility: visible;
  position: absolute;
  left: 0;
  text-indent: 0;
}
.readmorebutton.changetext:hover:before, .readmorebutton.changetext:focus:before {
  text-decoration: underline;
}
.uk-slider > ul > li {
  width: 100%;
}
/*Header Start*/
header#main {
  background-color: #fbf6f3;z-index: 999;
  border-bottom: 1px solid #c8c8dc;
}
header .uk-container1 {
  display: flex;
  justify-content: space-between;
  height: 92px;
  align-items: center;
}
.bookingdiv .button {
  width: 202px;
  text-align: center;
  height: 44px;
  margin-left: 10px;
  font-size: 14px;
  font-family: 'Prompt', sans-serif;
  letter-spacing: 1.5px;
}
.logo img {
  width: 189px;
}
.logo a {
  display: inline-block;
}
.desktop .logo a:focus {
  outline: 1px solid #2f3e99;
}
.burger-menu a {
  color: #2f3e99;
  font-size: 15px;
  display: block;
}
.burger-menu-wrap {
  display: inline-block;
  width: 18px;
  line-height: 10px;
  position: relative;
  top: 1px;
  left: -4px;
}
.menu-line-wrap {
  width: 18px;
  height: 14px;
  display: inline-block;
}
.menu-line-wrap span {
  width: 100%;
  height: 2px;
  background-color: #896400;
  margin: 2px auto;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  position: relative;
  top: 0;
  display: block;
}
.burger-menu a:hover, .burger-menu a:focus {
  text-decoration: none;
}
.headright {
  display: flex;
  align-items: center;
}
ul.mainnav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.mainnav > li {
  padding: 0 20px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 15px;
  margin: 0;
}
ul.mainnav > li:first-child {
  padding-left: 0;
}
ul.mainnav li a {
  border-bottom: 2px solid transparent;    color: #25305a;
  transition: all 0.3s ease 0s;    display: inline-block;    font-weight: 600;
}
ul.mainnav li a:hover, ul.mainnav li a:focus{
  border-color: #896400;
  text-decoration: none;
  outline: 0;color: #896400;
}
ul.mainnav li > a.navON {
  border-color: transparent;
  text-decoration: none;
  outline: 0;color: #896400;
}
.parentmenu ul li {
  list-style: none;
  padding: 7px 0;
}
.uk-subopen .uk-nav-sub {
  display: block;
}
.bookingpad {
  height: 100vh;
  display: flex;
  background-color: #0070c6;
}
.booktxtpad {
  width: 67%;
  background-size: cover;position: relative;    background-position: center center;
}
.uk-open .booktxtpad {
  background-image: url(/images_noindex/reservationbg.jpg);
}
.bookingformpad {
  width: 33%;
  background-color: #2f3e99;
}
div#reservation {
  width: 320px;margin-top: 80px;
  margin-left: 70px;
}
.main-reservation {
  color: #ffffff;
}
.main-reservation .h2 {
  color: #ffffff;margin-bottom: 56px;
}
.main-reservation form {
  width: 300px;
}
.formgroup {
  margin-bottom: 25px;
}
.dategroup {
  position: relative;
}
.ada-datepicker {
  position: relative;
}
.main-reservation .resinputbox {
  background-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 22px;
  font-family: 'Syncopate', sans-serif;
  padding: 0;
}
.main-reservation .resinputbox:focus {
  border-color: #c8c8dc;
}
.resinputbox::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}
.resinputbox:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}
.resinputbox::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.resinputbox:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

#reservation .ada-datepicker button {
  position: absolute;
  right: -5px;
  top: 0;
  background-color: transparent;
  border: none;
  padding: 5px;
  height: auto;
}
#reservation .ada-datepicker button:focus, #reservation .ada-datepicker button:hover {
  outline: 1px solid #ffffff;
}
#reservation .ada-datepicker button img {
  width: 24px;
}
.reservation-box-footer button.button {
  width: 100%;
  background-color: #896400;
  margin-top: 5px;
  font-size: 16px;
}
.reservation-box-footer button.button:focus, .reservation-box-footer button.button:hover {
  color: #896400;
  background-color: #ffffff;
}
.booktxtinpad {
  width: 550px;
  position: absolute;
  right: 180px;
  top: 220px;
  color: #ffffff;
}
.booktxtinpad h2 {
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.bookingtxt ul li {
  font-size: 22px;
  margin: 7px 0;
}
.booktxtinpad ul li::after {
  color: #ffffff;
}
.uk-modal-close-full:hover, .uk-modal-close-full:focus {
  background-color: transparent;
  outline: 1px solid #ffffff;
}
/*Header End*/
/*Footer Start*/
footer#note {
  background: #14235c;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 40px;
}
.mainfoot {
  display: flex;
  justify-content: space-between;
}
.footdiv.adddiv {
  max-width: 400px;
}
.footdiv.linkdiv {
  max-width: 260px;
}
.footdiv.newsletterdiv {
  max-width: 320px;
}
footer h5 {
  color: #ffffff;margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Syncopate', sans-serif;
}
.newstxt {
  line-height: 24px;
  padding-top: 0px;
  padding-bottom: 13px;
}
.newslettersec .button {
  background-color: #896400;
  color: #ffffff;
}
.newslettersec .button:hover, .newslettersec .button:focus {
  background-color: #ffffff;
  color: #14235c;
}
h5.hotelname {
  font-size: 16px;
  margin-bottom: 4px;
}
footer a {
  color: #ffffff;
}
footer a:hover, footer a:focus, footer a.navON {
  text-decoration: underline;
  color: #ffffff;
}
.social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-media ul li {
  display: inline-block;
  text-align: center;
  padding: 0 7px 0 0;
}
.social-media ul li a.twitter {
  font-size: 20px;
  line-height: 20px;
}
.social-media ul li a:hover, .social-media ul li a:focus {
  color: #c8c8dc;
  text-decoration: none;
}
footer .social-media {
  margin-top: 11px;
  margin-bottom: 10px;
}
ul.footerlinks {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pop-link-list li {

  position: relative;
  padding: 0 13px 0 5px;
}
.pop-link-list li:after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}
.pop-link-list li:last-child::after {
  display: none;
}
.bottomfoot {
  border-top: 1px solid #353f69;
  padding-top: 13px;
  font-size: 14px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
ul.pop-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fixeddiv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;    z-index: 2;
  background-color: #253185;
}
.fixeddiv ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.fixeddiv li {
  width: 22%;
  text-align: center;
  border-right: 1px solid #3b48a6;
}.fixeddiv li:nth-child(3) {
  border: none;
}
.fixeddiv li:last-child {
  width: 34%;
  background-color: #896400;
  border: none;
}
.fixeddiv li a {
  display: flex;
  height: 55px;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.fixeddiv li a:hover, .fixeddiv li a:focus, .fixeddiv li a.navOn {
  text-decoration: underline;
  color: #ffffff;
}
/*Footer End*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  opacity: 0;
}
.totop.uk-active {
  opacity: 1;
}
.totop .uk-totop {
  color: #896400;
  border: 1px solid #896400;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 15px 5px;
  transition: all 0.3s ease 0s;
}
.totop .uk-totop:hover, .totop .uk-totop:focus {
  background-color: #896400;
  color: #ffffff;
}
footer > .uk-sticky-placeholder {
  display: none;
}
.tablet header .uk-container1, .mobile header .uk-container1{height: 60px;}
.uk-offcanvas-close svg{width: 15px;height: 15px;}
.menutopsec {
  display: flex;
  justify-content: flex-end;
  background-color: #fbf6f3;
  height: 60px;
  align-items: center;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.6s ease 0s;
}
.uk-open .menutopsec {
  position: fixed;z-index: 9999;
}
.menutopsec div.logo {
  position: absolute;
  left: 11px;
  top: 5px;
}
.menutopsec > div {
  display: flex;
}
.menutopsec a {
  color: #896400;
  font-size: 20px;
  margin-right: 22px;
}
.uk-offcanvas-close span {
  color: #2f3e99;
  padding-left: 10px;
  font-size: 15px;
}
.menubottomsec {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.uk-open .menubottomsec {
  position: fixed;
}
.menubottomsec a.button {
  width: 100%;
  text-align: center;
}
.top-navigation.uk-navbar {
  display: block;
}
.menusec ul.mainnav {
  display: block;
}
.menusec ul.mainnav li {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.03em;
  width: 100%;
}
.menusec {
  padding: 20px 0 50px 0;
}
.menusec ul.mainnav li a {
  color: #0f1e59;
  display: block;position: relative;
  border: none;
}
.mobile .menusec ul.mainnav li a {padding: 0;}
.mobile .top-navigation {
  padding-bottom: 10px;
}
.menusec ul.mainnav li a:hover, .menusec ul.mainnav li a:focus, .menusec ul.mainnav li a.navON, .menusec ul.mainnav li a.uk-open {
  color: #896400;
  text-decoration: none;
}
.menusec .uk-navbar-dropdown {
  position: relative;
  top: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  margin: 10px 0 0 0;
  width: 100%;
  display: block;
}
.menusec ul.mainnav li.uk-parent > a:after {
  content: "\eaa6";
  position: absolute;
  right: 0;
  top: 0;
  font-family: icon;
  font-size: 20px;
  font-weight: 400;
  display: block;
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
.menusec ul.mainnav li.uk-parent.uk-open > a:after {
  transform: rotate(0deg);
}
.menusec ul.footerlinks {
  border-top: 1px solid #c1bfd0;
  border-bottom: 1px solid #c1bfd0;
  padding: 10px 20px;
}
.menusec ul.footerlinks li {
  padding: 2px 0;
}
.menusec ul.footerlinks a.nav {
  color: #0f1e59;
  font-size: 15px;
  line-height: 15px;
}
.menusec .social-media {
  padding: 15px 9px 15px 19px;font-size: 20px;
}
.menusec .social-media ul li a.twitter {
  font-size: 24px;
  line-height: 24px;
}
.menusec .social-media a {
  color: #2f3e99;
}
.menusec .social-media a:hover, .menusec .social-media a:focus {
  color: #896400;
}
.tablet .headright .button {
  margin-right: 24px;
}

.tablet .bookingpad {
  flex-direction: row-reverse;
}
.mobile.uk-offcanvas-flip .uk-offcanvas-bar {
  right: -100%;
}
.mobile.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar {
  right: 0;
}
.mobile .uk-offcanvas-bar {
  width: 100%;height: 100vh;
}
.tablet .dategroup span.icon-calendar {
  position: absolute;
  right: 30px;
  top: 39px;
  font-size: 20px;
  color: #896400;
  pointer-events: none;
}
.mobile .dategroup span.icon-calendar {
  position: absolute;
  right: 15px;
  top: 39px;
  font-size: 20px;
  color: #896400;
  pointer-events: none;
}
.tablet #reservation .dategroup span.icon-calendar {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  right: 0;
  pointer-events: none;
  top: 37px;
}
.tablet #reservation .dategroup span.icon-calendar:hover, .tablet #reservation .dategroup span.icon-calendar:focus {
  outline: 0;
  color: #ffffff;
}
.mobile #reservation .dategroup span.icon-calendar {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  right: 0;
  pointer-events: none;
  top: 37px;
}
.mobile #reservation .dategroup span.icon-calendar:hover, .mobile #reservation .dategroup span.icon-calendar:focus {
  outline: 0;
  color: #ffffff;
}
#reservation label.rtitle {
  text-transform: none;
  display: block;
}
#booking-modal .uk-modal-close-full svg line {
  stroke-width: 3;
}  
div#covid-modal.uk-open {
  display: flex;
  align-items: center;
}
.mobile .newslettersec .button:hover, .mobile .newslettersec .button:focus {
  background-color: #896400;
  color: #ffffff;
}
.mobile .newslettersec .button {
  background-color: #ffffff;
  color: #2f3e99;
}
.mobile .copy-rights {
  max-width: 260px;
  margin: 0 auto;
}
.mobile .newslettersec {
  border-bottom: 1px solid #353f69;
  margin-bottom: 25px;
}
.mobile footer .social-media {
  margin: 24px 0 21px 0;
}
.mobile .bookingformpad{background-color: #0070c6;}
.mobile #booking-modal .uk-modal-dialog {
  background-color: #0070c6;
}
.mobile .uk-offcanvas-bar {
  overflow: auto;
}
/*================RESPONSIVE================*/
@media only screen and (max-width:1440px){
  .booktxtinpad{right: 100px;}
  .uk-modal-close-full{right: 25px;}
}
@media only screen and (max-width:1366px){
  ul.mainnav>li{padding: 0 13px;}
}
@media only screen and (max-width:1280px){
  ul.mainnav>li{padding: 0 10px;}
}
@media only screen and (max-width:1024px){
  .logo img {width: 130px;}
  ul.mainnav > li {padding: 0 8px;font-size: 13px;letter-spacing: 0;}
  .bookingdiv .button {height: 35px; width: 160px; font-size: 11px; padding-top: 13px; padding-left: 7px; padding-right: 7px;}
  .footdiv.adddiv {max-width: 320px;}  
  .booktxtinpad {
    right: 0;
    width: 100%;
    padding: 0 50px;
  }
  .booktxtpad {
    width: 55%;
  }
  .bookingformpad {
    width: 45%;
  }

}
@media only screen and (max-width:1024px) and (min-width:1023px){
  .totop {bottom: 10px;}
  footer#note {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width:768px){
  .bottomfoot {
    display: block;
    text-align: center;
  }
  .footdiv.adddiv {
    max-width: 235px;
  }
  .footdiv.newsletterdiv {
    max-width: 215px;
  }
  .bookingpad {
    display: block;
    overflow: auto;
  }
  .bookingformpad {
    width: 100%;
  }
  div#reservation {
    margin: 0 auto 0 auto;
    padding: 60px 0 40px 0;
  }
  .booktxtpad {
    width: 100%;
    height: auto;
    display: block;
    min-height: calc(100vh - 524px);
  }
  .booktxtinpad {
    top: 30px;
    padding: 0 30px;
  }  
  #booking-modal .uk-modal-close-full {
    right: 50%;
    transform: translate(50%, 0px);
  }
  .lightboxtxtpad .button {
    bottom: 30px;
  } 

}
@media screen and (orientation:landscape) and (max-width: 869px) {
  h1, .h1{font-size: 20px;line-height: 28px;}
  h2, .h2{font-size: 20px;line-height: 28px;}
  h3, .h3{font-size: 18px;line-height: 24px;}
  footer#note {
    padding-top: 40px;padding-bottom: 76px;
    text-align: center;
  }
  .mainfoot {
    display: block;
  }
  .footdiv.newsletterdiv , .footdiv.adddiv, .footdiv.linkdiv{
    max-width: 100%;
    width: 100%;
  }
  footer h5{margin-bottom: 12px;}
  .newstxt{padding-bottom: 18px;}
  .newslettersec .button {
    margin-bottom: 28px;
  }
  .bottomfoot {
    margin-top: 12px;
  }
  div#reservation {
    max-width: 280px;
    margin: 10px auto 30px auto;
  }
  .main-reservation .h2 {
    text-align: center;
    margin-bottom: 13px;
    font-size: 22px;
  }
  .main-reservation form {
    width: 100%;
  }
  .main-reservation .resinputbox {
    font-size: 20px;
  }
  .booktxtpad {
    height: auto;
    min-height: inherit;
    padding: 30px 30px 150px 30px;
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .bookingpad {
    text-align: left;
  }
  .booktxtinpad {
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
  }
  .booktxtinpad h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .bookingtxt ul li {
    font-size: 18px;
  }
  #booking-modal .uk-modal-dialog {
    background-color: #2f3e99;
    text-align: center;
  }
  #booking-modal .uk-modal-close-full {
    position: relative;
    right: 0;
    transform: translate(0%, 0px);
  }
  #booking-modal .uk-modal-dialog {
    background-color: #2f3e99;
    text-align: center;
  }  
}
@media only screen and (max-width:767px){
  h1, .h1{font-size: 20px;line-height: 28px;}
  h2, .h2{font-size: 20px;line-height: 28px;}
  h3, .h3{font-size: 18px;line-height: 24px;}
  footer#note {
    padding-top: 40px;padding-bottom: 76px;
    text-align: center;
  }
  .mainfoot {
    display: block;
  }
  .footdiv.newsletterdiv , .footdiv.adddiv, .footdiv.linkdiv{
    max-width: 100%;
    width: 100%;
  }
  footer h5{margin-bottom: 12px;}
  .newstxt{padding-bottom: 18px;}
  .newslettersec .button {
    margin-bottom: 28px;
  }
  .bottomfoot {
    margin-top: 12px;
  }
  div#reservation {
    max-width: 280px;
    margin: 10px auto 30px auto;
  }
  .main-reservation .h2 {
    text-align: center;
    margin-bottom: 13px;
    font-size: 22px;
  }
  .main-reservation form {
    width: 100%;
  }
  .main-reservation .resinputbox {
    font-size: 20px;
  }
  .booktxtpad {
    height: auto;
    min-height: inherit;
    padding: 30px 30px 150px 30px;
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .bookingpad {
    text-align: left;
  }
  .booktxtinpad {
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
  }
  .booktxtinpad h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .bookingtxt ul li {
    font-size: 18px;
  }
  #booking-modal .uk-modal-dialog {
    background-color: #2f3e99;
    text-align: center;
  }
  #booking-modal .uk-modal-close-full {
    position: relative;
    right: 0;
    transform: translate(0%, 0px);
  }
  #booking-modal .uk-modal-dialog {
    background-color: #2f3e99;
    text-align: center;
  }

}
@media only screen and (max-width:640px){}
@media only screen and (max-width:480px){}
@media only screen and (max-width:360px){}
@media only screen and (max-width:320px){}

.outer-box {
  background-color: transparent;
  margin: 30px auto 0;
  max-width: 960px;
  padding: 30px 0;
  text-align: center;
  width: 94%;
  border: 1px solid #896400;
}
.pro-txt {
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Prompt', sans-serif;
}
.lockimg {
  font-size: 120px;
  margin-bottom: 20px;
}
.vcard {
  font-size: 14px;
  line-height: 24px;
}
.vcard .fn {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
}
.vcard a{
  color: #896400;
  border-bottom: 1px solid #896400;
}
.lockimg.icon-lock {
  position: relative;
  width: 128px;
  height: 128px;
  display: block;
  margin: 20px auto;
}
.lockimg.icon-lock:after {
  content: "";
  background-image: url(/images_noindex/lockicon.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  right: 0;
}
.click-logo {
  margin-bottom: 20px;
}
.zommLevel200 ul.mainnav>li {
  font-size: 11px;
}
.zommLevel200 .bookingpad {
  height: auto;
}
.zommLevel200 .booktxtinpad {
  top: 70px;
}
.zommLevel200 div#reservation {
  margin-top: 73px;
  padding-bottom: 20px;
}

.map-phone a:link, .map-phone a:visited, a.mapinnerbox_btn:link, a.mapinnerbox_btn:visited {
  color: #ffffff;
  text-decoration: none;
}
.map-phone a:hover, .map-phone a:focus, a.mapinnerbox_btn:hover, a.mapinnerbox_btn:focus {
  color: #ffffff;
  text-decoration: underline;
}
.H_ib_body {
  right: 50% !important;
  transform: translateX(50%) !important;
  -webkit-transform: translateX(50%) !important;
  -ms-transform: translateX(50%) !important;
  -o-transform: translateX(50%) !important;
  bottom: 1.5em !important;
}
.H_ib_tail {
  bottom: 0.5em !important;
}
.custom-reservation {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.main-reservation .resdropdown {
  background-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 22px;
  font-family: 'Syncopate', sans-serif;
  text-align: center;
  padding: 0;
}
.custom-adult {
  position: relative;
  display: table-cell;
  padding-right: 30px;
}
.custom-child {
  position: relative;
  display: table-cell;
  padding-left: 30px;
}
.custom-reservation .leftb a {
  color: #fff;
}
.custom-reservation .rightb a {
  color: #fff;
}
.custom-reservation .custom-adult .leftb {
  width: auto;
  position: absolute;
  top: 36px;
}
.custom-reservation select {
  pointer-events: none;
}
.custom-reservation .custom-adult .rightb {
  position: absolute;
  right: 26px;
  top: 36px;
}

.custom-reservation .custom-child .leftb {
  width: auto;
  position: absolute;
  top: 36px;
}
.custom-reservation .custom-child .rightb {
  position: absolute;
  right: 0;
  top: 36px;
}




.hhh {
  position: absolute;
  z-index: 2;
 }

img.rrr {
    position: relative;
    top: 30px;
}
#main.pushItDown {margin-top: 0px !important;}
#msCookieBanner {display: none !important;}