/* ================================================================ *\
	#Reset
\* ================================================================ */

* { padding: 0; margin: 0; outline: 0; }

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

/* ================================================================ *\
	#Base
\* ================================================================ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
    min-width: 320px;
    background: #F9F7F5;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 17px;
    line-height: 1.5;
    color: #111111;
    -webkit-font-smoothing:antialiased;
    font-weight: 400;
}

a { text-decoration: none; color: #fff; }
a:hover { text-decoration: none; }

img { border: 0; vertical-align: middle; max-width: 100%; height: auto; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

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

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

/* ================================================================ *\
	#Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

/* ------------------------------------------------------------ *\
	Main Styles
\* ------------------------------------------------------------ */
.mobile-view {
    display: none;
}

.desktop-view {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {  }

h1 {}

h2 {}

h3 {}

h4 {}

hr {
    border: 0;
    height: 1px;
    background: #d4e4f1;
}

.shell {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
}

.hover-images a:hover img,
.hover-images a img + img { display: none; }
.hover-images a:hover img + img { display: inline-block; }

.gallery-items-wrapper {
    display: none;
}

.wrapper {
    min-height: 100%;
}

.bg-image {
    display: none !important;
}

.parent-image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a {
    transition:  all 0.2s ease-in-out;
}

body.active-menu::-webkit-scrollbar {
    display: none;
}

body.active-menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */
.header {
    padding: 68px 50px 0;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    justify-content: space-between;
}

.header ul {
    list-style-type: none;
}

.header-aside {
    display: flex;
    align-items: center;
}


.logo {
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
}

.logo img:last-child {
    display: none;
}

.nav-langs {
    position: relative;
    padding-right: 36px;
    margin-right: 26px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

.nav-langs:after {
    content: '';
    width: 1px;
    height: 48px;
    background: #9E886B;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-langs ul {
    display: flex;
    align-items: center;
    column-gap: 18px;
}

.nav-langs li.active a {
    color: #D9BE9A;
}

.shrink.header {
    background: #333333;
    padding: 0;
    padding-right: 50px;
}

.shrink .btn-outline {
    height: 60px;
    width: 220px;
    background: #9E886B;
    border-color: #9E886B;
}

.shrink .btn-outline:before,
.shrink .btn-outline:after {
    display: none;
}

.shrink .nav-langs:after {
    display: none;
}

.shrink .nav-langs {
    padding-right: 0;
    margin-right: 40px;
}


.shrink .logo img:first-child {
    display: none;
}


.shrink .logo img:last-child {
    display: inline-block;
}

/* link menu */
.link-menu {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 112px;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 300;
}

.link-menu:after {
    content: '';
    width: 34px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0px;
    transition: all 0.2s;
    background: #fff;
    display: block;
}

.link-menu span {
    display: inline-block;
    width: 34px;
    min-width: 34px;
    height: 22px;
    position: relative;
    margin-left: 24px;
}

.link-menu span:before,
.link-menu span:after {
    content: '';
    background: #fff;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.2s;
    display: block;
}

.link-menu span:before {
    width: 24px;
    bottom: 10px;
}

.link-menu span:after {
    width: 14px;
    bottom: 0px;
}

@media only screen and (min-width: 1025px) {
    .link-menu:hover:after {
        width: 14px;
        right: 20px;
    }

    .link-menu:hover span:after {
        width: 34px;
    }

    .link-menu:hover {
        letter-spacing: 2px;
    }
}

/* ------------------------------------------------------------ *\
    Section Paralax
\* ------------------------------------------------------------ */
.section-paralax {
    height: 652px;
}

.section-paralax-video {
    position: relative;
}

.section-paralax-video video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.paralax-image {
    height: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.paralax-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.paralax-content {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 5;
    padding: 25px 0;
    max-width: 1054px;
}

.paralax-content a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.paralax-content a:hover ~ * {
    opacity: 0.7;
}

.paralax-content:before,
.paralax-content:after {
    content: '';
    width: 499px;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.paralax-content:before {
    top: 0;
}

.paralax-content:after {
    bottom: 0;
}

.paralax-content img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}

.paralax-content h3 {
    font-size: 68px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
}

.paralax-content h4 {
    font-size: 40px;
    font-weight: 300;
}

/* ------------------------------------------------------------ *\
    Buttons
\* ------------------------------------------------------------ */
.btn {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-outline {
    border-top: 1px solid #D9BE9A;
    border-bottom: 1px solid #d9be9a;
    position: relative;
    text-transform: capitalize;
    padding: 12px 12px;
    font-size: 18px;
    width: 182px;
    text-align: center;
}

.btn-outline:before,
.btn-outline:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #d9be9a;
    transition: all 0.2s;
    top: 0;
    bottom: 0;
}

.btn-outline:before {
    left: 0;
}

.btn-outline:after {
    right: 0;
}


.btn-outline:hover:before {
    top: 100%;
}

.btn-outline:hover:after {
    bottom: 100%;
}

.btn-outline:hover {
    letter-spacing: 2px;
}

.btn-brown {
    width: 350px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #9E886B;
    font-size: 24px;
    font-weight: 600;
}

.btn-brown:hover {
    background: #77572D;
    letter-spacing: 2px;
}

.btn-gray {
    width: 350px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #988F85;
    font-size: 24px;
    font-weight: 600;
}

.btn-gray:hover {
    background: #807870;
    letter-spacing: 2px;
}

/* ------------------------------------------------------------ *\
  Rev Slider
\* ------------------------------------------------------------ */
.rev-custom-arrows {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50px;
    bottom: 36px;
    z-index: 10;
    column-gap: 44px;
}

.intro .rev-arrow {
    transition: all 0.2s ease-in-out;
    background: url(../../assets/icons/arrow-white.svg);
    width: 30px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    opacity: 1;
    position: absolute;
}

.intro .rev-arrow.prev-slide {
    bottom: 55px;
}

.intro .rev-arrow.next-slide {
    left: 40px;
    bottom: 9px;
}


@media only screen and (min-width: 1025px) {
    .rev-arrow:hover {
        background-position: left center;
        background: url(../../assets/icons/arrow-light.svg);
        background-repeat: no-repeat;
    }
}


.intro #slide-count {
    color: #D9BE9A;
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-left: 100px;
    position: relative;
}

.intro #slide-count span:first-child {
    position: absolute;
    left: -2px;
    bottom: 10px;
}

.intro #slide-count span:last-child {
    position: absolute;
    bottom: -10px;
    right: -2px;
}

.intro #slide-count span:first-child {
    color: #fff;
}

.intro #slide-count .divider {
    position: relative;
    width: 30px;
    height: 29px;
    display: inline-block;
    background-image: url(../icons/separator.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.intro .next-slide {
    transform: rotate(180deg);
}

.intro {
    position: relative;
}

.intro.intro-small .tp-fullwidth-forcer,
.intro.intro-small {
    height: 600px !important;
}

@keyframes shrink
{
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes rotate
{
    0% { transform: rotateY(0deg); }
    50% { transform: rotateY(180deg); }
    100% { transform: rotateY(0deg); }
}

.scroll-down-arrow {
    color: #D9BE9A;
    font-size: 11px;
    font-weight: 300;
    position: absolute;
    right: 50px;
    bottom: 35px;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
}

.scroll-down-arrow span {
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    animation: shrink 4s infinite;
}

.scroll-down-arrow img {
    margin-top: 5px;
    animation:  rotate 4s infinite;
}

.rev_slider {
    overflow: visible !important;
}

.forcefullwidth_wrapper_tp_banner {
    height: 100% !important;
}

.rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/*.rev-video-media .tp-caption,*/
.rev-image-media .tp-caption {
    max-width:        1054px !important;
    margin:           0 auto !important;
    width:            auto !important;
    min-width:        0 !important;
    text-align:       center !important;
    transform:        none !important;
    transform-origin: 0 !important;
    padding: 0 25px !important;
    box-sizing: content-box ;
}

.rev-video-media a .tp-mask-wrap .tp-caption {
    min-width: 0 !important;
    width:     500px !important;
    max-width: 100% !important;
}

.rev-video-media a {
    position:    relative;
    left:        50% !important;
    margin-left: -250px;
}

.rev-image-media .tp-loop-wrap,
.rev-image-media .tp-mask-wrap,
.rev-image-media .tp-parallax-wrap {
    width: 100%;
}

.rev-image-media .tp-parallax-wrap {
    top:    0 !important;
    bottom: 50%;
    width:  100%;
    height: 100%;
}

.rev-image-media .tp-loop-wrap {
    height: 100% !important;
}

.rev_slider_wrapper .defaultimg:before {
    content:    '';
    position:   absolute;
    left:       0;
    top:        0;
    width:      100%;
    height:     100%;
    z-index:    40;
    background: rgba(0, 0, 0, 0.4);
}

.rev-image-media .tp-mask-wrap {
    top:       53%;
    transform: translateY(-50%);
    position:  relative;
    z-index:   60;
}

.rev-video-media .tp-caption > .main_caption_name,
.rev-video-media .tp-caption > a .main_caption_name,
.rev-image-media .tp-caption > .main_caption_name,
.rev-image-media .tp-caption > a .main_caption_name {
    color:       #fff !important;
    position:    relative;
    z-index:     110;
    max-width:   100%;
    white-space: normal;
    font-size:   68px !important;
    line-height: 1 !important;
    margin:      0 auto !important;
    font-weight: 400 !important;
    text-align:  center !important;
    font-family: "Cormorant", serif !important;
    text-transform: uppercase;
}

.rev-video-media .tp-caption > .main_caption_name + .main_caption_name,
.rev-video-media .tp-caption > a .main_caption_name + .main_caption_name,
.rev-image-media .tp-caption > .main_caption_name + .main_caption_name,
.rev-image-media .tp-caption > a .main_caption_name + .main_caption_name {
    font-size:      40px !important;
    font-weight:    300 !important;
    line-height:    1.2 !important;
    margin:         23px auto 0 !important;
    font-weight: 300 !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: none !important;
}

.tparrows {
    width:      45px;
    height:     16px;
    background: transparent;
    top: auto !important;
    transform: none !important;
    bottom: 59px;
    z-index: 200 !important;
    display: none !important;
}

.tparrows:hover {
    background: transparent;
}

.tp-leftarrow {
    left:      71px !important;
    right:     auto !important;

}

.tp-leftarrow:hover:before {
    background:        url(../../assets/icons/arrow-hover.svg);
    opacity:           1;
    background-size:   contain;
    background-repeat: no-repeat;
}

.tp-leftarrow:before {
    transition: all 0.2s ease-in-out;
    content:           '' !important;
    background:        url(../../assets/icons/arrow-light.svg);
    width:             45px;
    height:            16px;
    background-size:   contain;
    background-repeat: no-repeat;
    opacity:           1;
}

.tp-rightarrow {
    left:      161px !important;
}

.tp-rightarrow:hover:before {
    background:        url(../../assets/icons/arrow-hover.svg);
    width:             45px;
    height:            16px;
    opacity:           1;
    background-size:   contain;
    background-repeat: no-repeat;
}

.tp-rightarrow:before {
    transition: all 0.2s ease-in-out;
    content:           '' !important;
    background:        url(../../assets/icons/arrow-light.svg);
    width:             45px;
    height:            16px;
    background-size:   contain;
    background-repeat: no-repeat;
    opacity:           1;
    transform: rotate(-180deg);
}

/* Fullscreen menu */
/* Collapse icon */
#book-now-form-alt {
    display: none;
}

.collapse-icon {
    vertical-align: middle;
    cursor: pointer;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: relative;
    background-image: url(../icons/arrow-light.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
    margin-left: 10px;
    margin-top: 0;
    transform: rotate(-180deg);
}

.collapse-icon:not(.visible):hover {
    background-image: url(../icons/arrow-white.svg);
}

.collapse-icon.visible {
    transform: rotate(-90deg);
    background-image: url(../icons/arrow-white.svg);
}

.active-menu .fullscreen-menu {
    opacity: 1;
    visibility: visible;
}

.fullscreen-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    overflow-y: auto;
    font-weight: 400;
    z-index: 200;
    background: #fff;
    top: 60px;
    height: calc(100vh - 60px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.logo-alt {
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 13px;
}

.fullscreen-menu .cols {
    background-color: #333333;
    z-index: 10;
    min-height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-image: url(../icons/shape-7.svg);
    background-position: center 90%;
    background-repeat: no-repeat;
}

.fullscreen-menu .cols .col-2of3 {
    width: 63%;
}

.fullscreen-menu .cols .col-1of3 {
    justify-content: center;
    width: 37%;
}

.fullscreen-menu ul {
    list-style-type: none;
}


.main-nav-items {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    padding: 113px 98px 90px 20%;
}

.main-nav-items #book-now-form {
    display: none;
}

.logo-secodnary {
    display: inline-block;
    vertical-align: middle;
}

.logo-secondary:hover {
    opacity: 0.8;
}

.top-socials {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 34px;
    row-gap: 25px;
    margin-top: 30px;
    align-items: center;
}

.top-socials li {
    display: inline-block;
    vertical-align: middle;
}

.top-socials li ~ li {}

.sub-menu {
    display: none;
}

.close-menu {
    z-index: 10;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 33px;
    top: 31px;
    background-image: url(../icons/close.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.close-menu:hover {
    background-image: url(../icons/close-blue.svg);
}

.close-icon {
    display: inline-block;
    vertical-align: middle;
}


/* Nav Main */
.nav-main {
    text-transform: uppercase;
    z-index: 1;
    font-size: 48px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    font-family: "Cormorant", serif;
}

.nav-main ul {
    margin-bottom: 0;
}

.nav-main > ul > li > a {
    vertical-align: middle;
    display: inline-block;
    color: #D9BE9A;
    transition: all 0.2s ease-in-out;
}

.nav-main .sub-menu {
    padding-left: 0;
    font-size: 20px;
    text-transform: none;
    font-weight: 300;
    margin-top: 7px;
    display: none;
    font-family: "Raleway", sans-serif;
}

.nav-main .sub-menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 12px 0 0 40px;
}

.nav-main .sub-menu li a {
    color: #D9BE9A;
    transition: all 0.2s ease-in-out;
}

.nav-main > ul > li {
    position: relative;
    line-height: 1.1;
}

.nav-main > ul > li  ~ li {
    margin-top: 15px;
}

.nav-main a:hover,
.nav-main .sub-menu li.active a:first-of-type,
.nav-main > ul > li.active > a:first-of-type{
    color: #fff !important;
}

.second-nav-items {
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.second-nav-items > * {
    position: relative;
    z-index: 1;
}

.second-nav-items .col-inner {
    border-left: 1px solid #5d5d5d;
    padding: 40px 40px 40px 60px;
}

.nav-secondary {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.nav-secondary > ul > li > a {
    color: #D9BE9A;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.nav-secondary > ul > li > a:hover,
.nav-secondary > ul > li.active > a {
    color: #fff;
}

.nav-secondary > ul > li {
    line-height: 1.2;
}

.nav-secondary > ul > li ~ li {
    margin-top: 15px;
}

.nav-secondary .sub-menu {
    font-size: 20px;
}

.nav-secondary .sub-menu a {
    color: #000;
}

.nav-secondary .sub-menu li.active a,
.nav-secondary .sub-menu a:hover {
    color: #fff;
}

/* ------------------------------------------------------------ *\
  Sections
\* ------------------------------------------------------------ */
.section {}

.text-style-main {
    font-family: "Cormorant", serif;
}

/*.section-content {
    max-width: 1054px;
}*/

.section-content p ~ p {
    margin-top: 30px;
}

.section-content a {
    color: #D9BE9A;
    font-weight: 500;
    font-size: 17px;
    text-decoration: underline;
}

.section-content a:hover {
    text-decoration: none;
    color: #EFD9BD;
}

.section-gray .section-content a {
    color: #9E886B;
}

.section-gray .section-content a:hover {
    color: #807870;
}

/* section dark */
.section-dark {
    background-color: #555555;
    color: #fff;
}

.section-gray {
    background-color: #E5E3E1;
}

.section .section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.section .section-head h3 {
    color: #9E886B;
    font-size: 116px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
}

.section .section-head h4 {
    text-transform: uppercase;
    font-size: 76px;
    font-weight: 300;
    color: #111111;
    line-height: 1.1;
}

.section .section-head h5 {
    font-size: 63px;
    font-weight: 200;
    color: #111111;
    text-transform: uppercase;
    line-height: 1.1;
}

/* section helper */
.section-helper {
    text-align: center;
    padding: 107px 0 170px;
    background-image: url(../icons/shape-5.svg);
    background-position: center 230px;
    background-repeat: no-repeat;
}

.section-helper img {
    margin-bottom: 55px;
}

.section-helper .section-content {

}

/* section activities */
.section-activities {
    background: #333333;
    padding: 127px 0 170px;
}

.section.section-activities .section-head h3 {
    color: #D9BE9A;
    margin-left: -120px;
}

.section.section-activities .section-head h4 {
    color: #fff;
    font-weight: 200;
    padding-left: 120px;
}

/* section-adventures */
.section-adventures {
    padding: 170px 0 180px;
}

.section.section-adventures .section-head h3 {
    margin-left: -264px;
}

.section.section-adventures .section-head h4 {
    margin-left: -100px;
}

.section.section-adventures .section-head h5 {
    padding-left: 300px;
}

/* section ideas */
.section-ideas {
    padding-top: 150px;
}

.section.section-ideas .section-head h3 {
    margin-left: -158px;
}

.section.section-ideas .section-head h5 {
    padding-left: 282px;
}

/* section top */
.section-top {
    padding-bottom: 130px;
    margin-bottom: 100px;
    background-image: url(../icons/shape-2.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.section-top-alt {
    background-image: url(../icons/shape-3.svg);
}

.section-top.section-top-alt h3 {
    color: #555555;
}

.section-top h3 {
    color: #D9BE9A;
    font-size: 110px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-bottom: 66px;
}

.section-top .section-content {
    text-align: center;
    padding: 0 42px;
}


/* section welcome */
.section-welcome {
    padding: 270px 0 200px;
    margin-bottom: 100px;
    background-image: url(../icons/shape-1.svg);
    background-repeat: no-repeat;
    background-position: center top;
}

.section-welcome .section-head {
    margin-bottom: 50px;
}

.section-welcome .section-head h3 {
    text-transform: uppercase;
    color: #D9BE9A;
    font-weight: 300;
    font-size: 110px;
    line-height: 1;
}

.section-welcome .section-head h4 {
    line-height: 1.2;
    font-size: 76px;
    text-transform: uppercase;
    font-weight: 200;
    padding-left: 150px;
}

/* Section text */
.section-text {
    padding: 150px 0;
}

.section-text .section-content {
    padding: 0 43px;
    text-align: center;
}

/* ------------------------------------------------------------ *\
  Kareta
\* ------------------------------------------------------------ */
/* box dates */
.box-dates {
    line-height: 1;
    font-size: 32px;
    color: #9E886B;
    font-weight: 300;
    margin-left: auto;
}

.box-dates p ~ p:before {
    content: '/';
    margin: 0 6px;
}

/* box prices */
.box-prices {
    font-size: 22px;
    color: #111111;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6px;
}

.box-prices p {
    display: inline-block;
    line-height: 1.4;
    position: relative;
}

.box-prices p > span {
    font-style: italic;
}

.box-prices p.price-old {
    color: #777777;
}

.box-prices p.price-old  strong {
    position: relative;
}

.box-prices p.price-old:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: 57%;
    transform: translateY(-50%);
    background: #111;
    height: 1px;
}

.box-prices strong {
    font-size: 24px;
    font-weight: 400;
}

.box-prices strong span {
    text-transform: uppercase;
    font-size: 16px;
}

.box-bottom {
    display: flex;
    align-items: flex-end;
}

/* boxes main elements */
.boxes .box-image-wrapper {
    position: relative;
    overflow: hidden;
}

.boxes .box-image-wrapper a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.boxes .box-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.boxes .box-image-wrapper:hover .box-image {
    transform: scale3d(1.2, 1.2, 1.2);
}


.boxes h3 {
    position: relative;
}

.boxes h3:after {
    content: '';
    width: 223px;
    height: 1px;
    background: #555555;
    display: block;
    margin-top: 23px;
}

.boxes h3 a {
    color: #555555;
    transition: all 0.2s ease-in-out;
}

.boxes h3 a:hover {
    color: #9E886B;
}

/* Kareta 1 */
.boxes-type-1 {
    display: flex;
    padding: 0;
    row-gap: 100px;
    flex-direction: column;
    margin-bottom: 100px;
}

.boxes-type-1 .box {
    position: relative;
    align-items: center;
    display: flex;
}

.boxes-type-1 .box:nth-child(even) {
    padding-right: 120px;
}

.boxes-type-1 .box-label {
    font-size: 38px;
    font-weight: 300;
    color: #9E886B;
    line-height: 1;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.boxes-type-1 .box-image-wrapper {
    width: 57.3%;
    padding-bottom: 38.2%;
}

.boxes-type-1 .box-content {
    padding: 0 7%;
    flex: 1;
}

.boxes-type-1 .box-content > p {
    line-height: 1.4;
    margin-bottom: 21px;
}

.boxes-type-1 h3 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
}

.boxes-type-1 .box-content > *:last-child {
    margin-bottom: 0;
}

.boxes-type-1 .box:nth-child(even) .box-image-wrapper {
    order: 2;
    width: 55%;
    padding-bottom: 36.6%;
}

.boxes-type-1 .box:nth-child(even) .box-content {
    order: 1;
}

/* Kareta 2*/
.boxes-type-2 {
    display: flex;
    padding: 0;
    row-gap: 100px;
    margin-bottom: 100px;
    flex-wrap: wrap;
    padding: 0 8.4%;
    column-gap: 8%;
}

.boxes-type-2 .box {
    position: relative;
    width: 45.95%;
}

.boxes-type-2 .box-label {
    font-size: 38px;
    font-weight: 300;
    color: #9E886B;
    line-height: 1;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.boxes-type-2 .box-image-wrapper {
    padding-bottom: 66.5%;
    margin-bottom: 18px;
}

.boxes-type-2 .box-content {
    padding: 0 7%;
    font-size: 15px;
}

.boxes-type-2 .box-content > p {
    line-height: 1.4;
    margin-bottom: 21px;
}

.boxes-type-2 h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.boxes-type-2 h3:after {
    background: #9E886B;
}

.boxes-type-2 .box-content > *:last-child {
    margin-bottom: 0;
}

.boxes-type-2 .box-dates {
    margin-left: 75px;
}

.boxes-type-2 .box-dates:only-child {
    margin-left: auto;
}

/* Kareta 3*/
.boxes-type-3 {
    display: flex;
    flex-direction: column;
    padding: 0;
    row-gap: 100px;
    margin-bottom: 100px;
    flex-wrap: wrap;
    padding: 0 7%;
    column-gap: 8%;
}

.boxes-type-3.slick-initialized {
    display: block;
    padding: 0 100px;
    margin-bottom: 0;
}

.boxes-type-3 .box {
    position: relative;
    width: 100%;
}

.boxes-type-3 .box-label {
    font-size: 38px;
    font-weight: 300;
    color: #9E886B;
    line-height: 1;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.boxes-type-3 .box-image-wrapper {
    padding-bottom: 49.45%;
    margin-bottom: 0px;
}

.boxes-type-3 .box-content {
    padding: 80px 56px;
    z-index: 30;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    width: 510px;
    background: rgba(255, 255, 255, 0.9);
}

.boxes-type-3 .box-content > p {
    line-height: 1.4;
    margin-bottom: 21px;
}

.boxes-type-3 h3 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
}

.boxes-type-3 .box-content > *:last-child {
    margin-bottom: 0;
}

.boxes-type-3 .box-dates {
    color: #555555;
}

/* Kareta 4*/
.boxes-type-4 {
    display: flex;
    padding: 0;
    row-gap: 100px;
    margin-bottom: 100px;
    flex-wrap: wrap;
    padding: 0 8%;
    column-gap: 3%;
}

.boxes-type-4 .box {
    position: relative;
    width: 31%;
}

.boxes-type-4 .box-label {
    font-size: 36px;
    font-weight: 300;
    color: #D9BE9A;
    line-height: 1;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.boxes-type-4 .box-image-wrapper {
    padding-bottom: 100%;
    margin-bottom: 18px;
}

.boxes-type-4 .box-content {
    padding: 0 7%;
    color: #fff;
    font-size: 15px;
}

.boxes-type-4 .box-content > p {
    line-height: 1.4;
    margin-bottom: 21px;
}

.boxes-type-4 h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.boxes-type-4 h3 a {
    color: #fff;
}

.boxes-type-4 h3:after {
    background: #D9BE9A;
}

.boxes-type-4 .box-content > *:last-child {
    margin-bottom: 0;
}


.boxes-type-4 .box-prices {
    color: #fff;
    font-size: 19px;
}

.boxes-type-4 .box-prices strong {
    font-size: 21px;
}

.boxes-type-4 .box-prices strong span {
    font-size: 13px;
}

.boxes-type-4 .box-prices p.price-old {
    color: #D9BE9A;
}

.boxes-type-4 .box-prices p.price-old:before {
    background: #fff;
}

.boxes-type-4 .box-dates {
    color: #D9BE9A;
    font-size: 28px;
}

.boxes-type-4 .box-dates:only-child {
    margin-left: 0;
}


/* Breadcrumbs */
.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    font-size: 14px;
    font-weight: 400;
    color: #988F85;
    padding-top: 20px;
    margin-bottom: 60px;
}

.breadcrumbs li {
    position: relative;
}

.breadcrumbs li ~ li:before {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 6px;
}

.breadcrumbs a {
    color: #988F85;
}

.breadcrumbs a:hover {
    color: #77572D;
}


/* ------------------------------------------------------------ *\
  Filters wrapper
\* ------------------------------------------------------------ */
.filters-wrapper {
    position: relative;
    z-index: 5;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 86px;
    margin-top: 120px;
    margin-bottom: -30px;
}

.filters-wrapper ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    column-gap: 56px;
}


.filters-wrapper ul li a {
    color: #988F85;
    display: block;
    transition: all 0.2s ease-in-out;
    line-height: 1;
}

.filters-wrapper ul li.active a,
.filters-wrapper ul li a:hover {
    color: #555555;
}

.filter-arrow {
    position: relative;
    top: 10px;
    width: 30px;
    height: 38px;
    background-image: url(../icons/arrow-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    transition: all 0.2s ease-in-out;
}

.filter-prev {}

.filter-next {
    transform: rotate(180deg);
}

.filter-arrow:hover {
    background-image: url(../icons/arrow-light.svg);
    background-position: left center;
}

/* gallery-elements */
.gallery-elements {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5.5%;
    column-gap: 4.58%;
    row-gap: 100px;
    margin-bottom: 115px;
}

.gallery-elements .gallery-item {
    width: 30.28%;
    position: relative;
}

.gallery-elements .gallery-content {
    padding: 0 60px 0 20px;
}

.gallery-elements .gallery-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 12px;
    overflow: hidden;
}

.gallery-elements .gallery-image-wrapper a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.gallery-elements .gallery-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}

.gallery-elements .gallery-image-wrapper:hover .gallery-image {
    transform: scale3d(1.3, 1.3, 1.3);
}

.gallery-elements h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.gallery-elements h3 a {
    color: #555555;
    transition: all 0.2s ease-in-out;
}

.gallery-elements h3 a:hover {
    color: #9E886B;
}

.map-wrapper {
    padding: 0 11.5%;
    height: 406px;
    margin-bottom: 110px;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
}


/* Contacts form */
.form-wrapper-contacts.form-wrapper {
    position: relative;
    margin-bottom: 140px;
    padding: 0;
}

.form-wrapper-contacts .form-wrapper .shell {
    max-width: 1100px;
}

.form-wrapper-contacts .form-title {
    font-size: 60px;
    color: #555555;
    text-align: center;
    margin-bottom: 45px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
}

.form-wrapper-contacts .form-row {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #C1BBB5;
    padding-bottom: 4px;
}

#contact-form .form-col .form-row {
    margin-top: 0;
}

#contact-form .submit-button {
    font-size: 24px;
    font-weight: 600;
    background: #988F85;
    color: #fff;
    border: 0;
    outline: none;
    width: 285px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

#contact-form .submit-button:hover {
    background: #807870;
    letter-spacing: 2px;
}

#contact-form .form-row .input-container {
    flex-grow: 1;
}

.form-wrapper-contacts .checkboxes-outer {
    text-align: center;
}

.checkboxes-outer .checkboxes-wrapper {
    display: inline-block;
    margin-top: 70px;
    text-align: left;
}

#contact-form .form-label {
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    color: #988F85;
    text-transform: lowercase;
    margin-right: 20px;
    line-height: 1;
    white-space: nowrap;
}

#contact-form .form-row ~ .form-row {
    margin-top: 48px;
}

#contact-form .form-row .input-container input {
    width: 100%;
    border: 0;
    background: transparent;
    font-size: 24px;
    color: #555555;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}


.form-wrapper-contacts .form-row-textarea {
    display: block;
    border: 0;
}

.form-wrapper-contacts .form-row-textarea + .checkboxes-wrapper {
    display: none;
}

.form-wrapper-contacts .form-row-textarea .form-label {
    position: static;
    margin-bottom: 5px;
    display: block;
}

.form-wrapper-contacts .form-row-textarea textarea {
    border: 1px solid #C1BBB5;
    height: 208px;
    background: transparent;
    width: 100%;
    font-size: 15px;
    padding: 14px;
    line-height: 1.4;
    color: #555555;
    font-weight: 400;
}

#contact-form .form-actions {
    margin-top: 90px;
    text-align: center;
}

#contact-form .form-actions .recaptcha-wrapper {
    transform: scale(0.95) !important;
    position: relative;
    left: -9px;
    margin-top: 26px;
    margin-bottom: 63px;
}

#contact-form .form-row-textarea .form-label {
    padding-bottom: 4px;
    display: inline-block;
}

.form-wrapper-contacts .form-buttons {
    text-align: center;
    margin-top: 88px;
}

.form-wrapper-contacts .recaptcha-wrapper {
    margin-top: 50px;
}

#contact-form .form-cols {
    display: flex;
    width: 100%;
}

#contact-form .form-col {
    flex-basis: 50%;
}

#contact-form .form-col ~ .form-col {
    margin-left: 100px;
}

/* Checkboxes */
.checkboxes-wrapper {
    display: inline-block;
    text-align: left;
}

.checkboxes-wrapper .checkbox-wrapper {
    display: block;
}

.checkbox-wrapper {
    position: relative;
    cursor: pointer;
    padding-left: 32px;
    font-size: 16px;
}

.checkbox-wrapper ~ .checkbox-wrapper {
    margin-top: 7px;
}

.checkbox-wrapper input {
    visibility: hidden;
    height: 0;
    width: 0;
    display: none;
}

.checkbox-wrapper a {
    display: inline-block;
    margin-top: 0;
    position: relative;
    top: 0;
    transition: all 0.2s ease-in-out;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
    color: #9E886B;
}

.checkbox-wrapper a:hover {
    text-decoration: none;
}

.checkbox-wrapper .check-text {
    display: inline-block;
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
    transition: all 0.2s ease-in-out;
}

.checkbox-wrapper .checkmark {
    position: absolute;
    left: 0px;
    top: 2px;
    height: 20px;
    width: 20px;
    border: 1px solid #C1BBB5;
    background: transparent;
}

.checkbox-wrapper input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-wrapper .checkmark:after {
    display: none;
    content: '';
    width: 10px;
    height: 10px;
    background: #9E886B;
    position: absolute;
    left: 4px;
    top: 4px;
}


/* ------------------------------------------------------------ *\
  Sliders
\* ------------------------------------------------------------ */
.slick-arrow {
    transition: all 0.2s ease-in-out;
    background: url(../../assets/icons/arrow-dark.svg);
    width: 30px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    opacity: 1;
    position: absolute;
    border: 0;
    font-size: 0;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-arrow.slick-next {
    margin-top: 50px;
    left: 85px;
    transform: translateY(-50%) rotate(180deg);
}

@media only screen and (min-width: 1025px) {
    .slider-activities .slick-arrow:hover,
    .slick-arrow:hover {
        background-position: left center;
        background: url(../../assets/icons/arrow-light.svg);
        background-repeat: no-repeat;
    }
}


/* Slider activities */
.slider-activities.slick-initialized.boxes-type-4 {
    padding-right: 0;
    padding-left: 165px;
    margin: 0;
}

.slider-activities .slick-arrow {
    background: url(../../assets/icons/arrow-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.slider-activities.slick-initialized .slick-list {
    margin-left: -53px;
}

.slider-activities.slick-initialized .box {
    margin-left: 53px;
    width: auto;
}

/* slider adventures */
.slider-adventures.slick-initialized.boxes-type-2 {
    padding-right: 0;
    padding-left: 165px;
    margin: 0;
}

.slider-adventures.slick-initialized .slick-list {
    margin-left: -58px;
}

.slider-adventures.slick-initialized .box {
    margin-left: 58px;
    width: auto;
}

/* slider ideas */
.slider-ideas .slick-arrow.slick-prev {
    left: 40px;
}

.slider-ideas .slick-arrow.slick-next {
    left: auto;
    right: 40px;
    margin: 0;
}

/* ------------------------------------------------------------ *\
  Booking dates
\* ------------------------------------------------------------ */
.section-booking-dates {
    text-align: center;
    background: #333333;
    padding:    18px 0;
}

.section-booking-dates .form-row {
    display:        inline-block;
    vertical-align: middle;
    position:       relative;
    border: 0;
    margin-top: 0;
    font-family: "Raleway", sans-serif;
}

.section-booking-dates .box-date-calendar .input-container:after {
    content:        '';
    width: 28.9px;
    height: 30.76px;
    background-image: url(../../assets/icons/calendar.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -12px;
    z-index: 0;
}

.section-booking-dates .form-body {
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5%;
    flex-wrap: wrap;
    row-gap: 20px;
}

.section-booking-dates .form-row ~ .form-row {
    /*    margin-left: 90px;*/
}

.section-booking-dates .box-actions {
    display: inline-block;
    vertical-align: middle;
}

.section-booking-dates .form-label {
    font-size:      15px;
    font-weight: 300;
    color:          #fff;
    display: block;
    vertical-align: bottom;
    text-align: left;
    line-height: 1.1;
}

.section-booking-dates .input-container {
    display: inline-block;
    position: relative;
}

#form-availability .submit-button {
    font-size:      16px;
    color:          #fff;
    border:         1px solid #9E886B;
    font-weight: 700;
    background:     transparent;
    transition:     all 0.2s ease-in-out;
    border-radius: 0;
    width: 200px;
    height: 38px;
}

#form-availability .submit-button:hover {
    border-color: #9E886B;
    background: #9E886B;
}

.ui-datepicker {
    z-index: 400 !important;
}

.section-booking-dates input {
    display:        inline-block;
    vertical-align: bottom;
    border:         0;
    font-size:      17px;
    color:          #fff;
    max-width: 230px;
    font-weight: 600;
    cursor:         pointer;
    background: transparent;
    z-index: 10;
    position: relative;
}

.section-booking-dates input::-webkit-input-placeholder {
    color:     #fff;
    font-size: 18px;
}

.section-booking-dates input:-ms-input-placeholder {
    color:     #fff;
    font-size: 18px;
}

.section-booking-dates input::placeholder {
    color:     #fff;
    font-size: 18px;
}

/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */
.footer {
    padding: 139px 0 53px;
    background-color: #111111;
    background-image: url(../icons/shape-6.svg);
    background-position: 100px top;
    background-repeat: no-repeat;
}

.footer ul {
    list-style-type: none;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.footer .aside {
    text-align: center;
    font-size: 20px;
}

.footer .aside p ~ p {
    margin-top: 23px;
}

.footer .aside a span {
    color: #9E886B;
    font-weight: 600;
    font-size: 24px;
}

.footer .aside a:hover {
    color: #EFD9BD;
}

.footer .aside a:hover span {
    color: #fff;
}

.logo-footer {
    margin-bottom: 70px;
    display: block;
}

.footer-nav {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 70px;
}

.footer-nav ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    gap: 130px;
    line-height: 1.2;
}

.footer-nav ul li ~ li {
    margin-top: 14px;
}

.footer-nav a {
    position: relative;
}

.footer-nav a:before {
    content: '';
    height: 1px;
    width: 0;
    background: #D9BE9A;
    position: absolute;
    left: 0;
    top: 100%;
    transition: all 0.2s;
}

.footer-nav li.active a,
.footer-nav a:hover {
    color: #D9BE9A;
}

.footer-nav li.active a:before,
.footer-nav a:hover:before {
    width: 100%;
}

.footer-socials {
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.footer-socials {
    margin-bottom: 40px;
}

.footer-socials a {
    display: inline-block;
}

.footer-links {
    display: flex;
    font-size: 15px;
    margin-bottom: 24px;
    column-gap: 60px;
}

.footer-links a {
    color: #9E886B;
}

.footer-links li.active a,
.footer-links a:hover {
    color: #fff;
}

.credits {
    color: #9E886B;
    font-size: 15px;
}

.credits a {
    font-weight: 700;
    color: #D9BE9A;
}

.credits a:hover {
    color: #fff;
}

/* 02 page content */
.page-content {
    font-size: 17px;
    color: #111;
    margin-bottom: 140px;
}

.page-content.page-content-prod {
    margin-bottom: 80px;
}

.page-content > *:last-child,
.page-content .article > *:last-child,
.page-content .shell > *:last-child {
    margin-bottom: 0;
}

.page-content .section-animated-image {
    padding: 0;
    background-image: none;
    margin-bottom: 104px;
}

.page-content .article .page-price {
    margin-bottom: 90px;
}

.product-info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 7.4%;
    margin-bottom: 80px;
    color: #006768;
}

.product-info .box {
    width: 28.4%;
    padding: 16px 18px;
}

.product-info h4 {
    font-size: 24px;
    color: #00D5C7;
    margin-bottom: 6px;
    font-style: italic;
    font-weight: 400;
}

.product-info p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -1px;
}

.page-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 130px;
    margin-top: 90px;
}

.article {
    margin-bottom: 75px;
}

.article:last-of-type {
    margin-bottom: 0;
}

.article > *:last-child {
    margin-bottom: 0;
}

.article > p {
    margin-bottom: 65px;
    line-height: 1.55;
}

.article a {
    color: #9E886B;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

.article a:hover {
    text-decoration: none;
}

.article > div >  a {
    color: #9E886B;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

.article > div >  a:hover {
    text-decoration: none;
}

.article h3 {
    color: #111;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.2;
}

.page-content .icons-wrapper + p {
    margin-top: 70px;
}

.article > ol {
    margin-bottom: 70px;
    padding-left: 40px;
    counter-reset: item;
    list-style-type: none;
    font-weight: 400;
    font-size: 17px;
}

.article > ol li {
    position: relative;
}

.article > ol li:before {
    display: inline-block;
    content: counter(item) ".";
    counter-increment: item;
    margin-left: -20px;
    color: #9E886B;
    margin-right: 7px;
    font-weight: 400;
    font-size: 17px;
}

.article p + ol,
.article p + ul {
    margin-top: -55px;
}

.article ul {
    list-style-type: none;
}

.article > ul {
    padding-left: 40px;
    margin-bottom: 70px;
    font-weight: 400;
    font-size: 17px;
}

.article > ol + ul,
.article > ul + ol {
    margin-top: -55px;
}

.article ul li {
    position: relative;
}

.article > ul li:before {
    content: '';
    position: absolute;
    left: -19px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9E886B;
}

.catalog-wrapper {
    margin-bottom: 60px;
}

/* page nav */
.page-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    column-gap: 40px;
}

.page-nav a {
    width:      40px;
    height:     40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    position: relative;
    background: #444444;
}

.page-nav a:after {
    content:           '';
    position: relative;
    z-index: 1;
    background:        url(../../assets/icons/arrow-white.svg);
    width:             9.44px;
    height:            18px;
    background-size:   cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-nav .page-next {
    transform: rotate(180deg);
}

.page-nav a:hover {
    background: #807870;
}


/* List icons */
.list-icons {
    list-style-type: none;
    display:         flex;
    flex-wrap:       wrap;
    margin: 0 auto 55px;
    justify-content: center;
    column-gap: 37px;
    row-gap: 45px;
    max-width: 1260px;
    align-items: flex-end;
}

.list-icons li {
    width:      90px;
    position:   relative;
    text-align: center;
}

.list-icons li a {
    position: absolute;
    left:     0;
    top:      0;
    width:    100%;
    height:   100%;
    z-index:  50;
}

.list-icons img {
    transition: all 0.2s ease-in-out;
}

.list-icons li > p {
    line-height: 1.1;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.list-icons li:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.list-icons li:hover > p {
    color: #EF5729;
}

.list-icons .list-tooltip {
    position:         absolute;
    visibility:       hidden;
    opacity:          0;
    bottom:           120%;
    width:            180px;
    background-color: #807870;
    color:            #fff;
    font-size:        13px;
    line-height:      1.1;
    padding:          14px 8px;
    z-index:          50;
    text-align:       center;
}

.icons-wrapper-alt .list-icons .list-tooltip {
    bottom: 144%;
}

.top-center {
    transform: translateX(-50%);
    left:      50%;
}

.list-icons .list-tooltip:after {
    content:      '';
    position:     absolute;
    top:          100%;
    width:        0;
    height:       0;
    border-style: solid;
    border-width: 12.8px 8px 0 8px;
    border-color: #807870 transparent transparent transparent;
}

.list-icons .list-tooltip.top-center:after {
    left:      50%;
    transform: translateX(-50%);
}

.list-icons .list-tooltip.top-left:after {
    transform: none;
    left:      50px;
}

.list-icons .list-tooltip.top-right:after {
    transform: none;
    left:      auto;
    right:     50px;
}

.list-icons .list-tooltip h4 {
    color:          #fff;
    font-weight:    400;

    font-size:      14px;
    text-transform: uppercase;
    margin-bottom:  6px;
}

.list-icons .list-tooltip p {
    font-weight: 300;
    font-size: 13px;
}

.list-icons li:hover .list-tooltip {
    visibility: visible;
    opacity:    1;
    visibility: visible;
}

/* Lists Logos */
.list-logos {
    text-align:    center;
    margin-bottom: 40px;
}

.list-logos ul {
    list-style-type: none;
}

.list-logos ul li {
    display:        inline-block;
    vertical-align: middle;
    margin:         0 24px 50px;
}

.list-logos ul li a {
    display: block;
}

.list-logos ul li a img {
    transition: all 0.3s ease-in-out;
    max-height: 150px;
    width: auto;
}

.list-logos ul li a:hover img {
    transform: scale(1.1);
}

.page-head {
    text-align: center;
    position: relative;
    margin: 0 auto 80px;
}

.page-head h2 {
    font-size: 60px;
    color: #111111;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
}

.page-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 40px;
}

.page-dates {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #9E886B;
    font-weight: 300;
}

.page-price {
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
    font-size: 29px;
}

.page-price .price > span {
    font-style: italic;
    font-family: "Cormorant", serif;
}

.page-price .price.price-old {
    color: #807870;
    position: relative;
}

.page-price .price.price-old .wrapper-price {
    color: #807870;
}

.page-price .price {
    display: flex;
    align-items: baseline;
    column-gap: 12px;
}

.page-price .wrapper-price {
    position: relative;
    color: #111111;
}

.page-price .price.price-old:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: 50%;
    height: 1px;
    background: #413931;
}

.page-price .wrapper-price strong {
    font-size: 33px;
    font-weight: 400;
}

.page-price .wrapper-price span {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
}

/* List links alt*/
/*a.inserted-file:first-of-type {
    margin-top: -40px !important;
}
*/
a.inserted-file {
    font-style: normal !important;
    color: #555555 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    position: relative;
    margin-left: 90px;
    transition: all 0.2s ease-in-out !important;
    display: inline-block !important;
}

a.inserted-file:before {
    content: '';
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -45px;
    top: -5px;
    background-size: contain;
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
}

a.inserted-file ~ a.inserted-file {
    margin-top: 20px;
}

.inserted-file:hover {
    color: #77572D !important;
}

a.inserted-file[href$='.doc']::before,
a.inserted-file[href$='.docx']::before,
a.inserted-file[href$='.odt']::before,
a.inserted-file[href$='.txt']::before {
    background-image: url(../../assets/icons/page_actions/action-2.svg);
}

a.inserted-file[href$='.doc']:hover::before,
a.inserted-file[href$='.docx']:hover::before,
a.inserted-file[href$='.odt']:hover::before,
a.inserted-file[href$='.txt']:hover::before {
    background-image: url(../../assets/icons/page_actions/action-2-alt.svg);
}


a.inserted-file[href$='.xlsx']::before,
a.inserted-file[href$='.xls']::before {
    background-image: url(../../assets/icons/page_actions/action-3.svg);
}

a.inserted-file[href$='.xlsx']:hover::before,
a.inserted-file[href$='.xls']:hover::before {
    background-image: url(../../assets/icons/page_actions/action-3-alt.svg);
}

a.inserted-file[href$='.pdf']::before {
    background-image: url(../../assets/icons/page_actions/action-1.svg);
}

a.inserted-file[href$='.pdf']:hover::before {
    background-image: url(../../assets/icons/page_actions/action-1-alt.svg);
}

a.inserted-file[href$='.pptx']::before {
    background-image: url(../../assets/icons/page_actions/action-4.svg);
}

a.inserted-file[href$='.pptx']:hover::before {
    background-image: url(../../assets/icons/page_actions/action-4-alt.svg);
}


/* THUMBS */
.list-thumbnails {
    margin-bottom: 80px;
}

.list-thumbnails ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 65px;
    row-gap: 80px;
    justify-content: center;
}

.list-thumbnails li {
    display: inline-block;
    vertical-align: top;
}

.list-thumbnails .thumbnail-image {
    height: 350px;
    overflow: hidden;
}

.list-thumbnails .thumbnail-image a {
    height: 100%;
    width: auto;
}

.list-thumbnails .thumbnail-image:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.list-thumbnails a {
    font-size: 17px;
    text-decoration: none !important;
    line-height: 1.4;
}

.list-thumbnails .thumbnail-image + a {
    margin-top: 10px;
    text-align: left;
}

.list-thumbnails .thumbnail-image img {
    height: 100%;
    width: auto;
    transition: all 0.4s ease-in-out;
}


/* Slider images */
.slider-gallery-images {
    padding: 0 120px;
    margin: 0 auto 94px;
    position: relative;
    height: 580px;
}

.slider-gallery-images .slick-track,
.slider-gallery-images .slick-list,
.slider-gallery-images .slider-images {
    height: 100%;
}

.slider-gallery-images .slick-slide img {
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.slider-gallery-images .slick-slide a {
    height: 100%;
    display: block;
}

/* OLD */

.slider-images .slick-prev {
    left: -100px;

}

.slider-images .slick-next {
    left: -60px;
}
/* OLD  */
.paging-info {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    right: 10px;
    bottom: 0px;
    color: #555555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.paging-info span {
    position: relative;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
}

.paging-info span:first-child {
    position: relative;
    top: -8px;
    right: -8px;
}

.paging-info span:last-of-type {
    font-weight: 400;
    color: #9E886B;
    position: relative;
    top: 8px;
    left: -8px;
}

.paging-info .divider {
    color: #9E886B;
    font-size: 47px;
    font-weight: 100;
}


.page-gallery {
    padding: 0 100px;
    margin-bottom: 133px;
}

.scroll-top {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #444444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.scroll-top:hover {
    background: #807870;
}

.scroll-top img {
    transition: all 0.2s;
}

.scroll-top:hover img {
    transform: rotateY(180deg);
}

/* Book now form */
.form-wrapper-book-now {
    padding-top: 120px;
    position: relative;
    margin-bottom: 150px;
}

.form-row-half {
    width: 45%;
}

.form-wrapper-book-now form .form-col .form-row {
    margin-top: 0;
}


.form-wrapper-book-now form .form-row .input-container {
    flex-grow: 1;
}

.form-wrapper-book-now form .form-label {
    white-space: nowrap;
    font-size: 26px;
    color: #555;
    margin-right: 14px;
    font-style: italic;
    font-family: "Cormorant", serif;
}

.form-wrapper-book-now .form-row-textarea {
    width: 100%;
}

.form-wrapper-book-now .form-row:not(.form-row-textarea) {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C1BBB5;
    padding-bottom: 5px;
}

.form-wrapper-book-now form .form-row:nth-child(2n) ~ .form-row {
    margin-top: 37px;
}

.form-wrapper-book-now form .form-row .input-container input {
    width: 100%;
    border: 0;
    padding: 0 0 0 10px;
    background: transparent;
    font-size: 24px;
    color: #555;
    font-weight: 700;
}

.form-wrapper-book-now form .submit-button {
    font-size: 24px;
    font-weight: 600;
    background: #988F85;
    color: #fff;
    border: 0;
    outline: none;
    width: 285px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.form-wrapper-book-now form .submit-button:hover {
    background: #807870;
    letter-spacing: 2px;
}

.form-wrapper-book-now .form-row-textarea textarea {
    border: 1px solid #c1bbb5;
    min-height: 208px;
    background: transparent;
    width: 100%;
    font-size: 15px;
    padding: 20px;
    line-height: 1.4;
    color: #555555;
    font-weight: 400;
    resize: vertical;
}

.form-wrapper-book-now form .form-actions {
    margin-top: 45px;
    text-align: center;
}

.form-wrapper-book-now form .form-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-wrapper-book-now form .form-actions .recaptcha-wrapper {
    transform: scale(0.95) !important;
    position: relative;
    left: -9px;
    margin-top: 26px;
    margin-bottom: 63px;
}

.form-wrapper-book-now form .form-row-textarea .form-label {
    padding-bottom: 6px;
    display: block;
}

.form-wrapper-book-now form .form-cols {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.form-wrapper-book-now form .form-col {
    width: 45%;
}

.form-wrapper-book-now form .form-col ~ .form-col {
    margin-left: auto;
}

.form-wrapper-book-now form .btn-main {
    width: 280px;
    padding: 10px 0;
}

.form-wrapper-book-now .form-row.form-row-actions {
    width: 100%;
    border: 0;
}


.form-wrapper-book-now .form-actions {
    margin-left: auto;
}

.form-wrapper-book-now .checkboxes-outer .checkboxes-wrapper {
    margin-top: 0;
}

.form-wrapper-book-now .checkbox-wrapper ~ .checkbox-wrapper {
    margin-top: 20px;
}


.section-bottom {
    margin-bottom: 152px;
    color: #111111;
    font-size: 17px;
    font-weight: 400;
}

.section-bottom ul {
    list-style-type: none;
}

.section-bottom ul li {
    position: relative;
    padding-left: 20px;
}

.section-bottom .section-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9E886B;
}

/* ------------------------------------------------------------ *\
  Media Queries
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
    .boxes-type-3 .box-content {
        padding: 36px 18px;
    }

    .boxes-type-3 h3 {
        font-size: 30px;
    }

    .boxes-type-3 .box-label {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .boxes-type-3 .box-content > p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1150px) {
    .box-dates {
        font-size: 26px;
    }

    .box-prices {
        font-size: 18px;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media only screen and (max-width: 1024px) {
    .paralax-image {
        background-attachment: unset;
    }

    .page-actions {
        column-gap: 50px;
    }

    .boxes-type-3 .box-content {
        position: static;
        transform: none;
        width: 100%;
    }

    .section .section-head h3 {
        font-size: 60px;
    }

    .section .section-head h4 {
        font-size: 50px;
    }

    .paralax-content {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .section-welcome {
        background-size: contain;
        padding: 170px 0 100px;
    }

    .section-welcome .section-head h3 {
        font-size: 60px;
    }

    .section-welcome .section-head h4 {
        font-size: 42px;
        padding-left: 100px;
    }


    .nav-main {
        font-size: 32px;
    }

    .nav-secondary {
        font-size: 26px;
    }

    .main-nav-items {
        padding-left: 40px;
        padding-right: 20px;
    }

    .fullscreen-menu .cols .col-2of3 {
        width: 57%;
    }

    .fullscreen-menu .cols .col-1of3 {
        width: 43%;
    }

    .rev-video-media .tp-caption > .main_caption_name, .rev-video-media .tp-caption > a .main_caption_name, .rev-image-media .tp-caption > .main_caption_name, .rev-image-media .tp-caption > a .main_caption_name {
        font-size: 52px !important;
    }

    .rev-video-media .tp-caption > .main_caption_name + .main_caption_name, .rev-video-media .tp-caption > a .main_caption_name + .main_caption_name, .rev-image-media .tp-caption > .main_caption_name + .main_caption_name, .rev-image-media .tp-caption > a .main_caption_name + .main_caption_name {
        font-size: 32px !important;
    }

    .section.section-ideas .section-head h5 {
        font-size: 42px;
    }
}


@media only screen and (max-width: 960px) {
    .filters-wrapper ul {
        column-gap: 26px;
    }

    .filters-wrapper {
        column-gap: 40px;
    }

    .footer-content {
        column-gap: 30px;
    }

    .header {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px;
    }

    .logo {
        max-width: 120px;
    }

    .section-booking-dates .box-actions {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .boxes-type-1 .box-content {
        padding: 0 3%;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media only screen and (max-width: 767px) {
    .nav-langs {
        display: none;
    }

    .header {
        padding: 20px 20px 0;
    }

    .btn-outline {
        padding: 0;
        width: auto;
        height: auto;
        border: 0;
    }

    .btn-outline:before,
    .btn-outline:after {
        display: none;
    }

    .btn {
        font-size: 16px;
    }

    .link-menu {
        font-size: 14px;
    }

    .link-menu span {
        margin-left: 12px;
    }

    .rev-video-media .tp-caption > .main_caption_name, .rev-video-media .tp-caption > a .main_caption_name, .rev-image-media .tp-caption > .main_caption_name, .rev-image-media .tp-caption > a .main_caption_name {
        font-size: 36px !important;
    }

    .rev-video-media .tp-caption > .main_caption_name + .main_caption_name, .rev-video-media .tp-caption > a .main_caption_name + .main_caption_name, .rev-image-media .tp-caption > .main_caption_name + .main_caption_name, .rev-image-media .tp-caption > a .main_caption_name + .main_caption_name {
        font-size: 26px !important;
    }

    .logo {
        top: 63px;
    }

    .rev-custom-arrows {
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }

    .intro #slide-count {
        margin-left: auto;
    }

    .scroll-down-arrow {
        display: none;
    }

    .intro .rev-arrow.prev-slide,
    .intro .rev-arrow.next-slide,
    .intro .rev-arrow {
        bottom: 0px;
    }

    .intro .rev-arrow.prev-slide {
        margin-left: -80px;
    }

    .intro .rev-arrow.next-slide {
        left: 0;
        margin-left: 80px;
    }

    .shrink #book-now-form,
    .shrink .btn-outline {
        display: none;
    }

    .shrink .logo {
        position: static;
        transform: none;
    }

    .shrink .link-menu {
        font-size: 0;
        width: 34px;
    }

    .shrink.header {
        padding: 15px 24px;
    }

    .shrink .nav-langs {
        display: inline-block;
        margin: 0;
        margin-left: auto;
        margin-right: 30px;
        font-size: 15px;
    }

    .link-menu:after {
        top: 2px;
    }

    .link-menu span:before {
        bottom: 10px;
    }

    .link-menu span:after {
        bottom: 2px;
    }

    .active-menu.link-menu,
    .active-menu.link-menu span {
        width: 24px;
        min-width: 24px;
    }

    .active-menu.link-menu span  {
        margin-left: 0;
    }

    .active-menu.link-menu:after {
        display: none;
    }

    .active-menu.link-menu span:after,
    .active-menu.link-menu span:before {
        width: 24px;
    }

    .active-menu.link-menu span:after {
        -webkit-transform: rotate(-45deg) translate(5px, -8px);
        -ms-transform: rotate(-45deg) translate(5px, -8px);
        -moz-transform: rotate(-45deg) translate(5px, -8px);
        transform: rotate(-45deg) translate(5px, -8px);
    }

    .link-menu.active-menu span:after {
        top: 18px;
    }

    .active-menu.link-menu span:before {
        -webkit-transform: rotate(45deg) translate(5px, 8px);
        -ms-transform: rotate(45deg) translate(5px, 8px);
        -moz-transform: rotate(45deg) translate(5px, 8px);
        transform: rotate(45deg) translate(5px, 8px);
    }

    .link-menu.active-menu span:before {
        top: 0px;
    }

    #book-now-form-alt {
        display: block;
    }

    .section-booking-dates {
        display: none;
    }

    .section-welcome {
        background-image: url(../icons/shape-6.svg), url(../icons/shape-8.svg);
        background-repeat: no-repeat;
        background-position: center top, center 81px;
        background-size: contain, 76%;
        margin-bottom: 50px;
    }

    .section-welcome .shell {
        padding: 0 40px;
    }

    .section-welcome .section-head {
        margin-bottom: 25px;
    }

    .section-welcome .section-head h3 {
        font-size: 48px;
    }

    .section-welcome .section-head h4 {
        font-size: 32px;
        padding-left: 0;
        margin-top: 10px;
    }

    body {
        font-size: 15px;
    }

    .boxes:not(.slick-slider) {
        flex-direction: column;
    }

    .boxes .box {
        flex-direction: column;
    }

    .boxes-type-1 {
        padding: 0 24px;
        row-gap: 80px;
    }

    .boxes-type-1 .box-image-wrapper {
        width: 100%;
        padding-bottom: 66.56%;
        margin-bottom: 16px;
    }

    .boxes-type-1 .box-label {
        font-size: 26px;
        margin-bottom: 14px;
    }

    .boxes-type-1 h3 {
        font-size: 24px;
    }

    .boxes h3:after {
        width: 136px;
    }

    .boxes-type-4 .box-prices,
    .box-prices {
        font-size: 17px;
    }

    .boxes-type-4 .box-prices strong,
    .box-prices strong {
        font-size: 18px;
    }

    .boxes-type-4 .box-prices strong span,
    .box-prices strong span {
        font-size: 13px;
    }

    .boxes-type-4 .box-dates,
    .box-dates {
        font-size: 20px;
    }

    .boxes-type-1 .box-content {
        padding: 0;
    }

    .boxes-type-1 .box:nth-child(even) {
        padding-right: 0;
    }

    .boxes-type-1 .box:nth-child(even) .box-image-wrapper {
        width: 100%;
        order: 1;
        padding-bottom: 66.56%;
    }

    .section-paralax {
        height: 614px;
    }

    .paralax-content h3 {
        font-size: 34px;
        line-height: 1.3;
        margin-bottom: 4px;
    }

    .paralax-content h4 {
        font-size: 24px;
    }

    .paralax-content {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
    }

    .paralax-content:before, .paralax-content:after {
        width: 150px;
    }


    .section-activities {
        padding: 100px 0 227px;
    }

    .section .section-head h3 {
        font-size: 57px;
    }

    .section .section-head h4 {
        font-size: 37px;
        padding: 0;
    }

    .section.section-activities .section-head h4 {
        padding-left: 0;
    }

    .section.section-activities .section-head h3 {
        margin-left: 0;
    }

    .section .section-head {
        margin-bottom: 40px;
    }

    .slider-activities.slick-initialized.boxes-type-4 {
        padding-left: 0;
    }

    .boxes-type-4 {
        padding: 0 14px !important;
    }

    .boxes-type-4 .box-image-wrapper {
        width: 85.3%;
        padding-bottom: 85.3%;
        margin: 0 auto 14px;
    }

    .slider-activities.slick-initialized .box {
        margin-left: 0;
    }

    .slider-activities.slick-initialized .slick-list {
        margin-left: 0;
    }

    .boxes-type-4 .box-content {
        text-align: center;
        padding: 0 10px;
    }

    .boxes-type-4 .box-label {
        font-size: 26px;
        margin-bottom: 14px;
    }

    .boxes-type-4 h3 {
        font-size: 24px;
    }

    .boxes-type-4 h3:after {
        margin: 23px auto 0;
    }

    .slick-arrow.slick-next {
        transform: none;
        margin: 0;
        left: 50%;
        transform: translateX(-50%) rotate(180deg);
        margin-left: 60px;
    }

    .slick-arrow {
        top: auto;
        margin: 0;
        transform: none;
        bottom: -77px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -60px;
        width: 15.73px;
        height: 30px;
    }

    .section-ideas {
        padding-top: 100px;
    }

    .section.section-ideas .section-head h3 {
        font-size: 44px;
        margin-left: 0;
    }

    .section.section-ideas .section-head h5 {
        padding-left: 0;
        font-size: 28px;
    }

    .section.section-ideas .section-head h4 {
        font-size: 32px;
    }

    .boxes-type-3.slick-initialized {
        padding: 0;
    }

    .boxes-type-3 .box-image-wrapper {
        padding-bottom: 66.56%;
        margin-bottom: 15px;
    }

    .boxes-type-3 .box-content {
        background: transparent;
        text-align: center;
        padding: 0 24px;
    }

    .boxes-type-3 h3 {
        font-size: 26px;
    }

    .boxes.boxes-type-3 h3:after {
        margin: 23px auto 0;
    }

    .boxes-type-3 .box-content > p {
        font-size: 17px;
    }

    .slider-ideas .slick-arrow.slick-prev {
        left: 50%;
    }

    .slider-ideas .slick-arrow.slick-next {
        right: auto;
        left: 50%;
        margin-left: 60px;
    }

    .section-helper {
        padding-top: 210px;
        font-size: 15px;
    }

    .section-helper img {
        margin-bottom: 30px;
    }

    .section-adventures {
        padding: 100px 0 190px;
    }

    .section .section-head h5 {
        font-size: 28px;
    }


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


    .section.section-adventures .section-head h4 {
        font-size: 32px;
        margin-left: 0;
    }

    .section.section-adventures .section-head h5 {
        font-weight: 300;
        padding-left: 0;
    }

    .section.section-adventures .section-head h3 {
        font-size: 44px;
        margin-left: 0;
    }


    .slider-adventures.slick-initialized.boxes-type-2 {
        padding-left: 0;
    }

    .boxes-type-2 .box-content {
        text-align: center;
        padding: 0 24px;
    }

    .boxes-type-2 .box-label {
        font-size: 28px;
    }

    .boxes-type-2 h3 {
        font-size: 26px;
    }

    .boxes-type-2 h3:after {
        margin: 23px auto 0;
    }

    .boxes-type-2 .box-dates {
        margin-left: auto;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-nav {
        display: none;
    }

    .footer-socials {
        flex-wrap: wrap;
    }

    .footer {
        background-position: center top;
        background-size: contain;
    }

    .logo-footer {
        max-width: 140px;
        margin-bottom: 34px;
        display: inline-block;
    }

    .footer {
        padding: 98px 0 30px;
    }

    .footer .aside {
        margin-bottom: 60px;
    }

    .footer-socials {
        text-align: center;
        justify-content: center;
        row-gap: 20px;
    }

    .footer-socials img {
        transform: scale(0.8);
    }

    .footer-links {
        column-gap: 38px;
        justify-content: center;
    }

    .credits {
        text-align: center;
    }

    .active-menu .fullscreen-menu {
        height: calc(100vh - 57.7px);
        top: 57.7px;
    }

    .fullscreen-menu .cols {
        flex-direction: column;
    }

    .fullscreen-menu .cols .col-2of3,
    .fullscreen-menu .cols .col-1of3 {
        width: 100%;
    }

    .main-nav-items {
        padding: 0;
    }

    .second-nav-items .col-inner {
        padding: 0;
    }

    .fullscreen-menu .cols {
        padding: 30px 24px;
    }

    #book-now-form-alt .btn-outline {
        width: 100%;
        background: #9E886B;
        height: 40px;
    }

    #book-now-form-alt {
        margin-bottom: 34px;
    }

    .nav-main {
        font-size: 26px;
    }

    .nav-main .sub-menu {
        font-size: 16px;
    }

    .nav-main .sub-menu li {
        margin-left: 20px;
    }

    .collapse-icon {
        width: 18px;
        height: 18px;
    }

    .second-nav-items .col-inner {
        border: 0;
    }

    .nav-secondary {
        font-size: 20px;
        margin-bottom: 0;
    }

    .second-nav-items {
        padding-top: 28px;
        margin-top: 34px;
        border-top: 1px solid #5d5d5d;
    }

    .top-socials {
        justify-content: center;
    }

    .intro.intro-small .tp-fullwidth-forcer, .intro.intro-small {
        height: 300px !important ;
    }


    /*page content*/
    .page-content {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 60px;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .page-content .shell {
        padding: 0;
    }

    .page-head h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .list-icons li {
        width: 40px;
    }

    .list-icons {
        column-gap: 27px;
    }

    .page-nav .page-prev:before {
        margin-right: 4px;
    }

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

    .page-head {
        margin-bottom: 60px;
    }

    .list-logos {
        display: flex;
        flex-wrap: wrap;
    }

    .list-logos ul li {
        width: 80px;
        margin: 0;
    }

    .list-thumbnails li {
        width: 45%;
    }

    .list-thumbnails ul {
        column-gap: 10%;
        row-gap: 30px;
    }

    .list-thumbnails .thumbnail-image {
        height: auto;
    }

    .slider-gallery-images {
        padding: 0;
    }

    .paging-info  {
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: -45px;
        right: auto;
    }

    .paging-info span:first-child {
        top: 0;
    }

    .paging-info .divider {
        margin-right: 15px;
    }

    .paging-info span:first-child {
        right: auto;
    }

    .paging-info .divider {
        font-size: 24px;
    }

    .paging-info span:first-child {
        font-size: 22px;
    }

    .paging-info span:last-of-type {
        top: 0;
    }

    .slider-images .slick-arrow {
        top: auto;
        bottom: -45px;
        width: 22px;
        height: 22px;
    }

    .slider-images .slick-arrow {
        /*      right: 0;*/
    }

    .slider-images .slick-prev {
        left: 20px;
        transform: none;
        margin-left: 0;
    }

    .slider-images .slick-arrow.slick-next {
        left: auto;
        right: 20px;
        transform: rotate(180deg);
        margin: 0;
    }


    .article h3 {
        font-size: 28px;
    }

    .article > ul,
    .article > ol {
        font-size: 16px;
        padding-left: 40px;
    }

    a.inserted-file {
        margin-left: 50px;
    }

    .article {
        margin-bottom: 30px;
    }

    .page-nav .page-next:after {
        margin-left: 4px;
    }

    .slider-gallery-images {
        height: 250px;
    }

    .article > ol li:before {
        font-size: 16px;
    }

    .page-bottom {
        flex-direction: column;
        row-gap: 30px;
    }

    .page-price {
        font-size: 17px;
        flex-direction: column;
    }

    .page-price .wrapper-price strong {
        font-size: 18px;
    }

    .page-price .wrapper-price span {
        font-size: 14px;
    }

    .page-price .price.price-old .wrapper-price:before {
        height: 1px;
    }

    .page-dates span {
        font-size: 22px;
    }

    .page-dates {
        font-size: 18px;
    }

    .page-dates p ~ p:before {
        font-size: 30px;
    }

    .page-gallery {
        margin-bottom: 40px;
        padding: 0 25px;
    }

    .page-nav {
        margin-bottom: 40px;
    }

    .page-actions {
        flex-direction: column;
        row-gap: 20px;
    }

    .btn-brown,
    .btn-gray {
        width: 260px;
        height: 40px;
    }

    .breadcrumbs {
        margin-bottom: 40px;
    }

    .section-top h3 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .section-top .section-content {
        padding: 0;
    }

    .section-top {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .section-text {
        padding: 50px 0;
    }

    .section-text .section-content {
        padding: 0;
    }

    .boxes-type-2 {
        padding: 0;
    }

    .boxes-type-2 .box {
        width: 100%;
    }

    .filters-wrapper ul {
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 5px;
        align-items: center;
        justify-content: center;
    }

    .filter-arrow {
        width: 20px;
        height: 28px;
    }

    .filters-wrapper {
        column-gap: 25px;
        margin-bottom: 38px;
        font-size: 30px;
    }


    .boxes-type-3 {
        padding: 0;
    }

    .gallery-elements {
        flex-direction: column;
        padding: 0 24px;
    }

    .gallery-elements .gallery-item {
        width: 100%;
    }

    .gallery-elements h3 {
        font-size: 22px;
    }

    .gallery-elements .gallery-content {
        padding: 0 20px;
    }


    .map-wrapper {
        margin-top: 30px;
        width: 100%;
        padding: 0 24px;
        max-width: 100%;
        height: 300px;
        margin-bottom: 60px;
    }

    .form-wrapper-contacts .form-title {
        padding-left: 0;
        font-size: 32px;
        margin-bottom: 26px;
    }

    #contact-form .form-cols {
        flex-direction: column;
    }

    #contact-form .form-label {
        white-space: nowrap;
    }

    #contact-form .form-col ~ .form-col {
        margin-left: 0;
        margin-top: 40px;
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .form-wrapper-contacts .checkboxes-outer .checkboxes-wrapper {
        margin-top: 20px;
    }

    #contact-form .form-actions {
        margin-top: 40px;
    }

    #contact-form .submit-button {
        width: 100%;
        max-width: 260px;
    }

    .form-wrapper-contacts.form-wrapper {
        margin-bottom: 50px;
    }

    #contact-form .form-row .input-container input {
        font-size: 16px;
    }

    .form-wrapper-book-now {
        padding-top: 40px;
    }

    .form-wrapper-book-now form .form-body {
        flex-direction: column;
        gap: 24px;
    }

    .form-row-half {
        width: 100%;
    }

    .form-wrapper-book-now form .form-row:nth-child(2n) ~ .form-row {
        margin-top: 0;
    }

    .form-wrapper-book-now .form-row.form-row-actions {
        flex-direction: column;
    }

    .form-wrapper-book-now form .form-label {
        font-size: 18px;
        margin-right: 0;
    }

    .form-wrapper-book-now form .form-row .input-container input {
        font-size: 18px;
        font-weight: 600;
    }

    .form-wrapper-book-now .form-actions {
        margin-left: 0;
        width: 100%;
        max-width: 280px;
    }

    .section-bottom {
        margin-bottom: 70px;
        font-size: 14px;
    }

    .form-wrapper-book-now {
        margin-bottom: 70px;
    }

    .form-wrapper-book-now .checkboxes-outer .checkboxes-wrapper {
        margin-top: 20px;
    }

    .form-wrapper-book-now form .submit-button {
        width: 100%;
        min-width: 100%;
        max-width: 280px;
    }
}
