@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes wobble {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes wobble {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}


/* FLASH MESSAGES */
.LDSFlashMessages {
  margin: 10px auto;
  width: 100%;
}

.LDSFlashMessages .flash {
  position: relative;
  display: block;
  clear: both;
  margin: 5px auto;
  width: 100%;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #333;
  border-radius: 0 4px 4px 0;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
}

.LDSFlashMessages .flash.error {
  background: #F9EDED;
  color: #B94A48;
  border-color: #B94A48;
}

.LDSFlashMessages .flash.success {
  background: #EBFCEE;
  color: #3CC051;
  border-color: #3CC051;
}

.LDSFlashMessages .flash.warning {
  background: #FCF8E3;
  color: #E5BE52;
  border-color: #E5BE52;
}

.LDSFlashMessages .flash.info {
  background: #E6F1F7;
  color: #3A87AD;
  border-color: #3A87AD;
}

.LDSFlashMessages .flash .close {
  display: block;
  cursor: pointer;
  position: absolute;
  height: 20px;
  margin-top: -0.7em;
  top: 50%;
  right: 15px;
  font-size: 1.2em;
  font-weight: bold;
  pointer-events: none;
}

#LDSMemberWidget .form-group {
  display: block;
  margin-bottom: 10px !important;
  height: 35px;
}

#LDSMemberWidget input.form-control {
  width: 90%;
  max-width: 250px !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 35px;
}

#LDSMemberWidget .LDSMember_submit {
  width: 90%;
  max-width: 250px !important;
}

img {
  max-width: 100% !important;
}

iframe:not(.YONDER_APP__call-out-flag.YONDER_APP__call-out-flag--is-active) {
  max-width: 100% !important;
}

.YONDER_APP__display-button {
  right: 0 !important;
  bottom: 80px !important;
}

#yonder-chat-button {
  width: 100px;
  height: 100px;
}

.YONDER_APP__display-button__inner svg {
  width: 100px;
  height: 100px;
}

.YONDER_APP__wrapper__frame {
  right: 100px !important;
}

iframe.YONDER_APP__call-out-flag {
  right: 60%;
}

.attractionsNodeTitle {
  display: none;
}

.grid-info {
  font-size: 14px;
  overflow: hidden;
  width: 800px;
  padding: 10px 20px;
  margin: 0 auto;
}

.grid-info .grid-packages button,
.grid-info .grid-packages input,
.grid-info .grid-packages select,
.grid-info .grid-packages textarea {
  display: inline;
  min-width: 80px;
  width: unset;
  padding: 10px;
  vertical-align: middle;
  line-height: 18px;
  margin-bottom: unset;
}

.grid-info .grid-packages label {
  vertical-align: middle;
  line-height: 18px;
  margin-bottom: unset;
}


#ui-datepicker-div {
  z-index: 99999 !important;
}

.moveTop {
  margin-top: -120px !important;
}


/* Generic style to fix single image slideshows */
#cmsslideshow, #promoSlider,
.slider,
.slide, .promo {
  height: 100%;
  display: block;
  margin-bottom: 0;
  width: 100% !important;
}

.slide, .promo {
  right: 0;
  background-size: cover;
  background-position: center;
}

.slider {
  padding: 0;
}

.slider-caption {
  margin: 0 auto;
  text-align: center;
  top: 120px;
  position: relative;
}

.newsletter input, .newsletter button {
  width: 200px;
  margin: 0 auto;
}

/*
Header Colour: default: #D5D2CD
	- header

Main text color: default: #666666;
	- body,

Address Color: default: #ba9b58;
	-.contactInfo .address, middleBar item, .social
*/

/* ---- */
/* Main */
/* ---- */

body {
  margin: 0;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
}

section, footer {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  z-index: 0;
}

.clearfix:after {
  clear: both;
}

.center {
  width: 1455px;
  margin: 0 auto;
}


/* ------ */
/* Header */
/* ------ */

header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 120px;
  z-index: 99;
  transition-duration: 1s;
}


header .wrap {
  width: 100%;
  height: auto;
  min-height: 120px;
  z-index: 11;
}

.grid-rate-book {
  box-sizing: content-box;
}

button, input:not(.LDSPopup input), select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  max-width: 220px;
  display: block;
  margin-bottom: 10px;
}

.logo {
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 30px;
  transition-duration: 1s;
}

.logo img {
  transition-duration: 1s;
}

.contactInfo {
  float: right;
  display: inline-block;
  padding-right: 30px;
  padding-top: 15px;
  text-align: right;
  transition-delay: 1s;
}

.contactInfo .phone a {
  font-family: Lato, sans-serif;
  font-size: 30px;
  text-align: right;
}

.contactInfo .address {
  font-family: Lato, sans-serif;
  text-align: right;
}

.contactInfo .address i, .contactInfo .email i {
  padding-right: 10px;
}


main {
  margin-top: 30px;
  margin-bottom: 40px;
  min-height: 40vh;
}

.menuBar {
  background: rgba(51, 51, 51, 1.0);
  width: 100%;
  height: 50px;
  text-align: center;
  font-family: Lato, sans-serif;
  color: #ffffff;
  transition-duration: 1.0s;
}

.menuBar ul li a {
  color: rgb(255, 255, 255);
  padding: 17px 0;
  display: block;
  text-decoration: none;
}

.menuBar ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.menuBar ul li {
  position: relative;
  font: 400 14px/14px Lato, sans-serif;
  color: rgb(255, 255, 255);
  padding: 0 1.9%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

.onTop {
  background: rgba(51, 51, 51, 0.9) !important;
}

.menuBar ul li:first-child {
  padding: 0 1.95% 0 0;
}

.menuBar ul li ul {
  position: absolute;
  top: 45px;
  left: 50%;
  width: 200px;
  height: auto;
  margin: 0 0 0 -100px;
  padding: 5px 0 0;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  display: none;
  z-index: 9999;
}


.menuBar ul li:hover > ul {
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 0.5s;
}


.menuBar ul li ul li {
  width: auto;
  height: auto;
  line-height: 18px;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}


header nav ul li a:hover {
  color: rgb(204, 204, 204);
  transition-duration: 0.5s;
}

.menuBar ul li ul li a {
  background: rgb(255, 255, 255);
  font: 400 12px/12px Lato, sans-serif;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 0;
  color: rgb(153, 153, 153) !important;
  text-transform: uppercase;
  border: none;
  overflow: visible;
  border-bottom: 1px solid rgb(238, 238, 238);
  display: block;
}

.menuBar ul li ul li a:hover {
  background: rgb(238, 238, 238);
  color: rgb(51, 51, 51);
  transition-duration: 0.5s;
}

/* ---------- */
/* Main Image */
/* ---------- */

.mainImage {
  margin-top: 120px;
}


/* ---------- */
/* Middle Bar */
/* ---------- */

.middleBar {
  background: rgb(70, 70, 70) url(../images/icon-bgtexture.jpg);
  height: auto;
  overflow: hidden;
}


.middleBar .item {
  padding: 35px 0;
  float: left;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 20%; /* CHANGE TO DYNAMIC CSS */
}


.middleBar .item .icon {
  font-size: 50px;
  margin-bottom: 20px;
}


.middleBar .item .desc {
  text-transform: uppercase;
  color: #ffffff;
  width: 150px;
  margin: 0 auto;
  font-size: 14px;
}

.middleBar a {
  text-decoration: none;
}

.middleBar a:hover .desc {
  transition-duration: 0.5s;
}


/* ------ */
/* Footer */
/* ------ */

footer {
  min-height: 100px;
  text-align: center;
  position: relative;
  z-index: 1;
}


.social {
  text-align: center;
  padding-top: 30px;
}

.social .cirlce {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  line-height: 70px;
  background-color: #ffffff;
  position: relative;
  display: inline-block;
}


.social .cirlce a {
  font-size: 30px;
  width: 100%;
}

.social .cirlce:hover a {
  transition-duration: 0.5s;
}

footer .bottomFooter {
  margin-top: 70px;
  width: 100%;
  min-height: 50px;
  line-height: 40px;
  font-size: 14px;
}

footer .bottomFooter a {
  text-decoration: none;
}

footer .bottomFooter a:hover {
  transition-duration: 0.5s;
}


footer .wrap {
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* --------- */
/* Promo Bar */
/* --------- */

.promoBar {
  width: 100%;
}

.promoBar .mainPromo {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}

.promoBar .guestReview {
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
}

.promoBar .quote {
  width: 25%;
  float: left;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}

.promoBar .imageBox {
  width: 100%;
  height: 100%;
}

.promoBar .colorBox {
  width: 100%;
  height: 100%;
  opacity: 0.97;
  position: absolute;
}

.promoSlider {
  width: 100%;
}

.promo {
  width: 100% !important;
  max-height: 470px;
  overflow: hidden;
  background-position: center;
}

.promo-text {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgb(111, 56, 56);
  font: 400 16px/16px 'Cinzel', serif;
  color: rgb(255, 255, 255);
  padding: 22px 185px 22px 22px;
  text-transform: uppercase;
}

.special-offer {
  background: rgb(175, 103, 103);
  position: absolute;
  bottom: 7px;
  right: 7px;
  font: 400 12px/16px 'Lato', sans-serif;
  color: rgb(255, 255, 255);
  padding: 15px;
  display: inline-block;
}

.special-offer:hover {
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
}

.innerbox {
  width: 90%;
  margin: 5%;
  border: 1px solid #dbdbdb;
  height: 90%;
  position: relative;
}

.content {
  margin: 10% 20% 5%;
  font: 300 24px/30px 'Lato', sans-serif;
  height: 50%;
  display: table;
}

.content p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.goButton {
  background: rgba(0, 0, 0, 0.15);
  width: auto;
  max-width: 150px;
  font: 400 12px/16px 'Lato', sans-serif;
  margin: 50px auto 0 auto;
  padding: 15px 20px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  transition: all 0.4s ease-in-out;
}

.goButton:hover {
  background: rgba(0, 0, 0, 0.25);
}


/* -------------- */
/* Booking Panels */
/* -------------- */

.blockBookingPanel {
  width: 350px;
  background-color: #ba9b58;
  float: right;
  display: inline-block;
}

.bookingCenter {
  width: 1200px;
  margin: 0 auto;
}

.fixedBookingPanel {
  box-shadow: 0 1px 1px #333333;
}

.bottomFooter {
  position: relative;
}


.small {
  height: 60px !important;
}

.small .logo img {
  max-height: 40px !important;
}

.small .logo {
  margin-top: 5px !important;
}

.small .contactInfo {
  padding-top: 15px;
}

.small .phone {
  display: inline;
}

.small .address {
  display: inline;
  float: right;
  padding-left: 30px;
}


.LDSNewNode {
  width: 100%;
  height: 290px;
  list-style: none;
  position: relative;
  margin-bottom: 30px;
  background: rgb(238, 238, 238);
  transition-duration: 0.3s;
}

.LDSNewNode:hover {
  background: rgb(160, 131, 47);
  color: #ffffff !important;
}

.LDSNewNode:hover h3 a {
  color: #ffffff !important;
}

.LDSNewNode:hover .LDSImage img {
  transform: scale(1.05);
}

.LDSNodeGroup {
  padding-left: 0;
}

.LDSNewNode .LDSImage {
  width: 436px;
  height: 100%;
  float: left;
  overflow: hidden;
}


.LDSNewNode .LDSImage a {
  width: 100%;
  height: 100%;
}

.LDSNewNode .LDSImage img {
  width: auto;
  height: 100%;
  transition: 0.3s;
}


.LDSNewNode .LDSText {
  width: calc(100% - 436px);
  height: 100%;
  position: relative;
  float: right;
  overflow: hidden;
}

.LDSNewNode .LDSText p {
  padding-bottom: 20px;
}


.LDSNewNode .LDSText .LDSTextWrap {
  margin: 0 50px;
}

.LDSNewNode .LDSText h3 a {
  color: rgb(160, 131, 47);
  font: 300 32px/40px "Lato", arial;
  margin: 0 0 15px 0;
  width: auto;
  z-index: 1;
}

.LDSNewNode .LDSText .LDSTextButton {
  background: rgb(51, 51, 51);
  font: 18px/18px "Cinzel", arial;
  text-transform: uppercase;
  padding: 12px 20px 13px;
  color: rgb(255, 255, 255);
  display: inline !important;
  margin-top: 20px;
}


#roompage-slideshow {
  width: 600px;
  height: 370px;
}


.pageTitle {
  font: 300 36px/36px 'Cinzel', arial;
  color: rgb(51, 51, 51);
  margin: 0 0 35px 0;
  padding: 0;
  text-transform: uppercase;

}


.mobile-toggle {
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  line-height: 50px;
}

.minify {
  height: 70px !important;
}

.minify .wrap {
  min-height: 70px !important;
}

.minify .logo {
  margin-top: 5px !important;
}

.minify .logo img {
  max-height: 35px;
}

.minify .contactInfo .address {
  display: none !important;
}

.minify .contactInfo .email {
  display: none !important;
}

.Rooms {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.room-container {
  background: rgb(221, 218, 213);
  position: relative;
  width: 31%;
  float: left;
  overflow: hidden;
  min-height: 350px;
  margin: 30px 10px 10px 0;
  min-width: 320px;
}

.Room {
  min-height: 290px;
  max-height: 100%;
}

.Room img {
  width: auto;
  height: 100%;
  display: block;
}

.Rooms:after {
  clear: both;
  float: none;
}

.roomText {
  background-color: #6F3838;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 65px;
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.roomText span {
  background: rgb(111, 56, 56);
  position: relative;
  font: 400 16px/16px 'Cinzel', serif;
  color: rgb(255, 255, 255);
  padding: 0 125px 0 15px;
  text-transform: uppercase;
  display: block;
}


.roomText .button {
  background: rgb(175, 103, 103);
  position: absolute;
  bottom: 7px;
  right: 7px;
  font: 400 12px/16px 'Lato', sans-serif;
  color: rgb(255, 255, 255);
  padding: 15px;
  display: inline-block;
  transition-duration: 0.5s;
}

.roomText a.button:focus {
  text-decoration: none;
}

.roomText .button:hover {
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
}


.roomLink {
  width: 100%;
  height: 100%;
}


.roomTypeTitle {
  width: 100%;
  height: auto;
  min-width: 300px;
}

.roomType {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.roomTypeText {
  width: 48%;
  height: auto;
  float: left;
  min-width: 320px;
}

.roomTypeImage {
  width: 48%;
  height: auto;
  min-width: 300px;
  float: right;
}


.roomTypeGrid {
  width: 60%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}


.newsletter {
  width: 100%;
}


div.vouchers-purchase div.details ul li span.label {
  color: #666666 !important;
  text-align: left !important;
}

div.vouchers-purchase div.vouchers-summary table {
  width: 100% !important;
}

div.vouchers-purchase div.details.recipient {
  padding: 10px !important;
}


.menuBar ul .dropdown-arrow {
  display: none;
}


.grid-room-image {
  z-index: 9;
}


/** CMS Forms radio and checkbox fields */
.LDSCMSForm .form-item .form-item-group input[type=checkbox], .LDSCMSForm .form-item .form-item-group input[type=radio] {
  width: auto !important;
  display: inline-block;
  margin-right: 20px !important;
}

.LDSCMSForm .form-item .form-item-group span {
  width: 100% !important;
  display: inline-block;
}

.form-item {
  margin-bottom: 20px;
}

.LDSCMSForm .form-item .form-item-group .required .reqd {
  width: auto !important;
}

.privacy {
  padding: 0 1rem;
}

.privacy > a {
  color: white !important;
}


@media (max-width: 1500px) {
  .promoBar .quote .content {
    font-size: 35px !important;
    line-height: 35px !important;
  }
}


@media (max-width: 1455px) {
  .center {
    width: 96%;
  }

  main .center {
    padding: 0 2%;
  }
}


@media (max-width: 1200px) {
  .bookingCenter {
    width: 100%;
  }

  .promoBar .mainPromo {
    width: 100%;
  }

  .promoBar .guestReview {
    width: 50%;
  }

  .promoBar .quote {
    width: 50%;
  }

  .headerMenu li {
    width: 100%;
    z-index: 30;
    background-color: #ffffff;
    color: #666666;
  }

  .headerMenu li:hover {
    background-color: #dbdbdb;
  }

  .headerMenu li a {
    color: #666666 !important;
  }


  .mobile-toggle {
    display: block;
  }

  .menuBar ul .dropdown-arrow {
    display: block;
    position: absolute;
    right: 0;
    margin-top: -42px;
    z-index: 4000;
    width: 50px;
    border-left: 1px solid #eee;
    color: #999;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: unset;
  }

  .menuBar ul li {
    display: block;
  }

  .menuBar ul ul {
    display: none;
    background-color: #ededed !important;
  }

  .menuBar ul ul li a {
    background-color: transparent !important;
    border-bottom-color: #fff !important;
  }

  .menuBar ul ul li {
    background-color: transparent !important;
  }

  body .menuBar ul li ul {
    position: relative !important;
    width: auto !important;
    margin: 0 auto !important;
    top: 0 !important;
    left: 0 !important;
  }

  .menuBar ul li:hover > ul {
    display: none;
  }

  .menuBar ul .show {
    display: block !important;
  }

  .headerMenu {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ebebeb;
  }

  main {
    width: 94%;
    margin-right: 5%;
    margin-left: 1%;
  }

  main .center {
    width: 100% !important;
  }

  header {
    position: relative;
  }

  .mainImage {
    margin-top: 0;
  }

  .slider {
    height: 450px !important;
  }

  .bottomFooter span {
    width: 100%;
  }

  .LDSNewNode {
    height: auto;
    overflow: hidden;
  }

  .LDSNewNode .LDSImage {
    width: 100%;
    height: auto;
    max-height: 290px;
    overflow: hidden;
  }

  .LDSNewNode .LDSImage a {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .LDSNewNode .LDSImage img {
    width: 100%;
    height: auto;
    transition: 0.3s;
  }

  .LDSNewNode .LDSText {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .LDSNewNode .LDSText .LDSTextWrap {
    margin-left: 25px;
    width: calc(100% - 50px);
    height: auto;
    padding-bottom: 40px;
  }

  .LDSNewNode .LDSText h3 a {
    color: rgb(160, 131, 47);
    font: 300 32px/40px "Lato", arial;
    margin: 0 0 15px 0;
    width: auto;
    z-index: 1;
    font-size: 24px;
  }

  .mainImage ul li {
    max-height: 450px !important;
    height: 450px !important;
  }
}


@media (max-width: 1029px) {
  .ui-datepicker .ui-datepicker-buttonpane {
    display: flex;
    justify-content: center;
  }

  .ui-datepicker-current {
    margin-top: 0 !important;
  }
}


@media (max-width: 900px) {
  .slider {
    height: 450px !important;
  }

  .roomTypeGrid {
    width: 90%;
  }
}


@media (max-width: 800px) {
  .roomTypeText {
    width: 100%;
  }

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


@media (max-width: 780px) {
  #LDSGrid .grid-info {
    width: 100%;
  }

  #LDSGrid .grid-info input,
  #LDSGrid .grid-info select {
    clear: right;
    display: inline-block;
    width: 120px;
  }

  #LDSGrid .grid-info label {
    width: calc(100% - 160px);
  }

  header .wrap {
    overflow: hidden;
    padding-bottom: 10px;
  }

  .middleBar .item {
    width: 100% !important;
    padding: 15px 0;
  }

  .middleBar .item .icon {
    margin-bottom: 5px;
  }

  .contactInfo .address {
    display: none;
  }

  .promoBar .guestReview {
    width: 100%;
  }

  .promoBar .quote {
    width: 100%;
  }

  .logo img {
    max-height: 65px;
    max-width: 300px;
    padding-left: 10px;
  }
}


@media (max-width: 540px) {
  #roompage-slideshow {
    width: 100%;
  }

  main {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 5px;
  }

  .Room {
    width: 100%;
    height: auto;
    min-height: 290px;
  }
}


@media (max-width: 380px) {
  .Room {
    min-width: 290px;
  }
}
