body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
a {
  text-decoration: none;
  color: #bdd73c;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.clr {
  clear: both;
}
.logo {
  font-weight: lighter;
  font-size: 0.6rem;
  float: left;
}
.logo a {
  color: #333333;
  text-transform: uppercase;
}
.green {
  color: #bdd73c;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.hamburger {
  display: none;
}
.hidden-link {
  display: none;
}
.ui-datepicker {
  font-size: 0.4rem;
}
.contact-2 {
  background: white;
}
.c-two-third {
  width: 66.666%;
  float: left;
}
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip {
  font-size: 0.3rem;
  display: block;
  background: #aa0000;
  padding: 0.1rem;
  color: white;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng {
  text-align: center;
  color: #aa0000;
  font-size: 0.3rem;
  margin-bottom: 0.5rem;
}
.wpcf7-mail-sent-ok {
  color: #bdd73c;
}
.c-half {
  width: 50%;
  float: left;
  padding-top: 2.2rem;
  padding-left: 0.5rem;
}
.c-half .hint {
  color: #959595;
  font-style: italic;
  font-size: 0.3rem;
  text-align: center;
}
.c-half .form-group {
  margin-bottom: 0.4rem;
}
.c-half .form-group label {
  display: block;
  text-transform: uppercase;
  font-size: 0.35rem;
  color: #959595;
  margin-bottom: 0.1rem;
  line-height: 0.45;
}
.c-half .form-group input {
  width: 100%;
  box-sizing: border-box;
  border: solid 2px #959595;
  padding: 0.2rem;
  display: block;
  outline: none;
}
.c-half .form-group textarea {
  resize: none;
  width: 100%;
  box-sizing: border-box;
  border: solid 2px #959595;
  height: 3rem;
  outline: none;
  display: block;
  padding: 0.2rem;
}
.c-half .form-group input[type="submit"] {
  background: #bdd73c;
  color: white;
  border: solid 2px #bdd73c;
  margin-top: 1.17rem;
  cursor: pointer;
}
.c-half .form-group input:focus {
  border: solid 2px #bdd73c;
}
.c-half .form-group textarea:focus {
  border: solid 2px #bdd73c;
}
.c-half .form-group.fixheight {
  height: 1.7rem;
}
.c-third {
  box-sizing: border-box;
  width: 33.333%;
  float: left;
}
.c-third h3 {
  font-size: 0.5rem;
  text-transform: uppercase;
  font-weight: normal;
  padding: 1rem 0;
}
.c-third .contact-info {
  color: black;
  font-size: 0.35rem;
}
.c-third .contact-data {
  font-size: 0.35rem;
  margin: 1.3rem 0;
}
.c-third .contact-data i {
  color: #959595;
  display: inline-block;
  width: 1rem;
}
.c-third.form-holder {
  padding-top: 2.2rem;
  padding-left: 0.5rem;
}
.header-ph {
  height: 2.05rem;
}
header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
}
header .top-container {
  padding: 0.2rem 0.4rem;
}
header .langselect {
  float: right;
  font-size: 0.35rem;
}
header .langselect li {
  padding: 0.155rem 0;
  float: left;
}
header .langselect li a {
  color: black;
  display: inline-block;
  padding: 0 0.25rem;
  font-weight: bolder;
  border-left: solid 1px black;
}
header .langselect li:first-child a {
  border: none;
}
.enquiry-third {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.5rem;
}
.enquiry-row .enquiry-third:first-child {
  padding-left: 0;
}
.enquiry-third .form-group {
  position: relative;
  height: 2.5rem;
}
.enquiry-third .form-group label {
  display: block;
  text-transform: uppercase;
  font-size: 0.35rem;
  color: #959595;
  margin-bottom: 0.1rem;
  line-height: 0.45;
}
.enquiry-third .form-group input,
.enquiry-third .form-group select {
  width: 100%;
  box-sizing: border-box;
  border: solid 2px #959595;
  padding: 0.2rem;
  display: block;
  outline: none;
}
.enquiry-third .form-group input:focus {
  border: solid 2px #bdd73c;
}
.enquiry-third .form-group i {
  position: absolute;
  font-size: 0.5rem;
  color: #959595;
  right: 0.3rem;
  top: 0.42rem;
}
.enquiry-third .form-group input[type="submit"] {
  background: #bdd73c;
  color: white;
  border: solid 2px #bdd73c;
  cursor: pointer;
}
.booked-day {
  background: #aa0000 !important;
}
.get-offer {
  color: white;
  background: #959595;
  display: block;
  font-size: 0.45rem;
  text-transform: uppercase;
  padding: 0.2rem;
  margin-top: 1rem;
  text-align: center;
}
.get-offer:hover {
  background: #bdd73c;
}
.enquiry-title {
  text-align: center;
  font-size: 0.45rem;
  color: #1d1d1d;
  text-transform: uppercase;
  margin: 0.9rem 0;
}
.get-offer-hint {
  float: right;
  font-size: 0.35rem;
  color: #959595;
  font-style: italic;
}
.social {
  float: right;
}
.social li {
  margin-left: 0.3rem;
  float: left;
  font-size: 0.5rem;
}
.social li a {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  color: white;
  background: #bdd73c;
  text-align: center;
}
.social li a i {
  vertical-align: middle;
}
.social li a:hover {
  background: #a3bb2b;
}
nav.main {
  background: #bdd73c;
}
nav.main ul {
  float: left;
}
nav.main ul li {
  float: left;
  font-size: 0.35rem;
  padding: 0.2rem 0.4rem;
  position: relative;
}
nav.main ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
nav.main ul li ul {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  background: #B2C74B;
  top: 0.87rem;
}
nav.main ul li ul li {
  width: 100%;
}
nav.main ul li ul li a {
  white-space: nowrap;
}
nav.main ul li:hover {
  background: #a3bb2b;
}
nav.main ul li:hover ul {
  display: block;
}
.cd-hero-slider {
  height: 14rem;
}
.cd-hero-slider li .cd-full-width {
  padding-top: 0;
  background-size: cover !important;
  background-position: center center;
}
.cd-hero-slider .cd-top-caption {
  background: #bdd73c;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-size: 1.15rem;
  padding: 0.1rem 0.4rem !important;
  color: white;
  margin-top: 1.8rem !important;
}
.cd-hero-slider .cd-top-text {
  background: white;
  font-size: 0.9rem;
  display: inline-block;
  max-width: 60%;
  font-weight: lighter;
  padding: 0.4rem 0.8rem !important;
  margin-top: 0.9rem !important;
}
.cd-slider-nav {
  background: none;
  bottom: 1.2rem;
  text-align: center;
}
.cd-slider-nav ul {
  height: auto;
  display: inline-block;
}
.cd-slider-nav ul li {
  height: auto;
  width: auto;
  margin-left: 0.4rem;
}
.cd-slider-nav ul li a {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  text-transform: uppercase;
  color: white;
  border: solid 1px white;
  font-size: 0.3rem;
}
.cd-slider-nav ul li.selected a {
  background: #bdd73c !important;
  color: white;
  border: solid 1px #bdd73c;
}
.cd-slider-nav ul li:first-child {
  margin-left: 0;
}
.section-title {
  padding: 1.5rem 0;
  text-align: center;
}
.section-title h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
}
.section-title img {
  width: 2.6rem;
}
.section-title .subtitle {
  color: #959595;
  text-transform: uppercase;
  font-size: 0.4rem;
}
.white h2 {
  color: white;
}
.third {
  width: 33.33333%;
  box-sizing: border-box;
  float: left;
  padding: 0.25rem;
}
.third p {
  font-size: 0.35rem;
  text-align: justify;
  color: #959595;
}
.third h3 {
  font-size: 0.7rem;
  font-weight: normal;
}
.third h3 i {
  color: #959595;
}
.services {
  background: #eaeaea;
}
.contact-1 {
  background: #363636;
}
#map {
  height: 10rem;
  background: lightgray;
}
section.enquiry {
  background: white;
  padding-bottom: 1rem;
}
section.gallery {
  background: #363636;
}
section.reviews {
  background: white;
}
.quote {
  font-style: italic;
  color: black;
  font-size: 0.35rem;
  text-align: center;
}
.quote-info {
  border-top: solid 1px #959595;
  width: 12rem;
  margin: 0.5rem auto 0.4rem auto;
  text-align: center;
}
.quote-info .quote-arrow img {
  margin: 0 auto;
  margin-top: -1px;
  border-top: solid 1px white;
}
.quote-info .pic {
  width: 3.25rem;
  height: 3.25rem;
  background: #aeaeae;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  margin-top: 0.2rem;
  background-size: cover;
  background-position: center center;
}
.quote-info .name {
  text-align: center;
  text-transform: uppercase;
  color: #363636;
  font-weight: bold;
  font-size: 0.35rem;
}
.quote-info .date {
  color: #959595;
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
}
.bx-pager-link {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.bx-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.bx-pager {
  position: relative !important;
  bottom: 0 !important;
  padding-top: 0 !important;
  line-height: 0 !important;
  height: 35px !important;
}
footer {
  background: #363636;
  text-align: center;
}
footer .social {
  display: inline-block;
  float: none;
}
footer .social li:first-child {
  margin-left: 0;
}
footer .aos {
  margin: 0.5rem 0 0.7rem 0;
  display: inline-block;
}
footer .aos li {
  float: left;
  font-size: 0.30rem;
  color: white;
  text-align: left;
}
footer .aos li a {
  color: #d19230;
}
footer .aos li div {
  margin-top: 0.05rem;
  margin-left: 0.2rem;
}
footer .aos li img {
  width: 1rem;
}
footer .copy {
  text-transform: uppercase;
  font-size: 0.35rem;
  color: #adadad;
}
.fullwidth-halfsplit {
  float: right;
  box-sizing: border-box;
  width: 48%;
}
.fullwidth-halfsplit a.apartment-picture {
  width: 50%;
  display: block;
  float: left;
  background: gray;
  height: 5.5rem;
  border: solid 2px #363636;
  box-sizing: border-box;
  background-size: cover;
}
.split-row .fullwidth-halfsplit:first-child {
  float: left;
}
.green-button-middle {
  background: #bdd73c;
  color: white;
  text-transform: uppercase;
  display: block;
  width: 6rem;
  margin: 0.8rem auto 1.5rem auto;
  font-size: 0.42rem;
  text-align: center;
  padding: 0.2rem 0;
}
.close-hamburger {
  display: none;
}
.page-title {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin: 0;
  padding: 0.35rem 0;
}
.page-content {
  font-size: 0.35rem;
  text-align: justify;
  min-height: 10rem;
  padding-bottom: 0.5rem;
}
.page-thumbnail {
  margin: 0.8rem 0;
  text-align: center;
}
.page-thumbnail a {
  position: relative;
  display: inline-block;
}
.page-thumbnail a img {
  display: block;
  width: 11rem;
}
.gallery-icon {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #bdd73c;
  color: white;
  font-size: 0.8rem;
  display: table-cell;
  padding: 0 0.25rem;
}
.gallery-icon i {
  vertical-align: middle;
}
.caption-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #363636;
  color: #838383;
  font-size: 0.35rem;
  text-align: left;
  padding: 0.4rem 0.6rem;
}
.cms-wrap {
  background: white;
}
.calendar-left {
  float: left;
  width: 50%;
  text-align: center;
}
.calendar-right {
  float: right;
  width: 50%;
  text-align: center;
}
.clwd-1 {
  float: left;
  font-size: 0.3rem;
  text-transform: uppercase;
  width: 1rem;
  margin: 0 0 0.2rem 0.2rem;
  font-weight: bold;
}
.calendar-wrapper {
  display: inline-block;
  height: 9.2rem;
}
.cl-title {
  font-size: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.cl-title .intro {
  font-size: 0.3rem;
  font-weight: lighter;
  color: #b0b0b0;
  margin-top: 0.4rem;
  /*height: 3rem;*/
  height: 4.5rem;
  padding: 0.5rem;
}
.cl-day-ph,
.cl-day {
  float: left;
  font-size: 0.3rem;
  font-weight: bold;
  width: 1rem;
  color: white;
  text-align: center;
  margin: 0 0 0.2rem 0.2rem;
  padding: 0.28rem 0;
}
.cl-day {
  background: #959595;
}
.cl-free {
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  font-size: 0.35rem;
  color: #959595;
}
.cl-taken {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  font-size: 0.35rem;
  color: #aa0000;
}
.calendar-days div:first-child {
  margin-left: 0;
}
.cl-row div:first-child {
  margin-left: 0;
}
.cl-top {
  font-size: 0.35rem;
}
.cl-top div {
  display: inline-block;
  font-weight: bold;
}
.cl-nav {
  font-size: 0.35rem;
  margin: 0.5rem 0;
  cursor: pointer;
}
.cl-nav .cl-next {
  float: right;
}
.cl-nav .cl-prev {
  float: left;
}
.cl-nav div:hover {
  color: #aa0000;
}
@media screen and (min-width: 640px) {
  .close-hamburger {
    display: none !important;
  }
  nav.main {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .header-ph {
    height: 4.2rem;
  }
  .calendar-left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .calendar-right {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 2.5rem;
  }
  .cl-title {
    font-size: 1rem;
  }
  .cl-title .intro {
    font-size: 0.8rem;
    height: auto;
  }
  .enquiry-title {
    font-size: 1rem;
    margin-top: 3rem;
  }
  .enquiry-third {
    width: 100%;
    padding: 1rem !important;
    padding-bottom: 0 !important;
    float: none;
    box-sizing: border-box;
  }
  .enquiry-third .form-group label {
    font-size: 0.8rem;
    line-height: 0.75;
  }
  .enquiry-third .form-group {
    height: 3.3rem;
    margin-bottom: 0.4rem;
  }
  .enquiry-third .form-group i {
    top: 1rem;
  }
  .quote {
    font-size: 0.8rem !important;
  }
  .quote-info .pic {
    width: 5rem;
    height: 5rem;
  }
  .quote-info .name {
    font-size: 0.8rem;
  }
  .quote-info .date {
    font-size: 0.8rem;
  }
  .calendar-wrapper .cl-top {
    font-size: 0.8rem;
  }
  .calendar-wrapper .cl-nav {
    font-size: 0.8rem;
  }
  .calendar-wrapper .clwd-1 {
    font-size: 0.8rem;
  }
  .calendar-wrapper .cl-day {
    font-size: 0.8rem;
    width: 2rem;
    padding: 0.45rem 0;
  }
  .calendar-wrapper .cl-day-ph,
  .calendar-wrapper .clwd-1 {
    font-size: 0.8rem;
    width: 2rem;
    padding: 0.45rem 0;
  }
  .calendar-wrapper .cl-taken,
  .calendar-wrapper .cl-free {
    font-size: 0.8rem;
  }
  .calendar-wrapper .get-offer {
    font-size: 1rem;
  }
  .calendar-wrapper .get-offer-hint {
    font-size: 0.7rem;
  }
  .c-two-third {
    width: 100%;
    float: none;
  }
  .c-half {
    width: 100%;
    padding: 0.5rem !important;
  }
  .c-half .form-group label {
    font-size: 0.8rem;
    height: 1rem;
  }
  .c-half .form-group.fixheight {
    height: auto;
  }
  .c-half .hint {
    font-size: 0.7rem;
  }
  .c-half .form-group input[type="submit"] {
    font-size: 0.8rem;
  }
  .wpcf7-not-valid-tip {
    font-size: 0.7rem;
  }
  .wpcf7-validation-errors,
  .wpcf7-mail-sent-ok,
  .wpcf7-mail-sent-ng {
    font-size: 0.8rem;
    padding: 0.5rem 0.5rem 2rem 0.5rem;
  }
  .c-third {
    width: 100%;
    padding: 0.5rem !important;
  }
  .c-third h3 {
    text-align: center;
    font-size: 1rem;
  }
  .c-third .contact-info {
    text-align: center;
    font-size: 0.8rem;
  }
  .c-third .contact-data {
    text-align: center;
    font-size: 0.8rem;
  }
  .c-third .hint {
    font-size: 0.7rem;
  }
  .c-third label {
    font-size: 0.8rem !important;
  }
  .caption-container {
    font-size: 0.8rem;
  }
  .gallery-icon {
    font-size: 1.2rem;
  }
  .page-thumbnail a img {
    width: 100%;
  }
  .page-title {
    text-align: center;
  }
  .page-content {
    font-size: 0.7rem;
    padding: 0.2rem;
  }
  .logo {
    font-size: 1.7rem;
    float: none;
    text-align: center;
  }
  .social li {
    font-size: 1rem;
  }
  .social li a {
    width: 1.5rem;
    height: 1.5rem;
  }
  header .langselect {
    font-size: 0.85rem;
  }
  .cd-slider-nav {
    display: none;
  }
  .hamburger {
    float: left;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    display: inline;
  }
  .close-hamburger {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    text-transform: uppercase;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0.3rem;
    font-size: 1.2rem;
    cursor: pointer;
  }
  nav.main {
    -webkit-box-shadow: 4px 0px 29px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 4px 0px 29px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 4px 0px 29px 0px rgba(50, 50, 50, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: none;
    overflow: auto;
    padding-top: 3rem;
  }
  nav.main ul {
    float: none;
  }
  nav.main ul li {
    line-height: 200%;
    padding: 0;
    font-size: 0.9rem;
    float: none;
    margin-right: 0.4rem;
  }
  nav.main ul li ul {
    top: 0;
    position: relative;
    display: block;
  }
  nav.main ul li ul li {
    padding-left: 0.6rem;
    padding-right: 0.4rem;
  }
  .section-title h2 {
    font-size: 1.3rem;
  }
  .section-title .subtitle {
    font-size: 0.7rem;
  }
  .section-title img {
    width: 4rem;
  }
  .third {
    float: none;
    width: 100%;
  }
  .third p {
    font-size: 0.8rem;
  }
  .third h3 {
    font-size: 1.3rem;
    text-align: center;
  }
  .fullwidth-halfsplit {
    width: 100%;
    float: none;
  }
  section.gallery {
    padding-bottom: 1rem;
  }
  footer .aos li {
    font-size: 0.6rem;
  }
  footer .aos li img {
    width: 1.8rem;
  }
  footer .copy {
    font-size: 0.6rem;
  }
  .green-button-middle {
    width: 11rem;
    font-size: 0.8rem;
  }
}

.recapv2 {
  position: absolute;
  top: 9px;
}