/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

@-webkit-keyframes scrollIndicator {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
            transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
}

@keyframes scrollIndicator {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
            transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
}

body {
  background: #fff;
  box-sizing: border-box;
  color: #202626;
  display: flex;
  font-family: 'Poppins', 'Istok Web', sans-serif;
  flex-direction: column;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body * {
  box-sizing: border-box;
}

a {
  color: #3c709e;
  text-decoration: none;
}

a:hover {
  color: #2e5679;
}

.block {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  flex-direction: column;
}

.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.contain.-small {
  max-width: 930px;
}

.contain.-smaller {
  max-width: 680px;
}

.main {
  margin-top: 54px;
}

@media (min-width: 1000px) {
  .main {
    margin-top: 127px;
  }
}

h1,
h2,
h3,
h4 {
  line-height: 1;
  margin: 0 0 1em;
  font-family: 'Playfair Display', 'Lora', serif;
}

h2 {
  font-size: 32px;
}

@media (min-width: 860px) {
  h2 {
    font-size: 42px;
  }
}

h2 small {
  display: block;
  font-family: 'Poppins', 'Istok Web', sans-serif;
  color: #96979a;
  font-size: 12px;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

h2 small a {
  color: #96979a;
  transition: all 0.1s ease-in-out 0s;
}

h2 small a:hover {
  color: #6d6e71;
}

h3 {
  font-size: 22px;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

.fs-small {
  font-size: 14px;
}

.fw-bold {
  font-weight: bold;
}

.font-serif {
  font-family: 'Playfair Display', 'Lora', serif;
}

.font-sans-serif {
  font-family: 'Poppins', 'Istok Web', sans-serif;
}

.ta-center {
  text-align: center;
}

.margin-0 {
  margin: 0;
}

.margin-t-small {
  margin-top: 20px;
}

@media (min-width: 860px) {
  .margin-t-small {
    margin-top: 20px;
  }
}

.margin-b-small {
  margin-bottom: 10px;
}

@media (min-width: 860px) {
  .margin-b-small {
    margin-bottom: 20px;
  }
}

.margin-t-medium {
  margin-top: 20px;
}

@media (min-width: 860px) {
  .margin-t-medium {
    margin-top: 40px;
  }
}

@media (min-width: 1000px) {
  .margin-t-medium {
    margin-top: 60px;
  }
}

.padding-0 {
  padding: 0;
}

.padding-medium {
  padding: 20px;
}

@media (min-width: 860px) {
  .padding-medium {
    padding: 30px;
  }
}

@media (min-width: 1000px) {
  .padding-medium {
    padding: 60px;
  }
}

.padding-large {
  padding: 20px;
}

@media (min-width: 860px) {
  .padding-large {
    padding: 40px;
  }
}

@media (min-width: 1000px) {
  .padding-large {
    padding: 80px;
  }
}

.padding-y {
  padding: 10px 0;
}

@media (min-width: 600px) {
  .padding-y {
    padding: 20px 0;
  }
}

.padding-y-medium {
  padding: 10px 0;
}

@media (min-width: 860px) {
  .padding-y-medium {
    padding: 20px 0;
  }
}

@media (min-width: 1000px) {
  .padding-y-medium {
    padding: 40px 0;
  }
}

.padding-y-large {
  padding: 20px 0;
}

@media (min-width: 860px) {
  .padding-y-large {
    padding: 40px 0;
  }
}

@media (min-width: 1000px) {
  .padding-y-large {
    padding: 80px 0;
  }
}

.page-title-cover {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.page-title {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0)), url(/images/homes_header.jpg);
  background-position: 50% 50%, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  padding: 60px 20px;
  position: relative;
  color: #fff;
  text-shadow: 0 0 5px rgba(109, 110, 113, 0.1);
}

@media (min-width: 1000px) {
  .page-title {
    padding: 120px 20px;
  }

  .page-blog .page-title {
    padding: 80px 20px;
  }
}

.page-title h2 {
  font-size: 58px;
  margin-bottom: 0;
}

.page-title h2 small {
  color: #cacacc;
}

.page-title p {
  margin-top: 20px;
}

.grid {
  display: flex;
  width: 100%;
}

.grid .primary {
  width: 60%;
  padding-right: 20px;
}

.grid .aside {
  width: 40%;
  padding-left: 20px;
}

.ai-center {
  align-items: center;
}

.jc-center {
  justify-content: center;
}

.bp-medium-up {
  display: none;
}

@media (min-width: 860px) {
  .bp-medium-up {
    display: block;
  }
}

.bg-white {
  background: #fff;
}

.bg-light-grey {
  background: #b0b1b3;
}

.bg-lightest-grey {
  background: #f6f6f6;
}

.bg-light-radial {
  background-image: radial-gradient(#cacacc, white);
}

.bg-light-pattern {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23c5c5c5' fill-opacity='0.4'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: inherit;
  background-repeat: inherit;
}

.blog-single {
  border-top: 6px solid #f8f4ce;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  margin-top: -60px;
  padding: 20px 10px;
  border-bottom: 1px solid #d9dadb;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .blog-single {
    padding: 20px 40px;
  }
}

@media (min-width: 860px) {
  .blog-single {
    margin: -80px 0 60px;
    padding: 40px 80px;
  }
}

.blog-single-header {
  text-align: center;
}

.blog-single-header h2 {
  line-height: 1.5;
}

.blog-single-meta {
  border-bottom: 1px solid #d9dadb;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.blog-single-meta .categories {
  display: flex;
  text-align: left;
  align-items: center;
}

.blog-single-meta .categories h4 {
  margin-bottom: 0;
}

.blog-single-meta .categories div {
  padding: 0 20px;
}

.blog-single-meta .categories span {
  color: #6d6e71;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-single-meta .categories span a {
  color: #6d6e71;
}

.blog-single-meta .categories span a:hover {
  color: #202626;
}

.blog-single-content {
  padding: 20px;
}

@media (min-width: 600px) {
  .blog-single-content {
    padding: 40px;
  }
}

@media (min-width: 860px) {
  .blog-single-content {
    padding: 60px;
  }
}

@media (min-width: 1000px) {
  .blog-single-content {
    padding: 80px;
  }
}

.blog-single-related {
  margin-top: 40px;
}

.blog-single-related > h3 {
  text-align: center;
}

@media (min-width: 860px) {
  .blog-single-related {
    margin-top: 80px;
  }
}

.blog-author {
  color: #202626;
  display: flex;
  align-items: center;
  text-align: left;
}

.blog-author:hover .blog-author-name {
  color: #202626;
}

.blog-author img {
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  width: 70px;
}

.blog-author h4 {
  margin-bottom: 5px;
}

.blog-author span {
  font-family: 'Poppins', 'Istok Web', sans-serif;
  display: block;
  color: #6d6e71;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-author-name {
  margin-left: 20px;
}

.blurb {
  background: #fff;
  border-bottom: 1px solid #d9dadb;
  border-radius: 2px;
  color: #202626;
  display: block;
  font-size: 14px;
  transition: all 0.1s ease-in-out 0s;
}

.blurb.-borderless {
  border-bottom: 0;
}

.blurb.-blog {
  border-top: 6px solid #a1b4e6;
}

.blurb.-property {
  border-top: 6px solid #3c9e41;
}

.blurb:hover {
  box-shadow: 0 10px 40px #cacacc;
  z-index: 2;
}

.blurb:hover h3 {
  text-decoration: underline;
}

.blurb:hover .blurb-faux-link {
  color: #202626;
}

.blurb-content {
  padding: 10px 20px 20px;
}

.blurb-heading {
  font-size: 18px;
  margin: 1em 0;
  line-height: 1.2;
}

.blurb-time {
  color: #b0b1b3;
  margin: 0;
}

.blurb-faux-link {
  font-weight: bold;
  color: #b0b1b3;
  transition: all 0.1s ease-in-out 0s;
}

#booking {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

@media (min-width: 600px) {
  #booking {
    padding: 20px;
  }
}

@media (min-width: 860px) {
  #booking {
    padding: 40px;
  }
}

#booking small {
  display: inline-block;
  font-size: 14px;
  max-width: 320px;
}

.page-booking-box {
  background: #3c709e;
}

.page-booking-box .main {
  margin-top: 60px;
}

.page-booking-box h1,
.page-booking-box h2 {
  margin-bottom: 10px;
  font-family: 'Poppins', 'Istok Web', sans-serif;
}

.page-booking-box h2 {
  font-size: 32px;
}

.page-booking-box .footer {
  background: transparent;
}

.page-booking-box .footer p {
  color: #fff;
}

.booking-box {
  background: #f3f3f4;
  border-radius: 3px;
  padding: 40px;
  margin: 0 auto;
  width: 690px;
}

.booking-box img {
  display: inline-block;
  background: #fff;
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #eeeeef;
}

.booking-box-labels {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid #eeeeef;
  border-bottom: 2px solid #eeeeef;
  margin: 20px 0;
}

.booking-box-fieldset {
  border: 2px solid #eeeeef;
  margin: 20px 0;
  padding: 20px 40px;
}

.booking-box-fieldset legend {
  font-family: 'Poppins', 'Istok Web', sans-serif;
  padding: 0 20px;
  font-weight: bold;
}

.booking-total strong {
  font-size: 30px;
}

.booking-cta {
  position: fixed;
  right: 10px;
  top: 150px;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  z-index: 8;
  transition: all 0.1s ease-in-out 0s;
  display: none;
}

@media (min-width: 860px) {
  .booking-cta {
    display: block;
  }
}

.booking-cta.-active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.booking-cta a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 1em;
  position: relative;
  text-align: right;
}

.booking-cta a span {
  font-weight: normal;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.1s ease-in-out 0s;
  padding: 5px;
}

.booking-cta a:hover span {
  font-weight: bold;
}

.booking-cta a:last-child:after {
  display: none;
}

.booking-cta a:after {
  content: '';
  left: 0;
  position: absolute;
  background: #3c709e;
  height: 50px;
  left: auto;
  right: 11px;
  top: 36px;
  width: 1px;
}

.booking-panel {
  background: #3c709e;
}

.booking-intro {
  color: #fff;
  max-width: 540px;
  padding: 10px;
  margin: 0 auto;
}

.booking-intro h2 {
  font-family: 'Poppins', 'Istok Web', sans-serif;
}

.booking-intro p {
  margin-top: 20px;
}

.booking-button {
  position: fixed;
}

.booking-form {
  background: #f3f3f4;
  border-radius: 3px;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 690px;
}

@media (min-width: 600px) {
  .booking-form {
    padding: 40px;
  }
}

.ba-row {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 600px) {
  .ba-row {
    flex-direction: row;
  }
}

.ba-row label {
  color: #202626;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 20px;
  text-transform: inherit;
}

.ba-row .numbered {
  font-size: 30px;
  text-align: center;
  margin: 0;
  width: 90px;
  padding-right: 0;
  background: #fff;
}

.ba-row.-footer {
  margin-top: 20px;
  align-items: center;
}

.ba-row.-footer p {
  margin-right: 10px;
  text-align: left;
}

.ba-personal {
  border-top: 1px solid #b0b1b3;
  margin-top: 30px;
  padding-top: 30px;
  width: 100%;
}

.ba-personal textarea,
.ba-personal input {
  flex-basis: 70%;
  padding: 10px;
}

.ba-personal label {
  padding-left: 0;
  text-align: left;
  width: 180px;
}

.ba-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.ba-input .age {
  display: block;
  font-size: 13px;
  text-align: left;
}

.ba-input.-terms {
  font-size: 16px;
}

.ba-input.-terms .button {
  font-size: 16px;
  padding: 0;
  color: #202626;
  border-bottom: 2px solid #6d6e71;
}

.ba-input.-terms label {
  text-align: right;
  padding-right: 10px;
}

.ba-input.-terms input {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.ba-input.-terms p {
  flex-basis: 70%;
  padding: 10px;
  text-align: left;
}

.ba-costs {
  background: #fff;
  padding: 10px;
  height: 100%;
  font-size: 14px;
  text-align: left;
  width: 280px;
}

.ba-costs.-large {
  font-size: 16px;
  margin: 20px auto;
  height: auto;
  padding: 20px;
  width: 320px;
}

.ba-costs .booking-fee,
.ba-costs .booking-total {
  display: flex;
  justify-content: space-between;
}

.ba-costs .booking-fee small,
.ba-costs .booking-total small {
  margin-left: 8px;
}

.ba-costs .booking-total {
  align-items: center;
  border-top: 2px solid #6d6e71;
  line-height: 1;
  margin-top: 10px;
  padding-top: 10px;
}

.ba-costs .booking-total strong {
  font-weight: bold;
  font-size: 24px;
}

.ba-terms-and-conditions {
  background: rgba(109, 110, 113, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  z-index: 99999;
  font-size: 14px;
  line-height: 1;
  transition: all 0.1s ease-in-out 0s;
}

.ba-terms-and-conditions.open {
  display: flex;
}

.ba-terms-and-conditions .wrapper {
  background: #fff;
  height: calc(100% - 40px);
  max-height: 800px;
  max-width: 800px;
  padding: 40px;
  position: relative;
  text-align: left;
  width: calc(100% - 40px);
}

.ba-terms-and-conditions .content {
  height: calc(100% - 40px);
  overflow-y: auto;
  width: 100%;
}

.ba-terms-and-conditions .content .button {
  display: block;
  margin: 40px auto 0;
}

.ba-terms-and-conditions-button {
  background: #fff;
  border: none;
  cursor: pointer;
  font-style: 20px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  transition: all 0.1s ease-in-out 0s;
}

.ba-terms-and-conditions-button:hover {
  background: #f2f2f2;
}

.button {
  background: #3c9e41;
  border: 1px solid #348838;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', 'Istok Web', sans-serif;
  font-size: 12px;
  word-spacing: 0.2em;
  line-height: 1;
  max-width: 100%;
  padding: 15px 20px 12.5px;
  position: relative;
  text-align: center;
  transition: all 0.1s ease-in-out 0s;
}

@media (min-width: 1000px) {
  .button {
    font-size: 14px;
  }
}

.button:hover {
  background: #318035;
  color: #fff;
}

.button:disabled {
  cursor: auto;
  background: #b0b1b3;
  border: 1px solid #a0a1a4;
}

.button:disabled:hover {
  background: #b0b1b3;
}

.button.-large {
  font-size: 16px;
}

@media (min-width: 1000px) {
  .button.-large {
    font-size: 18px;
  }
}

.button.-xlarge {
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  min-width: 250px;
}

@media (min-width: 860px) {
  .button.-xlarge {
    font-size: 20px;
  }
}

.button.-primary {
  background: #3c709e;
  border: 1px solid #346088;
}

.button.-primary:hover {
  background: #315b80;
  border: 1px solid #315b80;
}

.button.-delete {
  background: #c64444;
  border: 1px solid #b43737;
}

.button.-delete:hover {
  background: #ad3535;
  border: 1px solid #ad3535;
}

.button.-text {
  background: none;
  color: #202626;
  border: none;
}

.button.-link {
  background: #fff;
  color: #6d6e71;
  border: 1px solid #f0f0f0;
}

.button.-link:hover {
  background: #ebebeb;
  border: 1px solid #ebebeb;
}

.button.-grey {
  background: #6d6e71;
  border: 1px solid #5e5f61;
}

.button.-grey:hover {
  background: #595a5c;
  border: 1px solid #595a5c;
}

.button-group .button {
  background: #fff;
  color: #3c9e41;
  border: 1px solid #3c9e41;
}

.button-group .button:hover {
  background: #318035;
  color: #fff;
}

.button.-active {
  background: #348838;
  border: 1px solid #2e7932;
  color: #fff;
}

.button-group {
  text-align: center;
}

.explore {
  height: calc(100vh - 166px);
  position: relative;
  width: 100%;
}

.explore-sidebar {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 100%;
  height: 160px;
}

@media (min-width: 600px) {
  .explore-sidebar {
    height: 100%;
    width: 33.3333%;
  }
}

.explore-heading {
  margin: 20px;
  font-size: 14px;
  border-bottom: 1px solid #eeeeef;
}

.explore-map {
  height: 100%;
  left: 0;
  top: 160px;
  position: absolute;
  width: 100%;
}

@media (min-width: 600px) {
  .explore-map {
    top: 0;
    left: 33.3333%;
    width: 66.6666%;
  }
}

.explore-listings {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}

.explore-listings .category-heading {
  padding: 20px;
  font-size: 24px;
  border-bottom: 2px solid #eeeeef;
  margin-bottom: 0;
}

@media (min-width: 860px) {
  .explore-listings .category-heading {
    font-size: 28px;
  }
}

@media (min-width: 1000px) {
  .explore-listings .category-heading {
    font-size: 32px;
  }
}

.explore-listings .item-details {
  font-weight: normal;
  color: #202626;
  font-size: 14px;
}

.explore-listings .item-details p {
  margin-bottom: 0;
}

.explore-listings .item {
  border-bottom: 1px solid #eee;
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.explore-listings .item a {
  font-size: 16px;
  padding: 20px 10px;
  transition: all 0.1s ease-in-out 0s;
}

@media (min-width: 860px) {
  .explore-listings .item a {
    font-size: 18px;
    padding: 20px;
  }
}

.explore-listings .item:last-child {
  border-bottom: none;
}

.explore-listings .item .title {
  color: #3c9e41;
  display: block;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.1s ease-in-out 0s;
}

@media (min-width: 860px) {
  .explore-listings .item .title {
    font-size: 20px;
  }
}

.explore-listings .item .title small {
  font-weight: 400;
}

.explore-listings .item.active .title,
.explore-listings .item .title:hover {
  color: #2e7932;
  background: #eeeeef;
}

.explore-listings .item.active {
  background-color: #e4e4e5;
}

.marker {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  cursor: pointer;
  height: 60px;
  width: 60px;
}

.marker.icon-food {
  background-image: url(/images/icon-food.svg);
}

.marker.icon-wine {
  background-image: url(/images/icon-wine.svg);
}

.mapboxgl-popup {
  padding-bottom: 50px;
}

.mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-popup-content {
  color: #b0b1b3;
  font-size: 16px;
  padding: 0;
  width: 210px;
  text-align: center;
}

.mapboxgl-popup-content-wrapper {
  padding: 1%;
}

.mapboxgl-popup-content h3 {
  font-family: 'Poppins', 'Istok Web', sans-serif;
  background: #3c709e;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: -15px -10px 10px;
  padding: 10px;
  text-align: center;
}

.mapboxgl-popup-content h4 {
  display: block;
  font-weight: normal;
  margin: 0;
  margin: 0;
  font-size: 14px;
  padding: 10px 10px 0;
  line-height: 1.25;
  font-family: 'Poppins', 'Istok Web', sans-serif;
}

.mapboxgl-popup-content div {
  padding: 10px;
}

.mapboxgl-container .leaflet-marker-icon {
  cursor: pointer;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #91c949;
}

.footer {
  background: #6d6e71;
  color: #fff;
  display: flex;
  padding: 20px;
  width: 100%;
}

.copyright {
  color: #b0b1b3;
  font-size: 12px;
  padding: 20px;
  position: relative;
  text-align: center;
}

.copyright span {
  display: inline-block;
  margin: 0 0.5em;
}

.copyright a {
  font-weight: bold;
  color: #eeeeef;
}

.copyright a:hover {
  text-decoration: underline;
}

input[type=email],
input[type=password],
input[type=number],
input[type=phone],
input[type=text],
select,
textarea {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #b0b1b3;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  transition: all 0.1s ease-in-out 0s;
}

input[type=email]:hover,
input[type=password]:hover,
input[type=number]:hover,
input[type=phone]:hover,
input[type=text]:hover,
select:hover,
textarea:hover {
  border: 1px solid #6d6e71;
}

.DateInput input[type=email],
.DateInput
input[type=password],
.DateInput
input[type=number],
.DateInput
input[type=phone],
.DateInput
input[type=text],
.DateInput
select,
.DateInput
textarea {
  border: none;
}

.DateRangePickerInput input[type=email],
.DateRangePickerInput
input[type=password],
.DateRangePickerInput
input[type=number],
.DateRangePickerInput
input[type=phone],
.DateRangePickerInput
input[type=text],
.DateRangePickerInput
select,
.DateRangePickerInput
textarea {
  text-align: center;
  font-size: 22px;
}

select {
  cursor: pointer;
  height: 40px;
}

label {
  color: #6d6e71;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
}

form,
.form {
  display: flex;
  flex-wrap: wrap;
}

.form-row {
  margin-bottom: 20px;
  width: 100%;
}

.form-row.-inline {
  display: flex;
  justify-content: space-between;
}

.form-row.-amount {
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  margin-top: 10px;
}

.form-row.-amount input {
  font-size: 20px;
  text-align: right;
  width: 110px;
  border: 2px solid #6d6e71;
}

.form-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 860px) {
  .form-col.-wide {
    padding-right: 20px;
    width: 60%;
  }

  .form-col.-small {
    padding-left: 20px;
    width: 40%;
  }
}

.form-input {
  display: flex;
  flex-direction: column;
}

.form-footer {
  border-top: 2px solid #eeeeef;
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
}

.form-expiry {
  margin-left: 10px;
  width: 250px;
}

.form-expiry .card-expiry-month {
  margin-right: 10px;
}

.form-state {
  margin: 0 10px;
}

.payment-form {
  border-top: 2px solid #eeeeef;
  margin-top: 60px;
  padding-top: 60px;
}

body .DateRangePickerInput {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #b0b1b3;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  transition: all 0.1s ease-in-out 0s;
}

body .DateRangePickerInput:hover,
body .DateRangePickerInput:focus {
  border: 1px solid #6d6e71;
}

.header {
  align-items: center;
  background: #fff;
  box-shadow: 0 20px 30px -20px #cfcfd1;
  display: flex;
  flex-direction: row;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateY(34px);
          transform: translateY(34px);
  width: 100%;
  z-index: 10;
  max-height: 53px;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.header.opened {
  max-height: 100%;
}

@media (min-width: 1000px) {
  .header {
    align-items: center;
    flex-direction: column;
    max-height: 100%;
    overflow: inherit;
  }
}

.header-nav-button {
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  height: 50px;
  padding: 8px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.opened .header-nav-button span,
.header-nav-button:hover span {
  background: #888;
}

.opened .header-nav-button span {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.header-nav-button span {
  background: #000;
  height: 4px;
  display: block;
  width: 100%;
  transition: all 0.1s ease-in-out 0s;
}

.header-nav-button span:nth-child(2) {
  position: relative;
  top: 12px;
}

@media (min-width: 1000px) {
  .header-nav-button {
    display: none;
  }
}

.hero {
  position: relative;
}

.hero-slide {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  position: relative;
  width: 100%;
}

.-home .hero-slide,
.-property .hero-slide {
  height: 80vh;
  min-height: 400px;
}

@media (min-width: 860px) {
  .-home .hero-slide,
  .-property .hero-slide {
    height: calc(100vh - 240px);
  }
}

.hero-thumbnails {
  border-radius: 2px;
  bottom: 0;
  box-shadow: 0 0 30px rgba(109, 110, 113, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 50%;
  max-width: 720px;
  padding: 10px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-thumbnails .thumbnail {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 10px;
  margin: 0 8px;
  padding: 5px;
  width: 10px;
  transition: all 0.1s ease-in-out 0s;
}

.hero-thumbnails .thumbnail img {
  display: none;
}

.hero-thumbnails .thumbnail.-active {
  background: #75a3cb;
}

.hero-thumbnails .thumbnail:hover {
  background: #bfd4e7;
}

.hero-cover {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.hero-content {
  color: #fff;
  padding: 240px 80px 120px;
  position: relative;
  z-index: 3;
}

.hero-content .lead-in {
  font-weight: bold;
  text-transform: uppercase;
}

.hero-content .lead-in,
.hero-content .lead-out {
  font-size: 14px;
  margin: 0;
}

.hero-content .lead-out {
  margin-bottom: 20px;
}

.hero-content .button {
  top: 40px;
}

.hero-content h2 {
  font-family: 'Playfair Display', 'Lora', serif;
  font-size: 48px;
  margin: 0.3em 0;
  line-height: 1;
}

.hero-button {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
}

.hero-button.prev {
  left: 0;
}

.hero-button.next {
  right: 0;
}

@media (min-width: 600px) {
  .hero-button.prev {
    left: 22px;
  }

  .hero-button.next {
    right: 22px;
  }
}

.hero-button svg {
  height: 26px;
  width: 26px;
  fill: #fff;
  opacity: 1;
}

.scroll-indicator {
  position: absolute;
  bottom: 50px;
}

.scroll-indicator span {
  -webkit-animation: scrollIndicator 2s infinite;
          animation: scrollIndicator 2s infinite;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  height: 24px;
  position: absolute;
  margin-left: -12px;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 24px;
}

.home {
  padding: 20%;
  text-align: center;
}

.siema-sticky {
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  pointer-events: none;
}

.siema-sticky .button {
  position: absolute;
  bottom: 30px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
  pointer-events: all;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

.listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 600px) {
  .listing {
    padding: 20px;
  }
}

.listing > li {
  margin: 0 30px 20px;
  padding: 0;
  flex: 1 1 auto;
  flex-basis: 100%;
}

@media (min-width: 600px) {
  .listing > li {
    margin: 0 0 20px;
  }
}

@media (min-width: 600px) {
  .listing.-halves > li {
    flex-basis: calc(50%);
    max-width: calc(50%);
  }

  .listing.-thirds > li {
    flex-basis: calc(33.33333333%);
    max-width: calc(33.33333333%);
  }
}

.notification {
  background: #e4f5e5;
  border: 2px solid #75cb7a;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 20px;
  text-align: center;
}

.notification.-error {
  background: #faf0f0;
  border: 2px solid #de9292;
}

.notification.-hide {
  display: none;
}

.nav {
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 9;
}

@media (min-width: 1000px) {
  .nav {
    align-items: center;
    display: flex;
    justify-content: space-around;
  }
}

.nav a {
  color: #202626;
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out 0s;
}

.nav a:hover span:after {
  background: #e4e4e5;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.nav a span {
  position: relative;
}

.nav a span:after {
  content: '';
  left: 0;
  position: absolute;
  background: #b0b1b3;
  bottom: -10px;
  height: 3px;
  opacity: 0;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  width: 100%;
  transition: all 0.1s ease-in-out 0s;
}

.nav a.-active {
  color: #b0b1b3;
}

.nav a.-active span:after {
  background: #e4e4e5;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.nav .main-logo {
  font-family: 'Playfair Display', 'Lora', serif;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  flex-basis: 340px;
}

@media (min-width: 1000px) {
  .nav .main-logo {
    font-size: 26px;
  }
}

.nav .main-logo strong {
  font-family: 'Poppins', 'Istok Web', sans-serif;
  font-weight: normal;
  letter-spacing: 2em;
  margin-top: 4px;
  font-size: 10px;
  display: block;
  text-indent: 0;
}

@media (min-width: 1000px) {
  .nav .main-logo strong {
    font-size: 12px;
    margin-top: 8px;
    text-indent: 2em;
  }
}

.footer .nav {
  justify-content: center;
}

.footer .nav svg {
  fill: #fff;
}

.footer .nav a {
  color: #fff;
  font-weight: normal;
  padding: 10px;
}

.properties {
  padding: 30px 20px;
  display: flex;
}

@media (min-width: 860px) {
  .properties {
    padding: 60px 30px 30px;
  }
}

.property {
  border-bottom: 1px solid #d9dadb;
  background: #fff;
  border-radius: 2px;
  border-top: 6px solid #3c9e41;
  color: #202626;
  display: flex;
  font-size: 16px;
  margin-bottom: 60px;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  flex-direction: column-reverse;
}

@media (min-width: 600px) {
  .property {
    flex-direction: row;
  }

  .property:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.property:hover {
  border-top: 6px solid #2e7932;
  color: #202626;
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
  box-shadow: 0 20px 30px -20px #cfcfd1;
}

.property-title {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding: 0 30px;
  z-index: 2;
}

.property-title small {
  color: #fff;
  font-size: 16px;
}

@media (min-width: 600px) {
  .property-title small {
    font-size: 20px;
  }
}

.property-title h2 {
  font-size: 32px;
}

@media (min-width: 600px) {
  .property-title h2 {
    font-size: 48px;
  }
}

@media (min-width: 860px) {
  .property-title h2 {
    font-size: 60px;
  }
}

.property-stats {
  font-size: 14px;
}

@media (min-width: 860px) {
  .property-stats {
    font-size: 16px;
  }
}

.property-stats strong {
  word-spacing: 4px;
}

.property-specifics {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 860px) {
  .property-specifics {
    margin-bottom: 80px;
  }
}

.property-specifics .contain {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 860px) {
  .property-specifics .contain {
    justify-content: space-between;
  }
}

.property-specifics .specific-option {
  background: #fff;
  border-radius: 2px;
  border: 2px solid #d0dcde;
  color: #202626;
  flex-grow: 1;
  margin: 0 10px 20px;
  padding: 10px;
  flex-basis: 40%;
  width: 40%;
}

@media (min-width: 860px) {
  .property-specifics .specific-option {
    flex-basis: 0;
    margin: 0 10px;
    padding: 20px;
  }
}

.property-specifics .specific-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.property-specifics .specific-cost svg {
  height: 52px;
  width: 52px;
}

.property-specifics .specific-cottage svg {
  height: 40px;
  width: 40px;
}

.property-specifics .specific-sleeps svg {
  height: 40px;
  width: 40px;
}

.property-specifics .specific-bedrooms svg,
.property-specifics .specific-bathrooms svg,
.property-specifics .specific-half svg,
.property-specifics .specific-minimum svg {
  height: 50px;
  width: 50px;
}

.property-specifics svg {
  color: #6d6e71;
}

.property-specifics strong {
  display: block;
  font-size: 12px;
  color: #6d6e71;
  margin-top: 10px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.property-specifics p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
}

.property-link {
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 860px) {
  .property-link {
    margin-top: 40px;
  }
}

.property-link em {
  display: inline-block;
  margin: 0 0.5em;
}

.property-content {
  padding: 20px;
  width: 100%;
}

@media (min-width: 600px) {
  .property-content {
    width: 60%;
  }
}

@media (min-width: 1000px) {
  .property-content {
    padding: 40px;
    width: 50%;
  }
}

.property-aside {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 220px;
}

@media (min-width: 600px) {
  .property-aside {
    width: 40%;
  }
}

@media (min-width: 1000px) {
  .property-aside {
    width: 50%;
  }
}

.property-heading {
  font-size: 26px;
  margin: -80px -20px 0;
  padding: 20px;
  background: white;
  position: relative;
  z-index: 9;
}

@media (min-width: 600px) {
  .property-heading {
    font-size: 38px;
    margin: 20px 0 40px;
    padding: 0;
    background: none;
  }
}

.property-time {
  color: #b0b1b3;
  margin: 0;
}

.property-faux-link {
  font-weight: bold;
  color: #b0b1b3;
  transition: all 0.1s ease-in-out 0s;
}

.property-map {
  position: relative;
  height: 500px;
  width: 100%;
}

.property-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.property-gallery a {
  display: inline-block;
  width: 33.33%;
}

.property-gallery a:hover img {
  border: 1px solid #b0b1b3;
  background: white;
}

.property-gallery a img {
  border: 1px solid #eeeeef;
  display: inline-block;
  margin: 10px;
  padding: 10px;
  transition: all 0.1s ease-in-out 0s;
}

.testimonial {
  background: #fff;
  border-bottom: 1px solid #d9dadb;
  border-radius: 2px;
  color: #202626;
  font-size: 12px;
  padding: 60px 40px;
  display: block;
  transition: all 0.1s ease-in-out 0s;
}

.testimonial-content {
  font-family: 'Playfair Display', 'Lora', serif;
  color: #6d6e71;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 860px) {
  .testimonial-content {
    margin-top: 20px;
    line-height: 2;
    font-size: 18px;
  }
}

.testimonial-content blockquote {
  font-style: italic;
  margin-bottom: 0;
  margin-top: 0;
}

.testimonial-stars {
  color: gold;
  letter-spacing: 0.2em;
  font-size: 22px;
}

.testimonial-service {
  margin-top: 20px;
}

.testimonial-service img {
  width: 170px;
}

.testimonial-source {
  font-family: 'Poppins', 'Istok Web', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width: 860px) {
  .testimonial-source {
    font-size: 14px;
  }
}

.testimonial-wrapper {
  position: relative;
}

.testimonial-wrapper > div > div {
  display: flex;
  align-items: center;
}

.testimonial-button {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
}

.testimonial-button.prev {
  left: -22px;
}

.testimonial-button.next {
  right: -22px;
}

.testimonial-button svg {
  height: 26px;
  width: 26px;
  fill: #202626;
  opacity: 1;
}

.toolbar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e4e4e5;
  color: #86878b;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  left: 0;
  padding: 5px 0;
  top: 0;
  width: 100%;
}

.toolbar a {
  color: #6d6e71;
}

.toolbar-weather {
  position: relative;
  top: 4px;
}

.toolbar-weather svg {
  height: 18px;
  margin-left: 4px;
  width: 18px;
}

.toolbar-weather .facebook svg {
  fill: #3b5998;
}

.toolbar-weather .instagram svg {
  fill: #8a3ab9;
}

.toolbar-weather .pinterest svg {
  fill: #cb2027;
}

.wysiwyg {
  padding: 0 20px;
}

.wysiwyg p {
  font-size: 16px;
  line-height: 2;
}

@media (min-width: 860px) {
  .wysiwyg p {
    font-size: 18px;
  }
}

.wysiwyg blockquote {
  font-family: 'Playfair Display', 'Lora', serif;
  font-size: 20px;
  padding: 20px;
}

@media (min-width: 860px) {
  .wysiwyg blockquote {
    font-size: 24px;
    padding: 20px 40px;
  }
}

.wysiwyg img {
  background: #f6f6f6;
  border: 1px solid #dddcdc;
  padding: 20px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .wysiwyg img.left {
    float: left;
    margin-right: 20px;
  }
}

@media (min-width: 600px) {
  .wysiwyg img.right {
    float: right;
    margin-left: 20px;
  }
}

.wysiwyg section {
  margin-bottom: 40px;
}

.wysiwyg section:last-child {
  margin-bottom: 0;
}

.wysiwyg.flex {
  display: flex;
}

.wysiwyg.flex div {
  width: 100%;
}

@media (min-width: 860px) {
  .wysiwyg.flex div {
    width: 50%;
  }
}

@-webkit-keyframes lum-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lum-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }

  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px);
  }

  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }

  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px);
  }

  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }

  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px);
  }

  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }

  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px);
  }

  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.lum-lightbox {
  background: rgba(238, 238, 239, 0.9);
  z-index: 11;
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  -webkit-animation: lum-loader-rotate 1800ms infinite linear;
          animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  -webkit-animation: lum-loader-before 1800ms infinite linear;
          animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  -webkit-animation: lum-loader-after 1800ms infinite linear;
          animation: lum-loader-after 1800ms infinite linear;
  -webkit-animation-delay: -900ms;
          animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  -webkit-animation: lum-fade 180ms ease-out;
          animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 180ms ease-out;
          animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  -webkit-animation: lum-fade 300ms ease-in;
          animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 300ms ease-in;
          animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-previous-button {
  left: 0;
}

.lum-next-button {
  right: 0;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */

@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
    display: block;
  }
}

body .CalendarDay {
  border-color: transparent;
}

body .CalendarDay__default {
  font-weight: bold;
}

body .CalendarDay__selected,
body .CalendarDay__selected:active,
body .CalendarDay__selected:hover {
  background: #3c709e;
  border-color: #3c709e;
  color: #fff;
}

body .CalendarDay__selected .isStayable,
body .CalendarDay__selected:active .isStayable,
body .CalendarDay__selected:hover .isStayable {
  color: #fff;
}

body .CalendarDay__hovered_span,
body .CalendarDay__selected_span {
  background: #bfd4e7;
  border-color: #bfd4e7;
  color: #202626;
}

body .CalendarDay__hovered_span:hover,
body .CalendarDay__selected_span:active,
body .CalendarDay__selected_span:hover {
  background: #3c709e;
  border-color: #3c709e;
  color: #fff;
}

body .DayPickerKeyboardShortcuts_show__bottomRight {
  border-right-color: #3c709e;
}

body .DateInput_fang {
  top: 49px !important;
}

.isStayable {
  color: #667979;
}

