@charset "UTF-8";
/*
Theme Name: familiecamping.dk
Theme URI: https://bo-we.dk
Author: Andreas Pedersen
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: sanne
*/
.svg_arrow_left {
  width: 12px;
  height: 22px; }

.svg_arrow_next {
  width: 38px;
  height: 26px; }

.svg_arrow_prev {
  width: 38px;
  height: 26px; }

.svg_arrow_right {
  width: 12px;
  height: 22px; }

.svg_arrow_small {
  width: 14px;
  height: 10px; }

.svg_email_icon {
  width: 24px;
  height: 24px; }

.svg_location_icon {
  width: 24px;
  height: 24px; }

.svg_phone_icon {
  width: 24px;
  height: 24px; }

.svg_plus {
  width: 20px;
  height: 20px; }

.svg_soc_fb {
  width: 28px;
  height: 28px; }

.svg_soc_inst {
  width: 28px;
  height: 28px; }

.svg_soc_y {
  width: 28px;
  height: 28px; }

* {
  margin: 0;
  padding: 0; }

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

a,
button,
input,
select,
textarea {
  outline: 0; }

ul {
  list-style-type: none; }

article,
aside,
footer,
nav,
section {
  display: block; }

/*
body,
html {
  height: 100%;
}*/
body {
  background: #fff;
  color: #3e5743;
  font: 16px "Montserrat", sans-serif; }

.container {
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 64px; }

@media screen and (max-width: 991px) {
  .container {
    padding: 0 32px; } }
@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px; } }
.btn {
  display: inline-block;
  cursor: pointer;
  background-color: #c27c2e;
  border-radius: 2px;
  border: none;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn:hover {
  background-color: #3e5743; }

.bg_grey {
  background-color: #f0e9e4; }

.bg_light_grey {
  background-color: #f2f2f2; }

.bg_dark_grey {
  background-color: #eee8df; }

.text_center {
  text-align: center; }

.typical_text.white li,
.typical_text.white p {
  color: #fff; }

.typical_text li,
.typical_text p {
  color: #3e5743;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px; }

.typical_text li:last-child,
.typical_text p:last-child {
  margin-bottom: 0; }

.typical_text li a,
.typical_text p a {
  text-decoration: none;
  color: #c27c2e; }

.typical_text li a:hover,
.typical_text p a:hover {
  text-decoration: underline; }

.typical_text ul {
  margin-bottom: 16px; }

.typical_text ul:last-child {
  margin-bottom: 0; }

.typical_text li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px; }

.typical_text li:last-child {
  margin-bottom: 0; }

.typical_text li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c27c2e; }

.section_wrap {
  padding: 160px 0; }

@media screen and (max-width: 991px) {
  .section_wrap {
    padding: 64px 0; } }
.section_wrap.pt_no {
  padding-top: 0; }

.section_wrap .section_container {
  padding: 0;
  margin-bottom: 120px; }

/*@media screen and (max-width: 991px) {
  .section_wrap .section_container {
    margin-bottom: 64px;
  }
}*/
.section_wrap .section_container:last-child {
  margin-bottom: 0; }

.section_wrap .section_container .section_inner {
  margin: 80px 0; }

.section_container {
  margin: 80px 0; }
  .section_container + footer {
    margin-top: -40px; }

@media screen and (max-width: 991px) {
  /*.section_container {
    padding: 40px 0;
  }*/ }
.section_container.padding_small {
  padding: 60px 0;
  margin-bottom: 40px;
  margin-top: 40px; }
  .section_container.padding_small + .search_section {
    margin-top: -40px; }

@media screen and (max-width: 991px) {
  .section_container.padding_small {
    padding: 64px 0; } }
.section_container.section_border {
  padding: 0; }

.section_container .section_inner {
  margin: 120px 0; }
  .section_container .section_inner .section_description {
    margin-bottom: 120px; }

.section_description {
  text-align: center; }
  .section_description + .info_posts_wrap,
  .section_description + .title_block,
  .section_description + .restaurants_wrap,
  .section_description + .intro_content_wrap {
    margin-top: 60px; }

@media screen and (max-width: 991px) {
  .section_description {
    margin-bottom: 40px; } }
.section_description .section_title {
  margin-bottom: 0; }

.section_title {
  text-align: center;
  color: #3e5743;
  font-weight: 400;
  font-size: 38px;
  line-height: 60px;
  overflow: hidden;
  margin-bottom: 40px; }

h2.section_title {
  font-size: 38px; }

@media screen and (max-width: 991px) {
  .section_title {
    margin-bottom: 40px;
    font-size: 32px; }

  h2.section_title {
    font-size: 32px; } }
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 40px;
    line-height: 48px; } }
@media screen and (max-width: 480px) {
  .section_title {
    font-size: 36px;
    line-height: 42px; } }
.section_title.white {
  color: #fff; }

@media screen and (max-width: 767px) {
  .section_title br {
    display: none; } }
.section_text {
  margin-top: 22px; }

.section_text.white p {
  color: #fff; }

.section_text p {
  color: #3e5743;
  font-size: 18px;
  line-height: 1.4; }

@media screen and (max-width: 767px) {
  .section_text p br {
    display: none; } }
.section_text p a {
  color: #c27c2e; }

.section_text p a:hover {
  text-decoration: none; }

.title_block {
  color: #3e5743;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  font-family: "PT Serif", serif; }

.title_block.white {
  color: #fff; }

/*
.overview {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.overview.visible {
  opacity: 1;
  visibility: visible;
}
*/
.special_section {
  padding: 161px 0 176px; }

@media screen and (max-width: 991px) {
  .special_section {
    padding: 64px 0; } }
.special_slider {
  position: relative;
  padding: 0 60px;
  margin: 0 -6px 0 0; }

@media screen and (max-width: 767px) {
  .special_slider {
    padding: 0; } }
.special_slider .slick-list {
  padding-right: 8.1%; }

.special_slider .slick-track {
  max-width: 100%;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 100px;
          perspective: 100px; }

.special_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.special_slider .slick-current {
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 40px 0 14px -25px rgba(155, 155, 155, 0.25);
          box-shadow: 40px 0 14px -25px rgba(155, 155, 155, 0.25); }

@media screen and (max-width: 991px) {
  .special_slider .slick-current {
    -webkit-box-shadow: 20px 0 15px -15px rgba(155, 155, 155, 0.25);
            box-shadow: 20px 0 15px -15px rgba(155, 155, 155, 0.25); } }
.special_slider .slick-sprev {
  -webkit-transform: translate3d(0, 0, -10px);
          transform: translate3d(0, 0, -10px); }

.special_slider .slick-sprev2 {
  -webkit-transform: translate3d(0, 0, -20px);
          transform: translate3d(0, 0, -20px); }

.special_slider .slick-snext {
  -webkit-transform: translate3d(9%, 0, -10px);
          transform: translate3d(9%, 0, -10px);
  z-index: 1;
  -webkit-box-shadow: 36.8627px 0 12.902px -23.0392px rgba(155, 155, 155, 0.25);
          box-shadow: 36.8627px 0 12.902px -23.0392px rgba(155, 155, 155, 0.25); }

@media screen and (max-width: 991px) {
  .special_slider .slick-snext {
    -webkit-box-shadow: 24px 0 12px -18px rgba(155, 155, 155, 0.25);
            box-shadow: 24px 0 12px -18px rgba(155, 155, 155, 0.25); } }
.special_slider .slick-snext2 {
  -webkit-transform: translate3d(18%, 0, -20px);
          transform: translate3d(18%, 0, -20px);
  z-index: 0;
  -webkit-box-shadow: 33.7255px 0 11.8039px -21.0784px rgba(155, 155, 155, 0.25);
          box-shadow: 33.7255px 0 11.8039px -21.0784px rgba(155, 155, 155, 0.25); }

@media screen and (max-width: 991px) {
  .special_slider .slick-snext2 {
    -webkit-box-shadow: 21px 0 11px -14px rgba(155, 155, 155, 0.25);
            box-shadow: 21px 0 11px -14px rgba(155, 155, 155, 0.25); } }
.special_slider .arrow_slider {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #999;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.special_slider .arrow_slider:hover {
  background-color: #999; }

.special_slider .arrow_slider:hover svg {
  stroke: #fff; }

.special_slider .arrow_slider svg {
  stroke: #4d4d4d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.special_slider .arrow_prev {
  left: -48px;
  padding-right: 4px; }

@media screen and (max-width: 1440px) {
  .special_slider .arrow_prev {
    left: -24px; } }
@media screen and (max-width: 991px) {
  .special_slider .arrow_prev {
    left: -12px; } }
.special_slider .arrow_next {
  right: -48px;
  padding-left: 4px; }

@media screen and (max-width: 1440px) {
  .special_slider .arrow_next {
    right: -24px; } }
@media screen and (max-width: 991px) {
  .special_slider .arrow_next {
    right: -12px; } }
.special_item {
  background: #eee8df;
  border-radius: 2px; }

.special_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 56px; }

@media screen and (max-width: 991px) {
  .special_item_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
@media screen and (max-width: 767px) {
  .special_item_content {
    padding: 32px; } }
.special_item_img {
  width: 57.9%; }

@media screen and (max-width: 991px) {
  .special_item_img {
    width: 100%;
    margin-bottom: 32px; } }
.special_item_info {
  width: 42.1%;
  padding: 40px 17px 0 44px; }

@media screen and (max-width: 1200px) {
  .special_item_info {
    padding-top: 0; } }
@media screen and (max-width: 991px) {
  .special_item_info {
    width: 100%;
    padding: 0; } }
.special_item_info .title_block {
  margin-bottom: 19px; }

.special_item_info .btn {
  margin-top: 70px; }

@media screen and (max-width: 991px) {
  .special_item_info .btn {
    margin-top: 32px; } }
.family_section .section_inner {
  padding: 60px; }

.info_posts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px -32px; }

@media screen and (max-width: 480px) {
  .info_posts_wrap {
    margin: 0; } }
.info_post_item {
  position: relative;
  text-decoration: none;
  width: calc(33.33% - 24px);
  margin: 0 12px 32px;
  min-height: 272px;
  overflow: hidden; }

@media screen and (max-width: 991px) {
  .info_post_item {
    width: calc(50% - 24px); } }
@media screen and (max-width: 480px) {
  .info_post_item {
    width: 100%;
    margin: 0 0 24px; }

  .info_post_item:last-child {
    margin-bottom: 0; } }
.info_post_item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.info_post_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.info_post_description {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.info_post_name {
  color: #fff;
  font-size: 24px;
  line-height: 32px; }

.facilities_section {
  margin: 60px 0px; }

@media screen and (max-width: 991px) {
  .facilities_section {
    padding: 64px 0; } }
.facilities_section .section_title {
  margin-bottom: 75px; }

@media screen and (max-width: 991px) {
  .facilities_section .section_title {
    margin-bottom: 40px; } }
.content_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px; }

@media screen and (max-width: 991px) {
  .content_section {
    margin-bottom: 64px; } }
@media screen and (max-width: 767px) {
  .content_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.content_section.mb_smaller {
  margin: 60px 0px; }

@media screen and (max-width: 991px) {
  .content_section.mb_smaller {
    margin-bottom: 64px; } }
.content_section:last-child {
  margin-bottom: 0; }

.content_section.left .content_left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0;
  padding-left: 72px; }

@media screen and (max-width: 991px) {
  .content_section.left .content_left {
    padding-left: 32px; } }
@media screen and (max-width: 767px) {
  .content_section.left .content_left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0; } }
.content_section.left .content_left .content_img {
  padding: 0 40px 40px 0; }

@media screen and (max-width: 767px) {
  .content_section.left .content_left .content_img {
    padding: 0 24px 24px 0; } }
.content_section.left .content_left .content_img:before {
  left: 40px;
  right: 0; }

@media screen and (max-width: 767px) {
  .content_section.left .content_left .content_img:before {
    left: 24px; } }
.content_section.left .content_left .content_img.left_big:before {
  left: 100px; }

@media screen and (max-width: 767px) {
  .content_section.left .content_left .content_img.left_big:before {
    left: 24px; } }
.content_section.left .content_left .content_img.right_big:before {
  right: 100px; }

@media screen and (max-width: 767px) {
  .content_section.left .content_left .content_img.right_big:before {
    right: 24px; } }
.content_section.left .content_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 12px; }

@media screen and (max-width: 767px) {
  .content_section.left .content_right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0; } }
.content_section.left .content_right .content_img {
  padding: 0 0 40px 40px; }

@media screen and (max-width: 767px) {
  .content_section.left .content_right .content_img {
    padding: 0 0 24px 24px; } }
.content_section.left .content_right .content_img:before {
  top: 40px;
  bottom: 0;
  right: 40px;
  left: 0; }

@media screen and (max-width: 767px) {
  .content_section.left .content_right .content_img:before {
    top: 24px;
    right: 24px; } }
.content_section.left .content_right .content_img.left_big:before {
  left: 100px; }

@media screen and (max-width: 767px) {
  .content_section.left .content_right .content_img.left_big:before {
    left: 24px; } }
.content_section.left .content_right .content_img.right_big:before {
  right: 100px; }

@media screen and (max-width: 767px) {
  .content_section.left .content_right .content_img.right_big:before {
    right: 24px; } }
.content_left {
  width: 50%;
  padding-right: 72px; }

@media screen and (max-width: 991px) {
  .content_left {
    padding-right: 32px; } }
@media screen and (max-width: 767px) {
  .content_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px; } }
.content_right {
  width: 50%;
  padding-left: 12px;
  padding-top: 87px; }

@media screen and (max-width: 1200px) {
  .content_right {
    padding-top: 0; } }
@media screen and (max-width: 767px) {
  .content_right {
    width: 100%;
    padding-left: 0; } }
.content_right.pt_middle {
  padding-top: 55px; }

@media screen and (max-width: 1200px) {
  .content_right.pt_middle {
    padding-top: 0; } }
.content_right.pt_small {
  padding-top: 47px; }

@media screen and (max-width: 1200px) {
  .content_right.pt_small {
    padding-top: 0; } }
.content_right.pt_very_small {
  padding-top: 27px; }

@media screen and (max-width: 1200px) {
  .content_right.pt_very_small {
    padding-top: 0; } }
.content_right.pt_no {
  padding-top: 0; }

.content_right .content_img {
  padding: 0 40px 40px 0; }

@media screen and (max-width: 767px) {
  .content_right .content_img {
    padding: 0 24px 24px 0; } }
.content_right .content_img:before {
  left: 40px;
  right: 0; }

@media screen and (max-width: 767px) {
  .content_right .content_img:before {
    left: 24px; } }
.content_img {
  position: relative;
  padding: 0 0 40px 40px; }

@media screen and (max-width: 767px) {
  .content_img {
    padding: 0 0 24px 24px; } }
.content_img:before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 40px;
  left: 0;
  z-index: 1;
  background: #f0e9e4;
  border-radius: 2px; }

@media screen and (max-width: 767px) {
  .content_img:before {
    top: 24px;
    right: 24px; } }
.content_img.top_big:before {
  top: 100px; }

@media screen and (max-width: 767px) {
  .content_img.top_big:before {
    top: 24px; } }
.content_img.left_big:before {
  left: 100px; }

@media screen and (max-width: 767px) {
  .content_img.left_big:before {
    left: 24px; } }
.content_img.right_big:before {
  right: 100px; }

@media screen and (max-width: 767px) {
  .content_img.right_big:before {
    right: 24px; } }
.content_img img {
  position: relative;
  z-index: 3; }

.content_slider_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px; }

.content_slider_arrows .arrow_slider {
  cursor: pointer;
  margin: 0 17px; }

.content_slider_arrows .arrow_slider:hover svg {
  stroke: #c27c2e; }

.content_slider_arrows .arrow_slider svg {
  display: block;
  stroke: #3e5743;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.content_info .content_img {
  margin-top: 91px; }

@media screen and (max-width: 991px) {
  .content_info .content_img {
    margin-top: 64px; } }
.content_info .title_block {
  margin-bottom: 32px; }

.content_info .btn {
  margin-top: 65px; }

@media screen and (max-width: 991px) {
  .content_info .btn {
    margin-top: 32px; } }
.content_info_text.small p {
  font-size: 19px;
  line-height: 28px; }

.content_info_text p {
  color: #3e5743;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px; }

.content_info_text p:last-child {
  margin-bottom: 0; }

.content_info_text p a {
  color: #c27c2e; }

.content_info_text p a:hover {
  text-decoration: none; }

.content_info_text li {
  position: relative;
  color: #3e5743;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  padding-left: 20px; }

.content_info_text li:last-child {
  margin-bottom: 0; }

.content_info_text li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c27c2e; }

.content_info_text li a {
  color: #c27c2e; }

.content_info_text li a:hover {
  text-decoration: none; }

.content_prices {
  margin-bottom: 160px; }

.content_prices:last-child {
  margin-bottom: 0; }

.content_prices .content_section {
  margin-bottom: 80px; }

.rating_section .section_inner {
  padding: 114px 0 172px; }

@media screen and (max-width: 991px) {
  .rating_section .section_inner {
    padding: 64px 0; } }
.rating_section .section_title {
  margin-bottom: 55px; }

@media screen and (max-width: 991px) {
  .rating_section .section_title {
    margin-bottom: 40px; } }
.rating_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }

@media screen and (max-width: 767px) {
  .rating_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; } }
.rating_block {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .rating_block {
    width: 100%;
    margin: 0 0 64px; } }
@media screen and (max-width: 767px) {
  .rating_block:last-child {
    margin-bottom: 0; } }
.rating_block .title_block {
  margin-bottom: 24px; }

.rating_name {
  display: inline-block;
  color: #3e5743;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 17px; }

.rating_name:hover {
  text-decoration: none; }

.rating_stars {
  margin-bottom: 6px; }

.rating_reviews {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d; }

.rating_logo {
  margin-top: 15px; }

.rating_adress {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  margin-top: 4px; }

.rating_insert {
  margin-top: 15px; }

.rating_insert .cdsROW {
  margin: 0 auto; }

.rating_insert .cdsROW.narrow {
  width: 200px;
  padding: 0;
  border: 0;
  font-family: Montserrat, sans-serif; }

.rating_insert .cdsROW.narrow .cdsLocName {
  color: #3e5743;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 17px;
  padding: 0; }

.rating_insert .cdsROW.narrow .cdsLocName a {
  display: inline-block;
  color: #3e5743;
  font-weight: 500;
  font-size: 20px !important; }

.rating_insert .cdsROW.narrow .cdsLocName a:hover {
  text-decoration: none; }

.rating_insert .cdsROW.narrow .cdsRating .ui_bubble_rating {
  display: inline-block;
  margin-bottom: 6px; }

.rating_insert .cdsROW.narrow .cdsRating span {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d; }

.rating_insert .cdsROW.narrow .logo {
  padding: 0;
  margin-top: 15px; }

.rating_insert .cdsROW.narrow .logo img {
  padding: 0; }

.search_section {
  min-height: 70vh;
  padding: 50px 0;
  background: url(../images/search_bg.jpg) no-repeat top center/cover; }

@media screen and (max-width: 991px) {
  .search_section {
    padding: 64px 0;
    min-height: 600px; } }
.search_section .section_title {
  margin-bottom: 40px; }

@media screen and (max-width: 991px) {
  .search_section .section_title {
    margin-bottom: 40px; } }
.search_buttons {
  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; }

@media screen and (max-width: 480px) {
  .search_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.search_buttons .btn {
  margin: 0 15px; }

@media screen and (max-width: 480px) {
  .search_buttons .btn {
    margin: 0 0 15px; }

  .search_buttons .btn:last-child {
    margin-bottom: 0; } }
.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 680px;
  margin: 0 auto; }

@media screen and (max-width: 480px) {
  .search_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.search_bottom_text {
  text-align: center;
  margin-top: 30px;
  color: #999;
  font-size: 16px;
  line-height: 24px; }
  .search_bottom_text a {
    text-decoration: none;
    color: #c27c2e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .search_bottom_text a:hover {
      color: #3e5743; }

.instagram_block {
  position: relative; }

.follow_section {
  padding: 60px 0; }
  .follow_section .section_title {
    margin-bottom: 83px; }

@media screen and (max-width: 991px) {
  .follow_section {
    padding: 64px 0; }
    .follow_section .section_title {
      margin-bottom: 40px; } }
.instagram_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .instagram_wrap .instagram_item {
    width: 12.5%; }
    .instagram_wrap .instagram_item img {
      width: 100%; }

@media screen and (max-width: 991px) {
  .instagram_item {
    width: 25%; } }
@media screen and (max-width: 480px) {
  .instagram_item {
    width: 50%; } }
.instagram_nickname {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  display: inline-block;
  text-decoration: none;
  color: #0b3037;
  font-size: 24px;
  line-height: 32px;
  padding: 10px 20px; }
  .instagram_nickname::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 1px; }

.follow_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 44px; }
  .follow_soc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #999;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-right: 53px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

@media screen and (max-width: 480px) {
  .follow_soc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .follow_soc a {
      margin: 0 0 16px; }
      .follow_soc a:last-child {
        margin-bottom: 0; }
      .follow_soc a:hover {
        color: #3e5743; } }
.follow_soc a .follow_soc a:hover svg {
  fill: #3e5743; }

.follow_soc a:last-child {
  margin-right: 0; }

.follow_soc a svg {
  fill: #999;
  margin-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.news_section .section_inner {
  padding: 112px 0 188px; }

@media screen and (max-width: 991px) {
  .news_section .section_inner {
    padding: 64px 0; } }
.news_section .section_title {
  margin-bottom: 83px; }

@media screen and (max-width: 991px) {
  .news_section .section_title {
    margin-bottom: 40px; } }
.news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px -32px; }

@media screen and (max-width: 767px) {
  .news_wrap {
    margin: 0; } }
.new_item {
  width: calc(33.33% - 24px);
  margin: 0 12px 32px;
  text-decoration: none; }

@media screen and (max-width: 767px) {
  .new_item {
    width: 100%;
    margin: 0 0 40px; }

  .new_item:last-child {
    margin-bottom: 0; } }
.new_item_img {
  margin-bottom: 28px; }

.new_item_name {
  color: #3e5743;
  font-size: 24px;
  line-height: 32px; }

.news_bottom {
  text-align: center;
  margin-top: 72px; }

@media screen and (max-width: 991px) {
  .news_bottom {
    margin-top: 64px; } }
.news_more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 2px;
  border: none;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  color: #3e5743;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.news_more:hover {
  color: #fff;
  background-color: #c27c2e; }

.news_more:hover:after {
  border-top-color: #fff; }

.news_more:after {
  content: "";
  position: relative;
  top: 2px;
  border: 6px solid transparent;
  border-top: 6px solid #3e5743;
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.toggle_container {
  display: none; }

.faq_section {
  padding: 141px 0 177px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

@media screen and (max-width: 991px) {
  .faq_section {
    padding: 64px 0; } }
.faq_section .section_title {
  margin-bottom: 46px; }

@media screen and (max-width: 991px) {
  .faq_section .section_title {
    margin-bottom: 40px; } }
.faq_box {
  border-bottom: 1px solid #fff; }

.faq_trigger {
  position: relative;
  cursor: pointer;
  color: #fff;
  padding: 20px 0;
  font-size: 20px;
  line-height: 28px;
  padding-right: 40px; }

.faq_trigger svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  stroke: #fff;
  stroke-width: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.faq_trigger.active svg {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }

.faq_container {
  padding-bottom: 20px; }

.contact_section {
  padding: 155px 0 172px; }

@media screen and (max-width: 991px) {
  .contact_section {
    padding: 64px 0; } }
.contact_section .section_title {
  margin-bottom: 65px; }

@media screen and (max-width: 991px) {
  .contact_section .section_title {
    margin-bottom: 40px; } }
.contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 991px) {
  .contact_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.contact_left {
  width: 34%;
  padding-right: 32px; }

@media screen and (max-width: 991px) {
  .contact_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px; } }
.contact_left .title_block {
  margin-bottom: 44px; }

.contact_left .btn {
  margin-top: 44px; }

.contact_name {
  color: #3e5743;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 29px; }

.contact_info.small li {
  margin-bottom: 16px; }

.contact_info.small li:last-child {
  margin-bottom: 0; }

.contact_info.small .contact_info_link {
  font-size: 16px;
  line-height: 24px; }

.contact_info.small .contact_info_link svg {
  top: -1px; }

.contact_info li {
  margin-bottom: 32px; }

.contact_info li:last-child {
  margin-bottom: 0; }

.contact_info_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #3e5743;
  font-size: 20px;
  line-height: 28px; }

.contact_info_link:hover {
  text-decoration: underline; }

.contact_info_link svg {
  position: relative;
  top: 2px;
  fill: #999;
  min-width: 24px;
  margin-right: 16px; }

.contact_info_link span {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }

.contact_right {
  width: 66%; }

@media screen and (max-width: 991px) {
  .contact_right {
    width: 100%; } }
.contact_map {
  width: 100%;
  height: 440px; }

@media screen and (max-width: 767px) {
  .contact_map {
    height: 300px; } }
.contact_map_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px; }

.contact_map_links li {
  padding-right: 16px;
  margin-right: 16px;
  margin-bottom: 10px;
  border-right: 1px solid #e6e6e6; }

.contact_map_links li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none; }

.contact_map_links a {
  text-decoration: none;
  color: #3e5743;
  font-size: 16px; }

.contact_map_links a:hover {
  text-decoration: underline; }

.footer {
  background: #3e5743;
  padding: 108px 0 78px;
  overflow: hidden; }

@media screen and (max-width: 991px) {
  .footer {
    padding: 64px 0; } }
.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 767px) {
  .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.footer_left {
  width: 34%;
  padding-right: 32px; }

@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 64px; } }
.footer_logo {
  display: inline-block;
  max-width: 200px;
  margin-bottom: 74px; }

@media screen and (max-width: 767px) {
  .footer_logo {
    margin-bottom: 32px; } }
.footer_contacts li {
  margin-bottom: 24px; }

.footer_contacts li:last-child {
  margin-bottom: 0; }

.footer_contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px; }

.footer_contact_link:hover {
  text-decoration: underline; }

.footer_contact_link svg {
  position: relative;
  top: 0;
  fill: #fff;
  min-width: 24px;
  margin-right: 16px; }

.footer_contact_link span {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }

.footer_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 66px; }

@media screen and (max-width: 767px) {
  .footer_soc {
    margin-top: 32px; } }
.footer_soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  min-width: 44px;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  border-radius: 50%;
  background: rgba(182, 182, 182, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.footer_soc a:last-child {
  margin-right: 0; }

.footer_soc a:hover {
  background-color: #b6b6b6; }

.footer_soc a svg {
  display: block;
  fill: #fff; }

.footer_right {
  width: 66%;
  padding: 0 100px; }

@media screen and (max-width: 1200px) {
  .footer_right {
    padding: 0; } }
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%; } }
.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -29px -94px; }

@media screen and (max-width: 991px) {
  .footer_nav {
    margin: 0 -16px -64px; } }
.footer_box {
  width: calc(33.33% - 58px);
  margin: 0 29px 94px; }

@media screen and (max-width: 991px) {
  .footer_box {
    width: calc(33.33% - 32px);
    margin: 0 16px 64px; } }
@media screen and (max-width: 767px) {
  .footer_box {
    width: calc(50% - 32px); } }
.footer_box:last-child {
  width: calc(66.66% - 58px); }

@media screen and (max-width: 767px) {
  .footer_box:last-child {
    width: 100%; } }
.footer_box_title {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 26px; }

@media screen and (max-width: 480px) {
  .footer_box_title {
    font-size: 20px;
    line-height: 24px; } }
.footer_box_links li {
  margin-bottom: 8px; }

.footer_box_links li:last-child {
  margin-bottom: 0; }

.footer_box_links a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.footer_box_links a:hover {
  color: #c27c2e; }

.breadcrumns_section {
  padding-top: 40px;
  color: #8f9e97;
  font-size: 14px;
  line-height: 1.2; }
  .breadcrumns_section .breadcrumns_link {
    text-decoration: none;
    color: #8f9e97;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .breadcrumns_section .breadcrumns_link:hover {
      color: #c27c2e; }
  .breadcrumns_section .breadcrumns_current {
    color: #3e5743;
    font-weight: 500; }
  .breadcrumns_section .breadcrumns_separate {
    margin: 0 8px; }

.vacation_packages .section_description {
  margin-bottom: 69px; }

@media screen and (max-width: 991px) {
  .vacation_packages .section_description {
    margin-bottom: 40px; } }
.vacation_packages .content_section {
  max-width: 976px;
  margin-right: auto;
  margin-left: auto; }

.vacation_packages .content_section.left .content_right {
  padding-left: 40px;
  padding-right: 40px; }

@media screen and (max-width: 1200px) {
  .vacation_packages .content_section.left .content_right {
    padding-right: 0; } }
@media screen and (max-width: 767px) {
  .vacation_packages .content_section.left .content_right {
    padding-left: 24px; } }
.vacation_packages .content_left {
  width: 66.39%; }

@media screen and (max-width: 767px) {
  .vacation_packages .content_left {
    width: 100%; } }
.vacation_packages .content_right {
  width: 33.61%;
  padding-left: 40px;
  padding-right: 0; }

@media screen and (max-width: 1200px) {
  .vacation_packages .content_right {
    padding-left: 0; } }
@media screen and (max-width: 767px) {
  .vacation_packages .content_right {
    width: 100%;
    padding-left: 24px; } }
.search_book {
  padding: 121px 0 126px; }

@media screen and (max-width: 991px) {
  .search_book {
    padding: 64px 0; } }
.search_book .section_title {
  margin-bottom: 59px; }

.cabins_best {
  overflow: hidden; }

.cabins_best .section_title {
  margin-bottom: 75px; }

@media screen and (max-width: 991px) {
  .cabins_best .section_title {
    margin-bottom: 40px; } }
.features_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -87px -78px; }

@media screen and (max-width: 1200px) {
  .features_wrap {
    margin: 0 -32px 78px; } }
@media screen and (max-width: 767px) {
  .features_wrap {
    margin: 0 -16px -64px; } }
@media screen and (max-width: 480px) {
  .features_wrap {
    display: block;
    margin: 0; } }
.feature_item {
  width: calc(33.33% - 174px);
  margin: 0 87px 78px;
  text-align: center; }

@media screen and (max-width: 1200px) {
  .feature_item {
    width: calc(33.33% - 64px);
    margin: 0 32px 78px; } }
@media screen and (max-width: 767px) {
  .feature_item {
    width: calc(50% - 32px);
    margin: 0 16px 64px; } }
@media screen and (max-width: 480px) {
  .feature_item {
    width: 100%;
    margin: 0 0 64px; }

  .feature_item:last-child {
    margin-bottom: 0; } }
.feature_item_icon {
  height: 48px;
  margin-bottom: 28px; }

.feature_item_title {
  color: #3e5743;
  font-size: 24px;
  line-height: 32px; }

.feature_item_text {
  margin-top: 18px; }

.book_now {
  position: relative;
  min-height: 50vh;
  padding: 80px 0;
  background: url(../images/book_now_bg.jpg) no-repeat center/cover; }

.book_now:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(80.12%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #fff 0, rgba(255, 255, 255, 0) 80.12%), linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%); }

.book_now_info {
  position: relative;
  z-index: 3;
  max-width: 687px; }

.book_now_info .section_description {
  text-align: left;
  margin-bottom: 64px; }

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

.vacation_bundles .section_title {
  margin-bottom: 83px; }

.bundles_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -32px; }

@media screen and (max-width: 991px) {
  .bundles_wrap {
    margin: 0 -16px; } }
@media screen and (max-width: 767px) {
  .bundles_wrap {
    display: block;
    margin: 0; } }
.bundle_item {
  width: calc(50% - 64px);
  margin: 0 32px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .bundle_item .bundle_item_img {
    height: 100%; }
    .bundle_item .bundle_item_img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

@media screen and (max-width: 991px) {
  .bundle_item {
    width: calc(50% - 32px);
    margin: 0 16px; } }
@media screen and (max-width: 767px) {
  .bundle_item {
    width: 100%;
    margin: 0 0 32px; }

  .bundle_item:last-child {
    margin-bottom: 0; } }
.bundle_item_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 24px 28px; }

@media screen and (max-width: 480px) {
  .bundle_item_info {
    padding: 16px; } }
.bundle_item_name {
  color: #3e5743;
  font-size: 36px;
  line-height: 48px;
  font-family: Georgia, serif; }

@media screen and (max-width: 480px) {
  .bundle_item_name {
    font-size: 28px;
    line-height: 36px; } }
@media screen and (max-width: 767px) {
  .bundle_item_name br {
    display: none; } }
.bundle_item_bottom {
  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;
  margin-top: 15px; }

.bundle_item_discount {
  color: #c27c2e;
  font-size: 48px;
  line-height: 60px;
  font-family: Georgia, serif; }

@media screen and (max-width: 480px) {
  .bundle_item_discount {
    font-size: 36px;
    line-height: 40px; } }
.cabins_prices .section_description {
  margin-bottom: 77px; }

@media screen and (max-width: 991px) {
  .cabins_prices .section_description {
    margin-bottom: 40px; } }
.prices_table {
  overflow: auto; }

.prices_table.variant_2 {
  max-width: 876px;
  margin: 0 auto; }

.prices_table.variant_2 tr:nth-child(even) {
  background: #fff; }

.prices_table.variant_2 tr:nth-child(odd) {
  background: #f2f2f2; }

.prices_table.variant_2 td:first-child {
  width: 22.83%; }

.prices_table.variant_3 {
  max-width: 858px;
  margin: 0 auto; }

.prices_table.variant_3 tr:nth-child(even) {
  background: #fff; }

.prices_table.variant_3 tr:nth-child(odd) {
  background: #f2f2f2; }

.prices_table.variant_3 td:first-child {
  text-align: left;
  width: auto; }

.prices_table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff; }

.prices_table tr:nth-child(even) {
  background: #f2f2f2; }

.prices_table th {
  padding: 24px 16px;
  vertical-align: top;
  color: #3e5743;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background-color: #eee8df; }

@media screen and (max-width: 991px) {
  .prices_table th {
    font-size: 14px;
    line-height: 20px;
    padding: 24px 12px; } }
.prices_table td {
  text-align: center;
  padding: 12px 16px;
  color: #3e5743;
  font-size: 16px;
  line-height: 24px; }

@media screen and (max-width: 991px) {
  .prices_table td {
    font-size: 14px;
    line-height: 20px;
    padding: 12px; } }
.prices_table td:first-child {
  width: 15%; }

.cabins_info {
  margin-top: 100px; }

.cabins_info .section_title {
  margin: 0 auto;
  margin-bottom: 47px;
  max-width: 776px; }

.text_block iframe {
  max-width: 100%; }

.cabins_info .text_block {
  max-width: 776px;
  margin: 0 auto; }

.inspiration_categories .section_description {
  margin-bottom: 67px; }

@media screen and (max-width: 991px) {
  .inspiration_categories .section_description {
    margin-bottom: 40px; } }
.inspiration_categories_text {
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 34px; }

.dine_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px -66px; }

.dine_item {
  width: calc(14.28% - 24px);
  margin: 0 12px 66px;
  text-align: center; }

@media screen and (max-width: 991px) {
  .dine_item {
    width: calc(20% - 24px); } }
@media screen and (max-width: 767px) {
  .dine_item {
    width: calc(25% - 24px); } }
@media screen and (max-width: 480px) {
  .dine_item {
    width: calc(50% - 24px); } }
.dine_item_icon {
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14px; }

.intro_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 160px; }

@media screen and (max-width: 991px) {
  .intro_content_wrap {
    margin-bottom: 64px; } }
@media screen and (max-width: 767px) {
  .intro_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.intro_content_wrap:last-child {
  margin-bottom: 0; }

.intro_content_wrap.left .intro_content_left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 64px;
  padding-right: 0; }

@media screen and (max-width: 767px) {
  .intro_content_wrap.left .intro_content_left {
    padding-left: 0; } }
.intro_content_wrap.left .intro_content_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 12px;
  padding-left: 0; }

@media screen and (max-width: 767px) {
  .intro_content_wrap.left .intro_content_right {
    padding-right: 0; } }
.intro_content_left {
  width: 50%;
  padding-right: 64px; }

@media screen and (max-width: 991px) {
  .intro_content_left {
    padding-right: 32px; } }
@media screen and (max-width: 767px) {
  .intro_content_left {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }
.intro_content_left.pt_small {
  padding-top: 19px; }

@media screen and (max-width: 1200px) {
  .intro_content_left.pt_small {
    padding-top: 0; } }
.intro_content_right {
  width: 50%;
  padding-left: 12px; }

@media screen and (max-width: 767px) {
  .intro_content_right {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px; } }
.intro_content_img {
  text-align: center; }

.intro_content_img figcaption {
  text-align: center;
  margin-top: 18px;
  color: #999;
  font-size: 16px;
  line-height: 24px; }

.intro_content_img iframe,
.intro_content_img video {
  max-width: 100%; }

.intro_popup_toggle {
  text-decoration: none; }

.info_section {
  position: relative;
  min-height: 700px;
  padding: 129px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.info_section.info_opening {
  padding: 169px 0; }

@media screen and (max-width: 991px) {
  .info_section.info_opening {
    padding: 129px 0; } }
.info_section.book_winter {
  padding: 172px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media screen and (max-width: 991px) {
  .info_section.book_winter {
    padding: 129px 0; } }
.info_section.book_winter .container {
  width: 100%; }

.info_section_content {
  position: relative;
  z-index: 3;
  max-width: 600px; }

.info_section_content .section_description {
  text-align: left;
  margin-bottom: 59px; }

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

.logos_section {
  padding: 85px 0 84px; }

@media screen and (max-width: 991px) {
  .logos_section {
    padding: 64px 0; } }
.logos_section .section_title {
  margin-bottom: 39px; }

.logos_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 970px;
  margin: 0 auto; }

.practical_info {
  padding: 60px 0;
  text-align: center; }

@media screen and (max-width: 991px) {
  .practical_info {
    padding: 64px 0; } }
.practical_info .section_description {
  margin-bottom: 0; }

.practical_info .btn {
  margin-top: 47px; }

@media screen and (max-width: 767px) {
  .practical_info br {
    display: none; } }
.spa_intro .section_description {
  margin-bottom: 103px; }

@media screen and (max-width: 991px) {
  .spa_intro .section_description {
    margin-bottom: 40px; } }
.spa_triggers {
  padding: 72px 0 74px; }

@media screen and (max-width: 991px) {
  .spa_triggers {
    padding: 64px 0; } }
.treatments_section {
  padding: 113px 0 98px; }

@media screen and (max-width: 991px) {
  .treatments_section {
    padding: 64px 0; } }
.treatments_content {
  max-width: 850px;
  margin: 0 auto; }

.treatments_content .section_title {
  margin-bottom: 64px; }

@media screen and (max-width: 991px) {
  .treatments_content .section_title {
    margin-bottom: 40px; } }
.treatments_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -42px; }

@media screen and (max-width: 991px) {
  .treatments_info {
    display: block;
    margin: 0; } }
.treatments_side {
  max-width: 376px;
  margin: 0 42px; }

@media screen and (max-width: 991px) {
  .treatments_side {
    max-width: none;
    margin: 0 0 20px; }

  .treatments_side:last-child {
    margin-bottom: 0; } }
.treatments_bottom {
  text-align: center;
  padding-top: 91px;
  max-width: 976px;
  margin: 95px auto 0;
  border-top: 1px solid #d9d9d9; }

@media screen and (max-width: 991px) {
  .treatments_bottom {
    padding-top: 40px;
    margin-top: 40px; } }
.treatments_bottom .btn {
  margin-top: 45px; }

@media screen and (max-width: 991px) {
  .treatments_bottom br {
    display: none; } }
.subscribe_section {
  padding: 121px 0 124px; }

@media screen and (max-width: 991px) {
  .subscribe_section {
    padding: 64px 0; } }
.subscribe_section .section_title {
  margin-bottom: 51px; }

@media screen and (max-width: 991px) {
  .subscribe_section .section_title {
    margin-bottom: 40px; } }
.subscribe_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 710px;
  margin: 0 auto; }

@media screen and (max-width: 480px) {
  .subscribe_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.subscribe_form_field {
  height: 48px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  border: none;
  padding: 0 16px;
  color: #3e5743;
  font: 16px Montserrat, sans-serif; }

.subscribe_form_field::-webkit-input-placeholder {
  color: #999; }

.subscribe_form_field:-moz-placeholder {
  color: #999; }

.subscribe_form_field::-moz-placeholder {
  color: #999; }

.subscribe_form_field:-ms-input-placeholder {
  color: #999; }

@media screen and (max-width: 480px) {
  .subscribe_form_field {
    width: 100%; } }
.subscribe_form_send {
  color: #e6e6e6;
  margin-left: 12px; }

@media screen and (max-width: 480px) {
  .subscribe_form_send {
    width: 100%;
    margin: 12px 0 0; } }
.restaurants_subtitle {
  text-align: center;
  margin-bottom: 57px; }

@media screen and (max-width: 991px) {
  .restaurants_subtitle {
    margin-bottom: 40px; } }
.restaurant_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .restaurant_item {
    display: block; } }
.restaurant_item:last-child {
  margin-bottom: 0; }

.restaurant_item_img {
  min-width: 376px;
  width: 376px; }

@media screen and (max-width: 991px) {
  .restaurant_item_img {
    min-width: 250px;
    width: 250px; } }
@media screen and (max-width: 767px) {
  .restaurant_item_img {
    min-width: none;
    width: 100%;
    margin-bottom: 24px; } }
.restaurant_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.restaurant_item_info {
  width: 100%;
  padding-left: 24px; }

@media screen and (max-width: 767px) {
  .restaurant_item_info {
    padding-left: 0; } }
.restaurant_item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px; }

@media screen and (max-width: 480px) {
  .restaurant_item_top {
    display: block; } }
.restaurant_item_name {
  color: #3e5743;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px; }

.restaurant_item_location {
  color: #999;
  font-size: 16px;
  line-height: 24px;
  margin-top: 11px; }

.restaurant_item_note {
  display: inline-block;
  background: #eee8df;
  border-radius: 2px;
  padding: 8px 16px;
  color: #c27c2e;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  margin-left: 16px; }

@media screen and (max-width: 480px) {
  .restaurant_item_note {
    margin: 16px 0 0; } }
.restaurant_item_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-top: 16px;
  color: #c27c2e;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.restaurant_item_menu:hover {
  color: #3e5743; }

.restaurant_item_menu:hover svg {
  stroke: #3e5743; }

.restaurant_item_menu svg {
  stroke: #c27c2e;
  margin-left: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.restaurant_item_reservation {
  color: #999;
  font-size: 16px;
  line-height: 24px;
  margin-top: 13px; }

.restaurant_item_reservation a {
  text-decoration: none;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.restaurant_item_reservation a:hover {
  color: #c27c2e; }

.features_opening {
  padding: 100px 0; }

@media screen and (max-width: 991px) {
  .features_opening {
    padding: 64px 0; } }
.features_opening .section_title {
  margin-bottom: 59px; }

@media screen and (max-width: 991px) {
  .features_opening .section_title {
    margin-bottom: 40px; } }
.features_opening_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -64px; }

@media screen and (max-width: 480px) {
  .features_opening_wrap {
    display: block;
    margin: 0; } }
.feature_opening_item {
  width: calc(33.33% - 60px);
  margin: 0 30px 64px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .feature_opening_item {
    width: calc(50% - 32px);
    margin: 0 16px 64px; } }
@media screen and (max-width: 480px) {
  .feature_opening_item {
    width: 100%;
    margin: 0 0 64px; }

  .feature_opening_item:last-child {
    margin-bottom: 0; } }
.feature_opening_icon {
  height: 72px;
  margin-bottom: 21px; }

.reviews_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 738px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .reviews_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.reviews_block {
  width: 50%;
  border-right: 1px solid #e6e6e6;
  padding-right: 60px; }

@media screen and (max-width: 991px) {
  .reviews_block {
    padding-right: 32px; } }
@media screen and (max-width: 767px) {
  .reviews_block {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding-right: 0;
    padding-bottom: 32px;
    margin-bottom: 32px; } }
.reviews_block:last-child {
  border-right: none;
  padding-left: 60px; }

@media screen and (max-width: 991px) {
  .reviews_block:last-child {
    padding-left: 32px; } }
@media screen and (max-width: 767px) {
  .reviews_block:last-child {
    border-bottom: none;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0; } }
.reviews_insert {
  margin-top: 9px; }

.post_content {
  max-width: 976px;
  margin: 0 auto; }

.post_content .title_block {
  margin-bottom: 22px; }

.post_content_img {
  margin-bottom: 43px; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after,
.slick-track:before {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

.slick-slide:focus {
  outline: 0; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.7; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

.mfp-content:hover .mfp-arrow {
  opacity: 1; }

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: default; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button.mfp-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  z-index: 1046;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 0; }

.mfp-close:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/close_white.svg) no-repeat center; }

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: rgba(255, 255, 255, 0.7);
  right: 0;
  text-align: center; }

.mfp-counter {
  position: absolute;
  top: 4px;
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  top: 50%;
  z-index: 1050;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer; }

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1; }

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #333;
  font-size: 20px;
  border: medium inset transparent; }

.mfp-arrow-left {
  left: 25px; }

.mfp-arrow-left:after {
  display: block;
  width: 12px;
  height: 22px;
  margin-left: -2px;
  background: url(../images/arrow_left.svg) no-repeat center; }

.mfp-arrow-right {
  right: 25px; }

.mfp-arrow-right:after {
  display: block;
  width: 12px;
  height: 22px;
  margin-left: 2px;
  background: url(../images/arrow_right.svg) no-repeat center; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -35px; }

.mfp-iframe-scaler {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@media (max-width: 777px) {
  .breadcrumns_section {
    padding-top: 60px; }

  .cabins_info {
    margin-top: 40px; } }
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px; }

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px; }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

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

.pd_tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.es_subscription_message {
  text-align: center !important;
  display: block !important;
  width: 100% !important; }

.section_container4.section_container {
  padding-bottom: 120px; }

/* 09-07-2021 Start */
.cust_shortcode .cabins_info .text_block {
  max-width: 100%; }

.fc__main_calendar {
  margin-top: 50px; }

.fc__main_calendar_vertical_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.fc__main_calendar.fc__main_calendar_vertical_layout
.fc__LeftContainer
#ProfileFilterWrapper {
  padding-right: 30px; }

.fc__main_calendar.fc__main_calendar_vertical_layout .fc__CenterContainer {
  width: 100%; }

.fc__main_calendar div[name="CalendarContainer"] {
  padding: 0 3px 0 0;
  margin-top: -3px; }

.fc__main_calendar #CalendarWrapper .csob-cal-days tbody tr:nth-child(odd),
.fc__main_calendar #CalendarWrapper .csob-cal-header tbody tr:nth-child(odd),
.fc__main_calendar
#CalendarWrapper
.csob-cal-day-names
tbody
tr:nth-child(odd) {
  background-color: #e0e0e0; }

.fc__main_calendar .csob-cal-table tr td {
  padding: 8px 5px 8px 5px; }

.fc__main_calendar .csob-cal-table {
  margin: 3px 0;
  border-collapse: collapse !important; }

.fc__main_calendar #CalendarWrapper .csob-cal-header td span {
  padding: 5px;
  display: block;
  float: left;
  font-size: 20px;
  text-transform: uppercase; }

.fc__main_calendar #CalendarWrapper .csob-cal-day-names tr td {
  padding: 15px; }

.fc__main_calendar .csob-cal-days td {
  border: 1px solid #b3b0b0; }

.fc__main_calendar .csob-cal-days td:first-child,
.fc__main_calendar .csob-cal-days td:last-child {
  border-left: 0;
  border-right: 0; }

.fc__main_calendar
div[name="MonthTrackerContainer"]
div.month-tracker-center-fade {
  height: 25px;
  right: 0;
  top: 130px;
  display: none; }

.fc__main_calendar
div[name="MonthTrackerContainer"]
i.month-tracker-current-icon {
  top: 126px;
  display: none; }

.fc__main_calendar .hasAvailability ul li.no-list-style {
  margin-bottom: 0 !important; }

.fc__main_calendar .hasAvailability ul li.no-list-style:before,
.fc__main_calendar .cartSummary .cards li:before {
  content: none !important; }

.fc__main_calendar .hasAvailability ul li.csob-cal-month-tracker-month {
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 20px; }

.fc__main_calendar .hasAvailability ul li.csob-cal-current-tracked-month {
  pointer-events: none;
  background-color: rgba(200, 200, 200, 0.25);
  border-radius: 4px;
  height: 25px;
  width: 100%; }

.fc__main_calendar .hasAvailability ul li.csob-cal-current-tracked-month:after {
  content: "";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 32px; }

.fc__main_calendar .hasAvailability ul li.csob-cal-month-tracker-month:before {
  left: 5px; }

.fc__main_calendar
div[name="CartControlContainer"]
.cart__wrapper
.cart__main
.main__content
.item
.item__content
.item__header
.header,
.fc__main_calendar .sidebar__content .booking__wrapper .dates .header,
.payment__wrapper .booking__header .header {
  background: initial;
  position: initial;
  width: initial; }

.fc__main_calendar
div[name="CartControlContainer"]
.cart__wrapper
.cart__main
.main__content
.item
.item__content
.item__header
.item-step-toggle
i {
  font-size: 18px; }

.fc__main_calendar
.csob-fields.fields
.field__number
.number_content_container
i,
.fc__main_calendar .csob-phone--tracker--button,
.fc__main_calendar
div[name="CartControlContainer"]
.payment__wrapper
.unit
.deleteBookingButton {
  color: #3e5743 !important; }

.fc__main_calendar .sidebar__content .booking__wrapper .dates .header {
  font-size: 16px; }

.fc__main_calendar .csob-cal-table tr td[name="CalendarPrevNextMonth"] a {
  height: 30px;
  line-height: 0.8; }

.fc__main_calendar .csob-cal-table-week {
  top: 21px;
  left: 5px;
  font-size: 9px;
  color: #586b7a; }

.fc__main_calendar div[name="MonthTrackerContainer"] ul {
  list-style: none;
  padding-left: 20px; }

.fc__main_calendar .csob-cal-table tr td.csob-cal-day-color-not-active {
  color: #3e5743 !important; }

.overview {
  background: rgba(0, 0, 0, 0.5); }

.header {
  background-color: rgba(255, 255, 255, 0.8); }

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

@media (max-width: 991px) {
  .fc__main_calendar_vertical_layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .fc__main_calendar_vertical_layout .fc__LeftContainer,
  .fc__main_calendar_vertical_layout .fc__CenterContainer {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

  .fc__main_calendar.fc__main_calendar_vertical_layout .fc__CenterContainer {
    padding: 30px 0 0; }

  .cust_shortcode .section_container.pt_no {
    padding-top: 40px; } }
@media (max-width: 480px) {
  .fc__main_calendar .csob-cal-table.csob-cal-day-names tr td {
    padding: 5px !important; }

  .fc__main_calendar
  div[name="SmallCalendarControlContainer"]
  div[name="Content"]
  .css-table
  div[name="HideCalendar"] {
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 15px; }

  .fc__main_calendar
  div[name="SmallCalendarControlContainer"]
  div[name="Content"]
  .css-table
  div[name="FromDateWrapper"],
  .fc__main_calendar
  div[name="SmallCalendarControlContainer"]
  div[name="Content"]
  .css-table
  div[name="ToDateWrapper"] {
    width: 48%;
    margin: 0; }

  .fc__main_calendar
  div[name="SmallCalendarControlContainer"]
  div[name="Content"]
  .css-table
  div[name="ToDateWrapper"] {
    margin-left: 10px; } }
/* 09-07-2021 End */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/sannes/assets/fonts/montserrat-v25-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/wp-content/themes/sannes/assets/fonts/montserrat-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sannes/assets/fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("/wp-content/themes/sannes/assets/fonts/montserrat-v25-latin-regular.woff") format("woff"), url("/wp-content/themes/sannes/assets/fonts/montserrat-v25-latin-regular.ttf") format("truetype"), url("/wp-content/themes/sannes/assets/fonts/montserrat-v25-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/sannes/assets/fonts/montserrat-v25-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/wp-content/themes/sannes/assets/fonts/montserrat-v25-latin-500.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sannes/assets/fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("/wp-content/themes/sannes/assets/fonts/montserrat-v25-latin-500.woff") format("woff"), url("/wp-content/themes/sannes/assets/fonts/montserrat-v25-latin-500.ttf") format("truetype"), url("/wp-content/themes/sannes/assets/fonts/montserrat-v25-latin-500.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* pt-serif-regular - latin */
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/sannes/assets/fonts/pt-serif-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/wp-content/themes/sannes/assets/fonts/pt-serif-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sannes/assets/fonts/pt-serif-v17-latin-regular.woff2") format("woff2"), url("/wp-content/themes/sannes/assets/fonts/pt-serif-v17-latin-regular.woff") format("woff"), url("/wp-content/themes/sannes/assets/fonts/pt-serif-v17-latin-regular.ttf") format("truetype"), url("/wp-content/themes/sannes/assets/fonts/pt-serif-v17-latin-regular.svg#PTSerif") format("svg");
  /* Legacy iOS */ }
/* pt-serif-700 - latin 
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/sannes/assets/fonts/pt-serif-v17-latin-700.eot"); 
  src: local(""),
    url("/wp-content/themes/sannes/assets/fonts/pt-serif-v17-latin-700.eot?#iefix")
      format("embedded-opentype"),
      url("/wp-content/themes/sannes/assets/fonts/pt-serif-v17-latin-700.woff2")
      format("woff2"),
      url("/wp-content/themes/sannes/assets/fonts/pt-serif-v17-latin-700.woff")
      format("woff"),
      url("/wp-content/themes/sannes/assets/fonts/pt-serif-v17-latin-700.ttf")
      format("truetype"),
      url("/wp-content/themes/sannes/assets/fonts/pt-serif-v17-latin-700.svg#PTSerif")
      format("svg"); 
}
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
		 ========================================================================== */
/**
	   * Remove the margin in all browsers.
	   */
body {
  margin: 0; }

/**
	   * Render the `main` element consistently in IE.
	   */
main {
  display: block; }

/**
	   * Correct the font size and margin on `h1` elements within `section` and
	   * `article` contexts in Chrome, Firefox, and Safari.
	   */
/* Grouping content
		 ========================================================================== */
/**
	   * 1. Add the correct box sizing in Firefox.
	   * 2. Show the overflow in Edge and IE.
	   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
	   * 1. Correct the inheritance and scaling of font size in all browsers.
	   * 2. Correct the odd `em` font sizing in all browsers.
	   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
		 ========================================================================== */
/**
	   * Remove the gray background on active links in IE 10.
	   */
a {
  background-color: transparent; }

/**
	   * 1. Remove the bottom border in Chrome 57-
	   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
	   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
	   * Add the correct font weight in Chrome, Edge, and Safari.
	   */
b,
strong {
  font-weight: bolder; }

/**
	   * 1. Correct the inheritance and scaling of font size in all browsers.
	   * 2. Correct the odd `em` font sizing in all browsers.
	   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
	   * Add the correct font size in all browsers.
	   */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
		 ========================================================================== */
/**
	   * Remove the border on images inside links in IE 10.
	   */
img {
  border-style: none;
  max-width: 100%; }

/* Forms
		 ========================================================================== */
/**
	   * 1. Change the font styles in all browsers.
	   * 2. Remove the margin in Firefox and Safari.
	   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
	   * Show the overflow in IE.
	   * 1. Show the overflow in Edge.
	   */
button,
input {
  /* 1 */
  overflow: visible;
  outline: none; }

/**
	   * Remove the inheritance of text transform in Edge, Firefox, and IE.
	   * 1. Remove the inheritance of text transform in Firefox.
	   */
button,
select {
  /* 1 */
  text-transform: none;
  outline: none; }

/**
	   * Correct the inability to style clickable types in iOS and Safari.
	   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: 0px;
  padding: 0px;
  background: transparent; }

/**
	   * Remove the inner border and padding in Firefox.
	   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
	   * Restore the focus styles unset by the previous rule.
	   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
	   * Correct the padding in Firefox.
	   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
	   * 1. Correct the text wrapping in Edge and IE.
	   * 2. Correct the color inheritance from `fieldset` elements in IE.
	   * 3. Remove the padding so developers are not caught out when they zero out
	   *    `fieldset` elements in all browsers.
	   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
	   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
	   */
progress {
  vertical-align: baseline; }

/**
	   * Remove the default vertical scrollbar in IE 10+.
	   */
textarea {
  overflow: auto; }

/**
	   * 1. Add the correct box sizing in IE 10.
	   * 2. Remove the padding in IE 10.
	   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
	   * Correct the cursor style of increment and decrement buttons in Chrome.
	   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
	   * 1. Correct the odd appearance in Chrome and Safari.
	   * 2. Correct the outline style in Safari.
	   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
	   * Remove the inner padding in Chrome and Safari on macOS.
	   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
	   * 1. Correct the inability to style clickable types in iOS and Safari.
	   * 2. Change font properties to `inherit` in Safari.
	   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
		 ========================================================================== */
/*
	   * Add the correct display in Edge, IE 10+, and Firefox.
	   */
details {
  display: block; }

/*
	   * Add the correct display in all browsers.
	   */
summary {
  display: list-item; }

/* Misc
		 ========================================================================== */
/**
	   * Add the correct display in IE 10+.
	   */
template {
  display: none; }

/**
	   * Add the correct display in IE 10.
	   */
[hidden] {
  display: none; }

.reset-ul {
  list-style: none;
  padding: inherit;
  -webkit-padding-start: inherit;
     -moz-padding-start: inherit;
          padding-inline-start: inherit;
  margin: inherit; }
  .reset-ul a {
    text-decoration: none; }
  .reset-ul li {
    list-style: none; }

.relative {
  position: relative; }

.hidden-desktop {
  display: none; }

.hidden-phone {
  display: block; }

@media (max-width: 777px) {
  .hidden-desktop {
    display: block; }

  .hidden-phone {
    display: none; } }
.block {
  display: block; }

.no-p-margin p {
  margin: 0px; }

ul {
  list-style-type: none; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px; }
  body.overflow-hidden {
    max-height: 100vh;
    overflow: hidden; }

.large-h1 {
  font-size: 56px;
  margin: 0px;
  margin-bottom: 18px; }

h1,
.h1 {
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 18px;
  font-weight: 500;
  font-family: "PT Serif"; }

h2,
.h2 {
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 12px;
  font-weight: 500;
  font-family: "PT Serif"; }

h3,
.h3 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: 500;
  font-family: "PT Serif"; }

h4,
.h4 {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: 500;
  font-family: "PT Serif"; }

h5,
.h5 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: 500;
  font-family: "PT Serif"; }

.headline-font {
  font-weight: 500;
  font-family: "PT Serif"; }

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

p {
  font-size: 14px;
  margin: 0px;
  margin-bottom: 16px;
  line-height: 1.43; }

.no-m {
  margin: 0px; }

.bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

/*pre {
  //font-family: $font-family-headlines;
  font-family: $font-family-body;
  letter-spacing: -135%;
  font-size: 28px;
  color: #fff;
  margin: 0px;
  margin-bottom: 11px;
}*/
.color-grey {
  color: grey; }

.color-white {
  color: white; }

.color-green {
  color: #7c9156; }

.color-primary {
  color: #76884a; }

.p-10 {
  font-size: 10px; }

.p-11 {
  font-size: 11px; }

.p-12 {
  font-size: 12px; }

.p-13 {
  font-size: 13px; }

.p-14 {
  font-size: 14px; }

.p-15 {
  font-size: 15px; }

.p-16 {
  font-size: 16px; }

.p-17 {
  font-size: 17px; }

.p-18 {
  font-size: 18px; }

.p-19 {
  font-size: 19px; }

.p-20 {
  font-size: 20px; }

.p-21 {
  font-size: 21px; }

.p-22 {
  font-size: 22px; }

a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none; }

.no-decoration {
  text-decoration: none; }
  .no-decoration a {
    text-decoration: none; }

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

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

.uppercase {
  text-transform: uppercase; }

.color-white {
  color: white; }

.p-10 {
  font-size: 10px; }

.p-11 {
  font-size: 11px; }

.p-12 {
  font-size: 12px; }

.p-13 {
  font-size: 13px; }

.p-14 {
  font-size: 14px; }

.p-15 {
  font-size: 15px; }

.p-16 {
  font-size: 16px; }

.p-17 {
  font-size: 17px; }

.p-18 {
  font-size: 18px; }

.p-19 {
  font-size: 19px; }

.p-20 {
  font-size: 20px; }

.p-21 {
  font-size: 21px; }

.p-22 {
  font-size: 22px; }

.color-white {
  color: white; }

@media (max-width: 777px) {
  .large-h1 {
    font-size: 40px;
    margin: 0px;
    margin-bottom: 12px; }

  h1,
  .h1 {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 12px; }

  h2,
  .h2 {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 12px; }

  h3,
  .h3 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 8px; } }
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex.no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .flex.h-auto {
    height: auto; }
  .flex.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex.column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .flex.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex.space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex .auto-left {
    margin-left: auto; }
  .flex .auto-right {
    margin-right: auto; }
  .flex.items-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

.columns-3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .columns-3 > div {
    width: 32%; }

.columns-4 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .columns-4 > div {
    width: 24%; }

.item-center {
  margin: auto; }

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 777px) {
  .flex .phone-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.sidebar .overlay {
  cursor: crosshair;
  display: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }
.sidebar .slide-in {
  background: white;
  z-index: 10000;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 0%;
  max-width: 38rem;
  border-left: 1px solid grey;
  -webkit-transform: translateX(100%) translateX(6.4rem);
          transform: translateX(100%) translateX(6.4rem);
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1) all;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1) all;
  will-change: transform;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .sidebar .slide-in .widget_shopping_cart_content .bottom a {
    color: #76884a; }
  .sidebar .slide-in .custom-wrapper {
    max-height: 100%;
    overflow: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .sidebar .slide-in .custom-wrapper::-webkit-scrollbar {
      width: 10px; }
    .sidebar .slide-in .custom-wrapper::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .sidebar .slide-in .custom-wrapper::-webkit-scrollbar-thumb {
      background: #888; }
    .sidebar .slide-in .custom-wrapper::-webkit-scrollbar-thumb:hover {
      background: #555; }
  .sidebar .slide-in.from-left {
    right: inherit;
    left: -50%;
    border-left: 0px solid grey;
    border-right: 0px solid grey;
    -webkit-transform: translateX(-100%) translateX(-6.4rem);
            transform: translateX(-100%) translateX(-6.4rem); }
  .sidebar .slide-in.no-padding {
    padding: 0px; }
  .sidebar .slide-in.has-extra-options {
    max-width: 32rem; }
    .sidebar .slide-in.has-extra-options .options {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px;
      position: absolute;
      height: 100%;
      left: 0px;
      top: 0px;
      bottom: 0px;
      background: #fafafa;
      border-right: 1px solid #e1e1e1; }
.sidebar.active .overlay {
  display: block; }
.sidebar.active .slide-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%; }
  .sidebar.active .slide-in.not-full-width {
    width: 85%; }
  .sidebar.active .slide-in .options {
    overflow: scroll;
    width: 280px;
    left: -280px; }
  .sidebar.active .slide-in.from-left {
    left: 0px; }

@media (max-width: 777px) {
  .sidebar .slide-in {
    padding: 20px 10px; }
    .sidebar .slide-in .top-image {
      height: 130px; }
    .sidebar .slide-in .cross.right-top {
      top: -5px;
      border: 1px solid #f6f6f6; }
    .sidebar .slide-in.no-padding {
      border-left: 0px; }
      .sidebar .slide-in.no-padding .top-image {
        margin: 0px; } }
#togglemenu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: 0px solid transparent;
  background-color: transparent;
  padding: 0px;
  margin: 0px 50px 0px 0px;
  outline: none;
  height: 26px;
  box-sizing: border-box;
  width: 26px;
  position: relative; }
  #togglemenu .line {
    height: 2px;
    border-radius: 6px;
    background-color: #fff;
    width: 100%; }
    #togglemenu .line:after, #togglemenu .line:before {
      width: 100%;
      content: "";
      position: absolute;
      top: 5px;
      left: 0px;
      right: 12px;
      height: 2px;
      border-radius: 6px;
      background-color: #fff; }
    #togglemenu .line:after {
      top: auto;
      bottom: 5px; }
  #togglemenu .text {
    position: absolute;
    right: -50px;
    margin: 0px;
    top: 5px;
    color: #76884a; }
  #togglemenu.open .line {
    margin-left: -32px; }

.arrow {
  margin-left: 3px;
  display: inline-block;
  height: 4px;
  width: 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 3px;
  margin-left: 6px;
  cursor: pointer; }

.arrow-left {
  margin-right: 3px;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-bottom: 3px; }

/*
* CONTENT STYLING OF THE SITE
*/
.content {
  max-width: 1240px;
  padding: 0px 16px;
  margin: 0 auto; }
  .content.medium {
    max-width: 1020px; }
  .content.medium-small {
    max-width: 800px; }
  .content.small {
    max-width: 650px; }
  .content.minor {
    max-width: 400px; }
  .content.login {
    max-width: 400px; }
  .content.faq-section {
    max-width: 700px; }
  .content.signup {
    max-width: 600px; }
  .content .grey-box {
    background: grey;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px; }
    .content .grey-box p {
      font-size: 18px;
      margin: 0px; }

.sektion {
  margin: 60px auto; }
  .sektion.sektion-0.hero {
    margin: 0px auto; }
  .sektion.sektion-0.text-section {
    max-width: 650px;
    margin: 50px auto; }

.products-row .h1 {
  margin-bottom: 40px; }

.hero + .products-row {
  margin-top: 20px; }

.text-image + .products-row {
  padding-top: 17px;
  margin-top: 20px; }

/*
* BACKGROUND CONTAINER 
*/
.bg-container {
  position: relative;
  overflow: hidden; }
  .bg-container .content {
    margin: auto;
    position: relative;
    z-index: 4;
    max-width: 800px;
    padding-bottom: 40px; }
  .bg-container .background,
  .bg-container .overlay-color {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
    .bg-container .background.contain,
    .bg-container .overlay-color.contain {
      -o-object-fit: contain;
         object-fit: contain; }
    .bg-container .background.video,
    .bg-container .overlay-color.video {
      top: -125px;
      bottom: -125px;
      width: 100%;
      height: calc(100% + 250px); }
  .bg-container .background picture,
  .bg-container .background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .bg-container .overlay-color {
    z-index: 2; }
    .bg-container .overlay-color.gradient {
      /*background: linear-gradient(
        to bottom,
        rgba(3, 6, 13, 0.6) 13%,
        rgba(3, 6, 13, 0.2) 58%
      );*/
      background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(3, 6, 13, 0.2)), color-stop(58%, rgba(3, 6, 13, 0.1)));
      background: linear-gradient(to bottom, rgba(3, 6, 13, 0.2) 10%, rgba(3, 6, 13, 0.1) 58%); }

.cross-wrapper {
  position: relative; }

.cross {
  position: absolute;
  z-index: 9;
  display: block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 10px;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%; }
  .cross.right-top {
    top: 0px;
    right: 0px; }
  .cross.left-top-outer {
    left: -45px;
    top: 10px; }
  .cross.right-top-outer {
    right: -45px;
    top: 10px; }
  .cross.top-right-outer {
    right: -45px;
    top: -45px; }
  .cross:after, .cross:before {
    content: "";
    height: 2px;
    width: 25px;
    background: black;
    position: absolute;
    top: 18px;
    left: 8px; }
  .cross.white:after, .cross.white:before {
    background: #fff; }
  .cross:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .cross:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .cross.menu-cross {
    left: 8px;
    top: 10px;
    z-index: 111;
    position: fixed; }
  .cross.hidden {
    display: none; }
    .cross.hidden.show {
      display: block; }

@media (max-width: 777px) {
  .cross-wrapper h4 {
    margin-left: 10px; }

  .cross {
    border: 1px solid grey; }
    .cross::after, .cross::before {
      content: "";
      height: 2px;
      width: 17px;
      background: #111111;
      position: absolute;
      top: 18px;
      left: 11px; } }
form.form .btn {
  margin-top: 0px; }

input[hidden] {
  display: none !important; }

.input {
  margin-bottom: 12px;
  width: 100%;
  position: relative; }
  .input .terms {
    color: #76884a; }
  .input label {
    cursor: pointer;
    cursor: pointer;
    margin-bottom: 8px;
    font-family: "PT Serif";
    font-size: 16px;
    display: block;
    font-weight: 500; }
    .input label span {
      margin-top: 3px;
      margin-bottom: 7px;
      font-family: "PT Serif"; }
    .input label.p-font {
      font-family: "Montserrat", sans-serif; }
  .input .label {
    margin: 0px;
    margin-bottom: 8px;
    font-family: "PT Serif";
    display: block;
    font-size: 16px; }
  .input input {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    height: 42px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-indent: 10px;
    color: #333;
    font-family: "Montserrat", sans-serif !important; }
  .input .error-input {
    background: #fee7e6;
    border-color: #f37178; }
    .input .error-input.input-upload ~ .error-message {
      display: block; }
  .input .icon {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background-color: #f0e9e4;
    width: 40px;
    border-radius: 0px 4px 4px 0px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px; }
    .input .icon svg {
      margin: auto;
      position: relative;
      z-index: 2;
      stroke: #3e5743;
      fill: #3e5743; }

.date-picker {
  margin-bottom: 12px;
  position: relative; }
  .date-picker .hidden-white-overlay {
    position: absolute;
    left: 90px;
    top: 1px;
    bottom: 1px;
    width: 34%;
    background-color: white;
    z-index: 2; }
  .date-picker input.error-input ~ .hidden-white-overlay {
    background: #fee7e6; }

.textarea textarea {
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 120px;
  border-radius: 4px;
  border: solid 1px #e1e1e8;
  padding: 16px;
  resize: none;
  line-height: inherit;
  font-size: 14px; }
  .textarea textarea::-webkit-input-placeholder {
    font-size: 14px; }
  .textarea textarea:-ms-input-placeholder {
    font-size: 14px; }
  .textarea textarea::-ms-input-placeholder {
    font-size: 14px; }
  .textarea textarea::placeholder {
    font-size: 14px; }

.select {
  position: relative; }
  .select select {
    outline: none;
    height: 42px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-indent: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: none;
    cursor: pointer;
    line-height: inherit;
    border: 1px solid rgba(151, 151, 151, 0.13);
    background: white;
    color: black; }
    .select select:valid {
      border: 1px solid #e1e1e8; }
  .select::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 6px;
    height: 6px;
    background: transparent;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 3; }

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
  margin-right: 10px; }
  .switch input {
    display: none; }
    .switch input:checked + .slider {
      background-color: #d6e3b0; }
      .switch input:checked + .slider:before {
        -webkit-transform: translateX(26px);
                transform: translateX(26px); }
  .switch .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .switch .slider::before {
      background-color: #fff;
      bottom: 4px;
      content: "";
      height: 26px;
      left: 4px;
      position: absolute;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      width: 26px; }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }

#nyhedsbrev {
  margin-bottom: 20px; }

.error-message {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 8px;
  border-radius: 4px;
  background: #fee7e6;
  padding: 5px;
  color: #f37178;
  font-weight: bold;
  font-size: 12px;
  text-align: center; }
  .error-message.show {
    display: block;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-name: shake;
            animation-name: shake; }
    .error-message.show.no-animation {
      -webkit-animation-name: none;
              animation-name: none; }
  .error-message.large {
    padding: 11px;
    width: 100%; }

.succes-message {
  display: none;
  margin-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background-color: #3e5743;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center; }
  .succes-message.large {
    padding: 11px;
    width: 100%; }
  .succes-message.show {
    display: block; }

.waiting-message {
  display: none;
  margin-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background: #dee1e6;
  padding: 5px;
  color: #55585b;
  font-weight: bold;
  font-size: 12px;
  text-align: center; }
  .waiting-message.large {
    padding: 11px;
    width: 100%; }
  .waiting-message.show {
    display: block; }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg); } }

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg); } }
.btn {
  display: inline-block;
  cursor: pointer;
  background-color: #c27c2e;
  border-radius: 2px;
  border: none;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .btn.disabled {
    background-color: #E5E5E5;
    pointer-events: none;
    border-color: #E5E5E5 !important;
    color: #B9B9B9; }

.btn:hover {
  background-color: #3e5743; }

#header {
  background-color: transparent;
  padding: 8px 0px;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: -1px;
  z-index: 100;
  margin-bottom: -80px; }
  #header .show-on-desktop {
    display: inherit; }
  #header .custom-logo-link svg {
    height: 59px;
    max-width: 158px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    #header .custom-logo-link svg .st0 {
      fill: #ed8b20; }
    #header .custom-logo-link svg .st1 {
      fill: white; }
  #header #primary > li.menu-item-has-children {
    height: 50px; }
  #header nav {
    margin-left: auto; }
    #header nav .cover-image {
      display: none; }
    #header nav li {
      margin-right: 20px;
      /* IF BUTTON */ }
      #header nav li.current-menu-parent > a, #header nav li.current_page_item > a {
        font-weight: 500; }
      #header nav li:last-child a {
        margin-right: 0px; }
      #header nav li a {
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        font-family: "Montserrat";
        font-weight: normal;
        font-size: 14px;
        color: white; }
      #header nav li:hover > a, #header nav li:hover > .toggle-submenu {
        opacity: 60%; }
      #header nav li .menu-image {
        display: none;
        height: 42px;
        width: 42px;
        margin-right: 16px; }
      #header nav li.menu-item-has-children {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #header nav li.menu-item-has-children .toggle-submenu {
          display: inline-block;
          cursor: pointer; }
        #header nav li.menu-item-has-children > .sub-menu {
          position: absolute;
          z-index: 11;
          top: 50px;
          left: -50px;
          width: 274px;
          background-color: white;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0px 16px;
          border-radius: 0px 0px 4px 4px;
          max-height: 0em;
          overflow: hidden;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          #header nav li.menu-item-has-children > .sub-menu li {
            padding: 8px 0px; }
            #header nav li.menu-item-has-children > .sub-menu li a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              color: black; }
            #header nav li.menu-item-has-children > .sub-menu li .toggle-submenu {
              display: none; }
            #header nav li.menu-item-has-children > .sub-menu li .menu-image {
              display: inline-block; }
        #header nav li.menu-item-has-children.stor-menu > .sub-menu {
          width: 472px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          #header nav li.menu-item-has-children.stor-menu > .sub-menu > .menu-item-has-children > a {
            font-weight: bold;
            font-size: 16px; }
          #header nav li.menu-item-has-children.stor-menu > .sub-menu > li {
            width: 50%;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; }
            #header nav li.menu-item-has-children.stor-menu > .sub-menu > li li {
              width: 90%; }
            #header nav li.menu-item-has-children.stor-menu > .sub-menu > li.menu-item-has-children .sub-menu {
              position: static;
              display: block;
              -webkit-box-shadow: none;
                      box-shadow: none;
              padding: 0px;
              margin-top: 10px; }
        #header nav li.menu-item-has-children:hover .sub-menu {
          max-height: 100em;
          padding: 16px 16px;
          -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12);
                  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12); }
        #header nav li.menu-item-has-children li {
          margin-right: 0px; }
  #header .header-icons .wpml-ls-legacy-list-horizontal {
    border: 0px solid transparent;
    padding: 0px; }
  #header .languages {
    margin-right: 10px; }
    #header .languages .wpml-ls-legacy-list-horizontal {
      border-color: transparent;
      padding: 0px; }
    #header .languages ul:first-child {
      padding: 0px;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      max-height: 25px;
      width: 45px;
      overflow-x: hidden;
      /* Hide scrollbar for Chrome, Safari and Opera */
      /* Hide scrollbar for IE, Edge and Firefox */
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500; }
      #header .languages ul:first-child::-webkit-scrollbar {
        display: none; }
      #header .languages ul:first-child:after {
        content: "";
        height: 6px;
        width: 6px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 6px;
        right: 3px; }
      #header .languages ul:first-child:hover {
        overflow: visible; }
      #header .languages ul:first-child li {
        height: 25px;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        padding-top: 4px;
        padding-left: 3px;
        padding-right: 3px;
        text-transform: capitalize;
        border-bottom-color: transparent; }
        #header .languages ul:first-child li a {
          padding: 0px; }
        #header .languages ul:first-child li img {
          height: 25px;
          width: 25px;
          -o-object-fit: contain;
             object-fit: contain; }
        #header .languages ul:first-child li.wpml-ls-current-language {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1;
          padding-top: 0px;
          pointer-events: none; }
        #header .languages ul:first-child li:hover {
          opacity: 0.5; }
      #header .languages ul:first-child.hide {
        display: none; }
  #header .bg-color {
    display: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  #header .menu-cross {
    display: none; }
  #header.is-admin-sticky {
    margin-bottom: -79px; }
  #header.is-sticky, #header.is-admin-sticky {
    background-color: white;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #header.is-sticky nav li a, #header.is-admin-sticky nav li a {
      color: black;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #header.is-sticky .languages ul:first-child:after, #header.is-admin-sticky .languages ul:first-child:after {
      border-color: black; }
    #header.is-sticky .arrow, #header.is-admin-sticky .arrow {
      border-color: black;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #header.is-sticky #togglemenu .line, #header.is-admin-sticky #togglemenu .line {
      background-color: black;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #header.is-sticky #togglemenu .line:after, #header.is-sticky #togglemenu .line:before, #header.is-admin-sticky #togglemenu .line:after, #header.is-admin-sticky #togglemenu .line:before {
        background-color: black;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    #header.is-sticky .header-icons .languages ul:first-child:after, #header.is-admin-sticky .header-icons .languages ul:first-child:after {
      border-color: black;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #header.is-sticky .custom-logo-link svg .st1, #header.is-admin-sticky .custom-logo-link svg .st1 {
      fill: #575756; }
  #header .show-on-phone {
    display: none; }

@media (max-width: 777px) {
  #header {
    margin-bottom: -73px; }
    #header .show-on-phone {
      display: inherit; }
    #header .show-on-desktop {
      display: none; }
    #header #togglemenu {
      margin: 0px 21px 0px 0px; }
      #header #togglemenu span {
        display: none; }
    #header .custom-logo-link svg {
      height: 50px;
      max-width: 150px;
      padding: 0px;
      margin-top: 2px; }
    #header .nav-wrapper {
      overflow: scroll;
      height: calc(100vh - 150px); }
    #header nav {
      top: 0px;
      position: fixed;
      left: calc(-100% + 50px);
      width: calc(100% - 50px);
      height: 100vh;
      margin-left: 0px;
      background-color: white;
      overflow: hidden;
      z-index: 2;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #header nav .cover-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 130px;
        width: 100%; }
        #header nav .cover-image svg {
          margin: auto;
          position: relative;
          z-index: 10;
          max-width: 158px;
          height: 64px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          #header nav .cover-image svg .st0 {
            fill: #ed8b20; }
          #header nav .cover-image svg .st1 {
            fill: white; }
      #header nav ul#primary {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        #header nav ul#primary li {
          margin: 0px;
          padding: 18px 19px;
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-bottom: 1px solid #e1e1e1; }
          #header nav ul#primary li .menu-image {
            display: block;
            margin-right: 16px; }
          #header nav ul#primary li a {
            font-size: 14px;
            line-height: 1.22;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: black; }
          #header nav ul#primary li .arrow {
            border-color: black; }
          #header nav ul#primary li:hover > a, #header nav ul#primary li:hover > .toggle-submenu {
            opacity: inherit; }
          #header nav ul#primary li.menu-item-has-children {
            height: inherit;
            display: block; }
            #header nav ul#primary li.menu-item-has-children .toggle-submenu {
              position: absolute;
              right: 16px;
              background: #fff;
              height: 40px;
              width: 40px;
              top: 6px; }
              #header nav ul#primary li.menu-item-has-children .toggle-submenu .arrow {
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                height: 10px;
                width: 10px;
                margin-top: 12px;
                margin-left: 11px; }
            #header nav ul#primary li.menu-item-has-children.stor-menu .sub-menu {
              width: inherit;
              display: none; }
              #header nav ul#primary li.menu-item-has-children.stor-menu .sub-menu li {
                width: inherit; }
            #header nav ul#primary li.menu-item-has-children .sub-menu {
              position: static;
              max-height: inherit;
              padding: 0px;
              display: none;
              width: inherit; }
            #header nav ul#primary li.menu-item-has-children.open {
              background: white;
              z-index: 1;
              padding: 0px; }
              #header nav ul#primary li.menu-item-has-children.open > a {
                text-align: center;
                display: block;
                padding: 23px 0px 23px 0px;
                border-bottom: 1px solid #e1e1e1;
                font-size: 16px; }
              #header nav ul#primary li.menu-item-has-children.open > .toggle-submenu {
                right: inherit;
                top: 13px;
                left: 13px;
                background: inherit; }
                #header nav ul#primary li.menu-item-has-children.open > .toggle-submenu .arrow {
                  -webkit-transform: rotate(135deg);
                          transform: rotate(135deg); }
              #header nav ul#primary li.menu-item-has-children.open > .sub-menu > li {
                margin-top: 10px; }
              #header nav ul#primary li.menu-item-has-children.open .sub-menu {
                display: block;
                max-height: 50vh !important;
                overflow: scroll; }
                #header nav ul#primary li.menu-item-has-children.open .sub-menu li {
                  padding: 6px 19px;
                  line-height: inherit;
                  border-bottom-color: transparent; }
              #header nav ul#primary li.menu-item-has-children.open li {
                padding: 8px 19px;
                line-height: 42px; }
              #header nav ul#primary li.menu-item-has-children.open .menu-item-has-children.open {
                background: white;
                top: 0px;
                left: 0px;
                padding: 0px; }
                #header nav ul#primary li.menu-item-has-children.open .menu-item-has-children.open li {
                  padding: 18px 19px; }
        #header nav ul#primary li.menu-item-has-children:hover .sub-menu {
          max-height: inherit;
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 0px; }
        #header nav ul#primary.open-menu > li {
          display: none; }
          #header nav ul#primary.open-menu > li.open {
            display: block; }
            #header nav ul#primary.open-menu > li.open li {
              display: block; }
      #header nav.active {
        left: 0px; }
        #header nav.active .menu-cross {
          display: block; }
        #header nav.active ~ .bg-color {
          display: block;
          position: fixed;
          left: 0px;
          right: 0px;
          top: -50px;
          bottom: 0px;
          background: rgba(0, 0, 0, 0.4);
          height: calc(100vh + 50px);
          z-index: 1; }
        #header nav.active.open-submenu li {
          display: none; }
          #header nav.active.open-submenu li.open {
            display: block; }
            #header nav.active.open-submenu li.open li {
              display: inline-block; }
    #header .top-bar-nav {
      margin-top: 10px;
      margin-bottom: 30px; }
      #header .top-bar-nav ul li {
        border-bottom-color: transparent;
        padding: 10px 19px; }
        #header .top-bar-nav ul li a {
          color: black;
          text-decoration: none; }
    #header .mobile-booking {
      margin: 0px 19px;
      margin-top: 10px;
      width: calc(100% - 38px);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px;
      font-weight: bold; }
    #header .languages-mobile-nav {
      margin-left: 19px; }
      #header .languages-mobile-nav .wpml-ls-legacy-list-horizontal {
        padding: 0px;
        border-color: transparent; }
      #header .languages-mobile-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px;
        padding: 0px; }
        #header .languages-mobile-nav ul li {
          padding: 0px;
          width: inherit;
          border-bottom-color: transparent;
          margin-right: 10px; }
          #header .languages-mobile-nav ul li.wpml-ls-current-language {
            opacity: 60%; }
          #header .languages-mobile-nav ul li a {
            height: 20px;
            width: 30px;
            padding: 0px; }
            #header .languages-mobile-nav ul li a img {
              height: 100%;
              width: 100%;
              -o-object-fit: cover;
                 object-fit: cover; } }
.topbar {
  background-color: #f0e9e4;
  position: relative;
  z-index: 11; }
  .topbar .inner {
    padding: 8px 10px 8px 15px; }
  .topbar .left a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    margin-right: 20px; }
    .topbar .left a[href^="mailto:"] {
      font-weight: bold;
      position: relative;
      left: 25px; }
      .topbar .left a[href^="mailto:"]:before {
        left: -25px;
        top: 0px;
        position: absolute;
        content: "";
        display: inline-block;
        background: url("/wp-content/themes/sannes/assets/images/mail.svg") no-repeat;
        height: 20px;
        width: 20px; }
  .topbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
    .topbar ul li {
      margin-left: 15px;
      line-height: 1; }
      .topbar ul li a {
        text-decoration: none;
        color: #333;
        font-size: 12px;
        font-weight: bold; }
      .topbar ul li:last-of-type {
        margin-right: 0px; }

.avaible-opening-times-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: black;
  font-size: 12px;
  font-weight: bold; }
  .avaible-opening-times-dot .green-pulse {
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background-color: #c27c2e;
    -webkit-box-shadow: 0 0 0 0 #c27c2e;
            box-shadow: 0 0 0 0 #c27c2e;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite; }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(194, 124, 46, 0.7);
            box-shadow: 0 0 0 0 rgba(194, 124, 46, 0.7); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(194, 124, 46, 0);
            box-shadow: 0 0 0 10px rgba(194, 124, 46, 0); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(194, 124, 46, 0);
            box-shadow: 0 0 0 0 rgba(194, 124, 46, 0); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(194, 124, 46, 0.7);
            box-shadow: 0 0 0 0 rgba(194, 124, 46, 0.7); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(194, 124, 46, 0);
            box-shadow: 0 0 0 10px rgba(194, 124, 46, 0); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(194, 124, 46, 0);
            box-shadow: 0 0 0 0 rgba(194, 124, 46, 0); } }
@media (max-width: 777px) {
  .topbar .right {
    display: none; }
  .topbar .left {
    margin-left: auto; } }
.popup-btn {
  background: lightgrey;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer; }

.popup-wrapper {
  z-index: 101;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none; }
  .popup-wrapper.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .popup-wrapper.active .overlay-behind {
      cursor: crosshair;
      z-index: 102;
      background: rgba(0, 0, 0, 0.4);
      position: fixed;
      left: 0px;
      right: 0px;
      bottom: 0px;
      top: 0px;
      height: 100%;
      width: 100%; }
    .popup-wrapper.active .popup {
      position: relative;
      z-index: 103;
      margin: auto;
      max-width: 600px;
      background: white; }
      .popup-wrapper.active .popup .popup-inner {
        padding: 27px;
        max-height: 80vh;
        overflow: scroll; }
        .popup-wrapper.active .popup .popup-inner .cross {
          top: -50px;
          right: -50px;
          background-color: white; }

@media (max-width: 777px) {
  .popup-wrapper.show .popup .tekst {
    padding: 20px; }

  .popup-wrapper.show .popup .knapper {
    padding: 10px 40px 20px 40px; }
    .popup-wrapper.show .popup .knapper a {
      margin: 0px !important;
      margin-top: 10px !important; }

  .popup-wrapper#popup-added-to-cart .buttons a {
    margin-top: 10px;
    padding: 16px 20px; } }
.hero {
  height: 80vh; }
  .hero .content {
    padding-top: 40px;
    text-align: center;
    color: white;
    max-width: 660px; }
    .hero .content svg {
      margin-bottom: 10px; }
    .hero .content p {
      margin: 10px auto;
      padding: 0px 23px; }
    .hero .content h1 {
      font-size: 42px; }

.find-avaible-times-wrapper {
  position: relative;
  height: 0px; }
  .find-avaible-times-wrapper + .section_container.bg_grey {
    padding-top: 120px;
    margin-top: 0px; }

.find-avaible-times {
  position: absolute;
  top: -90px;
  margin: 0px 10px;
  background-color: #3e5743;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px; }
  .find-avaible-times.forside-page {
    top: -55px; }
  .find-avaible-times .columns-4-custom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .find-avaible-times .columns-4-custom .date-picker {
      width: 22%; }
    .find-avaible-times .columns-4-custom .select,
    .find-avaible-times .columns-4-custom .product-dropdown {
      width: 30%; }
  .find-avaible-times .title {
    margin-bottom: 10px; }
  .find-avaible-times .input {
    margin-bottom: 0px; }
  .find-avaible-times .submit {
    width: 24%;
    padding: 7px 32px;
    border: 2px solid #c27c2e;
    color: white; }
    .find-avaible-times .submit:hover {
      border-color: #c27c2e; }

@media (max-width: 777px) {
  .hero {
    height: 70vh; }
    .hero .content h1 {
      font-size: 28px; }
    .hero .content p {
      padding-left: 0px;
      padding-right: 0px;
      font-size: 16px; }

  .find-avaible-times-wrapper {
    margin-bottom: 100px; }
    .find-avaible-times-wrapper .columns-4-custom > .input,
    .find-avaible-times-wrapper .columns-4-custom > .submit {
      margin-bottom: 10px;
      width: 49%; }
    .find-avaible-times-wrapper .columns-4-custom > .select,
    .find-avaible-times-wrapper .columns-4-custom .submit {
      width: 100%; } }
/*.top_section {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.top_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding: 300px 0 40px;
}
@media screen and (max-width: 991px) {
  .top_inner {
    padding-top: 150px;
  }
}
.top_info .btn {
  margin-top: 28px;
}
.top_title {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  font-family: Georgia, serif;
  text-transform: uppercase;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top_title.dark {
  color: #3e5743;
}
.top_title.big {
  font-size: 44px;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .top_title.big {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .top_title br {
    display: none;
  }
}
.top_text.dark p {
  color: #3e5743;
}
.top_text p {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .top_text br {
    display: none;
  }
}
.top_soc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 85px;
}
@media screen and (max-width: 991px) {
  .top_soc {
    margin-top: 64px;
  }
}
.top_soc a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 44px;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  border-radius: 50%;
  background: rgba(182, 182, 182, 0.6);
  transition: all 0.3s;
}
.top_soc a:last-child {
  margin-right: 0;
}
.top_soc a:hover {
  background-color: #b6b6b6;
}
.top_soc a svg {
  display: block;
  fill: #fff;
}
.top_search {
  margin-top: 85px;
  padding-bottom: 53px;
}
@media screen and (max-width: 991px) {
  .top_search {
    margin-top: 64px;
    padding-bottom: 0;
  }
}
*/
.booking-widget-v2 {
  position: relative;
  z-index: 99999;
  /*.find-avaible-times {
    position: static;
  }
  .select-options {
    gap: 10px;
    flex-wrap: nowrap;
    
    .select {
      width: 50%;
    }
    .extra-options-wrapper {
      &.hidden {
        display: none;
      }
    }
    .start-booking {
      &:disabled {
        opacity: 80%;
      }
    }
  }*/
  /*
  .csob-unit-calendar-profile-unit-area
    .csob-unt-calendar-area-container
    .csob-unit-calendar-body
    li.unit-date-cell.available {
    padding: 1px;
  }
  
  .csob-unit-calendar-profile-unit-area
    .csob-unit-calendar-color-info
    .csob-color-info-wrapper
    .csob-color-info-color.csob-color-available,
  .csob-unit-calendar-profile-unit-area
    .csob-unt-calendar-area-container
    .csob-unit-calendar-body
    li.unit-date-cell.available:before {
    background-color: #84d6ba;
  }

  .csob-unit-calendar-profile-unit-area
    .csob-unt-calendar-area-container
    .csob-unit-calendar-body
    li {
    background-color: blue;
  }
  .csob-unit-calendar-profile-unit-area
    .csob-unt-calendar-area-container
    .csob-unit-calendar-body
    ul
    li.csob-unit-calendar-sunday {
    border-right-width: 1px;
  }
  */ }
  @media (min-width: 777px) {
    .booking-widget-v2 .find-avaible-times .submit {
      width: 29%; }
    .booking-widget-v2 .find-avaible-times .columns-4-custom .select {
      width: 25%; } }
  .booking-widget-v2 .load-booking-widget.hidden {
    display: none; }

#compusoft-loeader-custom {
  height: 40vh;
  background-color: #b3b0b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #compusoft-loeader-custom .title {
    font-size: 28px;
    color: white; }
  #compusoft-loeader-custom.hide {
    display: none; }

/*# sourceMappingURL=style.css.map */