/*
	Client: WASA
	Last modified: 	24/11/2020
	Developer: Edream Management
*/

@font-face {
    font-family: 'ActaDisplay-Book';
    src: url('../fonts/ActaDisplay-Book.eot');
    src: url('../fonts/ActaDisplay-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/ActaDisplay-Book.woff2') format('woff2'), url('../fonts/ActaDisplay-Book.woff') format('woff'), url('../fonts/ActaDisplay-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'CeraPRO-Light';
    src: url('../fonts/CeraPRO-Light.eot');
    src: url('../fonts/CeraPRO-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/CeraPRO-Light.woff2') format('woff2'), url('../fonts/CeraPRO-Light.woff') format('woff'), url('../fonts/CeraPRO-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'CeraPRO-Bold';
    src: url('../fonts/CeraPRO-Bold.eot');
    src: url('../fonts/CeraPRO-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CeraPRO-Bold.woff2') format('woff2'), url('../fonts/CeraPRO-Bold.woff') format('woff'), url('../fonts/CeraPRO-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'CeraPRO-Regular';
    src: url('../fonts/CeraPRO-Regular.eot');
    src: url('../fonts/CeraPRO-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CeraPRO-Regular.woff2') format('woff2'), url('../fonts/CeraPRO-Regular.woff') format('woff'), url('../fonts/CeraPRO-Regular.ttf') format('truetype');
}

html {
    font-size: 10px;
}

body {
    background: #fff;
    font-family: 'CeraPRO-Light', sans-serif;
    font-size: 1.7rem;
    line-height: 1.2;
    color: #222;
    padding: 0;
    margin: 0;
}

body.grouppage {
    height: 100%;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

a {
    color: #00463e;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #000;
}

video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-weight: normal;
    text-rendering: optimizeLegibility;
    margin: 1rem 0;
}

h1 {
    font-size: 5rem;
    font-family: 'ActaDisplay-Book', serif;
    letter-spacing: 2px;
}

h2 {
    font-size: 4rem;
    font-family: 'ActaDisplay-Book', serif;
    letter-spacing: 2px;
}

h3 {
    font-size: 2.5rem;
    font-family: 'CeraPRO-Bold', sans-serif;
}

h4 {
    font-size: 1.8rem;
    font-family: 'CeraPRO-Bold', sans-serif;
}

h5 {
    font-size: 1.5rem;
    font-family: 'CeraPRO-Bold', sans-serif;
}

h6 {
    font-size: 1.5rem;
    font-family: 'CeraPRO-Bold', sans-serif;
}

b,
.bold,
strong {
    font-weight: normal;
    font-family: 'CeraPRO-Bold', sans-serif;
}

.js .animate-this,
.js .animate-intro {
    opacity: 0;
}

.oldie .animate-this,
.oldie .animate-intro .no-cssanimations .animate-this,
.no-cssanimations .animate-intro {
    opacity: 1;
}

div.woocommerce-container h1 {
    color: #fff;
}



/* --------------------------
	GENERAL
-------------------------- */

/* Grid */

.container {
    position: relative;
    margin: 0 auto;
    max-width: 100%
}


/*.row .cols_100, .row .cols_50, .row .cols_33 {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}*/

.twin-image .row .cols_50 {
    flex-direction: column;
    -ms-flex-direction: column;
}

.subpages_content .row .cols_100,
.subpages_content .row .cols_50,
.subpages_content .row .cols_33 {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.row .cols_100 {
    width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
}

.row .cols_100>div,
.row .cols_50>div,
.row .cols_33>div {
    width: 100%
}

.no-cssgrid .subpages_content .row .cols_100,
.no-cssgrid .subpages_content .row .cols_50,
.no-cssgrid .subpages_content .row .cols_33 {
    padding: 0 15px;
    display: block;
}

@media (min-width:960px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .row .cols_33,
    .row .cols_50 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 20px
    }
    .content-block .row .cols_50:first-of-type {
        border-right: 1px solid #fff
    }
    .content-block .row .cols_50:first-of-type {
        text-align: right
    }
    .content-block .row .cols_50:last-of-type {
        border: none
    }
    .content-block .row .cols_50:last-of-type {
        text-align: left
    }
}

.kontakt .row .cols_50:last-of-type div {
    padding:0 20px;
}

.btn,
button.btn,
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit]{
    position: relative;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    outline: 0;
    font-size: 1.4rem;
    font-family: 'CeraPRO-Regular', sans-serif;
    line-height: 1.4;
    padding: 1rem 2rem 1rem 2rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.form-control, .gform_wrapper textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { color:#000!important; }
.btn.nobutton {
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 1rem 2rem 1rem 2rem
}

.btn:hover,
button.btn:hover,
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #fff;
    color: #00463e;
    text-decoration: none;
}

.btn.default {
    background: #fff;
    color: #00463e;
    border: 1px solid #fff;
}

.btn.default:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

div.booking-home-block .btn {
    background: #fff;
    color: #00463e;
    border: 1px solid #fff;
    padding: 1rem 3rem 1rem 3rem;
}

div.booking-home-block .btn:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.small {
    font-size: 1rem
}

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

.form-group {
    margin: 1.5rem 0;
}

.form-control,
.gform_wrapper textarea,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    font-size: 16px;
    height: 4.4rem;
    line-height: 1.4;
    color: inherit;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'CeraPRO-Regular', arial, sans-serif;
}
.gform_wrapper form label
{
    font-family: 'CeraPRO-Regular', arial, sans-serif;
    font-weight:500!important;
}
.form-control:focus,
.gform_wrapper textarea:focus,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
    background-color: #cedcec;
    border: 1px solid #cedcec;
}

textarea.form-control {
    height: 14rem
}

.gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker
{
    width:auto!important;
}

/* textarea.form-control,
.gform_wrapper textarea {
    height: 14rem!important;
    margin-top:30px;
} */
.gform_wrapper form li, 
.gform_wrapper li
{
    padding-left:0;
}
.gform_wrapper form li:before, 
.gform_wrapper li:before
{
    content:''!important;
    display:none!important;
}
.gform_wrapper select{
    height:4.4rem;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 1rem 2rem!important;
    font-size: 1.5rem!important;
}
.gform_wrapper .gfield_required {display:none;}

/* .gform_wrapper .top_label div.ginput_container {
    margin-top: 12px!important;
} */

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]
{
    margin-top:0!important;
}
/* WC btn */

.is-nyp-button {
    width: 100%!important;
}


/* Badges */

.badge {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 2px solid #7eb0b3;
    text-align: center;
    padding: 8px;
    color: #7eb0b3
}

.badge div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #7eb0b3;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1;
    justify-content: center;
    -ms-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -ms-align-items: center;
}

.badge div em {
    font-style: normal;
    font-family: 'CeraPRO-Bold', sans-serif;
    font-size: 2.5rem;
}

.badge.light {
    border-color: #d6d6d5;
    color: #d6d6d5
}

.badge.light div {
    border-color: #d6d6d5;
}

.badge.sandy {
    border-color: #ffc2a2;
    color: #ffc2a2
}

.badge.sandy div {
    border-color: #ffc2a2;
}

.badge.dark {
    border-color: #000;
    color: #000
}

.badge.dark div {
    border-color: #000;
}

.badge-left .badge {
    position: absolute;
    bottom: 35px;
    left: 35px;
}

.badge-price {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    border: 2px solid #00463e;
    text-align: center;
    padding: 16px;
}

.badge-price div {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.2;
    justify-content: center;
    -ms-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -ms-align-items: center;
}

.badge-price div em {
    font-style: normal;
    font-size: 6rem;
}

.badge-price.light {
    border-color: #ffc0a1;
    color: #ffc0a1
}

.badge-price.light div {
    border-color: #ffc0a1;
}

.badge-right .badge-price {
    position: absolute;
    top: 35px;
    right: 35px;
}


/* Mobile links */

.mobile_links {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    display: none;
}

.mobile_links li {
    float: left;
    width: 33.33%;
    opacity: .9
}

.mobile_links a {
    display: block;
    padding: 10px;
    min-height: 30px;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    line-height: 12px;
    background-color: #00463e;
    text-align: center;
}

.mobile_links a:focus,
.mobile_links a:hover {
    background-color: #000;
    color: #fff;
}

.mobile_links span {
    font-size: 10px;
    text-transform: uppercase;
}

.mobile_links .icon {
    display: block;
    line-height: 1;
}

.mobile_links.shop li {
    width: 100%;
}


/* Submenu */

.subnav_container {
    position: relative;
    z-index: 11;
    margin: 2rem 0 0;
    text-align: center;
}

.subnav_container .subnav ul {
    margin: 0;
    padding: 0;
    border-top: 2px solid #eee;
}

.subnav_container .subnav li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 1rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
}

.subnav_container .subnav a {
    display: block;
    padding: 2rem 1.75rem;
    border-bottom: 2px solid #fff;
}

.subnav_container .subnav li.active a,
.subnav_container .subnav a:hover {
    color: #000;
    border-bottom: 2px solid #00463e;
}


/* Submenu mobile */

.mobile_subnav {
    position: relative;
    width: 100%;
    display: none;
    border-top: 2px solid #f0f3f7;
}

.mobile_subnav ul {
    position: relative;
}

.mobile_subnav ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.mobile_subnav ul a {
    display: block;
    width: 100%;
    padding: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.mobile_subnav ul a:hover {
    color: #fff;
    background-color: #3470a0;
}

.mobile_subnav ul li ul {
    background: #eee;
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 1;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.mobile_subnav ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.mobile_subnav ul li ul a {
    padding: 1rem;
    display: block;
    font-size: 1.5rem;
    background: transparent;
    color: #3470a0;
}

.mobile_subnav ul li ul a:hover {
    background: #3470a0;
    color: #fff;
}

/* IMG instead of background */
.scalable-img {
  height:1200px;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  position:relative;
  width:100%;
  top:0; bottom:0; right:0; left:0;
}
.scalable-img img {
  /*max-width: 100%;*/
  height:100%;
  left:0;top:0;
  object-fit: cover;
  -o-object-fit: cover;
  width:100%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
}
.scalable-img:before {
  content:'';
  width:100%;
  height:100%;
  top:0;left:0;
  background-color:rgba(0,0,0,0.2);
  position: absolute;
  z-index: 2;
}


/* --------------------------
	HEADER
-------------------------- */

.header-top{
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0;
}
.header-btm{
    justify-content: center;
    align-items: center;
    border-top:1px solid #eee;
    padding-bottom: 1rem;
}

.smaller .header-top {
    padding:0;
}

.header_container {
    position: relative;
    background: #fff;
    z-index: 99;
    padding:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_container.smaller {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.header-inner {
    max-width: 1200px;
    margin:0 auto;
}

.header_container .logo {
    position: absolute;
    top:22px;
    left:calc(50% - 70px);
    width: 140px;
    padding: 37px 0 0;
    display: block;
    font-size: 1.4rem;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: 'CeraPRO-Bold', sans-serif;
    background-image: url('../img/logo.svg');
    background-size: 80% auto;
    background-position: center 0;
    background-repeat: no-repeat;
}

.header_container .logo:hover {
    background-size: 70% auto;
    color: #ffc2a2;
}

.header_container.smaller .logo {
    width: 100px;
    padding: 24px 0 0;
    font-size: 1.3rem;
    left:calc(50% - 50px);
}

.grouppage .header_container {
    padding: 0;
    box-shadow: none;
    background: transparent;
}


/* Lang */

.grouppage .language {
    position: absolute;
    left: 20px;
    top: 25px;
    border: 0;
    transform: none;
}

.language ul {
    position: relative;
}

.language ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.language ul a {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'CeraPRO-Bold', sans-serif;
}

.language ul a:hover {
    color: #000;
}

.grouppage .language ul a {
    color: #000;
}

.grouppage .language ul a:hover {
    color: #555;
}

.grouppage .language ul li ul a {
    color: #000
}


/* Top actions */

.top_actions_wrap {
    margin-left: auto;
    display: -ms-flex;
    -ms-align-items: center;
    align-items: center;
}

.top_actions {
    display: flex;
    display: -ms-flex;
    -ms-align-items: center;
    align-items: center;
    padding: 1rem 2rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'CeraPRO-Bold', sans-serif;
}

.top_actions span {
    font-size: 1.15rem;
}

.top_actions .icon {
    font-size: 34px;
    line-height: 1;
    margin-right: 1rem;
}

.booking_trigger .icon {
    font-size: 28px;
    display: none;
}

.shop_trigger {
    background-color: white;
}

.nav_trigger {
    display: none;
}

a.top_actions.booking_trigger {
    background: #00463e!important;
    color: #fff!important;
    border: 1px solid #00463e;
    padding: 14px 35px 14px 35px;
}

a.top_actions.booking_trigger:hover {
    background: #fff!important;
    color: #00463e!important;
    border: 1px solid #00463e;
}

.grouppage .top_actions_wrap {
    position: absolute;
    top: 20px;
    right: 20px;
}

.grouppage .top_actions {
    color: #000;
}


/* Header navigation */

.header-nav {
    margin: 0 20px 0 0;
    padding: 0;
}

.header-nav li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: 'CeraPRO-Bold', sans-serif;
}

.header-nav a {
    display: block;
    padding: 1.6rem 1.3rem 1rem;
    color: #4f6d89;
}

.header-nav li.active a,
.header-nav a:hover {
    color: #000;
}

.header-nav li ul {
  background: #fff;
  box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 1;
  /* width:100%; */
  /* min-width: 150px; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-nav li:hover ul { opacity: 1;visibility: visible; }
.header-nav li ul li { display: block; }
.header-nav li ul a { padding: 1rem; white-space: nowrap }
.header-nav li ul a:hover { background: #eee;color: #000; }
.header-nav li.active ul a{ color:#4f6d89; }
.header-nav li.active ul li.active a{ color:#000; }


.header-social {
    font-size: 2.8rem;
    line-height: 1;
}

.header-social a {
    display: inline-block;
    margin: 1rem 1rem 0;
}

.header-trip img{
    width: auto;
    height:23px;
    margin: 1.3rem 1.3rem 0;
}



/* --------------------------
	INTRO
--------------------------*/

.video-intro{
    width:100%;
    position: relative;
    height:calc(100vh - 150px);
    max-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* #videoWrapper {
    height:100%;
    width:100%;
    position:relative;
    overflow:hidden;
  } */
#videoIframe{
    position:absolute;
    top:0;left:0;width:100%;height:100%;
}
#videoIframe iframe {
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    bottom:0;
    pointer-events: none;
  }

#videoIframe iframe,
.video-intro video{
    position: absolute;
    z-index: 1;
    top:auto;
    right:0;
    left:0;
}

@media (min-width: 1500px) {
    #videoIframe {
      margin-top: -135px;
    }
  }
  @media (min-width: 1200px) {
    #videoIframe {
      margin-top: -75px;
    }
  }

.intro-image-slider { width: 100%;height: calc(100vh - 250px);position: relative;z-index: 2;}
.intro-image-slider .swiper-container { width: 100%;height: 100%;padding:0; }
.intro-image-slider .swiper-slide {
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

.intro-image-slider-text {
  position: relative;
  z-index: 2;
  display: flex;align-items: center;flex-wrap: wrap;flex-direction: column;justify-content: center;
  color:#fff;
}

.intro-image-slider .scalable-img img{
    position: absolute;
    z-index: 1;
}

.intro-image-slider-text-box{
    padding:3rem;
    background: rgba(0,0,0,.5);
    max-width: 800px;
}

.intro-image-slider-text-box-right{
    text-align: left;
    padding-left:20px;
    flex:1 1 50%;
    max-width: 50%;
}


.intro-image-slider-text h1,
.intro-image-slider-text h2 {
    line-height: 1;
    color: #fff;
    font-size: 6rem;
    text-align: right;
    border-right:1px solid #fff;
    padding-right:20px;
    flex:1 1 50%;
    max-width: 50%;
}

.intro-image-slider-text h2 em {
    font-style: normal;
    color: #00463f
}

.intro-image-slider-text p {
    font-size: 2rem;
    padding: 1rem 0;
}

.intro-image-slider-text p a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.intro-image-slider-text p a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}


.intro-image-slider-text .good {
    font-size: 2.5rem;
    color: #fff;
    font-family: 'CeraPRO-Bold', sans-serif;
    text-align: center!important;
    /* margin-top: 20px; */
    background: rgba(0,0,0,.5);
    padding: 0 0 30px;
    margin-top: 0;
}

.intro-image-slider-text .good em {
    font-style: normal;
    color: #00463f
}


/* Subpages top */

.subpage-top.scalable-img img{
    position: absolute;
    z-index: 1;
}
.subpage-top-text{
    position: relative;
    z-index: 2;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    min-height: 50vh;
}
.subpage-top h1 {
    line-height: 1;
    font-size: 6rem;
    border-bottom:1px solid #fff;
    margin:2rem 0;
    max-width: 500px;
}

.subpage-top p {
    font-size: 2rem;
    margin: 2rem 0;
    max-width: 800px;
}



/* --------------------------
	BOOKING
--------------------------*/

.booking {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    display: -ms-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.booking.active {
    transform: translateY(0);
    opacity: 1;
    background-color: #7eb0b3;
}

.booking-content {
    position: relative;
    padding: 4rem;
    background: #b4d3d6;
    display: flex;
    display: -ms-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -ms-justify-content: center;
}

.booking-block {
    padding: 0 2rem;
}

.booking-block.persons {
    display: flex;
    display: -ms-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
}

.booking-block span,
.booking-block input,
.booking-block .persons_qty {
    position: relative;
}

.booking-block .persons_qty {
    padding: 2rem 1rem
}

.booking-block input {
    font-size: 3.5rem;
    background: transparent;
    border: 0;
    width: auto;
    border-bottom: 2px dashed #7eb0b3;
}

.booking-block.persons input {
    width: 29px;
    margin-right: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.booking-block span {
    font-size: 1.4rem;
    margin-left: .5rem;
    display: block;
}

.booking-block.persons span {
    margin-left: 0
}

.qty_less,
.qty_more {
    position: absolute;
    top: 20px;
    right: -15px;
    font-size: 24px;
    line-height: 20px;
    width: 16px;
    height: 20px;
    z-index: 9;
    cursor: pointer;
    text-align: center;
    color: #7eb0b3;
}

.qty_less {
    top: auto;
    bottom: 15px;
}

.qty_less:hover,
.qty_more:hover {
    color: #000;
}

.qty_less .icon,
.qty_more .icon {
    line-height: 1
}

.booking-content .btn {
    border-color: #00463e;
    background-color: #00463e;
    color: #fff;
}

.booking-content .btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: #00463e;
}

.booking_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3rem;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    display: block;
    z-index: 9;
    color: #fff
}

.booking_close:hover {
    color: #000
}

.booking h2,
.booking p {
    padding: 4rem 0;
    color: #000;
    text-align: center;
}

.booking p {
    padding: 4rem 20%;
}


/* --------------------------
	CONTENT
--------------------------*/

.content-block {
    position: relative;
    z-index: 9;
    padding: 10vh 0;
    text-align: center;
}

.content-block.galleryblock{
    padding:0;
}

.content-block.lesspadding {
    padding: 7vh 0;
}

.content-block .row:first-of-type .cols_50 {
    padding-bottom: 10vh;
}

.content-block .row:first-of-type .cols_50.img-container {
    padding-bottom: 0
}

.offer-details .img-container img{
    max-height:600px;
    object-fit: cover;
    object-position: bottom;
}

.content-block.offer-details .row:first-of-type .cols_50 {
    padding-bottom: 0;
}

.bg-white {
    background-color: #fff;
}

.bg-light-green {
    background-color: #7eb0b3;
}

.bg-dark-green {
    background-color: #00463f;
}

.bg-blue {
    background-color: #516c87;
}

.bg-sandy-rose {
    background-color: #ffc0a1;
}

.bg-cool-grey {
    background-color: #d6d6d5;
}

.bg-light-gray {
    background-color: #eee;
}

.bg-dark-green a:not(.btn) {
    color: #94c1c3;
}


/* Block titles */
.block-title { position: relative;padding: 0 0 3rem;margin: 0 0 3rem;font-size: 4rem;font-size: 4vw;letter-spacing: 3px;text-align: center;line-height: 1.8;color: #00463e; }
.block-title:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #ffc0a1;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translate(-50%,0);
}
.block-title em { font-size: 1.7rem;font-style: normal;letter-spacing: 6px;display: block; }
.content-block.dark-blue .block-title { color: #ffc0a1; }

.block-title.text-left { text-align: left; }
.block-title.text-left:after { left: 0;transform: none; }

.content-block-after { position: relative;padding: 4rem 20vw;margin:3rem 0 0;font-size: 2.5rem;text-align: center; }
.content-block-after:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #ffc0a1;
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translate(-50%,0);
}
.content-block-after .btn { margin:3rem 0 0 }


/* Kontakt */

.content-block.kontakt {
    padding: 0;
    min-height: 60vh;
}

.content-block.kontakt .container {
    width: 100%;
}

.content-block.kontakt .row {
    min-height: 60vh;
}

.content-block.kontakt .cols_50:first-of-type {
    padding: 0;
}

.content-block.kontakt .cols_50:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6rem 2rem 100px;
}

.content-block.kontakt .cols_50 {
    min-height: 50vh;
    border: none!important;
    text-align: center;
}

.content-block.twin-image .cols_50:last-of-type {
    align-items: flex-start;
}

.content-block.twin-image .cols_50:first-of-type {
    align-items: flex-end;
}


/* Backgrounds */

.content-block.kvartal {
    background-image: url(../img/bg-kvartal.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.content-block.hotellitoad {
    background-image: url(../img/bg-hotellitoad.png);
    background-size: cover;
}

.content-block.kontakt .cols_50:last-of-type {
    background-image: url(../img/bg-kontakt.png);
    background-position: 111% 19%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/* Typo */

.content-block h2,
.content-block h1 {
    font-size: 5rem;
    line-height: 1;
}

.content-block .block-title {
    line-height: 1.8;
}

.content-block h2.middle-title {
    margin-bottom: 3rem
}

.content-block p {
    padding: 1rem 0;
}

.content-block .btn {
    margin: 2rem 0;
}

.content-block.offer-details .btn {
    margin: 2rem 0 0;
}

.content-block .btn + .btn {
    margin-left: 1.5rem
}

.content-block.kontakt p {
    padding: 0;
}

.content-block.bg-dark-green h1,
.content-block.bg-dark-green h2,
.content-block.bg-dark-green h3,
.content-block.bg-dark-green h4 {
    color: #94c1c3;
}

.content-block.bg-light-green h1,
.content-block.bg-light-green h2,
.content-block.bg-light-green h3,
.content-block.bg-light-green h4 {
    color: #fff;
}

.content-block.bg-light-green .block-title {
    color: #00463e;
}

.content-block.bg-blue h1,
.content-block.bg-blue h2,
.content-block.bg-blue h3,
.content-block.bg-blue h4 {
    color: #7eb0b3;
}

.content-block.bg-white h1,
.content-block.bg-white h2,
.content-block.bg-white h3,
.content-block.bg-white h4 {
    color: #7eb0b3;
}

.text-light p {
    color: #fff;
}

.offer-details .price{
    font-size: 3rem;
    font-family: 'CeraPRO-Bold', sans-serif;
}
.offer-details .price span{
    font-size: 1.5rem;
    font-family: 'CeraPRO-Regular', sans-serif;
    display: block;
}

.content-block.bg-blue p {
    color: #fff;
}

.content-block.kontakt h2 {
    color: #fff;
}

.content-block.kontakt p {
    color: #fff;
}

.content-block.kontakt p strong {
    color: #94c1c3;
}

.content-block.kontakt p.border-text strong {
    display: block;
}

.content-block.kontakt p a {
    text-decoration: none;
    color: #fff;
}

.content-block.kontakt p a:hover {
    text-decoration: underline;
}

.bg-white .btn,
.bg-light-gray .btn {
    border-color: #00463f;
    color: #00463f;
}

.bg-white .btn:hover,
.bg-light-gray .btn:hover {
    background-color: #00463f;
    color: #fff;
}

.content-block ul {
    margin: 2rem 0;
    text-align: left;
}

.content-block.text-right ul,
.content-block .text-left ul {
    text-align: left;
}

.content-block li {
    position: relative;
    margin: .5rem 0;
    padding: 0 3rem 0 0;
    line-height: 1.3;
}

.content-block li:before {
    content: '..';
    width: 1rem;
    color: #222;
    position: relative;
    top: -5px;
    right: 5px;
}

.content-block.text-light li:before {
    color: #fff;
}

.content-block.text-right li,
.content-block .text-left li {
    padding: 0 0 0 3rem;
}

.content-block.text-right li:before,
.content-block .text-left li:before {
    right: auto;
    left: -16px;
}

.content-block.bg-blue li {
    color: #fff;
}

.content-block.bg-blue a {
    color: #7eb0b3;
}

.content-block.bg-blue .btn {
    font-family: 'CeraPRO-Regular', sans-serif;
    color: #7eb0b3;
}

.content-block.bg-dark-green li {
    color: #fff;
}

ul.category-menu-block {
    text-align: center;
}

ul.category-menu-block li {
    display: inline;
}

ul.category-menu-block li:before {
    content: none;
}

ul.category-menu-block li a {
    display: inline-block;
}


/* Open badge */

.opening {
    margin-top: 20px;
    font-size: 0.9rem;
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    padding: 3rem 0rem;
    position: relative;
    line-height: 1;
    width: 9rem;
    height: 9rem;
}

.opening:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, .3);
    top: .7rem;
    right: .7rem;
    left: .7rem;
    bottom: .7rem;
}

.opening span {
    font-size: 1.5rem;
    font-family: 'CeraPRO-Bold', sans-serif;
}

.bg-white .opening,
.bg-light-gray .opening {
    border: 1px solid #000;
    color: #000;
}

.bg-white .opening:before,
.bg-light-gray .opening:before {
    border: 1px solid #aaa;
}

.img-container {
    position: relative;
}

.img-container p {
    position: absolute;
}

.img-container .btn {
    margin: 2rem 0
}


/* Border text */

.content-block p.border-text {
    padding: 6px 20px;
    border-top: 2px solid #fff;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.content-block.bg-dark-green .img-container p {
    color: #fff;
}

.text-left .img-container p.border-text {
    top: 9%;
    left: 40.7%;
    max-width: 60%;
}

.text-right .img-container p.border-text {
    top: 9%;
    right: 40.7%;
    color: #fff;
}

.content-block.apartemendid .img-container p.border-text,
.content-block.hotellitoad .img-container p.border-text,
.content-block.puhkus .img-container p.border-text {
    color: #fff;
}

.content-block.kontakt p.border-text {
    display: inline-block;
    margin-bottom: 6vh;
}

.content-block p.border-text-btm {
    padding: 6px 20px;
    border-top: 2px solid #fff;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
    position: relative;
    line-height: 1;
}

.content-block.bg-white p.border-text-btm,
.content-block.bg-light-gray p.border-text-btm {
    border-top: 2px solid #000;
    border-bottom: 1px solid #aaa;
    color: #000;
}

.content-block p.border-text-btm strong,
.content-block p.border-text strong {
    display: block;
}

.content-block p.border-text-btm strong {
    display: block;
}


/* SEAL */

.seal {
    width: 156px;
    height: 156px;
    position: absolute;
    z-index: 0;
}

.text-right .seal {
    top: 45%;
    left: 25%;
}

.text-left .seal {
    top: 45%;
    right: 25%;
}

.sealtop .seal {
    top: 5%;
    left: 10%;
}


/* Three images */

.threeimgs .img-block {
    display: inline-block;
    max-width: 60%;
}

.threeimgs .img-block:first-child {
    max-width: 40%;
}

.threeimgs .img-block:nth-child(3) {
    margin-top: -6px
}

.text-right .threeimgs .img-block:first-child {
    max-width: 60%;
}

.text-right .threeimgs .img-block:nth-child(2) {
    max-width: 40%;
}


/* NEWSLETTER */

.newsletter-input {
    margin: 2rem 0 0;
    position: relative;
    padding: 0 0 0 20%;
    text-align: right;
}

.newsletter-input .form-control {
    width: 100%;
    padding: 1rem;
    background-color: #4f6d89;
    border-color: #4f6d89;
    color: #fff;
}

.newsletter-input .form-control:focus {
    background-color: #00463f;
    border-color: #00463f;
}

.newsletter-input .form-control::-webkit-input-placeholder {
    color: #fff;
}

.newsletter-input .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.newsletter-input .form-control:-ms-input-placeholder {
    color: #fff;
}

.newsletter-input .form-control:-moz-placeholder {
    color: #fff
}


/* MAP */

.map {
    position: relative;
    width: 100%;
    height: 60vh;
}



.flex-box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.flex-box-box {
    position: relative;
    min-height: 70vh;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    justify-content: center;
    -ms-justify-content: center;
    overflow: hidden;
}

.flex-box-box.bg-letter { background-size:155% auto }
.flex-box-box.hastext { padding:2rem 5rem; }

.bigbox .flex-box-box { overflow: hidden;height:100vh; }
.threebox .flex-box-box { min-height:70vh;width: 33.33333%;flex-basis: 33.33333%;-ms-flex-preferred-size: 33.33333%; }
.twobox .flex-box-box { min-height:70vh;width: 50%;flex-basis: 50%;-ms-flex-preferred-size: 50%; }
.flex-box-box.hasslider { min-height:70vh;overflow: hidden; }

.accommodation_boxes .flex-box-box { border-top:1rem solid #7eb0b3;border-bottom:1rem solid #7eb0b3; }
.accommodation_boxes .flex-box-box:hover { background-position: 0 0;border-top:5rem solid rgba(0,0,0,.6);border-bottom:5rem solid rgba(0,0,0,.6); }

.flex-box-content { width:100%;height: 100%;justify-content: center;-ms-justify-content: center;flex-direction: column;-ms-flex-direction:column;display: flex;display:-webkit-flex;display:-ms-flex;align-items: flex-start;-ms-align-items: flex-start; }
.accommodation_boxes .flex-box-content { align-items: center;-ms-align-items: center; }
.flex-box-content.content-right { text-align: right;align-items: flex-end;-ms-align-items: flex-end; }

.text-light h1, .text-light h2 { color: #ffc0a1; }
.text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light ul li { color: #fff; }

.flex-box-content h2 { font-size: 4rem;font-size:4vw; }
.flex-box-content h3 { font-size: 2.2rem;font-size:2.2vw;margin:1rem 0; }
.flex-box-content p { margin:1rem 0; }
.flex-box-content ul { margin:1rem 0; }
.flex-box-content ul li { position: relative;font-size: 1.6rem;padding-left: 3rem; }
.flex-box-content ul li:before { content: '..';position: absolute;top: -5px;left: 0; }
.text-light ul a { color:#ffc0a1 }
.text-light ul a:hover { color:#fff }
.text-light .btn.nobutton { color:#ffc0a1 }
.text-light .btn:hover, .text-light .btn.nobutton:hover { background-color: #000;color:#fff }


.home-two-boxes{
    flex-wrap: wrap;
}
.home-two-boxes-box{
    flex:1 1 50%;
    max-width: 50%;
    position: relative;
    min-height:50vh;
    color:#fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #000;
    padding: 0 6rem;
}
.home-two-boxes-box:hover{
    color:#fff;
}
.home-two-boxes-box h2 { font-size: 4rem;font-size:4vw;position: relative;z-index: 2; }
.home-two-boxes-box p { font-size: 2rem;margin:1rem 0;position: relative;z-index: 2;font-family: 'CeraPRO-Regular', sans-serif; }
.home-two-boxes-box .btn { margin:1rem 0;position: relative;z-index: 2; }

.home-two-boxes-box img{
    position: absolute;
    z-index: 1;
    opacity: .8;
    transition: all .3s ease;
}
.home-two-boxes-box:hover img{
    opacity: .5;
}


/* SLAIDER */

.swiper-container {
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
}

.swiper-wrapper {
    flex-direction: row;
    -ms-flex-direction: row;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #00453c;
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url(../img/arrow_right.svg);
    background-size: 15px auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.gallery-title {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14rem;
    font-size: 14vw;
    color: #fff;
    text-align: center;
    font-family: 'ActaDisplay-Book', serif;
    letter-spacing: 2rem;
    opacity: .5;
    z-index: 9;
    text-transform: uppercase;
}

.content-title {
    text-align: center;
    padding: 3rem 0;
}



.events-slider .swiper-container { padding:0 0 5rem; }
.events-slider .swiper-slide {
    text-align: center;
    display: block;
    background:#7eb0b3;
    box-shadow: 0 0 10px rgba(126, 176, 179, 0.55);
    height:auto;
}

.events-list{
    flex-wrap: wrap;
}
.events-list .event-item {
    text-align: center;
    display: block;
    background:#7eb0b3;
    box-shadow: 0 0 10px rgba(126, 176, 179, 0.55);
    height:auto;
    flex:1 1 calc(33.33333% - 20px);
    max-width: calc(33.33333% - 20px);
    margin:10px;
}
.content-block .event-item p,
.events-list .event-item p{
    color: inherit;
}
.event-item-txt{
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.88);
    margin:-70px 20px 20px;
    padding:10px 20px;
    min-height: 280px;
}
.event-item img { width:100%;height:auto;max-height: 400px;object-fit: cover;}
.event-item img:hover { box-shadow: 0 0 15px rgba(0,0,0,.2); }
.event-item h3 { margin:1.5rem 0 0;text-transform: none;}
.content-block .event-item p {font-size: 1.7rem; }
.event-item p.price { color:#00463e;font-size:2.5rem;font-family: 'CeraPRO-Bold', sans-serif; }
.content-block .event-item .btn { margin:2rem 2rem 0 0; color:#00463f; }
.content-block .event-item .btn + .btn { margin-right:0; }


.swiper-pagination-bullet-active { background: #00463e; }
.swiper-container-horizontal>.swiper-pagination-bullets.events-swiper-pagination { position: absolute;bottom:0;left:50%;width:auto;display: inline-block;transform: translateX(-50%); }



/* --------------------------
    SUBPAGES CONTENT
-------------------------- */

.subpages_content {
    padding: 6rem 0;
}

.subpages_content h1 {
    margin: 1rem 0 3rem;
}

.subpages_content h2,
.subpages_content h3,
.subpages_content p {
    margin: 1.5rem 0;
}

.subpages_content ul {
    margin: 1.5rem 0;
}

.subpages_content li { position:relative;margin:.5rem 0;padding:0 0 0 4rem;line-height: 1.3; }
.subpages_content li:before { content: '';width: 1.3rem;height: 1px;background: #51585d;position: absolute;top: 11px;left: 0; }



blockquote {
    position: relative;
    padding: 8rem 9rem 0;
    margin: 6rem 0;
    font-style: normal;
    font-size: 2.5rem;
    color: #92c1c4;
    text-align: center;
}

blockquote:before {
    content: '“';
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 11rem;
    font-size: 12vw;
    line-height: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "ActaDisplay-Book", serif;
}

.subpages_content img {
    max-width: 100%;
    width:auto;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.subpages_content img:hover {}

.subpages_content .not_responsive img {
    width: auto;
}

.subpages_content img.alignleft {
    float: left;
    margin: 0 1.5em 1em 0;
}

.subpages_content img.alignright {
    float: right;
    margin: 0 0 1em 1.5em;
}

.subpages_content p a,
.subpages_content ul a {
    font-weight: 700;
}

.subpages_content p a.btn,
.subpages_content ul a.btn {
    font-weight: normal;
}

.subpages_content .btn {
    border-color: #00463e;
    border-color: #00463e;
    color: #00463e;
    margin: 1rem 0
}

.subpages_content .btn:hover {
    background-color: #00463e;
    border-color: #00463e;
    color: #fff;
}


/* Accordion */

.accordion {
    position: relative;
    overflow: hidden;
    margin: 2rem 0;
}

.accordion h3,
.subpages_content .accordion h3 {
    font-size: 2rem;
    position: relative;
    padding: 1.5rem 5rem 1.5rem 2rem;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    margin: 0;
    color: #00463e;
}

.accordion h3::after {
    content: "+";
    font-size: 3rem;
    position: absolute;
    right: 20px;
    top: 15px;
    font-weight: normal;
    line-height: 1;
    color: inherit;
    font-family: 'CeraPRO-Light', sans-serif;
}

.accordion h3.active::after {
    content: "-";
    font-size: 4rem;
    top: 9px;
}

.accordion h3.active,
.accordion h3.active::after {
    color: #516c87;
}

.accordion .acc_txt {
    position: relative;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #eee;
}

.bg-blue .accordion h3.active,
.bg-blue .accordion h3.active::after {
    color: #fff!important;
}


/* Tabel */

.table {
    width: 100%;
    text-align: left;
    overflow-x: auto;
    border-collapse: collapse
}

.table td,
.table th {
    padding: 1.5rem 2.5rem;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    text-align: left;
    transition: all .3s ease
}

.table td {
    font-size: 1.5rem
}

.table tr:hover td,
.table tr:focus td {
    background-color: #f3f3f3
}

.table thead th {
    vertical-align: bottom
}

.table .btn {
    margin-right: 1rem
}

.table .btn:last-child {
    margin-right: 0
}

@media only screen and (max-width:1350px) {
    .table td,
    .table th {
        padding: 1rem 1.5rem
    }
}

@media only screen and (max-width:1030px) {
    .table,
    .table thead {
        display: block
    }
    .table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .table tbody {
        display: block
    }
    .table td,
    .table th {
        display: block;
        padding: .75rem 1rem;
        font-size: 1.2rem
    }
    .table td {
        border: none;
        border-bottom: 0;
        position: relative;
        padding-left: 130px
    }
    .table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 110px;
        padding-right: 1rem;
        white-space: nowrap;
        text-align: right;
        font-weight: 700;
        content: attr(data-title)
    }
    .table tr {
        display: block;
        border-bottom: 1px solid #ccc;
        padding: 10px 0
    }
    .table tr:hover td {
        border-bottom: 0;
        background-color: #f3f3f3
    }
    .table .text-right {
        text-align: right;
        margin-top: -30px
    }
}

@media only screen and (max-width:600px) {
    .table td {
        padding-left: 40%
    }
    .table td:before {
        width: 35%
    }
    .table .text-right {
        text-align: left;
        margin-top: 0
    }
}


/* Responsive video */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 15px
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Separator */

.separator {
    height: 7rem;
    margin: 7rem 0;
    background-image: url('../img/leaf-1.svg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
}

.separator.alt {
    background-image: url('../img/leaf-2.svg');
}

.separator.small {
    width: 50%;
    height: 7rem;
    margin: 3rem 0;
}


/* Lightgallery */

.lg-backdrop {
    background-color: #fff;
}

.lg-toolbar {
    background-color: rgba(255, 255, 255, 0.45);
}

.lg-toolbar .lg-icon {
    color: #00463e;
}

.lg-toolbar .lg-icon:hover {
    color: #000;
}

.lg-sub-html {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
}

.lg-sub-html h4 {
    font-size: 24px;
    font-weight: 700;
    color: #00463e;
}

.lg-sub-html p {
    font-size: 15px;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(255, 255, 255, 0.7);
    color: #00463e;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #000;
}

.lg-outer .lg-thumb-outer {
    background-color: #00463e;
}

.lg-outer .lg-toogle-thumb {
    background-color: #00463e;
    color: #fff;
}

.lg-outer .lg-thumb-item {
    border-radius: 0;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #000;
}

.hideimg {
    display: none
}


/* --------------------------
	FOOTER
-------------------------- */

.footer_container {
    position: relative;
}

.footer_content {
    display: flex;
    -ms-display: flex;
}

.footer_block {
    padding: 4rem 2rem 2rem;
    flex: 1;
    -ms-flex: 1;
}

.footer_container h3 {
    font-size: 2rem;
    font-family: 'ActaDisplay-Book', serif;
    letter-spacing: 2px;
}

.footer_container ul,
.footer_container p {
    margin: 1.5rem 0;
}

.footer_container li {
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.footer_social {
    font-size: 3.5rem;
    line-height: 1;
}

.footer_social a {
    display: inline-block;
    margin: 1rem
}

.trip {
    margin: 2rem 0 0
}

.trip img {
    max-width: 130px;
}

.copy {
    padding: 2rem 0;
    font-size: 1.4rem;
    border-top: 5px solid #f5f5f5;
}

.copy a {
    color: #000;
    text-transform: uppercase;
}

.footer_block .newsletter-input {
    padding: 0;
    padding: 0 20% 0 0;
    text-align: left;
}

.footer_block .newsletter-input .form-control {
    background-color: #eee;
    border-color: #eee;
    color: #00463e;
}

.footer_block .newsletter-input .form-control::-webkit-input-placeholder {
    color: #00463e;
}

.footer_block .newsletter-input .form-control::-moz-placeholder {
    color: #00463e;
    opacity: 1;
}

.footer_block .newsletter-input .form-control:-ms-input-placeholder {
    color: #00463e;
}

.footer_block .newsletter-input .form-control:-moz-placeholder {
    color: #00463e
}

.footer_block .newsletter-input .btn {
    border-color: #00463e;
    border-color: #00463e;
    color: #00463e;
    margin: 1rem 0
}

.footer_block .newsletter-input .btn:hover {
    background-color: #00463e;
    border-color: #00463e;
    color: #fff;
}


/* --------------------------
    MOBILE NAV
-------------------------- */

.nav_overlay {
    position: fixed;
    width: 350px;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 40px;
    transform: translateY(-100%);
    opacity: 0;
    background: #fff;
    z-index: 9999;
    overflow: auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, .2);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.nav_overlay.active {
    transform: translateY(0);
    opacity: 1;
    background: #7db1b5 url('../img/letter-w.svg') no-repeat 50% 80%;
    background-size: 155% auto;
}

.nav_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    font-size: 4rem;
    color: #fff;
    z-index: 9
}

.nav_overlay ul.mobilenav {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.nav_overlay ul.mobilenav li {
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-family: 'ActaDisplay-Book', serif;
}

.nav_overlay ul.mobilenav li a {
    padding: .5rem 0;
    text-decoration: none;
    display: block;
    color: #000;
}

.nav_overlay ul.mobilenav li a:hover,
.nav_overlay ul.mobilenav li.active > a,
.nav_overlay ul.mobilenav li.current_page_item > a,
.nav_overlay ul.mobilenav li.current_page_ancestor > a {
    color: #fff;
}

.nav_overlay ul.mobilenav.lang_nav {
    display: none;
    margin: 1rem 0
}

.nav_overlay ul.mobilenav.lang_nav li {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 1rem;
}

.nav_social {
    display: inline-block;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    font-size: 3rem;
    line-height: 1.5;
}

.nav_social li {
    padding-left: 0;
    display: inline-block;
    margin-right: 1rem;
}


/*.nav_overlay ul.mobilenav .sub-menu { display:none; }*/


/*.nav_overlay ul.mobilenav li.current_page_item .sub-menu,
.nav_overlay ul.mobilenav li.current_page_ancestor .sub-menu{display:block;}*/

.nav_overlay ul.mobilenav .sub-menu li,
.nav_overlay ul.mobilenav .submenu li {
    font-size: 1.5rem;
    padding-left: 2.5rem;
    font-family: 'CeraPRO-Bold', sans-serif;
}

.nav_overlay ul.mobilenav .submenu li:before,
.nav_overlay ul.mobilenav .sub-menu li:before {
    content: ':';
    position: absolute;
    top: 3px;
    left: 1rem;
    font-size: 2rem;
    line-height: 1;
}

.nav_overlay ul.mobilenav .submenu li.active:before,
.nav_overlay ul.mobilenav .sub-menu li.current_page_item:before {
    content: '..';
    color: #fff;
    top: 1px;
}

.nav_overlay ul.mobilenav .submenu li a,
.nav_overlay ul.mobilenav .sub-menu li a {
    padding: .5rem;
}

.nav_overlay ul.mobilenav li.active .submenu li a {
    color: #000;
}

.nav_overlay ul.mobilenav li.active .submenu li a:hover,
.nav_overlay ul.mobilenav li.active .submenu li.active a {
    color: #fff;
}

.nav_overlay ul.mobilenav .submenu li.active {
    font-size: 1.5rem;
}

.woocommerce-container {
    width: 100%;
    background-color: #7eb0b3;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    padding: 20px;
    /*text-align: center;
    min-height: calc(100vh - 132px);*/
}


/* Datepicker */

.ui-datepicker {
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 1000!important;
}

.ui-widget-header {
    font-family: 'CeraPRO-Light', arial, sans-serif;
    border: 0;
    background: #00463e;
    font-weight: normal;
    color: #000;
}

.ui-widget-content {
    border: 0;
    background: #f5f5f5;
    color: #000;
    font-family: 'CeraPRO-Light', arial, sans-serif;
}

.ui-widget.ui-widget-content {
    border: 0;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker th {
    font-weight: normal;
    font-family: 'CeraPRO-Light', arial, sans-serif;
    color: #000;
}

.ui-datepicker td {
    padding: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-tr,
.ui-corner-top,
.ui-corner-tl {
    border-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #e5e5e5;
    background: transparent;
    color: #333;
    font-family: 'CeraPRO-Light', arial, sans-serif;
    text-align: center;
    font-weight: normal;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #00463e;
    background: #00463e;
    color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #00463e;
    background: #00463e;
    color: #fff;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker-title {
    color: #fff
}


/*** Magnific Popup ***/

#modal-wrap {
    max-width: 750px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    color: #000;
}

#modal-wrap.advanced {
    background: none;
}

.modal-inline {
    /*overflow: hidden;*/
    display: flex;
    display: -ms-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -ms-justify-content: center;
}

.modal-content,
.modal-content:before,
.modal-content:after {
    box-sizing: border-box;
}

.popup_top .modal-inline,
.popup_bottom .modal-inline {
    flex-direction: column;
}

.popup_left .modal-content {
    /*float: right;*/
    order: 1;
}

.popup_left .modal-media {
    /*float: left;*/
    order: 0;
}

.popup_right .modal-content {
    /*float: left;*/
    order: 0;
}

.popup_right .modal-media {
    /*float: right;*/
    order: 1;
}

.popup_top .modal-content {
    order: 1;
}

.popup_top .modal-content,
.popup_top .modal-media,
.popup_bottom .modal-content,
.popup_bottom .modal-media {
    float: none;
    width: 100%;
    display: flex;
    display: -ms-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*-ms-align-items: center;*/
    /*align-items: center;*/
    height: 100%;
    width: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    width: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    position: relative;
    justify-content: center;
    -ms-justify-content: center;
}

.modal-content {
    width: 400px;
    /*float: left;*/
    padding: 35px 15px 76px !important;
    background-image: url('img/popop_logo_transp.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background: #f1f2f3;
}

.advanced .modal-content {
    padding: 0;
    background: none;
    background-color: rgba(255, 255, 255, .83);
    position: relative;
    z-index: 1;
}

.advanced.popup_right .modal-content {
    right: -45px;
}

.advanced.popup_left .modal-content {
    left: -45px;
}

.advanced.popup_top .modal-content {
    top: -45px;
}

.advanced.popup_bottom .modal-content {
    bottom: -45px;
}

.advanced.popup_left .mfp-close {
    left: 0!important;
}

.image .modal-inline {
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

.image .modal-content {
    height: 100%;
    width: 100%;
    z-index: 1;
    padding: 0;
    background: none;
}

.image .bg-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.image .modal-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 12px solid #fff;
}

.image .modal-media img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 100%;
}

.image .modal-content h1,
.image .modal-content h2,
.image .modal-content h3,
.image .modal-content h4,
.image .modal-content h5,
.image .modal-content h6,
.image .modal-content p {
    color: #fff;
}

.image .modal-content h1 {
    margin-bottom: 20px;
}

.modal-content h2 {
    font-size: 35px;
    padding-bottom: 30px;
    line-height: 1
}

.modal-content h3 {
    font-size: 29px;
    padding-bottom: 20px;
}

.modal-content h4 {
    font-size: 25px;
    padding-bottom: 20px;
}

.modal-content p {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 1px;
    display: block;
    text-align: center;
}

.modal-content .learn_more {
    padding: 10px 20px;
    margin: 0 10px;
}

.modal-media {
    width: 350px;
    /*float: right;*/
}

.modal-media img {
    max-width: 100%;
    height: auto;
}


/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.45s ease-out;
    -moz-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.65s ease-out;
    -moz-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-fade .mfp-close {
    color: #333;
    background-color: #fff;
    margin: 12px;
}

@media only screen and (max-width: 768px) {
    /** Magnific Popup **/
    .mfp-fade .mfp-close {
        color: #000;
    }
    .classic .modal-media {
        display: none;
    }
    .modal-content {
        width: 100%;
    }
    .advanced .modal-inline {
        position: relative;
        min-height: 200px;
        overflow: hidden;
        padding: 10%;
    }
    .advanced .modal-content {
        right: auto!important;
        left: auto!important;
    }
    .advanced .modal-media {
        width: 100%;
        position: absolute;
    }
    .advanced .modal-media img {
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    /** Magnific Popup **/
    .image .modal-content h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .modal-content p {
        font-size: 16px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 407px) {
    /** Magnific Popup **/
    .image .modal-content h1 {
        font-size: 29px;
        margin-bottom: 30px;
    }
    .modal-content p {
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 300px) {
    /** Magnific Popup **/
    .image .modal-content h1 {
        font-size: 23px;
        margin-bottom: 30px;
    }
}


/* WOO */

.product .nyp {
    padding: 3px;
}

.product .nyp .nyp-input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: none;
    padding: 5px;
    font-weight: 400;
    font-size: 30px;
}

.product .nyp label {
    line-height: 2;
}


/* --------------------------
	MEDIA QUERIES
-------------------------- */

@media only screen and (max-width: 1440px) {
    .booking-content {
        max-width: 1300px;
    }
    .booking-block input {
        width: 300px;
    }
}

@media only screen and (max-width: 1370px) {
    .booking-content {
        padding: 3rem;
        max-width: 1200px;
    }
    .booking-block input {
        font-size: 3rem;
        width: 220px;
    }
}

@media (max-width: 1250px) {
    .container {
        max-width: calc(100% - 30px);
    }
    .copy {
        text-align: center;
    }
    .intro-image-slider-text h1, .intro-image-slider-text h2, .subpage-top h1 {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 1100px) {
    .content-block h2,
    .content-block h1,
    .subpages_content h1 {
        font-size: 4rem;
    }
    .subpages_content h2 {
        font-size: 3rem;
    }
    .intro-image-slider {
        height: calc(100vh - 150px);
    }
    .subpage-top-text {
        min-height: calc(100vh - 150px);
    }
}

@media only screen and (max-width: 1030px) {
    .booking {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .booking h2,
    .booking p {
        flex: 1;
        padding: 3rem;
    }
    .booking-content {
        padding: 2rem 3rem;
        flex-direction: column;
        -ms-flex-direction: column;
        flex: 2;
    }
    .booking-block {
        padding: 1rem 0;
        width: 100%;
    }
    .booking-content .btn {
        display: block;
    }
    .booking-content {
        padding: 4rem;
    }
    .booking-home {
        display: none
    }
}

@media (max-width: 960px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .text-left .img-container p.border-text {
        top: 5%;
        right: 0;
    }
    .text-right .img-container p.border-text {
        top: 5%;
        left: 0;
    }
    .text-right .seal {
        top: 25%;
        left: 40%;
    }
    .text-left .seal {
        top: auto;
        bottom: 33%;
        right: 35%;
    }
    .sealtop .seal {
        top: auto;
        bottom: 15%;
        left: 40%;
    }
    .content-block .cols_50 {
        order: 1;
        padding: 0 15px;
    }
    .content-block .cols_50.img-container {
        order: 2;
    }
    .seal {
        display: none
    }
    .content-block ul,
    .content-block.text-right ul,
    .content-block .text-left ul {
        text-align: left;
    }
    .content-block li {
        padding: 0 0 0 4rem;
    }
    .content-block li:before {
        right: auto;
        left: 0;
    }
    blockquote {
        padding: 7rem 3rem 0;
        margin: 3rem 0;
        font-size: 2rem;
    }
    blockquote:before {
        font-size: 16rem;
    }
    .intro-image-slider-text .row:first-of-type .cols_50 {
        padding-bottom: 3rem;
    }
    .newsletter-input {
        padding: 0 20%;
        text-align: center;
    }
    .img-container.text-right {
        text-align: center;
    }
    .content-block.twin-image .cols_50:first-of-type,
    .content-block.twin-image .cols_50:last-of-type {
        -ms-align-items: center;
        align-items: center;
    }
    .text-right,
    .text-left {
        text-align: center
    }
    .content-block .row:first-of-type .cols_50 {
        padding-bottom: 1vh;
    }
    ul.category-menu-block li {
        display: block;
        text-align: center;
    }
    .events-list .event-item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .intro-image-slider-text-box {
        width: calc(100% - 140px);
    }
}

@media only screen and (max-width: 940px) {
    .booking h2 {
        font-size: 2rem;
    }
    .booking p {
        font-size: 1.4rem;
    }
    .video-intro {
        width: 100%;
        position: relative;
        height: auto;
        max-height: 900px;
        display: block;
    }
    .video-intro iframe, .video-intro video {
        position: relative;
        height: 100%;
    }
    .video-intro .intro-image-slider-text {
        display: block;
        top: -5px;
    }
    .video-intro .intro-image-slider-text-box{
        height:auto;
        max-width: 100%;
        width:100%;
    }
    .video-intro .intro-image-slider-text .good {
        color: #888;
        margin: 20px 0;
        background-color:white;
        padding:inherit;
    }
}

@media only screen and (max-width: 820px) {
    .footer_content {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .footer_block {
        width: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
    }
    .footer_block .newsletter-input {
        padding: 0;
    }
    .header-btm{
        display: none;
    }
    .nav_trigger {
        display: flex;
    }
    .language{
        display: none;
    }
    .header_container .logo, .header_container.smaller .logo, .subpage .header_container .logo{
        width: 100px;
        padding: 24px 0 0;
        font-size: 1.3rem;
        left:10px;
    }
    .header_container.smaller .logo{
        top:10px;
    }
    .nav_overlay ul.mobilenav.lang_nav {
        display: block;
    }
    .intro-image-slider-text-box {
        display: block;
    }
    .intro-image-slider-text h1, .intro-image-slider-text h2{
        max-width: 100%;
        border:0;
        border-bottom:1px solid #fff;
        padding:0 0 20px;
        text-align: center;
    }
    .intro-image-slider-text h1 br, .intro-image-slider-text h2 br{
        display: none;
    }
    .intro-image-slider-text h1, .intro-image-slider-text h2, .subpage-top h1 {
        font-size: 4rem;
    }
    .intro-image-slider-text-box-right {
        text-align: center;
        padding: 0 30px;
        max-width: 100%;
    }
    .home-two-boxes {
        flex-direction: column;
    }
    .home-two-boxes-box {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .content-block.offer-details .btn {
        margin: 2rem 0;
    }
}

@media only screen and (max-width: 750px) {
    .nav_overlay {
        width: auto;
        top: 20px;
        bottom: 20px;
        right: 20px;
        left: 20px;
        padding: 4rem 9rem 3rem 4rem;
    }
    .nav_overlay ul.mobilenav li,
    .nav_overlay ul.mobilenav li.active {
        font-size: 3rem;
    }
    .offer-details .img-container img {
        max-height: 400px;
    }
}

@media only screen and (max-width: 670px) {
    .booking h2,
    .booking p {
        display: none
    }
    .footer_content {
        flex-direction: column;
        -ms-flex-direction: column;
        text-align: center;
    }
    .footer_block {
        padding: 4rem 0 1rem;
        text-align: center;
        width: 100%;
    }
    .footer_block:nth-child(3) {
        order: 1
    }
    .footer_block:nth-child(2) {
        order: 2
    }
    .footer_block:first-child {
        order: 3
    }
    .footer_block:last-child {
        order: 4
    }
    .footer_block .newsletter-input {
        padding: 0;
        text-align: center;
    }
    .copy {
        padding: 2rem;
        text-align: center;
    }
    .intro-image-slider-text .row:first-of-type .cols_50 {
        padding-bottom: 0.2rem;
    }
    blockquote {
        font-size: 1.6rem;
    }
    .header-top {
        padding: 1rem 0;
    }
}

@media only screen and (max-width: 640px) {
    .header-top {
        padding: 0;
    }
    .mobile_links {
        display: block;
    }
    .booking_trigger,
    .woo-mini-cart-widget{
        display: none;
    }
    
    .nav_overlay {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    body {
        padding: 80px 0 100px;
        margin: 0
    }
    .header_container,
    .header_container.smaller {
        position: fixed;
        padding: 1rem;
        height: 80px;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0 5px rgba(0,0,0,.1);
    }
    .header_container .logo, .header_container.smaller .logo, .subpage .header_container .logo{
        top: 10px;
    }
    .content-block {
        padding: 5vh 0;
    }
    h1,
    .content-block h2,
    .content-block h1 {
        font-size: 4rem;
    }
    .content-block p {
        font-size: 1.8rem;
    }
    .content-block h2 br,
    .content-block h1 br {
        display: none
    }
    .newsletter-input {
        padding: 0;
    }
    .gallery-title {
        font-size: 4rem;
        letter-spacing: 1rem;
    }
    .subpages_content h1 {
        font-size: 3rem;
    }
    .events-list .event-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 10px 0;
    }
    .content-block .block-title {
        line-height: 1.3;
    }
    .map {
        height: 60vh;
        margin-top:20px;
    }
}

@media only screen and (max-width: 500px) {
    body {
        font-size: 1.6rem;
    }
    .subnav {
        display: none
    }
    .mobile_subnav {
        display: block
    }
    .intro-image-slider-text p {
        font-size: 1.6rem;
    }
    .content-block p {
        font-size: 1.6rem;
    }
    .nav_overlay {
        width: 100%;
    }
    .top_actions {
        padding: 1rem;
    }
    .shop_trigger.gift-card span,
    .nav_trigger.menu span {
        display: none
    }
    .intro-image-slider-text h1, .intro-image-slider-text h2, .subpage-top h1,
    h1, .content-block h2, .content-block h1 {
        font-size: 3rem;
    }
    .event-item img {
        max-height: 260px;
    }
    .accordion h3, .subpages_content .accordion h3 {
        font-size: 1.6rem;
    }
    .content-block-after {
        padding: 4rem;
    }
}

@media only screen and (max-width: 440px) {
    .intro-image-slider-text-box-right {
        padding: 0;
    }
    .intro-image-slider-text .good {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 380px) {
    body {
        padding: 60px 0 100px;
    }
    .header_container, .header_container.smaller {
        padding: 0 1rem;
        height: 60px;
    }
    .header_container .logo, .header_container.smaller .logo, .subpage .header_container .logo {
        left:0;
        font-size: 1.2rem;
    }
}

@media (min-width: 960px) {
    .content-block .row:first-of-type .cols_50:first-of-type {
        border-right: 1px solid #fff;
    }
    .content-block.bg-white .row:first-of-type .cols_50:first-of-type,
    .content-block.bg-light-gray .row:first-of-type .cols_50:first-of-type {
        border-right: 1px solid #000;
    }
    .content-block.kontakt .cols_50:last-of-type {
        padding: 0;
    }
    .content-block.kontakt .cols_50 {
        text-align: left;
    }
    .content-block.kontakt p.border-text {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@media (min-width:1250px) {
    .container {
        max-width: 1200px
    }
    .content-block.kontakt .container {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 2rem
    }
    .content-block h1 {
        font-size: 5.5rem;
    }
    .content-block h2 {
        font-size: 4.5rem;
    }
    .content-block .flex-box-content h2 {
        font-size: 4rem;
        font-size: 4vw;
    }
    .content-block .block-title {
        font-size: 6rem;
    }
    .content-block p {
        font-size: 2rem;
    }
    .header_container .logo {
        width: 210px;
        padding: 54px 0 0;
        font-size: 1.6rem;
        left:calc(50% - 105px);
        top:12px;
    }
}

@media (min-width: 1700px) {
    body {
        font-size: 2.2rem
    }
}

@media (max-width: 670px) {
    .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
        padding: 10px 10px 0 50px !important;
    }
}

@media (min-width: 671px) {
    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
        width: 50%!important;
    }
    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
        width: 50%!important;
    }
}

@media (min-width: 885px) {
    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
        width: 53%!important;
    }
    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
        width: 47%!important;
    }
}

@media (min-width: 1015px) {
    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
        width: 50%!important;
    }
    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
        width: 50%!important;
    }
}


/*
@media (max-width: 410px){
  .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input { width: 170px!important; margin-right:20px!important; margin-left: auto!important; text-align: center!important; }
  .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button { width: 170px!important; margin-right: auto!important; margin-left: 90px!important;}
}
@media (min-width: 671px){
  .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button { width: 150px!important; }
}*/
