@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/
/* Smartphones (landscape) ----------- */
@import url(/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);
/* Smartphones (portrait) ----------- */
@import url(/css/mobile.css) screen and (max-width:640px);
/* Desktops and laptops ----------- */
@import url(/css/desktop.css) screen and (min-width:1025px);
/*-----------------------------------------------
VARIABLES
-----------------------------------------------*/ :root {
  --bg-green: #9AAD8F;
  --bg-brown: #46423D;
  --bg-blue: #3f4d57;
  --bg-salmon: #EADBD0;
}
/*-----------------------------------------------
ALL SCREENS
-----------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Special+Gothic:wght@400..700&display=swap');
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: blue;
}
body, html {
  height: 100%;
  overflow: visible;
  margin: 0;
  padding: 0;
  font-size: 11pt;
  /*
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;h
  user-select: none;
*/
  color: #535353;
  scroll-behavior: smooth;
  font-family: "Special Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #D9DEE0;
  font-smooth: always;
}
html,*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: -webkit-fill-available;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.clearit {
  clear: both;
}
#menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  z-index: 2000;
  opacity: 0;
  font-size: 14pt;
  line-height: 24pt;
}
#picturebox {
  width: 100%;
  height: 850px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
._slide, ._slidevis {
  display: none;
}
#menubar {}
.slide, .coverit {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.table {
  display: table;
}
.table, .tablefold {
  /*width: 100%;*/
  height: 100%;
}
.cell {
  display: table-cell;
}
.row {
  display: table-row;
}
#spacer {
  display: block;
  width: 100%;
}
.footer {
  width: 100%;
  padding: 64px 2%;
  color: #F8F8E7;
  text-align: center;
  background-color: #2D3537;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 32px;
}
.underliner a {
  position: relative;
  text-decoration: none;
}
.underliner a:hover {}
.underliner a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.underliner a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*ANIM _ TEXT FADE IN AND FLOAT DOWN */
.EXE_slideshow {
  overflow: hidden;
}
#ml {
  width: 30px;
  z-index: 2500;
}
.menuStrip, .menuFront {
  position: absolute;
  left: 0;
  top: 0;
  padding: 24px 0 24px 0;
  width: 100%;
  color: white;
  text-align: right;
}
.menuStrip {
  z-index: 600;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(48, 48, 48, 0.5) 60%, rgba(80, 80, 80, 0) 100%);
}
.menuFront {
  z-index: 1500;
}
.menuFront a, .cme {
  display: inline-block;
  color: inherit;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  border-radius: 18px;
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 8px;
}
.cme {
  background-color: white;
  font-weight: bold;
  padding: 11px 20px 7px 20px;
}
.menuFront a {
  margin: 0 12px 0 12px;
}
#ml {
  width: 30px;
}
.formbox input, .formbox textarea {
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
  background-color: #B2B2B2;
  color: white;
  border-radius: 4px;
  font-size: 10pt;
}
::placeholder {
  color: #e0e0e0;
}
.formbox textarea {
  height: 275px;
}
.formbox button {
  border: none;
  outline: none;
  background-color: var(--bg-blue);
  padding: 12px;
  border-radius: 12px;
  color: white;
  width: 100%;
}
.formbox select {
appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom:6px;
  padding: 8px 28px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 12pt;
  background-color: #fff;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='none' stroke='gray' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2,3 5,6 8,3' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px 8px; /* tiny chevron */
  width:95%;
}
.formbox select::-ms-expand { /* for IE 11 */
  display: none;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) {
  .formbox select {
    background-color: #F1F2EB;
    padding: 5px;
    font-weight: bold;
  }
}
.formbox button {
  background-color: #141414;
  color: #FAF4D7;
}
.fbhold {
	z-index:200;
	border:0px solid red;
}
.EXE_getCalendar {
  width: 280px;
  /*	visibility:hidden;*/
  margin-left: auto;
  margin-right: auto;
}
.aperture, .picaperture, .txtaperture {
  width: 100%;
}
.aperture {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 75vh;
}
.obox {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 11px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: white;
  z-index: 190;
}
.picaperture, .txtaperture {
  position: absolute;
  left: 0;
  top: 0;
}
.botstrip {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  width: 100%;
  padding-bottom: 16px;
  text-align: center;
}
.topstrip {
  padding: 32px;
  width: 100%;
}
.topstrip td {
  text-align: center;
  color: floralwhite;
}
.picaperture, .txtaperture {
  bottom: 0;
}
.picaperture, .botstrip {
  display: none;
}
.txtaperture {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.45);
  font-family: "Playfair Display", serif;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
}
.tline1 {
  text-transform: uppercase;
  letter-spacing: 4px;
}
.tline2 {
  font-size: 18pt;
  font-weight: 500;
}
.backpic {
  background: url("../img/front1.jpg") right bottom no-repeat;
  background-size: cover;
}
.fs1 {
  font-size: 24pt;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}
.fs2 {
  font-size: 11pt;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.rhs a {
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
}
.rhs span {
  color: #F2EBDB;
}
.rhs button {
  border: none;
  outline: none;
  padding: 0px;
  height: 64px;
  letter-spacing: 1px;
  width: 128px;
  border-radius: 32px;
  font-weight: bold;
  background-color: #020925;
  color: white;
  margin: 20px 0;
  font-size: inherit;
}
.botstrap div {
  display: inline-block;
  vertical-align: middle;
}
.botstrap a {
  display: inline-block;
  border-radius: 50%;
}
a:hover .bottom {
  border: 0.25em solid #e8d9bc;
}
a:hover .bottom:after {
  border-top: 0.25em solid #e8d9bc;
  border-right: 0.25em solid #e8d9bc;
}
.bottom {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.25em solid white;
  border-radius: 50%;
  margin-left: 0.375em;
}
.bottom:after {
  content: '';
  display: inline-block;
  margin-top: 0.6em;
  width: 1.4em;
  height: 1.4em;
  border-top: 0.25em solid white;
  border-right: 0.25em solid white;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.strip {
  text-align: center;
  color: #262a35;
  min-height: 450px;
}
.stripwp {
  background: url('../img/wallp.png') center center no-repeat;
  background-size: cover;
}
.stripbc {
  background-color: #C9B18D;
}
.infobox h1, .infobox h2, .infobox h3, .anyh2 {
  font-size: 32pt;
  line-height: 40pt;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 24px 0;
}
.strip p {
  font-size: 12pt;
}
.mobfix:after {
  content: "";
  position: fixed; /* stretch a fixed position to the whole screen */
  top: 0;
  height: 100vh; /* fix for mobile browser address bar appearing disappearing */
  left: 0;
  right: 0;
  z-index: -1; /* needed to keep in the background */
  background: url('../img/front3.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ibox {
  gap: 8px;
}
.ibox div {
  flex: 1;
  background-color: #020925;
  color: white;
  border-radius: 8px;
  padding: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-size: 12pt;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
}
.ibox img {
  display: block;
}
.fbhold {
  flex: 1;
  margin: 0 24px;
}
.twm {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: white;
}
.twm a {
  text-decoration: none;
  color: inherit;
}
.lhs table, .fbhold table {
  display: inline;
}
.gallhold {
  float: left;
  width: 23%;
  margin: 12px 1%;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  border: 1px solid #8097AB;
}
.gallhold img, .tbox td img {
  display: block;
}
.mapholder {
  background-color: white;
  padding: 14px 12px 48px 12px;
  border-radius: 12px;
  margin-top: 48px;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
}
.tbox {
  text-align: center;
}
.tbox table {
  display: inline;
}
.tbox td {
  text-align: left;
  vertical-align: top;
  padding: 6px 8px 6px 0;
}
.tbox td:nth-child(2) {
  vertical-align: middle;
}
.prices td {
  border-bottom: 1px solid #000;
  padding: 4px 0;
}
#bookbar {
  cursor: pointer;
}
.ibox a {
  color: white;
}
@media (orientation: landscape) and (max-width:768px) {
  .splash {
    display: none;
  }
}
@media (orientation: portrait) and (max-width:320px) {
  .tline2 {
    display: none;
  }
}
.hsh {
  visibility: hidden;
}
.container, .headerstrip {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.container {
  width: 96%;
}
.container {
  position: relative;
  /*  padding: 0;*/
}
.headerstrip {
  opacity: 0.95;
}
#imgstrip {
  flex:1 0 0;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height:100%;
}
.comms {
  display: flex;
}
.comms {
  gap: 10px;
}
.sideborders {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.l1 {
  margin-top: 4px;
  font-size: 20pt;
}
.l2 {
  font-size: 18pt;
}
.infobox {
  padding: 64px 0;
}
.infobox h1, .infobox h2, .infobox h3, .anyh2 {
  text-align: center;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
/*
.infobox h2 {
	letter-spacing:0px;
	font-size:20pt;
	line-height:32pt;
}
*/
.infobox h1 {
  font-size: 24pt;
  line-height: 32pt;
}
.infobox h2, .anyh2 {
  font-size: 20pt;
  line-height: 28pt;
}
.infobox h3 {
  font-size: 16pt;
  line-height: 24pt;
}
.infobox p, .infobox ul {
  line-height: 22pt;
  margin: 0 auto 16px auto;
  color: #737373;
}
.infoflex {
  display: flex;
  gap: 32px;
  padding-bottom: 64px;
  text-align: center;
}
.infoflex > div {
  flex: 1 0 0;
  position: relative;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
}
.infoflex img {
  display: block;
}
.ioboxi {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.25);
}
#mapbox {
  height: 400px;
  margin-bottom: 64px;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
}
#ml {
  width: 25px;
  border: 2px solid black;
  background-color: black;
  position: absolute;
  right: 8px;
  top: 20px;
}
.comms table * {
  vertical-align: middle;
}
.comms img {
  display: block;
  padding: 0 2px;
}
.hsf {
  background-color: inherit;
  z-index: 200; 
  display:flex;
}
.footer a {
  color: inherit;
}
.obox h1 {
  font-size: 36pt;
}
.btab td {
  border-radius: 8px;
  background-color: #d9e0e1;
}
.btab img {
  display: block;
  height: 25px;
}
.lwidth {
  width: 100%;
}
.mbar {
  background-color: #2D3537;
  text-align: center;
  margin-top: 24px;
}
.mbar a {
  display: inline-block;
  margin: 10px 5px 10px 5px;
  color: #EAEDEF;
  font-size: 9pt;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:1px;
}
.fpos {
  z-index: 200;
  background-color: #D9DEE0;
}
.nobull {
  list-style: none;
}
.picframe {
  float: left;
  padding: 4px 4px;
}
.picframe img {
  display: block;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  border-radius:4px;
}
.ctbp {
  background-color: #C1C9CD;
  text-align: center;
}
.dogbox {
  border-radius: 8px;
  background: url("../img/dogwallp2.png") center bottom no-repeat;
  background-size: cover;
  padding-bottom: 500px;
  margin-top: 64px;
  margin-bottom: 128px;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
}
.doginner {
  border-radius: 8px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0 auto;
  padding: 32px;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.38);
}
.tb {
  background-color: var(--bg-blue);
}
.ta {
  border: 1px solid var(--bg-green);
}
.tb, .ta {
  width: 24px;
}
#enqForm {
  display: none;
  margin-top: 24px;
}
#spblock {
  display: block;
}
#calhold {
  display: inline;
}
.gbc {
  background-color: var(--bg-green);
  color: white;
}
.datebox {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid var(--bg-green);
}
.textbox {
  text-align: center;
  padding: 48px 0 48px 0;
  line-height: 24pt;
}
.ioboxo {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 11px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-bottom: 24px;
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;	
  font-size: 16pt;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
  background-color:transparent;
  color:antiquewhite;
}
.drift-text {
  transition: transform 0.4s ease;
  font-size: 1.5rem;
}
/* Hover (desktop) */
.ioboxo:hover .drift-text,.ioboxo.active .drift-text {
  transform: translateY(-8px);
}
.ioboxo:hover,.ioboxo.active {
  background-color:rgba(255,255,255,0.25);
  color:#FFFF95;
}
.picflex {
	display:flex;
	flex-direction: column;
  	height: 100vh;	
	overflow:auto;
  	padding-top: 24px;
  	padding-bottom: 10px;		
}
.r1 {
	flex: 0 0 auto;	
}
.r2 {
	flex: 1 1 auto;
}

.box1, .box3 {
  overflow: hidden;
}
.box1 {
  gap: 12px;
  align-items: center;
}
.box2 {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.box3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap:8px;
  white-space: nowrap;	
}

.box3>div {
	display:flex;
	justify-content: flex-end;
	align-items: center;
	gap:8px;
}
