@charset "UTF-8";
/*! 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 */
  text-decoration: underline; /* 2 */
  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;
}

html {
  box-sizing: border-box;
}

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

.valign-wrapper {
  display: flex;
  align-items: center;
}

.clearfix {
  clear: both;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select {
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

.container {
  margin: 0 auto;
  max-width: 97%;
  width: 97%;
}

@media only screen and (min-width : 601px) {
  .container {
    width: 97%;
  }
}
@media only screen and (min-width : 993px) {
  .container {
    width: 97%;
  }
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* WordPress Gallery 
------------------------------------------ */
.gallery {
  margin-left: -21px;
  margin-bottom: 21px;
  margin-bottom: 1.5rem;
}

.ie8 .gallery {
  margin-left: 0;
  background: red;
}

.gallery-item {
  position: relative;
  float: left;
  text-align: center;
  margin: 0 0 21px;
  margin: 0 0 1.5rem;
  padding: 0;
  border: 0 solid rgba(0, 0, 0, 0);
  border-left-width: 21px;
  border-left-width: 1.5rem;
}

.ie8 .gallery-item {
  padding: 0 21px;
}

.gallery-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid #ccc;
  z-index: -1;
}

.gallery-item img {
  border: 0px solid #ccc;
  width: 100%;
  height: auto;
}

.gallery-item a {
  position: relative;
  z-index: 1000;
}

.gallery-columns-1 > .gallery-item {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.gallery-columns-2 > .gallery-item {
  width: 50%;
}

.gallery-columns-3 > .gallery-item {
  width: 33.333%;
}

.gallery-columns-4 > .gallery-item {
  width: 25%;
}

.gallery-columns-5 > .gallery-item {
  width: 20%;
}

.gallery-columns-2 > .gallery-item:nth-of-type(2n + 1), .gallery-columns-3 > .gallery-item:nth-of-type(3n + 1), .gallery-columns-4 > .gallery-item:nth-of-type(4n + 1), .gallery-columns-5 > .gallery-item:nth-of-type(5n + 1) {
  margin-left: 0;
}

.gallery-columns-2 > .gallery-item:nth-of-type(2n), .gallery-columns-3 > .gallery-item:nth-of-type(3n), .gallery-columns-4 > .gallery-item:nth-of-type(4n), .gallery-columns-5 > .gallery-item:nth-of-type(5n) {
  margin-right: 0;
}

.ie8 .gallery-columns-2 > .gallery-item {
  width: 49%;
}

.ie8 .gallery-columns-3 > .gallery-item {
  width: 32.3%;
}

.ie8 .gallery-columns-4 > .gallery-item {
  width: 24%;
}

.ie8 .gallery-columns-5 > .gallery-item {
  width: 19%;
}

.gallery-caption {
  font-size: 14px;
  font-size: 0.875rem;
  /* 14px / 16 = .875 */
  margin-left: 0;
  padding: 8px 0;
  padding: 0.75em 0 0;
}

.gallery-caption > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
    width: 100%;
  }
}
@font-face {
  font-family: "Euclid";
  src: url("../fonts/EuclidCircularB-Regular-WebS.woff2") format("woff2"), url("../fonts/EuclidCircularB-Regular-WebS.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Euclid";
  src: url("../fonts/EuclidCircularB-LightItalic-WebS.woff2") format("woff2"), url("../fonts/EuclidCircularB-LightItalic-WebS.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Euclid";
  src: url("../fonts/EuclidCircularB-Bold-WebS.woff2") format("woff2"), url("../fonts/EuclidCircularB-Bold-WebS.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: SocialIcons;
  src: url("../fonts/Socialico-Regular.eot");
  src: url("../fonts/Socialico-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Socialico-Regular.woff2") format("woff2"), url("../fonts/Socialico-Regular.woff") format("woff");
}
@font-face {
  font-family: SocialIconsPlus;
  src: url("../fonts/SocialicoPlus-Plus.eot");
  src: url("../fonts/SocialicoPlus-Plus.eot?#iefix") format("embedded-opentype"), url("../fonts/SocialicoPlus-Plus.woff2") format("woff2"), url("../fonts/SocialicoPlus-Plus.woff") format("woff");
}
.gform_wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: #f2f2f2;
  padding: 50px 80px;
  margin-bottom: 30px;
}

form .gform_fields {
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
}
form .gform_fields #field_4_2 {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 1px;
}
form .gform_fields .gfield {
  padding-bottom: 2px;
  padding-right: 2px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  form .gform_fields .gfield {
    width: 50%;
  }
}
form .gform_fields .gfield label, form .gform_fields .gfield .instruction {
  display: none;
}
form .gform_fields .gfield.title {
  width: 100%;
}
@media (min-width: 992px) {
  form .gform_fields .gfield.title {
    width: 14%;
  }
}
form .gform_fields .gfield.first-name {
  width: 100%;
}
@media (min-width: 992px) {
  form .gform_fields .gfield.first-name {
    width: 36%;
  }
}
form .gform_fields .gfield.last-name {
  width: 100%;
}
@media (min-width: 992px) {
  form .gform_fields .gfield.last-name {
    width: 50%;
  }
}
form .gform_fields .gfield .ginput_container_name {
  width: 100%;
}
form .gform_fields .gfield .ginput_container_name .name_first input {
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  form .gform_fields .gfield .ginput_container_name .name_first {
    width: 49%;
    margin-right: 1%;
    float: left;
  }
  form .gform_fields .gfield .ginput_container_name .name_first input {
    margin-bottom: 0px;
  }
  form .gform_fields .gfield .ginput_container_name .name_last {
    width: 50%;
    float: left;
  }
}
form .gform_fields .gfield.no-neighbour {
  display: block;
}
form .gform_fields .gfield.fullwidth {
  width: 100%;
}
form .gform_fields .gfield .ginput_container_checkbox {
  background: #ffffff;
  padding: 15px;
}
form .gform_fields .gfield .ginput_container_checkbox ul {
  list-style: none;
  padding: 0;
}
form .gform_fields .gfield .ginput_container_checkbox label {
  display: inline;
  color: #00A49A;
}
form .gform_fields .gfield .ginput_container_checkbox label a {
  text-decoration: underline;
}
form .gform_fields .gfield.gfield_error .validation_message {
  display: none;
}
form .gform_fields .gfield.gfield_error input, form .gform_fields .gfield.gfield_error select {
  border: 1px solid red;
}
form .validation_error {
  font-size: 14px;
  margin-bottom: 10px;
}
form select {
  width: 100%;
  background: #ffffff;
  border: none;
  appearance: none;
  border-radius: 0;
  padding: 12px 15px;
  color: #00A49A;
  box-shadow: none;
  transition: all 0.4s;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  height: 54px;
}
form select:active, form select:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
form input[type=text], form input[type=email] {
  width: 100%;
  background: #ffffff;
  border: none;
  appearance: none;
  height: 54px;
  border-radius: 0;
  padding: 15px;
  color: #00A49A;
  box-shadow: none;
  transition: all 0.4s;
}
form input[type=text]:active, form input[type=text]:focus, form input[type=email]:active, form input[type=email]:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
form input[type=checkbox] {
  margin-right: 5px;
  border-radius: 0;
  appearance: none;
  border: 1px solid #00A49A;
  width: 15px;
  height: 15px;
  position: relative;
}
form input[type=checkbox]:checked {
  background: #00A49A;
  color: #ffffff;
  outline: none;
}
form input[type=checkbox]:checked::after {
  content: "✓";
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form input[type=submit] {
  appearance: none;
  background: #00A49A;
  border: none;
  color: #ffffff;
  padding: 15px 80px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
}
form input[type=submit]:hover {
  cursor: pointer;
}
form input.datepicker {
  background-image: url("../images/calender.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
}
form textarea {
  width: 100%;
  border: none;
  resize: none;
  font-family: "Euclid";
  padding: 15px;
  color: #00A49A;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #00A49A;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #00A49A;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #00A49A;
}
form input:-moz-placeholder, form textarea:-moz-placeholder {
  color: #00A49A;
}
form select:active, form select:focus, form input[type=text]:active, form input[type=text]:focus, form input[type=checkbox]:active, form input[type=checkbox]:focus, form input[type=submit]:active, form input[type=submit]:focus {
  outline: none;
}

.gform_confirmation_message {
  font-family: "Euclid";
}

.ui-datepicker {
  background: #ffffff;
  border: 1px solid #00A49A;
  padding: 20px;
  cursor: pointer;
  font-family: "Euclid";
}
.ui-datepicker .ui-datepicker-header a {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  text-align: left;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  text-align: right;
}
.ui-datepicker .ui-datepicker-header select {
  background: #fff;
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
  width: 49%;
  padding: 5px 10px;
  margin-right: 2px;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 250px;
  margin-top: 20px;
}

.villa-sidebar__form .gform_fields {
  margin-bottom: 0;
}
.villa-sidebar__form label {
  display: inline-block !important;
  font-size: 14px;
  font-family: "Euclid";
  color: #00A49A;
}
.villa-sidebar__form select, .villa-sidebar__form input, .villa-sidebar__form input[type=text] {
  border: 1px solid #00A49A;
  margin-bottom: 20px;
}
.villa-sidebar__form input[type=submit] {
  background: #00A49A;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  border: none;
  appearance: none;
  margin-bottom: 20px;
}

.favourites-form {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: scroll;
  padding: 2rem 0;
  position: fixed;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 1020;
}
.favourites-form.--open {
  opacity: 1;
  visibility: visible;
}
.favourites-form.--loading .loadingicon-container {
  opacity: 1;
  visibility: visible;
}
.favourites-form__container {
  margin: auto;
  max-width: 600px;
  position: relative;
}
.favourites-form__container input[type=email] {
  margin-bottom: 2px;
}
.favourites-form__container input[type=email].--error {
  border: 1px solid red;
}
.favourites-form__container input[type=submit] {
  margin-top: 2rem;
}
.favourites-form__container .loadingicon-container {
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
}
.favourites-form__container .close {
  background: #fff;
  border-radius: 50%;
  height: 3rem;
  opacity: 1;
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
}
.favourites-form__container .close:after, .favourites-form__container .close:before {
  background: #14214f;
  content: "";
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1px;
}
.favourites-form__container .close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.favourites-form__container .close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.favourites-form__container .message:empty {
  display: none;
}
.favourites-form .table {
  margin: 0;
  display: table;
  height: 100%;
}
.favourites-form .table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

body {
  color: #636363;
  font-size: 15px;
  font-family: "Euclid";
  font-weight: 300;
  font-style: normal;
  background: #cee7e7;
  background-image: url(https://musticoch.wpengine.com/wp-content/uploads/Wallpaper.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

b, strong {
  font-weight: 400;
  font-style: normal;
}

a {
  color: #00A49A;
  text-decoration: none;
}

blockquote {
  margin: 20px 0;
  padding-left: 0;
  border-left: none;
}
blockquote p {
  font-family: "trajan-pro-3";
  text-transform: uppercase;
  font-size: 18px;
  border-top: 4px solid #FFC700;
  padding: 20px;
  border-bottom: 4px solid #FFC700;
  line-height: 35px;
}

.title-font, h1, h2, h3, h4, h5 {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5 {
  line-height: 1.1;
  text-transform: uppercase;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 15px;
}

h6 {
  margin: 20px 0;
  padding-left: 0;
  border-left: none;
  font-family: "trajan-pro-3";
  text-transform: uppercase;
  font-size: 18px;
  border-top: 4px solid #FFC700;
  padding: 20px;
  border-bottom: 4px solid #FFC700;
  line-height: 35px;
}

.btn {
  background: transparent;
  border: 1px solid #00A49A;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0px 0px 0px transparent;
  padding: 15px 40px;
  color: #00A49A;
  font-family: "Euclid";
  font-weight: 300;
  font-size: 12px;
  height: auto;
  border-radius: 0;
  line-height: inherit;
}
.btn:hover {
  background: transparent;
  border: 1px solid #00A49A;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  color: white !important;
  background: #00A49A;
  transition: 1s;
  box-shadow: none;
}

main {
  padding-top: 95px;
}

main {
  min-height: 50vh;
}
main .container {
  max-width: 1200px;
  width: 90%;
}

header.main-header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  height: 95px;
  top: 0;
  z-index: 998;
  border-bottom: 1px solid #d9d9d9;
}
header.main-header .icon-nav {
  position: absolute;
  left: 0;
  top: 0;
  padding: 32px 15px;
}
header.main-header .icon-nav a {
  display: inline-block;
  color: #292b2c;
  margin-right: 20px;
}
header.main-header .icon-nav .icon {
  font-size: 23px;
}
header.main-header .icon-nav .icon i {
  color: #00A49A;
}
header.main-header #burger {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999;
}
header.main-header .header-logo {
  width: 250px;
  height: auto;
  margin: 25px auto 20px;
  display: block;
}
header.main-header .top-nav {
  position: absolute;
  top: 20px;
  right: 10px;
}
header.main-header .top-nav ul {
  margin: 0;
}
header.main-header .top-nav ul li {
  display: inline-block;
}
header.main-header .top-nav ul li a {
  padding: 15px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}

@media only screen and (max-width : 600px) {
  header .header-logo {
    margin: 25px 20px 20px;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #00A49A;
  opacity: 0;
  transition: 0.5s ease-out;
  height: 100vh;
  pointer-events: none;
  z-index: 8;
  padding-top: 130px;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu ul li {
  list-style-type: none;
  text-align: center;
  margin-bottom: 22px;
}
.mobile-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding: 0 0 5px 0;
}
.mobile-menu ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  height: 2px;
  background: #ffffff;
  bottom: -1px;
  transition: all 0.8s;
}
.mobile-menu ul li a:hover::before {
  width: 100%;
  left: 0;
}
.mobile-menu ul li.current-menu-item a:before {
  width: 100%;
  left: 0;
}
.mobile-menu.active {
  z-index: 993;
  opacity: 1;
  pointer-events: auto;
}

#burger {
  width: 30px;
  height: 45px;
  margin: 0px auto;
  z-index: 10;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  background: #00A49A;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#burger span:nth-child(1) {
  top: 0px;
}

#burger span:nth-child(2), #burger span:nth-child(3) {
  top: 10px;
}

#burger span:nth-child(4) {
  top: 20px;
}

#burger.open span {
  background: #00A49A;
}

#burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#burger.open span:nth-child(2) {
  transform: rotate(45deg);
}

#burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.back-to-top {
  text-align: center;
}
.back-to-top a {
  color: #ffffff;
  display: inline-block;
}

footer {
  margin-top: 0px;
  border-top: 1px solid #00A49A;
  padding-top: 30px;
  background: #00A49A;
  color: #ffffff;
}
footer .footer-details {
  font-size: 14px;
  line-height: 22px;
}
footer .footer-details a {
  color: #ffffff;
}
footer .quick-links-holder {
  padding: 0 5vw;
}
footer .bottom-bar {
  border-top: 1px solid #ffffff;
  background: #00A49A;
  color: #ffffff;
  margin-bottom: 0;
  padding: 20px 5vw 10px;
}
footer .social-icons {
  text-align: center;
}
footer .social-icons a {
  display: inline-block;
}
footer .social-icons a img {
  width: 30px;
  height: auto;
  margin: 0 5px 0;
}
footer .copyright {
  font-size: 14px;
}
footer .footer-logo {
  width: 40px;
  height: auto;
  margin: 0 auto;
  display: block;
  float: right;
}
footer h3 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: none;
}
footer ul li a {
  font-size: 14px;
  color: #ffffff;
}

@media only screen and (max-width : 600px) {
  footer .bottom-bar {
    text-align: center;
  }
  footer .bottom-bar .copyright {
    text-align: center;
    margin: 15px 0;
  }
  footer .bottom-bar .footer-logo {
    float: none;
  }
}
.search-results #block-filters {
  margin-top: 65px;
}

@media only screen and (max-width : 600px) {
  .search-results #block-filters {
    margin-top: 30px;
  }
}
.pagination .page-numbers {
  padding: 0 10px;
}
.pagination .page-numbers li a, .pagination .page-numbers li span {
  padding: 5px;
  background: #00A49A;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  display: block;
  line-height: inherit;
  border: 2px solid #00A49A;
}
.pagination .page-numbers li a.current, .pagination .page-numbers li span.current {
  background: #ffffff;
  color: #00A49A;
}

.search-button::after {
  color: #00A49A;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 0px;
}

.mobile-search-button {
  z-index: 999;
  cursor: pointer;
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  left: 20px;
  top: 27px;
}
.mobile-search-button::after {
  color: #00A49A;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 0px;
}

.main-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #00A49A;
  background-repeat: no-repeat;
  background-position: 50% 10em;
  background-size: 75% auto;
}

.icon-holder {
  cursor: pointer;
}

/* Buttons */
.btn--searchB {
  font-size: 1.5em;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 0px solid transparent !important;
}

.btn--hidden {
  pointer-events: none;
  opacity: 0;
}

/* Reset Search Input */
.searchB__input {
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}

.searchB__input:focus {
  outline: none;
}

/* Links */
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Icons */
.icon {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto -7px;
  fill: white;
}

/* Layout for searchB container */
.searchB {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #00A49A; /* The Fallback */
  background: rgba(0, 164, 154, 0.9);
}

body.searchB {
  display: block !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left !important;
  background: #ffffff !important;
}

.js .searchB {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.btn--searchB-close {
  border: 0px !important;
  font-size: 3em;
  position: absolute;
  top: 22px;
  right: 10px;
  display: none;
  background: transparent !important;
  padding: 0px !important;
}
.btn--searchB-close i {
  color: white;
  font-size: 45px;
}

.js .btn--searchB-close {
  display: block;
}

.searchB__form {
  margin: 5em 0;
}

.searchB__input {
  font-family: inherit !important;
  font-size: 10vw !important;
  line-height: 1 !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  width: 75% !important;
  padding: 0.05em 0 !important;
  color: #ffffff !important;
  border-bottom: 2px solid #fff !important;
  height: auto !important;
}

.searchB__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.3;
  color: #ffffff;
}

.searchB__input::-moz-placeholder {
  opacity: 0.3;
  /* Mozilla Firefox 19+ */
  color: #060919;
}

.searchB__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.3;
  color: #060919;
}

.searchB__input::-webkit-searchB-cancel-button,
.searchB__input::-webkit-searchB-decoration {
  -webkit-appearance: none;
}

.searchB__input::-ms-clear {
  display: none;
}

.searchB__info {
  font-size: 90%;
  font-weight: bold;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: #ffffff;
}

.searchB__related {
  display: flex;
  width: 75%;
  pointer-events: none;
}

.searchB__suggestion {
  width: 33.33%;
  text-align: left;
}

.searchB__suggestion:nth-child(2) {
  margin: 0 3em;
}

.searchB__suggestion h3 {
  font-size: 1.35em;
  margin: 0;
}

.searchB__suggestion h3::before {
  content: "⇾";
  display: inline-block;
  padding: 0 0.5em 0 0;
}

.searchB__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: 0.75em 0 0 0;
}

/************************/
/* Transitions      */
/************************/
.js .searchB {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.js .searchB--open {
  pointer-events: auto;
  opacity: 1;
}

/* Border */
.searchB::before,
.searchB::after {
  transition: transform 0.5s;
}

.searchB::before {
  transform: translate3d(-15px, -15px, 0);
}

.searchB::after {
  transform: translate3d(15px, 15px, 0);
}

.searchB--open::before,
.searchB--open::after {
  transform: translate3d(0, 0, 0);
}

/* Close button */
.btn--searchB-close {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
  background: transparent;
}

.searchB--open .btn--searchB-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* Search form with input and description */
.js .searchB__form {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}

.js .searchB--open .searchB__form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.searchB__suggestion {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  transition: opacity 0.5s, transform 0.5s;
}

.searchB--open .searchB__suggestion {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.searchB--open .searchB__suggestion:nth-child(2) {
  transition-delay: 0.1s;
}

.searchB--open .searchB__suggestion:nth-child(3) {
  transition-delay: 0.2s;
}

@media screen and (max-width: 40em) {
  .searchB__form {
    margin: 5em 0 1em;
  }
  .btn--searchB-close {
    font-size: 1.25em;
    top: 1.5em;
    right: 1.5em;
  }
  .searchB__info {
    text-align: left;
  }
  .searchB__suggestion {
    font-size: 80%;
    width: 100%;
  }
  .searchB__suggestion:nth-child(2),
  .searchB__suggestion:nth-child(3) {
    display: none;
  }
}
.search-results .image-grid-box {
  overflow: hidden;
  margin-bottom: 2px;
  display: block;
  position: relative;
}
.search-results .image-grid-box .image-grid-box-background {
  transform: scale(1.01);
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
.search-results .image-grid-box img {
  opacity: 0;
  display: block;
  width: 100%;
  height: auto;
}
.search-results .image-grid-box .overlay {
  background: rgba(0, 164, 154, 0.6);
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
}
.search-results .image-grid-box .overlay .title {
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
}
.search-results .image-grid-box .overlay .find-out-more-text {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.search-results .image-grid-box .overlay .find-out-more-text::after {
  content: "";
  width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transition: all 0.8s;
}
.search-results .image-grid-box:hover .image-grid-box-background {
  transform: scale(1.05);
}
.search-results .image-grid-box:hover .overlay .find-out-more-text::after {
  width: 100%;
  left: 0;
}

:root {
  --tec-font-family-sans-serif: "Euclid";
}

.events-menu-holder ul {
  text-align: center;
}
.events-menu-holder ul li {
  display: inline-block;
}
.events-menu-holder ul li a {
  font-size: 24px;
  margin: 0px 20px;
  padding: 10px 0 5px;
  text-transform: uppercase;
  font-weight: 400;
}
.events-menu-holder ul li.menu-item-704 a {
  color: #415866 !important;
  border-color: #415866 !important;
}
.events-menu-holder ul li.menu-item-705 a {
  color: #FF7865 !important;
  border-color: #FF7865 !important;
}
.events-menu-holder ul li.menu-item-706 a {
  color: #00A49A !important;
  border-color: #00A49A !important;
}
.events-menu-holder ul li.menu-item-707 a {
  color: #ffc700 !important;
  border-color: #ffc700 !important;
}
.events-menu-holder ul li.current-menu-item a {
  border-bottom: 3px solid;
}

.tribe-events-header__breadcrumbs {
  display: none;
}

.tribe-common-l-container {
  padding-top: 30px !important;
}

.tribe-events {
  font-family: "Euclid" !important;
}

.tribe-events-page-template {
  font-family: "Euclid" !important;
}
.tribe-events-page-template .tribe-events-c-search__button {
  background: #00A49A;
}
.tribe-events-page-template .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 65px;
}

.tribe_events_cat-sport-wellness .tribe-events-calendar-month__calendar-event-title a, .tribe_events_cat-sport-wellness .tribe-common-h6 a {
  color: #415866 !important;
}

.tribe_events_cat-kids-activities .tribe-events-calendar-month__calendar-event-title a, .tribe_events_cat-kids-activities .tribe-common-h6 a {
  color: #FF7865 !important;
}

.tribe_events_cat-entertainment .tribe-events-calendar-month__calendar-event-title a, .tribe_events_cat-entertainment .tribe-common-h6 a {
  color: #00A49A !important;
}

.tribe_events_cat-activities-for-all .tribe-events-calendar-month__calendar-event-title a, .tribe_events_cat-activities-for-all .tribe-common-h6 a {
  color: #ffc700 !important;
}

main .tribe-events-pro .tribe-events-pro-week-grid__header {
  border: 0px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  background: #ffffff;
}
main .tribe-events-pro .tribe-events-pro .tribe-events-pro-week-grid__header-row {
  border-right: 1px solid black;
  display: flex;
  padding-top: 10px;
}
main .tribe-events-pro .tribe-events-pro-week-grid__header-column {
  width: 14.2857142857% !important;
  border-color: #000000 !important;
  border-style: solid;
  border-width: 0px 0px 1px 0px !important;
  flex: none;
  border: 0px;
  border-right: 1px solid #000000;
}
main .tribe-events-pro .tribe-events-pro-week-grid__header-column-datetime {
  border-right: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important;
  padding: 10px;
}
main .tribe-events-pro .tribe-events-pro-week-grid__events-row {
  border: 0px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
main .tribe-events-pro .tribe-events-pro-week-grid__events-day {
  width: 14.2857142857% !important;
  background: #ffffff;
  padding: 0 5px 20px;
  border: 0px;
  border-left: 0px solid black;
  border-right: 1px solid black;
}
main .tribe-events-pro .tribe-events-pro-week-grid__event {
  position: relative !important;
  display: block;
  height: auto !important;
  margin-bottom: 0px;
  line-height: 10px;
  padding-bottom: 0px;
}
main .tribe-events-pro .tribe-events-pro-week-grid__event a {
  height: auto;
  position: relative !important;
}
main .tribe-events-pro .tribe-events-pro-week-grid__event-link-inner {
  background: #ffffff !important;
  padding: 0px 5px !important;
}
main .tribe-events-pro .sport-wellness h3 {
  color: #415866 !important;
}
main .tribe-events-pro .kids-activities h3 {
  color: #FF7865 !important;
}
main .tribe-events-pro .entertainment h3 {
  color: #00A49A !important;
}
main .tribe-events-pro .activities-for-all h3 {
  color: #ffc700 !important;
}
main .printed-footer {
  display: none;
}

.theme-block .row {
  margin-bottom: 0;
}
.theme-block ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.theme-block ul li {
  list-style-type: disc;
  margin-bottom: 5px;
  padding-left: 0;
}
.theme-block .text-column img {
  width: 100%;
  height: auto;
}

#block-title {
  text-align: center;
}

#block-button {
  text-align: center;
  padding: 50px;
}
#block-button .button-holder {
  position: relative;
}
#block-button .white-button {
  padding: 15px 100px;
}
#block-button .blue-button {
  background: #00A49A;
  color: #ffffff;
  border: 0;
  border-left: 20px white solid;
  border-right: 20px white solid;
}
#block-button .blue-button:hover {
  border: 0px;
  border-left: 20px white solid;
  border-right: 20px white solid;
}
#block-button hr {
  border-top: 1px solid #00A49A;
  width: 80%;
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 50%;
  margin: 0 auto;
  margin-left: -40%;
}

#block-heading {
  margin-top: 30px;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
#block-heading p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0 0 10px;
}
#block-heading h1 {
  margin-top: 10px;
}

#block-header-full-width-image {
  text-align: center;
  margin-bottom: 60px;
}
#block-header-full-width-image .block-header {
  background-size: cover;
  height: 500px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
  background-position: center center;
}
#block-header-full-width-image p {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 0;
}
#block-header-full-width-image h1 {
  margin: 0;
}

#block-news-image-grid .row .col, #block-villa-image-grid .row .col, #block-custom-image-grid .row .col {
  padding: 0;
}
#block-news-image-grid .news-image-grid-item .image-grid-box, #block-villa-image-grid .news-image-grid-item .image-grid-box, #block-custom-image-grid .news-image-grid-item .image-grid-box {
  overflow: hidden;
}
#block-news-image-grid .news-image-grid-item .image-grid-box .image-grid-box-background, #block-villa-image-grid .news-image-grid-item .image-grid-box .image-grid-box-background, #block-custom-image-grid .news-image-grid-item .image-grid-box .image-grid-box-background {
  transform: scale(1.01);
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
#block-news-image-grid .news-image-grid-item .image-grid-box img, #block-villa-image-grid .news-image-grid-item .image-grid-box img, #block-custom-image-grid .news-image-grid-item .image-grid-box img {
  opacity: 0;
}
#block-news-image-grid .news-image-grid-item .image-grid-box .title, #block-villa-image-grid .news-image-grid-item .image-grid-box .title, #block-custom-image-grid .news-image-grid-item .image-grid-box .title {
  padding: 0px;
}
#block-news-image-grid .news-image-grid-item:hover .image-grid-box .image-grid-box-background, #block-villa-image-grid .news-image-grid-item:hover .image-grid-box .image-grid-box-background, #block-custom-image-grid .news-image-grid-item:hover .image-grid-box .image-grid-box-background {
  transform: scale(1.05);
}
#block-news-image-grid .image-grid-box, #block-villa-image-grid .image-grid-box, #block-custom-image-grid .image-grid-box {
  display: block;
  position: relative;
  margin-bottom: 0px;
}
#block-news-image-grid .image-grid-box img, #block-villa-image-grid .image-grid-box img, #block-custom-image-grid .image-grid-box img {
  display: block;
  width: 100%;
  height: auto;
}
#block-news-image-grid .image-grid-box .overlay, #block-villa-image-grid .image-grid-box .overlay, #block-custom-image-grid .image-grid-box .overlay {
  background: rgba(0, 164, 154, 0.6);
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
}
#block-news-image-grid .image-grid-box .overlay .title, #block-villa-image-grid .image-grid-box .overlay .title, #block-custom-image-grid .image-grid-box .overlay .title {
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
}
#block-news-image-grid .image-grid-box .overlay .find-out-more-text, #block-villa-image-grid .image-grid-box .overlay .find-out-more-text, #block-custom-image-grid .image-grid-box .overlay .find-out-more-text {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
#block-news-image-grid .image-grid-box .overlay .find-out-more-text::after, #block-villa-image-grid .image-grid-box .overlay .find-out-more-text::after, #block-custom-image-grid .image-grid-box .overlay .find-out-more-text::after {
  content: "";
  width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transition: all 0.8s;
}
#block-news-image-grid .image-grid-box:hover .overlay .find-out-more-text::after, #block-villa-image-grid .image-grid-box:hover .overlay .find-out-more-text::after, #block-custom-image-grid .image-grid-box:hover .overlay .find-out-more-text::after {
  width: 100%;
  left: 0;
}

#block-custom-image-grid .row .col {
  padding: 0 1px;
}
#block-custom-image-grid .image-grid-box {
  margin-bottom: 2px;
}

#block-text-right-image-left .container, #block-text-left-image-right .container {
  background: rgba(0, 164, 154, 0.1);
}
#block-text-right-image-left .block-content, #block-text-left-image-right .block-content {
  padding: 50px;
}
#block-text-right-image-left h5, #block-text-left-image-right h5 {
  text-transform: none;
}
#block-text-right-image-left h2, #block-text-left-image-right h2 {
  text-transform: uppercase;
  margin-top: 10px;
}
#block-text-right-image-left hr, #block-text-left-image-right hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  width: 10%;
  left: 0;
  display: inline-block;
  border: 1px solid #FFC700;
}
#block-text-right-image-left .image-col, #block-text-left-image-right .image-col {
  background-position: center;
  background-size: cover;
  position: relative;
}
#block-text-right-image-left .image-col img, #block-text-left-image-right .image-col img {
  opacity: 0;
  display: none;
}
#block-text-right-image-left .image-col::after, #block-text-left-image-right .image-col::after {
  padding-top: 0;
  content: "";
  display: block;
  padding-top: 100%;
}
#block-text-right-image-left .image-col .video-play, #block-text-left-image-right .image-col .video-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: opacity 0.75s ease;
  -moz-transition: opacity 0.75s ease;
  -ms-transition: opacity 0.75s ease;
  -o-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}
#block-text-right-image-left .image-col .video-play:hover, #block-text-left-image-right .image-col .video-play:hover {
  opacity: 0.75;
}
#block-text-right-image-left .image-col .video-play::after, #block-text-left-image-right .image-col .video-play::after {
  content: "\f144";
  font-size: 5rem;
  font-family: FontAwesome;
  position: relative;
  top: 50%;
  line-height: 80px;
  margin-top: -40px;
  display: block;
  color: #fff;
}

#block-table-left-text-right .container {
  background: rgba(0, 164, 154, 0.1);
}
#block-table-left-text-right .block-content {
  padding: 50px;
}
#block-table-left-text-right hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  width: 10%;
  left: 0;
  display: inline-block;
  border: 1px solid #FFC700;
}

#block-image-carousel .image-carousel img {
  margin-right: 20px;
  height: 50vh;
  max-height: 650px;
  width: auto;
  display: none;
}
#block-image-carousel .image-carousel img:first-of-type {
  display: block;
}
#block-image-carousel .image-carousel.flickity-enabled img {
  display: block;
}

@media only screen and (max-width : 992px) {
  #block-image-carousel .image-carousel img {
    margin-right: 20px;
    height: 45vh;
    max-height: 475px;
    width: auto;
  }
}
@media only screen and (max-width : 600px) {
  #block-image-carousel .image-carousel img {
    margin-right: 20px;
    height: 40vh;
    max-height: 350px;
    width: auto;
  }
}
#block-villa-header-image {
  text-align: center;
}
#block-villa-header-image .villa-header {
  background-size: cover;
  background-position: center center;
  height: 500px;
  color: white;
  padding: 270px 50px 0;
}
#block-villa-header-image h1 {
  margin-top: 100px;
  margin-bottom: 10px;
  margin-bottom: 0;
  font-size: 40px;
}
#block-villa-header-image hr {
  width: 15%;
  border-top: 0px solid #fff;
  margin: 20px auto;
}

.villa-sub-menu-sticky {
  background: #ffffff;
}
.villa-sub-menu-sticky.cloned {
  position: fixed;
  width: 100%;
  top: 159px;
  opacity: 0;
  z-index: 999;
}
.villa-sub-menu-sticky.cloned ul {
  margin-bottom: 0;
}
.villa-sub-menu-sticky.cloned.active {
  opacity: 1;
}

.villa-sub-menu {
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}
.villa-sub-menu li {
  display: inline-block;
  position: relative;
  margin-bottom: 0 !important;
}
.villa-sub-menu li .scroll-to-villa-section {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  color: #292b2c;
  margin: 0 10px;
  padding: 5px 5px 10px;
}
.villa-sub-menu li .scroll-to-villa-section::before {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  height: 2px;
  background: #00A49A;
  bottom: -1px;
  transition: all 0.8s;
}
.villa-sub-menu li .scroll-to-villa-section:hover::before {
  width: 100%;
  left: 0;
}

@media only screen and (max-width : 600px) {
  #block-villa-header-image {
    text-align: center;
  }
  #block-villa-header-image .villa-header {
    height: 300px;
    color: #636363;
    margin-bottom: 200px;
  }
  #block-villa-header-image .villa-header h1 {
    margin-top: 55px;
  }
}
#block-villa-overview h2 {
  border-bottom: 1px solid #00A49A;
  padding-bottom: 10px;
  font-size: 26px;
  font-family: "Euclid";
  color: #636363;
}
#block-villa-overview h3 {
  margin-top: 15px;
}
#block-villa-overview ul {
  margin-left: 0px;
}
#block-villa-overview ul li {
  font-size: 14px;
  list-style: disc;
}
#block-villa-overview .row {
  margin-bottom: 0;
}

#block-villa-photographs h2 {
  border-bottom: 1px solid #00A49A;
  padding-bottom: 10px;
  font-size: 26px;
  font-family: "Euclid";
  color: #636363;
}
#block-villa-photographs .photograph-gallery .photograph {
  display: block;
  position: relative;
}
#block-villa-photographs .photograph-gallery .photograph img {
  margin: 0;
  padding: 0;
  display: block;
}
#block-villa-photographs .photograph-gallery .photograph::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 164, 154, 0.75) url("../images/magnifying-glass.png") no-repeat center;
  -webkit-transition: opacity 0.75s ease;
  -moz-transition: opacity 0.75s ease;
  -ms-transition: opacity 0.75s ease;
  -o-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}
#block-villa-photographs .photograph-gallery .photograph:hover::after {
  opacity: 1;
}

.mfp-figure:after {
  box-shadow: 0px 0px 0px white !important;
}

.mfp-arrow-left:before {
  border-right: 27px solid #FFFFFF !important;
  opacity: 1 !important;
}

.mfp-arrow-right:before {
  border-left: 27px solid #FFFFFF !important;
  opacity: 1 !important;
}

.mfp-bg {
  background-image: linear-gradient(rgba(0, 164, 154, 0.4), rgba(0, 164, 154, 0.9)) !important;
}

#block-villa-rates h2 {
  border-bottom: 1px solid #00A49A;
  padding-bottom: 10px;
  font-size: 26px;
  font-family: "Euclid";
  color: #636363;
}
#block-villa-rates .rates-box h3 {
  margin: 1rem 0 1em 0;
}
#block-villa-rates .rates-box p {
  margin-block-start: 0;
  margin-block-end: 0.25em;
}
#block-villa-rates .rates-box p strong {
  float: right;
  margin-right: 30px;
}

#block-villa-floorplan h2 {
  border-bottom: 1px solid #00A49A;
  padding-bottom: 10px;
  font-size: 26px;
  font-family: "Euclid";
  color: #636363;
}
#block-villa-floorplan .open-popup-link {
  cursor: zoom-in;
}

#floor-plan-popup {
  width: 80%;
  background: #ffffff;
  position: relative;
  margin: 40px auto;
}

#block-villa-features h2 {
  border-bottom: 1px solid #00A49A;
  padding-bottom: 10px;
  font-size: 26px;
  font-family: "Euclid";
  color: #636363;
}
#block-villa-features h3 {
  margin-top: 15px;
}
#block-villa-features ul {
  margin-left: 20px;
}
#block-villa-features ul li {
  font-size: 14px;
  list-style: circle;
}
#block-villa-features .row {
  margin-bottom: 0;
}

#block-villa-map h2 {
  border-bottom: 1px solid #00A49A;
  padding-bottom: 10px;
  font-size: 26px;
  font-family: "Euclid";
  color: #636363;
}

#block-villa-image-grid .image-grid-box {
  margin-bottom: 0;
}

#block-fullscreen-video {
  margin-top: -35px;
}
#block-fullscreen-video .video-overlay {
  text-align: center;
  position: absolute;
  width: 450px;
  height: 205px;
  top: 50%;
  left: 50%;
  margin-left: -225px;
  margin-top: -70px;
}
#block-fullscreen-video .video-overlay h1, #block-fullscreen-video .video-overlay h3, #block-fullscreen-video .video-overlay a {
  color: #ffffff;
}
#block-fullscreen-video .video-overlay h3 {
  font-size: 16px;
  letter-spacing: 4.5px;
  margin-bottom: 15px;
  font-family: "Euclid";
  font-weight: 300;
}
#block-fullscreen-video .video-overlay h1 {
  margin: 20px 0 35px;
  font-size: 70px;
  font-family: "trajan-pro-3";
}
#block-fullscreen-video .video-overlay .btn {
  border-color: #ffffff;
  padding: 15px 100px;
}

#block-villa-overview h2,
#block-villa-rates h2,
#block-villa-floorplan h2,
#block-villa-features h2 {
  font-size: 26px;
  font-family: "Euclid";
  color: #636363;
}

@media only screen and (max-width : 600px) {
  #block-fullscreen-video {
    margin-top: 0px;
  }
  #block-fullscreen-video .video-overlay {
    text-align: center;
    position: relative;
    width: 350px;
    height: 205px;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: 10px;
  }
  #block-fullscreen-video .video-overlay h1, #block-fullscreen-video .video-overlay h3, #block-fullscreen-video .video-overlay a {
    color: #292b2c;
  }
  #block-fullscreen-video .video-overlay h3 {
    font-size: 16px;
    letter-spacing: 4.5px;
    margin-bottom: 15px;
    font-family: "Euclid";
    font-weight: 300;
  }
  #block-fullscreen-video .video-overlay h1 {
    margin: 20px 0 35px;
    font-size: 50px;
    font-family: "trajan-pro-3";
  }
  #block-fullscreen-video .video-overlay .btn {
    border-color: #00A49A;
    padding: 15px 100px;
  }
  .video-container {
    padding-bottom: 0;
    height: inherit;
  }
}
.wp-block-embed-vimeo {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.grid .grid-item {
  float: left;
  width: 25%;
  height: 300px;
  padding: 10px;
}
.grid .grid-item.rectangle {
  width: 50%;
}
.grid .grid-item a {
  height: 100%;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.isotope-grid .grid-item {
  float: left;
  width: 33.333333%;
  padding: 10px;
}
.isotope-grid .grid-item.rectangle {
  width: 66.666666%;
}
/* clear fix */
.isotope-grid:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width : 600px) {
  .isotope-grid .grid-item {
    width: 50%;
  }
}
