@charset "UTF-8";
/*
Theme Name: PS Website Design
Theme URI: http://www.pswebsitedesign.com
Description: A minimalist theme by PS.
Author: PS Website Design Ltd
Author URI: http://www.pswebsitedesign.com
Version: 2.0
*/
/*----UNIVERSAL----*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
img.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.left_col, .right_col {
  width: 50%;
  position: relative;
}

.left_col {
  float: left;
}

.right_col {
  float: right;
}

/* RESET */
/* ----------------------------------------- */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, form, p, filedset, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

input[type=submit], input[type=text], input[type=email], input[type=number], button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

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

/* Global reset-RESET */
/* The below restores some sensible defaults */
b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

abbr[title], acronym[title] {
  text-decoration: none;
}

a img {
  border: none;
  display: block;
} /* Gets rid of IE's blue borders */
.ui-datepicker {
  z-index: 9999 !important;
  position: absolute;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  font-size: 10px;
}

html.freeze {
  overflow: hidden;
}

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

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  font-family: lora, serif;
  color: #243a4d;
  -webkit-font-smoothing: antialiased;
}
body p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #243a4d;
  font-family: lora, serif;
}

a {
  outline: none;
  text-decoration: underline;
  color: #243a4d;
}

a:hover {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.preload * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* #Auto Grid 5000 v1.2
// 1.1 - Added max-width units
// 1.2 - Added one & two-third columns

Author: Danny Spencer & Anthony Jocelyn
================================================== */
/* Adjust these values */
/*--- Grid ---*/
.container {
  margin: 0 auto;
  padding: 0;
  max-width: 1270px;
  width: 100%;
}
.container--medium {
  max-width: 1167px;
}

.container .column, .container .columns {
  float: left;
  display: inline;
  margin-left: 0.7874015748%;
  margin-right: 0.7874015748%;
}

/*--- Nested Column Classes ---*/
.column.alpha, .columns.alpha {
  margin-left: 0;
}

.column.omega, .columns.omega {
  margin-right: 0;
}

/*--- Base Grid ---*/
.container .one.column, .container .one.columns {
  width: 18.4251968504%;
}

.container .two.columns {
  width: 38.4251968504%;
}

.container .three.columns {
  width: 58.4251968504%;
}

.container .four.columns {
  width: 78.4251968504%;
}

.container .five.columns {
  width: 98.4251968504%;
}

.container .six.columns {
  width: 118.4251968504%;
}

.container .seven.columns {
  width: 138.4251968504%;
}

.container .eight.columns {
  width: 158.4251968504%;
}

.container .nine.columns {
  width: 178.4251968504%;
}

.container .ten.columns {
  width: 198.4251968504%;
}

.container .eleven.columns {
  width: 218.4251968504%;
}

.container .twelve.columns {
  width: 238.4251968504%;
}

.container .thirteen.columns {
  width: 258.4251968504%;
}

.container .fourteen.columns {
  width: 278.4251968504%;
}

.container .fifteen.columns {
  width: 298.4251968504%;
}

.container .sixteen.columns {
  width: 318.4251968504%;
}

.container .one-third.columns {
  width: 31.7585301837%;
}

.container .two-thirds.columns {
  width: 65.0918635171%;
}

/* #Clearing
================================================== */
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after, .clearfix:after {
  clear: both;
}

.row, .clearfix {
  zoom: 1;
}

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

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

html {
  background: #ffffff;
  height: 100%;
}

body {
  background: #ffffff;
  /*&.fade{
  	header.head{transform: translateY(-30px); opacity: 0;}


  	&.fade-trigger{
  		header.head{transform: initial; opacity: 1; @include fade(0.5s);}
  	}
  }*/
}
body.lock_scroll {
  overflow: hidden;
}
body *.fading {
  opacity: 0;
}
body *.fading--top {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
@media only screen and (max-width: 500px) {
  body *.fading--top {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}
body *.fading.faded {
  opacity: 1;
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
  -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/*----NAV----*/
.head {
  padding: 0;
  height: 150px;
  width: 100%;
  z-index: 10;
  position: relative;
  background-color: #fff;
}
.head__lang_res {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head__social {
  padding-right: 13px;
  position: relative;
  top: 2px;
}
.head__social a:first-child svg {
  height: 25px;
}
.head .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 104px;
}
.head .main_nav__menu {
  background-color: #E7EDEC;
  width: 100%;
  height: 46px;
}
.head .main_nav .menu-header {
  max-width: 1006px;
  padding: 0 25px;
  margin: 0 auto;
}
.head .main_nav .menu-header ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head .main_nav .menu-header ul.menu > li > a {
  /*padding-bottom: 8px;*/
}
.head .main_nav .menu-header ul.menu > li.current-menu-item a, .head .main_nav .menu-header ul.menu > li:hover a {
  color: #469892;
  position: relative;
}
.head .main_nav .menu-header ul.menu > li.current-menu-item a:before, .head .main_nav .menu-header ul.menu > li.current-menu-item a:after, .head .main_nav .menu-header ul.menu > li:hover a:before, .head .main_nav .menu-header ul.menu > li:hover a:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 8px;
  background-color: #7AC6BF;
  position: absolute;
  top: 6px;
}
.head .main_nav .menu-header ul.menu > li.current-menu-item a:before, .head .main_nav .menu-header ul.menu > li:hover a:before {
  left: -17px;
}
.head .main_nav .menu-header ul.menu > li.current-menu-item a:after, .head .main_nav .menu-header ul.menu > li:hover a:after {
  right: -16px;
}
.head .main_nav .menu-header ul.menu li {
  position: relative;
  /*&.menu-item-has-children {
  	> a:after {
  		content: '+'; display: inline-block; padding-left: 12px; @include wordup(16px, 23px, $regular, 0.02em);
  	}
  }*/
}
.head .main_nav .menu-header ul.menu li a {
  color: #4B4C4C;
  font-size: 16px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 0em;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.head .main_nav .menu-header ul.menu li ul.sub-menu li {
  padding: 12px 23px;
}
.head .main_nav .menu-header ul.menu li ul.sub-menu li.current-menu-item a {
  text-decoration: underline;
}
.head .main_nav .menu-header ul.menu li ul.sub-menu li.menu-item-has-children > a:after {
  display: none;
}
.head .main_nav .menu-header ul.menu li ul.sub-menu li a {
  color: #335675;
}
.head .main_nav .menu-header ul.menu li ul.sub-menu li a:before, .head .main_nav .menu-header ul.menu li ul.sub-menu li a:after {
  content: "";
  display: none;
}
@media only screen and (min-width: 921px) {
  .head .main_nav .menu-header ul.menu li.current_parent {
    display: none;
  }
  .head .main_nav .menu-header ul.menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .head .main_nav .menu-header ul.menu ul.sub-menu {
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    z-index: 100;
    min-width: 250px;
    width: 100%;
    position: absolute;
    margin-top: 5px;
    top: 100%;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    background: #E7EDEC;
  }
  .head .main_nav .menu-header ul.menu ul.sub-menu li:before {
    content: "";
    border-bottom: solid 1px #8ebce3;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 22px;
    display: block;
  }
  .head .main_nav .menu-header ul.menu ul.sub-menu li:last-child:before {
    display: none;
  }
  .head .main_nav .menu-header ul.menu ul.sub-menu li a {
    font-size: 14px;
    line-height: 24px;
  }
  .head .main_nav .menu-header ul.menu ul.sub-menu li a:hover {
    text-decoration: underline;
  }
  .head .main_nav .menu-header ul.menu ul.sub-menu li ul.sub-menu {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    height: auto;
    top: 0;
  }
  .head .main_nav .menu-header ul.menu ul.sub-menu li ul.sub-menu li {
    width: 100%;
    padding: 0px;
  }
  .head .main_nav .menu-header ul.menu ul.sub-menu li ul.sub-menu li:before {
    display: none;
  }
  .head .main_nav .menu-header ul.menu ul.sub-menu li ul.sub-menu li a {
    color: #998d74;
  }
}

.mac .head .main_nav .menu-header ul.menu li a {
  line-height: 42px;
}
.mac .head .main_nav .menu-header ul.menu > li.current-menu-item a:before, .mac .head .main_nav .menu-header ul.menu > li.current-menu-item a:after, .mac .head .main_nav .menu-header ul.menu > li:hover a:before, .mac .head .main_nav .menu-header ul.menu > li:hover a:after {
  top: 13px;
}

/*----HEADER----*/
.language {
  position: relative;
  top: 2px;
}
.language select {
  font-size: 18px;
  /* line-height: 18px; */
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  color: #4B4C4C;
  border: 0;
  outline: 0;
}

.head__btn {
  margin-left: 25px;
}
.language:before {
  content: "";
  position: absolute;
  top: 9px;
  right: -16px;
  display: block;
  height: 7px;
  width: 7px;
  border-bottom: 1px solid #4B4C4C;
  border-right: 1px solid #4B4C4C;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 920px) {
  .language {
    top: -1px;
  }
}

/*----REUSABLES----*/
.btn {
  background-color: #FDF1C8;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4B4C4C;
  font-family: brandon-grotesque, sans-serif;
  border-radius: 4px;
  text-decoration: none;
  padding: 15px 30.5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.btn--drk_ylw {
  background-color: #F8E8B1;
}
.btn--res {
  line-height: 18px;
  font-size: 18px;
  padding: 12px 24px;
}
.btn:hover {
  text-decoration: none;
  background-color: #7AC6BF;
  color: #fff;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 992px) {
  .btn {
    font-size: 18px;
    padding: 12px 25.5px;
  }
}

.container {
  max-width: 1232px;
  width: 100%;
  padding: 0 25px;
}
.container--small {
  max-width: 1030px;
}
.container--large {
  max-width: 1282px;
}
.container--rel {
  position: relative;
}
.container--pad {
  padding-top: 60px;
  padding-bottom: 60px;
}

body p, .text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0;
  font-family: brandon-grotesque, sans-serif;
  color: #4B4C4C;
}
@media only screen and (max-width: 922px) {
  body p, .text {
    font-size: 17px;
    line-height: 24px;
  }
}

.title {
  font-size: 40px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  color: #4B4C4C;
}
@media only screen and (max-width: 922px) {
  .title {
    font-size: 32px;
    line-height: 38px;
  }
  .title br {
    display: none;
  }
}

.banner {
  position: relative;
  height: 407px;
  overflow-x: clip;
}
.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__img--mob {
  display: none;
}
.banner__gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.25;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 228px;
}
.banner__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__content {
  max-width: 1029px;
  margin: 0 auto 81px;
  padding: 0 25px;
  width: 100%;
}
.banner__title {
  font-size: 60px;
  line-height: 68px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.banner__text {
  padding-right: 2px;
}
.banner__text p {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  text-align: center;
}
.banner__graphic {
  position: absolute;
}
.banner__graphic--1 {
  left: -309px;
  top: -68px;
}
.banner__graphic--2 {
  right: -320px;
  top: -268px;
}
.banner__graphic--3 {
  top: -79px;
  right: -147px;
}
.banner__graphic--4 {
  bottom: -76px;
  left: -176px;
}
.banner__graphic--mob {
  display: none;
}
.banner--picture.banner--no_text .banner__content {
  margin-bottom: 34px;
}
.banner--colour {
  background-color: #7AC6BF;
  height: 260px;
}
.banner--colour .banner { /*margin:14px auto 0;*/ }
.banner--colour .banner__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner--colour .banner__content {
  margin: 0 auto 0;
  position: relative;
}
.banner--colour .banner__title {
  margin-bottom: 0;
}
.banner--home {
  height: 617px;
}
.banner--home .banner__gradient {
  opacity: 0.52;
}
.banner--cycling .banner__gradient {
  opacity: 0.35;
}
@media only screen and (max-width: 900px) {
  .banner {
    height: 282px;
  }
  .banner__title {
    font-size: 44px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .banner__text p {
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .banner__gradient {
    height: 169px;
  }
  .banner__graphic--1 {
    left: -46px;
    top: -48px;
  }
  .banner__graphic--2 {
    right: -99px;
    top: -140px;
  }
  .banner__graphic--3 {
    top: -44px;
    right: 6px;
  }
  .banner__graphic--4 {
    bottom: -40px;
    left: -51px;
  }
  .banner__graphic--desk {
    display: none;
  }
  .banner__graphic--mob {
    display: block;
  }
  .banner--picture.banner--no_text .banner__content {
    margin-bottom: 14px;
  }
  .banner--colour {
    height: 158px;
  }
  .banner--colour .banner__content {
    margin-top: 10px;
  }
  .banner--home {
    height: 489px;
  }
  .banner--home .banner__content {
    margin-bottom: 47px;
  }
  .banner--home .banner__title {
    font-size: 34px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 9px;
  }
  .banner--home .banner__gradient {
    height: 320px;
  }
  .banner--our-tents .banner__title {
    padding: 0 27px;
  }
}
@media only screen and (max-width: 600px) {
  .banner__img--desk {
    display: none;
  }
  .banner__img--mob {
    display: block;
  }
}

.mac .banner--colour .banner__title {
  margin-bottom: 14px;
}

/*----HOME----*/
.blue_text {
  background-color: #7AC6BF;
  position: relative;
  overflow-x: clip;
  padding: 74px 0;
}
.blue_text__text {
  text-align: center;
  max-width: 864px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.blue_text__text p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}
.blue_text__branch {
  position: absolute;
  bottom: -101px;
  right: -220px;
}
.blue_text__branch--mob {
  display: none;
}
.blue_text--light {
  background-color: #E7EDEC;
  padding: 64px 0 63px;
}
.blue_text--light .blue_text__text {
  max-width: 980px;
}
.blue_text--light .blue_text__text p {
  color: #4B4C4C;
  font-size: 22px;
  line-height: 34px;
}
.blue_text--light .blue_text__branch {
  right: auto;
  left: -286px;
  bottom: -226px;
}
.blue_text--ethos {
  padding: 64px 0 62px;
}
.blue_text--ethos .blue_text__text {
  max-width: 924px;
}
.blue_text--ethos .blue_text__text p {
  font-size: 22px;
  line-height: 34px;
}
.blue_text--ethos .blue_text__branch {
  bottom: -54px;
  right: -46px;
}
@media only screen and (max-width: 1060px) {
  .blue_text__branch {
    bottom: -84px;
    right: -98px;
    display: none;
  }
  .blue_text__branch--mob {
    display: block;
  }
  .blue_text--light .blue_text__branch {
    left: -200px;
    bottom: -256px;
  }
  .blue_text--ethos .blue_text__branch {
    bottom: -57px;
    right: 17px;
  }
}
@media only screen and (max-width: 860px) {
  .blue_text {
    padding: 56px 1px 62px;
  }
  .blue_text__text p {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .blue_text--light {
    padding: 60px 7px;
  }
  .blue_text--ethos {
    padding-bottom: 61px;
  }
  .blue_text--ethos .container {
    padding: 0 24px;
  }
}

.tent_types {
  text-align: center;
  position: relative;
  overflow-x: clip;
  padding: 76px 0 85px;
}
.tent_types__title {
  max-width: 935px;
  margin: 0 auto 15px;
}
.tent_types__text {
  margin-bottom: 41px;
}
.tent_types__tents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tent_types__btn {
  margin-top: 44px;
}
.tent_types__butterfly {
  position: absolute;
}
.tent_types__butterfly--1 {
  top: 180px;
  left: -205px;
}
.tent_types__butterfly--2 {
  bottom: 341px;
  right: -217px;
}
@media only screen and (max-width: 1060px) {
  .tent_types__butterfly--1 {
    top: 196px;
    left: -46px;
  }
  .tent_types__butterfly--1 svg {
    width: 103px;
    height: 78px;
  }
  .tent_types__butterfly--2 {
    display: none;
  }
}
@media only screen and (max-width: 922px) {
  .tent_types {
    padding: 34px 0 48px;
  }
  .tent_types__title {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 10px;
  }
  .tent_types__text {
    margin-bottom: 31px;
    padding: 0 2px;
  }
  .tent_types__btn {
    margin-top: 28px;
  }
  .tent_types__butterfly--1 {
    top: 299px;
    left: -32px;
  }
}

.tent_type {
  width: calc(50% - 15px);
  margin-top: 29px;
  z-index: 1;
}
.tent_type a {
  text-decoration: none;
}
.tent_type img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tent_type__content, .tent_type__title, .tent_type__text, .tent_type__location, .tent_type__link {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.tent_type__content {
  background-color: #E7EDEC;
  border-bottom: 4px solid #7AC6BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 28px 27px 28px 30px;
}
.tent_type__text {
  text-align: left;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}
.tent_type__title {
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4B4C4C;
  font-family: lora, serif;
  margin-bottom: 3px;
  text-decoration: none;
}
.tent_type__location {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0;
  color: #4B4C4C;
  text-decoration: none;
}
.tent_type__link {
  text-align: right;
  margin-top: 3px;
}
.tent_type__link span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: brandon-grotesque, sans-serif;
  color: #429892;
  text-decoration: underline;
}
.tent_type:first-child, .tent_type:nth-child(2) {
  margin-top: 0;
}
.tent_type:hover .tent_type__content {
  background-color: #429892;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.tent_type:hover .tent_type__title, .tent_type:hover .tent_type__text, .tent_type:hover .tent_type__location, .tent_type:hover .tent_type__link span {
  color: #fff;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 690px) {
  .tent_type {
    width: 100%;
    margin-top: 28px;
  }
  .tent_type img {
    height: 218px;
  }
  .tent_type__content {
    padding: 20px 16px 21px 15px;
    border-bottom: 3px solid #7AC6BF;
  }
  .tent_type__text {
    max-width: 220px;
  }
  .tent_type__title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .tent_type__location {
    font-size: 14px;
    line-height: 14px;
  }
  .tent_type__link {
    margin-top: 2px;
  }
  .tent_type__link span {
    font-size: 14px;
    line-height: 14px;
  }
  .tent_type:first-child {
    margin-top: 0;
  }
  .tent_type:nth-child(2) {
    margin-top: 28px;
  }
}

.grey_activities {
  background-color: #F2F2F2;
  padding: 91px 0 86px;
  position: relative;
  overflow-x: clip;
  z-index: 1;
}
.grey_activities .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grey_activities__img {
  width: 45%;
}
.grey_activities__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grey_activities__content {
  width: 55%;
  padding-left: 74px;
  margin-top: -15px;
  z-index: 1;
}
.grey_activities__title {
  margin-bottom: 15px;
}
.grey_activities__text {
  margin-bottom: 29px;
  max-width: 568px;
}
.grey_activities__branch {
  position: absolute;
  top: -153px;
  right: -274px;
}
.grey_activities__branch--mob {
  display: none;
}
@media only screen and (max-width: 922px) {
  .grey_activities {
    padding: 35px 0;
  }
  .grey_activities__content {
    padding-left: 25px;
  }
  .grey_activities__branch {
    right: -88px;
    top: auto;
    bottom: -180px;
  }
  .grey_activities__branch--mob {
    display: block;
  }
  .grey_activities__branch--desk {
    display: none;
  }
}
@media only screen and (max-width: 730px) {
  .grey_activities {
    padding: 0 0 52px;
  }
  .grey_activities__img {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
  .grey_activities__content {
    width: 100%;
    padding-left: 0;
    padding-top: 59px;
    text-align: center;
  }
  .grey_activities__title, .grey_activities__text {
    text-align: center;
  }
  .grey_activities__title {
    margin-bottom: 11px;
  }
  .grey_activities__text {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 530px) {
  .grey_activities__img img {
    height: 258px;
  }
  .grey_activities__branch {
    bottom: 195px;
    right: -138px;
  }
}

.review {
  background-color: #7AC6BF;
  position: relative;
  padding: 91px 0 73px;
}
.review .container {
  text-align: center;
}
.review__stars {
  margin: 0 auto 28px;
}
.review__text {
  font-size: 24px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  max-width: 1030px;
  margin: 0 auto 24px;
  font-family: lora, serif;
}
.review__logo {
  margin: 0 auto 43px;
}
.review__open {
  position: absolute;
  left: 0;
  top: -14px;
}
.review__close {
  position: absolute;
  right: 0;
  bottom: -17px;
}
@media only screen and (max-width: 922px) {
  .review {
    padding: 59px 0 51px;
  }
  .review__stars {
    margin-bottom: 18px;
  }
  .review__stars svg {
    width: 165px;
    height: 24px;
  }
  .review__text {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 19px;
    padding: 0 1px;
  }
  .review__logo {
    margin-bottom: 25px;
  }
  .review__logo svg {
    width: 193px;
    height: 29.48px;
  }
  .review__open {
    top: -8px;
  }
  .review__open svg {
    width: 80px;
    height: 71px;
  }
  .review__close {
    bottom: -11px;
  }
  .review__close svg {
    width: 80px;
    height: 71px;
  }
}

.page-template-page-about .review__text {
  max-width: 925px;
}

.page-template-page-activities .review__text {
  max-width: 1070px;
}

.page-template-page-cycling .review__text {
  max-width: 1054px;
}

.news_feat {
  padding: 70px 25px 0;
}
.news_feat .container {
  background-color: #F2F2F2;
  max-width: 1182px;
  padding-bottom: 86px;
  padding-top: 21px;
}
.news_feat__content {
  max-width: 938px;
  margin: 0 auto;
}
.news_feat img {
  margin: 21px auto -33px;
}
.news_feat__lrg {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
  font-family: lora, serif;
  text-align: center;
  margin-bottom: 10px;
}
.news_feat__sml {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0;
  color: #4B4C4C;
  text-align: center;
  padding: 0 14px;
}
.news_feat__link {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: brandon-grotesque, sans-serif;
  color: #429892;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 922px) {
  .news_feat {
    padding-top: 38px;
  }
  .news_feat .container {
    padding-top: 0;
    padding-bottom: 43px;
  }
  .news_feat img {
    width: 228px;
    margin: -1px auto -28px;
  }
  .news_feat__lrg {
    font-size: 21px;
    line-height: 30px;
  }
  .news_feat__sml {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 18px;
    padding: 0;
  }
  .news_feat__link {
    display: block;
  }
}

.small_gallery {
  padding: 69px 0 86px;
}
.small_gallery__title {
  text-align: center;
  margin-bottom: 15px;
}
.small_gallery__text {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 39px;
}
.small_gallery__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small_gallery__img {
  width: calc(50% - 5px);
  margin-top: 10px;
}
.small_gallery__img img {
  width: 100%;
}
.small_gallery__img:first-child, .small_gallery__img:nth-child(2) {
  margin-top: 0;
}
.small_gallery .swiper-pagination {
  bottom: 9px;
}
.small_gallery .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.47;
}
.small_gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media only screen and (max-width: 630px) {
  .small_gallery {
    padding: 43px 0 0;
  }
  .small_gallery .swiper-container {
    margin: 0 -25px;
  }
  .small_gallery__title {
    margin-bottom: 11px;
    padding: 0 19px;
  }
  .small_gallery__text {
    margin-bottom: 36px;
  }
  .small_gallery__imgs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .small_gallery__img {
    margin-top: 0;
  }
  .small_gallery__img img {
    min-height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.news {
  background-color: #FAF6EA;
  position: relative;
  padding: 83px 0 83px;
  overflow-x: clip;
}
.news .container {
  text-align: center;
}
.news__title {
  text-align: center;
  margin-bottom: 27px;
}
.news__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 39px;
}
.news__post {
  width: calc(33.3333333333% - 20px);
  background-color: #fff;
  border-bottom: 4px solid #7AC6BF;
  padding: 44px 38px 37px 36px;
}
.news__post_date {
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0;
  color: #0B332A;
  margin-bottom: 15px;
}
.news__post_title {
  text-align: left;
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4B4C4C;
  font-family: lora, serif;
}
.news__post_title a {
  text-decoration: none;
  color: #4B4C4C;
}
.news__branch {
  position: absolute;
  top: -136px;
  left: -289px;
}
.news__butterfly {
  position: absolute;
  right: -36px;
  bottom: -3px;
}
.news__butterfly--mob {
  display: none;
}
@media only screen and (max-width: 890px) {
  .news {
    padding: 47px 0 46px;
  }
  .news__title {
    margin-bottom: 16px;
  }
  .news__posts {
    margin-bottom: 34px;
  }
  .news__post {
    width: 100%;
    margin-bottom: 23px;
    border-bottom-width: 3px;
    padding: 32px 24px 26px 27px;
  }
  .news__post:last-child {
    margin-bottom: 0;
  }
  .news__post_date {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .news__post_title {
    font-size: 18px;
    line-height: 28px;
  }
  .news__branch {
    top: -43px;
    left: -144px;
  }
  .news__branch svg {
    width: 235px;
    height: 339px;
  }
  .news__butterfly {
    right: -11px;
    bottom: 8px;
  }
  .news__butterfly--mob {
    display: block;
  }
  .news__butterfly--desk {
    display: none;
  }
}

/*----ABOUT US----*/
.facilities {
  padding: 70px 0 0;
  overflow-x: clip;
}
.facilities__title {
  text-align: center;
  margin-bottom: 14px;
  width: 100%;
}
.facilities__text {
  text-align: center;
  max-width: 1039px;
  margin: 0 auto 40px;
}
.facilities .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 922px) {
  .facilities {
    padding-top: 42px;
  }
  .facilities__title {
    margin-bottom: 11px;
    padding: 0 27px;
  }
  .facilities__text {
    margin-bottom: 38px;
  }
}

.facility {
  padding: 38px;
  border-bottom: 4px solid;
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.facility__img {
  margin-bottom: 39px;
}
.facility__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.facility__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  color: #4B4C4C;
  margin-bottom: 11px;
}
.facility__text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0;
  color: #4B4C4C;
  margin-bottom: 26px;
}
.facility__text p:last-child {
  margin-bottom: 0;
}
.facility__btn {
  margin-top: 26px;
}
.facility__branch, .facility__butterfly {
  position: absolute;
}
.facility__branch--mob, .facility__butterfly--mob {
  display: none;
}
.facility--yellow {
  background-color: #FAF6EA;
  border-color: #DBBA83;
  position: relative;
}
.facility--yellow .facility__branch {
  bottom: 7px;
  left: -168px;
}
.facility--grey {
  background-color: #F2F2F2;
  border-color: #7AC6BF;
}
.facility--blue {
  background-color: #7AC6BF;
  border-color: #429892;
  position: relative;
}
.facility--blue .facility__title {
  color: #fff;
}
.facility--blue .facility__text p {
  color: #fff;
  font-weight: 400;
}
.facility--blue .facility__branch {
  top: 326px;
  right: -273px;
}
.facility--blue-grey {
  background-color: #E7EDEC;
  border-color: #7AC6BF;
}
.facility--full_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 28px;
}
.facility--full_width .facility__img {
  width: calc(100% - 606px);
  margin-bottom: 0;
}
.facility--full_width .facility__content {
  max-width: 598px;
  padding-left: 59px;
  padding-right: 7px;
  margin-top: -10px;
}
.facility--full_width.facility--yellow .facility__butterfly {
  top: -40px;
  left: -65px;
}
@media only screen and (max-width: 1045px) {
  .facility--full_width .facility__img {
    width: calc(100% - 500px);
  }
  .facility--full_width .facility__content {
    max-width: 500px;
    padding-left: 35px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 922px) {
  .facility {
    width: 100%;
    padding: 0 0 31px;
    margin-bottom: 28px;
    border-bottom-width: 3px;
  }
  .facility__img {
    margin-bottom: 33px !important;
  }
  .facility__content {
    padding: 0 23px 0 22px !important;
  }
  .facility__title {
    font-size: 22px;
    line-height: 27px;
  }
  .facility__text p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .facility__btn {
    margin-top: 23px;
    margin-bottom: 3px;
  }
  .facility__branch--desk, .facility__butterfly--desk {
    display: none;
  }
  .facility__branch--mob, .facility__butterfly--mob {
    display: block;
  }
  .facility--blue .facility__branch {
    top: 202px;
    right: -179px;
  }
  .facility--full_width.facility--yellow .facility__img, .facility--full_width.facility--yellow .facility__content {
    width: 100%;
    max-width: 100%;
  }
  .facility--full_width.facility--yellow .facility__butterfly {
    top: 195px;
    left: -36px;
  }
}
@media only screen and (max-width: 400px) {
  .facility__img img {
    height: 233px;
    width: 100%;
  }
}

.wifi {
  margin-bottom: 78px;
}
.wifi__content {
  background-color: #F2F2F2;
  border-bottom: 4px solid #7AC6BF;
  padding: 47px 50px 39px 39px;
}
.wifi__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4B4C4C;
  margin-bottom: 9px;
  margin-left: -6px;
}
.wifi__title svg {
  margin-right: 3px;
  position: relative;
  top: 4px;
}
.wifi__text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0;
  color: #4B4C4C;
}
@media only screen and (max-width: 922px) {
  .wifi {
    margin-bottom: 45px;
  }
  .wifi__content {
    padding: 23px 22px 32px 23px;
    border-bottom-width: 3px;
  }
  .wifi__title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 12px;
    text-transform: capitalize;
  }
  .wifi__title svg {
    width: 44.55px;
    height: 33.75px;
    top: 7px;
    left: 5px;
    margin-right: 15px;
  }
  .wifi__text p {
    font-size: 15px;
    line-height: 24px;
  }
}

/*----LISTING----*/
.listing {
  padding: 70px 0 0;
  overflow-x: clip;
}
.listing__title {
  text-align: center;
  margin-bottom: 14px;
  width: 100%;
}
.listing__text {
  text-align: center;
  max-width: 1039px;
  margin: 0 auto 40px;
}
.listing .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 922px) {
  .listing {
    padding-top: 42px;
  }
  .listing__title {
    margin-bottom: 11px;
    padding: 0 27px;
  }
  .listing__text {
    margin-bottom: 38px;
  }
}

.element {
  padding: 38px;
  border-bottom: 4px solid;
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.element__img {
  margin-bottom: 39px;
}
.element__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.element__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  color: #4B4C4C;
  margin-bottom: 11px;
}
.element__text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0;
  color: #4B4C4C;
  margin-bottom: 26px;
}
.element__text p:last-child {
  margin-bottom: 0;
}
.element__btn {
  margin-top: 26px;
}
.element__branch, .element__butterfly {
  position: absolute;
}
.element__branch--mob, .element__butterfly--mob {
  display: none;
}
.element--yellow {
  background-color: #FAF6EA;
  border-color: #DBBA83;
  position: relative;
}
.element--yellow .element__branch {
  bottom: 7px;
  left: -168px;
}
.element--grey {
  background-color: #F2F2F2;
  border-color: #7AC6BF;
}
.element--blue {
  background-color: #7AC6BF;
  border-color: #429892;
  position: relative;
}
.element--blue .element__title {
  color: #fff;
}
.element--blue .element__text p {
  color: #fff;
  font-weight: 400;
}
.element--blue .element__branch {
  top: 326px;
  right: -273px;
}
.element--blue-grey {
  background-color: #E7EDEC;
  border-color: #7AC6BF;
}
.element--full_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 28px;
}
.element--full_width .element__img {
  width: calc(100% - 606px);
  margin-bottom: 0;
}
.element--full_width .element__content {
  max-width: 598px;
  padding-left: 59px;
  padding-right: 7px;
  margin-top: -10px;
}
.element--full_width.element--yellow .element__butterfly {
  top: -40px;
  left: -65px;
}
@media only screen and (max-width: 1045px) {
  .element--full_width .element__img {
    width: calc(100% - 500px);
  }
  .element--full_width .element__content {
    max-width: 500px;
    padding-left: 35px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 922px) {
  .element {
    width: 100%;
    padding: 0 0 31px;
    margin-bottom: 28px;
    border-bottom-width: 3px;
  }
  .element__img {
    margin-bottom: 33px !important;
  }
  .element__img img {
    margin: auto;
  }
  .element__content {
    padding: 0 23px 0 22px !important;
  }
  .element__title {
    font-size: 22px;
    line-height: 27px;
  }
  .element__text p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .element__btn {
    margin-top: 23px;
    margin-bottom: 3px;
  }
  .element__branch--desk, .element__butterfly--desk {
    display: none;
  }
  .element__branch--mob, .element__butterfly--mob {
    display: block;
  }
  .element--blue .element__branch {
    top: 202px;
    right: -179px;
  }
  .element--full_width .element__img, .element--full_width .element__content {
    width: 100%;
    max-width: 100%;
  }
  .element--full_width .element__butterfly {
    top: 195px;
    left: -36px;
  }
}
@media only screen and (max-width: 400px) {
  .element__img img {
    height: 233px;
    width: 100%;
  }
}

/*----ETHOS----*/
.ethos_content {
  margin-top: 71px;
}
.ethos_content__title {
  text-align: center;
  margin-bottom: 14px;
}
.ethos_content__text {
  text-align: center;
  max-width: 1117px;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 922px) {
  .ethos_content {
    margin-top: 42px;
  }
  .ethos_content__title {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 11px;
  }
  .ethos_content__text {
    margin-bottom: 36px;
  }
}

.ethos {
  border-top: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 46px 0 43px 2px;
}
.ethos__title {
  font-size: 43px;
  line-height: 53px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  padding-right: 20px;
  margin-top: -2px;
  width: calc(100% - 574px);
}
.ethos__text {
  width: 574px;
}
.ethos:nth-child(odd) {
  border-top-color: #7AC6BF;
}
.ethos:nth-child(odd) .ethos__title {
  color: #7AC6BF;
}
.ethos:nth-child(odd):last-child {
  border-bottom: 2px solid #DBBA83;
}
.ethos:nth-child(even) {
  border-top-color: #DBBA83;
}
.ethos:nth-child(even) .ethos__title {
  color: #DBBA83;
}
.ethos:nth-child(even):last-child {
  border-bottom: 2px solid #7AC6BF;
}
.ethos:last-child {
  margin-bottom: 67px;
}
@media only screen and (max-width: 922px) {
  .ethos {
    padding: 26px 0 28px;
  }
  .ethos__title {
    font-size: 32px;
    line-height: 38px;
    width: 100%;
    padding-right: 0;
    margin-bottom: 13px;
  }
  .ethos__text {
    width: 100%;
    padding-right: 1px;
  }
  .ethos:last-child {
    margin-bottom: 35px;
  }
}

.ethos_imgs {
  margin-bottom: 69px;
}
.ethos_imgs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ethos_imgs__img {
  width: calc(50% - 15.5px);
}
@media only screen and (max-width: 630px) {
  .ethos_imgs {
    margin-bottom: 44px;
  }
  .ethos_imgs__img {
    width: 100%;
  }
  .ethos_imgs__img:first-child {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 400px) {
  .ethos_imgs__img {
    height: 229.65px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*----FAQS----*/
.faqs {
  margin: 60px 0 64px;
}
@media only screen and (max-width: 730px) {
  .faqs {
    margin: 36px 0;
  }
}

.faq {
  position: relative;
  border-top: 2px solid;
  padding: 29px 0 23px;
  cursor: pointer;
}
.faq__toggle {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  background-color: #F8E8B1;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__toggle:before {
  content: "";
  display: block;
  width: 15.2px;
  height: 1.52px;
  background-color: #4B4C4C;
}
.faq__toggle:after {
  content: "";
  display: block;
  height: 15.2px;
  width: 1.52px;
  background-color: #4B4C4C;
  position: absolute;
  top: 11.5px;
  left: 18px;
}
.faq__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  color: #4B4C4C;
  padding-right: 48px;
}
.faq__text {
  display: none;
  margin-top: 12px;
}
.faq:nth-child(odd) {
  border-top-color: #7AC6BF;
}
.faq:nth-child(odd):last-child {
  border-bottom: 2px solid #DBBA83;
}
.faq:nth-child(even) {
  border-top-color: #DBBA83;
}
.faq:nth-child(even):last-child {
  border-bottom: 2px solid #7AC6BF;
}
.faq__open {
  padding-bottom: 29px;
}
.faq__open .faq__toggle:after {
  display: none;
}
.faq__open .faq__text {
  display: block;
}
@media only screen and (max-width: 730px) {
  .faq {
    padding: 22px 0 17px;
  }
  .faq__toggle {
    width: 30px;
    height: 30px;
    top: 20px;
  }
  .faq__toggle:before {
    width: 11.5px;
  }
  .faq__toggle:after {
    height: 11.5px;
    width: 2px;
    top: 9px;
    left: 14px;
  }
  .faq__title {
    font-size: 23px;
    line-height: 30px;
  }
  .faq__text {
    margin-top: 9px;
  }
  .faq__open {
    padding-bottom: 20px;
  }
}

.mac .faq {
  padding: 25px 0 27px;
}

/*----ACTIVITIES----*/
.activities_text {
  background-color: #FAF6EA;
  padding: 64px 0 62px;
  overflow-x: clip;
}
.activities_text__text {
  text-align: center;
  max-width: 926px;
  margin: 0 auto;
}
.activities_text__text p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4B4C4C;
}
.activities_text__text a {
  color: #429892;
}
.activities_text__btn {
  margin-top: 31px;
}
.activities_text__butterfly {
  position: absolute;
  top: -24px;
  left: -19px;
}
.activities_text__butterfly--mob {
  display: none;
}
.activities_text__branch {
  position: absolute;
  bottom: -99px;
  right: -80px;
}
.activities_text__branch--mob {
  display: none;
}
.activities_text--groups {
  padding: 64px 0 67px;
}
.activities_text--groups .container {
  text-align: center;
}
.activities_text--groups .activities_text__text {
  max-width: 966px;
}
@media only screen and (max-width: 1060px) {
  .activities_text__butterfly {
    top: -55px;
    left: 0px;
  }
  .activities_text__butterfly--desk {
    display: none;
  }
  .activities_text__butterfly--mob {
    display: block;
  }
  .activities_text__branch {
    bottom: -82px;
    right: -2px;
  }
  .activities_text__branch--desk {
    display: none;
  }
  .activities_text__branch--mob {
    display: block;
  }
}
@media only screen and (max-width: 860px) {
  .activities_text {
    padding: 64px 0 64px;
  }
  .activities_text__text p {
    font-size: 18px;
    line-height: 26px;
  }
  .activities_text--groups {
    padding: 57px 0 58px;
  }
  .activities_text--groups .activities_text__btn {
    margin-top: 29px;
  }
}

.activity {
  padding: 60px 0;
}
.activity .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.activity__imgs {
  width: 374px;
}
.activity__img {
  margin-bottom: 6px;
}
.activity__img:last-child {
  margin-bottom: 0;
}
.activity__img--mob {
  display: none;
}
.activity__content {
  width: calc(100% - 374px - 60px);
}
.activity__title {
  margin-bottom: 18px;
  line-height: 46px;
}
.activity__text p {
  margin-bottom: 28px;
}
.activity__text p:last-child {
  margin-bottom: 0;
}
.activity__text a {
  color: #429892;
}
.activity__branch {
  position: absolute;
  top: -371px;
  left: -484px;
}
.activity--img_right .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.activity--blue-grey {
  background-color: #E7EDEC;
}
.activity--yellow {
  background-color: #FAF6EA;
}
.activity--grey {
  background-color: #F2F2F2;
}
.activity--lrg .activity__content {
  padding-top: 1px;
}
.activity--sml .activity {
  /*&__content {padding-top:4px;}*/
}
.activity--sml .activity__text {
  padding-right: 1px;
}
.activity--sml.activity--img_left .activity__title {
  max-width: 670px;
}
@media only screen and (max-width: 922px) {
  .activity {
    padding: 40px 0 50px;
  }
  .activity__imgs {
    width: 100%;
  }
  .activity__img {
    margin-bottom: 23px;
  }
  .activity__img--mob {
    display: block;
  }
  .activity__img--desk {
    display: none;
  }
  .activity__img:last-child {
    margin-bottom: 26px;
  }
  .activity__img--in_content {
    margin-top: 27px;
    margin-bottom: 29px !important;
  }
  .activity__img--bottom {
    margin-top: 27px;
    margin-bottom: 0 !important;
  }
  .activity__content {
    width: 100%;
  }
  .activity__title {
    margin-bottom: 14px;
    line-height: 38px;
    margin-top: 3px;
  }
  .activity__text p {
    margin-bottom: 24px;
  }
  .activity__branch {
    display: none;
  }
}
.activity--lrg .activity__title {
  padding-right: 29px;
}
.activity--lrg .activity__text p {
  padding-right: 1px;
}
.activity--sml {
  padding: 45px 0 43px;
  /*.activity__img {margin-bottom:20px;}*/
}
.activity--sml.activity--grey {
  padding-bottom: 49px;
}
@media only screen and (max-width: 400px) {
  .activity__img {
    height: 199px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

/*----REVIEWS----*/
.review_container {
  padding: 65px 0 102px;
}
.review_container .container {
  text-align: center;
}
.review_container__btn {
  margin-top: 28px;
}
.review_container--groups {
  padding: 61px 0 58px;
}
.review_container--groups .review_container__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 860px) {
  .review_container {
    padding: 38px 0;
  }
  .review_container__btn {
    margin-top: 8px;
  }
  .review_container--groups {
    padding: 44px 0;
  }
}

.review_post {
  margin-bottom: 30px;
}
.review_post__content {
  padding: 52px 37px 50px;
  text-align: left;
}
.review_post__stars {
  margin-bottom: 32px;
}
.review_post__title {
  font-size: 27px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  margin-bottom: 14px;
}
.review_post__text p {
  margin-bottom: 28px;
}
.review_post__text p:last-child {
  margin-bottom: 0;
}
.review_post__img {
  margin-top: 30px;
}
.review_post__btn {
  margin-top: 45px;
}
.review_post--reviews .review_post__content {
  border-bottom: 4px solid;
}
.review_post--reviews.review_post--yellow .review_post__content {
  background-color: #FAF6EA;
  border-bottom-color: #DBBA83;
}
.review_post--reviews.review_post--grey .review_post__content {
  background-color: #F2F2F2;
  border-bottom-color: #7AC6BF;
}
.review_post--reviews.review_post--blue-grey .review_post__content {
  background-color: #E7EDEC;
  border-bottom-color: #429892;
}
.review_post--groups {
  width: calc(50% - 15px);
  border-bottom: 4px solid;
}
.review_post--groups .review_post__content {
  padding-bottom: 53px;
}
.review_post--groups .review_post__text {
  padding-right: 1px;
}
.review_post--groups.review_post--yellow {
  background-color: #FAF6EA;
  border-bottom-color: #DBBA83;
}
.review_post--groups.review_post--grey {
  background-color: #F2F2F2;
  border-bottom-color: #7AC6BF;
}
.review_post--groups.review_post--blue-grey {
  background-color: #E7EDEC;
  border-bottom-color: #429892;
}
@media only screen and (max-width: 860px) {
  .review_post__content {
    padding: 31px 23px 28px;
    border-bottom-width: 3px;
  }
  .review_post__stars {
    margin-bottom: 23px;
  }
  .review_post__stars svg {
    width: 167.63px;
    height: 24.33px;
  }
  .review_post__title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .review_post__title br {
    display: none;
  }
  .review_post__text p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .review_post__text br {
    display: none;
  }
  .review_post__img {
    min-height: 199px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .review_post--groups {
    width: 100%;
    border-bottom-width: 3px;
  }
  .review_post--groups .review_post__content {
    padding-bottom: 30px;
  }
}

/*----GROUPS----*/
.large_gallery {
  padding: 72px 0 0;
}
.large_gallery__title {
  text-align: center;
  margin-bottom: 33px;
}
.large_gallery__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.large_gallery__img {
  width: calc(33.3333333333% - 7px);
  margin-top: 10px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.large_gallery__img:first-child, .large_gallery__img:nth-child(2), .large_gallery__img:nth-child(3) {
  margin-top: 0;
}
@media only screen and (max-width: 860px) {
  .large_gallery {
    padding: 51px 0 0;
  }
  .large_gallery__title {
    margin-bottom: 23px;
  }
  .large_gallery__img {
    width: calc(50% - 2.5px);
    margin-top: 5px;
    min-height: 112px;
  }
  .large_gallery__img:nth-child(3) {
    margin-top: 5px;
  }
  .large_gallery__img--desk {
    display: none;
  }
}

/*----NEWS---*/
.news_page {
  padding: 54px 0 32px;
}
@media only screen and (max-width: 860px) {
  .news_page {
    padding: 38px 0 7px;
  }
}

.news_post {
  border-bottom: 4px solid;
  padding: 38px 34px 37px 36px;
}
.news_post__img {
  margin-bottom: 30px;
}
.news_post__date {
  margin-bottom: 10px;
  margin-top: 3px;
}
.news_post__text {
  padding-right: 32px;
}
.news_post__text p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
}
.news_post__text a {
  color: #4B4C4C;
}
.news_post__text ul {
  margin-top: 10px;
}
.news_post__text ul li {
  font-size: 22px;
  line-height: 31px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4B4C4C;
}
.news_post__text ul li:before {
  content: "•";
  color: #7AC6BF;
  font-weight: bold;
  padding-right: 15px;
}
.news_post__text ul li:last-child {
  margin-bottom: 0;
}
.news_post--yellow {
  background-color: #FAF6EA;
  border-bottom-color: #DBBA83;
}
.news_post--grey {
  background-color: #F2F2F2;
  border-bottom-color: #7AC6BF;
}
.news_post--blue-grey {
  background-color: #E7EDEC;
  border-bottom-color: #429892;
}
@media only screen and (max-width: 860px) {
  .news_post {
    padding: 27px 21px;
  }
  .news_post--full {
    padding: 0 0 27px;
  }
  .news_post--full .news_post__date, .news_post--full .news_post__text {
    padding: 0 21px;
  }
  .news_post__date {
    font-size: 14px;
  }
  .news_post__text {
    padding-right: 18px;
  }
  .news_post__text p {
    font-size: 18px;
    line-height: 28px;
  }
  .news_post__text ul li {
    font-size: 18px;
    line-height: 28px;
  }
}

/*----CYCLING----*/
.cycling_text {
  background-color: #E7EDEC;
  padding: 64px 0 62px;
  overflow-x: clip;
}
.cycling_text__text {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.cycling_text__text p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0;
}
.cycling_text__text a {
  color: #429892;
}
.cycling_text__flower {
  position: absolute;
  top: -55px;
  right: -108px;
}
.cycling_text__flower--mob {
  display: none;
}
.cycling_text__branch {
  position: absolute;
  top: 8px;
  left: -205px;
}
.cycling_text__branch--mob {
  display: none;
}
@media only screen and (max-width: 1060px) {
  .cycling_text__flower {
    top: auto;
    right: -14px;
    bottom: -91px;
  }
  .cycling_text__flower--mob {
    display: block;
  }
  .cycling_text__flower--desk {
    display: none;
  }
  .cycling_text__branch {
    top: auto;
    left: -69px;
    bottom: -140px;
  }
  .cycling_text__branch--mob {
    display: block;
  }
  .cycling_text__branch--desk {
    display: none;
  }
}
@media only screen and (max-width: 860px) {
  .cycling_text {
    padding: 56px 0 63px;
  }
  .cycling_text--tents {
    padding-bottom: 60px;
  }
  .cycling_text__text {
    padding: 0 1px;
  }
  .cycling_text__text p {
    font-size: 18px;
    line-height: 26px;
  }
}

.why_cycling {
  padding: 69px 0 65px;
}
.why_cycling__title, .why_cycling__text {
  max-width: 1039px;
  margin: 0 auto;
  text-align: center;
}
.why_cycling__title {
  margin-bottom: 14px;
}
.why_cycling__reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 37px;
}
@media only screen and (max-width: 922px) {
  .why_cycling {
    padding: 43px 0 64px;
  }
  .why_cycling__reasons {
    margin-top: 31px;
  }
  .why_cycling__text {
    padding: 0 2px;
  }
}

.cycling_reason {
  width: calc(33.3333333333% - 20px);
  border-bottom: 4px solid;
  padding: 41px 31px 35px 32px;
}
.cycling_reason__title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4B4C4C;
  margin-bottom: 12px;
}
.cycling_reason__text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0;
}
.cycling_reason--yellow {
  background-color: #FAF6EA;
  border-bottom-color: #DBBA83;
}
.cycling_reason--grey {
  background-color: #F2F2F2;
  border-bottom-color: #7AC6BF;
}
.cycling_reason--blue-grey {
  background-color: #E7EDEC;
  border-bottom-color: #429892;
}
@media only screen and (max-width: 922px) {
  .cycling_reason {
    width: 100%;
    margin-bottom: 31px;
    padding: 33px 23px 32px 23px;
    border-bottom-width: 3px;
  }
  .cycling_reason__title {
    font-size: 22px;
    line-height: 29px;
    padding-right: 8px;
  }
  .cycling_reason__text p {
    font-size: 15px;
    line-height: 24px;
  }
  .cycling_reason:last-child {
    margin-bottom: 0;
  }
}

.cycling_gallery {
  padding: 69px 0 72px;
}
.cycling_gallery__title, .cycling_gallery__text {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
.cycling_gallery__title {
  margin-bottom: 14px;
}
.cycling_gallery__text a {
  color: #429892;
}
.cycling_gallery__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 51px;
}
.cycling_gallery__img {
  width: calc(33.3333333333% - 6px);
}
@media only screen and (max-width: 922px) {
  .cycling_gallery {
    padding: 47px 0 52px;
  }
  .cycling_gallery__gallery {
    margin-top: 37px;
  }
}
@media only screen and (max-width: 800px) {
  .cycling_gallery__gallery {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cycling_gallery__img {
    width: 100%;
  }
  .cycling_gallery .swiper-pagination {
    bottom: 9px;
  }
  .cycling_gallery .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.47;
  }
  .cycling_gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
}

.bike_option {
  background-color: #F2F2F2;
  padding: 79px 0 65px;
}
.bike_option__title {
  text-align: center;
  margin-bottom: 34px;
}
.bike_option__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #7AC6BF;
  padding: 45px 0 45px;
}
.bike_option__option:first-child {
  border-top: 2px solid #7AC6BF;
}
.bike_option__opt_title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  color: #429892;
  width: 34.2%;
  padding-right: 15px;
  padding-top: 4px;
}
.bike_option__opt_text {
  width: 65.8%;
  max-width: 777px;
}
.bike_option__opt_text p {
  margin-bottom: 28px;
}
.bike_option__opt_text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .bike_option {
    padding: 51px 0 51px;
  }
  .bike_option__title {
    margin-bottom: 28px;
  }
  .bike_option__option {
    padding: 16px 0 28px;
  }
  .bike_option__opt_title {
    font-size: 23px;
    line-height: 33px;
    width: 100%;
    margin-bottom: 8px;
  }
  .bike_option__opt_text {
    width: 100%;
  }
  .bike_option__opt_text p {
    margin-bottom: 24px;
  }
}

.cycling_img {
  width: 100%;
  min-height: 244px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cycling_box {
  padding: 73px 0 77px;
}
.cycling_box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cycling_box__box {
  width: calc(50% - 15px);
  border-bottom: 4px solid;
  padding: 40px 31px 35px 32px;
}
.cycling_box__box--yellow {
  background-color: #FAF6EA;
  border-bottom-color: #DBBA83;
}
.cycling_box__box--grey {
  background-color: #F2F2F2;
  border-bottom-color: #7AC6BF;
}
.cycling_box__box--grey .cycling_box__text {
  max-width: 499px;
}
.cycling_box__box--grey .cycling_box__text--reg {
  max-width: 506px;
}
.cycling_box__box--blue-grey {
  background-color: #E7EDEC;
  border-bottom-color: #429892;
}
.cycling_box__title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  color: #4B4C4C;
  margin-bottom: 12px;
}
.cycling_box__text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.cycling_box__text p:last-child {
  margin: 0;
}
.cycling_box__text--reg {
  margin-top: 16px;
}
.cycling_box__text--reg p {
  font-weight: 400;
  line-height: 24px;
}
.cycling_box__btn {
  margin-top: 26px;
}
@media only screen and (max-width: 922px) {
  .cycling_box {
    padding: 51px 0 48px;
  }
  .cycling_box__box {
    width: 100%;
    padding: 33px 22px 32px;
    margin-bottom: 30px;
  }
  .cycling_box__box:last-child {
    margin-bottom: 0;
  }
  .cycling_box__title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 11px;
  }
  .cycling_box__text p {
    font-size: 15px;
    line-height: 24px;
  }
}

/*----CONTACT----*/
.contact {
  background-color: #FAF6EA;
  padding: 54px 0 67px;
}
.contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact__col {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 945px) {
  .contact {
    padding: 40px 0;
  }
  .contact__col {
    width: 100%;
  }
}

.contact_info__line {
  padding-bottom: 24px;
}
.contact_info__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  color: #429892;
  padding-bottom: 4px;
}
.contact_info a {
  text-decoration: none;
}
.contact_info__info {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  color: #4B4C4C;
}
@media only screen and (max-width: 700px) {
  .contact_info__title {
    font-size: 26px;
    line-height: 32px;
  }
  .contact_info__info {
    font-size: 22px;
    line-height: 28px;
  }
  .contact_info__info br {
    display: none;
  }
}

.contact_form__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  color: #4B4C4C;
  margin-bottom: 13px;
  margin-top: 5px;
}
.contact_form .wpcf7-form .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_form .wpcf7-form .form_row .wpcf7-form-control-wrap {
  width: calc(50% - 6px);
}
.contact_form .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 12px;
}
.contact_form .wpcf7-form .textarea-623 {
  margin-bottom: 18px;
}
.contact_form .wpcf7-form input[type=text], .contact_form .wpcf7-form input[type=email], .contact_form .wpcf7-form input[type=tel], .contact_form .wpcf7-form textarea {
  font-size: 16px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: brandon-grotesque, sans-serif;
  padding: 0 17px;
  background-color: #fff;
  border: 1px solid #DAB986;
  color: #4B4C4C;
}
.contact_form .wpcf7-form input[type=text]::-webkit-input-placeholder, .contact_form .wpcf7-form input[type=email]::-webkit-input-placeholder, .contact_form .wpcf7-form input[type=tel]::-webkit-input-placeholder, .contact_form .wpcf7-form textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: brandon-grotesque, sans-serif;
  color: #4B4C4C;
}
.contact_form .wpcf7-form input[type=text]:-ms-input-placeholder, .contact_form .wpcf7-form input[type=email]:-ms-input-placeholder, .contact_form .wpcf7-form input[type=tel]:-ms-input-placeholder, .contact_form .wpcf7-form textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: brandon-grotesque, sans-serif;
  color: #4B4C4C;
}
.contact_form .wpcf7-form input[type=text]::-ms-input-placeholder, .contact_form .wpcf7-form input[type=email]::-ms-input-placeholder, .contact_form .wpcf7-form input[type=tel]::-ms-input-placeholder, .contact_form .wpcf7-form textarea::-ms-input-placeholder {
  font-size: 16px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: brandon-grotesque, sans-serif;
  color: #4B4C4C;
}
.contact_form .wpcf7-form input[type=text]::placeholder, .contact_form .wpcf7-form input[type=email]::placeholder, .contact_form .wpcf7-form input[type=tel]::placeholder, .contact_form .wpcf7-form textarea::placeholder {
  font-size: 16px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: brandon-grotesque, sans-serif;
  color: #4B4C4C;
}
.contact_form .wpcf7-form input[type=text], .contact_form .wpcf7-form input[type=email], .contact_form .wpcf7-form input[type=tel] {
  height: 52px;
}
.contact_form .wpcf7-form textarea {
  line-height: 26px;
  padding: 17px 17px;
  min-height: 179px;
}
.contact_form .wpcf7-form textarea::-webkit-input-placeholder {
  line-height: 26px;
}
.contact_form .wpcf7-form textarea:-ms-input-placeholder {
  line-height: 26px;
}
.contact_form .wpcf7-form textarea::-ms-input-placeholder {
  line-height: 26px;
}
.contact_form .wpcf7-form textarea::placeholder {
  line-height: 26px;
}
.contact_form .wpcf7-form input {
  height: 50px;
}
.contact_form .wpcf7-form .form_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_form .wpcf7-form .form_foot .form_note {
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: 0;
  max-width: 282px;
}
.contact_form .wpcf7-form .form_foot .quiz-744 {
  margin-bottom: 0;
  margin-left: 4px;
}
.contact_form .wpcf7-form .form_foot .quiz-744 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 81px;
}
.contact_form .wpcf7-form .form_foot .quiz-744 .wpcf7-quiz-label {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: brandon-grotesque, sans-serif;
  color: #4B4C4C;
}
.contact_form .wpcf7-form .form_foot .quiz-744 input[type=text].wpcf7-quiz {
  height: 35px;
  width: 35px;
  padding: 0 5px;
}
.contact_form .wpcf7-form .form_foot input[type=submit].wpcf7-submit {
  background-color: #F8E8B1;
  height: 50px;
  min-width: 170px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: brandon-grotesque, sans-serif;
  color: #4B4C4C;
  text-align: center;
  text-transform: none;
  outline: 0;
  border: 0;
}
@media only screen and (max-width: 1200px) {
  .contact_form .wpcf7-form .form_foot input[type=submit].wpcf7-submit {
    margin-right: 40px;
    margin-top: 17px;
  }
}
@media only screen and (max-width: 700px) {
  .contact_form__title {
    font-size: 28px;
    line-height: 34px;
    margin-top: 31px;
    margin-bottom: 14px;
  }
  .contact_form .wpcf7-form .form_row .wpcf7-form-control-wrap {
    width: 100%;
  }
  .contact_form .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
  .contact_form .wpcf7-form .textarea-623 {
    margin-bottom: 16px;
  }
  .contact_form .wpcf7-form input[type=text], .contact_form .wpcf7-form input[type=email], .contact_form .wpcf7-form input[type=tel], .contact_form .wpcf7-form textarea {
    padding: 0 12px;
  }
  .contact_form .wpcf7-form input[type=text], .contact_form .wpcf7-form input[type=email], .contact_form .wpcf7-form input[type=tel] {
    height: 44px;
    line-height: 45px;
  }
  .contact_form .wpcf7-form input[type=text]::-webkit-input-placeholder, .contact_form .wpcf7-form input[type=email]::-webkit-input-placeholder, .contact_form .wpcf7-form input[type=tel]::-webkit-input-placeholder {
    line-height: 45px;
  }
  .contact_form .wpcf7-form input[type=text]:-ms-input-placeholder, .contact_form .wpcf7-form input[type=email]:-ms-input-placeholder, .contact_form .wpcf7-form input[type=tel]:-ms-input-placeholder {
    line-height: 45px;
  }
  .contact_form .wpcf7-form input[type=text]::-ms-input-placeholder, .contact_form .wpcf7-form input[type=email]::-ms-input-placeholder, .contact_form .wpcf7-form input[type=tel]::-ms-input-placeholder {
    line-height: 45px;
  }
  .contact_form .wpcf7-form input[type=text]::placeholder, .contact_form .wpcf7-form input[type=email]::placeholder, .contact_form .wpcf7-form input[type=tel]::placeholder {
    line-height: 45px;
  }
  .contact_form .wpcf7-form textarea {
    padding: 9px 12px;
  }
  .contact_form .wpcf7-form .form_foot .form_note {
    width: 100%;
    max-width: 100%;
  }
  .contact_form .wpcf7-form .form_foot .quiz-744 {
    margin-top: 17px;
    margin-left: 76px;
  }
  .contact_form .wpcf7-form .form_foot .quiz-744 input[type=text].wpcf7-quiz {
    height: 40px;
    width: 40px;
  }
  .contact_form .wpcf7-form .form_foot input[type=submit].wpcf7-submit {
    margin-right: 0;
    height: 44px;
    width: 148px;
    line-height: 18px;
    font-size: 18px;
  }
}

.directions_box {
  padding: 54px 0;
}
.directions_box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.directions_box__box {
  border-bottom: 4px solid;
  width: calc(50% - 15px);
  padding: 41px 32px 34px;
}
.directions_box__box:nth-child(odd) {
  background-color: #E7EDEC;
  border-bottom-color: #429892;
}
.directions_box__box:nth-child(even) {
  background-color: #F2F2F2;
  border-bottom-color: #7AC6BF;
}
.directions_box__title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  color: #4B4C4C;
  margin-bottom: 4px;
}
.directions_box__text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0;
  color: #4B4C4C;
}
.directions_box__btn {
  margin-top: 25px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 830px) {
  .directions_box {
    padding: 45px 0 43px;
  }
  .directions_box__box {
    margin-bottom: 30px;
    padding: 31px 26px 36px 23px;
    width: 100%;
    border-bottom-width: 3px;
  }
  .directions_box__box:last-child {
    margin-bottom: 0;
  }
  .directions_box__title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 12px;
  }
  .directions_box__text p {
    font-size: 15px;
    line-height: 24px;
  }
}

.contact_map {
  padding-bottom: 40.34%;
  width: 100%;
  position: relative;
}
.contact_map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 500px) {
  .contact_map {
    padding-bottom: 119.47%;
  }
}

/*----OUR TENTS----*/
.tents {
  padding-top: 69px;
}
.tents__title, .tents__text {
  text-align: center;
  max-width: 1039px;
  margin: 0 auto;
}
.tents__title {
  margin-bottom: 14px;
}
.tents__container {
  padding-top: 48px;
}
@media only screen and (max-width: 922px) {
  .tents {
    padding-top: 46px;
  }
  .tents__title {
    margin-bottom: 9px;
  }
  .tents__container {
    padding-top: 36px;
  }
}

.tent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}
.tent__gallery {
  position: relative;
  width: 45.3%;
  margin: 0;
}
.tent__gallery .swiper-button-prev, .tent__gallery .swiper-button-next {
  height: 22px;
  width: 13px;
  top: calc(50% - 6.5px);
  margin-top: 0;
  background-size: 13px 22px;
}
.tent__gallery .swiper-button-prev {
  background-image: url("../images/svg/prev.svg");
  left: 12px;
}
.tent__gallery .swiper-button-next {
  background-image: url("../images/svg/next.svg");
  right: 12px;
}
.tent__gallery .swiper-slide img {
  width: 100%;
  height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tent__gallery_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  background-color: #F8E8B1;
  width: 162px;
  height: 46px;
  text-align: center;
  font-size: 18px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4B4C4C;
}
.tent__content {
  width: 48.8%;
  margin-bottom: 4px;
}
.tent__tabs {
  margin-bottom: 16px;
}
.tent__type, .tent__sleeps {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  padding: 6px 14px;
}
.tent__type {
  margin-right: 3px;
  background-color: #E7EDEC;
}
.tent__sleeps {
  background-color: #FAF6EA;
}
.tent__title {
  font-size: 44px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  margin-bottom: 10px;
}
.tent__text {
  margin-bottom: 18px;
}
.tent__table {
  width: 100%;
}
.tent__table thead {
  background-color: #7AC6BF;
}
.tent__table thead tr th {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  padding: 11px 17px 8px;
}
.tent__table tbody {
  background-color: #F2F2F2;
}
.tent__table tbody tr {
  border-bottom: 1px solid #DBDBDB;
}
.tent__table tbody tr td {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: brandon-grotesque, sans-serif;
  padding: 12.25px 17px 8.25px;
}
.tent__table tbody tr td span {
  font-size: 16px;
  color: #808080;
}
.tent__table tbody tr td:last-child {
  text-align: right;
}
.tent__table tbody tr:last-child {
  border-bottom: 0;
}
.tent:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 922px) {
  .tent {
    margin-bottom: 40px;
  }
  .tent__gallery {
    width: 100%;
    margin-bottom: 27px;
  }
  .tent__gallery .swiper-button-prev, .tent__gallery .swiper-button-next {
    display: none;
  }
  .tent__gallery .swiper-slide img {
    min-height: 288px;
    height: 100%;
    max-height: 350px;
  }
  .tent__gallery_btn {
    width: 163px;
    height: 42px;
    font-size: 18px;
    line-height: 42px;
  }
  .tent__content {
    width: 100%;
  }
  .tent__tabs {
    margin-bottom: 19px;
  }
  .tent__type, .tent__sleeps {
    font-size: 15px;
    padding: 6px 12.25px;
  }
  .tent__type {
    margin-right: 5px;
  }
  .tent__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 8px;
  }
  .tent__text {
    margin-bottom: 21px;
  }
  .tent__table thead tr th {
    font-size: 15px;
    padding: 10px 17px 4px;
  }
  .tent__table tbody tr td {
    vertical-align: top;
    padding: 12.25px 17px 10.25px;
  }
  .tent__table tbody tr td span {
    display: block;
    margin-top: 1px;
  }
}

.mac .tent__table thead tr th {
  padding: 7px 17px 11px;
}

.tent_popup {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.tent_popup.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tent_popup__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tent_popup__close:before, .tent_popup__close:after {
  content: "";
  position: absolute;
  background-color: #fff;
  display: block;
}
.tent_popup__close:before {
  height: 2px;
  width: 100%;
  top: 14px;
}
.tent_popup__close:after {
  width: 2px;
  height: 100%;
  left: 14px;
}
.tent_popup__arrow {
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  margin: 0 15px;
  cursor: pointer;
}
.tent_popup__arrow--prev {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.tent_popup__arrow--next {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tent_popup__img {
  display: none;
  width: 536px;
  height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tent_popup__img.open {
  display: block;
}
@media only screen and (max-width: 600px) {
  .tent_popup__img {
    width: 372px;
    height: 278px;
  }
}
@media only screen and (max-width: 450px) {
  .tent_popup__img {
    width: 352px;
    height: 212px;
  }
}

.tent_tcs .container {
  margin-top: 79px;
  border-top: 1px solid #D8D8D8;
  padding-top: 69px;
  padding-bottom: 75px;
}
.tent_tcs__title {
  margin-bottom: 22px;
  text-align: center;
}
.tent_tcs__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tent_tcs__text {
  width: 46.3%;
}
.tent_tcs__text p {
  margin-bottom: 28px;
}
.tent_tcs__text p:last-child {
  margin-bottom: 0;
}
.tent_tcs__text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 14px;
  font-family: brandon-grotesque, sans-serif;
  color: #4B4C4C;
}
.tent_tcs__text ul li:before {
  content: url("../images/svg/square-bullet.svg");
  padding-right: 10px;
  position: relative;
  top: -2px;
}
.tent_tcs__text:last-child {
  width: calc(46.3% + 30px);
}
@media only screen and (max-width: 922px) {
  .tent_tcs .container {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .tent_tcs__text {
    width: 100%;
    margin-bottom: 28px;
  }
  .tent_tcs__text ul li {
    font-size: 17px;
    line-height: 24px;
  }
  .tent_tcs__text:last-child {
    width: 100%;
  }
}

.availability {
  background-color: #c67a7a;
  width: 170px;
  height: 42px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  position: fixed;
  bottom: 27px;
  right: 92px;
  text-decoration: none;
  font-family: brandon-grotesque, sans-serif;
  z-index: 9;
}
.availability:hover {
  text-decoration: none;
}
@media only screen and (max-width: 650px) {
  .availability {
    height: 48px;
    width: 100%;
    line-height: 48px;
    bottom: 0;
    right: 0;
    border-radius: 0;
  }
}

/*----FULL-WIDTH-PAGE----*/
.full_width {
  padding: 61px 0;
}
.full_width h1, .full_width h2, .full_width h3, .full_width h4, .full_width h5, .full_width h6 {
  font-size: 30px;
  line-height: 53px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 6px;
  margin-top: 51px;
  color: #4B4C4C;
}
.full_width p {
  margin-bottom: 28px;
}
.full_width ul {
  margin-bottom: 24px;
}
.full_width ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 14px;
  font-family: brandon-grotesque, sans-serif;
  color: #4B4C4C;
}
.full_width ul li:before {
  content: url("../images/svg/square-bullet.svg");
  padding-right: 10px;
  position: relative;
  top: -2px;
}
.full_width table tr td, .full_width table tr th {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: brandon-grotesque, sans-serif;
  color: #4B4C4C;
  border: 1px solid #ccc;
  padding: 10px 15px;
}
@media only screen and (max-width: 922px) {
  .full_width ul li {
    font-size: 17px;
    line-height: 24px;
  }
}

.table {
  width: 100%;
  overflow-x: scroll;
  margin: 0 0 20px;
}

/*----BLOG----*/
/*----CONTACT-US----*/
.wpcf7-form {
  position: relative;
  display: block;
  width: 100%;
}
.wpcf7-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #243a4d;
  opacity: 1;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-family: lora, serif;
}
.wpcf7-form ::-moz-placeholder { /* Firefox 19+ */
  color: #243a4d;
  opacity: 1;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-family: lora, serif;
}
.wpcf7-form :-ms-input-placeholder { /* IE 10+ */
  color: #243a4d;
  opacity: 1;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-family: lora, serif;
}
.wpcf7-form :-moz-placeholder { /* Firefox 18- */
  color: #243a4d;
  opacity: 1;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-family: lora, serif;
}
.wpcf7-form p {
  padding-bottom: 0;
}
.wpcf7-form .two_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wpcf7-form .two_col .wpcf7-form-control-wrap {
  width: 49%;
}
.wpcf7-form .two_col--offset .wpcf7-form-control-wrap {
  width: calc(100% - 120px);
}
.wpcf7-form .two_col__left, .wpcf7-form .two_col__right {
  width: 49%;
}
.wpcf7-form .two_col__left .wpcf7-form-control-wrap, .wpcf7-form .two_col__right .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  font-family: lora, serif;
  outline: none;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form textarea {
  color: #243a4d;
  opacity: 1;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-family: lora, serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  background: transparent;
  border: solid 1px #a0a3a8;
  outline: none;
  padding: 11px 14px 10px;
}
.wpcf7-form input[type=text][aria-invalid=true], .wpcf7-form input[type=email][aria-invalid=true], .wpcf7-form input[type=tel][aria-invalid=true], .wpcf7-form textarea[aria-invalid=true] {
  border-color: #fd1616;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=submit] {
  height: 45px;
}
.wpcf7-form textarea {
  height: 80px;
  width: 100%;
  display: block;
  resize: none;
  line-height: normal;
  border: solid 1px #a0a3a8;
  resize: none;
  overflow-y: hidden;
}
.wpcf7-form input[type=submit] {
  display: inline-block;
  color: #ffffff;
  border: solid 1px #38307e;
  padding: 13px 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.12em;
  position: relative;
  cursor: pointer;
  background: #38307e;
  border-radius: 5px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  font-family: lora, serif;
}
.wpcf7-form input[type=submit]:hover {
  text-decoration: none;
  background: #ddeefc;
  border-color: #ddeefc;
  color: #38307e;
}
.wpcf7-form input[type=submit].disabled, .wpcf7-form input[type=submit][disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
.wpcf7-form .wpcf7-checkbox {
  margin-top: 5px;
  display: block;
}
.wpcf7-form input[type=checkbox] {
  display: none;
}
.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.02em;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: solid 1px #a0a3a8;
  background: #ffffff;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:after {
  content: "X";
  font-size: 12px;
  color: #38307e;
  position: absolute;
  top: 5px;
  left: 2px;
  opacity: 0;
  visibility: hidden;
}
.wpcf7-form label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-acceptance-missing {
  border: 1px solid #38307e;
}
.wpcf7-form span.wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .ajax-loader {
  position: absolute;
  top: 105%;
  margin: 0;
  right: 0%;
}
.wpcf7-form select.wpcf7-not-valid {
  border-color: #fd1616 !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  color: #ffffff;
  background: #7ac6bf;
  height: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 0px;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.09em;
  font-family: lora, serif;
  text-transform: uppercase;
  padding: 0 10px;
  white-space: nowrap;
  top: -37px;
  left: 10px;
  z-index: 10;
  border-radius: 5px;
}
.wpcf7-form .wpcf7-not-valid-tip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #7ac6bf;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.wpcf7-form span.wpcf7-list-item-label::before, .wpcf7-form span.wpcf7-list-item-label::after {
  display: none;
}

div.wpcf7-response-output {
  background: transparent;
  margin: 0 !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: lora, serif;
  padding: 4px 8px;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  border-color: #fd1616;
  color: #4B4C4C;
}

div.wpcf7-mail-sent-ok {
  border-color: #ffffff;
}

/*----FOOTER----*/
.footer {
  background-color: #429892;
  margin-bottom: -1px;
  padding: 67px 0 34px;
}
.footer p, .footer a {
  color: #fff;
  text-decoration: none;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__col {
  width: 20%;
  padding: 25px 0 97px;
}
.footer__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: lora, serif;
  margin-bottom: 7px;
  display: block;
}
.footer__logo {
  padding-top: 0;
}
.footer__menu {
  width: 95px;
}
.footer__link {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
}
.footer__contact {
  width: 269px;
}
.footer__tel_email {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0;
}
.footer__tel_email a {
  font-weight: 400;
}
.footer__find {
  width: 96px;
}
.footer__address {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0;
}
.footer__social {
  width: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}
@media only screen and (max-width: 900px) {
  .footer {
    padding: 38px 0 45px;
    /*&__title {margin-bottom:6px;}*/
  }
  .footer__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__col {
    width: 100%;
    text-align: center;
    padding: 0 0 37px;
  }
  .footer__logo {
    padding-bottom: 31px;
  }
  .footer__logo svg {
    margin: 0 auto;
    width: 144px;
    height: 43px;
  }
  .footer__menu {
    padding-bottom: 23px;
  }
  .footer__link {
    line-height: 32px;
  }
  .footer__contact {
    padding-bottom: 30px;
  }
  .footer__tel_email p {
    font-size: 18px;
    line-height: 32px;
  }
  .footer__social {
    width: 56px;
    padding-bottom: 47px;
  }
}

.socket {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 0 0;
  width: 100%;
}
.socket__copyright, .socket__menu {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (max-width: 560px) {
  .socket {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 25px;
  }
  .socket__copyright, .socket__menu {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .socket__copyright {
    margin-bottom: 11px;
  }
}

/*----END - FOOTER----*/
@media screen and (max-width: 380px) {
  .table table {
    width: 500px;
  }
}
.wp-pagenavi {
  text-align: center;
  position: relative;
  margin: 30px 0;
  float: left;
  width: 100%;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .extend {
  text-decoration: none;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-family: lora, serif;
  color: #335675;
  background: transparent;
  height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  margin: 0 4px;
}
.wp-pagenavi .current {
  color: #335675;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #ddeefc;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0 4px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .page:first-child {
  margin-left: 0;
}
.wp-pagenavi .previouspostslink {
  left: 0px;
}
.wp-pagenavi .previouspostslink:before {
  content: "\f177";
  margin-right: 6px;
}
.wp-pagenavi .nextpostslink {
  right: 0px;
}
.wp-pagenavi .nextpostslink:after {
  content: "\f178";
  margin-left: 6px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  border-radius: 5px;
  color: #335675;
  letter-spacing: 0.04em;
  display: inline-block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 13px;
  position: absolute;
  height: 40px;
  top: 0px;
}
.wp-pagenavi .previouspostslink:before, .wp-pagenavi .previouspostslink:after, .wp-pagenavi .nextpostslink:before, .wp-pagenavi .nextpostslink:after {
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
}

/*----404----*/
.error404 .content .container--med {
  padding: 60px 0;
}

/*----RESPONSIVE----*/
.resi_button, .resi_link {
  display: none;
}

.resi_button {
  cursor: pointer;
  position: absolute;
  height: 32px;
  width: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 23px;
  right: 25px;
  z-index: 9;
}
.resi_button__bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4B4C4C;
}

.main_nav__menu figure {
  display: none;
  position: absolute;
  top: 29px;
  right: 22px;
  width: 40.53px;
  height: 40.53px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99;
}
.main_nav__menu figure:before {
  content: "";
  border-bottom: solid 2px #429892;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  width: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(15px) rotate(-45deg);
      -ms-transform: translateY(15px) rotate(-45deg);
          transform: translateY(15px) rotate(-45deg);
}
.main_nav__menu figure:after {
  content: "";
  border-bottom: solid 2px #429892;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  width: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(15px) rotate(45deg);
      -ms-transform: translateY(15px) rotate(45deg);
          transform: translateY(15px) rotate(45deg);
}

.main_nav__btn {
  display: none;
  position: absolute;
  top: 85px;
  left: calc(50% - 69px);
}

.main_nav__social_container {
  display: none;
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #E7EDEC;
  padding: 49px 0 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56.4px;
}
.main_nav__social a:first-child svg {
  height: 25px;
}

.main_nav__branch {
  display: none;
  position: absolute;
}
.main_nav__branch--1 {
  top: 12px;
  left: -178px;
}
.main_nav__branch--2 {
  bottom: -40px;
  right: -59px;
}

@media only screen and (max-width: 920px) {
  body {
    padding-top: 77px;
  }
  .resi_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .resi_over {
    opacity: 0;
    visibility: hidden;
    background: #1d1d1b;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .head {
    height: 77px;
    position: fixed;
    top: 0;
  }
  .head .container {
    height: 77px;
  }
  .head__btn, .head__social {
    display: none;
  }
  .head__logo {
    position: absolute;
    left: calc(50% - 72px);
  }
  .head__logo svg {
    width: 144px;
    height: 43px;
  }
  .head__lang_res {
    width: auto;
    position: absolute;
  }
  .head .main_nav {
    width: auto;
  }
  .head .main_nav__menu {
    padding-top: 140px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
    -webkit-transition: -webkit-transform 500ms ease 0s;
    transition: -webkit-transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
    height: 100%;
    width: 100%;
    display: block;
    background: #E7EDEC;
    overflow: hidden;
  }
  .head .main_nav__menu figure {
    display: block;
  }
  .head .main_nav .menu-header ul.menu {
    display: block;
    text-align: center;
  }
  .head .main_nav .menu-header ul.menu > li {
    /*&.current-menu-item, &:hover {
    	a {color:#4B4C4C;
    		&:after, &:before {display:none;}
    	}
    }*/
  }
  .head .main_nav .menu-header ul.menu > li > a {
    font-size: 20px;
    line-height: 42px;
  }
  .head .main_nav .menu-header ul.menu > li > a:before {
    display: none;
  }
  .head .main_nav__btn {
    display: inline-block;
  }
  .head .main_nav__social_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .head .main_nav__branch {
    display: block;
  }
  .js-nav body {
    overflow: hidden;
  }
  .js-nav .resi_over {
    opacity: 0.3;
    visibility: visible;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .js-nav .head .main_nav__menu {
    -webkit-transform: translate3d(0, 0px, 0px) scale3d(1, 1, 1);
            transform: translate3d(0, 0px, 0px) scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 500ms ease 0s;
    transition: -webkit-transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
    overflow-y: scroll;
  }
  .main_nav ul#menu-primary {
    display: block;
    padding: 0 20px;
  }
  .main_nav ul#menu-primary li {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 16px;
    text-align: left;
    border-bottom: solid 1px #8fbce5;
  }
  .main_nav ul#menu-primary li:last-child {
    border-bottom: 0;
  }
  .main_nav ul#menu-primary li.menu-item-has-children:after {
    display: inline-block;
  }
  .main_nav ul#menu-primary li.menu-item-has-children a:after {
    display: none;
  }
  .main_nav ul#menu-primary li.menu-item-has-children.open > a:before {
    opacity: 1;
  }
  .main_nav ul#menu-primary li a {
    display: block;
    color: #243a4d;
    padding: 0;
  }
  .main_nav ul#menu-primary li .sub-menu {
    position: fixed;
    margin-top: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 500ms ease 0s;
    transition: -webkit-transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
    z-index: 2;
    -webkit-transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1);
            transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1);
    background: #ffffff;
    opacity: 1;
    visibility: visible;
    padding: 50px 20px;
  }
  .main_nav ul#menu-primary li .sub-menu.open {
    -webkit-transform: translate3d(0, 0px, 0px) scale3d(1, 1, 1);
            transform: translate3d(0, 0px, 0px) scale3d(1, 1, 1);
  }
  .main_nav ul#menu-primary li .sub-menu:before {
    display: none;
  }
  .main_nav ul#menu-primary li .sub-menu li {
    padding: 0 0 5px 0;
    margin-bottom: 5px;
  }
  .main_nav ul#menu-primary li .sub-menu li.resi_link {
    display: block;
  }
  .main_nav ul#menu-primary li .sub-menu li.current_parent {
    position: relative;
    padding-bottom: 20px;
  }
  .main_nav ul#menu-primary li .sub-menu li.current_parent:before {
    content: "";
    width: 10px;
    height: 10px;
    border: solid 1px #7492ac;
    border-bottom: 0;
    border-right: 0;
    position: absolute;
    top: 12px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .main_nav ul#menu-primary li .sub-menu li.current_parent p {
    text-align: center;
    cursor: pointer;
    font-size: 16px;
  }
  .main_nav ul#menu-primary li .sub-menu li a {
    font-weight: 300;
    font-size: 15px;
  }
  .wpcf7-form .two_col--submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 450px) {
  .wpcf7-form .two_col {
    display: block;
  }
  .wpcf7-form .two_col .wpcf7-form-control-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .main_nav__menu {
    width: 100%;
  }
}