img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -.1em !important;
  background: 0 0 !important;
  padding: 0 !important
}

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-20: #005a87
}

#start-resizable-editor-section {
  display: none
}

.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: #fff
}

.wp-block-button__link.aligncenter {
  text-align: center
}

.wp-block-button__link.alignright {
  text-align: right
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  color: #32373c;
  background-color: transparent;
  border: 2px solid
}

.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px
}

.wp-block-buttons .wp-block-button:last-child {
  margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
  margin-right: 0;
  margin-left: 8px
}

.wp-block-buttons.alignright .wp-block-button:first-child {
  margin-left: 0
}

.wp-block-buttons.alignleft .wp-block-button {
  margin-left: 0;
  margin-right: 8px
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
  margin-right: 0
}

.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
  text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 4px;
  border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
  border: none
}

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd
}

.wp-block-calendar a {
  text-decoration: underline
}

.wp-block-calendar tfoot a {
  color: #007cba;
  color: var(--wp-admin-theme-color)
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap
  }
}

.wp-block-columns.has-background {
  padding: 20px 38px
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word
}

@media (max-width:599px) {
  .wp-block-column {
    flex-basis: 100% !important
  }
}

@media (min-width:600px) and (max-width:781px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0
  }

  .wp-block-column:nth-child(2n) {
    margin-left: 32px
  }
}

@media (min-width:782px) {
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1
  }

  .wp-block-column[style*=flex-basis] {
    flex-grow: 0
  }

  .wp-block-column:not(:first-child) {
    margin-left: 32px
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}

@media (prefers-reduced-motion:reduce) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}

.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
  background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
  opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 290px;
  width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none
  }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto
}

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 580px;
  padding: 14px;
  text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type^=core-embed],
.wp-block[data-align=right]>[data-type^=core-embed] {
  max-width: 360px;
  width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type^=core-embed] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type^=core-embed] .wp-block-embed__wrapper {
  min-width: 280px
}

.wp-block-embed {
  margin-bottom: 1em
}

.wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-embed iframe {
  max-width: 100%
}

.wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
  padding-top: 66.66%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-file {
  margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
  text-align: center
}

.wp-block-file.alignright {
  text-align: right
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
  text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
  }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto
  }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    object-fit: cover
  }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 16px)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0
}

@media (min-width:600px) {

  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 10.66667px);
    margin-right: 16px
  }

  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 12px);
    margin-right: 16px
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 12.8px);
    margin-right: 16px
  }

  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 13.33333px);
    margin-right: 16px
  }

  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 13.71429px);
    margin-right: 16px
  }

  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 14px);
    margin-right: 16px
  }

  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 290px;
  width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 20px 38px
}

.wp-block-image {
  margin-bottom: 1em
}

.wp-block-image img {
  max-width: 100%
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
  display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
  display: table-caption;
  caption-side: bottom
}

.wp-block-image .alignleft {
  float: left;
  margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
  float: right;
  margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.is-style-circle-mask img,
.is-style-rounded img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0
  }
}

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em
}

.wp-block-latest-posts.alignright {
  margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.wp-block-latest-posts.is-grid li {
  margin: 0 20px 20px 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 20px)
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 20px)
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 20px)
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 20px)
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 20px)
  }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
  margin-bottom: 20px
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row-align: center;
  align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  max-width: unset;
  width: 100%;
  vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
  }
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color),
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) {
  color: #1e1e1e
}

.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
  background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) {
  color: #fff
}

.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container {
  background-color: #1e1e1e
}

.items-justified-left>ul {
  justify-content: flex-start
}

.items-justified-center>ul {
  justify-content: center
}

.items-justified-right>ul {
  justify-content: flex-end
}

.wp-block-navigation-link {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
  display: none
}

.wp-block-navigation__container {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
  display: block
}

.has-child .wp-block-navigation__container {
  border: 1px solid rgba(0, 0, 0, .15);
  background-color: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  top: 100%;
  width: fit-content;
  z-index: 1;
  opacity: 0;
  transition: opacity .1s linear;
  visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
  flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
  padding-right: 8px
}

@media (min-width:782px) {
  .has-child .wp-block-navigation__container {
    left: 24px
  }

  .has-child .wp-block-navigation__container .wp-block-navigation__container {
    left: 100%;
    top: -1px
  }

  .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 8px;
    background: transparent
  }

  .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
    transform: rotate(0)
  }
}

.has-child:hover {
  cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column
}

.has-child:focus-within {
  cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column
}

.wp-block-navigation-link__content {
  text-decoration: none;
  padding: 8px 16px
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
  padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
  color: inherit
}

.wp-block-navigation-link__label {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  word-break: normal;
  overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
  height: inherit;
  padding: 6px 16px
}

.wp-block-navigation-link__submenu-icon svg {
  fill: currentColor
}

@media (min-width:782px) {
  .wp-block-navigation-link__submenu-icon svg {
    transform: rotate(90deg)
  }
}

.is-small-text {
  font-size: 14px
}

.is-regular-text {
  font-size: 16px
}

.is-large-text {
  font-size: 36px
}

.is-larger-text {
  font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}

p.has-background {
  padding: 20px 38px
}

p.has-text-color a {
  color: inherit
}

.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5
}

.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .5em
}

.wp-block-post-author__avatar {
  margin-right: 16px
}

.wp-block-post-author__bio {
  margin-bottom: 8px;
  font-size: .7em
}

.wp-block-post-author__content {
  flex-grow: 1;
  flex-basis: 0
}

.wp-block-post-author__name {
  font-weight: 700;
  margin: 0
}

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px
}

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none
}

.wp-block-pullquote.is-style-solid-color {
  border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal
}

.wp-block-pullquote cite {
  color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right
}

.wp-block-rss.alignleft {
  margin-right: 2em
}

.wp-block-rss.alignright {
  margin-left: 2em
}

.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}

.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px)
  }

  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 16px)
  }

  .wp-block-rss.columns-4 li {
    width: calc(25% - 16px)
  }

  .wp-block-rss.columns-5 li {
    width: calc(20% - 16px)
  }

  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 16px)
  }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
  width: 100%
}

.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  max-width: 360px
}

.wp-block-search .wp-block-search__button {
  margin-left: 10px
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto
}

.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif
}

.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none
}

.wp-social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
  transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
  .wp-social-link {
    transition-duration: 0s
  }
}

.wp-social-link a {
  padding: 6px;
  display: block;
  line-height: 0;
  transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor;
  fill: currentColor
}

.wp-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 28px;
  height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 16px;
  padding-right: 16px
}

.wp-block-spacer {
  clear: both
}

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: .75
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  width: 100%
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0
}

.wp-block-video video {
  max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-video [poster] {
    object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

:root .editor-styles-wrapper .has-pale-pink-background-color,
:root .has-pale-pink-background-color {
  background-color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-background-color,
:root .has-vivid-red-background-color {
  background-color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,
:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,
:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-background-color,
:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,
:root .has-vivid-green-cyan-background-color {
  background-color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,
:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,
:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-background-color,
:root .has-vivid-purple-background-color {
  background-color: #9b51e0
}

:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
  background-color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-background-color,
:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,
:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-background-color,
:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .editor-styles-wrapper .has-black-background-color,
:root .has-black-background-color {
  background-color: #000
}

:root .editor-styles-wrapper .has-pale-pink-color,
:root .has-pale-pink-color {
  color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-color,
:root .has-vivid-red-color {
  color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-color,
:root .has-luminous-vivid-orange-color {
  color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-color,
:root .has-luminous-vivid-amber-color {
  color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-color,
:root .has-light-green-cyan-color {
  color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-color,
:root .has-vivid-green-cyan-color {
  color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-color,
:root .has-pale-cyan-blue-color {
  color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-color,
:root .has-vivid-cyan-blue-color {
  color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-color,
:root .has-vivid-purple-color {
  color: #9b51e0
}

:root .editor-styles-wrapper .has-white-color,
:root .has-white-color {
  color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-color,
:root .has-very-light-gray-color {
  color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-color,
:root .has-cyan-bluish-gray-color {
  color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-color,
:root .has-very-dark-gray-color {
  color: #313131
}

:root .editor-styles-wrapper .has-black-color,
:root .has-black-color {
  color: #000
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background,
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background,
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background,
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background,
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,
:root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,
:root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,
:root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .editor-styles-wrapper .has-purple-crush-gradient-background,
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,
:root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .editor-styles-wrapper .has-pale-ocean-gradient-background,
:root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .editor-styles-wrapper .has-electric-grass-gradient-background,
:root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .editor-styles-wrapper .has-subdued-olive-gradient-background,
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .editor-styles-wrapper .has-atomic-cream-gradient-background,
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .editor-styles-wrapper .has-nightshade-gradient-background,
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .editor-styles-wrapper .has-midnight-gradient-background,
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}

:root .editor-styles-wrapper .has-link-color a,
:root .has-link-color a {
  color: #00e;
  color: var(--wp--style--color--link, #00e)
}

.editor-styles-wrapper .has-small-font-size,
.has-small-font-size {
  font-size: 13px
}

.editor-styles-wrapper .has-normal-font-size,
.editor-styles-wrapper .has-regular-font-size,
.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px
}

.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
  font-size: 20px
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  font-size: 36px
}

.editor-styles-wrapper .has-huge-font-size,
.editor-styles-wrapper .has-larger-font-size,
.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px
}

.has-text-align-center {
  text-align: center
}

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

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

#end-resizable-editor-section {
  display: none
}

.aligncenter {
  clear: both
}

.panorama360,
.panorama-view {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.panorama360,
.panorama360 .panorama-container {
  position: relative
}

.panorama360 .panorama-container img {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  border-radius: 0;
  box-shadow: none
}

.wp-block-panorama360-flat-image.alignfull .panorama360 .panorama-container img {
  width: auto
}

.panorama360 .panorama-title,
.panorama360 .panorama-type,
.panorama360 .panorama-view .area {
  position: absolute;
  z-index: 3;
  display: block;
  margin: 0
}

.panorama360 .panorama-title {
  right: 7px;
  bottom: 7px
}

.panorama360 .panorama-type {
  top: 7px;
  left: 7px
}

.panorama360 .panorama-controls {
  position: absolute;
  left: 7px;
  bottom: 7px
}

.panorama360 .panorama-controls a {
  display: block;
  float: left;
  margin-right: 5px
}

.panorama360 .panorama-controls a:before,
.panorama360 .panorama-controls a:after {
  content: none;
  display: none
}

.panorama360 p {
  margin: 0;
  padding: 0
}

.panorama360 .panorama-view {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAACVBMVEVMaXEAAAD///8+wF/OAAAAAXRSTlMAQObYZgAAAEVJREFUeNpjYGB0YGBgdJvKwMA2bZYDiHBhYFw2KxJEZDKIZK3KZMjMWrWSIStr1RIGqVVAgg1KTGBgBBEMWauAJkhBCQCStxhm8APcUwAAAABJRU5ErkJggg==), default;
  -webkit-transform: translateZ(0)
}

.panorama360 .panorama-view.grab {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALAgMAAADZ3O/yAAAACVBMVEVMaXH///8AAADO2xNtAAAAAXRSTlMAQObYZgAAAC1JREFUeNpj4NJYwMCgOi0KSIRGNjBwhoY2MGiCiKkQIgwkASQ4QyMYGJhgBABYyQukNxQ9yQAAAABJRU5ErkJggg==), default
}

.panorama360 .panorama-spinner {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background-color: #000;
  border-radius: 100%;
  opacity: .6;
  pointer-events: none;
  -webkit-animation: spinnerScaleOut 1s infinite ease-in-out;
  animation: spinnerScaleOut 1s infinite ease-in-out
}

.light-colors .panorama360 .panorama-spinner {
  background-color: #fff
}

@-webkit-keyframes spinnerScaleOut {
  0% {
    -webkit-transform: scale(0)
  }

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

@keyframes spinnerScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

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

.panorama360 .panorama-type,
.panorama360 .panorama-title,
.panorama360 .panorama-title:visited,
.panorama360 .panorama-controls a,
.panorama360 .panorama-controls a:visited {
  opacity: .6;
  background-color: #000;
  border: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  padding: 6px 7px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.panorama360 .panorama-title:hover,
.panorama360 .panorama-controls a:hover {
  opacity: .8
}

.panorama360 .panorama-title,
.panorama360 .panorama-title:focus,
.panorama360 .panorama-title:hover,
.panorama360 .panorama-controls a,
.panorama360 .panorama-controls a:focus,
.panorama360 .panorama-controls a:hover {
  color: #fff;
  box-shadow: none
}

.panorama360 .panorama-view .area {
  opacity: .25;
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  border: 0;
  text-indent: -9999px
}

.panorama360 .panorama-view .area.round {
  border-radius: 100%
}

.panorama360 .panorama-view .area:hover {
  opacity: .5
}

.panorama360 .no-contextmenu img {
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.panorama360 .panorama-controls a span {
  display: block;
  text-indent: -999px;
  direction: ltr;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAqklEQVR42mL4//8/AxZcCsS/gXgFFP+GijGQi7EJZv9HgO9QDAPZ1LIo+j8qKIRiZBCNpufwf8LgMLIGP2gQwUAzklwzkvhvqFqYHFEAptgJiL8hiU/B4v0pSPLfoHpIssgMiD8iiS0BYkYsFjFC5WDgI1Qv0RY9RuJvAmIWPJHKAlUDA4+JtYiJARP8Z8AN8MnhB/QMOrolBromb1pn2CMDVgTRrFAFCDAAoUGmqMhaSBEAAAAASUVORK5CYII=) no-repeat -999px 0
}

.panorama360 .panorama-controls .panorama-controls-prev span,
.panorama360 .panorama-controls .panorama-controls-next span {
  width: 8px;
  height: 14px;
  margin-left: 2px;
  margin-right: 2px
}

.panorama360 .panorama-controls .panorama-controls-prev span {
  background-position: 0 0
}

.panorama360 .panorama-controls .panorama-controls-next span {
  background-position: -8px 0
}

.panorama360 .panorama-controls .panorama-controls-stop span {
  margin: 2px 1px;
  width: 10px;
  height: 10px;
  background-position: -16px -2px
}

.light-colors .panorama360 .panorama-type,
.light-colors .panorama360 .panorama-title,
.light-colors .panorama360 .panorama-title:focus,
.light-colors .panorama360 .panorama-title:hover,
.light-colors .panorama360 .panorama-title:visited,
.light-colors .panorama360 .panorama-controls a,
.light-colors .panorama360 .panorama-controls a:focus,
.light-colors .panorama360 .panorama-controls a:hover,
.light-colors .panorama360 .panorama-controls a:visited,
.light-colors .panorama360 .panorama-view .area {
  background-color: #fff;
  color: #000
}

.light-colors .panorama360 .panorama-controls a span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAoklEQVR42mNgwA5Kgfg3EK+A4t9QMaqCbCD+D8XfoRjGz6aWJdFIhoJwIRQji0Wj6TmMJo8NH0bW4AcNIphkM5JcM5L4b6haGPhPJAYDJyD+hiQ4BYtvpyDJf4PqIckiMyD+iCSwBIgZsVjECJWDqfsI1Uu0RY+ROJuAmAVPHLJA1cDUP6bEImY8FjFTYhHdgo5uiYGuyZvWGfbIgBVBNCtUAY+yw4Rmo3OkAAAAAElFTkSuQmCC)
}

html[dir=rtl] .panorama360 .panorama-view,
body[dir=rtl] .panorama360 .panorama-view,
.rtl .panorama360 .panorama-view {
  direction: ltr
}

html[dir=rtl] .panorama360 .panorama-controls,
body[dir=rtl] .panorama360 .panorama-controls,
.rtl .panorama360 .panorama-controls {
  left: auto;
  right: 2px
}

html[dir=rtl] .panorama360 .panorama-type,
body[dir=rtl] .panorama360 .panorama-type,
.rtl .panorama360 .panorama-type {
  left: auto;
  right: 7px
}

@media only screen and (min-width:480px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
  .panorama360 .panorama-controls a span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAcCAYAAAAuh5ywAAAABmJLR0QAAAAAAAD5Q7t/AAABkElEQVR42mNgIAH8//8/DohfAPE/IN4DxDJQvAcqBpKLYxgKAOjQhP+YYA8Uo4OEwe6ZICD++594AFIbNFg94wbEv3A4/CYUYwMgPW6DzTNWQPwNTyx4QjGu2APptSJgB0j/s/+UA5AZnvgs0gfij3gMiEdSG49HHcgMfTz2UMMzcE/hskQViF/j0ZiPRU8+HvUgs1Rx2EVVgM0CUDH8GI+eBjyh3YBHH8hMGbp6CMgXBeIbeNRPJCLfTcSjH2S2KF08BGTzA/FZPGoXADEjER5ihKrFBUB28NPUQ0CaC4gP4FG3HoiZSSgdmaF6cAGQXVw08RAQswDxJjxq9gIxGxlFPhtULy6wCWo31T3Uh0f+JBBzU1CPcUPNwAX6aOEhXBXnZSAWpELlLAg1C1fFO+ohSpMcFwWe4RqIJMc6gIUC62ixPSIrVrSmz00aNn1u0q3pMywbp0iWqNGg+6A2IN0HEjp4CQQGUAaig/d8MHTBvUAOoYJnnoDMGlmDJMNyGItAPtmLozUwuAcah9JQMACGAzdCNFW0RwAAAABJRU5ErkJggg==);
    -webkit-background-size: 26px 14px;
    -moz-background-size: 26px 14px;
    -o-background-size: 26px 14px;
    background-size: 26px 14px
  }

  .light-colors .panorama360 .panorama-controls a span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAcCAMAAAAZWWyCAAAAP1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC6E+JdAAAAFHRSTlMABxAVHCo6Sl9vgJWxvsvT2ebu+Cfx2vsAAADISURBVHjarZRtG4UQDIaRSi+K7P//1lNGRTqXs+s8Hyp0z2Y2xi4pC1pKDVaxainYpfXxrKZ6uKmvZJz/2xj/clVU58IWYUPXRWMWMtlosN1wQoXQALYWVx7MTqXMcAyGhIKC/IIM5kY0MQaD8hvUYPAwxQAnHJvmHRJLxpzUIt4grvFrvh/mjHOalyF+rd90WuJFKHrC07zx6HMRwqSuIs+2WDHJ/4NI7pEOgnTktOTSrhHtwtJKg1aEtHKnNRZaC6M1yx/a8geChTzNAwww3wAAAABJRU5ErkJggg==)
  }
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: .2em 1em;
  border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output {
  display: none
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900
}

.wpcf7-form-control-wrap {
  position: relative
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
  content: " "
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(//liviucerchez.com/leluxe/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible
}

div.wpcf7 div.ajax-error {
  display: none
}

div.wpcf7 .placeheld {
  color: #888
}

div.wpcf7 input[type=file] {
  cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
  cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
  width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

address {
  font-style: italic;
  opacity: .8
}

html {
  background-color: #fff;
  font-size: 16px;
  height: 100%
}

@media (max-width:767px) {
  html {
    overflow-x: hidden
  }
}

@media (min-width:992px) {
  html {
    font-size: 17px
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  min-height: 100%;
  overflow-x: hidden
}

.page-template-template-full-page,
.page-template-template-accommodations,
.no-hero-media {
  position: relative
}

.force-vertical-scrollbar {
  overflow-y: scroll
}

::-moz-selection {
  background-color: #ffd40d
}

::selection {
  background-color: #ffd40d
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
  font-weight: 700;
  line-height: 1.15;
  margin: 2.75rem 0 1.25rem;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -moz-osx-font-smoothing: grayscale
}

h1 {
  font-size: 3.052em
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0
}

h2 {
  font-size: 2.441em
}

h3 {
  font-size: 1.953em
}

h4 {
  font-size: 1.563em
}

h5,
blockquote {
  font-size: 1.25em
}

h6 {
  font-size: 1em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: inherit;
  text-decoration: none
}

hr {
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .07);
  border: 0;
  height: 3px;
  margin-top: 2.5em;
  margin-bottom: 2.5em
}

p,
ul,
ol,
dl,
dd,
address,
table,
pre,
form,
.wp-audio-shortcode,
.wp-video-shortcode {
  margin: 0 0 1.25em
}

ul {
  list-style-type: disc;
  padding: 0 0 0 2em
}

ol {
  list-style-type: decimal;
  padding: 0 0 0 2em
}

ul ul,
ol ul {
  list-style-type: circle
}

ul ol,
ol ol {
  list-style-type: lower-alpha
}

ol ol ol {
  list-style-type: decimal
}

ul ul,
ol ul {
  padding-left: 1em
}

ul ol,
ol ol {
  padding-left: 1.4em
}

li ol,
li ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  padding-left: 1.25em;
  padding-right: 1.25em
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small,
.small-text {
  font-size: 80%
}

big,
.big-text {
  font-size: 125%
}

sub,
sup {
  position: relative;
  font-size: .8em;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

figure {
  margin: 0;
  max-width: 100%
}

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

table caption {
  font-size: 1.25em;
  font-weight: 700;
  text-align: left;
  padding: .75rem .5rem
}

th {
  font-weight: 700;
  text-align: inherit
}

tr.even {
  background-color: rgba(0, 0, 0, .02)
}

th,
td {
  border-bottom: 1px solid #efefef;
  padding: .75em .25em;
  text-align: left
}

thead th,
tbody:first-child tr:first-child th {
  padding: .5em .25em;
  border-top: 3px solid #efefef;
  border-bottom-width: 3px;
  background-color: rgba(0, 0, 0, .02)
}

fieldset {
  min-width: 0;
  border-width: 0;
  clear: both;
  margin: 0 0 3.25em;
  padding: 0
}

fieldset>:last-child {
  margin-bottom: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0 0 .53846154em;
  margin-bottom: 1.25em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.625;
  color: inherit;
  white-space: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  border-bottom: 1px solid rgba(0, 0, 0, .07)
}

dfn,
cite,
em,
i,
q {
  font-style: italic
}

blockquote {
  position: relative;
  margin: 2.5rem 0;
  padding: 0 1.25rem;
  line-height: 1.25;
  border-left: 3px solid #efefef;
  border-left-color: rgba(0, 0, 0, .07)
}

blockquote:first-child {
  margin-top: 0
}

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

blockquote cite {
  display: block;
  font-size: .75em;
  font-style: normal;
  margin-top: .625em;
  color: #666;
  color: rgba(0, 0, 0, .5)
}

blockquote.review {
  font-size: 1rem;
  margin: 0 0 1.25em;
  padding: 0;
  border-left: 0
}

blockquote.review:last-child {
  margin-bottom: 0
}

blockquote.review:before {
  content: none
}

blockquote.review p {
  margin-bottom: .25em
}

blockquote.review cite {
  margin-top: 0
}

pre {
  font-size: .9rem;
  line-height: 1.6;
  max-width: 100%;
  overflow: auto;
  padding: 1.25em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #333;
  background: rgba(0, 0, 0, .025);
  border: 3px solid #efefef;
  border: 3px solid rgba(0, 0, 0, .07);
  overflow: auto;
  -ms-overflow-style: scrollbar
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Consolas, Monaco, monospace;
  -webkit-hyphens: none;
  hyphens: none;
  -ms-hyphens: none
}

ins {
  padding: 0 .2em;
  text-decoration: none;
  background-color: #fffad4
}

mark {
  padding: 0 .2em;
  background-color: #000;
  color: #fff
}

abbr[title],
acronym[title] {
  text-decoration: none;
  border-bottom: 2px dotted #000;
  cursor: help
}

img {
  border: 0;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle
}

svg {
  overflow: hidden;
  vertical-align: middle
}

del,
.low-opacity {
  opacity: .6
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

video {
  height: auto
}

video,
embed,
iframe,
object {
  max-width: 100%;
  margin-bottom: 1.5em
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

a {
  color: #de4800;
  text-decoration: underline;
  font-weight: bolder;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  text-decoration: none
}

a:focus {
  outline: thin dotted
}

label {
  display: inline-block;
  color: #999;
  color: rgba(0, 0, 0, .5);
  font-size: .9em;
  font-weight: 400;
  margin-bottom: .3em
}

input,
select,
textarea {
  background-color: #fafafa;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1.625;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline
}

input {
  overflow: visible;
  line-height: normal
}

input,
select,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #ddd;
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s
}

input[disabled],
button[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5
}

input[type=checkbox],
input[type=radio] {
  border-width: 0;
  display: inline-block;
  margin-right: .3em;
  padding: 0;
  position: relative
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield
}

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

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=number],
input[type=range],
input[type=tel],
input[type=url],
select,
textarea {
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  line-height: 1.3em;
  margin-bottom: 1.25em;
  padding: .8835em 1em;
  border: 3px solid #efefef;
  border: 3px solid rgba(0, 0, 0, .07);
  width: 100%;
  border-radius: 0
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=number]:focus,
input[type=range]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #ffd40d;
  outline: none
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 300px;
  padding: .8635em 1rem
}

select,
.wpcf7 .custom-date-field {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzOXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDM5IDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM5IDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMTUuOCwwbDMuNywzLjdMMjMuMiwwbDEuMSwxLjFMMTkuNSw2bC00LjktNC45TDE1LjgsMHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 2.4rem
}

select::-ms-expand {
  display: none
}

textarea {
  max-width: 800px;
  overflow: auto;
  resize: vertical;
  vertical-align: top
}

.wpcf7 p {
  margin-bottom: 0
}

.wpcf7 select {
  width: 100%;
  max-width: 100%
}

.wpcf7 .wpcf7-form-control-wrap.checkin,
.wpcf7 .wpcf7-form-control-wrap.checkout {
  position: relative
}

.wpcf7 .Zebra_DatePicker {
  position: absolute;
  z-index: 1;
  min-width: 300px;
  visibility: visible;
  opacity: 1;
  background-color: #fff;
  border: 3px solid #ffd40d;
  margin-top: 3.25rem;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: opacity .2s, visibility .2s;
  -o-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s
}

.wpcf7 .Zebra_DatePicker.dp_hidden {
  visibility: hidden;
  opacity: 0
}

@media (min-width:768px) and (max-width:991px),
(min-width:1200px) {
  .wpcf7 .field-half-first {
    float: left;
    width: 50%;
    padding-right: .75rem
  }

  .wpcf7 .field-half-last {
    float: right;
    width: 50%;
    padding-left: .75rem
  }
}

.wpcf7 .wpcf7-response-output {
  margin: .65rem 0 1.25em;
  padding: 1em;
  background-color: #fffad4;
  border: 3px solid #ffd40d
}

.wpcf7 .wpcf7-mail-sent-ok {
  background-color: #defcca;
  border-color: #95f8a5
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block
}

div.wpcf7 .wpcf7-display-none {
  display: none
}

.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  border: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1;
  color: #000;
  margin-top: -1em;
  margin-bottom: 1em
}

div.wpcf7 .ajax-loader {
  margin: 0 .5em
}

div.wpcf7 .wpcf7-form-control-wrap br,
div.wpcf7 .wpcf7-form-control-wrap p:empty {
  display: none
}

div.wpcf7 .wpcf7-text,
div.wpcf7 .wpcf7-textarea,
div.wpcf7 .wpcf7-select {
  max-width: none
}

div.wpcf7 .wpcf7-text.wpcf7-not-valid,
div.wpcf7 .wpcf7-textarea.wpcf7-not-valid,
div.wpcf7 .wpcf7-select.wpcf7-not-valid {
  border-color: #ffd40d
}

[hidden] {
  display: none !important
}

progress {
  vertical-align: baseline
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox
}

input[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

.searchform {
  position: relative;
  max-width: 28em
}

.searchform button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2em;
  height: 3.45em;
  padding: 0;
  border: 0;
  margin: 0;
  text-align: center;
  text-transform: none;
  background-color: transparent;
  color: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.searchform button:focus {
  outline: 0
}

.searchform button:hover,
.searchform button:focus {
  background-color: transparent;
  color: inherit
}

.searchform button .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0
}

.searchform input {
  padding-right: 2.8em;
  margin-bottom: 0
}

::-webkit-input-placeholder {
  color: #aaa
}

:-moz-placeholder {
  color: #aaa
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1
}

:-ms-input-placeholder {
  color: #aaa
}

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

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

.button,
button,
input[type=button],
input[type=reset],
input[type=submit],
.pagination .page-numbers {
  display: inline-block;
  background: 0 0;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1;
  margin: 0 .5em .6em 0;
  padding: 1.2em 2.7em;
  cursor: pointer;
  border: 3px solid #000;
  border-radius: 0;
  outline: 0;
  opacity: 1;
  -webkit-transition: color .2s, background-color .2s, border-color .2s;
  -o-transition: color .2s, background-color .2s, border-color .2s;
  transition: color .2s, background-color .2s, border-color .2s
}

.pagination .page-numbers .icon,
.button .icon {
  fill: #000
}

.pagination .page-numbers {
  line-height: 1.2rem;
  padding: 1em 1.8em
}

.pagination .dots {
  padding: 1em .5em;
  border: 0;
  cursor: default
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button.button-filled,
input.button-filled,
input.button:focus,
.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus,
.pagination .current {
  border-color: #000;
  background-color: #000;
  color: #fff;
  text-decoration: none
}

.pagination .page-numbers:hover .icon,
.pagination .page-numbers:focus .icon,
.button:hover .icon,
.share-widget-container #share-widget a .icon {
  fill: #fff
}

.button:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.button:active,
button:active,
input[type=button]:active,
input[type=reset]:active {
  opacity: .8;
  text-decoration: none;
  outline: none
}

.button-color,
button.button-color,
input[type=button].button-color,
input[type=reset].button-color,
input[type=submit].button-color {
  border-color: #ffd40d;
  background-color: #ffd40d;
  color: #000
}

.button-white,
button.button-white,
input[type=button].button-white,
input[type=reset].button-white,
input[type=submit].button-white {
  border-color: #fff;
  color: #fff
}

.button-white:hover,
button.button-white:hover,
input[type=button].button-white:hover,
input[type=reset].button-white:hover,
input[type=submit].button-white:hover,
.button-white:focus,
button.button-white:focus,
input[type=button].button-white:focus,
input[type=reset].button-white:focus,
input[type=submit].button-white:focus,
.button-white.button-filled,
button.button-white.button-filled,
input[type=button].button-white.button-filled,
input[type=reset].button-white.button-filled,
input[type=submit].button-white.button-filled,
.button-white:focus,
button.button-white:focus,
input[type=button].button-white:focus,
input[type=reset].button-white:focus,
input[type=submit].button-white:focus {
  border-color: #fff;
  background-color: #fff;
  color: #000
}

button {
  overflow: visible
}

.button-small {
  padding: .55em 1.6em
}

.button.underline {
  font-size: .85rem;
  padding: .2em;
  border-width: 2px 0;
  border-top-color: transparent;
  border-radius: 0
}

.button .icon,
button .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: .1em;
  vertical-align: -27.5%
}

.pagination .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: -.15em
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  border: 0 none
}

.clearfix:after,
.comment-body:after,
.edit-link:before,
.entry-content:after {
  content: "";
  display: table;
  clear: both
}

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0
}

.alignleft {
  float: left;
  margin-right: 1.25em;
  margin-bottom: 1.25em
}

.alignright {
  float: right;
  margin-left: 1.25em;
  margin-bottom: 1.25em
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-uppercase {
  text-transform: uppercase
}

.no-margin-top {
  margin-top: 0
}

.no-bottom,
.no-margin-bottom {
  margin-bottom: 0
}

.d-none {
  display: none
}

.underline-effect {
  background-color: transparent;
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% 10px;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd40d), to(#ffd40d));
  background-image: -webkit-linear-gradient(left, #ffd40d 0%, #ffd40d 100%);
  background-image: -o-linear-gradient(left, #ffd40d 0%, #ffd40d 100%);
  background-image: linear-gradient(to right, #ffd40d 0%, #ffd40d 100%)
}

span.underline-effect,
strong.underline-effect {
  display: inline-block
}

strong.underline-effect {
  background-position: 0 80%
}

h1 .underline-effect {
  background-position: 0 75%
}

h2 .underline-effect,
h3 .underline-effect,
h4 .underline-effect {
  background-position: 0 78%
}

h5 .underline-effect {
  background-position: 0 85%
}

h6 .underline-effect {
  background-position: 0 95%
}

.entry-content .mejs-container,
.entry-content .mejs-container .mejs-controls,
.entry-content .mejs-embed,
.entry-content .mejs-embed body {
  background-color: #000
}

.entry-content .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #ffd40d
}

.gallery {
  margin: 0 -1.1666667% 1.25em;
  padding: 0
}

.gallery .gallery-item {
  display: inline-block;
  margin: 0;
  max-width: 33.33%;
  padding: 2.2801304% 1.1400652% 0;
  text-align: center;
  vertical-align: top;
  width: 100%
}

.gallery .gallery-item .gallery-icon a {
  display: block
}

.gallery-columns-1 .gallery-item {
  max-width: 100%
}

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

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

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

.gallery-columns-6 .gallery-item {
  max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none
}

.wp-caption,
.gallery-caption {
  color: #777;
  font-size: .85rem;
  margin-top: .2rem;
  margin-bottom: .2rem;
  max-width: 100%
}

.wp-caption.alignnone {
  margin-bottom: 1.25em
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption .wp-caption-text {
  margin: .5em 0
}

.gallery-masonry {
  width: 100%;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  margin-top: 15px
}

@media (min-width:768px) {
  .gallery-masonry {
    -webkit-column-gap: 50px;
    column-gap: 50px
  }
}

@media (min-width:1440px) {
  .gallery-masonry {
    -webkit-column-gap: 80px;
    column-gap: 80px;
    margin-top: 30px
  }
}

.gallery-masonry figure {
  width: 100%;
  margin: 0 0 15px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column
}

@media (min-width:768px) {
  .gallery-masonry figure {
    margin-bottom: 50px
  }
}

@media (min-width:1440px) {
  .gallery-masonry figure {
    margin-bottom: 80px
  }
}

.gallery-masonry figure a {
  display: block;
  width: 100%
}

.gallery-masonry figure img {
  width: 100%;
  height: auto
}

.gallery-masonry figure figcaption {
  padding-top: 5px;
  font-size: .8em;
  opacity: .7
}

.grid-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px
}

.grid-container .grid-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px
}

@media (min-width:768px) and (max-width:991px),
(min-width:1200px) {
  .grid-container .grid-column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .grid-container .order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
}

@media (min-width:1440px) {
  .grid-container {
    margin-right: -40px;
    margin-left: -40px
  }

  .grid-container .grid-column {
    padding-right: 40px;
    padding-left: 40px
  }
}

.gallery-grid-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px
}

@media (min-width:768px) {
  .gallery-grid-container {
    margin-right: -25px;
    margin-left: -25px
  }
}

.gallery-grid-container .gallery-grid-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 7px 15px
}

@media (max-width:1199px) {

  .gallery-grid-container .gallery-grid-column:last-child,
  .gallery-grid-container .gallery-grid-column.column-text {
    padding-bottom: 0
  }
}

@media (min-width:768px) {
  .gallery-grid-container .gallery-grid-column {
    padding: 0 25px 50px
  }
}

@media (min-width:1200px) {
  .gallery-grid-container .gallery-grid-column {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
}

@media (min-width:1440px) {
  .gallery-grid-container .gallery-grid-column {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (min-width:1860px) {
  .gallery-grid-container .gallery-grid-column {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
}

.gallery-grid-container .gallery-grid-column.column-image {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%
}

.gallery-grid-container .gallery-grid-column.column-image.full-column {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%
}

.gallery-grid-container .column-image a {
  position: relative;
  display: block;
  padding: 5px;
  border: 3px solid #efefef;
  border: 3px solid rgba(0, 0, 0, .07);
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s
}

.gallery-grid-container .column-image img {
  display: block;
  width: 100%
}

@media (min-width:768px) {
  .gallery-grid-container .column-image a:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, .2);
    -webkit-transition: opacity .2s, visibility .2s;
    -o-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s
  }

  .gallery-grid-container .column-image a:hover,
  .gallery-grid-container .column-image a:focus {
    border-color: #ffd40d
  }

  .gallery-grid-container .column-image a:hover:before,
  .gallery-grid-container .column-image a:focus:before {
    visibility: visible;
    opacity: 1
  }
}

@media (min-width:1200px) {
  .gallery-grid-container .column-image a:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px
  }
}

@media (min-width:1200px) {
  .gallery-grid-container .gallery-grid-column.column-text {
    padding-right: 100px
  }
}

@media (min-width:1440px) {
  .gallery-grid-container .gallery-grid-column.column-text {
    padding-right: 200px
  }
}

@media (min-width:1860px) {
  .gallery-grid-container .gallery-grid-column.column-text {
    padding-right: 300px
  }
}

.share-widget-container {
  position: relative;
  display: inline-block
}

.share-widget-container>a {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: 0;
  line-height: 24px
}

.share-widget-container a .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0
}

.share-widget-container.show-dropdown>a {
  outline: 0
}

.share-widget-container #share-widget {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -6.5rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0)
}

.no-touchevents .share-widget-container:hover>a+#share-widget,
.share-widget-container.show-dropdown #share-widget {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1)
}

.share-widget-container #share-widget a {
  display: block;
  height: 4.35rem;
  line-height: 4.25rem;
  text-align: center
}

.share-widget-container #share-widget .share-widget-facebook {
  background-color: #3b5998
}

.share-widget-container #share-widget .share-widget-twitter {
  background-color: #1da1f2
}

.share-widget-container #share-widget .share-widget-pinterest {
  background-color: #e60023
}

.alert {
  padding: 1em;
  margin-bottom: 1.25em;
  border: 3px solid #efefef;
  border: 3px solid rgba(0, 0, 0, .07);
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .025)
}

.alert.success {
  background-color: #defcca;
  border-color: #95f8a5
}

.alert.notice {
  background-color: #fffad4;
  border-color: #ffd40d
}

.tab-container {
  margin: 0 0 1.25em
}

.tabs-loaded .tab-content {
  position: absolute;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  border: 0 none
}

.tabs-loaded .tab-content.tab-active {
  position: static;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.tab-container .tab-content :last-child {
  margin-bottom: 0
}

.tab-container .tabs {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin-bottom: 1.25rem;
  border-bottom: 3px solid #ffd40d
}

.tab-container .tabs li {
  display: inline-block;
  margin: 0
}

.tab-container .tabs a {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  padding: .6em 1em;
  color: inherit;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s
}

@media (min-width:1320px) {
  .tab-container .tabs a {
    padding: .8em 1.5em
  }
}

@media (min-width:1600px) {
  .tab-container .tabs a {
    padding: 1em 2.1em
  }
}

.tab-container .tabs a:hover,
.tab-container .tabs a:focus {
  outline: 0;
  background-color: #efefef;
  color: #444
}

.tab-container .tabs a.tab-link-active {
  background-color: #ffd40d;
  color: #000
}

.dinning-menu-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.25em
}

@media (min-width:576px) {
  .dinning-menu-item {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
}

.dinning-menu-item:first-child {
  margin-top: 0
}

.tab-container .dinning-menu-item:last-child {
  margin-bottom: 1.25em
}

.dinning-menu-item .text {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%
}

.dinning-menu-item .image,
.dinning-menu-item .price {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.dinning-menu-item .image {
  width: 50px;
  margin-right: 15px
}

@media (min-width:768px) {
  .dinning-menu-item .image {
    width: 75px
  }
}

@media (min-width:1320px) {
  .dinning-menu-item .image {
    width: 100px
  }
}

@media (min-width:1440px) {
  .dinning-menu-item .image {
    width: 120px
  }
}

.dinning-menu-item .image a {
  position: relative;
  display: block;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s
}

@media (min-width:768px) {
  .dinning-menu-item .image {
    padding: 5px;
    border: 3px solid #efefef;
    border: 3px solid rgba(0, 0, 0, .07)
  }
}

.dinning-menu-item .image a:hover,
.dinning-menu-item .image a:focus {
  border-color: #ffd40d
}

.dinning-menu-item .image img {
  display: block;
  width: 100%
}

.dinning-menu-item .image a:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s
}

.dinning-menu-item .image a:hover:after,
.dinning-menu-item .image a:focus:after {
  visibility: visible;
  opacity: 1
}

.dinning-menu-item .image a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .5)
}

.dinning-menu-item .text,
.dinning-menu-item .price {
  color: rgba(0, 0, 0, .8)
}

.dinning-menu-item .text h3,
.dinning-menu-item .text h4,
.dinning-menu-item .text h5,
.dinning-menu-item .price strong {
  color: #000
}

.dinning-menu-item .text h3,
.dinning-menu-item .text h4,
.dinning-menu-item .text h5,
.dinning-menu-item .text p {
  margin-bottom: 0
}

.dinning-menu-item .price {
  margin-left: 15px;
  text-align: right
}

.dinning-menu-item .price strong {
  background-color: transparent;
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% .55em;
  font-weight: bolder;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd40d), to(#ffd40d));
  background-image: -webkit-linear-gradient(left, #ffd40d 0%, #ffd40d 100%);
  background-image: -o-linear-gradient(left, #ffd40d 0%, #ffd40d 100%);
  background-image: linear-gradient(to right, #ffd40d 0%, #ffd40d 100%)
}

@media (min-width:1320px) {
  .dinning-menu-item .price {
    margin-left: 30px
  }
}

.edit-link svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  fill: #666;
  fill: rgba(0, 0, 0, .5);
  position: relative;
  top: -1px
}

.edit-link .button {
  margin-bottom: 0
}

.page-links~.edit-link {
  display: inline-block;
  margin-top: 1.25em
}

.page-links {
  border-top: 3px solid #efefef;
  border-top: 3px solid rgba(0, 0, 0, .07);
  clear: both;
  padding-top: 1.25em;
  text-align: left
}

.page-links a,
.page-links>span {
  display: inline-block;
  line-height: 1;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  width: 1.8em;
  padding: .5em 0
}

.page-links>span.page-number {
  opacity: .5
}

.page-links .page-links-title {
  width: auto;
  margin-right: .5em
}

.page-links .page-links-title:after {
  content: ":"
}

.post-password-form label {
  display: inline-block
}

.post-password-form input[type=password] {
  margin-bottom: .25rem
}

.post-password-form input[type=submit] {
  padding-top: 1.025em;
  padding-bottom: 1.025em
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: owlFadeOut;
  animation-name: owlFadeOut
}

@-webkit-keyframes owlFadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes owlFadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  -webkit-transition: height .2s ease-in-out;
  -o-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: -40px 0 0 -40px;
  background-color: #efefef;
  border-radius: 50%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

@media (min-width:768px) {
  .hero-media .owl-carousel .owl-video-play-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: -50px 0 0 -50px
  }
}

.owl-carousel .owl-video-play-icon:hover {
  background-color: rgba(255, 255, 255, .75)
}

.hero-media .owl-carousel,
.page-template-template-no-content .panorama360 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0
}

.page-template-template-no-content .panorama360 {
  bottom: 0
}

.hero-media .owl-carousel {
  height: 300px
}

.has-booking .hero-media .owl-carousel {
  height: 603px
}

.page-template-template-no-content .hero-media .owl-carousel {
  height: auto;
  bottom: 0
}

.hero-media .owl-carousel .owl-stage-outer,
.hero-media .owl-carousel .owl-stage,
.hero-media .owl-carousel .owl-item {
  height: 100%
}

.hero-media .owl-carousel .owl-item {
  overflow: hidden
}

.hero-media .owl-carousel .owl-item .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover
}

.hero-media .owl-carousel .owl-item .owl-lazy[src^=""],
.hero-media .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: none
}

.hero-media .owl-carousel .item-video iframe,
.hero-media .owl-carousel .item-video video {
  display: block;
  height: 100%;
  max-width: none;
  width: 100%;
  margin-bottom: 0
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
  .hero-media .owl-carousel .item-video video {
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media all and (-ms-high-contrast:none) {
  .hero-media .owl-carousel .item-video video {
    display: none
  }

  *::-ms-backdrop,
  .hero-media .owl-carousel .item-video video {
    display: none
  }
}

.hero-media .owl-carousel .owl-nav,
.hero-media .owl-carousel .owl-nav.disabled,
.hero-media .owl-carousel .owl-expand {
  display: none
}

@media (min-width:768px) {
  .hero-media .owl-carousel {
    height: 400px
  }

  .page-template-template-no-content .hero-media .owl-carousel {
    height: 100%
  }

  .hero-media .owl-carousel .owl-nav,
  .hero-media .owl-carousel .owl-expand {
    position: absolute;
    bottom: 50px;
    background-color: #fff
  }

  .hero-media .owl-carousel .owl-expand {
    display: none
  }

  .hero-media .owl-carousel .owl-nav {
    display: block;
    right: 50px
  }

  .has-booking.hero-has-nav .hero-media .owl-carousel .owl-nav,
  .page-template-template-no-content.hero-has-nav .hero-media .owl-carousel .owl-nav {
    display: block
  }

  .hero-media .owl-carousel .owl-expand a {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center
  }

  .has-booking .hero-media .owl-carousel .owl-expand a,
  .hero-has-nav .hero-media .owl-carousel .owl-expand a {
    padding-right: 1px
  }

  .hero-media .owl-carousel .owl-expand a:after {
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 3px;
    right: 0;
    background-color: #efefef;
    background-color: rgba(0, 0, 0, .07)
  }

  .hero-media .owl-carousel .owl-nav a,
  .hero-media .owl-carousel .owl-expand a,
  .page-template-template-no-content .panorama360 .panorama-controls a {
    display: inline-block;
    width: 50px;
    height: 70px;
    line-height: 70px;
    text-decoration: none
  }

  .hero-media .owl-carousel .owl-nav a:focus,
  .hero-media .owl-carousel .owl-expand a:focus,
  .page-template-template-no-content .panorama360 .panorama-controls a:focus {
    outline: 0
  }

  .hero-media .owl-carousel .owl-nav .owl-prev,
  .page-template-template-no-content .panorama360 .panorama-controls .panorama-controls-prev {
    text-align: right;
    padding-right: 5px
  }

  .hero-media .owl-carousel .owl-nav .owl-next,
  .page-template-template-no-content .panorama360 .panorama-controls .panorama-controls-next {
    text-align: left;
    padding-left: 5px
  }

  .hero-media .owl-carousel .owl-nav a .icon,
  .hero-media .owl-carousel .owl-expand a .icon,
  .page-template-template-no-content .panorama360 .panorama-controls a .icon {
    width: 24px;
    height: 24px;
    fill: #000;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s
  }

  .hero-media .owl-carousel .owl-nav a .icon,
  .hero-media .owl-carousel .owl-expand a .icon:first-child,
  .expanded-hero .hero-media .owl-carousel .owl-expand a .icon:last-child,
  .page-template-template-no-content .panorama360 .panorama-controls a .icon {
    display: inline-block
  }

  .hero-media .owl-carousel .owl-expand a .icon:last-child,
  .expanded-hero .hero-media .owl-carousel .owl-expand a .icon:first-child {
    display: none
  }

  .hero-media .owl-carousel .owl-nav a:hover .icon,
  .hero-media .owl-carousel .owl-expand a:hover .icon,
  .page-template-template-no-content .panorama360 .panorama-controls a:hover .icon,
  .hero-media .owl-carousel .owl-nav a:focus .icon,
  .hero-media .owl-carousel .owl-expand a:focus .icon,
  .page-template-template-no-content .panorama360 .panorama-controls a:focus .icon {
    fill: rgba(0, 0, 0, .5)
  }
}

@media (min-width:992px) {
  .hero-media .owl-carousel .owl-nav {
    position: fixed;
    right: 50%;
    bottom: 0
  }

  .has-booking .hero-media .owl-carousel .owl-nav {
    right: auto;
    left: 70px
  }

  .hero-has-nav .hero-media .owl-carousel .owl-nav {
    display: block
  }

  .has-booking .hero-media .owl-carousel .owl-nav {
    padding-right: 3px
  }

  .page-template-template-no-content .hero-media .owl-carousel .owl-nav,
  .page-template-template-no-content .panorama360 .panorama-controls {
    right: 0;
    left: auto
  }

  .page-template-template-no-content.has-booking .hero-media .owl-carousel .owl-nav {
    right: auto;
    left: 0
  }

  .has-booking .hero-media .owl-carousel .owl-nav:after,
  .page-template-template-no-content.has-booking .panorama360 .panorama-controls:after {
    content: '';
    position: absolute;
    width: 3px;
    right: 0;
    background-color: #efefef;
    background-color: rgba(0, 0, 0, .07)
  }

  .hero-media .owl-carousel .owl-nav:after,
  .hero-media .owl-carousel .owl-expand a:after,
  .page-template-template-no-content .panorama360 .panorama-controls:after {
    top: 20px;
    bottom: 20px
  }

  .has-booking .hero-media .owl-carousel .owl-expand a:after,
  .hero-has-nav .hero-media .owl-carousel .owl-expand a:after {
    content: ''
  }

  .hero-media .owl-carousel .owl-nav a,
  .hero-media .owl-carousel .owl-expand a,
  .page-template-template-no-content .panorama360 .panorama-controls a {
    height: 100px;
    line-height: 100px
  }

  .hero-media .owl-carousel .owl-nav a .icon,
  .hero-media .owl-carousel .owl-expand a .icon,
  .page-template-template-no-content .panorama360 .panorama-controls a .icon {
    margin-top: -2px
  }

  .hero-media .owl-carousel .owl-expand {
    display: block;
    position: fixed;
    right: 50%;
    bottom: 0
  }

  .hero-has-nav .hero-media .owl-carousel .owl-expand {
    margin-right: 100px
  }

  .has-booking .hero-media .owl-carousel .owl-expand {
    left: 0;
    right: auto
  }

  .page-template-template-no-content .hero-media .owl-carousel .owl-expand {
    display: none
  }

  .hero-media .owl-carousel .owl-expand a {
    width: 70px
  }
}

@media (min-width:1200px) {

  .hero-media .owl-carousel .owl-nav,
  .has-booking .hero-media .owl-carousel .owl-nav,
  .page-template-template-no-content.has-booking .hero-media .owl-carousel .owl-nav,
  .hero-media .owl-carousel .owl-expand,
  .has-booking .hero-media .owl-carousel .owl-expand,
  .page-template-template-no-content.has-booking .panorama360 .panorama-controls {
    right: 720px;
    left: auto
  }

  .hero-media .owl-carousel .owl-nav,
  .page-template-template-no-content .panorama360 .panorama-controls {
    bottom: 0
  }

  .page-template-template-no-content.admin-bar .panorama360 .panorama-controls {
    margin-bottom: 32px
  }

  .page-template-template-no-content.admin-bar.has-booking .panorama360 .panorama-controls {
    margin-bottom: 0
  }

  .hero-media .owl-carousel .owl-expand,
  .hero-has-nav .hero-media .owl-carousel .owl-expand {
    margin-right: 0
  }

  .hero-has-nav .hero-media .owl-carousel .owl-expand {
    right: 820px
  }

  .hero-has-nav.has-booking .hero-media .owl-carousel .owl-expand {
    right: 823px
  }
}

@media (min-width:1320px) {

  .hero-media .owl-carousel .owl-nav,
  .has-booking .hero-media .owl-carousel .owl-nav,
  .page-template-template-no-content.has-booking .hero-media .owl-carousel .owl-nav,
  .hero-media .owl-carousel .owl-expand,
  .has-booking .hero-media .owl-carousel .owl-expand,
  .page-template-template-no-content.has-booking .panorama360 .panorama-controls {
    right: 810px
  }

  .page-template-template-no-content .panorama360 .panorama-controls:after {
    top: 30px;
    bottom: 30px
  }

  .hero-media .owl-carousel .owl-nav a,
  .hero-media .owl-carousel .owl-expand a,
  .page-template-template-no-content .panorama360 .panorama-controls a {
    height: 110px;
    line-height: 110px
  }

  .hero-media .owl-carousel .owl-nav a,
  .page-template-template-no-content .panorama360 .panorama-controls a {
    width: 60px
  }

  .hero-media .owl-carousel .owl-expand a {
    width: 90px
  }

  .hero-has-nav .hero-media .owl-carousel .owl-expand {
    right: 930px
  }

  .hero-has-nav.has-booking .hero-media .owl-carousel .owl-expand {
    right: 933px
  }

  .hero-media .owl-carousel .owl-nav:after,
  .hero-media .owl-carousel .owl-expand a:after {
    top: 30px;
    bottom: 30px
  }
}

@media (min-width:1440px) {

  .hero-media .owl-carousel .owl-nav,
  .has-booking .hero-media .owl-carousel .owl-nav,
  .page-template-template-no-content.has-booking .hero-media .owl-carousel .owl-nav,
  .hero-media .owl-carousel .owl-expand,
  .has-booking .hero-media .owl-carousel .owl-expand,
  .page-template-template-no-content.has-booking .panorama360 .panorama-controls {
    right: 900px
  }

  .hero-has-nav .hero-media .owl-carousel .owl-expand {
    right: 1020px
  }

  .hero-has-nav.has-booking .hero-media .owl-carousel .owl-expand {
    right: 1023px
  }

  .hero-media .owl-carousel .owl-nav .owl-prev {
    padding-right: 6px
  }

  .hero-media .owl-carousel .owl-nav .owl-next {
    padding-left: 6px
  }
}

@media (min-width:1600px) {

  .hero-media .owl-carousel .owl-nav,
  .has-booking .hero-media .owl-carousel .owl-nav,
  .page-template-template-no-content.has-booking .hero-media .owl-carousel .owl-nav,
  .hero-media .owl-carousel .owl-expand,
  .has-booking .hero-media .owl-carousel .owl-expand,
  .page-template-template-no-content.has-booking .panorama360 .panorama-controls {
    right: 990px
  }

  .hero-has-nav .hero-media .owl-carousel .owl-expand {
    right: 1110px
  }

  .hero-has-nav.has-booking .hero-media .owl-carousel .owl-expand {
    right: 1113px
  }
}

@media (min-width:1860px) {

  .hero-media .owl-carousel .owl-nav,
  .has-booking .hero-media .owl-carousel .owl-nav,
  .page-template-template-no-content.has-booking .hero-media .owl-carousel .owl-nav,
  .hero-media .owl-carousel .owl-expand,
  .hero-has-nav.has-booking .hero-media .owl-carousel .owl-expand,
  .has-booking .hero-media .owl-carousel .owl-expand,
  .page-template-template-no-content.has-booking .panorama360 .panorama-controls {
    right: 55%
  }

  .hero-has-nav .hero-media .owl-carousel .owl-expand {
    margin-right: 59px
  }

  .hero-has-nav.has-booking .hero-media .owl-carousel .owl-expand {
    margin-right: 123px
  }
}

.page-template-template-no-content .panorama360 .panorama-controls {
  display: none
}

.page-template-template-no-content .panorama360 .panorama-title {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  bottom: auto;
  margin-top: -2rem;
  background-color: transparent;
  color: #000;
  font-size: 2.441em;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 0;
  opacity: 1;
  pointer-events: none
}

@media (min-width:768px) {
  .page-template-template-no-content .panorama360 .panorama-title {
    left: 50px;
    right: 50px
  }
}

@media (min-width:1440px) {
  .page-template-template-no-content .panorama360 .panorama-title {
    left: 80px;
    right: 80px
  }
}

@media (min-width:1860px) {
  .page-template-template-no-content .panorama360 .panorama-title {
    left: 100px;
    right: 100px
  }
}

@media (max-width:991px) and (min-height:767px) {
  .page-template-template-no-content.has-booking .panorama360 .panorama-title {
    margin-top: -9rem
  }
}

@media (min-width:992px) and (min-height:568px) {
  .page-template-template-no-content .panorama360 .panorama-title {
    margin-top: -3rem
  }

  .page-template-template-no-content.has-booking .panorama360 .panorama-title {
    margin-top: -5rem
  }
}

@media (min-width:576px) and (min-height:567px) {
  .page-template-template-no-content .panorama360 .panorama-title {
    font-size: 3.052em;
    text-align: left;
    padding-right: 20%
  }
}

@media (min-width:768px) and (max-height:568px) {
  .page-template-template-no-content .panorama360 .panorama-title {
    text-align: left;
    padding-right: 20%
  }
}

@media (min-width:992px) and (min-height:720px) {
  .page-template-template-no-content .panorama360 .panorama-title {
    padding-right: 30%
  }
}

@media (min-width:1200px) and (min-height:640px) {
  .page-template-template-no-content .panorama360 .panorama-title {
    padding-right: 40%
  }
}

@media (min-width:1440px) {
  .page-template-template-no-content .panorama360 .panorama-title {
    padding-right: 45%
  }
}

@media (min-width:1860px) {
  .page-template-template-no-content .panorama360 .panorama-title {
    padding-right: 50%
  }
}

@media (min-width:1200px) {
  .page-template-template-no-content .panorama360 .panorama-controls {
    display: block;
    position: absolute;
    background-color: #fff
  }

  .page-template-template-no-content .panorama360 .panorama-controls a {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    text-decoration: none;
    opacity: 1
  }
}

.hero-media {
  background-color: #f2f2f2;
  z-index: 1;
  height: 300px
}

.no-hero-media .hero-media {
  display: none
}

.has-booking .hero-media {
  height: 568px
}

@media (min-width:576px) {
  .has-booking .hero-media {
    height: 603px
  }
}

.page-template-template-no-content .hero-media,
.hero-media .map {
  height: 100%
}

.hero-media .map {
  z-index: 1
}

.hero-media .overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, .8)));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 70%);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 70%);
  pointer-events: none
}

.no-hero-media .hero-media .overlay {
  display: none
}

@media (max-width:782px) {
  .admin-bar .hero-media .overlay {
    margin-top: 46px
  }
}

@media (max-width:991px) {
  .admin-bar .hero-media .overlay {
    margin-top: 32px
  }
}

@media (min-width:768px) {
  .hero-media {
    height: 400px
  }

  .page-template-template-no-content .hero-media {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%
  }
}

@media (min-width:992px) {

  .hero-media,
  .hero-media .owl-carousel {
    position: fixed;
    top: 0;
    left: 0;
    right: 50%;
    width: auto
  }

  .admin-bar .hero-media,
  .admin-bar .hero-media .owl-carousel {
    top: 32px
  }

  .hero-media,
  .has-booking .hero-media,
  .hero-media .owl-carousel,
  .has-booking .hero-media .owl-carousel {
    height: auto;
    bottom: 0
  }

  .expanded-hero.expanded-hero-completed .hero-media,
  .expanded-hero.expanded-hero-completed .hero-media .owl-carousel,
  .page-template-template-no-content .hero-media,
  .page-template-template-no-content .hero-media .owl-carousel {
    right: 0
  }

  .hero-media .overlay {
    height: 260px
  }
}

@media (min-width:1200px) {

  .hero-media,
  .hero-media .owl-carousel {
    right: 720px
  }
}

@media (min-width:1320px) {

  .hero-media,
  .hero-media .owl-carousel {
    right: 810px
  }
}

@media (min-width:1440px) {

  .hero-media,
  .hero-media .owl-carousel {
    right: 900px
  }

  .hero-media .overlay {
    height: 280px
  }
}

@media (min-width:1600px) {

  .hero-media,
  .hero-media .owl-carousel {
    right: 990px
  }
}

@media (min-width:1860px) {

  .hero-media,
  .hero-media .owl-carousel {
    right: 55%
  }
}

.hero-media .text {
  position: absolute;
  display: none;
  top: 80px;
  left: 15px;
  right: 15px;
  bottom: 294px
}

.page-template-template-no-content .hero-media .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:575px) and (min-height:567px) {
  .hero-media .text {
    bottom: 294px
  }
}

@media (min-width:576px) and (max-width:767px) and (min-height:567px) {
  .hero-media .text {
    bottom: 219px
  }
}

@media (min-width:768px) and (max-width:991px) and (min-height:567px) {
  .hero-media .text {
    bottom: 264px
  }
}

@media (max-width:767px) and (max-height:568px) {
  .hero-media .text {
    bottom: 81px
  }
}

@media (min-width:768px) and (max-width:991px) and (max-height:767px) {
  .hero-media .text {
    bottom: 120px
  }
}

@media (min-width:768px) {
  .hero-media .text {
    top: 110px;
    left: 50px;
    right: 50px
  }
}

@media (min-width:992px) {
  .hero-media .text {
    top: 0;
    bottom: 0
  }
}

@media (min-width:1440px) {
  .hero-media .text {
    left: 80px;
    right: 80px
  }
}

@media (min-width:1860px) {
  .hero-media .text {
    left: 100px;
    right: 100px
  }
}

.hero-media h2 {
  font-size: 2.441em;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
  width: 100%
}

@media (min-width:576px) and (min-height:430px) {
  .hero-media h2 {
    font-size: 3.052em;
    text-align: left;
    padding-right: 10%
  }
}

@media (min-width:768px) and (max-height:568px) {
  .hero-media h2 {
    text-align: left;
    padding-right: 25%
  }
}

@media (min-width:992px) and (min-height:720px) {
  .hero-media h2 {
    padding-right: 30%
  }
}

@media (min-width:1200px) and (min-height:640px) {
  .hero-media h2 {
    padding-right: 40%
  }
}

@media (min-width:1440px) {
  .hero-media h2 {
    padding-right: 48%
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.hero-media .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear
}

.hero-media .owl-loaded~.loading-spinner {
  display: none;
  -webkit-animation: none;
  animation: none
}

.hero-media .loading-spinner,
.hero-media .icon-loading {
  width: 24px;
  height: 24px
}

.hero-media .icon-loading {
  fill: #bbb;
  fill: rgba(0, 0, 0, .2)
}

@media (min-width:992px) {
  .admin-bar .hero-media .loading-spinner {
    margin-top: 20px
  }
}

#identity {
  position: absolute;
  z-index: 8;
  top: 30px;
  right: 80px;
  left: 15px
}

.admin-bar #identity {
  margin-top: 32px
}

@media (min-width:992px) {
  .page-template-template-accommodations:not(.mobile-menu-opened):not(.navbar-sticky) #identity {
    margin-top: 0
  }
}

@media (min-width:992px) and (max-width:1199px) {

  .admin-bar.page-template-template-full-page:not(.mobile-menu-opened) #identity,
  .admin-bar.page-template-template-accommodations:not(.mobile-menu-opened) #identity,
  .admin-bar.no-hero-media:not(.mobile-menu-opened) #identity {
    margin-top: 0
  }
}

@media (max-width:782px) {
  .admin-bar #identity {
    margin-top: 46px
  }
}

@media (min-width:576px) {
  #identity {
    right: 255px
  }
}

@media (min-width:768px) {
  #identity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50px;
    left: 50px;
    right: 290px;
    max-width: 50vw
  }

  .page-template-template-no-content #identity {
    position: fixed
  }
}

@media (min-width:992px) {
  #identity {
    position: fixed;
    right: 50%
  }

  .page-template-template-full-page #identity,
  .page-template-template-accommodations #identity,
  .no-hero-media #identity {
    position: absolute
  }

  .page-template-template-full-page.mobile-menu-opened:not(.navbar-sticky) #identity,
  .no-hero-media.mobile-menu-opened:not(.navbar-sticky) #identity {
    position: fixed
  }
}

@media (min-width:1200px) {
  #identity {
    right: 720px
  }

  .page-template-template-full-page.navbar-sticky #identity,
  .page-template-template-accommodations.navbar-sticky #identity,
  .no-hero-media.navbar-sticky #identity {
    position: fixed
  }
}

@media (min-width:1320px) {
  #identity {
    right: 810px
  }
}

@media (min-width:1440px) {
  #identity {
    top: 70px;
    left: 80px;
    right: 900px
  }
}

@media (min-width:1600px) {
  #identity {
    right: 990px
  }
}

@media (min-width:1860px) {
  #identity {
    left: 100px;
    right: 55%
  }
}

#identity h1 {
  line-height: 1;
  margin-bottom: 0
}

#identity .text {
  line-height: 50px
}

#identity a,
#identity a img {
  display: inline-block
}

#identity .languages {
  margin-top: 15px;
  font-size: 0;
  visibility: hidden;
  opacity: 0
}

@media (min-width:768px) {
  #identity .languages {
    margin-top: 10px;
    visibility: visible;
    opacity: 1
  }
}

@media (min-width:1320px) {
  #identity .languages {
    margin-top: 5px
  }
}

.mobile-menu-opened #identity .languages {
  visibility: visible;
  opacity: 1
}

#identity .languages ul {
  position: relative;
  list-style: none;
  margin-bottom: 0
}

@media (min-width:768px) {
  #identity .languages ul {
    margin-left: 30px;
    padding-left: 50px
  }

  #identity .languages ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 3px;
    width: 30px;
    background-color: #efefef;
    background-color: rgba(0, 0, 0, .07)
  }
}

@media (min-width:1320px) {
  #identity .languages ul {
    padding-left: 70px
  }

  #identity .languages ul:before {
    width: 50px
  }
}

#identity .languages ul li {
  padding-left: 0;
  display: inline-block
}

#identity .languages a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  color: inherit
}

#identity .languages .current-menu-item a {
  font-weight: 700
}

@media (max-width:767px) {
  #identity .languages a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #efefef;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
  }

  #identity .languages a:hover,
  #identity .languages a:focus {
    background-color: #000;
    color: #fff
  }

  #identity .languages .current-menu-item a {
    background-color: #ffd40d;
    color: initial
  }
}

@media (min-width:768px) {
  #identity .languages a {
    position: relative;
    padding: 5px 10px
  }

  #identity .languages a:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 10px;
    background-color: transparent;
    pointer-events: none;
    -webkit-transition: background .3s, bottom .3s;
    -o-transition: background .3s, bottom .3s;
    transition: background .3s, bottom .3s
  }

  #identity .languages a:hover:after,
  #identity .languages a:focus:after {
    bottom: 6px;
    background-color: #efefef;
    background-color: rgba(0, 0, 0, .07)
  }

  #identity .languages .current-menu-item a:after {
    bottom: 8px;
    background-color: #ffd40d
  }
}

@media (min-width:1320px) {
  #identity .languages a {
    padding: 10px 15px
  }

  #identity .languages a:after {
    left: 15px;
    right: 15px;
    bottom: 0
  }

  #identity .languages a:hover:after,
  #identity .languages a:focus:after,
  #identity .languages .current-menu-item a:after {
    bottom: 13px
  }
}

.site-menu-toggle {
  position: absolute;
  z-index: 7;
  top: 30px;
  right: 15px
}

.admin-bar .site-menu-toggle {
  margin-top: 32px
}

@media (min-width:992px) {
  .admin-bar.page-template-template-accommodations:not(.mobile-menu-opened):not(.navbar-sticky) .site-menu-toggle {
    margin-top: 0
  }
}

@media (min-width:992px) and (max-width:1199px) {

  .admin-bar.page-template-template-full-page:not(.mobile-menu-opened) .site-menu-toggle,
  .admin-bar.page-template-template-accommodations:not(.mobile-menu-opened) .site-menu-toggle,
  .admin-bar.no-hero-media:not(.mobile-menu-opened) .site-menu-toggle {
    margin-top: 0
  }
}

@media (max-width:782px) {
  .admin-bar .site-menu-toggle {
    margin-top: 46px
  }
}

@media (min-width:768px) {
  .site-menu-toggle {
    top: 50px;
    right: 50px
  }

  .mobile-menu-opened .site-menu-toggle {
    z-index: 10
  }
}

@media (min-width:1200px) {
  .site-menu-toggle {
    display: none
  }

  .has-additional-menu-content .site-menu-toggle {
    position: absolute;
    display: block
  }

  .navbar-sticky.has-additional-menu-content .site-menu-toggle {
    position: fixed
  }
}

@media (min-width:1440px) {
  .site-menu-toggle {
    top: 70px;
    right: 80px
  }
}

@media (min-width:1860px) {
  .site-menu-toggle {
    right: 100px
  }
}

.site-menu-toggle a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s
}

.page-template-template-full-page .site-menu-toggle a,
.page-template-template-accommodations .site-menu-toggle a,
.no-hero-media .site-menu-toggle a {
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .07)
}

@media (min-width:992px) {
  .site-menu-toggle a {
    background-color: #efefef;
    background-color: rgba(0, 0, 0, .07)
  }

  .expanded-hero .site-menu-toggle a,
  .page-template-template-no-content .site-menu-toggle a {
    background-color: #fff
  }
}

.site-menu-toggle a:focus {
  outline: 0
}

.site-menu-toggle a:hover,
.site-menu-toggle a:focus,
.mobile-menu-opened .site-menu-toggle a:hover,
.mobile-menu-opened .site-menu-toggle a:focus {
  background-color: #000
}

.mobile-menu-opened .site-menu-toggle a {
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .07)
}

@media (min-width:1200px) {
  .mobile-menu-opened .site-menu-toggle a {
    background-color: #000;
    -webkit-box-shadow: 0 0 20px 5px #fff;
    box-shadow: 0 0 20px 5px #fff
  }

  .mobile-menu-opened .site-menu-toggle a .icon {
    fill: #fff
  }
}

.site-menu-toggle a .icon {
  width: 24px;
  height: 24px;
  fill: #000;
  margin-top: -2px;
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s
}

@media (min-width:992px) {
  .site-menu-toggle a .icon {
    margin-top: -2px
  }
}

.site-menu-toggle a .icon:first-child,
.mobile-menu-opened .site-menu-toggle a .icon:last-of-type {
  display: inline-block
}

.mobile-menu-opened .site-menu-toggle a .icon:first-child,
.site-menu-toggle a .icon:last-of-type {
  display: none
}

.site-menu-toggle a:hover .icon,
.site-menu-toggle a:focus .icon,
.mobile-menu-opened .site-menu-toggle a:hover .icon,
.mobile-menu-opened .site-menu-toggle a:focus .icon {
  fill: #fff
}

.nav-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.nav-menu .menu-item-has-children {
  position: relative
}

.nav-menu a {
  color: inherit;
  text-decoration: none;
  font-weight: 400
}

.nav-menu .current-menu-item>a {
  font-weight: 700
}

@media (max-width:575px) {
  .admin-bar #site-menu {
    margin-top: 46px
  }
}

@media (max-width:1199px) {
  #site-menu {
    position: absolute;
    z-index: 6;
    top: 156px;
    left: 0;
    right: 0;
    background-color: #fff;
    visibility: hidden;
    opacity: 0
  }

  .mobile-menu-opened #site-menu {
    z-index: 9;
    visibility: visible;
    opacity: 1
  }

  #site-menu .nav-menu {
    border-bottom: 1px solid #efefef;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    margin-bottom: 15px
  }

  .nav-menu li {
    border-top: 1px solid #efefef;
    border-top: 1px solid rgba(0, 0, 0, .07)
  }

  .nav-menu a {
    display: block;
    padding: 10px 15px
  }

  .nav-menu ul ul a {
    padding-left: 30px
  }

  .nav-menu ul ul ul a {
    padding-left: 45px
  }

  .nav-menu ul ul ul ul a {
    padding-left: 60px
  }

  .nav-menu ul ul ul ul ul a {
    padding-left: 75px
  }

  .nav-menu .current-menu-item>a {
    background-color: #efefef;
    background-color: rgba(0, 0, 0, .05)
  }

  .nav-menu .menu-item-has-children>a:first-child {
    padding-right: 35px
  }

  .nav-menu .current-menu-item>.menu-expand {
    background-color: transparent
  }

  .nav-menu .menu-expand {
    position: absolute;
    top: 0;
    right: 0
  }

  .nav-menu .menu-item-has-children .menu-expand {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
  }

  .no-js .nav-menu .menu-item-has-children .menu-expand {
    display: none
  }

  .nav-menu .menu-item-has-children .menu-expand .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -3px;
    fill: #000
  }

  .nav-menu .menu-item-has-children ul {
    display: none
  }

  .nav-menu .menu-item-has-children.collapse>ul,
  .touchevents .nav-menu .menu-item-has-children.hover>ul {
    display: block
  }
}

@media (min-width:768px) and (max-width:1199px) {
  #site-menu {
    top: 170px;
    left: auto;
    right: 50px;
    bottom: 0;
    width: 350px;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0
  }

  .admin-bar #site-menu {
    top: 192px
  }

  .mobile-menu-opened #site-menu {
    visibility: visible;
    opacity: 1;
    margin-bottom: 50px;
    bottom: auto;
    overflow: auto
  }

  #site-menu .nav-menu {
    margin-bottom: 0
  }
}

@media (min-width:1200px) {
  #site-menu {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 720px;
    height: 140px;
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
  }

  .navbar-sticky #site-menu,
  .mobile-menu-opened:not(.navbar-sticky) #site-menu {
    position: fixed
  }

  .admin-bar #site-menu {
    top: 32px
  }

  .admin-bar.page-template-template-accommodations:not(.mobile-menu-opened):not(.navbar-sticky) #site-menu {
    top: 0
  }

  .page-template-template-full-page #site-menu,
  .page-template-template-accommodations #site-menu,
  .no-hero-media #site-menu {
    padding-left: 35%;
    width: 100%
  }

  .page-template-template-no-content #site-menu,
  .expanded-hero-start #site-menu,
  .expanded-hero #site-menu {
    background: 0 0
  }

  .nav-menu {
    position: relative;
    margin-top: 11px;
    width: 100%;
    text-align: right
  }

  .has-additional-menu-content .nav-menu:after {
    content: '';
    position: absolute;
    right: 130px;
    top: 50%;
    margin-top: -1px;
    height: 3px;
    width: 30px;
    background-color: #efefef;
    background-color: rgba(0, 0, 0, .07)
  }

  .nav-menu ul {
    padding-right: 50px
  }

  .has-additional-menu-content .nav-menu>ul {
    padding-right: 180px
  }

  .nav-menu li {
    display: inline-block
  }

  .nav-menu a {
    display: inline-block;
    padding: 5px 10px
  }

  .nav-menu .menu-expand {
    display: none
  }

  .nav-menu>ul>li>a,
  .nav-menu>ul>li>a {
    position: relative
  }

  .nav-menu>ul>li>a:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 10px;
    background-color: transparent;
    pointer-events: none;
    -webkit-transition: background .3s, bottom .3s;
    -o-transition: background .3s, bottom .3s;
    transition: background .3s, bottom .3s
  }

  .nav-menu>ul>li>a:hover:after,
  .nav-menu>ul>li.hover>a:after,
  .nav-menu>ul>li>a:focus:after {
    bottom: 6px;
    background-color: #efefef;
    background-color: rgba(0, 0, 0, .07)
  }

  .nav-menu .current-menu-parent>a {
    font-weight: 700
  }

  #site-menu .nav-menu>ul>.current-menu-item>a:after,
  #site-menu .nav-menu>ul>.current-menu-parent>a:after {
    bottom: 8px;
    background-color: #ffd40d
  }

  .nav-menu .menu-item-has-children ul {
    visibility: hidden;
    position: absolute;
    z-index: 97;
    top: 100%;
    right: 50%;
    width: 15rem;
    margin-right: -7.5rem;
    padding-top: 20px;
    padding-right: 0;
    font-size: .9rem;
    text-align: center;
    opacity: 0;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .07);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .07)
  }

  .nav-menu .menu-item-has-children ul:hover {
    z-index: 98
  }

  .no-touchevents .nav-menu .menu-item-has-children:hover>ul,
  .nav-menu .menu-item-has-children.hover>ul {
    visibility: visible;
    padding-top: 10px;
    opacity: 1
  }

  .nav-menu .menu-item-has-children .menu-item-has-children>ul {
    top: -1rem;
    left: auto;
    right: 100%;
    margin: 0;
    padding-top: 0;
    font-size: 1em
  }

  .nav-menu .menu-item-has-children .menu-item-has-children:first-child>ul {
    top: 0;
    padding-top: 0
  }

  .no-touchevents .nav-menu .menu-item-has-children .menu-item-has-children:hover>ul,
  .nav-menu .menu-item-has-children .menu-item-has-children.hover>ul {
    padding-top: 0
  }

  .nav-menu .menu-item-has-children li {
    display: block;
    background-color: #ffd40d
  }

  .nav-menu .menu-item-has-children li:first-child {
    padding-top: 1rem
  }

  .nav-menu .menu-item-has-children li:last-child {
    padding-bottom: 1rem
  }

  .nav-menu .menu-item-has-children li a {
    display: block;
    margin: 0
  }

  .nav-menu .menu-item-has-children li .menu-expand {
    display: none
  }
}

@media (min-width:1320px) {
  #site-menu {
    width: 810px
  }

  .has-additional-menu-content .nav-menu>ul {
    padding-right: 200px
  }

  .has-additional-menu-content .nav-menu:after {
    width: 50px
  }

  .nav-menu a {
    padding: 10px 15px
  }

  .nav-menu>ul>li>a:after {
    left: 15px;
    right: 15px;
    bottom: 0
  }

  .nav-menu>ul>li>a:hover:after,
  .nav-menu>ul>li.hover>a:after,
  .nav-menu>ul>li>a:focus:after,
  #site-menu .nav-menu>ul>.current-menu-item>a:after,
  #site-menu .nav-menu>ul>.current-menu-parent>a:after {
    bottom: 13px
  }
}

@media (min-width:1440px) {
  #site-menu {
    width: 900px;
    height: 150px;
    padding-left: 80px
  }

  .nav-menu {
    margin-top: 41px
  }

  .nav-menu ul {
    padding-right: 80px
  }

  .has-additional-menu-content .nav-menu>ul {
    padding-right: 230px
  }

  .has-additional-menu-content .nav-menu:after {
    right: 160px
  }
}

@media (min-width:1600px) {
  #site-menu {
    width: 990px
  }
}

@media (min-width:1860px) {
  #site-menu {
    width: 55%;
    padding-left: 100px
  }

  .nav-menu ul {
    padding-right: 100px
  }

  .has-additional-menu-content .nav-menu>ul {
    padding-right: 250px
  }

  .has-additional-menu-content .nav-menu:after {
    right: 180px
  }
}

#social-profiles {
  position: absolute;
  z-index: 9;
  top: 94px;
  right: 0;
  font-size: 0;
  visibility: hidden;
  opacity: 0
}

@media (min-width:576px) {

  #social-profiles,
  .mobile-menu-opened #social-profiles {
    visibility: visible;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.admin-bar #social-profiles {
  margin-top: 32px
}

@media (min-width:992px) and (max-width:1199px) {

  .admin-bar.page-template-template-full-page:not(.mobile-menu-opened) #social-profiles,
  .admin-bar.page-template-template-accommodations:not(.mobile-menu-opened) #social-profiles,
  .admin-bar.no-hero-media:not(.mobile-menu-opened) #social-profiles {
    margin-top: 0
  }
}

@media (max-width:782px) {
  .admin-bar #social-profiles {
    margin-top: 46px
  }
}

.mobile-menu-opened #social-profiles {
  right: 15px;
  visibility: visible;
  opacity: 1
}

@media (min-width:576px) {

  #social-profiles,
  .mobile-menu-opened #social-profiles {
    top: 30px;
    right: 75px
  }

  .no-top-menu #social-profiles {
    right: 15px
  }
}

@media (min-width:768px) {

  #social-profiles,
  .mobile-menu-opened #social-profiles {
    top: 50px;
    right: 110px
  }

  .no-top-menu #social-profiles {
    right: 50px
  }
}

@media (min-width:1200px) {

  #social-profiles,
  .mobile-menu-opened #social-profiles {
    position: fixed;
    top: auto;
    right: auto;
    left: 50px;
    bottom: 15px
  }

  .no-top-menu #social-profiles {
    right: auto
  }

  .mobile-menu-opened #social-profiles {
    z-index: 7
  }

  .page-template-template-full-page #social-profiles,
  .page-template-template-accommodations #social-profiles,
  .no-hero-media #social-profiles {
    position: absolute;
    bottom: 27px
  }

  .page-template-template-full-page.mobile-menu-opened #social-profiles,
  .page-template-template-accommodations.mobile-menu-opened #social-profiles,
  .no-hero-media.mobile-menu-opened #social-profiles {
    visibility: hidden;
    opacity: 0
  }

  #social-profiles {
    max-width: 190px
  }

  .page-template-template-full-page #social-profiles,
  .page-template-template-accommodations #social-profiles,
  .no-hero-media #social-profiles {
    max-width: 300px
  }
}

@media (min-width:1320px) {

  #social-profiles,
  .mobile-menu-opened #social-profiles {
    bottom: 20px
  }
}

@media (min-width:1440px) {

  #social-profiles,
  .mobile-menu-opened #social-profiles {
    left: 80px
  }

  #social-profiles {
    max-width: 240px
  }

  .has-booking #social-profiles {
    max-width: 190px
  }
}

@media (min-width:1600px) {

  #social-profiles,
  .has-booking #social-profiles {
    max-width: 300px
  }

  .page-template-template-full-page #social-profiles,
  .page-template-template-accommodations #social-profiles,
  .no-hero-media #social-profiles {
    bottom: 57px
  }
}

@media (min-width:1860px) {

  #social-profiles,
  .mobile-menu-opened #social-profiles {
    left: 100px
  }
}

.social-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.social-menu li,
.social-menu a,
.social-menu a .icon {
  display: inline-block
}

.social-menu a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
  text-decoration: none;
  text-align: center;
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .07);
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s
}

@media (min-width:576px) {
  .social-menu a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    background-color: #fff
  }

  .social-menu li:first-child>a {
    margin-left: 0
  }

  .mobile-menu-opened .social-menu a,
  .page-template-template-full-page .social-menu a,
  .page-template-template-accommodations .social-menu a,
  .no-hero-media .social-menu a,
  .page-template-template-no-content.mobile-menu-opened .social-menu a {
    background-color: #efefef
  }

  .expanded-hero .social-menu a,
  .page-template-template-no-content .social-menu a {
    background-color: #fff
  }
}

@media (min-width:1200px) {

  .social-menu a,
  .social-menu li:first-child>a {
    margin: 0 10px 10px 0
  }
}

.social-menu a:hover,
.social-menu a:focus,
.mobile-menu-opened .social-menu a:hover,
.mobile-menu-opened .social-menu a:focus,
.page-template-template-no-content .social-menu a:hover,
.page-template-template-no-content .social-menu a:focus {
  background-color: #000
}

.social-menu a:focus {
  outline: 0
}

.social-menu a .icon {
  width: 18px;
  height: 18px;
  fill: #000;
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s
}

@media (min-width:768px) {
  .social-menu a .icon {
    width: 24px;
    height: 24px
  }
}

.social-menu a:hover .icon,
.social-menu a:focus .icon,
.mobile-menu-opened .social-menu a:hover .icon,
.mobile-menu-opened .social-menu a:focus .icon,
.page-template-template-no-content .social-menu a:hover .icon,
.page-template-template-no-content .social-menu a:focus .icon {
  fill: #fff
}

@media (min-width:992px) {
  .social-menu a {
    background-color: #efefef;
    background-color: rgba(0, 0, 0, .07)
  }

  .page-template-template-no-content .social-menu a {
    background-color: #fff
  }
}

@media (min-width:1200px) {
  .social-menu a {
    background-color: #fff
  }
}

.additional-menu-content {
  position: absolute;
  z-index: 9;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding: 0 15px 15px
}

@media (max-width:1199px) {
  .additional-menu-content {
    left: 0;
    width: 100%;
    background-color: #fff
  }
}

.mobile-menu-opened .additional-menu-content {
  bottom: auto;
  overflow-y: auto;
  visibility: visible;
  opacity: 1
}

@media (min-width:768px) {
  .additional-menu-content {
    left: auto;
    right: 50px;
    width: 350px;
    padding: 30px 0
  }
}

@media (min-width:1200px) {
  .additional-menu-content {
    display: block;
    position: absolute;
    z-index: 9;
    top: 170px;
    right: 50px;
    width: 320px;
    margin-right: -320px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0
  }

  .admin-bar .additional-menu-content {
    top: 182px
  }

  .mobile-menu-opened .additional-menu-content {
    margin-right: 0
  }
}

@media (min-width:1440px) {
  .additional-menu-content {
    top: 190px;
    right: 80px;
    width: 380px;
    margin-right: -380px;
    margin-bottom: 80px
  }

  .admin-bar .additional-menu-content {
    top: 222px
  }
}

.menu-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0
}

@media (min-width:768px) {
  .menu-overlay {
    position: fixed;
    z-index: 8;
    left: auto;
    right: -450px;
    width: 450px
  }

  .admin-bar .menu-overlay {
    top: 32px
  }

  .mobile-menu-opened .menu-overlay {
    z-index: 8
  }

  .menu-overlay:before {
    content: '';
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    cursor: pointer
  }

  .mobile-menu-opened .menu-overlay:before {
    right: 450px;
    visibility: visible;
    opacity: 1
  }
}

@media (min-width:1440px) {
  .menu-overlay {
    right: -540px;
    width: 540px
  }

  .mobile-menu-opened .menu-overlay:before {
    right: 540px
  }
}

.mobile-menu-opened .menu-overlay {
  visibility: visible;
  opacity: 1
}

@media (min-width:768px) {
  .mobile-menu-opened .menu-overlay {
    right: 0
  }
}

.booking-form {
  position: absolute;
  z-index: 4;
  left: 15px;
  right: 15px;
  top: 317px;
  background-color: #fff
}

.page-template-template-no-content .booking-form {
  top: auto;
  bottom: 15px
}

@media (max-width:991px) {
  .no-hero-media .booking-form {
    display: none
  }
}

@media (min-width:576px) {
  .booking-form {
    top: 352px
  }
}

@media (min-width:768px) {
  .booking-form {
    left: 50px;
    top: 317px;
    right: auto;
    width: 520px
  }

  .page-template-template-no-content .booking-form {
    bottom: 50px
  }
}

@media (min-width:992px) {
  .booking-form {
    position: fixed;
    left: 173px;
    right: 0;
    width: auto;
    -webkit-box-shadow: 15px 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 15px 0 20px 0 rgba(0, 0, 0, .1)
  }

  .booking-form,
  .page-template-template-no-content .booking-form {
    top: auto;
    bottom: 0
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .booking-form.full-width {
    left: 70px
  }

  .page-template-template-no-content.hero-has-nav .booking-form {
    left: 103px
  }

  .page-template-template-no-content .booking-form.full-width,
  .no-hero-media .booking-form.full-width {
    left: 0
  }
}

@media (min-width:1200px) {
  .booking-form {
    left: auto;
    width: 720px
  }
}

@media (min-width:1320px) {
  .booking-form {
    width: 810px
  }
}

@media (min-width:1440px) {
  .booking-form {
    width: 900px
  }
}

@media (min-width:1600px) {
  .booking-form {
    width: 990px
  }
}

@media (min-width:1860px) {
  .booking-form {
    width: 55%
  }
}

.booking-form form {
  font-size: 16px
}

.booking-form form,
.booking-form form input,
.booking-form form button {
  margin-bottom: 0
}

@media (min-width:992px) {
  .booking-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}

.booking-form form .field {
  position: relative;
  padding: 15px
}

@media (max-width:991px) and (max-height:766px) {
  .page-template-template-no-content .booking-form form .field {
    display: none
  }
}

@media (min-width:992px) {
  .booking-form form .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
}

@media (min-width:992px) {
  .booking-form form .field {
    padding: 20px
  }
}

@media (min-width:1320px) {
  .booking-form form .field {
    padding: 27px 28px
  }
}

.booking-form form .field-date {
  margin-bottom: 3px
}

.booking-form form .field-number {
  float: left;
  width: 50%
}

.booking-form form .field-number:last-of-type {
  margin-left: 1px
}

@media (max-width:991px) {
  .booking-form form .field-date {
    float: left;
    width: 50%;
    margin-bottom: 0
  }

  .booking-form form .field-date:last-of-type {
    margin-left: 1px
  }
}

@media (min-width:992px) {
  .booking-form form .field-date {
    margin-bottom: 0;
    min-width: 180px
  }

  .booking-form form .field-number {
    float: none;
    max-width: 140px
  }

  .booking-form form .field-number:last-of-type,
  .booking-form form .field-date:last-of-type {
    margin-left: 0
  }
}

@media (min-width:1200px) {
  .booking-form form .field-date {
    min-width: 160px
  }

  .booking-form form .field-number {
    max-width: 120px
  }
}

@media (min-width:1320px) {
  .booking-form form .field-date {
    min-width: 180px
  }

  .booking-form form .field-number {
    max-width: 140px
  }
}

@media (min-width:1440px) {
  .booking-form form .field-date {
    min-width: 190px
  }

  .booking-form form .field-number {
    max-width: 150px
  }
}

@media (min-width:1860px) {
  .booking-form form .field-date {
    min-width: 200px
  }

  .booking-form form .field-number {
    max-width: 180px
  }
}

@media (min-width:2080px) {
  .booking-form form .field-date {
    min-width: 220px;
    min-width: 10vw
  }

  .booking-form form .field-number {
    max-width: 220px;
    max-width: 8vw
  }
}

.booking-form form .field label {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 0
}

@media (min-width:992px) {
  .booking-form form .field label {
    margin-top: 8px;
    margin-bottom: 2px
  }
}

@media (min-width:1320px) {
  .booking-form form .field label {
    margin-top: 6px;
    margin-bottom: 0
  }
}

.booking-form form .field .field-value {
  font-size: 1.0588rem;
  font-weight: 700
}

.booking-form form .field .field-value .short {
  display: none
}

@media (max-width:575px),
(min-width:992px) {
  .booking-form form .field .field-value .short {
    display: inline-block
  }

  .booking-form form .field .field-value .long {
    display: none
  }
}

.booking-form form .field-separator:after {
  content: '';
  position: absolute;
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .07)
}

.booking-form form .field-separator.field-date:after {
  left: 15px;
  right: 15px;
  height: 3px;
  bottom: -3px
}

.booking-form form .field-separator.field-number:after {
  width: 3px;
  top: 15px;
  bottom: 15px;
  right: -1px
}

@media (max-width:991px) {
  .booking-form form .field-separator.field-date:after {
    left: -100%;
    margin-left: 15px
  }

  .booking-form form .field-separator.field-date:first-of-type:after {
    left: auto;
    height: auto;
    width: 3px;
    top: 15px;
    bottom: 0;
    right: -1px
  }

  .booking-form form .field-separator.field-number:after {
    top: 3px
  }
}

@media (min-width:992px) {

  .booking-form form .field-separator:first-child:before,
  .booking-form form .field-separator.field-date:after {
    left: auto;
    height: auto;
    width: 3px
  }

  .booking-form form .field-separator.field-number:after,
  .booking-form form .field-separator.field-date:after {
    top: 20px;
    bottom: 20px;
    right: -1px
  }
}

@media (min-width:1320px) {

  .booking-form form .field-separator.field-number:after,
  .booking-form form .field-separator.field-date:after {
    top: 30px;
    bottom: 30px
  }
}

.booking-form form .field a.with-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  z-index: 1;
  text-decoration: none;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s
}

.booking-form form .field a.with-icon:hover,
.booking-form form .field a.with-icon:focus {
  color: #999;
  color: rgba(0, 0, 0, .5);
  outline: 0
}

.booking-form form .field a.with-icon .icon {
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 1;
  top: 50%;
  right: 16px;
  margin-top: -12px
}

.booking-form form .field-number a.with-icon .icon-chevron-up,
.page-template-template-no-content .booking-form form .field-number a.with-icon .icon-chevron-down {
  display: none
}

.booking-form form .field-number a.with-icon .icon-chevron-down,
.page-template-template-no-content .booking-form form .field-number a.with-icon .icon-chevron-up {
  display: block
}

@media (min-width:992px) {
  .booking-form form .field a.with-icon .icon {
    right: 18px
  }

  .booking-form form .field-number a.with-icon .icon-chevron-down {
    display: none
  }

  .booking-form form .field-number a.with-icon .icon-chevron-up {
    display: block
  }
}

@media (min-width:1200px) {
  .booking-form form .field-number a.with-icon .icon {
    margin-top: -14px
  }
}

@media (min-width:1320px) {
  .booking-form form .field a.with-icon .icon {
    right: 28px
  }
}

@media (min-width:1860px) {
  .booking-form form .field a.with-icon .icon {
    right: 28px
  }
}

.booking-form form .field .dropdown,
.booking-form form .field .Zebra_DatePicker {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  top: 100%;
  margin-top: -10px;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: opacity .2s, visibility .2s, margin .2s;
  -o-transition: opacity .2s, visibility .2s, margin .2s;
  transition: opacity .2s, visibility .2s, margin .2s
}

@media (max-width:575px) {
  .booking-form form .field-checkout .Zebra_DatePicker {
    left: auto;
    right: 0
  }
}

.booking-form form .show-dropdown .dropdown,
.booking-form form .show-dropdown .Zebra_DatePicker {
  margin-top: -2px
}

.page-template-template-no-content .booking-form form .field .dropdown,
.page-template-template-no-content .booking-form form .field .Zebra_DatePicker {
  top: auto;
  margin-top: 0;
  margin-bottom: -18px;
  bottom: 100%;
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .1)
}

.page-template-template-no-content .booking-form form .show-dropdown .dropdown,
.page-template-template-no-content .booking-form form .show-dropdown .Zebra_DatePicker {
  margin-bottom: -10px
}

@media (min-width:992px) {

  .booking-form form .field .dropdown,
  .booking-form form .field .Zebra_DatePicker {
    top: auto;
    margin-top: 0;
    margin-bottom: -18px;
    bottom: 100%;
    -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .1)
  }

  .booking-form form .show-dropdown .dropdown,
  .booking-form form .show-dropdown .Zebra_DatePicker {
    margin-bottom: -10px
  }

  .booking-form form .field .Zebra_DatePicker {
    left: 50%;
    min-width: 300px;
    margin-left: -150px
  }
}

.booking-form form .show-dropdown .dropdown,
.booking-form form .show-dropdown .Zebra_DatePicker {
  visibility: visible;
  opacity: 1
}

.booking-form form .field .dropdown ul {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 0
}

.booking-form form .field .dropdown ul li {
  margin: 0
}

.booking-form form .field .dropdown li a {
  display: block;
  padding: 10px 15px;
  font-weight: 400;
  color: inherit;
  text-decoration: none
}

@media (min-width:992px) {

  .booking-form form .show-dropdown .dropdown,
  .page-template-template-no-content .booking-form form .show-dropdown .dropdown {
    margin-bottom: -10px
  }

  .booking-form form .field .dropdown ul {
    margin-top: 10px;
    margin-bottom: 0
  }

  .booking-form form .field .dropdown li a {
    padding: 10px 20px
  }
}

@media (min-width:1320px) {
  .booking-form form .field .dropdown li a {
    padding: 12px 30px
  }
}

.booking-form form .field .dropdown li a:hover,
.booking-form form .field .dropdown li a:focus {
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .07)
}

.booking-form form .field .dropdown ul .selected a {
  font-weight: 700;
  background-color: #ffd40d
}

.booking-form form button {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-right: 0
}

@media (min-width:992px) {
  .booking-form form button {
    height: 100px;
    line-height: 100px;
    padding: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
}

@media (min-width:1320px) {
  .booking-form form button {
    height: 110px;
    line-height: 110px
  }
}

.content-wrap {
  position: relative;
  z-index: 3;
  padding: 30px 15px;
  background-color: #fff
}

@media (max-width:991px) {
  .content-wrap .entry-content>:last-child {
    margin-bottom: 0
  }
}

.page-template-template-full-page .content-wrap,
.page-template-template-accommodations .content-wrap,
.no-hero-media .content-wrap {
  padding-top: 110px
}

@media (min-width:768px) {
  .content-wrap {
    padding: 50px
  }

  .page-template-template-full-page .content-wrap,
  .page-template-template-accommodations .content-wrap,
  .no-hero-media .content-wrap {
    padding-top: 170px
  }
}

@media (min-width:992px) {
  .content-wrap {
    float: right;
    width: 50%;
    padding-top: 150px
  }

  .no-top-menu.no-social-menu .content-wrap {
    padding-top: 54px
  }

  .admin-bar .content-wrap {
    margin-top: 32px
  }

  .mobile-menu-opened .content-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
  }

  .admin-bar.mobile-menu-opened .content-wrap {
    margin-top: 32px
  }

  .has-booking .content-wrap .entry-copyright {
    margin-bottom: 100px
  }

  .page-template-template-full-page .content-wrap,
  .page-template-template-accommodations .content-wrap,
  .no-hero-media .content-wrap {
    float: none;
    width: 100%;
    margin-bottom: -15px
  }

  .expanded-hero.expanded-hero-completed .content-wrap {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%)
  }
}

@media (min-width:1200px) {
  .content-wrap {
    width: 720px
  }

  .no-top-menu .content-wrap {
    padding-top: 60px
  }

  .no-hero-media.no-top-menu .content-wrap {
    padding-top: 140px
  }

  .page-template-template-full-page .content-wrap,
  .page-template-template-accommodations .content-wrap,
  .no-hero-media .content-wrap {
    margin-bottom: 0;
    padding-bottom: 180px
  }

  .admin-bar.page-template-template-full-page:not(.navbar-sticky) .content-wrap,
  .admin-bar.no-hero-media:not(.navbar-sticky) .content-wrap {
    margin-top: 0
  }

  .page-template-template-full-page .content-wrap,
  .page-template-template-accommodations .content-wrap,
  .no-hero-media .content-wrap,
  .page-template-template-full-page .content-wrap .entry-page,
  .page-template-template-accommodations .content-wrap .entry-page,
  .no-hero-media .content-wrap .entry-page {
    min-height: 100%
  }

  .no-hero-media .content-wrap {
    min-height: 100vh
  }
}

@media (min-width:1320px) {
  .content-wrap {
    width: 810px
  }

  .has-booking .content-wrap .entry-copyright {
    margin-bottom: 110px
  }
}

@media (min-width:1440px) {
  .content-wrap {
    width: 900px;
    padding-top: 190px;
    padding-left: 80px;
    padding-right: 80px
  }

  .no-top-menu.no-social-menu .content-wrap,
  .no-top-menu .content-wrap {
    padding-top: 75px
  }

  .no-hero-media.no-top-menu .content-wrap {
    padding-top: 170px
  }

  .page-template-template-full-page .content-wrap,
  .page-template-template-accommodations .content-wrap,
  .no-hero-media .content-wrap {
    padding-top: 190px
  }
}

@media (min-width:1600px) {
  .content-wrap {
    width: 990px
  }

  .page-template-template-full-page .content-wrap,
  .page-template-template-accommodations .content-wrap,
  .no-hero-media .content-wrap {
    padding-bottom: 240px;
    margin-bottom: 0
  }
}

@media (min-width:1860px) {
  .content-wrap {
    width: 55%;
    padding-left: 100px;
    padding-right: 100px
  }

  .no-top-menu .content-wrap {
    padding-top: 100px
  }
}

.content-wrap .entry-title {
  margin-bottom: 30px
}

.content-wrap .entry-description {
  margin-top: -30px;
  margin-bottom: 30px;
  opacity: .6
}

.content-wrap .entry-description:empty {
  display: none
}

.page-template-template-full-page .content-wrap .entry-title,
.no-hero-media .content-wrap .entry-title {
  margin-top: 30px
}

.no-hero-media .content-wrap .entry-accommodation .entry-title {
  margin-top: 0
}

@media (min-width:992px) and (max-width:1199px) {

  .page-template-template-full-page .content-wrap .entry-title,
  .no-hero-media .content-wrap .entry-title {
    margin-top: 5px
  }
}

@media (min-width:768px) {
  .content-wrap .entry-title {
    margin-bottom: 50px
  }

  .content-wrap .entry-description {
    margin-top: -50px;
    margin-bottom: 50px
  }
}

@media (min-width:1440px) {
  .content-wrap .entry-title {
    margin-bottom: 80px
  }

  .content-wrap .entry-description {
    margin-top: -80px;
    margin-bottom: 80px
  }
}

@media (min-width:1200px) {
  .content-wrap .entry-title:before {
    content: '';
    position: relative;
    float: left;
    top: .55em;
    height: 3px;
    width: 30px;
    margin-right: 20px;
    background-color: #efefef;
    background-color: rgba(0, 0, 0, .07)
  }
}

@media (min-width:1320px) {
  .content-wrap .entry-title:before {
    width: 50px;
    margin-right: 30px
  }
}

.entry-media {
  margin-bottom: 1.25em
}

.entry-media>a,
.outline-border>img,
.outline-border>video {
  position: relative;
  display: inline-block;
  padding: 5px;
  border: 3px solid #efefef;
  border: 3px solid rgba(0, 0, 0, .07);
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s
}

.entry-media>a .icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s
}

@media (min-width:768px) {
  .entry-media a:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    visibility: hidden;
    opacity: 0;
    background-color: #000;
    -webkit-transition: opacity .2s, visibility .2s;
    -o-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s
  }

  .entry-media>a:hover,
  .entry-media>a:focus {
    border-color: #ffd40d
  }

  .entry-media>a:hover:before,
  .entry-media>a:focus:before {
    visibility: visible;
    opacity: .2
  }
}

.entry-accommodation-inner {
  margin-bottom: 30px
}

.entry-accommodation-inner .entry-header {
  position: relative
}

.accommodation-listing .entry-accommodation-inner .entry-header {
  margin-top: -.8rem
}

.entry-accommodation-inner .entry-title {
  margin-bottom: .75rem;
  padding-right: 150px;
  text-indent: 0
}

.entry-accommodation-inner .entry-media {
  margin-bottom: 2rem
}

@media (min-width:768px) {
  .entry-accommodation-inner .entry-title {
    margin-bottom: 1rem
  }
}

.entry-accommodation-inner .entry-title:before {
  content: none
}

.entry-accommodation-inner .entry-title:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50px;
  right: 50px;
  top: .55em;
  height: 3px;
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .07);
  pointer-events: none
}

@media (min-width:576px) {
  .entry-accommodation-inner .entry-title:after {
    top: 1.35rem
  }
}

.entry-accommodation-inner .entry-title a {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 10px;
  background-color: #fff
}

.entry-accommodation-inner .accommodation-features {
  margin-bottom: 1.25em
}

.entry-accommodation-inner .accommodation-features ul {
  list-style: none;
  padding: 0
}

.entry-accommodation-inner .accommodation-features :last-child {
  margin-bottom: 0
}

.entry-accommodation-inner .accommodation-price {
  position: absolute;
  z-index: 2;
  right: 0;
  top: .25rem;
  padding-left: 10px;
  font-size: 2.441rem;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-decoration: none;
  background-color: #fff
}

.entry-accommodation-inner .accommodation-price .currency,
.entry-accommodation-inner .accommodation-price .price {
  position: relative
}

.entry-accommodation-inner .accommodation-price .currency {
  font-size: 1.563rem;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em
}

.entry-accommodation-inner .accommodation-price .price {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd40d), to(#ffd40d));
  background-image: -o-linear-gradient(left, #ffd40d 0%, #ffd40d 100%);
  background-image: linear-gradient(to right, #ffd40d 0%, #ffd40d 100%);
  background-position: 0 65%;
  background-repeat: repeat-x;
  background-size: 100% 10px
}

.entry-accommodation-inner .accommodation-price .price-per {
  font-size: 1rem;
  font-weight: 400;
  line-height: 0;
  vertical-align: baseline
}

.entry-accommodation-inner .form-booking-button,
.entry-accommodation-inner .form-booking-button button,
.entry-accommodation-inner .form-booking-button .button {
  margin-bottom: 0
}

@media (min-width:992px) {
  .entry-accommodation-inner .form-booking-button .button {
    line-height: 1
  }
}

.entry-accommodation-inner .form-booking-button button {
  line-height: 24px
}

@media (max-width:1599px) {
  .entry-accommodation-inner .form-booking-button .button {
    padding-left: 1.5em;
    padding-right: 1.5em
  }
}

@media (min-width:1200px) and (max-width:1319px) {
  .entry-accommodation-inner .form-booking-button button {
    padding-left: 1.5em;
    padding-right: 1.5em
  }
}

.entry-accommodation-inner .entry-media a {
  display: block
}

.entry-accommodation-inner .entry-media a img {
  display: block;
  width: 100%
}

@media (min-width:992px) {
  .entry-accommodation-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 -15px 30px
  }

  .accommodation-listing .entry-accommodation-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 50px
  }

  .entry-accommodation-inner .entry-media,
  .entry-accommodation-inner .entry-header {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .entry-accommodation-inner .entry-media {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
    margin-bottom: 0
  }

  .accommodation-listing .entry-accommodation:nth-child(even) .entry-media {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
  }

  .accommodation-listing .entry-accommodation-inner .entry-header {
    margin-top: 0;
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%
  }

  .accommodation-listing .entry-accommodation:nth-child(odd) .entry-header {
    text-align: right
  }

  .entry-accommodation-inner .entry-title {
    margin-bottom: .5em;
    padding-right: 0
  }

  .single .entry-accommodation-inner .entry-title {
    text-indent: 30px
  }

  .single .entry-accommodation-inner .entry-title a {
    padding-left: 0
  }

  .single .entry-accommodation-inner .entry-title:after {
    left: 15px;
    width: 30px;
    right: auto
  }

  .accommodation-listing .entry-accommodation:nth-child(odd) .entry-title a {
    padding-left: 30px;
    padding-right: 0
  }

  .accommodation-listing .entry-accommodation:nth-child(even) .entry-title a {
    padding-right: 30px
  }

  .entry-accommodation-inner .accommodation-price {
    position: static;
    display: inline-block;
    padding-left: 0
  }

  .entry-accommodation-inner .form-booking-button {
    margin-top: 2rem
  }
}

@media (min-width:1200px) {
  .accommodation-listing .entry-accommodation-inner .entry-media {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%
  }

  .entry-accommodation-inner .entry-media a {
    min-height: 420px;
    overflow: hidden
  }

  .entry-accommodation-inner .entry-media a:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #fff;
    pointer-events: none
  }

  .entry-accommodation-inner .entry-media a img {
    position: absolute;
    margin: auto;
    top: -50px
  }

  .accommodation-listing .entry-accommodation-inner .entry-header {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%
  }
}

@media (min-width:1320px) {
  .single .entry-accommodation-inner .entry-title {
    text-indent: 30px;
    padding-left: 20px
  }

  .single .entry-accommodation-inner .entry-title:after {
    width: 50px
  }
}

@media (min-width:1440px) {
  .accommodation-listing .entry-accommodation-inner {
    margin-bottom: 80px
  }

  .entry-accommodation-inner .entry-media a img {
    top: -100px
  }
}

@media (min-width:1860px) {
  .accommodation-listing .entry-accommodation-inner {
    margin-bottom: 100px
  }

  .entry-accommodation-inner .entry-media a {
    min-height: 450px
  }

  .entry-accommodation-inner .entry-media a img {
    top: -200px
  }
}

.blog-listing .entry-post {
  margin-bottom: 25px;
  border-bottom: 1px dashed #efefef;
  border-bottom: 1px dashed rgba(0, 0, 0, .07)
}

@media (min-width:992px) {
  .blog-listing .entry-post {
    margin-bottom: 50px
  }
}

.blog-listing .entry-post:last-child {
  margin-bottom: 0;
  border-bottom: 0
}

.blog-listing .entry-post .entry-content {
  margin-bottom: 20px
}

.blog-listing .post-password-required .entry-header .meta-data {
  margin-bottom: 24px
}

@media (min-width:992px) {
  .blog-listing .entry-post .entry-content {
    margin-bottom: 46px
  }

  .blog-listing .post-password-required .entry-header .meta-data {
    margin-bottom: 50px
  }
}

.blog-listing .entry-post:last-child .entry-content {
  margin-bottom: 0
}

.blog-listing .entry-post .entry-content p:last-of-type {
  margin-bottom: .65rem
}

.blog-listing .entry-post .entry-media {
  margin-bottom: 1.1rem
}

.blog-listing .entry-post h3 {
  margin-top: 0;
  margin-bottom: .6rem
}

.blog-listing .entry-post h3 .icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: .3rem
}

.blog-listing .entry-post h3 .icon,
.blog-listing .entry-post.sticky h3 .icon {
  top: -.15rem
}

.blog-listing .entry-excerpt:before {
  content: '';
  display: block;
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .07);
  border: 0;
  width: 30px;
  height: 3px;
  margin-bottom: 1.15rem
}

@media (min-width:1320px) {
  .blog-listing .entry-excerpt:before {
    width: 50px
  }
}

.entry-content .read-more {
  position: relative;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase
}

.entry-content .format-link .read-more {
  display: none
}

.entry-content .read-more .icon {
  display: inline-block;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  position: relative;
  top: -2px;
  fill: #de4800;
  -webkit-transition: margin .3s;
  -o-transition: margin .3s;
  transition: margin .3s
}

.entry-content .read-more:hover .icon {
  margin-left: 6px
}

.entry-header .meta-data {
  font-size: .8235rem;
  text-transform: uppercase;
  margin-bottom: 1.1rem
}

.single .entry-header {
  position: relative
}

.single .entry-header .meta-data {
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-right: 100px;
  border-top: 3px solid #efefef;
  border-top: 3px solid rgba(0, 0, 0, .07)
}

@media (min-width:768px) {
  .single .entry-header .meta-data {
    padding-right: 130px
  }
}

@media (min-width:992px) {
  .single .entry-header .meta-data {
    margin-top: 50px;
    padding-top: 50px
  }
}

.entry-header .meta-data,
.entry-header .meta-data a {
  color: #666;
  color: rgba(0, 0, 0, .5)
}

.entry-header .meta-data>span {
  display: block;
  margin-top: .25rem
}

@media (min-width:768px) and (max-width:991px),
(min-width:1200px) {
  .entry-header .meta-data>span {
    display: inline-block;
    margin-top: 0
  }

  .entry-header .meta-data>span.more-then-two {
    display: block
  }

  .no-hero-media .entry-header .meta-data>span.more-then-two {
    display: inline-block
  }

  .entry-header .meta-data>span,
  .no-hero-media .entry-header .meta-data>span.more-then-two {
    margin-right: 1.25rem
  }

  .entry-header .meta-data>span.more-then-two,
  .entry-header .meta-data>.meta-tags {
    margin-right: 0
  }
}

.entry-header .meta-data .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 1;
  vertical-align: -22%;
  fill: #666;
  fill: rgba(0, 0, 0, .5)
}

.entry-header .meta-data .icon-tag,
.entry-header .meta-data .icon-comment,
.entry-header .meta-data .icon-pound {
  vertical-align: -28%
}

.entry-header .meta-data a {
  text-decoration: none;
  font-weight: 400
}

.entry-header .meta-data a:hover,
.entry-header .meta-data a:focus {
  text-decoration: underline;
  color: #444;
  color: rgba(0, 0, 0, .75)
}

.meta-date .updated:not(.published) {
  display: none
}

.share-links {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  margin-bottom: 0
}

.single .entry-header .share-links {
  display: block
}

@media (min-width:768px) {
  .share-links {
    margin-top: 5px
  }
}

.share-links a {
  display: inline-block;
  line-height: 1;
  padding: 7px
}

.entry-header .share-links a .icon-facebook {
  fill: #4267b2
}

.entry-header .share-links a .icon-twitter {
  fill: #1da1f2
}

.entry-header .share-links a .icon-pinterest {
  fill: #bd081c
}

@media (min-width:768px) {
  .entry-header .meta-data .share-links a svg {
    width: 24px;
    height: 24px;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s
  }

  .entry-header .meta-data .share-links a:hover svg,
  .entry-header .meta-data .share-links a:focus svg {
    fill: #000
  }
}

.post-controls {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 3px solid #efefef;
  border-top: 3px solid rgba(0, 0, 0, .07)
}

.post-controls h4 {
  margin-top: .8rem;
  margin-bottom: 0
}

.post-controls .next-post {
  margin-top: 30px
}

.post-controls .next-post>a,
.post-controls .prev-post>a {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  opacity: .5;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.post-controls .next-post>a:hover,
.post-controls .prev-post>a:hover {
  opacity: 1
}

.post-controls .next-post>a:hover {
  margin-left: -3px
}

.post-controls .prev-post>a:hover {
  margin-right: -3px
}

.post-controls .next-post>a .icon,
.post-controls .prev-post>a .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  fill: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.post-controls .next-post>a .icon {
  margin-left: 2px
}

.post-controls .next-post>a:hover .icon {
  margin-left: 8px
}

.post-controls .prev-post>a .icon {
  margin-right: 2px
}

.post-controls .prev-post>a:hover .icon {
  margin-right: 8px
}

@media (min-width:992px) {
  .post-controls {
    margin-top: 50px;
    padding-top: 50px
  }
}

@media (min-width:768px) and (max-width:991px),
(min-width:1200px) {
  .post-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .post-controls .next-post {
    padding-left: 30px;
    margin-top: 0;
    max-width: 50%
  }

  .post-controls .prev-post {
    padding-right: 30px;
    text-align: right;
    max-width: 50%
  }
}

@media (min-width:1320px) {
  .post-controls .next-post {
    padding-left: 50px
  }

  .post-controls .prev-post {
    padding-right: 50px
  }
}

.author-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
  padding: 30px 15px;
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .07)
}

@media (min-width:768px) {
  .author-box {
    margin-left: -50px;
    margin-right: -50px;
    padding: 30px 50px
  }
}

@media (min-width:992px) {
  .author-box {
    margin-top: 50px;
    padding: 50px
  }
}

@media (min-width:1440px) {
  .author-box {
    margin-left: -80px;
    margin-right: -80px;
    padding: 50px 80px
  }
}

@media (min-width:1860px) {
  .author-box {
    margin-left: -100px;
    margin-right: -100px;
    padding: 50px 100px
  }
}

.author-box .author-box-image {
  -ms-flex: 0 0 80px;
  -webkit-box-flex: 0;
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px
}

.author-box .author-box-image img {
  border-radius: 50%
}

@media (min-width:1320px) {
  .author-box .author-box-image {
    margin-right: 20px
  }
}

.author-box .author-box-image img {
  display: block;
  width: 100%
}

.author-box .author-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%
}

.author-box .author-box-title {
  padding-top: .5rem;
  margin-bottom: 1rem
}

.author-box .author-box-description>p:last-child {
  margin-bottom: 0
}

.author-box .author-link {
  display: inline-block;
  margin-top: 1rem
}

#comments {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 3px solid #efefef;
  border-top: 3px solid rgba(0, 0, 0, .07)
}

#comments.has-author-box {
  padding-top: 0;
  border-top: 0
}

@media (min-width:992px) {
  #comments {
    margin-top: 50px;
    padding-top: 50px
  }
}

.comment-list {
  list-style: none;
  padding: 0
}

.comment-list li {
  margin-bottom: 0
}

.comment-list ul {
  list-style-type: disc;
  padding-left: 2em
}

.comment-list ol {
  list-style-type: decimal;
  padding: 0 0 0 2em
}

.comment-list ul ul,
.comment-list ol ul {
  list-style-type: circle
}

.comment-list ul ol,
.comment-list ol ol {
  list-style-type: lower-alpha
}

.comment-list ol ol ol {
  list-style-type: decimal
}

.comment-list ul ul,
.comment-list ol ul {
  padding-left: 1em
}

.comment-list ul ol,
.comment-list ol ol {
  padding-left: 1.4em
}

.comment-list .comment-body {
  padding: 1rem 0
}

.comment-list>li:first-child>.comment-body {
  padding-top: 0
}

.comment-list .comment-author-avatar {
  display: none
}

@media (min-width:768px) and (max-width:991px),
(min-width:1200px) {
  .comment-list .comment-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .comment-list .comment-body>* {
    display: block;
    width: 100%
  }

  .comment-list .comment-author-avatar {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .comment-list .comment-content-wrapper {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .comment-list .comment-author-avatar {
    padding-right: 20px
  }

  .comment-list .pingback .comment-author-avatar,
  .comment-list .trackback .comment-author-avatar {
    padding-right: 0
  }

  .comment-list .comment-author-avatar img {
    display: block;
    width: 80px;
    border-radius: 50%
  }

  .comment-list .depth-2 .comment-author-avatar img {
    width: 60px
  }

  .comment-list .depth-3 .comment-author-avatar img {
    width: 40px
  }
}

.comment-list .comment-meta {
  margin-bottom: .75rem
}

@media (min-width:768px) and (max-width:991px),
(min-width:1200px) {
  .comment-list .comment-meta {
    position: relative;
    margin-bottom: 0
  }
}

.comment-list .comment-meta a {
  text-decoration: none
}

.comment-list .children {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-left: 1.25em
}

@media (min-width:768px) and (max-width:991px),
(min-width:1200px) {
  .comment-list .children {
    margin-left: 20px
  }
}

.comment-list .comment-date a {
  font-size: .8rem
}

.comment-list .comment-author h6 {
  display: inline-block;
  margin-bottom: 0
}

@media (min-width:768px) and (max-width:991px),
(min-width:1200px) {
  .comment-list .comment-author h6 {
    padding-right: 210px;
    margin-bottom: .75rem
  }
}

.comment-list .bypostauthor .comment-author h6 a {
  display: inline-block;
  background-color: transparent;
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% 10px;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd40d), to(#ffd40d));
  background-image: -webkit-linear-gradient(left, #ffd40d 0%, #ffd40d 100%);
  background-image: -o-linear-gradient(left, #ffd40d 0%, #ffd40d 100%);
  background-image: linear-gradient(to right, #ffd40d 0%, #ffd40d 100%)
}

.comment-list .comment-date {
  line-height: 1rem;
  margin-bottom: .5rem
}

@media (min-width:768px) and (max-width:991px),
(min-width:1200px) {
  .comment-list .comment-date {
    position: absolute;
    right: 0;
    top: .25rem;
    margin-bottom: 0
  }
}

.comment-list .comment-edit-link,
.comment-list .comment-reply-link {
  border: 3px solid #efefef;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 9px 12px 8px;
  text-transform: uppercase;
  text-decoration: none
}

.comment-list .comment-edit-link:hover,
.comment-list .comment-reply-link:hover,
.comment-list .comment-edit-link:focus,
.comment-list .comment-reply-link:focus {
  background-color: #efefef;
  text-decoration: none
}

.comment-list .reply {
  margin-top: -.75rem
}

.comment-list .reply a~a {
  border-left: 0
}

.comment-content {
  word-wrap: break-word;
  margin-bottom: 1.25em
}

.commentlist .comment-content>ul {
  margin-bottom: 1.5rem
}

.comment-content hr {
  clear: both
}

.comment-content>:last-child {
  margin-bottom: 0
}

.form-allowed-tags {
  display: none
}

#comments .no-comments {
  font-weight: bolder
}

.comment-form {
  margin-bottom: 0
}

.comment-form label {
  display: block
}

.comment-form .comment-form-cookies-consent label {
  display: inline-block
}

.comment-form input {
  max-width: 100%
}

.comment-list .comment-reply-title small {
  float: right;
  font-size: inherit;
  opacity: .6
}

.comment-form .comment-form-comment {
  margin-bottom: 0
}

.comment-form .form-submit,
.comment-form .form-submit input[type=submit] {
  margin-bottom: 0
}

.comment-list~.comment-respond {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.comment-list .comment-respond {
  padding-top: 1rem
}

@media (min-width:768px) and (max-width:991px),
(min-width:1200px) {
  .comment-list .comment-respond {
    padding-left: 100px
  }

  .comment-list .children .comment-respond {
    padding-left: 80px
  }

  .comment-list .children .children .comment-respond {
    padding-left: 60px
  }
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-comment {
  margin-bottom: 0
}

@media (min-width:768px) and (max-width:991px),
(min-width:1200px) {
  .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: .75rem
  }

  .comment-respond .comment-form-email {
    float: right;
    width: 50%;
    padding-left: .75rem
  }

  .comment-respond .comment-form-comment textarea {
    clear: both
  }

  .comment-respond .comment-form-comment textarea {
    max-width: 100%
  }
}

.navigation {
  position: relative
}

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  word-wrap: break-word;
  font-weight: 700;
  margin-bottom: 1.25em
}

.navigation .nav-previous,
.navigation .nav-next {
  margin: 0;
  text-align: center;
  width: 50%
}

.navigation .nav-previous a,
.navigation .nav-next a {
  display: block;
  padding: 1.5em 1.5em 3em;
  text-decoration: none
}

.navigation .nav-next {
  margin-left: auto
}

.navigation .nav-link-label {
  font-size: 1.3rem;
  letter-spacing: .1em;
  text-transform: uppercase
}

.post-navigation .nav-links {
  display: block;
  padding: .8em 0
}

.comment-navigation {
  margin-bottom: 1em
}

.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
  display: block;
  padding: .5em 0;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 2rem
}

.comment-navigation .nav-next {
  text-align: right
}

.comment-navigation .nav-previous {
  text-align: left
}

@media (min-width:576px) and (max-width:991px),
(min-width:1200px) {
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
  }

  .post-navigation .nav-links:after {
    background-color: #efefef;
    background-color: rgba(0, 0, 0, .07);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px
  }

  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    width: 50%
  }

  .post-navigation .nav-links .nav-previous a,
  .post-navigation .nav-links .nav-next a {
    padding: 1.5em 3em
  }

  .comment-navigation:after {
    border-top: 3px solid #efefef;
    border-top: 3px solid rgba(0, 0, 0, .07);
    content: "";
    display: block;
    margin-left: -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px
  }

  .comment-navigation .nav-next {
    padding-left: 5.5em;
    text-align: left
  }

  .comment-navigation .nav-previous {
    padding-right: 5.5em;
    text-align: right
  }
}

.entry-copyright {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 3px solid #efefef;
  border-top: 3px solid rgba(0, 0, 0, .07)
}

.entry-copyright p:last-child {
  margin-bottom: 0
}

@media (min-width:768px) {
  .entry-copyright {
    margin-top: 50px;
    padding-top: 50px
  }
}

@media (min-width:992px) {
  .entry-copyright {
    margin-top: 50px;
    padding-top: 50px
  }

  .page-template-template-full-page .entry-copyright,
  .page-template-template-accommodations .entry-copyright,
  .no-hero-media .entry-copyright {
    margin-top: 50px
  }
}

@media (min-width:1200px) {
  .entry-copyright {
    margin-top: 50px
  }

  .page-template-template-full-page .entry-copyright,
  .page-template-template-accommodations .entry-copyright,
  .no-hero-media .entry-copyright {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0;
    margin-top: 0;
    padding-left: 320px;
    padding-bottom: 50px;
    text-align: right;
    background-color: #fff
  }

  .page-template-template-full-page .entry-copyright.no-social-icons,
  .page-template-template-accommodations .entry-copyright.no-social-icons,
  .no-hero-media .entry-copyright.no-social-icons {
    padding-left: 0;
    text-align: left
  }

  .page-template-template-full-page.mobile-menu-opened .entry-copyright,
  .page-template-template-accommodations.mobile-menu-opened .entry-copyright,
  .no-hero-media.mobile-menu-opened .entry-copyright {
    visibility: hidden
  }
}

@media (min-width:1440px) {

  .page-template-template-full-page .entry-copyright,
  .page-template-template-accommodations .entry-copyright,
  .no-hero-media .entry-copyright {
    left: 80px;
    right: 80px
  }
}

@media (min-width:1600px) {
  .entry-copyright {
    margin-top: 60px
  }

  .page-template-template-full-page .entry-copyright,
  .page-template-template-accommodations .entry-copyright,
  .no-hero-media .entry-copyright {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media (min-width:1860px) {

  .page-template-template-full-page .entry-copyright,
  .page-template-template-accommodations .entry-copyright,
  .no-hero-media .entry-copyright {
    left: 100px;
    right: 100px
  }
}

@media (min-width:576px) {
  .entry-copyright .separator {
    display: inline-block;
    margin-left: 20px;
    margin-right: 25px;
    width: 30px;
    height: 3px;
    background-color: #efefef;
    background-color: rgba(0, 0, 0, .07);
    vertical-align: .25em
  }
}

.widget {
  margin-bottom: 2rem
}

@media (max-width:767px) {
  .widget:first-child {
    margin-top: 20px
  }
}

.widget:last-child {
  margin-bottom: 50px
}

@media (min-width:1440px) {
  .widget:last-child {
    margin-bottom: 80px
  }
}

.widget:after {
  content: '';
  display: block;
  margin-top: 2rem;
  width: 30px;
  height: 3px;
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .07)
}

@media (min-width:1320px) {
  .widget:after {
    width: 50px
  }
}

.widget:last-child:after,
.widget:last-of-type:after {
  content: none
}

.widget-title {
  position: relative;
  margin-bottom: .8rem
}

.widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.widget li {
  margin-left: 0;
  margin-top: .5em;
  margin-bottom: .5em;
  list-style: none
}

.widget ul a {
  color: inherit;
  text-decoration: none
}

.widget ul .current-cat>a,
.widget ul .current-menu-item>a {
  color: #de4800
}

.widget ul ul {
  padding-left: 1.1em
}

.widget_text .textwidget>:last-child,
.widget_media_gallery .gallery,
.widget table {
  margin-bottom: 0
}

.widget table th,
.widget table td {
  text-align: center
}

.tagcloud {
  font-size: .9rem
}

.tagcloud a {
  display: inline-block;
  padding: .2em .5em;
  margin: 0 .15em .5em;
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .07);
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .2s, background-color .2s;
  -o-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s
}

@media (min-width:1200px) {
  .tagcloud a {
    padding: .4em .9em
  }
}

.tagcloud a:hover,
.tagcloud a:focus {
  background-color: #000;
  color: #fff
}

.tagcloud a:before {
  content: '#';
  opacity: .5
}

.widget_calendar table #prev {
  text-align: left
}

.widget_calendar table #next {
  text-align: right
}

.widget_rss li {
  margin-bottom: 1.5em
}

.widget_rss li:last-child {
  margin-bottom: 0
}

.widget_rss a.rsswidget img {
  display: none
}

.widget_rss li a.rsswidget {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.25em
}

.widget_rss li .rss-date {
  display: block;
  margin-bottom: .25em;
  color: #999;
  font-size: .9em
}

.widget_archive select,
.widget_categories form,
.widget_categories select {
  margin-bottom: 0
}

.entry-content .has-theme-accent-color {
  color: #ffd40d
}

.entry-content .has-theme-accent-background-color {
  background-color: #ffd40d
}

.entry-content .has-theme-links-color {
  color: #de4800
}

.entry-content .has-theme-links-background-color {
  background-color: #de4800
}

.entry-content .has-black-color {
  color: #000
}

.entry-content .has-black-background-color {
  background-color: #000
}

.entry-content .has-very-light-grey-color {
  color: #efefef
}

.entry-content .has-very-light-grey-background-color {
  background-color: #efefef;
  background-color: rgba(0, 0, 0, .07)
}

.entry-content .has-white-color {
  color: #fff
}

.entry-content .has-white-background-color {
  background-color: #fff
}

.wp-block-button,
.wp-block-image,
.wp-block-cover,
.wp-block-media-text,
.wp-block-gallery,
.wp-block-audio,
.wp-block-video {
  margin-bottom: 1.25em
}

.wp-block-button,
.wp-block-image,
.wp-block-cover,
.wp-block-media-text,
.wp-block-gallery,
.wp-block-audio,
.wp-block-video {
  margin-top: 1.25em
}

.wp-block-button[class*=align],
.wp-block-image[class*=align],
.wp-block-cover[class*=align],
.wp-block-gallery[class*=align],
.wp-block-audio[class*=align],
.wp-block-video[class*=align] {
  margin-top: 0
}

.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.3;
  padding: 1.2em 2.7em;
  cursor: pointer;
  -webkit-transition: color .2s, background-color .2s, border-color .2s;
  -o-transition: color .2s, background-color .2s, border-color .2s;
  transition: color .2s, background-color .2s, border-color .2s
}

.wp-block-button .wp-block-button__link:not(.has-background),
.wp-block-file .wp-block-file__button {
  background-color: #ffd40d
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 3px solid #000
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: transparent
}

.wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  background-color: #000
}

.wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-text-color) {
  color: #fff
}

.wp-block-button .wp-block-button__link:not(.has-text-color),
.wp-block-file .wp-block-file__button {
  color: #000
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button .wp-block-button__link:not(.has-background):hover,
.wp-block-file .wp-block-file__button:hover {
  color: #fff;
  background: #000;
  cursor: pointer
}

.wp-block-file .wp-block-file__button {
  position: relative;
  top: -.1em;
  font-size: .7em;
  padding: .8em 1.2em
}

.wp-block-video video {
  margin-bottom: 0
}

.wp-block-video figcaption {
  margin-top: 0;
  color: #777;
  font-size: .85rem
}

.wp-block-cover {
  color: #fff
}

.wp-block-cover h2,
.wp-block-cover .wp-block-cover-text {
  font-size: 1.953em;
  line-height: 1.15
}

.wp-block-cover p:last-child {
  margin-bottom: 0
}

.entry-content .wp-block-cover .wp-block-cover-text {
  color: #fff
}

.wp-block-pullquote p,
.wp-block-quote p {
  margin-bottom: .5rem
}

.wp-block-pullquote,
.wp-block-quote.is-style-large {
  font-size: 1.563em;
  margin: 2.5rem 0;
  padding: 1.25em 2.5em;
  border: 0;
  border-top: 3px solid #efefef;
  border-bottom: 3px solid #efefef;
  border-color: rgba(0, 0, 0, .07);
  text-align: center
}

.wp-block-pullquote blockquote {
  border-left: 0;
  margin-bottom: 0
}

.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: inherit
}

.wp-block-pullquote p,
.wp-block-quote.is-style-large p {
  font-size: inherit;
  line-height: 1.25;
  font-style: normal
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  text-align: inherit
}

.wp-block-pullquote cite {
  color: rgba(0, 0, 0, .5)
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  margin-bottom: 0
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  padding-left: 1em;
  padding-right: 1em
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f5f5f5
}

.wp-block-latest-posts,
.wp-block-latest-comments {
  padding-left: 0
}

.wp-block-archives,
.wp-block-categories {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.wp-block-latest-posts li,
.wp-block-archives li,
.wp-block-categories li {
  margin-left: 0;
  margin-top: .5em;
  margin-bottom: .5em;
  list-style: none
}

.wp-block-archives ul,
.wp-block-categories ul {
  padding-left: 1.1em
}

.wp-block-archives a,
.wp-block-categories a {
  color: inherit;
  text-decoration: none
}

.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #777;
  font-size: 13px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  text-align: center
}

.wp-block-embed {
  max-width: none
}

.wp-block-embed figcaption {
  margin-top: -.85rem
}

.wp-block-embed,
.wp-block-embed iframe {
  width: 100%
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
  padding-top: 66.66%
}

.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wp-block-gallery.columns-6 figcaption,
.wp-block-gallery.columns-7 figcaption,
.wp-block-gallery.columns-8 figcaption,
.wp-block-gallery.columns-9 figcaption {
  display: none
}

.wp-block-separator {
  width: 50px
}

.wp-block-separator.is-style-dots,
.wp-block-separator.is-style-wide {
  width: 100%
}

.wp-block-separator.is-style-dots {
  height: 0;
  border-bottom: 1px dashed #efefef;
  border-bottom: 1px dashed rgba(0, 0, 0, .07);
  background-color: transparent
}

.wp-block-separator.is-style-dots:before {
  content: none
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 8%
}

.entry-content .has-drop-cap:first-letter {
  font-size: 3.8em;
  font-weight: 400
}

.alignfull {
  margin-left: -15px;
  margin-right: -15px
}

.wp-block-image.alignfull img {
  width: auto;
  max-width: none
}

.wp-block-embed.alignwide,
.wp-block-embed.alignfull,
.wp-block-image.alignfull,
.wp-block-cover.alignfull {
  width: auto
}

@media (min-width:768px) {
  .alignwide {
    margin-left: -25px;
    margin-right: -25px
  }

  .wp-block-image.alignwide,
  .wp-block-gallery.alignwide,
  .wp-block-gallery.alignfull,
  .wp-block-video.alignwide,
  .wp-block-video.alignfull {
    max-width: none
  }

  .wp-block-cover.alignwide {
    width: auto
  }

  .alignfull {
    margin-left: -50px;
    margin-right: -50px
  }
}

@media (min-width:992px) {
  .alignfull {
    margin-left: -50px;
    margin-right: -50px
  }

  .wp-block-image.alignfull img,
  .wp-block-image.alignwide img {
    max-width: 50vw
  }

  .no-hero-media .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 1000%
  }

  .no-hero-media .wp-block-image.alignfull img,
  .no-hero-media .wp-block-image.alignwide img {
    max-width: none
  }

  .no-hero-media .wp-block-image.alignfull img {
    width: 100vw
  }

  .no-hero-media .content-wrap>.entry,
  .no-hero-media .content-wrap>#comments {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto
  }

  .no-hero-media.page-template-template-accommodations .content-wrap>.entry,
  .no-hero-media.page-template-template-full-page .content-wrap>.entry {
    max-width: none
  }
}

@media (min-width:1200px) {

  .wp-block-image.alignfull img,
  .wp-block-image.alignwide img {
    max-width: 720px
  }
}

@media (min-width:1320px) {

  .wp-block-image.alignfull img,
  .wp-block-image.alignwide img {
    max-width: 810px
  }
}

@media (min-width:1440px) {
  .alignwide {
    margin-left: -40px;
    margin-right: -40px
  }

  .alignfull {
    margin-left: -80px;
    margin-right: -80px
  }

  .wp-block-image.alignfull img,
  .wp-block-image.alignwide img {
    max-width: 900px
  }
}

@media (min-width:1600px) {

  .wp-block-image.alignfull img,
  .wp-block-image.alignwide img {
    max-width: 990px
  }
}

@media (min-width:1860px) {
  .alignwide {
    margin-left: -50px;
    margin-right: -50px
  }

  .alignfull {
    margin-left: -100px;
    margin-right: -100px
  }

  .wp-block-image.alignfull img,
  .wp-block-image.alignwide img {
    max-width: 55vw
  }
}

body,
.entry-accommodation-inner .accommodation-price .price-per {
  font-family: 'Roboto', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.entry-accommodation-inner .accommodation-price,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-text,
.page-template-template-no-content .panorama360 .panorama-title {
  font-family: 'Eczar', serif;
  font-weight: 500
}

/*
Theme Name: LeLuxe Child
Description: Child theme for the LeLuxe Theme
Author: Liviu Cerchez
Author URI: http://themeforest.net/user/liviu_cerchez
Template: leluxe
Version: 0.1
*/

@-webkit-keyframes fadeInPadding {

  0%,
  20% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInPadding {

  0%,
  20% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeFromLeft {
  from {
    opacity: 0;
    left: 0
  }

  to {
    opacity: 1;
    left: 15px
  }
}

@keyframes fadeFromLeft {
  from {
    opacity: 0;
    left: 0
  }

  to {
    opacity: 1;
    left: 15px
  }
}

@-webkit-keyframes fadeFromLeft2 {
  from {
    opacity: 0;
    left: 0
  }

  to {
    opacity: 1;
    left: 50px
  }
}

@keyframes fadeFromLeft2 {
  from {
    opacity: 0;
    left: 0
  }

  to {
    opacity: 1;
    left: 50px
  }
}

@-webkit-keyframes fadeFromLeft3 {
  from {
    opacity: 0;
    left: 0
  }

  to {
    opacity: 1;
    left: 80px
  }
}

@keyframes fadeFromLeft3 {
  from {
    opacity: 0;
    left: 0
  }

  to {
    opacity: 1;
    left: 80px
  }
}

@-webkit-keyframes fadeFromLeft4 {
  from {
    opacity: 0;
    left: 0
  }

  to {
    opacity: 1;
    left: 100px
  }
}

@keyframes fadeFromLeft4 {
  from {
    opacity: 0;
    left: 0
  }

  to {
    opacity: 1;
    left: 100px
  }
}

@-webkit-keyframes fadeFromRight {

  0%,
  30% {
    opacity: 0;
    right: 0
  }

  100% {
    opacity: 1;
    right: 15px
  }
}

@keyframes fadeFromRight {

  0%,
  30% {
    opacity: 0;
    right: 0
  }

  100% {
    opacity: 1;
    right: 15px
  }
}

@-webkit-keyframes fadeFromRight1 {

  0%,
  30% {
    opacity: 0;
    right: 0
  }

  100% {
    opacity: 1;
    right: 50px
  }
}

@keyframes fadeFromRight1 {

  0%,
  30% {
    opacity: 0;
    right: 0
  }

  100% {
    opacity: 1;
    right: 50px
  }
}

@-webkit-keyframes fadeFromRight2 {

  0%,
  30% {
    opacity: 0;
    right: 60px
  }

  100% {
    opacity: 1;
    right: 75px
  }
}

@keyframes fadeFromRight2 {

  0%,
  30% {
    opacity: 0;
    right: 60px
  }

  100% {
    opacity: 1;
    right: 75px
  }
}

@-webkit-keyframes fadeFromRight3 {

  0%,
  30% {
    opacity: 0;
    right: 60px
  }

  100% {
    opacity: 1;
    right: 110px
  }
}

@keyframes fadeFromRight3 {

  0%,
  30% {
    opacity: 0;
    right: 60px
  }

  100% {
    opacity: 1;
    right: 110px
  }
}

@-webkit-keyframes fadeFromRight4 {

  0%,
  30% {
    opacity: 0;
    right: -50px
  }

  100% {
    opacity: 1;
    right: 0
  }
}

@keyframes fadeFromRight4 {

  0%,
  30% {
    opacity: 0;
    right: -50px
  }

  100% {
    opacity: 1;
    right: 0
  }
}

@-webkit-keyframes fadeFromRight5 {

  0%,
  30% {
    opacity: 0;
    right: -80px
  }

  100% {
    opacity: 1;
    right: 0
  }
}

@keyframes fadeFromRight5 {

  0%,
  30% {
    opacity: 0;
    right: -80px
  }

  100% {
    opacity: 1;
    right: 0
  }
}

@-webkit-keyframes fadeFromRight6 {

  0%,
  30% {
    opacity: 0;
    right: 0
  }

  100% {
    opacity: 1;
    right: 80px
  }
}

@keyframes fadeFromRight6 {

  0%,
  30% {
    opacity: 0;
    right: 0
  }

  100% {
    opacity: 1;
    right: 80px
  }
}

@-webkit-keyframes fadeFromRight7 {

  0%,
  30% {
    opacity: 0;
    right: -100px
  }

  100% {
    opacity: 1;
    right: 0
  }
}

@keyframes fadeFromRight7 {

  0%,
  30% {
    opacity: 0;
    right: -100px
  }

  100% {
    opacity: 1;
    right: 0
  }
}

@-webkit-keyframes fadeFromRight8 {

  0%,
  30% {
    opacity: 0;
    right: 0
  }

  100% {
    opacity: 1;
    right: 100px
  }
}

@keyframes fadeFromRight8 {

  0%,
  30% {
    opacity: 0;
    right: 0
  }

  100% {
    opacity: 1;
    right: 100px
  }
}

@-webkit-keyframes fadeFromBottom {

  0%,
  50% {
    opacity: 0;
    bottom: 0
  }

  100% {
    opacity: 1;
    bottom: 15px
  }
}

@keyframes fadeFromBottom {

  0%,
  50% {
    opacity: 0;
    bottom: 0
  }

  100% {
    opacity: 1;
    bottom: 15px
  }
}

@-webkit-keyframes fadeFromBottom2 {

  0%,
  50% {
    opacity: 0;
    bottom: 0
  }

  100% {
    opacity: 1;
    bottom: 50px
  }
}

@keyframes fadeFromBottom2 {

  0%,
  50% {
    opacity: 0;
    bottom: 0
  }

  100% {
    opacity: 1;
    bottom: 50px
  }
}

@-webkit-keyframes fadeFromBottom3 {

  0%,
  50% {
    opacity: 0;
    bottom: -100px
  }

  100% {
    opacity: 1;
    bottom: 0
  }
}

@keyframes fadeFromBottom3 {

  0%,
  50% {
    opacity: 0;
    bottom: -100px
  }

  100% {
    opacity: 1;
    bottom: 0
  }
}

@-webkit-keyframes fadeFromBottom5 {

  0%,
  50% {
    opacity: 0;
    top: 302px
  }

  100% {
    opacity: 1;
    top: 317px
  }
}

@keyframes fadeFromBottom5 {

  0%,
  50% {
    opacity: 0;
    top: 302px
  }

  100% {
    opacity: 1;
    top: 317px
  }
}

@-webkit-keyframes fadeFromBottom6 {

  0%,
  50% {
    opacity: 0;
    top: 337px
  }

  100% {
    opacity: 1;
    top: 352px
  }
}

@keyframes fadeFromBottom6 {

  0%,
  50% {
    opacity: 0;
    top: 337px
  }

  100% {
    opacity: 1;
    top: 352px
  }
}

@-webkit-keyframes fadeFromBottom7 {

  0%,
  50% {
    opacity: 0;
    top: 302px
  }

  100% {
    opacity: 1;
    top: 317px
  }
}

@keyframes fadeFromBottom7 {

  0%,
  50% {
    opacity: 0;
    top: 302px
  }

  100% {
    opacity: 1;
    top: 317px
  }
}

@-webkit-keyframes translateLeft {
  from {
    -webkit-transform: translate(50px);
    transform: translate(50px)
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

@keyframes translateLeft {
  from {
    -webkit-transform: translate(50px);
    transform: translate(50px)
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

@-webkit-keyframes translateRight {
  from {
    -webkit-transform: translate(-50px);
    transform: translate(-50px)
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

@keyframes translateRight {
  from {
    -webkit-transform: translate(-50px);
    transform: translate(-50px)
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

@-webkit-keyframes translateUp {
  from {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px)
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes translateUp {
  from {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px)
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.hero-media .icon-loading {
  -webkit-animation: fadeInPadding 2s;
  animation: fadeInPadding 2s
}

.hero-media .owl-carousel .owl-item .owl-lazy {
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease
}

@media (min-width:768px) {
  .hero-media .owl-carousel .owl-nav {
    -webkit-animation: fadeFromRight1 1.1s;
    animation: fadeFromRight1 1.1s
  }
}

@media (min-width:992px) {

  .hero-media .owl-carousel .owl-nav,
  .hero-media .owl-carousel .owl-expand,
  .page-template-template-no-content .panorama360 .panorama-controls {
    -webkit-animation: fadeFromBottom3 1s;
    animation: fadeFromBottom3 1s
  }
}

.hero-media .text,
.hero-media .overlay,
.page-template-template-no-content .panorama360 .panorama-title {
  -webkit-animation: fadeInPadding 1s;
  animation: fadeInPadding 1s
}

#identity {
  -webkit-animation: fadeFromLeft .8s;
  animation: fadeFromLeft .8s
}

@media (min-width:768px) {
  #identity {
    -webkit-animation: fadeFromLeft2 .8s;
    animation: fadeFromLeft2 .8s
  }
}

@media (min-width:1440px) {
  #identity {
    -webkit-animation: fadeFromLeft3 .8s;
    animation: fadeFromLeft3 .8s
  }
}

@media (min-width:1860px) {
  #identity {
    -webkit-animation: fadeFromLeft4 .8s;
    animation: fadeFromLeft4 .8s
  }
}

#identity .languages {
  -webkit-transition: opacity .3s, left .3s;
  -o-transition: opacity .3s, left .3s;
  transition: opacity .3s, left .3s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.site-menu-toggle {
  -webkit-animation: fadeFromRight .9s;
  animation: fadeFromRight .9s
}

@media (min-width:768px) {
  .site-menu-toggle {
    -webkit-animation: fadeFromRight1 .9s;
    animation: fadeFromRight1 .9s
  }
}

@media (min-width:1440px) {
  .site-menu-toggle {
    -webkit-animation: fadeFromRight6 .9s;
    animation: fadeFromRight6 .9s
  }
}

@media (min-width:1860px) {
  .site-menu-toggle {
    -webkit-animation: fadeFromRight8 .9s;
    animation: fadeFromRight8 .9s
  }
}

@media (max-width:1199px) {
  #site-menu {
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s
  }
}

@media (min-width:1200px) {
  #site-menu .nav-menu {
    -webkit-animation: fadeFromRight4 .9s;
    animation: fadeFromRight4 .9s
  }

  .csstransitions .nav-menu li.menu-item-has-children ul {
    -webkit-transition: opacity .3s, visibility .3s, padding .3s;
    -o-transition: opacity .3s, visibility .3s, padding .3s;
    transition: opacity .3s, visibility .3s, padding .3s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
  }

  .js .initial-page-animation .nav-menu li.menu-item-has-children ul {
    display: none
  }
}

@media (min-width:1440px) {
  #site-menu .nav-menu {
    -webkit-animation: fadeFromRight5 .9s;
    animation: fadeFromRight5 .9s
  }
}

@media (min-width:1860px) {
  #site-menu .nav-menu {
    -webkit-animation: fadeFromRight7 .9s;
    animation: fadeFromRight7 .9s
  }
}

#social-profiles {
  -webkit-transition: opacity .3s, right .3s;
  -o-transition: opacity .3s, right .3s;
  transition: opacity .3s, right .3s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

@media (min-width:576px) {
  #social-profiles {
    -webkit-animation: fadeFromRight2 .9s;
    animation: fadeFromRight2 .9s
  }
}

@media (min-width:768px) {
  #social-profiles {
    -webkit-animation: fadeFromRight3 .9s;
    animation: fadeFromRight3 .9s
  }
}

@media (min-width:1200px) {
  #social-profiles {
    -webkit-animation: fadeFromLeft2 .9s;
    animation: fadeFromLeft2 .9s
  }
}

@media (min-width:1440px) {
  #social-profiles {
    -webkit-animation: fadeFromLeft3 .9s;
    animation: fadeFromLeft3 .9s
  }
}

@media (min-width:1860px) {
  #social-profiles {
    -webkit-animation: fadeFromLeft4 .8s;
    animation: fadeFromLeft4 .8s
  }
}

.additional-menu-content {
  -webkit-transition: opacity .3s, visibility .3s, margin .3s;
  -o-transition: opacity .3s, visibility .3s, margin .3s;
  transition: opacity .3s, visibility .3s, margin .3s
}

@media (min-width:768px) and (max-width:1199px) {
  .additional-menu-content {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.menu-overlay,
.menu-overlay:before {
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s
}

@media (min-width:1200px) {

  .menu-overlay,
  .menu-overlay:before {
    -webkit-transition: opacity .3s, visibility .3s, right .3s;
    -o-transition: opacity .3s, visibility .3s, right .3s;
    transition: opacity .3s, visibility .3s, right .3s
  }
}

.booking-form {
  -webkit-animation: fadeFromBottom5 1s;
  animation: fadeFromBottom5 1s
}

.page-template-template-no-content .booking-form {
  -webkit-animation: fadeFromBottom 1s;
  animation: fadeFromBottom 1s
}

@media (min-width:576px) {
  .booking-form {
    -webkit-animation: fadeFromBottom6 1s;
    animation: fadeFromBottom6 1s
  }
}

@media (min-width:768px) {
  .booking-form {
    -webkit-animation: fadeFromBottom7 1s;
    animation: fadeFromBottom7 1s
  }

  .page-template-template-no-content .booking-form {
    -webkit-animation: fadeFromBottom2 1s;
    animation: fadeFromBottom2 1s
  }
}

@media (min-width:992px) {

  .booking-form,
  .page-template-template-no-content .booking-form {
    -webkit-animation: fadeFromBottom3 1s;
    animation: fadeFromBottom3 1s
  }
}

.content-wrap {
  -webkit-animation: fadeInPadding 1s;
  animation: fadeInPadding 1s
}

.grid-container .grid-column,
.grid-container .grid-column.entry-media,
.gallery-grid-container .gallery-grid-column.column-image,
.gallery-masonry figure {
  -webkit-animation: translateUp 1s;
  animation: translateUp 1s
}

.grid-container .grid-column.no-animation,
.grid-container .grid-column.entry-media.no-animation {
  -webkit-animation: none;
  animation: none
}

@media (min-width:768px) and (max-width:991px),
(min-width:1200px) {
  .grid-container .grid-column.entry-media {
    -webkit-animation: translateLeft 1.2s;
    animation: translateLeft 1.2s
  }
}

.entry-title {
  -webkit-animation: translateLeft .8s;
  animation: translateLeft .8s
}

.entry-accommodation .entry-title {
  -webkit-animation: none;
  animation: none
}

.entry-accommodation .entry-title a,
.entry-accommodation .accommodation-features,
.entry-accommodation .form-booking-button {
  -webkit-animation: translateLeft .8s;
  animation: translateLeft .8s
}

.entry-accommodation .accommodation-price {
  -webkit-animation: translateRight .8s;
  animation: translateRight .8s
}

@media (min-width:992px) {
  .entry-accommodation:nth-child(odd) .entry-title a {
    -webkit-animation: translateLeft .8s;
    animation: translateLeft .8s
  }

  .entry-accommodation:nth-child(odd) .accommodation-features {
    -webkit-animation: translateLeft 1s;
    animation: translateLeft 1s
  }

  .entry-accommodation:nth-child(odd) .accommodation-price {
    -webkit-animation: translateLeft 1.2s;
    animation: translateLeft 1.2s
  }

  .entry-accommodation:nth-child(odd) .entry-media {
    -webkit-animation: translateRight .8s;
    animation: translateRight .8s
  }

  .entry-accommodation:nth-child(even) .entry-title a {
    -webkit-animation: translateRight .8s;
    animation: translateRight .8s
  }

  .entry-accommodation:nth-child(even) .accommodation-features {
    -webkit-animation: translateRight 1s;
    animation: translateRight 1s
  }

  .entry-accommodation:nth-child(even) .accommodation-price {
    -webkit-animation: translateRight 1.2s;
    animation: translateRight 1.2s
  }

  .entry-accommodation:nth-child(even) .entry-media {
    -webkit-animation: translateLeft .8s;
    animation: translateLeft .8s
  }

  .entry-accommodation .form-booking-button {
    -webkit-animation: translateLeft 1.4s;
    animation: translateLeft 1.4s
  }
}

.share-widget-container #share-widget {
  -webkit-transition: opacity .2s, visibility .2s, -webkit-transform .2s;
  transition: opacity .2s, visibility .2s, -webkit-transform .2s;
  -o-transition: opacity .2s, visibility .2s, transform .2s;
  transition: opacity .2s, visibility .2s, transform .2s;
  transition: opacity .2s, visibility .2s, transform .2s, -webkit-transform .2s
}

.Zebra_DatePicker {
  padding: 0 15px 15px;
  display: table
}

@media (min-width:992px) {
  .Zebra_DatePicker {
    padding-bottom: 5px
  }
}

.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0
}

.Zebra_DatePicker table>tr:last-child>td {
  border-bottom: 0
}

.Zebra_DatePicker td,
.Zebra_DatePicker th {
  padding: 5px;
  cursor: pointer;
  text-align: center;
  min-width: 30px;
  width: 30px
}

.Zebra_DatePicker .dp_body .dp_not_in_month {
  color: #999;
  color: rgba(0, 0, 0, .5)
}

.Zebra_DatePicker .dp_body .dp_current,
.Zebra_DatePicker .dp_body .dp_hover {
  background-color: #e6e6e6;
  background-color: rgba(0, 0, 0, .08)
}

.Zebra_DatePicker .dp_body .dp_disabled {
  color: #999;
  color: rgba(0, 0, 0, .5);
  cursor: text
}

.Zebra_DatePicker .dp_daypicker .not-available {
  background: #e6e6e6 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2VlMDAwMCIgZD0iTTE5LDYuNDFMMTcuNTksNUwxMiwxMC41OUw2LjQxLDVMNSw2LjQxTDEwLjU5LDEyTDUsMTcuNTlMNi40MSwxOUwxMiwxMy40MUwxNy41OSwxOUwxOSwxNy41OUwxMy40MSwxMkwxOSw2LjQxWiIgLz48L3N2Zz4=) no-repeat center center;
  background-color: rgba(0, 0, 0, .08);
  text-indent: -999px
}

.Zebra_DatePicker .dp_body .dp_selected {
  background-color: #ffd40d;
  font-weight: 600
}

.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  width: 33.3333%
}

.Zebra_DatePicker table.dp_daypicker th,
.Zebra_DatePicker table.dp_daypicker tbody th {
  cursor: text;
  border-top-width: 0;
  border-bottom-width: 1px
}

.Zebra_DatePicker .dp_header td {
  padding-top: 15px;
  padding-bottom: 15px
}

.Zebra_DatePicker .dp_actions .dp_caption {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1rem;
  width: 100%;
  padding-bottom: 13px
}

.Zebra_DatePicker .dp_actions .dp_next .icon,
.Zebra_DatePicker .dp_actions .dp_previous .icon {
  display: inline-block;
  width: 18px;
  height: 18px
}

.Zebra_DatePicker .dp_body tr:last-child td {
  border-width: 0
}

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 100002
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block
}

.fancybox-slide--next {
  z-index: 99995
}

.fancybox-slide--image {
  padding: 44px 0 0
}

.fancybox-slide--image {
  overflow: visible
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px 6px 0
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-video,
.fancybox-iframe {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: none
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background: 0 0;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, .6);
  height: 100%;
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0
}

.fancybox-caption {
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: 25px 44px
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: 0 0;
  border: 6px solid rgba(100, 100, 100, .5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0 0
  }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media all and (max-width:768px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}

@media (min-width:1200px) and (max-width:1460px) {
  #identity .languages ul {
    margin-left: 20px;
    padding-left: 40px
  }

  #identity .languages ul:before {
    width: 30px
  }
}

@media (max-width:1859px) {
  .tab-container .tabs a {
    font-size: 16px
  }
}

.dinning-menu-item .price strong {
  font-size: 1.25em
}

.dinning-menu-item .price p:first-child {
  line-height: 1.15
}

#swipe-gesture-icon {
  -webkit-animation: fadeInPadding 1s;
  animation: fadeInPadding 1s
}

.no-margin-top {
  margin-top: 0 !important
}

.no-margin-bottom {
  margin-bottom: 0 !important
}

#identity h1 {
  line-height: 49px
}

.page-template-template-no-content .hero-media h2,
.page-template-template-no-content .panorama360 .panorama-title {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .5)
}

.page-id-12 .content-wrap .entry-title {
  display: none
}