/**
* Combines all modules, partials and vendor files etc.
* Author: Chalk [www.chalk.co.uk]
* ANIMATION : compass animation plugin installed, https://github.com/ericam/compass-animation
*/
/**
 * Imports all mixins + global project variables from 'modules' directory.
 * This file is imported into all .scss files so that mixins and variables are available for use in them.
 * Author: Chalk [www.chalk.co.uk]
 *
 */
/**
 * SCSS modules all together
 * Author: Chalk [www.chalk.co.uk]
 *
 */
/* IMPORT ALL MODULES */
/**
 * SCSS Colours
 * Author: Chalk [www.chalk.co.uk]
 *
 */
/* COLORS */
/* COLOUR SCHEMES */
/**
 * SCSS Font stacks
 * Author: Chalk [www.chalk.co.uk]
 *
 */
/* font-faces */
@font-face {
  font-family: "TfArrowLight";
  src: url("fonts/tf-arrow-light/tf-arrow-light.eot");
  src: url("fonts/tf-arrow-light/tf-arrow-light.eot?#iefix") format("embedded-opentype"), url("fonts/tf-arrow-light/tf-arrow-light.woff") format("woff"), url("fonts/tf-arrow-light/tf-arrow-light.ttf") format("truetype"), url("fonts/tf-arrow-light/tf-arrow-light.svg") format("svg");
}
/* Generic */
/* Site fonts */
/* Fonts used on this site */
/* Font weights */
/* FONT SIZES IN MAIN.SCSS */
/* Indentation and padding */
/**
 * SCSS Custom mixins
 * Author: Chalk [www.chalk.co.uk]
 *
 */
/* line 6, ../sass/modules/_mixins.scss */
.no-gutter[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/modules/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/modules/_normalize.scss */
body {
  margin: 0;
  /* font-family: 'TfArrowLight'; */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/modules/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/modules/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/modules/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/modules/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/modules/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/modules/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/modules/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/modules/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/modules/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/modules/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/modules/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/modules/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/modules/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/modules/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/modules/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/modules/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/modules/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/modules/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/modules/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/modules/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/modules/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/modules/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/modules/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/modules/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/modules/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/modules/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/modules/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/modules/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/modules/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/modules/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/modules/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/modules/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/modules/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/modules/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/modules/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/modules/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/modules/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/modules/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 7, ../sass/modules/_header.scss */
.header {
  background-color: #ffffff;
  height: 120px;
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0px;
  width: 100%;
  z-index: 500;
  /* animation magic */
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
}
@media (min-width: 992px) {
  /* line 7, ../sass/modules/_header.scss */
  .header {
    height: 170px;
  }
}
/* line 24, ../sass/modules/_header.scss */
.header h1 {
  height: 80%;
  max-height: 93px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 24, ../sass/modules/_header.scss */
  .header h1 {
    max-height: 170px;
  }
}
/* line 28, ../sass/modules/_header.scss */
.header #logo > img {
  height: 100%;
  margin: auto;
}
/* line 29, ../sass/modules/_header.scss */
.header .table-cell {
  vertical-align: middle;
  padding: 0 40px;
  width: 33.33%;
}
/* line 30, ../sass/modules/_header.scss */
.header .register {
  line-height: 18px;
}
/* line 32, ../sass/modules/_header.scss */
.header.fixed {
  background-color: transparent;
}

/* line 41, ../sass/modules/_header.scss */
.shrink {
  height: 120px;
}

/* line 45, ../sass/modules/_header.scss */
.close-button {
  background-image: url();
  display: block;
  height: 77px;
  width: 77px;
}

/* line 53, ../sass/modules/_header.scss */
.front .header {
  background-color: transparent;
  -ms-overflow-style: none;
}
@media (min-width: 992px) {
  /* line 53, ../sass/modules/_header.scss */
  .front .header {
    height: 170px;
    top: -180px;
  }
}
/* line 59, ../sass/modules/_header.scss */
.front .header.fixed {
  background-color: transparent;
  overflow: inherit;
}
/* line 66, ../sass/modules/_header.scss */
.front .header::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}

@media (min-width: 992px) {
  /* line 73, ../sass/modules/_header.scss */
  .image-contain {
    height: 400px;
    max-height: 400px;
    overflow: hidden;
  }
}

/**
 * SCSS Footer Styles
 * Author: Chalk [www.chalk.co.uk]
 *
 */
/* line 9, ../sass/modules/_footer.scss */
footer.reverse {
  border-top: 1px solid #685f61;
}

/* line 14, ../sass/modules/_footer.scss */
footer {
  border-top: 1px solid #aa0a2f;
  font-size: 20px;
  margin-top: 2em;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 22, ../sass/modules/_footer.scss */
footer .last:after {
  content: '';
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 14, ../sass/modules/_footer.scss */
  footer {
    border-top: 1px solid #aa0a2f;
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  /* line 14, ../sass/modules/_footer.scss */
  footer {
    border-top: 1px solid #ffffff;
    margin-bottom: -40px;
  }
  /* line 34, ../sass/modules/_footer.scss */
  footer .container-fluid {
    margin: auto;
  }
  /* line 35, ../sass/modules/_footer.scss */
  footer .last {
    margin: 0 2em 0 0;
  }
  /* line 36, ../sass/modules/_footer.scss */
  footer nav {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  /* line 42, ../sass/modules/_footer.scss */
  .node-type-contact #footer.reverse, .node-type-contact footer, .node-type-bar-sub-page #footer.reverse, .node-type-bar-sub-page footer, .node-type-private-dining-bar #footer.reverse, .node-type-private-dining-bar footer, .node-type-menu #footer.reverse, .node-type-menu footer, .node-type-offer #footer.reverse, .node-type-offer footer, .page-special-offers #footer.reverse, .page-special-offers footer, .page-events #footer.reverse, .page-events footer, .node-type-event #footer.reverse, .node-type-event footer {
    position: absolute;
    margin-bottom: 0px;
  }
}

/* line 50, ../sass/modules/_footer.scss */
.front footer {
  margin-bottom: -70px;
  margin-top: 0em;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 50, ../sass/modules/_footer.scss */
  .front footer {
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  /* line 50, ../sass/modules/_footer.scss */
  .front footer {
    margin-bottom: 0px;
  }
}
/* line 65, ../sass/modules/_footer.scss */
.front #footer .social-links a {
  height: 30px;
  width: 30px;
  background-image: url(../../images/social-icons-secondary.png);
  background-image: url(../../images/social-icons-secondary.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 73, ../sass/modules/_footer.scss */
.front #footer .social-links a:hover {
  opacity: 0.5;
}
@media (min-width: 992px) {
  /* line 65, ../sass/modules/_footer.scss */
  .front #footer .social-links a {
    background-image: url(../../images/social-icons-primary@2x.png);
    background-image: url(../../images/social-icons-primary.svg);
  }
  /* line 80, ../sass/modules/_footer.scss */
  .front #footer .social-links a:hover {
    background-image: url(../../images/social-icons-secondary@2x.png);
    background-image: url(../../images/social-icons-secondary.svg);
    opacity: 1;
  }
}

/* line 94, ../sass/modules/_footer.scss */
#footer {
  list-style-type: none;
  clear: both;
  width: 100%;
  overflow: hidden;
}
/* line 100, ../sass/modules/_footer.scss */
#footer ul {
  padding: 15px 0;
  width: 90%;
  float: left;
}
/* line 106, ../sass/modules/_footer.scss */
#footer li {
  display: inline;
  padding: 0px 40px;
}
@media (min-width: 992px) {
  /* line 106, ../sass/modules/_footer.scss */
  #footer li {
    padding: 0 6%;
  }
}
/* line 113, ../sass/modules/_footer.scss */
#footer a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
  font-family: "TfArrowLight";
}
/* line 114, ../sass/modules/_footer.scss */
#footer a:hover {
  color: #aa0a2f;
}
/* line 117, ../sass/modules/_footer.scss */
#footer .social-links ul {
  width: 10%;
  padding-top: 20px;
}
/* line 122, ../sass/modules/_footer.scss */
#footer .social-links li {
  padding: 0px 6% 0 0;
  float: left;
}
@media (min-width: 992px) {
  /* line 122, ../sass/modules/_footer.scss */
  #footer .social-links li {
    padding: 0px 10% 0 0;
  }
}
/* line 129, ../sass/modules/_footer.scss */
#footer .social-links a {
  height: 30px;
  width: 30px;
  background-image: url(../../images/social-icons-secondary.png);
  background-image: url(../../images/social-icons-secondary.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 137, ../sass/modules/_footer.scss */
#footer .social-links a:hover {
  opacity: 0.5;
}
/* line 151, ../sass/modules/_footer.scss */
#footer .social-links a.fb {
  background-position: 0 0;
}
/* line 152, ../sass/modules/_footer.scss */
#footer .social-links a.yt {
  background-position: -60px 0;
}
/* line 153, ../sass/modules/_footer.scss */
#footer .social-links a.tw {
  background-position: -30px 0;
}

/* line 158, ../sass/modules/_footer.scss */
#footer.reverse {
  background-color: #ffffff;
  position: relative;
}
/* line 161, ../sass/modules/_footer.scss */
#footer.reverse a {
  color: #aa0a2f;
}
/* line 162, ../sass/modules/_footer.scss */
#footer.reverse a:hover {
  color: #957844;
}

@media (max-width: 480px) {
  /* line 167, ../sass/modules/_footer.scss */
  #footer {
    position: relative;
    background-color: #ffffff;
  }
  /* line 170, ../sass/modules/_footer.scss */
  #footer li {
    display: block;
    text-align: left;
  }
  /* line 171, ../sass/modules/_footer.scss */
  #footer a {
    color: #aa0a2f;
    font-size: 20px;
  }
  /* line 173, ../sass/modules/_footer.scss */
  #footer .social-links ul {
    width: 100%;
    padding-left: 38px;
    padding-top: 0px;
  }
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 179, ../sass/modules/_footer.scss */
  #footer {
    position: relative;
    background-color: #ffffff;
  }
  /* line 182, ../sass/modules/_footer.scss */
  #footer li {
    display: block;
    text-align: left;
  }
  /* line 183, ../sass/modules/_footer.scss */
  #footer a {
    display: block;
    text-decoration: none;
    color: #aa0a2f;
    font-size: 20px;
  }
  /* line 185, ../sass/modules/_footer.scss */
  #footer .social-links ul {
    width: 100%;
    padding-left: 28px;
    padding-top: 0px;
  }
}
/**
 * SCSS Footer Styles
 * Author: Chalk [www.chalk.co.uk]
 *
 */
/* line 8, ../sass/modules/_opentable.scss */
.liveBookings {
  position: fixed;
  top: -24px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10002;
}

/* line 18, ../sass/modules/_opentable.scss */
.bg-mask {
  background-color: black;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.8;
  z-index: 10001;
  width: 100%;
  height: 100%;
}

/* line 31, ../sass/modules/_opentable.scss */
.click-here.sub {
  position: absolute;
  height: 60px;
  width: 60px;
  text-align: center;
  bottom: -450px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-image: url(/sites/all/themes/lowndes/images/close-white@2x.png);
  background-image: url(/sites/all/themes/lowndes/images/close-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 2, ../sass/modules/_slideshow.scss */
div.views_slideshow_controls_text a {
  display: block;
  text-indent: -9999px;
}
/* line 7, ../sass/modules/_slideshow.scss */
div.views_slideshow_controls_text span {
  display: block;
  width: 65px;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 45px;
  position: absolute;
  top: 0;
  top: 50%;
  margin-top: -450px;
}

/* line 21, ../sass/modules/_slideshow.scss */
span#views_slideshow_controls_text_next_slideshow-block {
  background-image: url(/sites/all/themes/lowndes/images/right-arrow.png);
  background-image: url(/sites/all/themes/lowndes/images/right-arrow.svg);
  right: 40px;
  display: none;
}
/* line 27, ../sass/modules/_slideshow.scss */
span#views_slideshow_controls_text_next_slideshow-block:hover {
  background-image: url(/sites/all/themes/lowndes/images/right-arrow-hover.png);
  background-image: url(/sites/all/themes/lowndes/images/right-arrow-hover.svg);
}
@media (min-width: 992px) {
  /* line 21, ../sass/modules/_slideshow.scss */
  span#views_slideshow_controls_text_next_slideshow-block {
    display: block;
  }
}

/* line 38, ../sass/modules/_slideshow.scss */
span#views_slideshow_controls_text_previous_slideshow-block {
  background-image: url(/sites/all/themes/lowndes/images/left-arrow.png);
  background-image: url(/sites/all/themes/lowndes/images/left-arrow.svg);
  left: 40px;
  display: none;
}
/* line 44, ../sass/modules/_slideshow.scss */
span#views_slideshow_controls_text_previous_slideshow-block:hover {
  background-image: url(/sites/all/themes/lowndes/images/left-arrow-hover.png);
  background-image: url(/sites/all/themes/lowndes/images/left-arrow-hover.svg);
}
@media (min-width: 992px) {
  /* line 38, ../sass/modules/_slideshow.scss */
  span#views_slideshow_controls_text_previous_slideshow-block {
    display: block;
  }
}

/* line 54, ../sass/modules/_slideshow.scss */
span#views_slideshow_controls_text_pause_slideshow-block {
  display: none;
}

/* line 58, ../sass/modules/_slideshow.scss */
div#widget_pager_bottom_slideshow-block {
  width: 100%;
  text-align: center;
  display: block;
  margin: auto;
}

/* line 65, ../sass/modules/_slideshow.scss */
#slider_controls {
  position: relative;
  bottom: 380px;
  margin: auto;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 65, ../sass/modules/_slideshow.scss */
  #slider_controls {
    bottom: 450px;
  }
}
@media (min-width: 992px) {
  /* line 65, ../sass/modules/_slideshow.scss */
  #slider_controls {
    bottom: 100px;
  }
}

/* line 80, ../sass/modules/_slideshow.scss */
.views-slideshow-pager-field-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 20px 10px;
  background-image: url(/sites/all/themes/lowndes/images/dot-outer-green.png);
  background-image: url(/sites/all/themes/lowndes/images/dot-outer-green.svg);
}
@media (min-width: 992px) {
  /* line 80, ../sass/modules/_slideshow.scss */
  .views-slideshow-pager-field-item {
    background-image: url(/sites/all/themes/lowndes/images/dot-outer.png);
    background-image: url(/sites/all/themes/lowndes/images/dot-outer.svg);
  }
}
/* line 91, ../sass/modules/_slideshow.scss */
.views-slideshow-pager-field-item h2 {
  display: none;
}

/* line 96, ../sass/modules/_slideshow.scss */
.views-slideshow-pager-field-item.active {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/sites/all/themes/lowndes/images/dot-inner-green.png);
  background-image: url(/sites/all/themes/lowndes/images/dot-inner-green.svg);
}
@media (min-width: 992px) {
  /* line 96, ../sass/modules/_slideshow.scss */
  .views-slideshow-pager-field-item.active {
    background-image: url(/sites/all/themes/lowndes/images/dot-inner.png);
    background-image: url(/sites/all/themes/lowndes/images/dot-inner.svg);
  }
}
/* line 106, ../sass/modules/_slideshow.scss */
.views-slideshow-pager-field-item.active h2 {
  display: none;
}

/* line 111, ../sass/modules/_slideshow.scss */
div#views_slideshow_cycle_main_slideshow-block {
  height: 100%;
  width: 100%;
}

/* line 117, ../sass/modules/_slideshow.scss */
div#block-views-slideshow-block {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 118, ../sass/modules/_slideshow.scss */
div#block-views-slideshow-block .content {
  height: 100%;
  width: 100%;
}

/* line 126, ../sass/modules/_slideshow.scss */
div#views_slideshow_cycle_div_slideshow-block_0, .views_slideshow_cycle_slide {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100% !important;
  width: 100% !important;
}

/* line 135, ../sass/modules/_slideshow.scss */
.views-field-body .field-content {
  position: absolute;
  top: 40%;
  margin: auto;
  padding: 0em;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  /* line 135, ../sass/modules/_slideshow.scss */
  .views-field-body .field-content {
    color: #ffffff;
    background-color: transparent;
    font-size: 46px;
    max-width: 800px;
    line-height: 52px;
    top: 42%;
  }
}
/* line 157, ../sass/modules/_slideshow.scss */
.views-field-body .field-content p {
  color: #aa0a2f;
  padding: 20px;
  font-family: "TfArrowLight";
  font-size: 26px;
  line-height: 40px;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 157, ../sass/modules/_slideshow.scss */
  .views-field-body .field-content p {
    color: #aa0a2f;
    background-color: transparent;
    max-width: 750%;
    font-size: 32px;
    line-height: 46px;
    padding: 1em;
  }
}
@media (min-width: 992px) {
  /* line 157, ../sass/modules/_slideshow.scss */
  .views-field-body .field-content p {
    color: #ffffff;
    background-color: transparent;
    font-size: 46px;
    line-height: 52px;
  }
}

/* line 186, ../sass/modules/_slideshow.scss */
.views-field-field-feature-image .field-content div {
  background-size: cover;
  height: 50%;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 186, ../sass/modules/_slideshow.scss */
  .views-field-field-feature-image .field-content div {
    height: 100%;
  }
}

/* line 198, ../sass/modules/_slideshow.scss */
.views-slideshow-cycle-main-frame-row-item, .views-field-field-feature-image, .views-slideshow-cycle-main-frame, .field-content, .skin-default, .view-content, .view-slideshow, .views-field-field-front-page-image {
  height: 100% !important;
  width: 100% !important;
}

/* line 5, ../sass/modules/_cookiebanner.scss */
#cookie-banner p {
  color: #ffffff;
}
/* line 8, ../sass/modules/_cookiebanner.scss */
#cookie-banner p > a {
  color: #957844 !important;
  text-decoration: underline;
}
/* line 14, ../sass/modules/_cookiebanner.scss */
#cookie-banner button.close {
  background-image: url(/sites/all/themes/lowndes/images/close-white@2x.png);
  background-image: url(/sites/all/themes/lowndes/images/close-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 21, ../sass/modules/_cookiebanner.scss */
#cookie-banner .close:hover {
  background-position: 0 0px !important;
}

/* line 27, ../sass/modules/_cookiebanner.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* line 32, ../sass/modules/_cookiebanner.scss */
.close:focus, .close:hover {
  color: none;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 41, ../sass/modules/_cookiebanner.scss */
.cookie-banner {
  margin-top: 100px;
  padding: 40px 20px;
  border-top: 1px solid #685f61;
}
@media (min-width: 992px) {
  /* line 41, ../sass/modules/_cookiebanner.scss */
  .cookie-banner {
    padding: 40px 0px;
  }
}

/* line 51, ../sass/modules/_cookiebanner.scss */
.no-cookie-consent .mobile-nav {
  margin-top: 0px;
}

/* IE specific styles go here - relies on Modernizr */
/* line 58, ../sass/modules/_cookiebanner.scss */
html.no-smil .svg {
  width: 100%;
}
/* line 59, ../sass/modules/_cookiebanner.scss */
html.no-smil .svg.not100pc {
  width: auto !important;
}

/* line 64, ../sass/modules/_cookiebanner.scss */
.ie8 .page-template-template-04-02-register select {
  filter: alpha(opacity=0);
}

/* line 69, ../sass/modules/_cookiebanner.scss */
a:hover {
  color: #343031;
}

/* !HTML & Body */
/* line 22, ../sass/main.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 23, ../sass/main.scss */
body {
  /* font-size: 16px;
  font-family: "TfArrowLight";
  font-weight: 100;
  color: #957844;
  line-height: 30px; */
}

/* !List Reset */
/* line 27, ../sass/main.scss */
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 29, ../sass/main.scss */
h1 {
  text-align: center;
}

/* Fullscreen overlay nav toggle */
/* line 41, ../sass/main.scss */
.fs-nav-toggle {
  display: block;
  background-image: url(/sites/all/themes/lowndes/images/icon-main-menu-gold@2x.png);
  background-image: url(/sites/all/themes/lowndes/images/icon-main-menu-gold.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  height: 72px;
  width: 77px;
  display: block;
}
/* line 48, ../sass/main.scss */
.fs-nav-toggle.active {
  background-image: url(/sites/all/themes/lowndes/images/close-gold@2x.png);
}
@media (min-width: 992px) {
  /* line 48, ../sass/main.scss */
  .fs-nav-toggle.active {
    background-image: url(/sites/all/themes/lowndes/images/close-white@2x.png);
    background-image: url(/sites/all/themes/lowndes/images/close-white.svg);
  }
}
/* line 58, ../sass/main.scss */
.fs-nav-toggle span {
  display: block;
  text-transform: uppercase;
  font-size: 19.2px;
}
/* line 59, ../sass/main.scss */
.fs-nav-toggle img.active {
  display: block;
}

/* line 65, ../sass/main.scss */
.front .fs-nav-toggle {
  background-image: url(/sites/all/themes/lowndes/images/icon-main-menu@2x.png);
  background-image: url(/sites/all/themes/lowndes/images/icon-main-menu.svg);
}
/* line 68, ../sass/main.scss */
.front .fs-nav-toggle.active {
  background-image: url(/sites/all/themes/lowndes/images/close-gold@2x.png);
  background-image: url(/sites/all/themes/lowndes/images/close-gold.svg);
}
@media (min-width: 992px) {
  /* line 68, ../sass/main.scss */
  .front .fs-nav-toggle.active {
    background-image: url(/sites/all/themes/lowndes/images/close-white@2x.png);
    background-image: url(/sites/all/themes/lowndes/images/close-white.svg);
  }
}

/* line 81, ../sass/main.scss */
.fullheight {
  height: 100%;
  overflow: scroll;
}

/* line 86, ../sass/main.scss */
.overlay-nav {
  display: block;
  right: 0;
  top: 0px;
  padding: 1em;
  position: fixed;
  z-index: 99999;
}
@media (min-width: 992px) {
  /* line 86, ../sass/main.scss */
  .overlay-nav {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 96, ../sass/main.scss */
  .front .overlay-nav {
    display: block;
  }
}

/* line 105, ../sass/main.scss */
.logged-in .overlay-nav {
  margin-top: 50px;
}

/* line 110, ../sass/main.scss */
.img-block {
  max-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 110, ../sass/main.scss */
  .img-block {
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  /* line 110, ../sass/main.scss */
  .img-block {
    max-height: 100%;
  }
}

/* line 121, ../sass/main.scss */
ul.menu li, li.expanded, li.collapsed, li.leaf {
  padding: 0;
  margin: 0;
}

/* line 125, ../sass/main.scss */
.fs-nav {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: scroll;
  z-index: 10000;
}
/* line 131, ../sass/main.scss */
.fs-nav .region-header, .fs-nav .block-menu, .fs-nav .content, .fs-nav .menu {
  height: 100%;
}
/* line 135, ../sass/main.scss */
.fs-nav li.leaf {
  padding: 0px;
}

/* line 147, ../sass/main.scss */
.fs-nav h1 {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  /* line 147, ../sass/main.scss */
  .fs-nav h1 {
    z-index: 0;
  }
}
/* line 156, ../sass/main.scss */
.fs-nav #logo {
  width: 100%;
  height: 100px;
  padding-top: 20px;
  overflow: hidden;
  display: block;
}
/* line 162, ../sass/main.scss */
.fs-nav #logo img {
  height: 70px;
  display: block;
  width: 200px;
  margin: auto;
}

/* line 174, ../sass/main.scss */
.fs-nav > .region > .block-menu > .content li.first.expanded, .fs-nav > .region > .block-menu > .content .first.leaf.menu-219 {
  margin-top: 110px;
}
/* line 178, ../sass/main.scss */
.fs-nav > .region > .block-menu > .content ul.menu > li > a {
  border-top: 1px solid #ffffff;
  padding: 30px 10px;
}
/* line 185, ../sass/main.scss */
.fs-nav > .region > .block-menu > .content ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #957844;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 194, ../sass/main.scss */
.fs-nav > .region > .block-menu > .content ul.menu a {
  color: #ffffff;
  color: #ffffff;
  display: block;
}
/* line 201, ../sass/main.scss */
.fs-nav > .region > .block-menu > .content ul.menu > li > ul.menu {
  background-color: #aa0a2f;
}
/* line 203, ../sass/main.scss */
.fs-nav > .region > .block-menu > .content ul.menu > li > ul.menu a {
  border-top: none;
}
/* line 206, ../sass/main.scss */
.fs-nav > .region > .block-menu > .content ul.menu > li > ul.menu a:hover {
  color: #957844;
}
@media (min-width: 992px) {
  /* line 172, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content {
    /* line 165, ../sass/main.scss */
  }
  /* line 214, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content ul.menu {
    /*display: none;*/
    background-color: #004330;
    /*z-index: 300;*/
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/menu-nav-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  /* line 232, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content ul, .fs-nav > .region > .block-menu > .content li {
    list-style: none;
  }
  /* line 236, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content a {
    color: white;
  }
  /* line 240, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content ul {
    padding: 0px;
  }
  /* line 244, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content ul.menu > li > ul.menu > li {
    border: none;
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: none;
    height: 40px;
  }
  /* line 252, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content ul.menu > li > ul.menu > li > a {
    position: relative;
    height: 40px;
  }
  /* line 259, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content ul.menu > li > ul.menu {
    width: 100%;
    border: 1px solid #c2c2c2;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    width: 100%;
    position: relative;
    float: left;
    height: 100%;
    min-height: 100%;
    background-image: none;
    background-color: #aa0a2f;
    display: none;
  }
  /* line 278, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content ul.menu > li:hover > ul.menu {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 33.3333vw;
    height: 50vh;
    float: none;
  }
  /* line 288, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content ul.menu > li {
    position: relative;
    width: 33.3333%;
    float: left;
    height: 50%;
    background-color: transparent;
    border: 1px solid white;
    overflow: hidden;
  }
  /* line 298, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content li.first.expanded, .fs-nav > .region > .block-menu > .content .first.leaf.menu-219 {
    margin-top: 0px;
  }
  /* line 302, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content ul.menu > li:hover {
    position: relative;
    width: 33.3333%;
    float: left;
    height: 50%;
    background-color: transparent;
    border: 1px solid white;
  }
  /* line 311, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content nav > ul.menu > li:hover > a {
    text-indent: -9999px;
    background-color: transparent;
  }
  /* line 316, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content ul.menu > li > a {
    border-top: none;
    padding: 0 0;
  }
  /* line 322, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content ul.menu > li > a {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 20px;
    margin: auto;
    position: absolute;
    font-size: 28px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  /* line 334, ../sass/main.scss */
  .fs-nav > .region > .block-menu > .content a.OT_Find_a_Table.menu-775.nolink, .fs-nav > .region > .block-menu > .content a.OT_Find_a_Table.menu-928.nolink {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}

/* Mobile navigation container */
/* line 349, ../sass/main.scss */
.mobile-nav {
  background-color: #aa0a2f;
}
/* line 354, ../sass/main.scss */
.mobile-nav .mob-menu-res a {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 359, ../sass/main.scss */
.mobile-nav .mob-menu-res .reserve.reverse {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 28px;
  position: relative;
  padding: 15px 25px;
}
/* line 366, ../sass/main.scss */
.mobile-nav .mob-menu-res .reserve.reverse:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #957844;
}
@media (min-width: 992px) {
  /* line 366, ../sass/main.scss */
  .mobile-nav .mob-menu-res .reserve.reverse:before {
    border: 1px solid #ffffff;
  }
}

@media (max-width: 480px) {
  /* line 394, ../sass/main.scss */
  .home .nav-icon-white {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 394, ../sass/main.scss */
  .home .nav-icon-white {
    display: block;
  }
}

@media (max-width: 480px) {
  /* line 406, ../sass/main.scss */
  .nav-icon-white {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 406, ../sass/main.scss */
  .nav-icon-white {
    display: none;
  }
}

/* line 417, ../sass/main.scss */
.node-type-home-page #menu-mobile-nav {
  padding-top: 110px;
}

/* Basic styling */
/* line 424, ../sass/main.scss */
#menu-mobile-nav {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #957844;
  /* Active link logic */
}
/* line 432, ../sass/main.scss */
#menu-mobile-nav h6 {
  padding: 20px;
  color: #ffffff;
  background-color: #957844;
}
/* line 434, ../sass/main.scss */
#menu-mobile-nav li {
  display: block;
}
/* line 436, ../sass/main.scss */
#menu-mobile-nav li .active .sub-menu {
  display: block;
}
/* line 441, ../sass/main.scss */
#menu-mobile-nav a {
  display: block;
  border-top: 1px solid #ffffff;
  -webkit-tap-highlight-color: #343031;
}
/* line 443, ../sass/main.scss */
#menu-mobile-nav span {
  display: block;
  font-weight: normal;
  font-family: "TfArrowLight";
}
/* line 449, ../sass/main.scss */
#menu-mobile-nav .sub-menu {
  display: none;
  padding: 0;
  margin: 0;
  background-color: #957844;
  border-top: 1px solid #ffffff;
}
/* line 456, ../sass/main.scss */
#menu-mobile-nav .sub-menu a {
  border: none;
  color: #ffffff;
}
/* line 461, ../sass/main.scss */
#menu-mobile-nav .sub-menu a:hover {
  color: #957844;
}
/* line 463, ../sass/main.scss */
#menu-mobile-nav .sub-menu li {
  background-color: #aa0a2f;
  padding-top: 25px;
}
/* line 468, ../sass/main.scss */
#menu-mobile-nav .sub-menu li:last-child {
  padding-bottom: 25px;
}
/* line 474, ../sass/main.scss */
#menu-mobile-nav .current-menu-item .sub-menu,
#menu-mobile-nav .current-menu-ancestor .sub-menu,
#menu-mobile-nav .current-post-ancestor .sub-menu {
  display: block;
}
/* line 480, ../sass/main.scss */
#menu-mobile-nav .current-post-ancestor > a,
#menu-mobile-nav .current-menu-ancestor > a,
#menu-mobile-nav .current-menu-item > a {
  text-decoration: none;
}
/* line 486, ../sass/main.scss */
#menu-mobile-nav .current-post-ancestor > a,
#menu-mobile-nav .current-menu-ancestor > a,
#menu-mobile-nav .current-menu-item > a {
  color: #aa0a2f;
  font-weight: 500;
}
/* line 492, ../sass/main.scss */
#menu-mobile-nav a:active {
  background-color: #f7f7f7;
  color: #F7F5F2;
}
@media (min-width: 480px) {
  /* line 424, ../sass/main.scss */
  #menu-mobile-nav {
    display: none;
  }
}

/* !primary-font */
/* line 17, ../sass/modules/_mixins.scss */
h1, .like-h1,
h2, .like-h2,
p.intro {
  font-family: "TfArrowLight";
  padding: 0 0 10px 0;
  margin: 0;
  clear: both;
  color: #aa0a2f;
}

/* line 26, ../sass/modules/_mixins.scss */
h3, .like-h3,
h4, .like-h4,
h5, .like-h5 {
  font-family: "TfArrowLight";
  color: #957844;
}

/* line 32, ../sass/modules/_mixins.scss */
p.intro {
  font-family: "TfArrowLight";
}

/* line 33, ../sass/modules/_mixins.scss */
p {
  font-family: "TfArrowLight";
  color: #685f61;
}

/* line 34, ../sass/modules/_mixins.scss */
a {
  font-family: "TfArrowLight";
  color: #343031;
}

/* !Font sizes according to style guides */
/* STYLE GUIDE FONT SIZES */
/* line 516, ../sass/main.scss */
h1, .like-h1 {
  font-size: 48px;
  line-height: 56px;
}

/* line 517, ../sass/main.scss */
h2, .like-h2 {
  font-size: 38px;
  line-height: 46px;
}

/* line 518, ../sass/main.scss */
h3, .like-h3 {
  font-size: 34px;
  line-height: 42px;
}

/* line 519, ../sass/main.scss */
h4, .like-h4 {
  font-size: 30px;
  line-height: 38px;
}

/* line 520, ../sass/main.scss */
h5, .like-h5 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: .7em;
}

/* line 521, ../sass/main.scss */
h6, .like-h6 {
  font-size: 24px;
  line-height: 30px;
}

/* line 523, ../sass/main.scss */
p, a, .node-type-menu .entry ul > li > ul > li {
  font-size: 20px;
  line-height: 26px;
}

/* line 525, ../sass/main.scss */
p.intro, div.intro > p {
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 992px) {
  /* Font sizes */
  /* STYLE GUIDE FONT SIZES */
  /* line 536, ../sass/main.scss */
  h1, .like-h1 {
    font-size: 60px;
    line-height: 74px;
  }

  /* line 537, ../sass/main.scss */
  h2, .like-h2 {
    font-size: 48px;
    line-height: 56px;
  }

  /* line 538, ../sass/main.scss */
  h3, .like-h3 {
    font-size: 38px;
    line-height: 46px;
  }

  /* line 539, ../sass/main.scss */
  h4, .like-h4 {
    font-size: 34px;
    line-height: 42px;
  }

  /* line 540, ../sass/main.scss */
  h5, .like-h5 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: .7em;
  }

  /* line 541, ../sass/main.scss */
  h6, .like-h6 {
    font-size: 28px;
    line-height: 36px;
  }

  /* line 543, ../sass/main.scss */
  p, a, .node-type-menu .entry ul > li > ul > li, .entry ul > li {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
  }

  /* line 544, ../sass/main.scss */
  p.intro, div.intro > p {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 18px;
  }
}
/* !Buttons */
/* line 551, ../sass/main.scss */
button {
  font-family: "TfArrowLight";
}

/* line 555, ../sass/main.scss */
.sub-menu-links {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 1em;
}
/* line 561, ../sass/main.scss */
.sub-menu-links a {
  text-decoration: none;
  color: #957844;
}
/* line 562, ../sass/main.scss */
.sub-menu-links a:hover {
  color: #343031;
}

/* line 565, ../sass/main.scss */
.register-strip {
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 74px;
  width: 100%;
  text-align: center;
}
/* line 573, ../sass/main.scss */
.register-strip h3 {
  margin-bottom: 2em;
}
/* line 575, ../sass/main.scss */
.register-strip .reserve, .register-strip .enquire {
  margin-bottom: 3em;
  margin-top: 2em;
}

/* line 582, ../sass/main.scss */
.reserve, .enquire {
  border: 2px solid #aa0a2f;
  display: block;
  color: #aa0a2f;
  background-color: transparent !important;
  text-align: center;
  text-decoration: none !important;
  font-size: 34px;
  position: relative;
  padding: 15px 30px;
  margin: auto;
  margin-bottom: 4em;
}
/* line 596, ../sass/main.scss */
.reserve:hover, .enquire:hover {
  background-color: #aa0a2f !important;
  color: #ffffff;
}
/* line 601, ../sass/main.scss */
.reserve:before, .enquire:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid #aa0a2f;
}

/* line 615, ../sass/main.scss */
.reserve.reverse {
  border: 2px solid #957844;
  color: #957844;
}
@media (min-width: 992px) {
  /* line 615, ../sass/main.scss */
  .reserve.reverse {
    background-color: #aa0a2f;
    color: #ffffff;
    border: 2px solid #ffffff;
  }
}
/* line 626, ../sass/main.scss */
.reserve.reverse:hover {
  background-color: #957844;
  color: #ffffff;
}
@media (min-width: 992px) {
  /* line 626, ../sass/main.scss */
  .reserve.reverse:hover {
    background-color: #aa0a2f;
    color: #ffffff;
  }
}
/* line 635, ../sass/main.scss */
.reserve.reverse:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid #957844;
}
@media (min-width: 992px) {
  /* line 635, ../sass/main.scss */
  .reserve.reverse:before {
    color: #ffffff;
    border: 2px solid #ffffff;
  }
}

/* line 651, ../sass/main.scss */
.read-more, .submit {
  margin: 0 auto;
  display: block;
  max-width: 300px;
  width: 100%;
  height: 82px;
  border: 2px solid #343031;
  display: block;
  color: #343031;
  background-color: transparent !important;
  text-decoration: none !important;
  font-size: 26px;
  padding: 15px 65px;
  margin: 0 auto;
}
/* line 669, ../sass/main.scss */
.read-more:hover, .submit:hover {
  background-color: #343031 !important;
  color: #ffffff;
}

/* line 678, ../sass/main.scss */
.row {
  margin: 0px;
}

/* line 688, ../sass/main.scss */
.main a {
  text-decoration: none;
}
/* line 689, ../sass/main.scss */
.main .row {
  padding: 0 0em;
  overflow: hidden;
  /* Important for background lines */
}
/* line 690, ../sass/main.scss */
.main.container-fluid {
  padding: 0;
  overflow: hidden;
  /* Important for background lines */
}

/* line 693, ../sass/main.scss */
.container-fluid {
  padding: 0;
}

/* line 694, ../sass/main.scss */
.primary {
  padding: 3em;
  max-width: 52em;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 694, ../sass/main.scss */
  .primary {
    padding: 8em 1em;
  }
}
@media (min-width: 992px) {
  /* line 694, ../sass/main.scss */
  .primary {
    padding: 12em 0 4em 14em;
  }
}

/* line 704, ../sass/main.scss */
.leader .primary {
  padding: 0 15px;
  /* Reset to same as Bootstrap */
}
/* line 705, ../sass/main.scss */
.leader .mainheading {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
/* line 707, ../sass/main.scss */
.leader .mainheading:before {
  position: absolute;
  top: 39px;
  content: '';
  display: block;
  height: 10px;
  width: 8000px;
  margin-left: -2000px;
  border-bottom: 1px solid #343031;
  z-index: -1;
}
/* line 711, ../sass/main.scss */
.leader .mainheading:after {
  position: absolute;
  top: -135px;
  left: -10px;
  content: '';
  display: block;
  height: 200px;
  width: 200px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 716, ../sass/main.scss */
  .leader .mainheading:before {
    top: 48px;
  }
  /* line 717, ../sass/main.scss */
  .leader .mainheading:after {
    top: -130px;
    left: -105px;
    height: 400px;
    width: 400px;
  }
}
@media (min-width: 992px) {
  /* line 720, ../sass/main.scss */
  .leader .mainheading:before {
    top: 56px;
  }
  /* line 721, ../sass/main.scss */
  .leader .mainheading:after {
    top: -130px;
    left: -245px;
    height: 400px;
    width: 400px;
  }
}

/* Single post */
@media (min-width: 992px) {
  /* line 746, ../sass/main.scss */
  .views-row-even .col-md-6 {
    float: right;
  }
}

/* line 764, ../sass/main.scss */
.page-user header {
  background-color: #F7F5F2;
  margin-bottom: 1em;
}
/* line 769, ../sass/main.scss */
.page-user #content {
  max-width: 1890px;
  margin: auto;
  padding-top: 200px;
  background-color: #F7F5F2;
}
/* line 776, ../sass/main.scss */
.page-user #page-wrapper, .page-user #page, .page-user #content, .page-user #main, .page-user #main-wrapper {
  height: 100%;
}
/* line 780, ../sass/main.scss */
.page-user .form-actions {
  width: 250px;
  margin: auto;
  margin-top: 2em;
}
/* line 785, ../sass/main.scss */
.page-user .form-actions input {
  margin-top: 2em;
  background-color: #F2EFE9;
  border: 2px solid #957844;
}
/* line 791, ../sass/main.scss */
.page-user .form-actions input:hover {
  color: #F7F5F2;
  background-color: #957844;
}
/* line 797, ../sass/main.scss */
.page-user form {
  padding-bottom: 4em;
  padding-top: 4em;
}
/* line 802, ../sass/main.scss */
.page-user .form-item {
  margin-bottom: 2em;
}

/* line 813, ../sass/main.scss */
.node-private-dining {
  background-color: #F2EFE9;
  margin-top: 170px;
}
/* line 817, ../sass/main.scss */
.node-private-dining article {
  width: 100%;
  max-width: 850px;
  margin: auto;
  padding: 2em 1em 1em 1em;
  line-height: normal;
}
@media (max-width: 480px) {
  /* line 817, ../sass/main.scss */
  .node-private-dining article {
    margin-top: 10em;
    padding: 1.5em 0 2em;
  }
}
/* line 825, ../sass/main.scss */
.node-private-dining .primary {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
  max-width: 100%;
  font-family: "TfArrowLight";
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 836, ../sass/main.scss */
.node-type-menu .content {
  background-color: transparent;
}
/* line 839, ../sass/main.scss */
.node-type-menu #content {
  min-height: 100%;
}

/* line 844, ../sass/main.scss */
.story, .offer, .private-dining, .node-type-private-dining-bar, .node-type-contact, .newsletter, .node-type-menu, .node-type-event {
  background-color: #ffffff;
}

/* line 850, ../sass/main.scss */
.node-type-event img {
  width: 100%;
}

/* line 856, ../sass/main.scss */
.node-type-menu .entry {
  text-align: center;
}
/* line 858, ../sass/main.scss */
.node-type-menu .entry ul {
  color: #685f61;
}
/* line 859, ../sass/main.scss */
.node-type-menu .entry ul > li > ul {
  margin-bottom: 45px;
}
/* line 863, ../sass/main.scss */
.node-type-menu .entry ul > li > ul > li {
  margin: 10px 0px 0.7em 0px;
}

/* line 872, ../sass/main.scss */
fieldset {
  border: none;
  display: block;
  margin: 0 auto;
  width: 750px;
  max-width: 60%;
  padding-top: 4em;
}

/* line 875, ../sass/main.scss */
form {
  padding-bottom: 4em;
}
/* line 877, ../sass/main.scss */
form textarea, form input {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  color: #957844;
  font-size: 20px;
}

/* line 882, ../sass/main.scss */
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 600px;
  margin: 0 auto;
}

/* line 893, ../sass/main.scss */
.story header > h1, .offer header > h1, .private-dining header > h1, .node-type-menu header > h1, .newsletter header > h1, .node-type-contact header > h1 {
  text-align: center;
}
/* line 897, ../sass/main.scss */
.story article, .offer article, .private-dining article, .node-type-menu article, .newsletter article, .node-type-contact article {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 2em;
  line-height: normal;
}
/* line 899, ../sass/main.scss */
.story article p.intro, .offer article p.intro, .private-dining article p.intro, .node-type-menu article p.intro, .newsletter article p.intro, .node-type-contact article p.intro {
  color: #aa0a2f;
}
/* line 900, ../sass/main.scss */
.story article div.intro > p, .offer article div.intro > p, .private-dining article div.intro > p, .node-type-menu article div.intro > p, .newsletter article div.intro > p, .node-type-contact article div.intro > p {
  color: #aa0a2f;
}
/* line 901, ../sass/main.scss */
.story article p, .offer article p, .private-dining article p, .node-type-menu article p, .newsletter article p, .node-type-contact article p {
  color: #685f61;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 897, ../sass/main.scss */
  .story article, .offer article, .private-dining article, .node-type-menu article, .newsletter article, .node-type-contact article {
    margin-top: 0em;
    padding: 1.5em 3em 2em;
  }
}
@media (max-width: 480px) {
  /* line 897, ../sass/main.scss */
  .story article, .offer article, .private-dining article, .node-type-menu article, .newsletter article, .node-type-contact article {
    margin-top: 0em;
    padding: 1.5em 2em 2em;
  }
}
@media (min-width: 992px) {
  /* line 914, ../sass/main.scss */
  .story article h3, .story article h2, .story article h1, .offer article h3, .offer article h2, .offer article h1, .private-dining article h3, .private-dining article h2, .private-dining article h1, .node-type-menu article h3, .node-type-menu article h2, .node-type-menu article h1, .newsletter article h3, .newsletter article h2, .newsletter article h1, .node-type-contact article h3, .node-type-contact article h2, .node-type-contact article h1 {
    padding: 0.5em 20px 0.5em 20px;
  }
}
/* line 927, ../sass/main.scss */
.story .primary, .offer .primary, .private-dining .primary, .node-type-menu .primary, .newsletter .primary, .node-type-contact .primary {
  position: relative;
  color: #ffffff;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 20px;
  max-width: 1890px;
  font-family: "TfArrowLight";
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 930, ../sass/main.scss */
.story .primary header, .offer .primary header, .private-dining .primary header, .node-type-menu .primary header, .newsletter .primary header, .node-type-contact .primary header {
  background-color: #F7F5F2;
  padding: 20px;
}

@media (min-width: 992px) {
  /* line 940, ../sass/main.scss */
  .node-type-bar-sub-page #page, .node-type-bar-sub-page #page-wrapper, .node-type-bar-sub-page #content, .node-type-bar-sub-page #main, .node-type-bar-sub-page #main-wrapper {
    height: 100%;
    min-height: 1000px;
  }
}

@media (min-width: 992px) {
  /* line 948, ../sass/main.scss */
  .page-node-62.node-type-bar-sub-page {
    height: auto;
    min-height: none;
  }
}

/* line 956, ../sass/main.scss */
.page-our-story #content, .node-type-menu #content, .page-events #content, .page-special-offers #content, .page-the-team #content {
  margin-top: 170px;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 956, ../sass/main.scss */
  .page-our-story #content, .node-type-menu #content, .page-events #content, .page-special-offers #content, .page-the-team #content {
    margin-top: 170px;
  }
}
@media (max-width: 480px) {
  /* line 956, ../sass/main.scss */
  .page-our-story #content, .node-type-menu #content, .page-events #content, .page-special-offers #content, .page-the-team #content {
    margin-top: 120px;
  }
}
/* line 966, ../sass/main.scss */
.page-our-story header, .node-type-menu header, .page-events header, .page-special-offers header, .page-the-team header {
  background-color: #F7F5F2;
  padding: 2.5em 1em;
}
/* line 968, ../sass/main.scss */
.page-our-story footer, .node-type-menu footer, .page-events footer, .page-special-offers footer, .page-the-team footer {
  position: relative;
}

/* line 972, ../sass/main.scss */
.webform-confirmation {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 500px;
  text-align: center;
  margin-top: 16em;
}
/* line 980, ../sass/main.scss */
.webform-confirmation .links {
  margin-top: 2em;
}

/* line 986, ../sass/main.scss */
.page-node-done {
  background-color: #F2EFE9;
}

/* line 995, ../sass/main.scss */
.page-events div.intro p, .page-special-offers div.intro p {
  font-size: 24px;
}
/* line 1001, ../sass/main.scss */
.page-events .clear-fix, .page-special-offers .clear-fix {
  margin: 4em;
}
/* line 1004, ../sass/main.scss */
.page-events article a, .page-special-offers article a {
  border: 2px solid #957844;
  text-align: center;
  margin: auto;
  display: block;
  width: 250px;
  padding: 0.5em 0.75em;
  margin-top: 2em;
  color: #957844;
  margin-bottom: 1em;
  font-size: 26px;
  line-height: 34px;
}
@media (min-width: 992px) {
  /* line 1004, ../sass/main.scss */
  .page-events article a, .page-special-offers article a {
    height: 64px;
    margin: auto;
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 40px;
    right: 0;
  }
}
/* line 1028, ../sass/main.scss */
.page-events article a:hover, .page-special-offers article a:hover {
  color: #ffffff;
  background-color: #957844;
}
/* line 1029, ../sass/main.scss */
.page-events article h2, .page-special-offers article h2 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 1003, ../sass/main.scss */
  .page-events article, .page-special-offers article {
    height: 850px;
  }
}
/* line 1038, ../sass/main.scss */
.page-events .view-header, .page-special-offers .view-header {
  color: #957844;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  max-width: 750px;
  margin: auto;
  padding-top: 1em;
  margin-bottom: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}

/* line 1060, ../sass/main.scss */
.page-special-offers header {
  background-color: #F2EFE9;
}
/* line 1064, ../sass/main.scss */
.page-special-offers #content {
  background-color: #F2EFE9;
}

/* line 1071, ../sass/main.scss */
.node-type-private-dining-bar button.reserve, .node-type-private-dining-bar button.enquire {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  /* line 1071, ../sass/main.scss */
  .node-type-private-dining-bar button.reserve, .node-type-private-dining-bar button.enquire {
    margin-top: 2em;
    margin-bottom: 3em;
  }
}

/* line 1086, ../sass/main.scss */
.event-page button.reserve, .event-page button.enquire {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  /* line 1086, ../sass/main.scss */
  .event-page button.reserve, .event-page button.enquire {
    margin-top: 2em;
  }
}

/* line 1098, ../sass/main.scss */
.page-events #content, .page-special-offers #content {
  margin-top: 120px;
}
@media (min-width: 992px) {
  /* line 1098, ../sass/main.scss */
  .page-events #content, .page-special-offers #content {
    margin-top: 170px;
  }
}
/* line 1111, ../sass/main.scss */
.page-events .col-lg-4, .page-special-offers .col-lg-4 {
  margin-bottom: 2em;
  margin-top: 2em;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 1111, ../sass/main.scss */
  .page-events .col-lg-4, .page-special-offers .col-lg-4 {
    padding: 0;
  }
}
@media (max-width: 480px) {
  /* line 1111, ../sass/main.scss */
  .page-events .col-lg-4, .page-special-offers .col-lg-4 {
    padding: 0;
  }
}
/* line 1123, ../sass/main.scss */
.page-events .row, .page-special-offers .row {
  margin: 0 1.5em;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 1123, ../sass/main.scss */
  .page-events .row, .page-special-offers .row {
    margin: 0 0em;
  }
}
@media (max-width: 480px) {
  /* line 1123, ../sass/main.scss */
  .page-events .row, .page-special-offers .row {
    margin: 0 0em;
  }
}
/* line 1134, ../sass/main.scss */
.page-events header, .page-special-offers header {
  background-color: #F7F5F2;
}
/* line 1135, ../sass/main.scss */
.page-events article, .page-special-offers article {
  background-color: #F2EFE9;
  padding-bottom: 1.5em;
}
/* line 1136, ../sass/main.scss */
.page-events article h3, .page-events article h2, .page-events article h1, .page-events article p, .page-events article a, .page-special-offers article h3, .page-special-offers article h2, .page-special-offers article h1, .page-special-offers article p, .page-special-offers article a {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 1144, ../sass/main.scss */
.node-type-private-dining-bar h1, .node-type-bar-sub-page h1 {
  text-align: left;
}
/* line 1145, ../sass/main.scss */
.node-type-private-dining-bar ul, .node-type-bar-sub-page ul {
  width: 100%;
}
/* line 1146, ../sass/main.scss */
.node-type-private-dining-bar a, .node-type-bar-sub-page a {
  color: #957844;
  font-size: 22px;
}
/* line 1147, ../sass/main.scss */
.node-type-private-dining-bar a:hover, .node-type-bar-sub-page a:hover {
  color: #aa0a2f;
}
/* line 1148, ../sass/main.scss */
.node-type-private-dining-bar h6, .node-type-bar-sub-page h6 {
  margin: 0;
  padding: 0;
}

/* line 1152, ../sass/main.scss */
.node-type-bar-sub-page footer {
  position: relative;
}

/* line 1159, ../sass/main.scss */
.content {
  background-color: #F2EFE9;
}

/* line 1162, ../sass/main.scss */
.node-our-story .copy, .node-type-offer .copy, .node-type-event .copy, .node-type-bar-sub-page .copy, .node-type-private-dining-bar .copy {
  padding: 1em 2.5em 0px 3em;
}
/* line 1163, ../sass/main.scss */
.node-our-story .copy h3, .node-our-story .copy h2, .node-our-story .copy h1, .node-type-offer .copy h3, .node-type-offer .copy h2, .node-type-offer .copy h1, .node-type-event .copy h3, .node-type-event .copy h2, .node-type-event .copy h1, .node-type-bar-sub-page .copy h3, .node-type-bar-sub-page .copy h2, .node-type-bar-sub-page .copy h1, .node-type-private-dining-bar .copy h3, .node-type-private-dining-bar .copy h2, .node-type-private-dining-bar .copy h1 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: left;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 1162, ../sass/main.scss */
  .node-our-story .copy, .node-type-offer .copy, .node-type-event .copy, .node-type-bar-sub-page .copy, .node-type-private-dining-bar .copy {
    padding: 0.5em 2em 0px 2em;
  }
}
@media (max-width: 480px) {
  /* line 1162, ../sass/main.scss */
  .node-our-story .copy, .node-type-offer .copy, .node-type-event .copy, .node-type-bar-sub-page .copy, .node-type-private-dining-bar .copy {
    padding: 0.5em 1em 0px 1em;
  }
}
/* line 1178, ../sass/main.scss */
.node-our-story article, .node-type-offer article, .node-type-event article, .node-type-bar-sub-page article, .node-type-private-dining-bar article {
  width: 100%;
  margin: auto;
  line-height: normal;
}
/* line 1180, ../sass/main.scss */
.node-our-story article p, .node-type-offer article p, .node-type-event article p, .node-type-bar-sub-page article p, .node-type-private-dining-bar article p {
  color: #685f61;
}
/* line 1181, ../sass/main.scss */
.node-our-story article p.intro, .node-type-offer article p.intro, .node-type-event article p.intro, .node-type-bar-sub-page article p.intro, .node-type-private-dining-bar article p.intro {
  color: #aa0a2f;
}
/* line 1182, ../sass/main.scss */
.node-our-story article div.intro > p, .node-type-offer article div.intro > p, .node-type-event article div.intro > p, .node-type-bar-sub-page article div.intro > p, .node-type-private-dining-bar article div.intro > p {
  color: #aa0a2f;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 1178, ../sass/main.scss */
  .node-our-story article, .node-type-offer article, .node-type-event article, .node-type-bar-sub-page article, .node-type-private-dining-bar article {
    margin-top: 0em;
  }
}
@media (max-width: 480px) {
  /* line 1178, ../sass/main.scss */
  .node-our-story article, .node-type-offer article, .node-type-event article, .node-type-bar-sub-page article, .node-type-private-dining-bar article {
    margin-top: 0em;
  }
}

/* line 1199, ../sass/main.scss */
.page-events header, .page-special-offers header {
  background-color: #F2EFE9;
}
/* line 1200, ../sass/main.scss */
.page-events .content, .page-special-offers .content {
  background-color: #F7F5F2;
}

/* line 1206, ../sass/main.scss */
.sub-menu-links, .register-strip {
  display: none;
}

/* line 1210, ../sass/main.scss */
.register-strip.region {
  display: block;
}

/* line 1215, ../sass/main.scss */
#page-wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #F7F5F2;
  font-size: 16px;
  font-family: "TfArrowLight";
  font-weight: 100;
  color: #957844;
  line-height: 30px;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}

/* line 1227, ../sass/main.scss */
#content {
  max-width: 1890px;
  height: 100%;
  margin: auto;
  background-color: #F7F5F2;
  overflow: hidden;
}

/* line 1239, ../sass/main.scss */
.front #content, .front .content {
  background-color: transparent;
}
/* line 1242, ../sass/main.scss */
.front #page-wrapper {
  background-color: transparent;
}

/* line 1249, ../sass/main.scss */
.node-our-story .img-block {
  height: 300px;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 1249, ../sass/main.scss */
  .node-our-story .img-block {
    height: 400px;
  }
}
@media (min-width: 992px) {
  /* line 1249, ../sass/main.scss */
  .node-our-story .img-block {
    height: 600px;
  }
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 1262, ../sass/main.scss */
  .node-our-story .copy {
    padding: 0.5em 2em 2em 2em;
  }
}
@media (max-width: 480px) {
  /* line 1262, ../sass/main.scss */
  .node-our-story .copy {
    padding: 0.5em 1em 2em 1em;
  }
}

/* line 1275, ../sass/main.scss */
.node-type-event #content, .node-type-contact #content, .node-type-offer #content, .node-type-bar-sub-page #content, .node-type-private-dining-bar #content {
  margin-top: 120px;
}
@media (min-width: 992px) {
  /* line 1275, ../sass/main.scss */
  .node-type-event #content, .node-type-contact #content, .node-type-offer #content, .node-type-bar-sub-page #content, .node-type-private-dining-bar #content {
    margin-top: 165px;
  }
}

/* line 1285, ../sass/main.scss */
.node-type-event #content header, .node-type-bar-sub-page #content header, .node-type-offer #content header {
  display: none;
}

/* line 1295, ../sass/main.scss */
.node-type-contact #node-59 article.copy {
  margin-top: 3em;
  margin-bottom: 3em;
}
/* line 1302, ../sass/main.scss */
.node-type-contact h3, .node-type-contact h4 {
  text-align: center;
}
/* line 1304, ../sass/main.scss */
.node-type-contact button.enquire {
  margin-top: 2em;
}
/* line 1311, ../sass/main.scss */
.node-type-contact .node-contact .img-block > div {
  margin: 2em 0em;
  image-rendering: -webkit-optimize-contrast;
  height: 100%;
  min-height: 300px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 300%;
  background-repeat: no-repeat;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 1311, ../sass/main.scss */
  .node-type-contact .node-contact .img-block > div {
    margin: 2em 0em 2em 0em;
    min-height: 400px;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  /* line 1311, ../sass/main.scss */
  .node-type-contact .node-contact .img-block > div {
    margin: 2em 0em 5em 0em;
    min-height: 600px;
    background-size: cover;
  }
}
/* line 1340, ../sass/main.scss */
.node-type-contact .form-actions {
  background-color: #F2EFE9;
  margin: auto;
  margin-top: 3em;
  width: 100%;
  margin-bottom: -1em;
  max-width: 170px;
}
/* line 1347, ../sass/main.scss */
.node-type-contact .form-actions input {
  border: 2px solid #957844;
  color: #957844;
  background-color: #F2EFE9;
}
/* line 1349, ../sass/main.scss */
.node-type-contact .form-actions input:hover {
  color: #ffffff;
  background-color: #957844;
}
/* line 1354, ../sass/main.scss */
.node-type-contact #content h1 {
  padding: 0.5em;
}
/* line 1355, ../sass/main.scss */
.node-type-contact #content h2 {
  text-align: center;
  padding: 2em 20px .5em 20px;
}
/* line 1356, ../sass/main.scss */
.node-type-contact #content h5 {
  text-align: center;
  margin: 2em 0em 0em 0em;
}
/* line 1359, ../sass/main.scss */
.node-type-contact p {
  max-width: 827px;
  text-align: center;
  margin: 0 auto;
}
/* line 1365, ../sass/main.scss */
.node-type-contact .like-h4 {
  max-width: 827px;
  margin: auto;
  text-align: center;
}
/* line 1372, ../sass/main.scss */
.node-type-contact textarea {
  max-width: 600px;
}

/* line 1376, ../sass/main.scss */
#main-wrapper {
  width: 100%;
  height: 100%;
}

/* line 1382, ../sass/main.scss */
.front .reserve.reverse {
  font-size: 40px;
  margin-bottom: 1em;
  margin-top: 2em;
}
@media (min-width: 992px) {
  /* line 1382, ../sass/main.scss */
  .front .reserve.reverse {
    margin-bottom: 2em;
    margin-top: 4em;
  }
}
@media (min-width: 1200px) {
  /* line 1382, ../sass/main.scss */
  .front .reserve.reverse {
    margin-bottom: 2em;
    margin-top: 7em;
  }
}

/* line 1402, ../sass/main.scss */
.front .mob-bg {
  background-color: white;
  width: 100%;
  overflow: cover;
}
@media (min-width: 992px) {
  /* line 1404, ../sass/main.scss */
  .front .mob-bg > p {
    display: none;
  }
}
/* line 1411, ../sass/main.scss */
.front .like-h3 {
  color: white;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  padding-top: 12em;
  text-align: center;
}
/* line 1415, ../sass/main.scss */
.front .section-subpages-nav {
  display: none;
}
/* line 1419, ../sass/main.scss */
.front .primary {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
  max-width: 100%;
  font-family: "TfArrowLight";
  z-index: 0;
  background-repeat: no-repeat;
}
/* line 1425, ../sass/main.scss */
.front .primary header h1 {
  text-align: center;
}
/* line 1427, ../sass/main.scss */
.front .primary header #logo {
  padding: 1.5em 0em 4.5em 0em;
}
@media (max-width: 480px) {
  /* line 1427, ../sass/main.scss */
  .front .primary header #logo {
    padding: 2.5em 1em 2.5em 1em;
  }
}
@media (min-width: 992px) {
  /* line 1427, ../sass/main.scss */
  .front .primary header #logo {
    padding: 2.5em 1em 0em 1em;
  }
}
/* line 1434, ../sass/main.scss */
.front .primary header #logo img {
  margin: auto;
  width: 300px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  /* line 1434, ../sass/main.scss */
  .front .primary header #logo img {
    width: 320px;
  }
}
/* line 1445, ../sass/main.scss */
.front .primary .item {
  padding: 0 0.5em;
}
/* line 1447, ../sass/main.scss */
.front .primary .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 480px) {
  /* line 1450, ../sass/main.scss */
  .front .primary article {
    margin-top: 0em;
  }
  /* line 1454, ../sass/main.scss */
  .front .primary article .like-h3 {
    color: #343031;
    line-height: 56px;
    margin: 0 auto;
    padding: 1em;
    padding-top: 14em;
    padding-bottom: 1em;
    text-align: center;
  }
  /* line 1457, ../sass/main.scss */
  .front .primary article button.reverse {
    position: relative;
    border: 1px solid #957844;
    color: #957844;
    font-size: 26px;
    padding: 5px 28px;
  }
  /* line 1464, ../sass/main.scss */
  .front .primary article button.reverse:hover {
    background-color: #957844 !important;
    color: #ffffff;
  }
  /* line 1469, ../sass/main.scss */
  .front .primary article button.reverse:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #957844;
  }
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 1419, ../sass/main.scss */
  .front .primary {
    min-height: auto;
  }
  /* line 1485, ../sass/main.scss */
  .front .primary .like-h3 {
    color: #343031;
  }
  /* line 1487, ../sass/main.scss */
  .front .primary .like-h3 p {
    font-size: 34px;
    line-height: 46px;
  }
  /* line 1491, ../sass/main.scss */
  .front .primary button.reverse {
    position: relative;
    border: 1px solid #957844;
    color: #957844;
    font-size: 26px;
  }
  /* line 1497, ../sass/main.scss */
  .front .primary button.reverse:hover {
    background-color: #957844 !important;
    color: #ffffff;
  }
  /* line 1502, ../sass/main.scss */
  .front .primary button.reverse:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #957844;
  }
}
@media (max-width: 480px) {
  /* line 1419, ../sass/main.scss */
  .front .primary {
    min-height: auto;
  }
  /* line 1520, ../sass/main.scss */
  .front .primary .like-h3 {
    color: #343031;
  }
  /* line 1522, ../sass/main.scss */
  .front .primary .like-h3 p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  /* line 1419, ../sass/main.scss */
  .front .primary {
    min-height: auto;
  }
  /* line 1532, ../sass/main.scss */
  .front .primary .like-h3 {
    color: #ffffff;
    max-width: 750px;
    padding-top: 8em;
  }
  /* line 1536, ../sass/main.scss */
  .front .primary .like-h3 p {
    font-size: 40px;
    padding: 0 1em;
  }
  /* line 1539, ../sass/main.scss */
  .front .primary .mob-bg {
    background-color: transparent;
  }
}
/* line 1547, ../sass/main.scss */
.front .row-4.alignment-left .col2 {
  padding-left: 100px;
}
/* line 1548, ../sass/main.scss */
.front .alignment-center .image-count-2 {
  padding-left: 200px;
}
@media (max-width: 770px) {
  /* line 1550, ../sass/main.scss */
  .front .row-4.alignment-left .col2 {
    padding-left: 0;
  }
  /* line 1551, ../sass/main.scss */
  .front .alignment-center .image-count-2 {
    padding-left: 0;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 1558, ../sass/main.scss */
  .front .primary {
    min-height: auto;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /* line 1565, ../sass/main.scss */
  .front .primary {
    min-height: auto;
    height: 668.16px;
  }
}
@media (max-width: 480px) {
  /* line 1577, ../sass/main.scss */
  .main .inner-adjust {
    padding: 10em 3em 3em 3em;
  }
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 1582, ../sass/main.scss */
  .main .leader {
    padding: 0 4em !important;
  }
  /* line 1584, ../sass/main.scss */
  .main .leader .primary {
    padding: 0 15px !important;
  }
}
@media (min-width: 480px) and (max-width: 770px) and (min-width: 992px) {
  /* line 1590, ../sass/main.scss */
  .main {
    /*
    .image-count-2 {
      div.img-block { min-height: 400px; }
    }
    */
  }
  /* line 1592, ../sass/main.scss */
  .main .row .primary {
    overflow: visible;
  }
  /* line 1596, ../sass/main.scss */
  .main .leader {
    padding: 0 4em !important;
  }
  /* line 1598, ../sass/main.scss */
  .main .leader .primary {
    padding: 0 15px !important;
  }
  /* line 1603, ../sass/main.scss */
  .main .row-7.alignment-right .image-count-2 {
    width: 50%;
  }
  /* line 1606, ../sass/main.scss */
  .main .caption-container {
    position: absolute;
    bottom: 13px;
    padding: 0;
  }
  /* line 1611, ../sass/main.scss */
  .main .caption-container span span {
    display: inline-block;
  }
  /* line 1615, ../sass/main.scss */
  .main .alignment-left .content--panel {
    right: -315px;
  }
  /* line 1616, ../sass/main.scss */
  .main .alignment-right .content--panel {
    left: -315px;
    text-align: right;
  }

  /* line 1628, ../sass/main.scss */
  .alignment-right .caption {
    text-align: right;
  }

  /* line 1634, ../sass/main.scss */
  .alignment-left .caption-container {
    right: 0px;
  }

  /* line 1639, ../sass/main.scss */
  .caption {
    padding: 0 15px;
  }

  /* line 1643, ../sass/main.scss */
  .caption + .clear {
    display: none;
  }
}
/* line 1652, ../sass/main.scss */
#block-menu-menu-menu-list, #block-menu-menu-private-dining-menu-list {
  margin: auto;
  margin-top: 3em;
  margin-bottom: 3em;
  width: 300px;
  text-align: center;
}
/* line 1659, ../sass/main.scss */
#block-menu-menu-menu-list ul > li, #block-menu-menu-private-dining-menu-list ul > li {
  list-style: none;
  text-align: center;
}
/* line 1664, ../sass/main.scss */
#block-menu-menu-menu-list a, #block-menu-menu-private-dining-menu-list a {
  color: #957844;
}
/* line 1665, ../sass/main.scss */
#block-menu-menu-menu-list a:hover, #block-menu-menu-private-dining-menu-list a:hover {
  color: #343031;
}

/* line 1676, ../sass/main.scss */
table.pagerer {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 4em;
}

/* line 1682, ../sass/main.scss */
.pagerer .pager li {
  display: inline-block;
  background-color: #F7F5F2;
  border: none;
  font-size: 26px;
  line-height: 49px;
}
/* line 1684, ../sass/main.scss */
.pagerer .pager li a {
  background-color: #F7F5F2;
  border: none;
  border-radius: 0;
  color: #343031;
}
/* line 1687, ../sass/main.scss */
.pagerer .pager li.pager-current {
  display: inline-block;
  background-color: #F7F5F2;
  border: 2px solid #343031;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #343031;
}
/* line 1695, ../sass/main.scss */
.pagerer .pager li.pager-next {
  padding: 0em 0 !important;
}

/* line 1709, ../sass/main.scss */
img, a {
  border: none;
  outline: none;
}

/* line 1710, ../sass/main.scss */
a, a:focus {
  text-decoration: none;
  color: #aa0a2f;
  outline: 0;
}
/* line 1712, ../sass/main.scss */
a:hover, a:focus:hover {
  text-decoration: none;
  color: #f11044;
}

/* line 1725, ../sass/main.scss */
input, textarea {
  font-size: 14.4px;
  border: none;
  background-color: transparent;
  outline: none;
}

/* !Vertical rhythm */
/* line 106, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.875em;
}

/* !Images */
/* line 1737, ../sass/main.scss */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* !Utility */
/* line 1740, ../sass/main.scss */
.mq-mobile {
  display: none;
}
@media (max-width: 480px) {
  /* line 1740, ../sass/main.scss */
  .mq-mobile {
    display: block;
  }
}

/* line 1741, ../sass/main.scss */
.mq-tablet {
  display: none;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 1741, ../sass/main.scss */
  .mq-tablet {
    display: block;
  }
}

/* line 1742, ../sass/main.scss */
.mq-tablet-desktop {
  display: none;
}
@media (min-width: 480px) {
  /* line 1742, ../sass/main.scss */
  .mq-tablet-desktop {
    display: block;
  }
}

/* line 1743, ../sass/main.scss */
.mq-desktop {
  display: none;
}
@media (min-width: 992px) {
  /* line 1743, ../sass/main.scss */
  .mq-desktop {
    display: block;
  }
}

/* !General */
/* line 1746, ../sass/main.scss */
.hidden, .front .primary header #logo span {
  position: absolute;
  top: 0;
  left: -999999px;
  font-size: 1px;
}

/* line 1747, ../sass/main.scss */
.clear {
  clear: both;
}

/* line 1748, ../sass/main.scss */
.left {
  float: left;
}

/* line 1749, ../sass/main.scss */
.right {
  float: right;
}

/* line 1750, ../sass/main.scss */
.fixed {
  position: fixed;
}

/* line 1751, ../sass/main.scss */
.highlight {
  font-weight: bold;
}

/* line 1752, ../sass/main.scss */
.animate {
  /* CSS3 animation */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 1760, ../sass/main.scss */
.table-like {
  display: table;
}

/* line 1761, ../sass/main.scss */
.table-cell {
  display: table-cell;
}

/* line 1762, ../sass/main.scss */
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
@media (max-width: 480px) {
  /* line 1762, ../sass/main.scss */
  .alignleft {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
  }
}

/* line 1772, ../sass/main.scss */
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
@media (max-width: 480px) {
  /* line 1772, ../sass/main.scss */
  .alignright {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
  }
}

/* line 1782, ../sass/main.scss */
.aligncenter {
  margin: 0 auto 20px auto;
}
@media (max-width: 480px) {
  /* line 1782, ../sass/main.scss */
  .aligncenter {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
  }
}

/* line 1791, ../sass/main.scss */
.date {
  font-style: italic;
  display: block;
  color: #b3b3b3;
  font-size: 14.4px;
}

/* line 1798, ../sass/main.scss */
.tags a {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
}

/* line 1804, ../sass/main.scss */
.divider {
  border-top: 1px dotted #b3b3b3;
  height: 1px;
  margin: 15px 0;
}

/* line 1810, ../sass/main.scss */
.fade {
  opacity: 0;
  -moz-transform: translate3d(0px, 60px, 0px);
  -ms-transform: translate3d(0px, 60px, 0px);
  -webkit-transform: translate3d(0px, 60px, 0px);
  transform: translate3d(0px, 60px, 0px);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  -webkit-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  -moz-transition-timing-function: linear, ease-in-out;
  -o-transition-timing-function: linear, ease-in-out;
  -webkit-transition-timing-function: linear, ease-in-out;
  transition-timing-function: linear, ease-in-out;
  /* @include transition-delay(0, 0.25s); */
  /* @include single-transition('opacity', 0.5s); */
  /* @include single-transition('transform', 0.5s); */
}

/* line 1821, ../sass/main.scss */
.fade-in {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* line 1828, ../sass/main.scss */
div.views_slideshow_controls_text a {
  display: block;
  text-indent: -9999px;
}
/* line 1833, ../sass/main.scss */
div.views_slideshow_controls_text span {
  display: block;
  width: 65px;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 45px;
  position: absolute;
  top: 0;
  top: 50%;
  margin-top: -450px;
}

/* line 1847, ../sass/main.scss */
#block-menu-menu-terrace-menu-list {
  margin-bottom: 60px;
}
/* line 1849, ../sass/main.scss */
#block-menu-menu-terrace-menu-list ul.menu {
  text-align: center;
  text-decoration: none;
  list-style: none;
}
/* line 1853, ../sass/main.scss */
#block-menu-menu-terrace-menu-list ul.menu li.leaf {
  list-style: none;
}

/* line 1859, ../sass/main.scss */
span#views_slideshow_controls_text_next_slideshow-block {
  background-image: url(/sites/all/themes/lowndes/images/right-arrow.png);
  background-image: url(/sites/all/themes/lowndes/images/right-arrow.svg);
  right: 40px;
  display: none;
}
/* line 1865, ../sass/main.scss */
span#views_slideshow_controls_text_next_slideshow-block:hover {
  background-image: url(/sites/all/themes/lowndes/images/right-arrow-hover.png);
  background-image: url(/sites/all/themes/lowndes/images/right-arrow-hover.svg);
}
@media (min-width: 992px) {
  /* line 1859, ../sass/main.scss */
  span#views_slideshow_controls_text_next_slideshow-block {
    display: block;
  }
}

/* line 1876, ../sass/main.scss */
span#views_slideshow_controls_text_previous_slideshow-block {
  background-image: url(/sites/all/themes/lowndes/images/left-arrow.png);
  background-image: url(/sites/all/themes/lowndes/images/left-arrow.svg);
  left: 40px;
  display: none;
}
/* line 1882, ../sass/main.scss */
span#views_slideshow_controls_text_previous_slideshow-block:hover {
  background-image: url(/sites/all/themes/lowndes/images/left-arrow-hover.png);
  background-image: url(/sites/all/themes/lowndes/images/left-arrow-hover.svg);
}
@media (min-width: 992px) {
  /* line 1876, ../sass/main.scss */
  span#views_slideshow_controls_text_previous_slideshow-block {
    display: block;
  }
}

/* line 1892, ../sass/main.scss */
span#views_slideshow_controls_text_pause_slideshow-block {
  display: none;
}

/* line 1896, ../sass/main.scss */
div#widget_pager_bottom_slideshow-block {
  width: 200px;
  text-align: center;
  display: block;
  margin: auto;
}

/* line 1903, ../sass/main.scss */
#slider_controls {
  position: relative;
  bottom: 380px;
  margin: auto;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 1903, ../sass/main.scss */
  #slider_controls {
    bottom: 400px;
  }
}
@media (min-width: 992px) {
  /* line 1903, ../sass/main.scss */
  #slider_controls {
    bottom: 100px;
  }
}

/* line 1918, ../sass/main.scss */
.views-slideshow-pager-field-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 20px 10px;
  background-image: url(/sites/all/themes/lowndes/images/dot-outer-alt@2x.png);
  background-image: url(/sites/all/themes/lowndes/images/dot-outer-alt.svg);
}
@media (min-width: 992px) {
  /* line 1918, ../sass/main.scss */
  .views-slideshow-pager-field-item {
    background-image: url(/sites/all/themes/lowndes/images/dot-outer.png);
    background-image: url(/sites/all/themes/lowndes/images/dot-outer.svg);
  }
}
/* line 1929, ../sass/main.scss */
.views-slideshow-pager-field-item h2 {
  display: none;
}

/* line 1934, ../sass/main.scss */
.views-slideshow-pager-field-item.active {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/sites/all/themes/lowndes/images/dot-inner-alt@2x.png);
  background-image: url(/sites/all/themes/lowndes/images/dot-inner-alt.svg);
}
@media (min-width: 992px) {
  /* line 1934, ../sass/main.scss */
  .views-slideshow-pager-field-item.active {
    background-image: url(/sites/all/themes/lowndes/images/dot-inner.png);
    background-image: url(/sites/all/themes/lowndes/images/dot-inner.svg);
  }
}
/* line 1944, ../sass/main.scss */
.views-slideshow-pager-field-item.active h2 {
  display: none;
}

/* line 1949, ../sass/main.scss */
div#views_slideshow_cycle_main_slideshow-block {
  height: 100%;
  width: 100%;
}

/* line 1955, ../sass/main.scss */
div#block-views-slideshow-block {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 1956, ../sass/main.scss */
div#block-views-slideshow-block .content {
  height: 100%;
  width: 100%;
}

/* line 1964, ../sass/main.scss */
div#views_slideshow_cycle_div_slideshow-block_0, .views_slideshow_cycle_slide {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100% !important;
  width: 100% !important;
}

/* line 1973, ../sass/main.scss */
.views-field-body .field-content {
  position: absolute;
  top: 40%;
  margin: auto;
  padding: 0em;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  /* line 1973, ../sass/main.scss */
  .views-field-body .field-content {
    color: #ffffff;
    background-color: transparent;
    font-size: 38px;
    max-width: 800px;
    line-height: 52px;
    top: 42%;
  }
}
/* line 1995, ../sass/main.scss */
.views-field-body .field-content p {
  color: #aa0a2f;
  padding: 20px;
  font-family: "TfArrowLight";
  font-size: 26px;
  line-height: 40px;
}
@media (min-width: 480px) and (max-width: 770px) {
  /* line 1995, ../sass/main.scss */
  .views-field-body .field-content p {
    color: #aa0a2f;
    background-color: transparent;
    max-width: 750%;
    font-size: 32px;
    line-height: 46px;
    padding: 1em;
  }
}
@media (min-width: 992px) {
  /* line 1995, ../sass/main.scss */
  .views-field-body .field-content p {
    color: #ffffff;
    background-color: transparent;
    font-size: 38px;
    line-height: 52px;
  }
}

/* line 2024, ../sass/main.scss */
.views-field-field-feature-image .field-content div {
  background-size: cover;
  height: 50%;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 2024, ../sass/main.scss */
  .views-field-field-feature-image .field-content div {
    height: 100%;
  }
}

/* line 2036, ../sass/main.scss */
.views-slideshow-cycle-main-frame-row-item, .views-field-field-feature-image, .views-slideshow-cycle-main-frame, .field-content, .skin-default, .view-content, .view-slideshow, .views-field-field-front-page-image {
  height: 100% !important;
  width: 100% !important;
}

/* The Modal (background) */
/* line 2052, ../sass/main.scss */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  /*padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
/* line 2067, ../sass/main.scss */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
/* line 2093, ../sass/main.scss */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 1;
  height: 80px;
  width: 80px;
  float: none;
  margin: auto;
  margin-top: 40px;
  display: block;
}

/* line 2107, ../sass/main.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* line 2114, ../sass/main.scss */
.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* line 2120, ../sass/main.scss */
.modal-body {
  padding: 2px 16px;
}

/* line 2122, ../sass/main.scss */
.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* line 2128, ../sass/main.scss */
.ot-dtp-picker {
  width: 100% !important;
}

/* line 2132, ../sass/main.scss */
.ot-dtp-picker-form {
  width: 100% !important;
}

/* line 2136, ../sass/main.scss */
.ot-dtp-picker-selector-link {
  font-size: 20px;
  line-height: 20px;
}

/* line 2141, ../sass/main.scss */
#ot-reservation-widget {
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  margin: auto;
  margin-top: 15%;
}

/* line 2153, ../sass/main.scss */
#site-map {
  margin-top: 170px;
}
/* line 2157, ../sass/main.scss */
#site-map h2 {
  text-align: center;
}
/* line 2161, ../sass/main.scss */
#site-map .site-map-box {
  padding-top: 2em;
  padding-bottom: 1em;
  width: 60%;
  margin: auto;
}
/* line 2167, ../sass/main.scss */
#site-map .site-map-box .content > a {
  display: block;
  text-align: center;
}
/* line 2173, ../sass/main.scss */
#site-map .site-map-box ul {
  padding-left: 1.5em;
  margin: auto;
  width: 260px;
}
/* line 2180, ../sass/main.scss */
#site-map li.expanded {
  margin-bottom: 2em;
}

/* line 2192, ../sass/main.scss */
#toolbar {
  z-index: 90000;
}

div.messages.error, div.messages, div.error {
  display: none!important;
}