@charset "UTF-8";
/*
Author: Murray Moffatt
Template: HI17
*/

/**
 *
 * 1.0 - Reset
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Slider Section
 * 6.0 - Banner
 * 7.0 - Content
 * 8.0 - Footer
 * 9.0 - Custom theme styles
 * 10.0 - Media Queries

 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body, button, input, select, textarea {
  color: #232323;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  background: #FFFFFF;
}

a {
  text-decoration: none;
  color: #E5C600;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: bold;
}

h1 {
  font-size: 36px;
  color: #262626;
}

h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #262626;
}

h3 {
  font-size: 24px;
  line-height: 1.1;
  color: #262626;
}

h4 {
  font-size: 15px;
  line-height: 1.2;
}

h5 {
  font-size: 16px;
  line-height: 1.3333333333;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  border-bottom: 1px dotted #2B2B2B;
  cursor: help;
}

b, strong {
  font-weight: 700;
}

cite, dfn, em, i {
  font-style: italic;
}

mark, ins {
  background: #FFF9C0;
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

blockquote {
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin-bottom: 24px;
}

blockquote cite, blockquote small {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding-left: 25px;
  padding-bottom: 10px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin: 0 0 0 20px;
}

img {
  border: 0;
  max-width: 100%;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

legend {
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

input, textarea {
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

del {
  color: #767676;
}

hr {
  border-top: 1px solid #DDDDDD;
  margin: 20px 0;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
  background: #24890D;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #24890D;
  color: #FFFFFF;
  text-shadow: none;
}


/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.textcenter {
  text-align: center;
}

.site {
  color: #232323;
}

.mainwrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.mainwrapperpadding {
  padding: 0;
}


/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.58);
}

.headerwrapper {
  width: 1170px;
  margin: 0 auto;
}

.headertop {
  font-size: 12px;
  margin: 3px 0 3px 0;
}

.headertop::after {
  /* ClearFix Hack */
  content: "";
  clear: both;
  display: table;
}

.headertopleft {
  padding: 2px 0 0 0;
  float: left;
}

.headertopleftaddress {
  display: inline;
  margin-right: 30px;
}

.headertopleftphone {
  display: inline;
}

.headertopleft i {
  margin-right: 8px;
}

.headertopright {
  float: right;
}

.headernavstrip {
  background-color: #FFFFFF;
  min-height: 77px; /* Should be 17 pixels more than the height of the logo */
  /* If min-height above isn't 77 then also need to change ".menuwrapper ul li a" top and bottom padding, ".slider" top margin and ".banner" top margin */
}

.headerleft {
  float: left;
  text-align: left;
  min-width: 200px;
  max-width: 100%;
}

.logo {
  padding: 9px 0 0 0;
}

.logo img {
  display: block;
}

.headerright {
  float: right;
  padding: 0;
  text-align: right;
  vertical-align: top;
}

.mobileph {
  display: none;
}


/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav {
  background-color: #FFFFFF;
  padding: 0;
}

.menuwrapper {
  padding: 0;
}

.menuwrapper ul {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0;
  font-size: 0;
}

.menuwrapper ul li {
  list-style-type: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.menuwrapper ul li a {
  font-size: 14px;
  display: block;
  color: #232323;
  padding: 28px 20px 28px 20px;
  text-transform: uppercase;
  border-right: 1px solid #FFFFFF;
}

.menuwrapper ul li a:hover {
  color: #232323;
  background-color: #FFDD00;
}

.menuwrapper ul li a.active {
  color: #232323;
  background-color: #FFDD00;
}

/********************************************
Mobile
********************************************/
#mfToggleText {
  display: inline-block;
  margin-left: 10px;
}

#mfToggleMenu {
  display: none;
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
  background-color: #93BCE8;
}


/**
 * 5.0 Slider Section
 *
 * -----------------------------------------------------------------------------
 */
.slider {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0;
  margin: 105px 0 20px 0;
  position: relative;
}

.sliderwrapper {
  margin: 0 auto;
}

.sliderbottom {
  margin-top: -82px;
  width: 100%;
  height: 82px;
  z-index: 100;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  background-image: url(../images/bg-check-avail.png);
  background-repeat: no-repeat;
  background-position: left;
}

.sliderbottomwrapper {
  margin: 0 auto;
  width: 1170px;
  padding: 10px 0;
}

.sliderbottom h2 {
  color: #FFFFFF;
  position: relative;
  padding-left: 60px;
}

.sliderbottom h2:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 30px;
  border: 3px solid #FFDD00;
  border-radius: 100%;
  color: #FFDD00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.sliderbottom .button {
  margin: 6px 0 0 0;
}

.fotorama__caption__wrap {
  background-color: rgba(255, 255, 255, 0.3);
}

.fotorama__wrap {
  margin: 0 auto;
}


/**
 * 6.0 Banner Section
 *
 * -----------------------------------------------------------------------------
 */
.banner {
  background-color: #FFFFFF;
  overflow: hidden;
  margin: 105px 0 20px 0;
  padding: 0;
  position: relative;
  height: 165px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerbg1 {
  background-image: url("../images/banner-1.jpg");
}

.banner .pagetitle {
  color: #FFFFFF;
}

.banner h1 {
  margin: 0;
}

/**
 * 7.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */
.pagetitle {
  text-align: center;
}

.content {
  background-color: #FFFFFF;
  padding: 0;
  clear: both;
}

.contentwrapper {
  width: 1210px;
  margin: 0 auto;
  clear: both;
  padding: 0 20px;
}


/********************************************
Grid
********************************************/
.grid-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-container, .row, [class*="col-"] {
  box-sizing: border-box;
}

.row {
  margin: 0;
}

.row:before, .row:after {
  /* ClearFix Hack */
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  min-height: 1px;
  width: 8.33%;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

.col-content {
  width: 100%;
  padding: 0 20px 10px 0;
}

.col-content-last {
  padding-right: 0;
}

.col-content ul {
  padding-left: 30px;
}


/**
 * 8.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer {
  background-color: #232323;
  margin-top: 20px;
}

.footerwrapper {
  width: 1170px;
  margin: 0 auto;
  color: #ACACAC;
  font-size: 14px;
  padding: 40px 0 40px 0;
  overflow: auto;
}

.footercontent i {
  color: #FFFFFF;
}

.footercontent a {
  text-decoration: none;
  display: inline;
  color: #ACACAC;
}

.footercontent a:hover {
  text-decoration: underline;
}

.footercontent h2 {
  color: #ACACAC;
  font-size: 18px;
}

.footercontact {
  margin: 0;
}

.footersocial a {
  display: block;
  margin: 0 0 6px 0;
}

footer ul {
  margin: 0;
  padding: 0 !important;
}

.footernav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.footernav li {
  display: block;
}

.footernav li a:first-child {
  padding-left: 0 !important;
}

.footernav li a {
  text-decoration: none;
  display: inline-block;
  color: #FFFFFF;
  padding: 0 4px;
}

.footernav li a:hover {
  text-decoration: underline;
}

.footercopyright {
  color: #ACACAC;
  background-color: #000000;
  padding: 8px 0 1px 0;
  font-size: 14px;
}


/**
 * 9.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */
/********************************************
Room Boxes
********************************************/
.roomcards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(565px, 1fr));
  grid-auto-rows: auto;
  column-gap: 20px;
  row-gap: 50px;
}

.roomcard {
  min-width: 100%;
  display: grid;
  grid-template-rows: max-content max-content 1fr;
}

.roomcard h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.1;
  min-height: 33px; /* If room titles are long then change this to 66px to allow for 2 lines */
}

.roomslider {
  margin: 0 auto 10px auto;
  width: 100%;
}

ul.roomlist {
  display: inline-block;
  overflow: auto;
  margin: 0;
  list-style: disc;
}

ul.roomlist li {
  width: 265px;
  padding-right: 20px;
  float: left;
}

.roomdesc {
  /*min-height: 180px;*/
}

.roomfooter {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding: 10px 0 10px 0;
}

.roomfooter h3 {
  font-weight: normal;
  float: left;
  clear: right;
  padding: 5px 0 5px 0;
  margin: 0;
  /*max-width: 320px;*/
}

.roombuttons {
  clear: both;
}

.roombuttons::after {
  /* ClearFix Hack */
  content: "";
  clear: both;
  display: table;
}

/********************************************
Activity Boxes
********************************************/
.activitycards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
  grid-auto-rows: auto;
  column-gap: 20px;
  row-gap: 50px;
}

.activitycard {
  min-width: 100%;
  display: grid;
  grid-template-rows: max-content 76px 1fr;
}

.activityslider {
  margin: 0 auto 10px auto;
  max-width: 370px;
  width: 100%;
}

.activitycard h2 {
  text-align: center;
}

.activitycardfooter {
  text-align: center;
}

/********************************************
Masonry
********************************************/
.masonry { /* Masonry container */
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

.masonry .reviews-inner { /* Masonry bricks or child elements */
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  page-break-inside: avoid;
}

/********************************************
Buttons
********************************************/
.button-container {
  margin: 10px 0;
}

.button-container a.button:not(:first-child) {
  margin-top: 10px;
}

.button {
  background-color: #FFDD00;
  color: #232323;
  padding: 8px 10px;
  margin: 0 5px 0 5px;
  display: inline-table;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #FFDD00;
  font-family: "Montserrat";
  font-size: 14px;
  cursor: pointer;
}

.button:hover {
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  background-color: #FFFFFF;
  color: #FFDD00;
}

.headertop .button {
  font-size: 12px;
  padding: 0 5px;
  margin: 0;
  color: #232323;
  background-color: #FFDD00;
  border: 2px solid #FFDD00;
}

.headertop .button:hover {
  background-color: #FFFFFF;
  color: #232323;
  border: 2px solid #232323;
}

.sliderbottom .button {
  color: #232323;
  background-color: #FFDD00;
  border: 2px solid #FFDD00;
}

.sliderbottom .button:hover {
  background-color: #FFFFFF;
  color: #232323;
  border: 2px solid #232323;
}

.buttonlarge {
  padding: 10px 30px;
  font-size: 125%;
}

.buttonbooknow {
  background-color: #FFDD00;
  color: #232323;
  border: 2px solid #FFDD00;
}

.buttonbooknow:hover {
  background-color: #FFFFFF;
  color: #232323;
  border: 2px solid #232323;
}

.buttonenquire {
  background-color: #FFDD00;
  color: #232323;
  border: 2px solid #FFDD00;
}

.buttonenquire:hover {
  background-color: #FFFFFF;
  color: #232323;
  border: 2px solid #232323;
}

.buttonvisit {
  background-color: #FFDD00;
  color: #232323;
  border: 2px solid #FFDD00;
}

.buttonvisit:hover {
  background-color: #FFFFFF;
  color: #232323;
  border: 2px solid #232323;
}

/********************************************
Client Reviews
********************************************/
.reviews-inner {
  padding: 10px 0;
  margin-bottom: 10px;
  background: #F9F9F9;
}

.reviews-inner h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #93BCE8;
  text-align: center;
}

.reviews-inner p.review-date {
  margin: 0;
  padding: 0;
  color: #BBBBBB;
  text-align: center
}

.reviews-inner blockquote {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0 20px 0 20px;
  quotes: "\201C""\201D""\201C""\201D";
}

.reviews-inner blockquote:before {
  color: #333333;
  content: open-quote;
  font-size: 50px;
  line-height: 0.1em;
  vertical-align: -0.4em;
  margin-right: 5px;
}

.reviews-inner blockquote p {
  display: inline;
  margin: 0;
  color: #333333;
}

.reviews-inner blockquote cite {
  display: block;
  margin: 0 0 0 20px;
  color: #BBBBBB;
}

.reviews-inner blockquote cite:before {
  content: "\2013\00a0";
}

.reviews-inner {
  transition: 0.5s;
  border: 2px solid #FFFFFF;
}

.reviews-inner:hover {
  border: 2px solid #FFDD00;
}

/********************************************
Add ticks to an unordered list
********************************************/
ul.ticklist {
  list-style-type: none;
  padding-left: 20px;
}

ul.ticklist li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  /*content: "\f00c";*/ /* fa-check */
  content: "\f14a"; /* fa-check-square */
  /*content: "\f046"; */ /* fa-check-square-o */
  /*content: "\f058"; */ /* fa-check-circle */
  /*content: "\f05d";*/ /* fa-check-circle-o */
  margin: 0 5px 0 -17px;
  color: #FFDD00;
  font-size: 14px; /* Font Awesome fonts are designed to work at 14px and multiples */
}

/********************************************
Home Page Room Carousel
********************************************/
#roomcarousel {
  width: 100%;
  display: block !important;
  margin-bottom: 20px;
}

.homeroomcards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 25px;
}

.is-cms .homeroomcards {
  margin-bottom: 25px;
}

.homeroomcard {
  position: relative;
  overflow: hidden;
  width: 370px; /* For 2 columns make it 570px */
}

.homeroomcard .img {
  position: relative;
  overflow: hidden;
  max-width: 370px; /* For 2 columns make it 570px */
  max-height: 236px; /* For 2 columns make it 376px */
  width: 100%;
  object-fit: scale-down;
}

.homeroomcard:hover img {
  transform: scale(1.1);
}

.homeroomcard .img img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  vertical-align: middle;
}

.homeroomcard .text {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 15px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.is-cms .homeroomcard .text {
  cursor: text;
}

.homeroomcard .text h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  float: left;
  font-family: "Hind";
  line-height: 2.1;
  color: #FFFFFF;
}

.homeroomcard .text .price {
  color: #FFDD00;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat";
}

.homeroomcard .text .price .amount {
  color: #FFFFFF;
  font-size: 26px;
}

/********************************************
Other
********************************************/
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.block {
  display: block;
}

article {
  margin: 0;
  line-height: 1.5em;
}

.contactblock {
  padding: 15px 25px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  overflow: auto;
}

.contactblock i {
  padding: 0 3px 0 0;
}

.contactblock a:not(.button) {
  color: #232323;
}

article h3 {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

article .resphonenumber {
  font-size: 26px;
  letter-spacing: 1px;
  padding: 5px 0;
  margin: 0 0 10px 0;
}

.headerborder {
  width: 250px;
  height: 1px;
  background-color: #FFDD00;
  display: inline-block;
  margin-bottom: 20px;
}

.map {
  position: relative;
  padding-bottom: 25%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.videowrapper {
  max-width: 500px;
  width: 100%;
  margin: 0 auto !important;
}

.videocontainer {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  height: 0;
  overflow: hidden;
}

.videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.badges {
  text-align: center;
  margin: 20px 0 0 0;
}

.badges img {
  margin: 5px 10px;
  vertical-align: middle;
}

.valign-content {
  /* This is a hack to make content inside a div center vertically in relation to other columns in the row.
     The .valign-content class should be on the column's parent row div. */
  display: flex;
  align-items: center;
}

.amenities, .affiliations {
  margin: 2px;
  border: none;
}


/**
 * 10.0  Media Queries
 *
 * -----------------------------------------------------------------------------
 */
@media print {
  header {
    /* Don't make the header sticky when the page is printed */
    position: relative;
  }
}

@media screen and (max-width:1200px) {
  .headerwrapper {
    width: 100%;
  }

  .headertopleft {
    margin-left: 10px
  }

  .headertopright {
    margin-right: 10px;
  }

  .logo {
    padding-left: 10px;
  }

  .sliderbottomwrapper {
    width: 98%;
  }

  .contentwrapper {
    width: 98%;
    padding: 0;
  }

  .footerwrapper {
    width: 100%;
  }

  ul.roomlist {
    display: block;
    margin: 0;
  }

  ul.roomlist li {
    width: 100%;
    padding-right: 0;
    float: none;
  }
}

@media screen and (max-width:1170px) {
  .roomfooter h3 {
    max-width: initial;
  }
}

@media screen and (max-width:1000px) {
  .headerleft {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .headerleft img {
    display: block;
    text-align: center;
    margin: 0 auto;
    float: none;
    max-width: 100%;
  }

  .logo {
    padding: 10px 0;
  }

  .headerright {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #mfToggleMenu {
    display: block;
  }

  .menuwrapper ul {
    width: 100%;
    background-color: #FFDD00;
    padding: 0;
    font-size: 0;
    border: none;
    margin: 0 auto;
    text-align: center;
    display: none;
  }

  .menuwrapper ul li {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
  }

  .menuwrapper ul li a {
    font-size: 16px;
    display: block;
    color: #232323;
    padding: 10px 0;
    border-top: 1px solid #232323;
    border-right: none;
  }

  .menuwrapper ul li a:hover {
    border-top: 1px solid #232323;
    background-color: #93BCE8;
  }

  .menuwrapper ul li a.active {
    border-top: 1px solid #232323;
    background-color: #93BCE8;
  }

  .slider, .banner {
    margin: 155px 0 20px 0;
  }
}

@media screen and (max-width:960px) {
  .roomfooter h3 {
    float: none;
    clear: right;
    padding: 0;
    margin: 0;
    text-align: center;
    max-width: inherit;
  }

  .roombuttons a {
    margin: 10px;
    float: none;
    display: block;
    max-width: none;
  }
}

@media screen and (max-width:785px) {
  .activitycard {
    grid-template-rows: max-content max-content max-content;
  }
}

@media screen and (max-width:768px) {
  .site {
    background: none;
  }

  .sliderwrapper {
    max-width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    display: block;
    clear: both;
  }

  .sliderbottom {
    margin-top: 0;
    position: relative;
    height: auto;
    background-image: none;
    background-color: #000000;
  }

  .sliderbottom h2 {
    padding-left: 0;
    text-align: center;
  }

  .sliderbottom h2:before {
    content: "";
    border: none;
  }

  .sliderbottom .button {
    margin: 10px 0 0 0;
  }

  .footercontact, .footernav, .footercontent h2 {
    text-align: center;
  }

  .footernav li a {
    padding: 4px;
  }

  .contactblock {
    margin: 0 0 10px 0;
  }

  .map {
    padding-bottom: 50%; /* This is the aspect ratio */
  }

  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width:640px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 100%;
  }

  .col-content {
    padding-right: 0;
  }

  .slider {
    padding: 0;
  }

  .sliderbottom .button {
    margin: 0;
  }

  .pagetitle {
    font-size: 30px;
  }

  .roomcard h2 {
    font-size: 26px;
    line-height: 1.1;
    min-height: auto;
  }

  .valign-content {
    display: inherit;
  }
}

@media screen and (max-width:625px) {
  .headertopleft {
    float: none;
    margin-left: 0;
  }

  .headertopleftaddress {
    display: block;
    text-align: center;
    margin: 0;
  }

  .headertopleftphone {
    display: block;
    text-align: center;
    margin: 0;
  }

  .headertopright {
    float: none;
    text-align: center;
    margin-right: 0;
  }

  .headertop .button {
    padding: 10px 30px;
    margin: 0;
  }

  .slider, .banner {
    margin: 213px 0 20px 0;
  }
}

@media screen and (max-width:580px) {
  .roomcards, .activitycards {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media screen and (max-width:480px) {
  .sliderbutton {
    display: none;
  }

  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (max-width:380px) {
}

@media screen and (max-width:320px) {
}