@import url(../bower_components/animate.css/animate.min.css);
@import url(../bower_components/font-awesome/css/font-awesome.min.css);
@import url(../bower_components/normalize-css/normalize.css);
@import url(../bower_components/owl.carousel/dist/assets/owl.carousel.min.css);
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,400i");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,700");
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/* Custom by Tanner Digital */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

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

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! ------------------ Fonts */
/*! @include font-stack-primary(); */
/*! @include font-stack-secondary(); */
/*! ------------------ Layout */
/*! @include clearfix(); */
/*! ------------------ Simple Breakpoints */
/*! @include breakpoint(mama); */
/*! ------------------ Colors */
/*! Grays */
/*! ------------------ Other */
#main-content {
  color: #484848;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px; }
  #main-content:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #main-content {
      padding: 0 60px; } }
  #main-content #content-left {
    max-width: 640px;
    float: left;
    margin: 0;
    padding: 20px 0 40px 0; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      #main-content #content-left {
        max-width: 590px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      #main-content #content-left {
        max-width: 100%; } }
    @media (max-width: 1020px) {
      #main-content #content-left {
        max-width: 100%; } }
    @media (max-width: 700px) {
      #main-content #content-left {
        padding: 20px 0 0 0; } }
    #main-content #content-left a {
      color: #53e3c5; }
    #main-content #content-left .row:after {
      content: '';
      display: table;
      clear: both; }
    #main-content #content-left .row i {
      color: #999;
      margin-right: 10px; }
    #main-content #content-left .row .text {
      display: inline-block; }
    #main-content #content-left .row .col-1 {
      width: 20%;
      margin-bottom: 20px;
      float: left;
      font-weight: 700; }
      @media (max-width: 700px) {
        #main-content #content-left .row .col-1 {
          width: 100%; } }
    #main-content #content-left .row .col-2 {
      width: 40%;
      float: left; }
      @media (max-width: 700px) {
        #main-content #content-left .row .col-2 {
          width: 100%; } }
    #main-content #content-left .row .col-2-wide {
      width: 80%;
      float: left; }
      @media (max-width: 700px) {
        #main-content #content-left .row .col-2-wide {
          width: 100%; } }
      #main-content #content-left .row .col-2-wide p {
        margin: 0 0 20px 0; }

.section-title {
  font-size: 20px;
  margin-bottom: 40px; }
  @media (max-width: 700px) {
    .section-title {
      margin-bottom: 20px; } }

/* Make same as .bookings-calendar top position */
.fixed {
  position: fixed;
  top: 221px;
  z-index: 999; }

#content-right {
  width: 320px;
  float: right; }
  @media (max-width: 1020px) {
    #content-right {
      width: 100%;
      float: none; } }
  #content-right #bookings-calendar-anchor {
    position: relative;
    height: 0;
    top: -132px; }
  #content-right .bookings-calendar-wrap {
    width: 320px; }
    @media (max-width: 1020px) {
      #content-right .bookings-calendar-wrap {
        width: 100%; } }
    #content-right .bookings-calendar-wrap .bookings-calendar {
      float: right;
      background-color: white;
      position: relative;
      top: -220px;
      /* Height from top */
      z-index: 999;
      /* Calendar */ }
      @media (max-width: 1020px) {
        #content-right .bookings-calendar-wrap .bookings-calendar {
          width: 100%;
          float: none;
          position: static; } }
      #content-right .bookings-calendar-wrap .bookings-calendar .sbc-navigation {
        display: none; }
        #content-right .bookings-calendar-wrap .bookings-calendar .sbc-navigation select {
          -webkit-appearance: none;
          border: 1px solid #dce0e0;
          border-radius: 0; }
      #content-right .bookings-calendar-wrap .bookings-calendar .request-to-book-wrap {
        padding: 20px;
        border: 1px solid #dce0e0;
        border-top: none; }
        #content-right .bookings-calendar-wrap .bookings-calendar .request-to-book-wrap .request-to-book {
          color: white;
          font-size: 15px;
          text-align: center;
          border-radius: 4px;
          padding: 10px;
          background-color: #53e3c5;
          width: 100%;
          display: block; }
      #content-right .bookings-calendar-wrap .bookings-calendar .cost-sml {
        font-size: 12px;
        line-height: 22px; }
      #content-right .bookings-calendar-wrap .bookings-calendar .cost {
        color: white;
        font-size: 20px;
        padding: 20px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.75); }
        @media (max-width: 700px) {
          #content-right .bookings-calendar-wrap .bookings-calendar .cost {
            padding: 10px 20px; } }
        #content-right .bookings-calendar-wrap .bookings-calendar .cost span {
          font-size: 12px;
          float: right; }
      #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar-wrapper,
      #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar {
        margin: 0; }
        #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar-wrapper .sbc-calendar-month,
        #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar .sbc-calendar-month {
          margin: 0;
          width: 320px;
          border: 1px solid #dce0e0;
          border-bottom: none;
          background-color: white; }
          #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar-wrapper .sbc-calendar-month .sbc-navigation,
          #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar .sbc-calendar-month .sbc-navigation {
            margin: 10px; }
          #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar-wrapper .sbc-calendar-month table,
          #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar .sbc-calendar-month table {
            width: 100%;
            padding: 10px;
            border: none; }
            #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar-wrapper .sbc-calendar-month table .sbc-status-free,
            #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar .sbc-calendar-month table .sbc-status-free {
              background-color: #d7f8f1; }
            #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar-wrapper .sbc-calendar-month table .pad,
            #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar .sbc-calendar-month table .pad {
              height: 0;
              padding: 0; }
            #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar-wrapper .sbc-calendar-month table thead tr th,
            #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar .sbc-calendar-month table thead tr th {
              font-family: 'Nunito Sans', sans-serif;
              font-style: normal; }
              .wf-loading #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar-wrapper .sbc-calendar-month table thead tr th, .wf-loading
              #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar .sbc-calendar-month table thead tr th {
                visibility: hidden; }
            #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar-wrapper .sbc-calendar-month table tbody tr td,
            #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar .sbc-calendar-month table tbody tr td {
              font-family: 'Nunito Sans', sans-serif;
              font-style: normal; }
              .wf-loading #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar-wrapper .sbc-calendar-month table tbody tr td, .wf-loading
              #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar .sbc-calendar-month table tbody tr td {
                visibility: hidden; }
            #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar-wrapper .sbc-calendar-month table tfoot,
            #content-right .bookings-calendar-wrap .bookings-calendar #sbc-calendar .sbc-calendar-month table tfoot {
              display: none; }
      #content-right .bookings-calendar-wrap .bookings-calendar .wpia-container {
        border-left: 1px solid #dce0e0;
        border-right: 1px solid #dce0e0;
        width: 100%;
        padding: 20px 20px 0 20px; }
        #content-right .bookings-calendar-wrap .bookings-calendar .wpia-container .wpia-calendar {
          width: 300px;
          height: auto;
          margin: 0 auto;
          padding: 0 !important;
          border: none; }
          @media (max-width: 700px) {
            #content-right .bookings-calendar-wrap .bookings-calendar .wpia-container .wpia-calendar {
              width: 260px; } }
          #content-right .bookings-calendar-wrap .bookings-calendar .wpia-container .wpia-calendar .wpia-heading {
            width: 100%;
            border: none;
            margin: 6.6666666667px 0; }
            #content-right .bookings-calendar-wrap .bookings-calendar .wpia-container .wpia-calendar .wpia-heading .wpia-prev,
            #content-right .bookings-calendar-wrap .bookings-calendar .wpia-container .wpia-calendar .wpia-heading .wpia-next {
              background: none; }
            #content-right .bookings-calendar-wrap .bookings-calendar .wpia-container .wpia-calendar .wpia-heading .wpia-prev:after {
              color: #484848;
              content: "\f104";
              font-size: 20px;
              font-family: FontAwesome;
              position: absolute;
              top: 18px;
              left: 10px;
              z-index: 1; }
            #content-right .bookings-calendar-wrap .bookings-calendar .wpia-container .wpia-calendar .wpia-heading .wpia-next:after {
              color: #484848;
              content: "\f105";
              font-size: 20px;
              font-family: FontAwesome;
              position: absolute;
              top: 18px;
              right: 10px;
              z-index: 1; }
            #content-right .bookings-calendar-wrap .bookings-calendar .wpia-container .wpia-calendar .wpia-heading .wpia-select-container {
              width: 80%; }
              #content-right .bookings-calendar-wrap .bookings-calendar .wpia-container .wpia-calendar .wpia-heading .wpia-select-container .wpia-dropdown {
                line-height: 22px;
                border: none;
                background: none;
                width: 100%;
                text-align: center; }
        #content-right .bookings-calendar-wrap .bookings-calendar .wpia-container .wpia-calendar ul li {
          width: 13.6%; }
          @media (max-width: 700px) {
            #content-right .bookings-calendar-wrap .bookings-calendar .wpia-container .wpia-calendar ul li {
              width: 13%; } }
      #content-right .bookings-calendar-wrap .bookings-calendar .newsletter {
        display: none; }
      #content-right .bookings-calendar-wrap .bookings-calendar .feature,
      #content-right .bookings-calendar-wrap .bookings-calendar .newsletter {
        line-height: 22px;
        text-align: center;
        margin: 20px 0;
        padding: 20px;
        border: 1px solid #dce0e0;
        background-color: white; }
        #content-right .bookings-calendar-wrap .bookings-calendar .feature h1,
        #content-right .bookings-calendar-wrap .bookings-calendar .newsletter h1 {
          font-size: 20px;
          font-weight: normal;
          margin: 0; }
        #content-right .bookings-calendar-wrap .bookings-calendar .feature h2,
        #content-right .bookings-calendar-wrap .bookings-calendar .newsletter h2 {
          font-size: 13px;
          font-weight: normal; }
        #content-right .bookings-calendar-wrap .bookings-calendar .feature a,
        #content-right .bookings-calendar-wrap .bookings-calendar .newsletter a {
          color: white;
          text-align: center;
          border-radius: 4px;
          padding: 10px;
          background-color: #53e3c5;
          width: 100%;
          display: block; }

.site-header {
  text-align: center;
  padding: 0;
  width: 100%; }
  .site-header .custom-logo {
    width: 50px;
    height: 50px;
    margin: 20px; }
  .site-header .site-branding {
    width: 100%; }
  .site-header .site-title {
    font-family: 'Merriweather', serif;
    font-style: normal;
    font-size: 30px;
    line-height: 0;
    margin: 0; }
    .wf-loading .site-header .site-title {
      visibility: hidden; }
  .site-header .site-description {
    color: #484848;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    letter-spacing: 2px;
    margin: 28px 0 20px 0; }
    .wf-loading .site-header .site-description {
      visibility: hidden; }

.header-book-wrap {
  position: absolute;
  top: 50px;
  right: 50px;
  display: none; }
  .header-book-wrap .header-book {
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    padding: 20px 40px;
    display: block;
    background-color: #53e3c5;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .wf-loading .header-book-wrap .header-book {
      visibility: hidden; }
    .header-book-wrap .header-book:hover {
      color: white;
      background-color: #7eead4; }

.home .header-book-wrap {
  display: block; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .home .header-book-wrap {
      right: 25px; } }
  @media (max-width: 700px) {
    .home .header-book-wrap {
      display: none; } }

.hero-carousel {
  height: 500px; }
  @media (max-width: 700px) {
    .hero-carousel {
      height: 220px; } }
  .hero-carousel .owl-carousel {
    width: 100%; }
    .hero-carousel .owl-carousel .owl-video-wrapper {
      background-color: transparent; }
    .hero-carousel .owl-carousel .item {
      height: 500px;
      position: relative;
      background-position: center;
      background-size: cover; }
      @media (max-width: 700px) {
        .hero-carousel .owl-carousel .item {
          height: 220px; } }
    .hero-carousel .owl-carousel .owl-nav {
      font-size: 40px;
      position: relative;
      bottom: 270px; }
      @media (max-width: 700px) {
        .hero-carousel .owl-carousel .owl-nav {
          bottom: 135px; } }
      .hero-carousel .owl-carousel .owl-nav .owl-prev,
      .hero-carousel .owl-carousel .owl-nav .owl-next {
        color: white; }
      .hero-carousel .owl-carousel .owl-nav .owl-prev {
        float: left;
        margin-left: 40px; }
        @media (max-width: 700px) {
          .hero-carousel .owl-carousel .owl-nav .owl-prev {
            margin-left: 20px; } }
      .hero-carousel .owl-carousel .owl-nav .owl-next {
        float: right;
        margin-right: 40px; }
        @media (max-width: 700px) {
          .hero-carousel .owl-carousel .owl-nav .owl-next {
            margin-right: 20px; } }

#media-player {
  text-align: center;
  height: 500px; }
  #media-player #media-controls {
    height: 0px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0; }
    #media-player #media-controls #media-button {
      text-indent: -9999px;
      width: 0;
      height: 0;
      border: 2px solid white;
      padding: 35px;
      border-radius: 100%;
      cursor: pointer;
      background: transparent url("../images/property/video/play.svg") no-repeat 0 0;
      background-size: 22px;
      background-position: 26px center;
      opacity: 1;
      z-index: 9999;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      position: relative;
      bottom: 40px; }
      @media (max-width: 700px) {
        #media-player #media-controls #media-button {
          display: none; } }
    #media-player #media-controls .pause {
      width: 100%;
      height: 200px;
      background: none;
      border: none;
      border-radius: 0px;
      position: relative;
      bottom: 200px;
      opacity: 0; }

#property-name {
  margin-top: 40px; }
  #property-name h1 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700; }
  #property-name h2 {
    font-size: 15px;
    font-weight: 400; }

.amenities,
.amenities-more {
  line-height: 12px; }
  .amenities ul,
  .amenities-more ul {
    padding-left: 20px; }
    .amenities ul li,
    .amenities-more ul li {
      list-style: disc; }
      .amenities ul li i,
      .amenities-more ul li i {
        display: none; }
  .amenities .no,
  .amenities-more .no {
    color: #999;
    line-height: 26px; }
  .amenities .no-no,
  .amenities-more .no-no {
    color: transparent;
    border-bottom: 1px solid #999;
    height: 0;
    position: relative;
    bottom: 13px;
    display: inline-block; }
    .amenities .no-no i,
    .amenities-more .no-no i {
      color: transparent !important; }
  .amenities .yes-yes,
  .amenities-more .yes-yes {
    color: transparent;
    line-height: 26px;
    height: 0;
    position: relative;
    bottom: 13px;
    display: inline-block; }
    .amenities .yes-yes i,
    .amenities-more .yes-yes i {
      color: transparent !important; }

.more-amenities,
.less-amenities {
  margin-left: 20%; }
  @media (max-width: 700px) {
    .more-amenities,
    .less-amenities {
      margin-left: 0; } }

.reviews {
  width: 100%; }
  .reviews .row-title {
    font-weight: 600;
    width: 20%;
    float: left; }
  .reviews .reviews {
    width: 80%;
    float: right; }
    .reviews .reviews .review {
      border-bottom: 1px solid #dce0e0;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .reviews .reviews .review p {
        margin-top: 0; }
        .reviews .reviews .review p:before {
          content: '"'; }
        .reviews .reviews .review p:after {
          content: '"'; }
      .reviews .reviews .review .name {
        font-weight: 600; }

.map-wrap {
  max-width: 1080px;
  margin: 0 auto 40px auto;
  padding: 0 40px; }
  .map-wrap:after {
    content: '';
    display: table;
    clear: both; }
  .map-wrap .map {
    max-width: 1020px;
    margin: 0 auto; }
    @media (max-width: 700px) {
      .map-wrap .map {
        border-top: 1px solid #dce0e0;
        padding: 20px 0; } }
    .map-wrap .map iframe {
      width: 100%;
      height: 550px;
      border: 1px solid #dce0e0 !important;
      pointer-events: none; }
      @media (max-width: 1020px) {
        .map-wrap .map iframe {
          height: 450px; } }
      @media (max-width: 700px) {
        .map-wrap .map iframe {
          height: 300px; } }

.related-content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 80px; }
  .related-content:after {
    content: '';
    display: table;
    clear: both; }
  @media (max-width: 700px) {
    .related-content {
      padding: 0 40px; } }
  .related-content .active {
    background-color: white; }
  .related-content .slide-wrap .slide {
    color: #484848; }
    .related-content .slide-wrap .slide .title {
      font-size: 20px;
      margin: 40px 0 20px 0; }
    .related-content .slide-wrap .slide img {
      height: 200px;
      background-size: cover;
      background-position: center; }
  .related-content .owl-nav {
    font-size: 30px; }
    .related-content .owl-nav .owl-prev,
    .related-content .owl-nav .owl-next {
      color: #484848;
      text-align: center;
      padding: 2px 0 0 0;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      bottom: 300px; }
    .related-content .owl-nav .owl-prev {
      float: left;
      position: relative;
      right: 60px; }
      @media (max-width: 700px) {
        .related-content .owl-nav .owl-prev {
          right: 40px; } }
    .related-content .owl-nav .owl-next {
      float: right;
      position: relative;
      left: 60px; }
      @media (max-width: 700px) {
        .related-content .owl-nav .owl-next {
          left: 40px; } }

#footer-request {
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 120px 0;
  background-image: url("../images/theme/footer-bg-02.png");
  background-size: 1140px; }
  @media (max-width: 700px) {
    #footer-request {
      padding: 40px 0; } }
  #footer-request a {
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    border-radius: 4px;
    margin: 40px auto;
    padding: 20px;
    background-color: #53e3c5;
    width: 250px;
    display: block; }
    .wf-loading #footer-request a {
      visibility: hidden; }
    @media (max-width: 700px) {
      #footer-request a {
        width: 80%; } }

.site-footer {
  color: white;
  font-size: 12px;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  padding: 80px;
  background-color: #333; }
  .wf-loading .site-footer {
    visibility: hidden; }
  @media (max-width: 700px) {
    .site-footer {
      padding: 40px 20px; } }
  .site-footer a {
    color: white;
    font-size: 12px;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    letter-spacing: 1px; }
    .wf-loading .site-footer a {
      visibility: hidden; }

.page-template-booking-request {
  text-align: center;
  background-color: #f6f6f6; }
  .page-template-booking-request header {
    background-color: white;
    padding-bottom: 10px; }
  .page-template-booking-request .site-content {
    max-width: 710px;
    margin: 40px auto;
    padding: 40px;
    background-color: white; }
    @media (max-width: 700px) {
      .page-template-booking-request .site-content {
        margin: 20px auto;
        padding: 20px; } }

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  outline: none; }

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box; }

a {
  color: #484848; }

a.url {
  color: #484848;
  box-shadow: none; }

.skip-link {
  display: none; }

.site {
  margin: 0;
  padding: 0; }

aside {
  display: none; }

ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

video {
  /*position: fixed;*/
  /*top: 50%;*/
  /*left: 50%;*/
  min-width: 100%;
  min-height: 500px;
  width: auto;
  height: 500px;
  /*transform: translateX(-50%) translateY(-50%);*/
  transition: 1s opacity;
  display: block; }

iframe,
embed,
object {
  max-width: 100%;
  height: 100%; }

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

@media (max-width: 1020px) {
  .desktop {
    display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1020px) {
    .mobile {
      display: block; } }

#content {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  letter-spacing: .5px; }
  .wf-loading #content {
    visibility: hidden; }

.padding {
  height: 105px; }

.hidden {
  display: none; }

.active {
  color: white;
  background-color: #484848; }

#top-pos {
  position: relative;
  top: -185px;
  width: 0; }

.block-hr {
  border-top: 1px solid #dce0e0; }

section {
  padding: 20px 0; }
