html, button, input, option, select, textarea {
    
    font-family: "Open Sans", sans-serif;
    
}
html, body {
    
    height: 100%;
    
}
html {
    
    font-size: 14px;
    
    font-weight: 300;
    
    line-height: 1.15;
    
    -ms-text-size-adjust: 100%;
    
    -webkit-text-size-adjust: 100%;
    
    -webkit-font-smoothing: antialiased;
    
    -moz-osx-font-smoothing: grayscale;
    
}
@-moz-document url-prefix() {
    
    html {
    scrollbar-width: thin;
}
}
    body {
    
        min-width: 320px;
    
        overflow-x: hidden!important;
    
}

    @media only screen and (pointer: fine) and (hover:hover) {
    
        ::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    
            background: rgba(0, 0, 0, .4);
    
            border-radius: 3px;
    
    }

        ::-webkit-scrollbar-thumb:hover {
    
            background: #788196;
    
    }

}

    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    
        display: block;
    
}

    body, sub, sup {
    
        line-height: 1;
    
}

    html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    
        border: 0;
    
        margin: 0;
    
        padding: 0;
    
}

    hr {
    
        box-sizing: content-box;
    
        height: 0;
    
        overflow: visible;
    
}

    pre {
    
        font-family: monospace, monospace;
    font-size: 1em;
    
}

    *, *:active, *:visited, *:focus {
    
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
    
        outline: 0;
    
}

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

    a, a:active, a:hover, a:link, a:visited {
    
        text-decoration: none;
    
}

    a:active, a:focus, a:hover, button, input:focus {
    
        outline: 0;
    
}

    ol, ul {
    
        list-style: none;
    
}

    blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input.button {
    cursor: pointer;
    outline: 0;
    border: none;
}
button, input, option, select, textarea {
    color: #788196;
    border: none;
    border-radius: 0;
}
option {
    margin: 5px 0;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
sub, sup {
    height: 0;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
img {
    max-width: 100%;
    height: auto;
}
.wow {
    visibility: hidden;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
section, .section {
    position: relative;
    height: auto;
}
.clearfloat, .main-content, .minimum {
    clear: both;
}
.uppercase {
    text-transform: uppercase;
}
.left, .row {
    float: left;
}
.half {
    width: 50%;
    float: left;
}
.right {
    float: right;
}
.block {
    display: block;
}
.align-center {
    text-align: center;
}
.fix-float:after, .type-container .type>.caption .btn.before:after, .type-container .type>.caption .custom-paging:after, .availability form:after, .main-content.insta .jr-insta-thumb:after, .main-content.insta .jr-insta-thumb .profile:after, footer .newsletter #mc_embed_signup_scroll:after, .copyright:after {
    content: '';
    display: table;
    clear: both;
}
.border-box, .main-content, .minimum, .availability {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.sticky {
    position: fixed;
}
.relative, .bg-left, .bg-short, .bg-right, .bg-right-small, .lines, .btn.before, .text-acc u, header .tel, .type-container .type>.caption .custom-paging, .availability form>*, .main-content.big-slider .slider, .main-content.insta .jr-insta-thumb li a, footer #wp-forecastA .forecast-title, footer .newsletter #mc_embed_signup_scroll {
    position: relative;
}
.absolute, .center-both, .center-x, .center-y {
    position: absolute;
}
.center-x {
    left: 50.1%;
    -webkit-transform: translate3d(-50.1%, 0, 0);
    -moz-transform: translate3d(-50.1%, 0, 0);
    -ms-transform: translate3d(-50.1%, 0, 0);
    transform: translate3d(-50.1%, 0, 0);
}
.center-y, .main-content.big-slider .texts {
    top: 50.1%;
    -webkit-transform: translate3d(0, -50.1%, 0);
    -moz-transform: translate3d(0, -50.1%, 0);
    -ms-transform: translate3d(0, -50.1%, 0);
    transform: translate3d(0, -50.1%, 0);
}
.center-both {
    top: 50.1%;
    left: 50.1%;
    -webkit-transform: translate3d(-50.1%, -50.1%, 0);
    -moz-transform: translate3d(-50.1%, -50.1%, 0);
    -ms-transform: translate3d(-50.1%, -50.1%, 0);
    transform: translate3d(-50.1%, -50.1%, 0);
}
a[id^="logo"] {
    position: relative;
    z-index: 10000;
}
.flex, .flex-reverse {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-reverse {
    flex-direction: row-reverse;
}
.pointer {
    cursor: pointer;
}
#wrapper, .row {
    width: 100%}
#wrapper {
    margin: 0 auto;
    max-width: 2560px;
    position: relative;
    overflow: hidden;
}
.float-none, .main-content, .minimum {
    margin: 0 auto;
    float: none;
}
.main-content {
    max-width: 1460px;
}
.minimum {
    max-width: 1110px;
}
.anim {
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main-content.paddings {
    padding: 60px 0;
}
a[id^="logo"], .block-btn, #logo-responsive {
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10001;
}
::selection {
    background: #f2f2f4;
    color: #02586f;
}
::-moz-selection {
    background: #d3dbe4;
    color: #465678;
}
#nav-overlay.nav-open .menu-container:not(.info) a, footer a, footer li a {
    border-bottom: solid 1px;
    border-color: transparent;
}
#nav-overlay.nav-open .menu-container:not(.info) a:hover, footer a:not(#webolution):not(.whatsapp):hover {
    -webkit-text-stroke: .1px #788196;
    text-shadow: -.1px -.1px 0 #788196, .1px -.1px 0 #788196, -.1px .1px 0 #788196, .1px .1px #788196;
    border-color: #788196;
}
.bg-left:before, .bg-short:before, .bg-right:before, .bg-right-small:before {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: .85;
}
.bg-left:before {
    left: 0;
    background: url(../uploads/bg-left.jpg) center center;
}
.bg-short:before {
    left: 0;
    background: url(../uploads/bg-short.jpg) top right/cover;
}
.bg-right:before {
    right: 0;
    background: url(../uploads/bg-right.jpg) top right;
}
.bg-right-small:before {
    top: auto;
    bottom: calc(-410px + ( 4 * 60px));
    right: 0;
    width: 725px;
    height: 410px;
    background: url(../uploads/bg-right-small.jpg) top right no-repeat;
}
.lines:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 420px;
    background: url(../uploads/lines.png) bottom right no-repeat;
}
@keyframes fade {
    0% {
    opacity: 0;
    visibility: hidden;
}
100% {
    opacity: 1;
    visibility: visible;
}
}.smooth, footer .newsletter input[type="submit"], a#webolution, a.whatsapp, ul#qtranslate-chooser li, ul#qtranslate-chooser li a, header a, .btn, .menu-container.info a.book, .btn.before>span, .type-container .type>.custom-paging .slick-arrow, .main-content.big-slider .slider .slick-arrow, footer .newsletter .mc-field-group .select-items>div {
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#nav-overlay.nav-open .menu-container:not(.info) a, footer a, footer li a, .text-acc p a, .text-acc ul a, .smooth.medium, #nav-overlay.nav-open .menu-container, #nav-overlay:before, .hero-container:after, .social li a, nav li a, .text-acc a:not(.btn), .slick-dots li, footer a:after, #menu-main-navigation>li, #nav-overlay.nav-open #logo2, .type-container .type>.caption, .main-content.insta a {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.smooth.slow {
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
h1, h2, h3, h4, h5 {
    text-transform: uppercase;
}
h1, h2 {
    color: #fff;
    font-weight: 300;
}
h1 {
    font-size: 36px;
    letter-spacing: 3.6px;
    line-height: 1.2;
    margin-bottom: 10px;
}
h2, span.h {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 2.8px;
    color: #788196;
}
h3, h4, .h1-container h1+span {
    color: #fff;
    font-size: 1.286em;
    font-weight: 300;
    letter-spacing: 5.4px;
    line-height: 1.3;
}
h5, h6 {
    font-size: 1.571em;
    letter-spacing: -.36px;
    margin-bottom: 30px;
}
.btn:not(.bg):hover, .main-content.big-slider .texts .btn:hover {
    background: #01586c;
    color: #fff;
}
.btn {
    height: 50px;
    line-height: 50px;
    color: #f2f1f1;
    font-size: 12px;
    letter-spacing: .7px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 0 20px;
    max-width: 100%;
    border: solid 1px transparent;
}
.text-acc .btn:last-child {
    float: none;
    margin: 0 auto;
}
.btn:not(.bg) {
    color: #1d647e;
    width: 270px;
}
.btn.before {
    margin-top: calc(60px * 2)!important;
}
@media only screen and (min-width:1025px) {
    .big-content .btn.before {
    margin-top: 90px!important;
}
}.btn.before>span:not(.price) {
    pointer-events: none;
    display: block;
    position: absolute;
    top: -75px;
    left: 0;
    width: 100%;
    height: 60px;
    background: url(../uploads/btn-lines.png) center center no-repeat;
}
.btn.before>span.price {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    text-shadow: none;
    font-weight: bold!important;
    font-size: 11px;
}
.btn.before>span.price+span.more {
    margin-top: 10px!important;
}
.text-acc {
    font-size: 1em;
    font-weight: 400;
    color: #01586c;
    letter-spacing: .7px;
    line-height: 1.2;
}
.text-acc p {
    color: #646e85;
    font-weight: 300;
    font-size: 1.143em;
    letter-spacing: 1.6px;
    line-height: 1.4;
    margin-bottom: 1em;
}
.text-acc.small p:not(:first-of-type) {
    font-size: 1em;
}
.text-acc table {
    text-align: left;
    font-size: .929em;
    margin-bottom: 1em;
    line-height: 1.3;
    width: calc(100% + 80px);
    margin-left: -40px;
    border: dashed 1px rgba(1, 88, 108, .5);
    padding: 30px;
    display: block;
}
.text-acc table strong {
    line-height: 1.2;
}
.text-acc table tr td {
    vertical-align: top;
}
.text-acc table tr:not(:last-child) td {
    padding-bottom: 15px;
}
.text-acc table tr td {
    padding-left: 15px;
    padding-right: 15px;
}
.text-acc table tr td:first-child {
    padding-left: 0;
    border-right: dashed 1px rgba(1, 88, 108, .5);
}
.text-acc table tr td:last-child {
    padding-right: 0;
    border-left: dashed 1px rgba(1, 88, 108, .5);
}
.text-acc table tr:not(:first-child) strong {
    font-size: 1em;
}
@media only screen and (min-width:1025px) {
    .text-acc .smaller p, .text-acc .smaller strong {
    font-size: 1em;
}
}.description .text-acc ul, .text-acc.ul-gap ul {
    margin-bottom: 1em;
}
.big-gaps.text-acc p:first-of-type, .text-acc .big-gaps p:first-of-type {
    margin-bottom: 40px!important;
}
.text-acc p:last-child, .text-acc#top p:last-child, .row.simple .text-acc p:last-child {
    margin-bottom: 0!important;
}
.text-acc p:first-of-type strong {
    font-weight: 600;
}
.text-acc u {
    text-decoration: none;
}
.text-acc u:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #646e85;
    left: 0;
    bottom: 0;
}
.text-acc.flex p:first-of-type {
    font-size: 1.286em;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.text-acc h3, .text-acc h4, .text-acc h5, .text-acc h6 {
    margin-bottom: 1em;
    color: #788196;
}
.text-acc strong {
    font-weight: 700;
    font-size: 1.143em;
    color: #646e85;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.text-acc p a {
    color: #646e85;
    font-weight: 600;
    border-bottom: solid 1px;
    border-color: transparent;
}
.text-acc ul a {
    border-bottom: solid 1px;
    border-color: transparent;
}
.text-acc p a:hover, .text-acc ul a:hover {
    -webkit-text-stroke: .1px #788196;
    text-shadow: -.1px -.1px 0 #788196, .1px -.1px 0 #788196, -.1px .1px 0 #788196, .1px .1px #788196;
    border-color: #646e85;
}
.text-acc ul {
    list-style-type: square;
    padding-left: 18px;
    line-height: 1.3;
    color: #788196;
}
ul:not(.language-chooser) li a {
    color: #788196;
}
.text-acc ul .sub-menu {
    list-style: none;
    margin-bottom: 0;
    line-height: 1.5;
    padding: 5px 0;
}
#single-offer ul.sub-menu li a {
    color: #01586c;
}
.text-acc.description p {
    margin-bottom: 30px;
    padding-left: 5px;
}
.text-acc.description span.title {
    color: #1d647e;
}
.text-acc.description span.title+p {
    text-transform: initial;
    margin-bottom: calc(( 60px * 2 ) / 3);
}
header.scroll .book:hover, header.scroll .tel:hover, .scroll #qtranslate-chooser:hover li a, header.dark .tel:hover, .dark #qtranslate-chooser:hover li a {
    color: #fff;
    background-color: #788196!important;
}
header.dark .book:hover {
    color: #fff!important;
    background: #788196!important;
}
header .book:hover, header .tel:hover, #qtranslate-chooser:hover li a {
    color: #788196;
    background-color: rgba(255, 255, 255, .8)!important;
}
header>div>* {
    float: right;
}
header .book {
    height: 50px;
    line-height: 50px;
    border: solid 1px #fff;
    padding: 0 50px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
header.dark .book {
    color: #788196;
    border: solid 1px;
}
header .tel {
    padding: 0 10px;
    margin: 0 30px;
    width: 145px;
    text-align: right;
    background: url(../uploads/tel.svg) 10px center no-repeat;
}
header.dark .tel, .dark #qtranslate-chooser li a {
    color: #788196;
}
header .tel:hover, header.dark .tel {
    background: url(../uploads/tel-hover.svg) 10px center no-repeat;
}
header.scroll {
    position: fixed;
    display: block!important;
    visibility: visible!important;
    top: 0;
    right: 0;
    width: 50%;
    padding: 5px 0;
    z-index: 1007;
    animation: show 0.4s ease 0s both;
    -webkit-animation: show 0.4s ease 0s both;
    opacity: 1!important;
}
header.scroll>div {
    top: 10px;
    right: calc(60px + 15px);
}
header.scroll a {
    color: #788196;
}
header.scroll .book {
    border-color: #788196;
}
header.scroll .tel {
    background: url(../uploads/tel-hover.svg) 10px center no-repeat;
}
header.scroll .tel:after, header.dark .tel:after {
    background: #788196;
}
header.scroll .tel:hover, header.dark .tel:hover {
    background: url(../uploads/tel.svg) 10px center no-repeat;
}
header.margin:not(.scroll) {
    margin-top: 40px;
}
.scroll #logo {
    background-size: auto 80%;
    height: 60px;
    margin-left: -90px;
}
#qtranslate-chooser, header .tel {
    margin-top: 12.5px!important;
    height: 30px;
    line-height: 30px;
}
#qtranslate-chooser {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    overflow: hidden;
    width: 55px;
    font-weight: 700;
    position: relative;
    margin: 0 20px 0 10px;
    padding-top: 30px;
}
#qtranslate-chooser li {
    width: 100%;
    float: left;
    cursor: pointer;
}
#qtranslate-chooser li a {
    border-top: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 30px;
    opacity: 0;
    line-height: 30px;
    width: 100%;
    padding-left: 10px;
    margin-top: 2px;
}
#qtranslate-chooser li.active a {
    display: block;
    opacity: 1;
    left: 0;
    position: absolute;
    top: 0;
    margin-top: 0;
    height: 30px;
    background: url(../uploads/arrow-down.png) right 10px center no-repeat;
}
.scroll #qtranslate-chooser li.active a {
    background: url(../uploads/arrow-hover.png) right 10px center no-repeat;
}
.scroll #qtranslate-chooser:hover li.active a, .dark #qtranslate-chooser:hover li.active a {
    background: url(../uploads/arrow-down.png) right 10px center no-repeat;
}
#qtranslate-chooser:hover {
    overflow: visible;
}
#qtranslate-chooser:hover li a {
    opacity: 1;
}
#qtranslate-chooser:hover li.active a, .dark #qtranslate-chooser li.active a {
    background: url(../uploads/arrow-hover.png) right 10px center no-repeat;
}
.qtranxs_widget_end {
    display: none;
}
.button {
    position: absolute;
    top: 40px;
    left: 15px;
    width: 30px;
}
.button:after, .button:before, .button div {
    background-color: #788196;
    content: '';
    display: block;
    height: 3px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.button div {
    margin: 7px 0;
}
.button:hover:after, .button:hover:before, .button:hover div {
    background-color: #20637D;
}
.button.close:before {
    transform: translateY(11px) rotate(135deg);
    -webkit-transform: translateY(11px) rotate(135deg);
}
.button.close:after {
    transform: translateY(-9px) rotate(-135deg);
    -webkit-transform: translateY(-9px) rotate(-135deg);
}
.button.close div {
    transform: scale(0);
    -webkit-transform: scale(0);
}
@keyframes hide {
    from {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
}@-webkit-keyframes hide {
    from {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
}@keyframes hide-reverse {
    from {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
}@-webkit-keyframes hide-reverse {
    from {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
}@keyframes show {
    from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}@-webkit-keyframes show {
    from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}.show-anim {
    animation: show 0.4s ease 0s both;
    -webkit-animation: show 0.4s ease 0s both;
}
#nav-overlay #logo2 {
    float: none;
    margin: 0 auto 60px;
    text-indent: -9999px;
    color: transparent;
    opacity: 0;
    visibility: hidden;
    height: 52px;
    width: 120px;
}
#nav-overlay.nav-open {
    width: 100%;
    max-width: 2560px;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
#nav-overlay.nav-open:before {
    transition: none;
    background: inherit;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .1);
}
#nav-overlay.nav-open .menu-container {
    margin-top: 0;
    opacity: 1;
    width: 245px;
    text-transform: uppercase;
}
#nav-overlay .menu-container.main ul li {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 1.2;
}
#nav-overlay .menu-container.main ul li.hide {
    display: none;
}
#nav-overlay .menu-container.main ul li.hidden {
    display: none;
}
#nav-overlay .menu-container.main ul li a {
    font-weight: 700;
}
#nav-overlay .menu-container.accommodation ul li:first-child {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 1.2;
    margin-bottom: 10px;
}
#nav-overlay .menu-container.accommodation ul li:first-child a {
    font-weight: 700;
}
#nav-overlay .menu-container.accommodation ul:not(:first-child) {
    margin-top: 30px;
}
#nav-overlay .menu-container.accommodation ul li {
    margin: 7px 0;
}
#nav-overlay .menu-container.info {
    letter-spacing: 1.4px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
    color: #788196;
}
#nav-overlay .menu-container.info p {
    font-size: 1.071em;
}
#nav-overlay .menu-container.info p:last-child {
    margin-top: 15px;
}
#nav-overlay .menu-container.info a:not(.book) {
    font-weight: 500;
    color: #788196;
    display: block;
    margin-top: 15px;
    line-height: 18px;
    padding-left: 25px;
}
#nav-overlay .menu-container.info a.tel {
    background: url(../uploads/tel-hover.svg) left center no-repeat;
}
#nav-overlay .menu-container.info a.mobile {
    background: url(../uploads/mobile.svg) left center no-repeat;
}
a.whatsapp {
    display: block;
    width: 140px;
    height: 37px;
    background: url(../uploads/whatsapp.png) left center / contain no-repeat;
    color: transparent;
    text-indent: -9999px;
    overflow: hidden;
    filter: grayscale(.8);
    border: none!important;
    -webkit-text-stroke: 0!important;
    text-shadow: none!important;
}
footer a.whatsapp {
    margin-top: 8px;
}
a.whatsapp:hover {
    filter: grayscale(0);
}
#contact+.row a.whatsapp {
    float: none;
    margin: 8px auto;
    background-position: center center;
}
#contact+.row a.whatsapp+br {
    display: none;
}
#nav-overlay .menu-container.info a.book {
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    background: #788196;
    margin-top: 40px;
    width: 200px;
    white-space: nowrap;
}
#nav-overlay .menu-container.info a.book:hover {
    background: #01586c;
}
#nav-overlay.nav-open #logo2 {
    opacity: 1;
    visibility: visible;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#nav-overlay.scroll #logo2 {
    display: none;
}
#nav-overlay .main-content {
    padding: 0 60px;
    visibility: hidden;
}
#nav-overlay .language-chooser, #nav-overlay .menu-container.languages {
    display: none;
}
#nav-overlay.nav-open .main-content {
    visibility: visible;
}
#nav-overlay .main-content .flex {
    justify-content: center;
}
#nav-overlay .main-content .flex .menu-container:not(:first-child) {
    margin-left: 200px;
}
#nav-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
}
#nav-overlay .menu-container {
    margin-top: 25px;
    opacity: 0;
}
#nav-overlay.hide {
    animation: hide 0.4s ease 0s both;
    -webkit-animation: hide 0.4s ease 0s both;
}
#nav-overlay.no-transition {
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
#nav-overlay.hide-reverse {
    animation: hide-reverse 0.4s ease 0s both;
    -webkit-animation: hide-reverse 0.4s ease 0s both;
}
#nav-overlay.scroll {
    top: 0;
    left: 60px;
    -moz-transition: height 0.5s ease 0s, background 0.4s ease;
    -webkit-transition: height 0.5s ease 0s, background 0.4s ease;
    -o-transition: height 0.5s ease 0s, background 0.4s ease;
    transition: height 0.5s ease 0s, background 0.4s ease;
    z-index: 1006;
    height: 70px!important;
    width: calc(100% - (2* 60px));
    animation: show 0.4s ease 0s both;
    -webkit-animation: show 0.4s ease 0s both;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .95);
}
#nav-overlay.scroll .social {
    opacity: 0;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#nav-overlay.scroll:before {
    opacity: 0;
    height: 70px;
    width: 100%;
    background: rgba(255, 255, 255, .8);
}
#nav-overlay.scroll .button {
    top: 23.5px;
}
#nav-overlay.scroll.nav-open {
    height: 100%!important;
    background: rgba(255, 255, 255, .95);
}
#nav-overlay.scroll.nav-open .social {
    opacity: 1;
    -moz-transition: all 0.3s ease 0.3s;
    -webkit-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}
#nav-overlay.scroll.nav-open:before {
    opacity: 1;
}
#nav-overlay, #nav-overlay.nav-open .menu-container {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
#nav-overlay.nav-open .menu-container.menu-1 {
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
#nav-overlay.nav-open .menu-container.menu-2 {
    -moz-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
span.title {
    display: block;
    margin-bottom: 18px;
    font-size: 11px;
    color: #788196;
    letter-spacing: 1.1px;
    font-weight: 600;
    text-transform: uppercase;
}
.menu-container ul li {
    padding: 3px 0;
}
.menu-container ul li a {
    color: #788196;
    font-weight: 500;
}
.social {
    bottom: 50px;
    left: 30px;
    transform: rotate(-90deg);
    transform-origin: left center;
    width: 227px;
}
#nav-overlay .social-icons {
    float: right;
}
.social span {
    color: #788196;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 1px;
    line-height: 14px;
    margin-right: 20px;
}
.social>*, .social-icons li {
    display: inline-block;
    white-space: nowrap;
}
.social-icons li {
    margin: 0 8px;
    position: relative;
}
.social-icons li a {
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: relative;
    background-size: initial!important;
    color: transparent;
    text-indent: -9999px;
}
.social-icons li:before {
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all 0.3s ease;
    -webki-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: #788196;
    opacity: 0;
    border-radius: 50%;
    pointer-events: none;
}
.social-icons li:hover:before {
    opacity: 1;
}
.fb {
    background: url(../uploads/social.svg) left bottom no-repeat;
}
.instagram {
    background: url(../uploads/social.svg) 1px 64% no-repeat;
}
.pinterest {
    background: url(../uploads/social.svg) left 27% no-repeat;
}
.trip-advisor {
    background: url(../uploads/social.svg) left -4% no-repeat;
}
.fb:hover {
    background: url(../uploads/social-white.svg) left bottom no-repeat;
}
.instagram:hover {
    background: url(../uploads/social-white.svg) 1px 64% no-repeat;
}
.pinterest:hover {
    background: url(../uploads/social-white.svg) left 27% no-repeat;
}
.trip-advisor:hover {
    background: url(../uploads/social-white.svg) left -4% no-repeat;
}
#menu-main-navigation {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
}
#menu-main-navigation li {
    margin: 10px 0;
}
#menu-main-navigation li a {
    color: #788196;
}
.hero-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, .2) inset;
}
.hero-container:not(.playing):hover:after {
    opacity: 1;
    visibility: visible;
}
.hero-container:active:after, .hero-container:focus:after {
    opacity: 0;
    visibility: hidden;
}
.hero-container div[id^="video"] iframe {
    width: 100vw;
    height: 55vw;
    min-height: 100vh;
    min-width: 180vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-container .current {
    background: url(../uploads/loader.gif) center center no-repeat #fff;
}
.h1-container {
    height: auto;
    z-index: 10;
    margin-left: -340px;
}
img.video-overlay {
    position: absolute;
    object-fit: none;
    top: 0;
    max-width: 100vw;
    min-height: 100%;
    object-fit: cover;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.current img.video-overlay {
    -moz-transition: blur 0.6s ease, opacity 1s ease-out, visibility 1s ease-out;
    -webkit-transition: blur 0.6s ease, opacity 1s ease-out, visibility 1s ease-out;
    -o-transition: blur 0.6s ease, opacity 1s ease-out, visibility 1s ease-out;
    transition: blur 0.6s ease, opacity 1s ease-out, visibility 1s ease-out;
}
#resizer {
    position: absolute;
    display: block;
    width: 30px;
    height: 60px;
    z-index: 1005;
    border-radius: 30px 0 0 30px;
    top: calc(50vh - 30px);
    left: calc(50% - 30px);
    background: url(../uploads/arrow.png) no-repeat;
}
#resizer.reverse {
    z-index: 1009;
    border-radius: 30px 0 0 30px;
    background: url(../uploads/arrow-white.png) 18px center no-repeat #788196;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
#resizer:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    right: -1.5px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#resizer.archive:before, #resizer:before {
    height: calc(100vh - 400px);
}
#resizer:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: calc(-100% + 1px);
    width: inherit;
    height: inherit;
    background: inherit;
}
#resizer.reverse, #resizer:after {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.ui-draggable {
    cursor: grab;
}
.ui-draggable-dragging {
    cursor: grabbing;
}
.hero-container>.current:after {
    content: '';
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 100vh;
}
.blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
}
.bg-left .main-content.flex {
    justify-content: flex-start;
    padding: calc(60px * 2) 0 60px;
}
.bg-left .main-content.flex .large {
    width: 780px;
    margin: 0 90px;
}
.bg-left .main-content.flex .small {
    width: calc(( 100% - ( 780px + 90px * 2 ) ) / 2);
}
.bg-left .main-content.flex .small div.awards:last-child {
    margin-top: 90px;
}
.bg-left .main-content.flex .small div.awards span.title {
    text-align: center;
}
.description.flex {
    padding: calc(60px * 2) 0 60px;
}
.description.flex .acc-content {
    width: 530px;
    padding: 0 60px;
    float: left;
}
.description.flex .acc-content span.title {
    font-weight: 700;
}
.description.flex .acc-content .btn.bg {
    width: 270px;
}
.description.flex .type-container {
    width: calc(100% - 530px);
}
.type-container {
    background: #fff;
    padding: 0 30px 30px;
}
.type-container>* {
    display: block;
    float: left;
    margin-left: 30px;
    width: calc(50% - 15px);
    height: 525px;
}
.type-container>*:first-child {
    margin-left: 0!important;
}
.type-container .type>.caption {
    position: absolute;
    z-index: 10;
    bottom: 0;
    height: calc(100% - 135px);
    padding-top: calc(60px * 1.33);
    background: rgba(72, 77, 90, 0);
}
.type-container .type>.caption, .type-container .type>.custom-paging {
    left: calc(( 100% - 250px) / 2);
    width: 250px;
}
.type-container .type>.caption .btn.before {
    color: #fff;
    text-shadow: 1px 0 10px rgba(29, 100, 126, .8);
    -webkit-text-shadow: 1px 0 10px rgba(29, 100, 126, .8);
    margin-top: 60px!important;
    height: auto;
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 800;
}
.type-container .type>.caption .btn.before:hover {
    background: transparent;
    color: #fff;
}
.type-container .type>.caption .btn.before>span:not(.more):not(.price) {
    top: -60px!important;
    background: url(../uploads/btn-lines-white.png) center center no-repeat;
}
.type-container .type>.caption .btn.before>span.more {
    display: block;
    float: none;
    margin: 20px auto 0;
    text-align: center;
    text-decoration: underline;
    text-shadow: none;
    -webkit-text-shadow: none;
    font-weight: 300;
    font-size: 11px;
    height: auto;
    line-height: 1;
    position: relative;
    top: 0!important;
    left: 0!important;
    background: none;
}
.type-container .type>.custom-paging {
    height: 120px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: url(../uploads/half-line.png) center center no-repeat;
    background-size: auto 100%}
.type-container .type>.custom-paging .slick-arrow {
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    border: solid 1px #fff;
    border-radius: 50%;
    top: calc((100% - 33px) / 2);
    background: url(../uploads/slick-arrow.png) left center no-repeat;
    text-indent: -9999px;
    color: transparent;
    overflow: hidden;
}
.type-container .type>.custom-paging .slick-arrow.slick-prev {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 35px;
}
.type-container .type>.custom-paging .slick-arrow.slick-next {
    right: 35px;
}
.type-container .type>.custom-paging .slick-arrow:hover {
    background-position: center center;
}
.type-container .type>.custom-paging>span {
    display: block;
    line-height: 120px;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
}
.type-container .type>.custom-paging>span.number {
    text-align: right;
    float: left;
    width: 42%}
.type-container .type>.custom-paging>span.static {
    width: 55%;
    float: right;
}
.type-container .type>.custom-paging>span.static:before {
    content: 'OF '}
.type-container .type>.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.type-container .type>.caption:hover {
    background: rgba(72, 77, 90, .35);
}
.type-container .type>.caption:hover span.more {
    font-weight: bold!important;
}
.bg-short .benefits {
    padding: calc(60px * 2) 0 40px;
}
.bg-short .benefits p:first-of-type {
    margin-bottom: 25px;
}
ul.details {
    text-transform: uppercase;
    color: #646e85;
    font-weight: 700;
}
ul.details li {
    display: inline-block;
    list-style: none;
    margin-left: 25px;
}
ul.details li:first-child {
    margin-left: 0;
}
ul.details li[class] {
    padding-left: 28px;
}
ul.details li.food {
    background: url(../uploads/events.png) left center no-repeat;
}
ul.details li.guarantee {
    background: url(../uploads/guarantee.svg) left center no-repeat;
}
ul.details li.spa {
    background: url(../uploads/spa.png) left center no-repeat;
}
.availability {
    padding: 60px 0 0;
}
.availability.inner {
    display: none;
}
.availability .main-content {
    padding: 0 60px;
}
.availability>a {
    display: none;
}
.availability form>* {
    float: left;
    width: calc(100% / 5);
}
.availability form>div {
    height: 85px;
}
.availability form>div:not(:first-child):before {
    content: '';
    display: block;
    position: absolute;
    background: #1d647e;
    width: 1px;
    height: calc(100% - 6px);
    top: 3px;
    left: 0;
}
.availability form>div.select {
    padding: 0 35px;
}
.availability form .date {
    background: url(../uploads/calendar.png) right 35px top 40px no-repeat;
}
.availability form .date:not(:first-of-type) label, .availability form .date:not(:first-of-type) input {
    padding: 0 35px;
}
.availability form .select {
    text-align: center;
}
.availability form .select div {
    padding: 0 35px;
}
.availability form .select .minus, .availability form .select .plus {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.availability form .select .minus {
    float: left;
    background: url(../uploads/minus.svg) center center no-repeat;
    background-size: 75% auto;
}
.availability form .select .plus {
    float: right;
    background: url(../uploads/plus.svg) center center no-repeat;
}
.availability form .select .change {
    position: relative;
    display: block;
    width: 60px;
    text-align: center;
    overflow: hidden;
    font-size: 1.143em;
    font-weight: 400;
    color: #1d647e;
    letter-spacing: 1.6px;
    float: none;
    margin: 0 auto;
}
.availability form label, .availability form input.datepicker {
    font-size: 1.143em;
    color: #1d647e;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: block;
}
.availability form label {
    margin-bottom: 30px;
}
.availability form input[type=number] {
    -moz-appearance: textfield;
    position: absolute;
    visibility: hidden;
}
.availability form input[type=number]::-webkit-inner-spin-button, .availability form input[type=number]::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.availability form input.datepicker {
    font-weight: 400;
    width: 100%;
    float: none;
    background: none;
}
.availability form button.btn {
    margin: 17.5px 0;
    color: #1d647e;
    background: none;
    border: solid 1px #1d647e;
    width: calc(100% / 5);
}
.main-content.big-slider {
    padding: calc(2* 60px) 0;
}
.main-content.big-slider .slider {
    width: calc(100% - 200px);
    max-width: 1260px;
    float: right;
    height: 650px;
    border-right: solid 30px #fff;
}
.main-content.big-slider .slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.main-content.big-slider .slider .slick-arrow {
    position: absolute;
    color: transparent;
    text-indent: -9999px;
    z-index: 100;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 100px;
    background: url(../uploads/slider-arrow-grey.png) center center no-repeat #fff;
}
.main-content.big-slider .slider .slick-arrow:hover {
    background: url(../uploads/slider-arrow-white.png) center center no-repeat #1d647e;
    background-size: 24px 16px;
}
.main-content.big-slider .slider .slick-arrow.slick-prev {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 40px;
}
.main-content.big-slider .slider .slick-arrow.slick-next {
    right: -30px;
}
.main-content.big-slider .texts {
    z-index: 100;
    width: 310px;
    left: 0;
}
.main-content.big-slider .texts p strong {
    letter-spacing: 5px;
}
.main-content.big-slider span.h {
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}
.main-content.big-slider .texts .btn {
    background: #fff;
    width: 250px;
    color: #788196;
    border: solid 1px #181c32;
    float: left;
}
.main-content.insta {
    padding: calc(2 * 60px) 0;
}
.main-content.insta .texts {
    top: 0;
    left: 0;
    position: absolute;
}
.main-content.insta .texts h4 {
    color: #788196;
    letter-spacing: 1.8px;
    margin-bottom: 5px;
}
.main-content.insta .texts .hashtag {
    color: #788196;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.286em;
    letter-spacing: 1.2px;
}
.main-content.insta .texts .hashtag:hover {
    color: #1d647e;
}
.main-content.insta .jr-insta-thumb {
    padding: 0 60px;
}
.main-content.insta .jr-insta-thumb .profile img {
    float: left;
    height: 100%}
.main-content.insta .jr-insta-thumb .profile>span {
    display: block;
    float: left;
    margin-left: 18px;
    text-transform: lowercase;
    color: #262626;
    font-weight: 700;
    line-height: 35px;
}
.main-content.insta .jr-insta-thumb .caption {
    padding-left: 10px;
}
.main-content.insta .jr-insta-thumb .caption p, .main-content.insta .jr-insta-thumb .caption span {
    font-size: .786em;
    font-weight: 400;
    color: #788196;
    letter-spacing: 0;
    text-transform: uppercase;
    word-break: break-word;
}
.main-content.insta .jr-insta-thumb .caption>span {
    font-weight: 600;
    padding-left: 24px;
    display: inline-block;
    margin-left: 8px;
    white-space: nowrap;
    line-height: 17px;
}
.main-content.insta .jr-insta-thumb .caption>span:first-of-type {
    margin-left: 0;
}
.main-content.insta .jr-insta-thumb .caption>span.likes {
    background: url(../uploads/heart.svg) left center no-repeat;
    background-size: auto 15px;
}
.main-content.insta .jr-insta-thumb .caption>span.comments {
    background: url(../uploads/comment.svg) left center no-repeat;
    background-size: auto 100%}
.main-content.insta .jr-insta-thumb .caption>span.share {
    background: url(../uploads/share.svg) left center no-repeat;
    background-size: auto 100%}
.main-content.insta .jr-insta-thumb .caption>span span {
    font-size: 11px;
}
.main-content.insta .jr-insta-thumb .caption>span span:after {
    content: ' '}
.main-content.insta .jr-insta-thumb li {
    list-style: none;
    display: block;
    float: left;
    margin-left: 75px;
    width: calc(( 100% - 225px) / 4);
}
.main-content.insta .jr-insta-thumb li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%}
.main-content.insta .jr-insta-thumb li a>.img-wrapper, .main-content.insta .jr-insta-thumb li a>.profile {
    margin-bottom: 18px;
}
.main-content.insta .jr-insta-thumb li:first-child {
    margin-left: 0!important;
}
.main-content.insta .jr-insta-thumb li:nth-child(2n) a {
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.main-content.insta .jr-insta-thumb li:nth-child(2n) a .caption {
    margin-bottom: 15px;
}
.main-content.insta .jr-insta-thumb li:nth-child(2n) a>.img-wrapper {
    margin-bottom: 55px;
}
.main-content.insta .jr-insta-thumb .img-wrapper {
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.main-content.insta .jr-insta-thumb .img-wrapper>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.main-content.insta .jr-insta-thumb li:nth-child(2n) .profile {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
.insta #sb_instagram{
    width: calc(100% + 40px)!important;
    margin-left: -20px!important;
}
footer {
    margin-bottom: 60px;
    background: url(../uploads/footer-bg.jpg) right 60px top no-repeat;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 1.6;
    color: #788196;
}
footer .social-icons li:first-child {
    margin-left: 0;
}
footer .social-icons li a {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    width: 15px;
    height: 15px;
}
footer .fb {
    background: url(../uploads/social.svg) 48% 100% no-repeat;
}
footer .instagram {
    background: url(../uploads/social.svg) center 65% no-repeat;
}
footer .pinterest {
    background: url(../uploads/social.svg) center 28% no-repeat;
    background-size: 13px auto !Important;
}
footer .trip-advisor {
    background: url(../uploads/social.svg) left -4% no-repeat;
}
footer .fb:hover {
    background: url(../uploads/social-white.svg) 48% 100% no-repeat;
}
footer .instagram:hover {
    background: url(../uploads/social-white.svg) center 65% no-repeat;
}
footer .pinterest:hover {
    background: url(../uploads/social-white.svg) center 28% no-repeat;
    background-size: 13px auto !Important;
}
footer .trip-advisor:hover {
    background: url(../uploads/social-white.svg) left -4% no-repeat;
}
footer .social-icons .trip-advisor, footer .social-icons .trip-advisor:hover {
    background-position: center -6%}
footer span.title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 1.2;
    margin-bottom: 15px;
}
footer p+span.title, footer ul+span.title {
    margin-top: 60px;
}
footer .logo {
    display: block;
    float: none;
    margin: 0 auto 80px;
    height: 52px;
    width: 120px;
    background: url(../uploads/garden_logow.png) center center no-repeat;
    background-size: contain;
}
footer a {
    color: #788196;
}
footer ul.menu {
    line-height: 1.6;
    letter-spacing: 0;
}
footer .main-content {
    padding: 60px;
}
footer span.h {
    position: absolute;
    max-width: 420px;
    right: -60px;
    top: -60px;
}
footer .main-content .flex {
    justify-content: center;
}
footer .main-content .flex .column {
    margin-left: 200px;
}
footer .main-content .flex .column:first-of-type {
    margin-left: 0;
}
footer .main-content .flex .column>p:first-of-type {
    margin-bottom: 15px;
}
footer #time, footer #wp-forecastA {
    font-size: 1.714em;
    font-weight: 300;
    letter-spacing: 2.4px;
}
footer #wp-forecastA {
    display: inline-block;
}
footer #wp-forecastA .wp-forecast-curr-head, footer #wp-forecastA .wp-forecast-curr-left, footer #wp-forecastA .wp-forecast-fc {
    display: none;
}
footer #wp-forecastA .forecast-title {
    padding-left: 28px;
}
footer #wp-forecastA .forecast-title:before {
    content: '/';
    position: absolute;
    left: 8px;
}
footer .newsletter {
    width: 360px;
}
footer .newsletter .indicates-required, footer .newsletter label:not(.checkbox), footer .newsletter select, footer .newsletter .select-hide {
    display: none;
}
#mc_embed_signup div.mce_inline_error {
    text-transform: initial;
}
#mc_embed_signup div.mce_inline_error[for="mce-EMAIL"] {
    display: none!important;
}
#mc_embed_signup div.mce_inline_error {
    padding: 0!important;
    color: #6B0505!important;
    background: none!important;
}
#mc_embed_signup input.mce_inline_error+span, #mc_embed_signup input[type="email"].mce_inline_error {
    color: #6B0505!important;
}
#mc_embed_signup input[type="email"].mce_inline_error::-webkit-input-placeholder {
    color: #6B0505;
}
#mc_embed_signup input[type="email"].mce_inline_error::-moz-placeholder {
    color: #6B0505;
}
footer .newsletter form {
    margin-bottom: 30px;
}
#mergeRow-gdpr, footer .newsletter .column-small {
    float: left;
}
.content__gdpr {
    text-transform: initial;
    line-height: 1.3;
}
footer .newsletter .content__gdpr label {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
footer .newsletter .content__gdpr>label {
    display: none;
}
footer .newsletter .content__gdpr>p:first-of-type {
    margin-top: 10px;
}
fieldset.mc_fieldset.gdprRequired.mc-field-group>label {
    display: inline-block;
}
#mc_embed_signup_scroll .clear:last-of-type {
    float: left;
    width: 100%;
    margin-top: 10px;
}
fieldset.mc_fieldset.gdprRequired.mc-field-group>label>* {
    display: block;
    float: left;
}
fieldset.mc_fieldset.gdprRequired.mc-field-group>label>input {
    margin-right: 5px;
    margin-top: 1.5px;
}
fieldset.mc_fieldset.gdprRequired.mc-field-group>label:not(:first-child) {
    margin-left: 10px;
}
footer .newsletter .column-small:last-of-type {
    float: none;
    margin: 0 auto;
    text-align: center;
}
footer .newsletter .mc-field-group {
    position: relative;
}
footer .newsletter .mc-field-group input[type="text"], footer .newsletter .mc-field-group input[type="email"], footer .newsletter .mc-field-group .select-selected {
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
    width: 100%;
    background: none;
    padding: 0 5px;
    margin-bottom: 10px;
    border-bottom: solid 2px #788196;
    font-size: .857em;
    font-weight: 400;
    letter-spacing: 1.4px;
}
footer .newsletter .mc-field-group .select-selected {
    margin-bottom: 3px;
    cursor: pointer;
    text-align: left;
    position: relative;
}
footer .newsletter input[type="checkbox"]+label {
    display: inline-block;
    text-transform: initial;
    font-size: .857em;
}
html[lang="en-US"] footer .newsletter .mc-field-group .select-selected:empty:after {
    content: 'Country: '}
html[lang="el"] footer .newsletter .mc-field-group .select-selected:empty:after {
    content: 'Χώρα: '}
html[lang="fr-FR"] footer .newsletter .mc-field-group .select-selected:empty:after {
    content: 'Pays: '}
html[lang="it-IT"] footer .newsletter .mc-field-group .select-selected:empty:after {
    content: 'Paese: '}
footer .newsletter .mc-field-group .select-selected:empty:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    top: 0;
    left: 0;
}
footer .newsletter .mc-field-group .select-items {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: #f1f2f4;
    margin-top: -3px;
    text-align: left;
    height: 150px;
    overflow-y: auto;
}
footer .newsletter .mc-field-group .select-items>div {
    cursor: pointer;
    padding: 0 5px;
}
footer .newsletter .mc-field-group .select-items>div:hover {
    background: #788196;
    color: #fff;
}
footer .newsletter .mc-field-group .content__gdprLegal p, footer .newsletter .mc-field-group .content__gdpr p:last-of-type {
    font-size: 10px;
    text-transform: initial;
    line-height: 1.2;
    margin-bottom: 5px;
}
footer .newsletter #mc_embed_signup_scroll {
    padding-bottom: 40px;
}
footer .newsletter #mc_embed_signup_scroll>div:not([class]) {
    display: none;
}
footer .newsletter input[type="submit"] {
    position: relative;
    width: 100%;
    display: block;
    line-height: 45px;
    height: 45px;
    background: #788196;
    color: #fff;
    text-transform: uppercase;
    top: 0;
    left: 0;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1.4px;
    cursor: pointer;
    -webkit-appearance: none;
}
footer .newsletter input[type="submit"]:hover {
    background: #01586c;
}
footer p, footer ul li a, footer label, footer input, footer select {
    font-size: .857em;
}
.copyright {
    position: absolute;
    font-size: .857em;
    text-transform: initial;
    bottom: -40px;
    left: 0;
    padding: 0 159px;
}
.copyright #webolution {
    color: transparent;
    background: url(../uploads/webolution.svg) top left no-repeat;
    background-size: contain;
    margin-left: 5px;
}
.copyright span{
    display: block;
    width: 100%;
    text-align: center;
}
#cookie-law-info-bar {
    padding: 7px 10px!important;
    box-shadow: rgba(0, 0, 0, .15) 0 2px 25px!important;
}
#cookie-law-info-bar span {
    font-size: 13px!important;
    color: #333;
    display: inline-block;
    padding: 0 80px!important;
    box-sizing: border-box;
    text-transform: none;
}
#cookie-law-info-bar span div a {
    color: #729ebc!important;
}
#cookie-law-info-bar span div {
    float: left;
    padding-top: 8px;
    max-width: 1080px;
    text-align: left;
    line-height: 1.3;
    width: calc(100% - 160px);
}
.cli-tab-container p, .cli-privacy-content-text {
    font-size: 13px!important;
}
@media only screen and (max-width:1690px) {
    .main-content {
    width: calc(100% - ( 4 * 60px));
}
.copyright {
    padding: 0 calc((100% - 1145px) /2);
}
#nav-overlay .main-content .flex .menu-container:not(:first-child) {
    margin-left: 120px;
}
.bg-left .main-content.flex .large {
    width: 50%;
    margin: 0 60px;
}
.bg-left .main-content.flex .small {
    width: calc(25% - 60px);
}
.description.flex .acc-content {
    width: 440px;
    padding: 0 30px 0 0;
}
.description.flex .type-container {
    width: calc(100% - 440px);
}
.description.flex .type-container>* {
    max-width: 420px;
    margin-left: 0;
}
.description.flex .type-container>*:first-child {
    margin-right: 30px!important;
}
.main-content.insta .jr-insta-thumb {
    padding: 0;
}
.main-content.insta .jr-insta-thumb .thumbnails {
    display: flex;
    justify-content: center;
    padding: 0;
}
.main-content.insta .jr-insta-thumb li {
    margin-left: 30px;
    width: 280px;
    float: none;
}
}@media only screen and (hover:hover) and (pointer:fine) and (max-height:640px) and (min-width:1024px) {
    #nav-overlay {
    top: 40px!important;
    height: calc(100vh - 80px)!important;
}
#nav-overlay.scroll {
    top: 0!important;
}
#menu-main-navigation li {
    margin: 6px 0;
}
#nav-overlay.nav-open #logo2 {
    margin-bottom: 40px;
}
header.margin:not(.scroll) {
    margin-top: 20px;
}
header:not(.scroll) a#logo {
    height: 70px!important;
}
}@media only screen and (hover:hover) and (pointer:fine) and (max-height:560px) and (min-width:1024px) {
    #nav-overlay.nav-open #logo2 {
    margin-bottom: 20px;
}
}@media only screen and (max-width:1590px) {
    .type-container .type>.caption {
    height: calc(100% - 60px);
}
.availability .main-content {
    padding: 0;
}
footer .main-content .flex .column {
    margin-left: 120px;
}
.copyright {
    padding: 0 calc((100% - 985px) /2);
}
}@media only screen and (max-width:1460px) {
    .bg-left .main-content.flex .large:after {
    content: '';
    display: table;
    clear: both;
}
.bg-left .main-content.flex, .description.flex, .bg-short .benefits, .main-content.big-slider, footer .main-content {
    padding: 60px 0;
}
.text-acc:not(.insta) p, footer .logo {
    margin-bottom: 30px!important;
}
.description .text-acc.big-content .btn.before {
    display: none;
}
.btn.before {
    margin-top: 90px!important;
}
.btn.bg:before {
    top: -60px!important;
}
footer p+span.title, footer ul+span.title {
    margin-top: 30px;
}
.hero-container #video-left .video-overlay {
    object-position: 25% top;
}
.hero-container #video-right .video-overlay {
    object-position: 65% top;
}
#nav-overlay .main-content .flex .menu-container:not(:first-child) {
    margin-left: 80px;
}
.bg-left .main-content.flex>* {
    margin: 30px auto 0!important;
    width: calc(100% - 240px)!important;
    float: none;
}
.bg-left .main-content.flex>*:first-child {
    margin-top: 0!important;
}
.bg-left .main-content.flex h2 {
    max-width: 540px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.bg-left .main-content.flex .large p {
    margin-bottom: 1em;
}
.bg-left .main-content.flex .large {
    float: none!important;
    margin-left: auto;
    margin-right: auto;
}
.bg-left .main-content.flex .large .btn:last-child {
    float: left;
    width: max-content;
    white-space: nowrap;
    min-width: 210px;
    margin-left: calc(( 100% - 210px) / 2);
}
.bg-left .main-content.flex .awards {
    text-align: center;
}
.bg-left .main-content.flex .awards img {
    float: none;
    margin: 0 auto;
}
.bg-left .main-content.flex .awards:last-child {
    margin-top: 30px!important;
}
.description.flex .acc-content {
    width: calc(100% - 740px);
}
.description.flex .type-container {
    width: 740px;
}
.description.flex .type-container>* {
    height: 450px;
}
.availability form>div.select {
    padding: 0 15px;
}
.main-content.insta .jr-insta-thumb {
    padding: 0;
}
.main-content.insta .jr-insta-thumb li:last-child {
    display: none;
}
}@media only screen and (max-width:1390px) {
    #nav-overlay .main-content .flex {
    justify-content: space-between;
}
#nav-overlay .main-content .flex .menu-container:not(:first-child) {
    margin-left: 80px;
}
#nav-overlay.nav-open .menu-container {
    max-width: 100%}
#nav-overlay.nav-open .menu-container.main {
    width: 180px;
}
#nav-overlay.nav-open .menu-container.accommodation {
    width: 190px;
}
#nav-overlay.nav-open .menu-container.info {
    width: 240px;
}
}@media only screen and (max-width:1330px) {
    .main-content {
    width: calc(100% - 180px);
}
.description.flex .type-container {
    width: 710px;
}
.description.flex .left {
    width: calc(100% - 710px);
    padding: 0;
}
.availability form .date {
    background: url(../uploads/calendar.png) right 20px top 40px no-repeat;
}
.availability form .date:not(:first-of-type) label, .availability form .date:not(:first-of-type) input {
    padding: 0 20px;
}
}@media only screen and (max-width:1190px) {
    header .tel {
    width: 30px;
    padding: 0;
    text-indent: -9999px;
    color: transparent!important;
    background-position: center center!important;
}
#availability-form {
    display: flex;
    flex-wrap: wrap;
}
#availability-form>div {
    width: calc(100% / 4);
}
#availability-form button.btn {
    margin: 20px auto 0;
    min-width: calc(100% / 5);
    white-space: nowrap;
    width: max-content;
}
#nav-overlay .main-content {
    padding: 0;
}
.main-content.big-slider .slider {
    height: 520px;
}
.main-content.big-slider .slider .slick-arrow {
    bottom: 60px;
}
.description.flex .left {
    width: calc(100% - 680px);
}
.description.flex .type-container {
    width: 680px;
}
.description.flex .type-container .type>.caption {
    padding-top: 60px;
    left: calc(( 100% - 220px) / 2);
    width: 220px;
}
footer span.h {
    font-size: 1.571em;
    right: 0;
}
footer .main-content .flex .column {
    margin-left: 90px;
}
.copyright {
    padding: 0 calc((100% - 925px) /2);
}
#cookie-law-info-bar span div {
    width: 100%}
#cookie-law-info-bar span {
    padding: 0 10px!important;
}
#cookie-law-info-bar {
    padding: 8px 10px!important;
}
}@media only screen and (max-width:1140px) {
    .bg-right:before {
    background: url(../uploads/bg-left.jpg) top right;
}
.description.flex {
    flex-direction: column;
    padding: 60px 120px;
}
.description.flex .left, .description.flex .type-container {
    width: 100%}
.description.flex .type-container {
    margin-top: 30px;
}
.description.flex .type-container>* {
    height: 400px;
}
}@media only screen and (max-width:1100px) {
    .main-content {
    width: calc(100% - 120px);
}
footer .main-content .flex .column {
    margin-left: 60px;
}
.copyright {
    padding: 0 calc((100% - 865px) /2);
}
}@media only screen and (max-width:1024px) {
    header {
    visibility: hidden!important;
    top: 0;
    opacity: 0!important;
    position: fixed;
}
.hero-container.home div[id*="video"]:not(.responsive), .hero-container.home+#resizer {
    display: none;
}
header .book, #nav-overlay #logo2 {
    display: none;
}
.btn.before {
    margin-top: 70px!important;
}
.text-acc .btn:last-child {
    float: left;
    margin-left: calc((100% - 270px) / 2);
}
#nav-overlay.scroll {
    width: 100%!important;
    left: 0!important;
}
#nav-overlay .main-content {
    padding: 0 40px;
}
#nav-overlay .menu-container {
    visibility: hidden;
}
#nav-overlay.nav-open .menu-container {
    visibility: visible;
}
.availability.inner {
    display: block;
}
.availability {
    position: fixed;
    visibility: hidden!important;
    animation: none!important;
    -webkit-animation: none!important;
    padding-top: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
    overflow-y: auto;
    overflow-x: hidden;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.availability.lines:after {
    display: none;
}
.availability>a {
    display: block;
    position: absolute;
    visibility: visible!important;
    opacity: 0;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #788196;
    color: #fff;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    z-index: 100;
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    -moz-transition-delay: 0s!important;
    -webkit-transition-delay: 0s!important;
    -o-transition-delay: 0s!important;
    transition-delay: 0s!important;
}
html:not([lang="en-US"]) .availability>a {
    font-size: 11px;
}
.availability>.main-content {
    height: 100%;
    width: 100%!important;
    opacity: 0;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.availability.open-booking {
    visibility: visible!important;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.availability.open-booking>.main-content {
    opacity: 1;
}
.availability.open-booking>a {
    color: transparent;
    text-indent: -9999px;
    background: url(../uploads/close.svg) center center no-repeat #788196;
    background-size: 20px auto;
}
#availability-form {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 690px;
    background: #fff;
    padding: 60px;
}
#availability-form:before {
    content: '';
    background: #fff;
    position: fixed;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
}
#availability-form>span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #788196;
    font-weight: 500;
    clear: both;
    float: none;
    margin: 0 auto;
    width: 100%;
    height: 40px;
}
#availability-form>span>span {
    color: #1d647e;
    font-size: 18px;
    letter-spacing: 1.8px;
    font-weight: 700;
    display: block;
    width: 100%}
#availability-form button.btn {
    width: 250px;
    margin: 40px calc((100% - 250px)/ 2) 0;
}
#availability-form.fullscreen .date {
    visibility: hidden!important;
    position: absolute;
}
#availability-form>.select {
    width: 50%;
    float: left;
    padding: 0 120px;
}
#availability-form>.select>div {
    padding: 0;
}
#availability-form>.select:nth-child(5):before {
    display: none!important;
}
}@media only screen and (max-width:1024px) and (orientation:landscape) {
    #availability-form {
    padding: 40px 60px;
}
}@media only screen and (max-width:990px) {
    h2 {
    font-size: 1.571em;
}
.main-content.text-acc .left, .main-content.text-acc .large, .main-content.text-acc .small {
    padding: 0 120px;
}
.bg-left .main-content.flex>* {
    width: 100%!important;
}
.bg-left .main-content.flex h2 {
    width: 100%;
    max-width: 100%;
    text-align: left!important;
}
.bg-left .main-content.flex .large p, .big-gaps.text-acc p, .big-gaps.text-acc p:first-of-type, .text-acc:not(.insta) p {
    margin-bottom: 1em!important;
}
.bg-left .main-content.flex, .description.flex, .bg-short .benefits, .main-content.big-slider, footer .main-content {
    padding: 40px 0;
}
.main-content.big-slider .slider {
    height: 480px;
}
#nav-overlay .main-content .flex .menu-container:not(:first-child) {
    margin-left: 60px;
}
#nav-overlay .main-content .flex {
    flex-wrap: nowrap;
}
.main-content.big-slider .slider .slick-arrow {
    bottom: 40px;
}
.text-acc.flex p:first-of-type {
    font-size: 1.143em;
    letter-spacing: 1.6px;
}
.bg-left .main-content.flex .large p {
    float: none;
    width: 100%;
    padding: 0;
}
.description.flex .type-container .type>.caption {
    padding-top: 40px;
    left: 40px;
    width: calc(100% - 80px);
}
.type-container .type>.caption .btn.before {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.main-content.insta .jr-insta-thumb li {
    margin-left: 20px;
}
.main-content.insta .jr-insta-thumb .caption>span {
    font-size: .714em;
    padding-left: 22px;
    margin-left: 4px;
}
footer .newsletter {
    width: 300px;
}
footer .newsletter input[type="submit"] {
    padding-left: 0;
    text-align: center;
}
.copyright {
    padding: 0 calc((100% - 805px) /2);
}
.text-acc table {
    width: 100%;
    margin-left: 0;
}
.text-acc table tr:first-child {
    display: none;
}
.text-acc table tr {
    display: flex;
    flex-direction: column;
}
.text-acc table tr td {
    border: none!important;
}
.text-acc table tr:last-child td:not(:last-child) {
    padding-bottom: 15px;
}
}@media only screen and (max-width:950px) {
    .menu-container.accommodation ul {
    display: inline-block;
}
#nav-overlay.nav-open .menu-container.accommodation ul:not(:first-child) {
    margin-top: 0;
}
#nav-overlay .main-content .flex .menu-container:not(:first-child) {
    margin-left: 0;
}
#nav-overlay .main-content .flex .menu-container:last-child {
    margin-top: 40px;
}
}@media only screen and (max-width:920px) {
    .availability form .select div {
    padding: 0 20px;
}
.availability form .date:not(:first-of-type) label, .availability form .date:not(:first-of-type) input {
    padding: 0 15px;
}
.availability form .date {
    background: url(../uploads/calendar.png) right 15px top 45px no-repeat;
}
.main-content.big-slider .slider {
    height: 410px;
}
.bg-right-small:before {
    bottom: 0;
    height: 200px;
}
.description.flex .type-container>* {
    height: 400px;
}
footer span.h, .h1-container {
    display: none;
}
footer .main-content .flex .column {
    margin-left: 40px;
}
.copyright {
    padding: 0 calc((100% - 765px) /2);
}
}@media only screen and (max-width:900px) {
    .main-content.insta {
    padding: 150px 0 40px;
}
.main-content.insta .texts {
    top: 40px;
    left: calc((100% - 590px) / 2);
}
.main-content.insta .jr-insta-thumb li {
    margin-left: 30px;
}
.main-content.insta .jr-insta-thumb li:nth-child(3) {
    display: none;
}
.main-content.insta .jr-insta-thumb .caption>span {
    font-size: 11px;
}
ul.details li {
    margin-left: 15px;
}
.hero-container div[id*="video"].responsive .video-overlay {
    object-position: 65% top!important;
}
}@media only screen and (max-width:890px) {
    #nav-overlay.nav-open {
    display: block;
}
#nav-overlay.scroll.nav-open {
    background: rgba(255, 255, 255, .98);
}
#nav-overlay .main-content {
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto;
    padding: 0;
    -ms-overflow-style: none;
    height: 100%}
#nav-overlay .main-content .flex {
    padding: 120px 0 0;
    flex-direction: column;
    width: max-content;
    float: none;
    margin: 0 auto;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
}
.menu-container.accommodation ul {
    display: block;
    margin-left: 0;
}
#nav-overlay.nav-open .menu-container.accommodation ul:not(:first-child), #nav-overlay.nav-open .menu-container:not(:first-child) {
    margin-top: 25px;
}
#nav-overlay.scroll.nav-open:before {
    background: rgba(255, 255, 255, .95);
}
#nav-overlay .main-content .flex::-webkit-scrollbar, #nav-overlay .main-content::-webkit-scrollbar {
    display: none;
}
.social {
    position: fixed;
}
header.scroll>div {
    right: 55px;
}
.lines:after {
    height: 290px;
    background-size: auto 100%}
.main-content.text-acc .left, .main-content.text-acc .large, .main-content.text-acc .small {
    padding: 0 60px;
}
.main-content {
    width: calc(100% - 80px);
}
footer .main-content .flex {
    flex-direction: column;
    text-align: center;
}
footer .newsletter form {
    text-align: left;
}
footer a.whatsapp {
    float: none;
    margin: 0 auto;
    background-position: center center;
}
footer a.whatsapp+br {
    display: none;
}
footer .main-content .flex .column {
    width: 300px;
    max-width: 100%;
    float: none;
    margin: 30px auto 0!important;
}
footer .main-content .flex .column:first-of-type {
    margin-top: 0!important;
}
footer {
    background-position: left top;
    background-repeat: repeat;
    background-size: 100% auto;
}
.copyright {
    bottom: -52px;
}
.copyright>span {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}
}@media only screen and (max-width:890px) and (orientation:landscape) {
    #availability-form {
    padding: 60px;
}
}@media only screen and (max-width:790px) {
    .main-content.text-acc .left, .main-content.text-acc .large, .main-content.text-acc .small {
    padding: 0 40px;
}
.hero-container div[id*="video"].responsive .video-overlay {
    object-position: 70% top!important;
    object-fit: cover!important;
}
#availability-form>.select {
    padding: 0 100px;
}
.description.flex .type-container>* {
    height: 360px;
}
.description.flex .type-container .type>.caption {
    padding-top: 20px;
}
.main-content.big-slider .slider {
    height: 360px;
    width: calc(100% - 160px);
}
.text-acc strong {
    font-size: 1em;
}
ul.details li {
    line-height: 1.4;
}
.bg-right:before {
    background: url(../uploads/bg-left.jpg) top right;
}
.menu-container.accommodation ul {
    margin-left: 0;
    display: block;
}
.menu-container.accommodation ul:last-child, #nav-overlay .main-content .flex .menu-container:not(:first-child), #nav-overlay.nav-open .menu-container.accommodation ul:not(:first-child) {
    margin-top: 20px;
}
}@media only screen and (max-width:690px) {
    header.scroll>div {
    right: 15px;
}
header .book, header .tel, header #qtranslate-chooser, .hero-container .h1-container {
    display: none;
}
#nav-overlay .language-chooser {
    display: block;
    font-weight: 400;
    text-align: center;
}
#nav-overlay .menu-container.languages {
    display: block;
    width: 100%;
    margin-top: 25px!important;
}
#nav-overlay .language-chooser li {
    display: inline-block;
    margin: 0 10px;
}
#nav-overlay .language-chooser li a {
    color: #788196;
}
#nav-overlay .language-chooser li.active a {
    font-weight: 700;
}
#availability-form>.select {
    padding: 0 60px;
}
.type-container {
    padding: 0 20px 20px;
}
.type-container .type>.caption .custom-paging .slick-arrow.slick-prev {
    left: 10px;
}
.type-container .type>.caption .custom-paging .slick-arrow.slick-next {
    right: 10px;
}
.main-content.big-slider .texts {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
.main-content.big-slider .texts br {
    display: none;
}
.main-content.big-slider .texts {
    width: 100%;
    padding: 0 40px;
}
.main-content.big-slider .texts .btn {
    float: none;
    margin: 0 auto;
}
.main-content.big-slider .slider {
    width: 100%;
    margin-top: 40px;
    border-right: solid 20px #fff;
}
.main-content.big-slider .slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 15px auto!important;
}
.main-content.big-slider .slider .slick-arrow.slick-prev {
    right: 30px;
}
.main-content.big-slider .slider .slick-arrow.slick-next {
    right: -20px;
}
.main-content.insta {
    padding: 40px 0;
}
.main-content.insta .texts {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 40px;
}
}@media only screen and (max-width:620px) {
    .description.flex .type-container {
    padding: 0 40px;
}
.description.flex .type-container>*, .description.flex .type-container>*:first-child {
    width: 100%;
    float: none;
    margin: 0 auto 20px!important;
}
.type-container .type>.caption .custom-paging .slick-arrow.slick-prev {
    left: 60px;
}
.type-container .type>.caption .custom-paging .slick-arrow.slick-next {
    right: 60px;
}
.text-acc table {
    padding: 20px;
}
.text-acc table tr td {
    padding-left: 0;
    padding-right: 0;
}
.facilities .main-content>table, .text-acc table {
    max-width: 100%!important;
}
}@media only screen and (max-width:590px) {
    #resizer.archive:before, #resizer:before {
    height: calc(100vh - 180px);
}
#nav-overlay .menu-container.info a:not(.book) {
    margin-top: 10px;
    line-height: 18px;
    padding-left: 35px;
}
#nav-overlay .menu-container.info a.tel, #nav-overlay .menu-container.info a.mobile {
    margin-top: 15px;
    background-size: auto 100%}
#nav-overlay .menu-container.info a.mobile {
    line-height: 22px;
}
#nav-overlay .main-content .flex {
    padding: 90px 0 30px;
}
#availability-form {
    padding: 20px 10px;
    min-height: 530px;
}
#availability-form>span {
    font-size: 14px;
    letter-spacing: 1.4px;
}
#availability-form>span>span {
    font-size: 16px;
    letter-spacing: 1.6px;
}
#availability-form>.select {
    padding: 0 40px;
}
#availability-form button.btn {
    margin: 20px calc((100% - 250px)/ 2) 0;
}
.main-content.text-acc .left, .description.flex .type-container {
    padding: 0 20px;
}
.main-content.text-acc .large, .main-content.text-acc .small {
    padding: 0;
}
.bg-left .main-content.flex h2 {
    max-width: 100%}
.bg-left .main-content.flex h2 br {
    display: none;
}
.main-content {
    width: calc(100% - 60px);
}
.bg-left .main-content.flex, .description.flex, .bg-short .benefits, .main-content.big-slider, footer .main-content, .main-content.insta {
    padding: 30px 0;
}
.main-content.big-slider .slider {
    margin-top: 30px;
}
.main-content.insta .texts {
    margin-bottom: 30px;
}
.bg-right .description .left p, .bg-right .description .left a.btn, .bg-right .description .left ul {
    display: none;
}
.description.flex .left span.title {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
}
.description.flex .type-container {
    margin-top: 0;
}
}@media only screen and (max-width:590px), only screen and (max-height:590px) and (max-width:1024px) {
    .menu-container.accommodation, #nav-overlay .menu-container.info a.book {
    display: none;
}
#nav-overlay .menu-container.main ul li.hidden {
    display: block;
}
#nav-overlay .menu-container.info {
    margin-bottom: 0!important;
}
}@media only screen and (max-width:570px) {
    .main-content.insta .jr-insta-thumb .thumbnails {
    flex-direction: column;
}
.main-content.insta .jr-insta-thumb li {
    width: 100%;
    margin: 0;
    max-width: 280px;
    margin: 0 auto!important;
    height: auto;
}
.main-content.insta .jr-insta-thumb li:not(:first-child) {
    display: none;
}
.main-content.insta .jr-insta-thumb li:first-child {
    margin: 0 auto!important;
}
.main-content.insta .jr-insta-thumb li:nth-child(2n) a {
    flex-direction: column;
    justify-content: space-between;
}
.main-content.insta .jr-insta-thumb li:nth-child(2n) .profile {
    position: relative;
    bottom: auto;
}
.social {
    bottom: 20px;
}
.menu-container.accommodation ul:last-child, #nav-overlay .main-content .flex .menu-container:not(:first-child) {
    margin-top: 15px;
}
}@media only screen and (max-width:520px) {
    ul.details {
    width: max-content;
    float: none;
    margin: 0 auto;
    max-width: 100%}
ul.details li {
    display: list-item;
    margin-left: 0!important;
    padding-left: 30px;
    text-align: left;
    line-height: 1.1;
    margin-bottom: 5px;
}
ul.details li:last-child {
    margin-bottom: 0;
}
.type-container .type>.caption .custom-paging>span.static {
    width: 52%}
.type-container .type>.caption .custom-paging>span.number {
    width: 46%}
}@media only screen and (max-width:490px) {
    #availability-form>.select {
    padding: 0 20px;
}
.availability.open-booking>a {
    width: 40px;
    height: 40px;
}
div.hide {
    display: none;
}
.main-content.text-acc .left, .main-content.text-acc .large, .main-content.text-acc .small, .description.flex .type-container, .main-content.big-slider .texts {
    padding: 0;
}
.type-container {
    position: relative;
}
.type-container:after {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    right: -20px;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: -1;
}
.bg-left .main-content.flex .awards, .bg-left .main-content.flex .small div.awards span.title {
    text-align: left;
}
.main-content.big-slider .slider {
    height: 300px;
}
.type-container .type>.caption .custom-paging .slick-arrow.slick-next {
    right: 30px;
}
.type-container .type>.caption .custom-paging .slick-arrow.slick-prev {
    left: 30px;
}
}@media only screen and (max-width:480px) {
    #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item:last-child {
    display: none;
}
}@media only screen and (max-width:420px) {
    .main-content {
    width: calc(100% - 40px);
}
.description.flex .type-container .type>.caption {
    left: 20px;
    width: calc(100% - 40px);
}
.main-content.big-slider .slider .slick-arrow {
    bottom: 20px;
}
.type-container .type>.caption .custom-paging .slick-arrow.slick-next {
    right: 20px;
}
.type-container .type>.caption .custom-paging .slick-arrow.slick-prev {
    left: 20px;
}
.description.flex .type-container>* {
    height: 320px;
}
}@media only screen and (max-width:390px) {
    #availability-form {
    min-height: 480px;
}
#availability-form>.select {
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60px;
}
#availability-form>.select:before {
    display: none;
}
#availability-form>.select label {
    margin-bottom: 0;
}
.main-content.big-slider .slider {
    height: 260px;
}
}@media only screen and (max-width:390px), only screen and (max-height:390px) {
    .social {
    display: none;
}
}@media only screen and (max-width:350px) {
    #availability-form>span {
    display: none;
}
#nav-overlay .main-content .flex {
    width: calc(100% - 60px);
}
}.jr-insta-thumb ul li a, .jr-insta-thumb ul li a:hover {
    border: 0;
}