/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --text-color: #5a6060;
  --text-light-color: #b3b3b3;
  --link-color: #5a6060;
  --link-hover-color: #ff3a00;
  --border-color: #e6e6e6;
  --vertical-spacing: 12px;
}

:root {
  --col-px: 73;
  --gutter-px: 22;
  --total-columns: 12;

  --inner-width: calc(var(--col-px)*var(--total-columns) + var(--gutter-px)*(var(--total-columns) - 1));
  --column: calc(var(--col-px)/var(--inner-width));
  --gutter: calc(var(--gutter-px)/var(--inner-width));

  --columns-1: var(--column);
  --columns-2: calc(var(--column)*2 + var(--gutter));
  --columns-3: calc(var(--column)*3 + var(--gutter)*2);
  --columns-4: calc(var(--column)*4 + var(--gutter)*3);
  --columns-5: calc(var(--column)*5 + var(--gutter)*4);
  --columns-6: calc(var(--column)*6 + var(--gutter)*5);
  --columns-7: calc(var(--column)*7 + var(--gutter)*6);
  --columns-8: calc(var(--column)*8 + var(--gutter)*7);
  --columns-9: calc(var(--column)*9 + var(--gutter)*8);
  --columns-10: calc(var(--column)*10 + var(--gutter)*9);
  --columns-11: calc(var(--column)*11 + var(--gutter)*10);
  --columns-12: calc(var(--column)*12 + var(--gutter)*11);
}

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

article:after {
    content: "";
    display: table;
    clear: both;
  }

article {
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid var(--border-color);
  padding: 40px 0px;
}

@media screen and (max-width: 630px) {

article {
    padding: 20px 0px;
}
  }

article h2,article h3 {
    margin-top: 20px;
  }

article .image,article .slideshow {
    margin-bottom: 12px;
    margin-bottom: var(--vertical-spacing);
  }

article .image {
    margin-bottom: 12px;
    margin-bottom: var(--vertical-spacing);
  }

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

article .image-grid:after {
    content: "";
    display: table;
    clear: both;
  }

article .image-grid {
    margin-top: -6px;
    margin-top: calc(var(--vertical-spacing)*-0.5);
  }

article .image-grid .image {
      float: left;
      width: 32.833%;
      margin-bottom: 12px;
      margin-bottom: var(--vertical-spacing);
      margin-left: 0.75%;
    }

article .image-grid .image:nth-child(3n + 1) {
        clear: both;
        margin-left: 0px;
      }

@media screen and (max-width: 630px) {

article .image-grid .image {
        margin-left: 0px;
        width: 100%;
    }
      }

article .slideshow {
    overflow: hidden;
    position: relative;
  }

article .slideshow,article .slideshow .slide {
      width: 100%;
      padding-bottom: 41.8269230769%;
    }

article .slideshow .slide {
      position: absolute;
      background-size: cover;
      z-index: 1;
    }

article .slideshow .slide.fade-in {
        opacity: 0;
        animation: fadeIn ease-in-out 1;
        animation-fill-mode: forwards;
        animation-duration: 3s;
      }

article .name,article .sidebar {
    width: 23.5241502683%;
    width: calc(var(--columns-3)*100%);
    float: left;
    text-align: right;
  }

@media screen and (max-width: 630px) {

article .name,article .sidebar {
      width: 100%;
      width: calc(var(--columns-12)*100%);
      text-align: left;
  }
    }

article .name {
    margin-bottom: 40px;
  }

@media screen and (max-width: 630px) {

article .name {
      margin-bottom: 20px;
  }
    }

article .sidebar {
    font-size: 10px;
    line-height: 1.5;
  }

article .content {
    width: 74.5080500894%;
    width: calc(var(--columns-9)*100%);
    float: right;
    text-align: left;
  }

@media screen and (max-width: 630px) {

article .content {
      width: 100%;
      width: calc(var(--columns-12)*100%);
  }
    }

article .content .body,article .content .excerpt {
      width: 77.1908763505%;
      width: calc(var(--columns-7)/var(--columns-9)*100%);
    }

@media screen and (max-width: 630px) {

article .content .body,article .content .excerpt {
        width: 100%;
        width: calc(var(--columns-12)*100%);
    }
      }

article .content .body img,article .content .excerpt img {
        max-width: 100%;
        height: auto;
      }

section.home article .body {
      font-size: 18px;
    }

section.row-3 article {
    width: 32.0214669052%;
    width: calc(var(--columns-4)*100%);
    margin-left: 1.9677996422%;
    margin-left: calc(var(--gutter)*100%);
  }

section.row-3 article:nth-child(3n + 1) {
      margin-left: 0%;
    }

section.row-3 article {

    float: left;
    border-top: 0px;
    padding: 40px 0px 0px 0px;
  }

section.row-3 article:nth-child(3n + 1) {
      clear: both;
    }

@media screen and (max-width: 630px) {

section.row-3 article {
      width: 100%;
      margin-left: 0;
  }
    }

section.row-4 article {
    width: 23.5241502683%;
    width: calc(var(--columns-3)*100%);
    margin-left: 1.9677996422%;
    margin-left: calc(var(--gutter)*100%);
  }

section.row-4 article:nth-child(4n + 1) {
      margin-left: 0%;
    }

section.row-4 article {
    float: left;
    border-top: 0px;
    padding: 40px 0px 0px 0px;
  }

section.row-4 article:nth-child(4n + 1) {
      clear: both;
    }

@media screen and (max-width: 630px) {

section.row-4 article {
      width: 100%;
      margin-left: 0;
  }
    }

section.collection-vertical article:after {
    content: "";
    display: table;
    clear: both;
  }

section.collection-vertical article {
    border-top: 0px;
    padding: 40px 0px 0px 0px;
  }

section.collection-vertical article:first-child {
      border-top: 1px solid #e6e6e6;
      border-top: 1px solid var(--border-color);
    }

section.collection-vertical article .image {
      float: left;
      width: 23.5241502683%;
      width: calc(var(--columns-3)*100%);
    }

@media screen and (max-width: 630px) {

section.collection-vertical article .image {
        width: 100%;
        margin-left: 0;
    }
      }

section.collection-vertical article h2 {
      font-weight: normal;
    }

section.collection-vertical article h2 a:visited {
        color: #5a6060;
        color: var(--text-color);
      }

section.collection-vertical article h2,section.collection-vertical article h2 a {
        color: #5a6060;
        color: var(--text-color);
      }

section.collection-vertical article .content {
      float: left;
      margin-left: 1.9677996422%;
      margin-left: calc(var(--gutter)*100%);
      width: 74.5080500894%;
      width: calc(var(--columns-9)*100%);
    }

@media screen and (max-width: 630px) {

section.collection-vertical article .content {
        width: 100%;
        margin-left: 0;
    }
      }

section.row-3:after {
    content: "";
    display: table;
    clear: both;
  }

section.row-4:after {
    content: "";
    display: table;
    clear: both;
  }

section.row-3,
section.row-4 {
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid var(--border-color);
  padding-bottom: 40px;
}

section.collection-vertical:after {
    content: "";
    display: table;
    clear: both;
  }

section.collection-vertical {
  padding-bottom: 40px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.75;
  color: #5a6060;
  color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
table {
  margin: 0px 0px 12px 0px;
  margin: 0px 0px var(--vertical-spacing) 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

h1 a:visited {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

h2 a:visited {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

h3 a:visited {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

h4 a:visited {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

h5 a:visited {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

h6 a:visited {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus {
    color: #ff3a00;
    color: var(--link-hover-color);
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

h1 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: normal;
}

h2,
h3 {
  font-size: 18px;
  line-height: 1.2;
}

h2 {
  font-weight: bold;
}

h3 {
  font-weight: normal;
  color: #5a6060;
  color: var(--text-color);
}

a,
a:visited {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #5a6060;
  color: var(--link-color);
}

a:hover,
a:focus {
  color: #ff3a00;
  color: var(--link-hover-color);
}

.flash {
  padding: 5px 10px;
  margin: 0px -10px 20px -10px;
}

.flash.notice {
    background: #ffc;
  }

.flash.error {
    color: #fff;
    background: #a00;
  }

footer {
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid var(--border-color);
  padding: 40px 0px;
  color: #b3b3b3;
  color: var(--text-light-color);
  font-size: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 630px) {

footer {
    padding: 20px 0px;
}
  }

label {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}

.field_with_errors label {
    color: #a00;
  }

div.field {
  margin-bottom: 12px;
}

input[type="text"],
input[type="password"] {
  border: 1px solid #e6e6e6;
  border: 1px solid var(--border-color);
  padding: 5px 10px;
}

.field_with_errors input[type="text"],.field_with_errors input[type="password"] {
    border-color: #c66;
  }

button {
  line-height: 25px;
  padding: 0px 25px;
  font-weight: bold;
  background-color: rgb(143, 194, 67);
  color: #fff;
  text-transform: uppercase;
  border: 0px;
}

button:hover,button:focus {
    background-color: rgb(128, 179, 55);
  }

section.reservation {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid var(--border-color);
}

header:after {
    content: "";
    display: table;
    clear: both;
  }

header {
  padding: 65px 0px;
}

@media screen and (max-width: 630px) {

header {
    padding: 40px 0px 20px 0px;
}
  }

header .logo,header nav {
    float: left;
  }

header .logo {
    width: 23.5241502683%;
    width: calc(var(--columns-3)*100%);
    margin-right: 1.9677996422%;
    margin-right: calc(var(--gutter)*100%);
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #000;
    font-size: 30px;
    margin-top: -7px;
    line-height: 1.1;
    margin-bottom: 12px;
    margin-bottom: var(--vertical-spacing);
  }

@media screen and (max-width: 630px) {

header .logo {
      width: 100%;
  }
    }

header nav {
    margin: 0px;
    width: 66.0107334526%;
    width: calc(var(--columns-8)*100%);
  }

@media screen and (max-width: 630px) {

header nav {
      width: 100%;
      width: calc(var(--columns-12)*100%);
  }
    }

header nav ul {
      float: left;
      list-style-type: none;
      padding: 0px;
      margin: 0px;
      width: 22.7642276423%;
      width: calc(var(--columns-2)/var(--columns-8)*100%);
      margin-left: 2.9810298103%;
      margin-left: calc(var(--gutter)/var(--columns-8)*100%);
    }

header nav ul:nth-child(4n + 1) {
        margin-left: 0%;
      }

@media screen and (max-width: 630px) {

header nav ul {
        width: 49.0161001789%;
        width: calc(var(--columns-6)*100%);
        margin-left: 1.9677996422%;
        margin-left: calc(var(--gutter)*100%);
    }
        header nav ul:nth-child(2n + 1) {
          margin-left: 0%;
        }

header nav ul {

        margin-bottom: 12px;

        margin-bottom: var(--vertical-spacing);
    }
      }

.wrapper {
  margin: 0px auto;
  max-width: 1118px;
  max-width: calc(var(--inner-width)*1px);
  padding: 0 3%;
}

header,
main,
footer {
  width: 100%;
}
