:root {
    --cs-ca-color-00: #000;
    --cs-ca-color-01: #0c0c0c;
    --cs-ca-color-02: #1c1c1a;
    --cs-ca-color-03: #4d4d4d;
    --cs-ca-color-04: #666666;
    --cs-ca-color-05: #808080;
    --cs-ca-color-06: #eaeaea;
    --cs-ca-color-07: #f7f7f7;
    --cs-ca-color-08: #fff;
    --cs-ca-color-09: #c3c3c3;
    --cs-ca-border-01: #c0c0c0;
    --cs-ca-border-02: #b1b1b1;
    --cs-ca-accent-01: #e30614;
    --cs-ca-accent-01-cool: #d5a948;
}

.color-accent {
    color: var(--cs-ca-accent-01, #e30614);
}

.color-accent-cool {
    color: var(--cs-ca-accent-01-cool, #d5a948);
}

/*
================================================================
================================================================
    Basics
================================================================
================================================================
*/

/* ---------------------- */
/* Global                 */
/* ---------------------- */
@font-face {
    font-family: "Caveat", cursive;
    src: url('../includes/font/canelaweb-thin.eot');
    src: url('../includes/font/canelaweb-thind41d.eot?#iefix') format('embedded-opentype'),
        url('../includes/font/canelaweb-thin.woff') format('woff'),
        url('../includes/font/canelaweb-thin.woff2') format('woff2'),
        url('../includes/font/canelaweb-thin.ttf') format('truetype'),
        url('../includes/font/canelaweb-thin.svg#Canela-Thin') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Caveat", cursive;
    src: url('../includes/font/canelaweb-regular.eot');
    src: url('../includes/font/canelaweb-regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../includes/font/canelaweb-regular.woff') format('woff'),
        url('../includes/font/canelaweb-regular.woff2') format('woff2'),
        url('../includes/font/canelaweb-regular.ttf') format('truetype'),
        url('../includes/font/canelaweb-regular.svg#Canela-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../includes/font/Roboto-Regular-webfont.eot');
    src: url('../includes/font/Roboto-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../includes/font/Roboto-Regular-webfont.woff') format('woff'),
        url('../includes/font/Roboto-Regular-webfont.html') format('woff2'),
        url('../includes/font/Roboto-Regular-webfont.ttf') format('truetype'),
        url('../includes/font/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../includes/font/Roboto-Medium-webfont.eot');
    src: url('../includes/font/Roboto-Medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../includes/font/Roboto-Medium-webfont.woff') format('woff'),
        url('../includes/font/Roboto-Medium-webfont.html') format('woff2'),
        url('../includes/font/Roboto-Medium-webfont.ttf') format('truetype'),
        url('../includes/font/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: 700;
    font-style: normal;
}

html {}

body {
    font-family: Roboto;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    z-index: 0;
    font-weight: 400;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
    color: var(--cs-ca-color-00, #000);
    background-color: var(--cs-ca-color-08, #fff);
}

p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    color: var(--cs-ca-color-00, #000);
}

a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: var(--cs-ca-color-00, #000);
}

ul {
    font-size: 0;
}

ul li {
    font-size: 14px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Caveat", cursive;
    letter-spacing: 0;
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--cs-ca-color-00, #000);
}

h1 {
    font-size: 48px;
    line-height: 60px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 30px;
    line-height: 42px;
}

h4 {
    font-size: 20px;
    line-height: 34px;
}

h5 {
    font-size: 18px;
    line-height: 30px;
}

h6 {
    font-size: 14px;
    line-height: 26px;
}

/* ---------------------- */
/* Defaults               */
/* ---------------------- */

/* Global */
html.smooth-scroll body {
    overflow: hidden;
}

html.fullscreen,
html.fullscreen body,
html.fullscreen body>.inner-body {
    width: 100%;
    height: 100vw;
    overflow: hidden;
}

html.showNav,
body.showNav,
body.showNav .inner-body {
    width: 100vw;
    height: 100vh !important;
    padding: 0;
    overflow: hidden;
}

main {
    position: relative;
    z-index: 1;
}

html.fullscreen main {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

main section {
    position: relative;
    padding: 110px 0;
}

main section.fullscreen {
    width: 100%;
    height: 100vh;
    padding: 0;
    background-color: var(--cs-ca-color-01, #0c0c0c);
}

main section.no-padding {
    padding: 0;
}

main section.no-padding-bottom {
    padding-bottom: 0;
}

main section.has-background {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

main .section-wrapper-boxed {
    width: 1200px;
    margin: 0 auto;
}

main p {
    margin-bottom: 20px;
    letter-spacing: 0;
}

main p a,
main h1 a,
main h2 a,
main h3 a,
main h4 a,
main h5 a,
main h6 a,
main ul li a,
main article ul li a {
    display: inline-block;
    position: relative;
    vertical-align: top;
    line-height: 25px;
    overflow: hidden;
}

main h1 a {
    line-height: 52px;
}

main h2 a {
    line-height: 42px;
}

main h3 a {
    line-height: 35px;
}

main h4 a {
    line-height: 31px;
}

main h5 a {
    line-height: 25px;
}

main h6 a {
    line-height: 20px;
}

main img {
    max-width: 100%;
    height: auto;
}

main dl {
    margin-bottom: 20px;
}

main dl dd {
    margin-left: 20px;
}

main em {
    font-style: italic;
}

main small {
    font-size: 11px;
}

main sub {
    vertical-align: sub;
}

main sup,
main b {
    vertical-align: super;
}

p:empty {
    display: none
}

.no-overflow {
    overflow: hidden !important;
}

.grey-background {
    background-color: var(--cs-ca-color-07, #f7f7f7);
}

.dark-grey-background {
    background-color: var(--cs-ca-color-02, #1c1c1a);
    color: var(--cs-ca-color-08, #fff);
}

.black-background {
    background-color: var(--cs-ca-color-00, #000);
}

.animate__animated {
    opacity: 0;
}

.show-on-mobile {
    display: none !important;
}

.size-block {
    display: block;
    width: 100%;
}

/* Preloader */
@-webkit-keyframes FirstLine {
    0% {
        opacity: 0.2
    }

    1% {
        opacity: 1
    }

    6% {
        opacity: 1
    }

    11% {
        opacity: 0.2
    }

    100% {
        opacity: 0.2
    }
}

@-moz-keyframes FirstLine {
    0% {
        opacity: 0.2
    }

    1% {
        opacity: 1
    }

    6% {
        opacity: 1
    }

    11% {
        opacity: 0.2
    }

    100% {
        opacity: 0.2
    }
}

@keyframes FirstLine {
    0% {
        opacity: 0.2
    }

    1% {
        opacity: 1
    }

    6% {
        opacity: 1
    }

    11% {
        opacity: 0.2
    }

    100% {
        opacity: 0.2
    }
}

@-webkit-keyframes SecondLine {
    0% {
        opacity: 0.2
    }

    6% {
        opacity: 0.2
    }

    11% {
        opacity: 1
    }

    16% {
        opacity: 1
    }

    21% {
        opacity: 0.2
    }

    100% {
        opacity: 0.2
    }
}

@-moz-keyframes SecondLine {
    0% {
        opacity: 0.2
    }

    6% {
        opacity: 0.2
    }

    11% {
        opacity: 1
    }

    16% {
        opacity: 1
    }

    21% {
        opacity: 0.2
    }

    100% {
        opacity: 0.2
    }
}

@keyframes SecondLine {
    0% {
        opacity: 0.2
    }

    6% {
        opacity: 0.2
    }

    11% {
        opacity: 1
    }

    16% {
        opacity: 1
    }

    21% {
        opacity: 0.2
    }

    100% {
        opacity: 0.2
    }
}

@-webkit-keyframes ThirdLine {
    0% {
        opacity: 0.2
    }

    16% {
        opacity: 0.2
    }

    21% {
        opacity: 1
    }

    26% {
        opacity: 1
    }

    31% {
        opacity: 0.2
    }

    100% {
        opacity: 0.2
    }
}

@-moz-keyframes ThirdLine {
    0% {
        opacity: 0.2
    }

    16% {
        opacity: 0.2
    }

    21% {
        opacity: 1
    }

    26% {
        opacity: 1
    }

    31% {
        opacity: 0.2
    }

    100% {
        opacity: 0.2
    }
}

@keyframes ThirdLine {
    0% {
        opacity: 0.2
    }

    16% {
        opacity: 0.2
    }

    21% {
        opacity: 1
    }

    26% {
        opacity: 1
    }

    31% {
        opacity: 0.2
    }

    100% {
        opacity: 0.2
    }
}

@-webkit-keyframes HideLines {
    0% {
        opacity: 0.2
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes HideLines {
    0% {
        opacity: 0.2
    }

    100% {
        opacity: 0
    }
}

@keyframes HideLines {
    0% {
        opacity: 0.2
    }

    100% {
        opacity: 0
    }
}

body .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    z-index: 9999;
    cursor: default;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .preloader .lines {
    position: absolute;
    top: 48%;
    left: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
}

body .preloader .lines span {
    display: inline-block;
    width: 23px;
    height: 2px;
    margin: 0 3px;
    opacity: 0.2;
    background-color: var(--cs-ca-color-00, #000);
}

body .preloader .lines span:nth-child(1) {
    -webkit-animation: FirstLine 0.8s ease;
    -moz-animation: FirstLine 0.8s ease;
    -o-animation: FirstLine 0.8s ease;
    animation: FirstLine 0.8s ease;
    animation-iteration-count: infinite;
}

body .preloader .lines span:nth-child(2) {
    -webkit-animation: SecondLine 0.8s ease;
    -moz-animation: SecondLine 0.8s ease;
    -o-animation: SecondLine 0.8s ease;
    animation: SecondLine 0.8s ease;
    animation-iteration-count: infinite;
}

body .preloader .lines span:nth-child(3) {
    -webkit-animation: ThirdLine 0.8s ease;
    -moz-animation: ThirdLine 0.8s ease;
    -o-animation: ThirdLine 0.8s ease;
    animation: ThirdLine 0.8s ease;
    animation-iteration-count: infinite;
}

body.loaded .preloader {
    opacity: 0;
    pointer-events: none;
}

body.loaded .preloader .lines span {
    -webkit-animation: HideLines 0.3s ease;
    -moz-animation: HideLines 0.3s ease;
    -o-animation: HideLines 0.3s ease;
    animation: HideLines 0.3s ease;
    opacity: 0;
}

/* Scrollbar */
html.showNav body>.scrollbar-track {
    display: none !important;
}

.scrollbar-track {
    background: transparent !important;
}

.scrollbar-thumb {
    background: #424242 !important;
}

/* Screen Reader */
.screen-reader-text {
    display: none;
}

/* Alignments */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter {
    text-align: center;
    margin: 20px auto;
    display: block;
}

.alignwide {
    margin-left: 0;
    width: 100%;
}

.alignwide img,
.alignfull img {
    display: block;
    margin: 0 auto;
}

.alignfull {
    width: auto;
    max-width: 100%;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.textcenter {
    text-align: center;
}

/* reCAPTCHA */
.grecaptcha-badge {
    display: none !important;
}

.grecaptcha-badge.vis {
    display: block !important;
}

/* Lists */
main ul {
    margin-bottom: 15px;
    list-style: disc;
}

main ul ul {
    margin-left: 15px;
    margin-bottom: 0;
}

main ul li,
main ol ul>li {
    list-style: disc;
    margin-left: 1px;
    list-style-position: inside;
}

main ol {
    margin-bottom: 15px;
    list-style: decimal;
}

main ol ol {
    margin-left: 15px;
    margin-bottom: 0;
}

main ol li,
main ul ol>li {
    list-style: decimal;
    margin-left: 1px;
    list-style-position: inside;
}

main ul ol,
main ol ul {
    margin-bottom: 0;
}

/* Blockquote */
main blockquote {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding: 31px;
    cursor: default;
    text-align: center;
    margin: 0 0 20px;
}

main blockquote p:last-of-type {
    margin: 0;
}

main blockquote cite {
    margin-top: 16px;
    display: block;
    font-size: 11px;
    text-align: center;
}

/* Code & Pre */
code {
    padding: 20px;
    display: block;
    margin: 10px 0;
}

/* Table & Calendar */
main table {
    margin-bottom: 20px;
    width: 100%;
    table-layout: fixed;
}

main table th {
    text-align: left;
    margin: 1px 1px;
    border: 1px solid var(--cs-ca-color-00, #000);
    padding: 5px 10px;
}

main table td {
    margin: 1px 1px;
    border: 1px solid var(--cs-ca-color-00, #000);
    padding: 5px 10px;
}

/* Image & Gallery & Figures */
img.full {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

img.alignleft,
img.alignright {
    margin-top: 8px;
}

figure {
    position: relative;
    overflow: hidden;
}

figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 25px 15px;
    font-size: 13px;
    opacity: 0;
    text-align: center;
    pointer-events: none;
    color: var(--cs-ca-color-08, #fff);
    transform: translateY(10px);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

figure:hover figcaption {
    opacity: 1;
    transform: translateY(0px);
}

/* Placholder & Selection */
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    opacity: 1;
    color: var(--cs-ca-color-04, #666666);
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
    opacity: 1;
    color: var(--cs-ca-color-04, #666666);
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    opacity: 1;
    color: var(--cs-ca-color-04, #666666);
}

::selection {
    background-color: #333;
    color: var(--cs-ca-color-08, #fff);
}

::-moz-selection {
    background-color: #333;
    color: var(--cs-ca-color-08, #fff);
}

html * {
    -webkit-tap-highlight-color: transparent;
}


/*
================================================================
================================================================
    Header
================================================================
================================================================
*/

/* ---------------------- */
/* Global                 */
/* ---------------------- */
header {
    position: relative;
    z-index: 99;
}

header:not(.position-absolute):not(.position-fixed) {
    background-color: var(--cs-ca-color-00, #000);
}

header.position-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header.position-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

header>.top-bar {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 50px;
    font-size: 12px;
    line-height: 26px;
    border-bottom: 1px solid #ffffff30;
}

header>.top-bar .wrapper-left {
    text-align: left;
    padding: 5px 0;
}

header>.top-bar .wrapper-right {
    text-align: right;
    padding: 5px 0;
}

header>.top-bar p,
header>.top-bar a {
    margin: 0;
    color: var(--cs-ca-color-08, #fff);
    opacity: 0.75;
}

header.style-1>.content-wrapper {
    display: flex;
    grid-template-columns: 300px auto 300px;
    grid-gap: 0px;
    padding: 0 50px;
    justify-content: center;
}

header.style-1>.content-wrapper>.content-left {
    height: 105px;
    line-height: 105px;
    text-align: left;
}

header.style-1>.content-wrapper>.content-center {
    height: 105px;
    line-height: 105px;
    text-align: center;
}

header.style-1>.content-wrapper>.content-right {
    height: 105px;
    line-height: 105px;
    text-align: right;
}

header.style-2>.content-wrapper {
    display: grid;
    grid-template-columns: 42% 16% 42%;
    grid-gap: 0px;
    padding: 0 50px;
}

header.style-2>.content-wrapper>.content-left {
    height: 105px;
    line-height: 105px;
    text-align: right;
}

header.style-2>.content-wrapper>.content-center {
    height: 105px;
    line-height: 105px;
    text-align: center;
}

header.style-2>.content-wrapper>.content-right {
    height: 105px;
    line-height: 105px;
    text-align: left;
}

header.style-3>.content-wrapper {
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 0px;
    padding: 0 50px;
}

header.style-3>.content-wrapper>.content-left {
    height: 105px;
    line-height: 105px;
    text-align: left;
}

header.style-3>.content-wrapper>.content-right {
    height: 105px;
    line-height: 105px;
    text-align: right;
}

/* ---------------------- */
/* Logo                   */
/* ---------------------- */
header .logo {
    position: relative;
    display: block;
    height: 105px;
    line-height: 94px;
}

header.position-absolute .logo,
header.position-fixed .logo {
    pointer-events: all;
}

header .logo a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-height: 80px;
}

header .logo img {
    display: block;
    max-height: 50px;
    width: auto;
}

header.showNav .logo {
    position: absolute;
    left: 50px;
    top: 0;
}

/* ----------------------  */
/* Navigation - Main Links */
/* ----------------------  */
header nav {
    height: 105px;
}

header.position-absolute nav,
header.position-fixed nav {
    position: relative;
    pointer-events: all;
}

header nav>ul {
    height: 105px;
    display: block;
}

header nav>ul>li {
    position: relative;
    display: inline-block;
    height: 105px;
    line-height: 105px;
    vertical-align: middle;
}

header nav>ul>li>a {
    position: relative;
    display: inline-block;
    padding: 0 22px;
    font-size: 16px;
    color: var(--cs-ca-color-08, #fff);
    vertical-align: middle;
}

header.style-3 nav>ul>li:last-child>a {
    padding-right: 0;
}

header nav a>span {
    position: relative;
}

header nav a>span::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    transform-origin: 0 0;
    background-color: var(--cs-ca-color-08, #fff);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

header.skin-light nav li ul a>span::after {
    background-color: var(--cs-ca-color-00, #000);
}

/* ----------------------        */
/* Navigation - Dropdown Small   */
/* ----------------------        */
header nav>ul>li:not(.mega-menu) ul {
    position: absolute;
    min-width: 200px;
    padding: 15px 0;
    top: 105px;
    left: 50%;
    opacity: 0;
    z-index: 98;
    pointer-events: none;
    background-color: #e30614;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.35);
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
}

header.skin-light nav>ul>li:not(.mega-menu) ul {
    background-color: var(--cs-ca-color-08, #fff);
}

header nav>ul>li:not(.mega-menu) li {
    position: relative;
    display: block;
    padding: 0;
    text-align: left;
}

header nav>ul>li:not(.mega-menu) li.menu-item-has-children::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    top: 19px;
    right: 20px;
    font-size: 8px;
    z-index: 3;
    background-color: #bfbfbf;
}

header.skin-light nav>ul>li:not(.mega-menu) li.menu-item-has-children::before {
    background-color: var(--cs-ca-color-00, #000);
}

header nav>ul>li:not(.mega-menu) li a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 6px 31px;
    color: var(--cs-ca-color-08, #fff);
}

header.skin-light nav>ul>li:not(.mega-menu) li a {
    color: var(--cs-ca-color-00, #000);
}

header nav>ul>li:not(.mega-menu) li a span {
    white-space: nowrap;
}

header nav>ul>li:not(.mega-menu) li.status-active>a {
    color: var(--cs-ca-accent-01-cool, #d5a948);
}

header nav>ul>li:not(.mega-menu) li.status-active>a span::after {
    background-color: var(--cs-ca-accent-01-cool, #d5a948);
}

header.skin-light nav>ul>li:not(.mega-menu) li.status-active>a {
    color: var(--cs-ca-accent-01, #e30614);
}

header.skin-light nav>ul>li:not(.mega-menu) li.status-active>a span::after {
    background-color: var(--cs-ca-accent-01, #e30614);
}

header nav>ul>li:not(.mega-menu) li.menu-item-has-children:hover::before {
    background-color: var(--cs-ca-color-08, #fff);
}

header.skin-light nav>ul>li:not(.mega-menu) li.menu-item-has-children:hover::before {
    background-color: var(--cs-ca-color-00, #000);
}

header.showNav nav>ul>li>ul {
    pointer-events: none;
}

header.showNav nav>ul>li>ul.status-active {
    pointer-events: all;
}

header nav>ul>li:not(.mega-menu) ul ul {
    top: -24px;
    left: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
}

header nav>ul>li:not(.mega-menu) ul ul li {}

header nav>ul>li:not(.mega-menu).left>ul {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

header nav>ul>li:not(.mega-menu).left ul ul,
header nav>ul>li:not(.mega-menu) li.left ul {
    left: -200px;
}

/* ----------------------   */
/* Navigation - Mega Menu   */
/* ----------------------   */
header nav>ul>li.mega-menu {}

header nav>ul>li.mega-menu.left {
    position: static;
}

header nav>ul>li.mega-menu>ul {
    position: absolute;
    padding: 24px 14px;
    top: 105px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    z-index: 98;
    background-color: var(--cs-ca-color-00, #000);
    box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.35);
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
}

header.skin-light nav>ul>li.mega-menu>ul {
    background-color: var(--cs-ca-color-08, #fff);
}

header nav>ul>li.mega-menu.left>ul {
    left: auto;
    right: 50px;
    transform: none;
}

html header.position-fixed nav>ul>li.mega-menu.left>ul,
html header.position-absolute nav>ul>li.mega-menu.left>ul {
    right: 0;
}

header nav>ul>li.mega-menu>ul>li {
    display: inline-block;
    width: 180px;
    padding: 0;
    margin: 0 5px 0;
    vertical-align: top;
    text-align: left;
    background-color: transparent;
}

header nav>ul>li.mega-menu.two-columns>ul {
    width: 408px;
}

header nav>ul>li.mega-menu.three-columns>ul {
    width: 598px;
}

header nav>ul>li.mega-menu.four-columns>ul {
    width: 788px;
}

header nav>ul>li.mega-menu>ul>li:first-child,
header nav>ul>li.mega-menu>ul>li:last-child {
    padding: 0;
}

header nav>ul>li.mega-menu>ul ul {
    display: block;
    position: relative;
}

header nav>ul>li.mega-menu>ul>li li:first-child,
header nav>ul>li.mega-menu>ul>li li {
    position: relative;
    padding: 0 !important;
    background-color: transparent;
}

header nav>ul>li.mega-menu>ul>li a {
    position: relative;
    display: block;
    font-size: 13px;
    padding: 6px 12px;
    color: var(--cs-ca-color-08, #fff);
}

header.skin-light nav>ul>li.mega-menu>ul>li a {
    color: var(--cs-ca-color-00, #000);
}

header nav>ul>li.mega-menu>ul>li li.status-active>a {
    color: var(--cs-ca-accent-01-cool, #d5a948);
}

header nav>ul>li.mega-menu>ul>li li.status-active>a span::after {
    background-color: var(--cs-ca-accent-01-cool, #d5a948);
}

header.skin-light nav>ul>li.mega-menu>ul>li li.status-active>a {
    color: var(--cs-ca-accent-01, #e30614);
}

header.skin-light nav>ul>li.mega-menu>ul>li li.status-active>a span::after {
    background-color: var(--cs-ca-accent-01, #e30614);
}

/* ----------------------   */
/* Navigation (Responsive)  */
/* ----------------------   */
header .menu-icon {
    position: relative;
    display: none;
    float: right;
    top: 0;
    right: 0;
    width: 50px;
    height: 105px;
    z-index: 100;
    cursor: pointer;
    pointer-events: all;
}

header .menu-icon span {
    position: absolute;
    display: block;
    width: 79%;
    height: 1px;
    top: 9px;
    right: 0;
    background-color: var(--cs-ca-color-08, #fff);
}

header .menu-icon span:nth-child(1) {
    top: 50px;
}

header .menu-icon span:nth-child(2) {
    top: 57px;
}

header .menu-icon span:nth-child(3) {
    top: 64px;
}

header.showNav,
header.position-absolute.showNav,
header.position-fixed.showNav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    z-index: 99;
}

header.showNav .menu-icon span {
    width: 40%;
}

header.showNav .menu-icon span:nth-child(1),
header.showNav .menu-icon span:nth-child(2),
header.showNav .menu-icon span:nth-child(3) {
    top: 59px;
    transform: rotate(45deg);
}

header.showNav .menu-icon span:nth-child(3) {
    transform: rotate(-45deg);
}

/* ----------------------       */
/* Navigation - Hover Effects   */
/* ----------------------       */
header nav a:hover>span::after,
header nav li:hover>a>span::after,
header nav li.status-active>a>span::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

header:not(.showNav) nav>ul>li:not(.left):hover>ul {
    opacity: 1;
    pointer-events: all;
    z-index: 99;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

header:not(.showNav) nav>ul>li:not(.mega-menu).left:hover>ul {
    opacity: 1;
    pointer-events: all;
    z-index: 99;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

header:not(.showNav) nav>ul>li:not(.mega-menu) ul li:hover>ul,
header:not(.showNav) nav>ul>li:not(.mega-menu) ul ul li:hover>ul {
    opacity: 1;
    pointer-events: all;
    z-index: 99;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* ---------------------- */
/* Social Icons           */
/* ---------------------- */
header .social-icons {
    position: relative;
    display: inline-block;
    height: 105px;
    line-height: 105px;
}

header .social-icons li {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
}

header .social-icons li a {
    font-size: 16px;
    color: var(--cs-ca-color-08, #fff);
}

header .social-icons li a:hover {
    color: var(--cs-ca-accent-01-cool, #d5a948);
}

/*
================================================================
================================================================
    Footer
================================================================
================================================================
*/

/* ---------------------- */
/* Global                 */
/* ---------------------- */
footer {
    position: relative;
    background-color: var(--cs-ca-color-02, #1c1c1a);
}

footer.skin-light {
    background-color: var(--cs-ca-color-07, #f7f7f7);
}

footer .inner-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

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

footer a:not(.logo-link)::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform-origin: 0 0;
    background-color: var(--cs-ca-color-08, #fff);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

footer .bottom-bar a:not(.logo-link)::after {
    background-color: var(--cs-ca-color-05, #808080);
}

footer.skin-light a:not(.logo-link)::after {
    background-color: var(--cs-ca-color-03, #4d4d4d);
}

footer a:not(.logo-link):hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* ---------------------- */
/* Content                */
/* ---------------------- */
footer .main-content {
    padding: 90px 0 80px;
}

footer .main-content .intro-content {
    text-align: center;
    margin-bottom: 50px !important;
}

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

footer .logo a {}

footer .logo img {
    height: 70px;
}

footer .description {}

footer .description p {
    color: var(--cs-ca-color-05, #808080);
}

footer.skin-light .description p {
    color: var(--cs-ca-color-03, #4d4d4d);
}

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

footer .footer-menu {}

footer .footer-menu h3 {
    position: relative;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: var(--cs-ca-color-08, #fff);
}

footer.skin-light .footer-menu h3 {
    color: var(--cs-ca-color-00, #000);
}

footer .footer-menu h3::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: var(--cs-ca-color-04, #666666);
}

footer .footer-menu ul {
    margin: 0;
}

footer .footer-menu li {}

footer .footer-menu li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--cs-ca-color-08, #fff);
}

footer.skin-light .footer-menu li a {
    color: var(--cs-ca-color-01, #0c0c0c);
}

footer .footer-contact {}

footer .footer-contact .social-icons {
    margin-top: 25px;
}

footer .footer-contact .social-icons ul {}

footer .footer-contact .social-icons ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    line-height: 22px;
    vertical-align: top;
}

footer .footer-contact .social-icons ul li a {}

footer .footer-contact .social-icons ul li a:hover {
    color: var(--cs-ca-accent-01, #e30614);
}

footer .footer-contact .social-icons ul li a::after {
    display: none;
}

/* ---------------------- */
/* Bottom Bar             */
/* ---------------------- */
footer .bottom-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
    padding: 25px 0;
    border-top: 1px solid #666666;
}

footer .bottom-bar .wrapper-left {
    text-align: left;
}

footer .bottom-bar .wrapper-left p {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    color: var(--cs-ca-color-05, #808080);
}

footer .bottom-bar .wrapper-left a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: var(--cs-ca-color-05, #808080);
}

footer.skin-light .bottom-bar .wrapper-left p,
footer.skin-light .bottom-bar .wrapper-left a {
    color: var(--cs-ca-color-03, #4d4d4d);
}

footer .bottom-bar .wrapper-right {
    text-align: right;
}

footer .bottom-bar .wrapper-right .bottom-bar-links {}

footer .bottom-bar .wrapper-right .bottom-bar-links li {
    position: relative;
    display: inline-block;
    margin: 0 12px;
    line-height: 30px;
}

footer .bottom-bar .wrapper-right .bottom-bar-links li:last-child {
    margin-right: 0;
}

footer .bottom-bar .wrapper-right .bottom-bar-links li a {
    font-size: 14px;
    line-height: 30px;
    color: var(--cs-ca-color-05, #808080);
}

footer.skin-light .bottom-bar .wrapper-right .bottom-bar-links li a {
    color: var(--cs-ca-color-03, #4d4d4d);
}

footer .bottom-bar .wrapper-right .bottom-bar-links li::after {
    position: absolute;
    content: "";
    top: 4px;
    left: -12px;
    width: 1px;
    height: 20px;
    background-color: var(--cs-ca-color-04, #666666);
}

footer .bottom-bar .wrapper-right .bottom-bar-links li:first-child::after {
    display: none;
}

/*
================================================================
================================================================
    Elements
================================================================
================================================================
*/

/* ---------------------- */
/* Booking Tool           */
/* ---------------------- */
section.welcome-booking {
    padding: 0;
}

.booking-tool {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0px;
}

.booking-tool.style-1 {
    position: absolute;
    top: -120px;
    left: 50%;
    width: 1200px;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.booking-tool.style-2 {
    position: absolute;
    top: -62px;
    left: 50%;
    width: 1200px;
    padding: 28px 55px;
    z-index: 10;
    background-color: var(--cs-ca-accent-01, #e30614);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.booking-tool.style-standard {
    display: block;
    padding: 28px 28px;
    background-color: var(--cs-ca-accent-01, #e30614);
}

.booking-tool.style-standard>.inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0px;
    width: 1200px;
    margin: 0 auto;
}

.booking-tool .booking-step {
    display: block;
}

.booking-tool .booking-step .step-label {
    display: flex;
    height: 65px;
    border: 1px solid #fff;
    border-right: 0;
    cursor: pointer;
}

.booking-tool .booking-step .step-label p {
    position: relative;
    flex: 149px;
    margin: 0;
    padding-left: 22px;
    line-height: 65px;
    font-size: 15px;
    color: var(--cs-ca-color-08, #fff);
}

.booking-tool .booking-step.feature-guests .step-label p {
    flex: 115px;
}

.booking-tool .booking-step .step-label p span {
    position: relative;
}

.booking-tool .booking-step .step-label p span::after {
    position: absolute;
    content: "";
    right: -40px;
    top: 9px;
    width: 26px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.booking-tool.style-2 .booking-step .step-label p span::after {
    top: 10px;
}

.booking-tool .booking-step .step-label>span {
    flex: 155px;
    line-height: 65px;
    padding-right: 22px;
    font-size: 15px;
    text-align: right;
    color: var(--cs-ca-color-08, #fff);
}

.booking-tool .booking-step .step-label {}

.booking-tool .booking-step .step-label input[type=date] {
    flex: 155px;
    line-height: 65px;
    padding-top: 2px;
    padding-right: 22px;
    font-size: 15px;
    border: 0;
    text-align: center;
    background: none;
    cursor: pointer;
    color: var(--cs-ca-color-08, #fff);
}

.booking-tool .booking-step .step-label input[type=date]::-webkit-inner-spin-button,
.booking-tool .booking-step .step-label input[type=date]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.booking-tool .booking-step .step-data {}

.booking-tool .booking-step.feature-guests {
    position: relative;
}

.booking-tool .booking-step.feature-guests .dropdowns {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 22px 22px 22px 24px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    pointer-events: none;
    background-color: var(--cs-ca-color-08, #fff);
    border: 1px solid #c3c3c3;
}

.booking-tool .booking-step.feature-guests .dropdowns.status-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.booking-tool .booking-step.feature-guests .dropdowns .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}

.booking-tool .booking-step.feature-guests .dropdowns .item:first-child {
    margin-bottom: 12px;
}

.booking-tool .booking-step.feature-guests .dropdowns .item span {
    font-size: 15px;
    color: var(--cs-ca-color-01, #0c0c0c);
}

.booking-tool .booking-step.feature-guests .dropdowns .item .quantity {}

.booking-tool .booking-step.feature-guests .dropdowns .item .quantity .minus {
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    width: 30px;
    height: 30px;
    padding: 0;
    color: inherit;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    vertical-align: top;
}

.booking-tool .booking-step.feature-guests .dropdowns .item .quantity .minus::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background: var(--cs-ca-color-01, #0c0c0c);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.booking-tool .booking-step.feature-guests .dropdowns .item .quantity input {
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
    background: none;
    border: none;
    text-align: center;
    color: inherit;
    cursor: default;
}

.booking-tool .booking-step.feature-guests .dropdowns .item .quantity .plus {
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    width: 30px;
    height: 30px;
    padding: 0;
    color: inherit;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    vertical-align: top;
}

.booking-tool .booking-step.feature-guests .dropdowns .item .quantity .plus::before,
.booking-tool .booking-step.feature-guests .dropdowns .item .quantity .plus::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background: var(--cs-ca-color-01, #0c0c0c);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.booking-tool .booking-step.feature-guests .dropdowns .item .quantity .plus::after {
    width: 1px;
    height: 12px;
}

.booking-tool .booking-step.feature-search {}

.booking-tool .booking-step.feature-search .step-label {
    display: block;
    line-height: 65px;
    font-size: 15px;
    font-weight: 700;
    border-right: 1px solid #fff;
    text-align: center;
    color: var(--cs-ca-color-03, #4d4d4d);
    background-color: var(--cs-ca-color-08, #fff);
}

.booking-tool .booking-step.feature-search .step-label:hover {
    color: var(--cs-ca-color-08, #fff);
    border-color: var(--cs-ca-accent-01, #e30614);
    background-color: var(--cs-ca-accent-01, #e30614);
}

.booking-tool.style-2 .booking-step.feature-search .step-label:hover,
.booking-tool.style-standard .booking-step.feature-search .step-label:hover {
    color: var(--cs-ca-color-01, #0c0c0c);
    border-color: var(--cs-ca-color-06, #eaeaea);
    background-color: var(--cs-ca-color-06, #eaeaea);
}

/* ---------------------- */
/* Titles                 */
/* ---------------------- */
.big-title {}

.big-title .subtitle {
    position: relative;
    display: inline-block;
}

.big-title .subtitle.no-margin {
    margin: 0;
}

.big-title .subtitle.style-border-top {
    padding-top: 25px;
}

.big-title .subtitle.style-border-top::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #999;
    transform: translateX(-50%);
}

.big-title .subtitle.style-border-left-right {}

.big-title .subtitle.style-border-left-right::before {
    position: absolute;
    content: "";
    top: 12px;
    left: -100px;
    width: 60px;
    height: 1px;
    background-color: #999;
}

.big-title .subtitle.style-border-left-right::after {
    position: absolute;
    content: "";
    top: 12px;
    right: -100px;
    width: 60px;
    height: 1px;
    background-color: #999;
}

.big-title h1 {}

/* ---------------------- */
/* Layered Images         */
/* ---------------------- */
.layered-images {
    text-align: center;
}

.layered-images>.one-third {}

.layered-images>.one-third:nth-child(2) {
    padding-top: 150px;
}

.layered-images>.one-third img {
    margin-bottom: 120px;
}

/* ---------------------- */
/* MagnifiPopUp           */
/* ---------------------- */
.mfp-image-holder .mfp-content {
    max-width: 90%;
}

.mfp-bg.mfp-with-zoom.mfp-ready {
    opacity: 0.9;
}

.mfp-title {
    padding: 10px 5px;
    text-align: center;
    color: var(--cs-ca-color-08, #fff);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: 40px;
    height: 40px;
    opacity: 1;
    padding: 0;
    top: -50px;
    right: -50px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    color: var(--cs-ca-color-08, #fff);
    background-color: transparent;
}

.mfp-container .arrow-left,
.mfp-container .arrow-right {
    font-family: 'fontawesome';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    line-height: 40px;
    font-size: 12px;
    z-index: 10045;
    opacity: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--cs-ca-color-00, #000);
    background-color: var(--cs-ca-color-08, #fff);
}

.mfp-container .arrow-left {
    left: 50px;
}

.mfp-container .arrow-left::before {
    content: "\f053";
}

.mfp-container .arrow-right {
    right: 50px;
}

.mfp-container .arrow-right::before {
    content: "\f054";
}

img.mfp-img {
    max-height: 90vh !important;
}

.mfp-figure figcaption {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    font-size: 13px;
    opacity: 1;
    cursor: default;
    text-align: center;
    pointer-events: unset;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    color: var(--cs-ca-color-08, #fff);
    background-color: transparent;
}

/* ---------------------- */
/* Columns                */
/* ---------------------- */
.row {
    position: relative;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

.row.full {
    width: 100%;
}

.row.boxed {
    width: 1200px;
    margin: 0 auto;
}

.row .column {
    position: relative;
    display: block;
    float: left;
}

.row.space .column {
    margin: 0 30px 30px 0;
}

.row.space .column.one-half.no-margin-bottom,
.row.space .column.one-third.no-margin-bottom,
.row.space .column.two-third.no-margin-bottom {
    margin-bottom: 0;
}

.row.space .column.full {
    width: 100%;
    margin: 0;
}

.row.space .column.one-half {
    width: calc(50% - 15px);
}

.row.space .column.one-third {
    width: calc(33.333% - 20px);
}

.row.space .column.one-fourth {
    width: calc(25% - 22.5px);
}

.row.space .column.one-fifth {
    width: calc(20% - 24px);
}

.row.space .column.two-third {
    width: calc(66.666% - 10px);
}

.row.space .column.two-fifth {
    width: calc(40% - 15px);
}

.row.space .column.three-fourth {
    width: calc(75% - 7.5px);
}

.row.space .column.three-fifth {
    width: calc(60% - 15px);
}

.row.space .column.last {
    margin-right: 0;
}

.row.no-space .column {
    margin: 0;
}

.row.no-space .column.full {
    width: 100%;
}

.row.no-space .column.one-half {
    width: 50%;
}

.row.no-space .column.one-third {
    width: 33.333%;
}

.row.no-space .column.one-fourth {
    width: 25%;
}

.row.no-space .column.one-fifth {
    width: 20%;
}

.row.no-space .column.two-third {
    width: 66.666%;
}

.row.no-space .column.two-fourth {
    width: 50%;
}

.row.no-space .column.two-fifth {
    width: 40%;
}

.row.no-space .column.three-fourth {
    width: 75%;
}

.row.no-space .column.three-fifth {
    width: 60%;
}

/* ---------------------- */
/* Dividers               */
/* ---------------------- */
.divider10,
.divider20,
.divider30,
.divider40,
.divider50,
.divider60,
.divider70,
.divider80,
.divider90,
.divider100,
.divider110,
.divider120 {
    display: block;
    clear: both;
}

.divider10 {
    height: 10px;
}

.divider20 {
    height: 20px;
}

.divider30 {
    height: 30px;
}

.divider40 {
    height: 40px;
}

.divider50 {
    height: 50px;
}

.divider60 {
    height: 60px;
}

.divider70 {
    height: 70px;
}

.divider80 {
    height: 80px;
}

.divider90 {
    height: 90px;
}

.divider100 {
    height: 100px;
}

.divider110 {
    height: 110px;
}

.divider120 {
    height: 120px;
}

/* ---------------------- */
/* Buttons                */
/* ---------------------- */
.button {
    display: inline-block;
    margin: 0 20px 20px 0;
}

.button.standard {
    border: 0;
}

.button.no-margin {
    margin: 0;
}

.button.no-margin-right {
    margin-right: 0;
}

.button.outline {
    border: 1px solid;
    background-color: transparent
}

.button.small {
    padding: 8px 22px;
}

.button.medium {
    padding: 10px 36px;
}

.button.large {
    padding: 12px 52px;
}

.button.standard.white {
    background-color: var(--cs-ca-color-08, #fff);
    color: var(--cs-ca-color-00, #000);
}

.button.standard.white:hover {
    background-color: var(--cs-ca-accent-01, #e30614);
}

.button.standard.accent {
    color: var(--cs-ca-color-08, #fff);
    background-color: var(--cs-ca-accent-01, #e30614);
}

.button.standard.accent:hover {
    background-color: var(--cs-ca-accent-01-cool, #d5a948);
}

.button.outline.white {
    color: var(--cs-ca-color-08, #fff);
    border-color: var(--cs-ca-color-08, #fff);
}

.button.outline.white:hover {
    color: var(--cs-ca-color-08, #fff);
    border-color: var(--cs-ca-accent-01, #e30614);
    background-color: var(--cs-ca-accent-01, #e30614);
}

.button.outline.accent {
    color: var(--cs-ca-accent-01, #e30614);
    border-color: var(--cs-ca-accent-01, #e30614);
}

.button.outline.accent:hover {
    color: var(--cs-ca-color-08, #fff);
    border-color: var(--cs-ca-accent-01, #e30614);
    background-color: var(--cs-ca-accent-01, #e30614);
}

.button.outline.black {
    color: var(--cs-ca-color-00, #000);
    border-color: var(--cs-ca-color-00, #000);
}

.button.outline.black:hover {
    color: var(--cs-ca-color-08, #fff);
    border-color: var(--cs-ca-accent-01, #e30614);
    background-color: var(--cs-ca-accent-01, #e30614);
}

/* ---------------------- */
/* Icon Box               */
/* ---------------------- */
.icon-box {
    position: relative;
}

.icon-box.style-standard {
    padding: 35px 35px;
}

.icon-box.style-small {
    margin-bottom: 15px;
}

.icon-box.style-background {
    padding: 50px 50px;
    background-position: center center;
    background-size: cover;
}

.icon-box.style-background::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: var(--cs-ca-color-00, #000);
}

.icon-box .icon {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 14px;
    color: var(--cs-ca-accent-01, #e30614);
}

.icon-box.style-big .icon {
    font-size: 68px;
}

.icon-box.style-small .icon {
    font-size: 25px;
    margin-bottom: 0;
    margin-right: 8px;
    vertical-align: middle;
}

.icon-box .label {
    position: relative;
    display: block;
    font-size: 16px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-weight: 700;
    color: var(--cs-ca-accent-01, #e30614);
}

.icon-box.style-big .label {
    font-family: "Caveat", cursive;
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 17px;
    font-weight: 300;
    color: var(--cs-ca-color-00, #000);
}

.icon-box.style-small .label {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 0;
    margin: 0;
    font-weight: 400;
    vertical-align: middle;
    color: var(--cs-ca-color-01, #0c0c0c);
}

.icon-box .label::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: var(--cs-ca-accent-01, #e30614);
}

.icon-box.style-big .label::after,
.icon-box.style-small .label::after {
    display: none;
}

.icon-box .text {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--cs-ca-color-03, #4d4d4d);
}

.icon-box.style-background .icon,
.icon-box.style-background .label,
.icon-box.style-background .text {
    position: relative;
    z-index: 2;
    color: var(--cs-ca-color-08, #fff);
}

.icon-box.style-background .text {
    color: var(--cs-ca-color-10, #c0c0c0);
}

.icon-box.style-background .label::after {
    background-color: var(--cs-ca-color-08, #fff);
}

/* ---------------------- */
/* Image Box               */
/* ---------------------- */
.image-box {
    position: relative;
    display: block;
}

.image-box.style-title-over {
    height: 361px;
}

.image-box.style-title-over .media {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    will-change: contents;
}

.image-box.style-title-over .media::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.4;
    background-color: var(--cs-ca-color-00, #000);
}

.image-box.style-title-over .inner-media {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    overflow: hidden;
    transform: scale(1);
}

.image-box.style-title-over:hover .inner-media {
    transform: scale(1.05);
}

.image-box.style-title-over .inner-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-box.style-title-over .label {
    position: absolute;
    font-family: "Caveat", cursive;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    font-size: 42px;
    line-height: 53px;
    z-index: 2;
    text-align: center;
    color: var(--cs-ca-color-08, #fff);
    transform: translateY(-50%);
}

.image-box.style-title-over .label::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -78px;
    width: 1px;
    height: 55px;
    z-index: 2;
    opacity: 0.4;
    background-color: var(--cs-ca-color-10, #c0c0c0);
}

.image-box.style-title-over:hover .label::after {
    opacity: 1;
    background-color: var(--cs-ca-accent-01, #e30614);
}

.image-box.style-title-over .discover {
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    opacity: 0.7;
    z-index: 2;
    text-align: center;
    color: var(--cs-ca-color-08, #fff);
}

.image-box.style-title-over:hover .discover {
    opacity: 1;
    color: var(--cs-ca-accent-01-cool, #d5a948);
}

.image-box.style-standard {}

.image-box.style-standard .media {
    margin-bottom: 20px;
}

.image-box.style-standard .media img {
    display: block;
    width: 100%;
}

.image-box.style-standard .subtitle {
    display: block;
    margin-bottom: 4px;
    color: var(--cs-ca-accent-01, #e30614);
}

.image-box.style-standard .title {
    display: block;
    font-family: "Caveat", cursive;
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
}

.image-box.style-standard .text {
    margin-bottom: 24px;
}

.image-box.style-standard .text p:last-child {
    margin: 0;
}

.image-box.style-standard .discover-more {
    padding: 7px 15px;
}

/* ---------------------- */
/* Title Box              */
/* ---------------------- */
.title-box {
    position: relative;
    min-height: 361px;
    text-align: center;
}

.title-box .box-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 15px 50px;
    transform: translateY(-50%);
}

.title-box h3 {
    position: relative;
    padding-top: 25px;
    color: var(--cs-ca-color-08, #fff);
}

.title-box h3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 60px;
    height: 1px;
    opacity: 0.7;
    background-color: var(--cs-ca-border-01, #c0c0c0);
    transform: translateX(-50%);
}

.title-box a {}

/* ---------------------- */
/* Video Popup            */
/* ---------------------- */
.video-popup-wrapper {
    padding: 220px 0;
    text-align: center;
}

.video-popup-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    pointer-events: none;
    background-color: var(--cs-ca-color-00, #000);
}

.video-popup-wrapper .popup-button {
    padding: 50px 0;
}

.video-popup-wrapper .popup-button a {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 117px;
    padding-left: 8px;
    font-size: 34px;
    z-index: 3;
    border-radius: 100%;
    border: 2px solid #fff;
    color: var(--cs-ca-color-08, #fff);
    will-change: transform;
    transform: scale(1);
}

.video-popup-wrapper .popup-button a:hover {
    transform: scale(1.10);
}

/* ---------------------- */
/* Facilities             */
/* ---------------------- */

/* Global */
.facilities {
    position: relative;
}

/* Style Full */
.facilities.style-full {
    display: block;
}

.facilities.style-full .facility-box {
    display: block;
    position: relative;
    padding: 100px 100px;
    margin-bottom: 50px;
}

.facilities.style-full .facility-box:nth-child(odd) {
    text-align: left;
}

.facilities.style-full .facility-box:nth-child(even) {
    text-align: right;
}

.facilities.style-full .facility-box:last-child {
    margin: 0;
}

.facilities.style-full .facility-box .media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    backface-visibility: hidden;
    will-change: contents;
}

.facilities.style-full .facility-box .inner-media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(1);
}

.facilities.style-full .facility-box:hover .inner-media {
    transform: scale(1.05);
}

.facilities.style-full .facility-box .inner-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facilities.style-full .facility-box .text-box {
    position: relative;
    display: inline-block;
    padding: 50px 50px;
    width: 315px;
    text-align: left;
    background-color: var(--cs-ca-color-08, #fff);
}

.facilities.style-full .facility-box .text-box .subtitle {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--cs-ca-accent-01, #e30614);
}

.facilities.style-full .facility-box .text-box .label {
    position: relative;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 30px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 14px;
    color: var(--cs-ca-color-00, #000);
}

.facilities.style-full .facility-box .text-box .label::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #999;
}

.facilities.style-full .facility-box .text-box .text {
    margin-bottom: 20px;
}

.facilities.style-full .facility-box .text-box .text p {}

.facilities.style-full .facility-box .text-box .text p:last-child {
    margin: 0;
}

/* Style Sliced */
.facilities.style-sliced {
    display: block;
}

.facilities.style-sliced .facility-box {
    position: relative;
    display: flex;
    margin-bottom: 50px;
}

.facilities.style-sliced .facility-box:last-child {
    margin: 0;
}

.facilities.style-sliced .facility-box .content-left {
    display: flex;
    width: 50%;
    padding: 0 50px;
}

.facilities.style-sliced .facility-box .media {
    overflow: hidden;
    backface-visibility: hidden;
    will-change: contents;
}

.facilities.style-sliced .facility-box .inner-media {
    overflow: hidden;
    transform: scale(1);
}

.facilities.style-sliced .facility-box .media:hover .inner-media {
    transform: scale(1.05);
}

.facilities.style-sliced .facility-box .inner-media img {
    display: block;
    width: 100%;
}

.facilities.style-sliced .facility-box .content-right {
    display: flex;
    width: 50%;
    padding: 0 50px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.facilities.style-sliced .facility-box .text-box {
    display: block;
}

.facilities.style-sliced .facility-box .text-box .subtitle {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--cs-ca-accent-01, #e30614);
}

.facilities.style-sliced .facility-box .text-box .label {
    position: relative;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 30px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 26px;
    padding-bottom: 14px;
    color: var(--cs-ca-color-00, #000);
}

.facilities.style-sliced .facility-box .text-box .label::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #999;
}

.facilities.style-sliced .facility-box .text-box .text {
    margin-bottom: 20px;
}

.facilities.style-sliced .facility-box .text-box .text p {}

.facilities.style-sliced .facility-box .text-box .text p:last-child {
    margin: 0;
}

/* ---------------------- */
/* Pricing Tables         */
/* ---------------------- */
.pricing-tables {
    text-align: left;
}

.pricing-tables .pricing-column.column.one-third {
    width: calc(33.333% - 35px);
    margin: 0 52px 52px 0;
    background-color: var(--cs-ca-color-08, #fff);
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.12);
}

.pricing-tables .pricing-column.column.one-third.last {
    margin-right: 0;
}

.pricing-tables .pricing-column.column.one-third.grey-background {
    background-color: var(--cs-ca-color-07, #f7f7f7);
}

.pricing-tables .pricing-column.column.one-third.no-margin-bottom {
    margin-bottom: 0;
}

.pricing-tables .pricing-column .media {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    will-change: contents;
}

.pricing-tables .pricing-column .inner-media {
    position: relative;
    height: 250px;
    overflow: hidden;
    transform: scale(1);
}

.pricing-tables .pricing-column:hover .inner-media {
    transform: scale(1.05);
}

.pricing-tables .pricing-column .inner-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing-tables .pricing-column .content {
    padding: 30px 35px;
}

.pricing-tables .pricing-column .price {
    margin-bottom: 5px;
}

.pricing-tables .pricing-column .old-price {
    font-size: 16px;
    opacity: 0.8;
    margin-right: 10px;
    text-decoration: line-through;
}

.pricing-tables .pricing-column .current-price {
    font-size: 20px;
    color: var(--cs-ca-accent-01, #e30614);
}

.pricing-tables .pricing-column .current-price span {
    font-weight: 400;
    font-size: 13px;
    opacity: 0.8;
    color: var(--cs-ca-color-03, #4d4d4d);
}

.pricing-tables .pricing-column .label {
    position: relative;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    padding-bottom: 18px;
    margin-bottom: 20px;
    color: var(--cs-ca-color-00, #000);
}

.pricing-tables .pricing-column .label::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #999;
}

.pricing-tables .pricing-column .features {}

.pricing-tables .pricing-column .features p {
    font-size: 15px;
    line-height: normal;
    margin: 0;
    color: var(--cs-ca-color-05, #808080);
}

/* ---------------------- */
/* Testimonials           */
/* ---------------------- */
.testimonials {
    padding: 0;
}

.testimonials .inner {
    position: relative;
    z-index: 2;
}

.testimonials::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-color: var(--cs-ca-color-00, #000);
}

.testimonials .big-title .subtitle {}

.testimonials .big-title .subtitle::before,
.testimonials .big-title .subtitle::after {
    background-color: var(--cs-ca-accent-01, #e30614);
}

.testimonials .big-title h1 {
    color: var(--cs-ca-color-08, #fff);
}

.testimonials .testimonials-slider {
    width: 100%;
    height: auto;
}

.testimonials .testimonials-slider .swiper-container,
.testimonials .testimonials-slider .swiper-wrapper {
    height: auto;
}

.testimonials .testimonials-slider article {
    height: auto;
    text-align: center;
}

.testimonials .testimonials-slider article .stars {
    font-size: 18px;
    margin-bottom: 25px;
    color: var(--cs-ca-accent-01, #e30614);
}

.testimonials .testimonials-slider article .stars span {}

.testimonials .testimonials-slider article .text {
    max-width: 1200px;
    margin: 0 auto 25px;
    padding: 100px;
}

.testimonials .testimonials-slider article .text p {
    font-size: 18px;
    line-height: 36px;
    opacity: 0.9;
    color: var(--cs-ca-color-08, #fff);
}

.testimonials .testimonials-slider article .text p:last-child {
    margin: 0;
}

.testimonials .testimonials-slider article .cite {
    font-size: 16px;
    line-height: 30px;
    color: var(--cs-ca-accent-01, #e30614);
}

.testimonials .testimonials-slider article .cite .guest {
    display: inline-block;
    min-width: 180px;
    font-weight: 700;
}

.testimonials .testimonials-slider article .cite .line {
    display: inline-block;
    width: 70px;
    height: 1px;
    margin: 0 20px;
    vertical-align: middle;
    background-color: var(--cs-ca-accent-01, #e30614);
}

.testimonials .testimonials-slider article .cite .source {
    display: inline-block;
    width: 180px;
    font-weight: 700;
}

.testimonials .testimonials-slider .swiper-nav-prev {
    position: absolute;
    top: calc(50% - 35px);
    left: 0;
    font-size: 14px;
    padding: 15px 15px 15px 104px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, -50%);
}

.testimonials .testimonials-slider .swiper-nav-prev::before {
    position: absolute;
    content: "";
    right: 61px;
    top: 28px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.testimonials .testimonials-slider .swiper-nav-prev:hover {
    transform: translate(18px, -50%);
}

.testimonials .testimonials-slider .swiper-nav-next {
    position: absolute;
    top: calc(50% - 35px);
    right: 0;
    font-size: 14px;
    padding: 15px 104px 15px 15px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, -50%);
}

.testimonials .testimonials-slider .swiper-nav-next::before {
    position: absolute;
    content: "";
    left: 61px;
    font-size: 14px;
    top: 28px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.testimonials .testimonials-slider .swiper-nav-next:hover {
    transform: translate(-18px, -50%);
}

/* ---------------------- */
/* Rooms                  */
/* ---------------------- */

/* Global */
.rooms-grid {}

/* Style Hover */
.rooms-grid.style-hover {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 42px;
}

.rooms-grid.style-hover article {
    display: block;
}

.rooms-grid.style-hover article .inner {
    position: relative;
}

.rooms-grid.style-hover article .inner::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 4;
    pointer-events: none;
    background-color: var(--cs-ca-color-00, #000);
}

.rooms-grid.style-hover article .inner>a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.rooms-grid.style-hover article .media {
    position: relative;
    backface-visibility: hidden;
    will-change: contents;
    height: 352px;
    overflow: hidden;
}

.rooms-grid.style-hover article .inner-media {
    position: relative;
    overflow: hidden;
    height: 100%;
    transform: scale(1);
}

.rooms-grid.style-hover article:hover .inner-media {
    transform: scale(1.04);
}

.rooms-grid.style-hover article .inner-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rooms-grid.style-hover article .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 10px 30px;
    z-index: 5;
    text-align: center;
    transform: translateY(-50%);
}

.rooms-grid.style-hover article .room-title {
    display: block;
    font-family: "Caveat", cursive;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 0;
    color: var(--cs-ca-color-08, #fff);
}

.rooms-grid.style-hover article .room-details {
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0.8;
    text-align: center;
    transform: translateX(-50%);
}

.rooms-grid.style-hover article .room-details span {
    display: inline-block;
    margin: 0 9px;
    color: var(--cs-ca-color-08, #fff);
}

.rooms-grid.style-hover article .room-details span i {
    font-size: 16px;
    vertical-align: middle;
}

.rooms-grid.style-hover article .room-price {
    position: absolute;
    bottom: 30px;
    left: 50%;
    padding: 3px 14px;
    z-index: 5;
    color: var(--cs-ca-color-08, #fff);
    background-color: var(--cs-ca-accent-01, #e30614);
    transform: translateX(-50%);
}

.rooms-grid.style-hover article .room-price .old-price {
    position: absolute;
    left: -40px;
    opacity: 0.5;
    font-weight: 700;
    text-decoration: line-through;
}

.rooms-grid.style-hover article .room-price .current-price {
    font-weight: 700;
}

.rooms-grid.style-hover article .room-price .current-price span {
    opacity: 0.8;
    font-size: 11px;
    font-weight: 400;
}

/* Style Standard */
.rooms-grid.style-standard {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.rooms-grid.style-standard article {
    display: block;
}

.rooms-grid.style-standard article .inner {
    position: relative;
}

.rooms-grid.style-standard article .inner>a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.rooms-grid.style-standard article .media {
    position: relative;
    backface-visibility: hidden;
    will-change: contents;
    overflow: hidden;
}

.rooms-grid.style-standard article .inner-media {
    overflow: hidden;
    transform: scale(1);
}

.rooms-grid.style-standard article:hover .inner-media {
    transform: scale(1.04);
}

.rooms-grid.style-standard article .inner-media img {
    display: block;
    width: 100%;
}

.rooms-grid.style-standard article .room-price {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0px 12px;
    z-index: 5;
    opacity: 0.85;
    color: var(--cs-ca-color-08, #fff);
    background-color: var(--cs-ca-accent-01, #e30614);
}

.rooms-grid.style-standard article .room-price .current-price {
    font-weight: 700;
}

.rooms-grid.style-standard article .room-price .current-price span {
    opacity: 0.8;
    font-size: 11px;
    font-weight: 400;
}

.rooms-grid.style-standard article .text {
    margin-top: 18px;
}

.rooms-grid.style-standard article .room-title {
    display: block;
    font-family: "Caveat", cursive;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 14px;
    font-weight: 300;
    color: var(--cs-ca-color-00, #000);
}

.rooms-grid.style-standard.bold article .room-title {
    margin-top: 25px;
    font-weight: 400;
}

.rooms-grid.style-standard article .room-details {
    margin-bottom: 10px;
}

.rooms-grid.style-standard article .room-details span {
    display: inline-block;
    margin-right: 14px;
    color: var(--cs-ca-color-00, #000);
}

.rooms-grid.style-standard.bold article .room-details span {
    margin-right: 20px;
}

.rooms-grid.style-standard article .room-details span:last-child {
    margin: 0;
}

.rooms-grid.style-standard article .room-details span i {
    font-size: 20px;
    margin-right: 4px;
    vertical-align: middle;
}

.rooms-grid.style-standard article .text p {
    margin-top: 18px;
}

.rooms-grid.style-standard article .explore {
    color: var(--cs-ca-accent-01, #e30614);
}

/* Style Big */
.rooms-grid.style-big {
    display: block;
}

.rooms-grid.style-big article {
    display: block;
    margin-bottom: 50px;
}

.rooms-grid.style-big article:last-child {
    margin: 0;
}

.rooms-grid.style-big article:nth-child(even) {
    text-align: right;
}

.rooms-grid.style-big article .inner {
    position: relative;
}

.rooms-grid.style-big article .inner>a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.rooms-grid.style-big article .media {
    position: relative;
    height: 500px;
    backface-visibility: hidden;
    will-change: contents;
    overflow: hidden;
}

.rooms-grid.style-big article .inner-media {
    position: relative;
    height: 100%;
    overflow: hidden;
    transform: scale(1);
}

.rooms-grid.style-big article:hover .inner-media {
    transform: scale(1.04);
}

.rooms-grid.style-big article .inner-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rooms-grid.style-big article .content-box {
    position: absolute;
    right: -150px;
    top: 50%;
    width: 480px;
    min-height: 280px;
    padding: 46px 46px;
    text-align: left;
    background-color: var(--cs-ca-color-08, #fff);
    box-shadow: 1px 1px 10px #0000001a;
    transform: translateY(-50%);
}

.rooms-grid.style-big article:nth-child(even) .content-box {
    right: auto;
    left: -150px;
}

.rooms-grid.style-big article .content-box .head {}

.rooms-grid.style-big article .content-box .room-price {
    margin-bottom: 5px;
}

.rooms-grid.style-big article .content-box .room-price .current-price {
    font-weight: 700;
    font-size: 14px;
    color: var(--cs-ca-accent-01, #e30614);
}

.rooms-grid.style-big article .content-box .room-price .current-price span {
    opacity: 0.8;
    font-size: 11px;
    font-weight: 400;
    color: var(--cs-ca-color-00, #000);
}

.rooms-grid.style-big article .content-box .room-title {
    display: block;
    font-family: "Caveat", cursive;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 14px;
    color: var(--cs-ca-color-00, #000);
}

.rooms-grid.style-big article:hover .content-box .room-title {
    color: var(--cs-ca-accent-01, #e30614);
}

.rooms-grid.style-big article .content-box .room-details {
    margin-bottom: 10px;
}

.rooms-grid.style-big article .content-box .room-details span {
    display: inline-block;
    margin-right: 20px;
    color: var(--cs-ca-color-00, #000);
}

.rooms-grid.style-big article .content-box .room-details span:last-child {
    margin: 0;
}

.rooms-grid.style-big article .content-box .room-details span i {
    font-size: 20px;
    margin-right: 6px;
    vertical-align: middle;
}

.rooms-grid.style-big article .content-box .text {
    margin-top: 18px;
}

.rooms-grid.style-big article .content-box .explore {
    color: var(--cs-ca-accent-01, #e30614);
}

/* Room Single */
.room-single {}

.room-single::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 3;
    pointer-events: none;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
}

.room-single>.room-header {
    position: relative;
    height: calc(100vh - 100px);
}

.room-single>.room-header .bg {
    position: relative;
    height: 100%;
}

.room-single>.room-header .bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 350px;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 3;
    pointer-events: none;
    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.room-single>.room-header .bg img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-single>.room-header .wrapper {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 1200px;
    z-index: 4;
    transform: translateX(-50%);
}

.room-single>.room-header .info {
    position: relative;
}

.room-single>.room-header .info .room-title {
    display: block;
    font-family: "Caveat", cursive;
    font-size: 50px;
    line-height: 59px;
    margin-bottom: 35px;
    color: var(--cs-ca-color-08, #fff);
}

.room-single>.room-header .info .room-details {}

.room-single>.room-header .info .room-details p {
    position: relative;
    display: inline-block;
    padding-right: 28px;
    margin-right: 28px;
    margin-bottom: 0;
}

.room-single>.room-header .info .room-details p::after {
    position: absolute;
    content: "";
    top: 38px;
    right: -11px;
    width: 21px;
    height: 1px;
    background-color: var(--cs-ca-color-05, #808080);
}

.room-single>.room-header .info .room-details p:last-child::after {
    display: none;
}

.room-single>.room-header .info .room-details p .label {
    display: block;
    opacity: 0.6;
    color: var(--cs-ca-color-08, #fff);
}

.room-single>.room-header .info .room-details p .content {
    color: var(--cs-ca-color-08, #fff);
}

.room-single>.room-header .room-price {
    position: absolute;
    bottom: 0;
    right: 0;
}

.room-single>.room-header .room-price .current-price {
    font-size: 25px;
    font-weight: 700;
    color: var(--cs-ca-accent-01, #e30614);
}

.room-single>.room-header .room-price .current-price span {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
    color: var(--cs-ca-color-08, #fff);
}

.room-single>.room-content {
    padding: 100px 0;
}

.room-single>.room-content {}

.room-single>.room-content p:last-child {
    margin: 0;
}

.room-single>.similar-rooms {
    padding: 100px 0;
}

.room-single>.similar-rooms .rooms-grid.style-standard {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.room-single>.similar-rooms .rooms-grid.style-standard article .room-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
}

/* ---------------------- */
/* Accordion              */
/* ---------------------- */
.accordion {}

.accordion .panel {
    border-bottom: 1px solid #b1b1b1;
}

.accordion .panel:last-child {
    border: 0;
}

.accordion .panel .label {
    position: relative;
    display: block;
    padding: 15px 24px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    color: var(--cs-ca-color-00, #000);
}

.accordion .panel.status-active .label,
.accordion .panel:hover .label {
    color: var(--cs-ca-accent-01, #e30614);
}

.accordion .panel .label i {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 9px;
    left: 0;
}

.accordion .panel .label i::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 14px;
    width: 12px;
    height: 2px;
    background-color: var(--cs-ca-color-05, #808080);
}

.accordion .panel .label i::after {
    display: block;
    position: absolute;
    content: "";
    left: 5px;
    top: 9px;
    width: 2px;
    height: 12px;
    background-color: var(--cs-ca-color-05, #808080);
}

.accordion .panel:hover .label i::before,
.accordion .panel:hover .label i::after,
.accordion .panel.status-active .label i::before,
.accordion .panel.status-active .label i::after {
    background-color: var(--cs-ca-accent-01, #e30614);
}

.accordion .panel.status-active .label i::after {
    display: none;
}

.accordion .panel .text {
    display: none;
}

.accordion .panel.status-active .text {
    display: block;
}

.accordion .panel .text .inner {
    padding: 5px 0 20px;
}

.accordion .panel .text p {}

.accordion .panel .text p:last-child {
    margin: 0;
}

/* ---------------------- */
/* Page Header            */
/* ---------------------- */
section.page-header {
    position: relative;
    min-height: 500px;
    padding: 240px 0 50px;
    text-align: center;
    background-position: center center;
    background-size: cover;
    margin: 50px;
}

section.page-header.style-full {
    padding: 100px 20px;
    height: 100vh;
}

section.page-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.55;
    background-color: var(--cs-ca-color-00, #000);
}

section.page-header.style-full::before {
    opacity: 0.5;
}

section.page-header .title {
    /* position: relative;
    z-index: 3; */
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.page-header.style-full .title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
}

section.page-header .title p {
    color: var(--cs-ca-accent-01, #e30614);
}

section.page-header .title h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: 400;
    color: var(--cs-ca-color-08, #fff);
}

section.page-header.style-full .title h1 {
    font-size: 68px;
    line-height: 70px;
}

/* section.page-header .title h1::before {
    position: absolute;
    content: "";
    top: 27px;
    left: -100px;
    width: 60px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

section.page-header .title h1::after {
    position: absolute;
    content: "";
    top: 27px;
    right: -100px;
    width: 60px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
} */

section.page-header .title h1.style-no-border::before,
section.page-header .title h1.style-no-border::after {
    display: none;
}

/* ---------------------- */
/* Restaurant Menu        */
/* ---------------------- */
.restaurant-menu {
    text-align: left;
}

.restaurant-menu h2 {}

.restaurant-menu ul {
    list-style: none;
}

.restaurant-menu ul li {
    display: grid;
    list-style: none;
    grid-template-columns: 170px auto;
    grid-gap: 32px;
    margin-bottom: 30px;
}

.restaurant-menu ul li:last-child {
    margin-bottom: 0;
}

.restaurant-menu ul li .media {
    position: relative;
    display: block;
    width: 170px;
    height: 170px;
    overflow: hidden;
    backface-visibility: hidden;
    will-change: contents;
}

.restaurant-menu ul li .inner-media {
    position: relative;
    height: 100%;
    overflow: hidden;
    transform: scale(1);
}

.restaurant-menu ul li:hover .inner-media {
    transform: scale(1.05);
}

.restaurant-menu ul li .inner-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.restaurant-menu ul li .content {
    display: inline-block;
    padding-right: 20px;
}

.restaurant-menu ul li .content .category {
    display: block;
    margin-bottom: 3px;
    color: var(--cs-ca-accent-01, #e30614);
}

.restaurant-menu ul li .content .meal {
    display: inline-block;
    font-family: "Caveat", cursive;
    float: left;
    width: 90%;
    font-size: 26px;
    line-height: 35px;
    color: var(--cs-ca-color-03, #4d4d4d);
}

.restaurant-menu ul li .content .price {
    display: inline-block;
    width: 10%;
    text-align: right;
    font-size: 20px;
    line-height: 35px;
    color: #919191;
}

.restaurant-menu ul li .content .details {
    display: block;
    margin-top: 18px;
    padding-top: 24px;
    color: var(--cs-ca-color-03, #4d4d4d);
    border-top: 1px solid #c0c0c0;
}

/* ---------------------- */
/* Team Member            */
/* ---------------------- */
.team-member {
    position: relative;
}

.team-member.style-hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 3;
    pointer-events: none;
    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.team-member img {
    display: block;
    width: 100%;
    height: auto;
}

.team-member.style-standard img {
    margin-bottom: 20px;
}

.team-member.style-hover .content {
    position: absolute;
    width: 100%;
    bottom: 16px;
    left: 0;
    padding: 0 30px;
    z-index: 4;
    color: var(--cs-ca-color-08, #fff);
}

.team-member .content .name {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.team-member .content .title {
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}

.team-member.style-hover .content .social {
    display: inline-block;
    float: right;
    line-height: 37px;
}

.team-member .content .social a {
    display: inline-block;
    margin-right: 8px;
}

.team-member.style-hover .content .social a {
    color: var(--cs-ca-color-08, #fff);
}

.team-member .content .social a:hover {
    color: var(--cs-ca-accent-01, #e30614);
}

/* ---------------------- */
/* Contact Form           */
/* ---------------------- */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    display: block;
    font-family: 'Roboto';
    font-size: 14px;
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 18px;
    border: 1px solid #c3c3c3;
    color: var(--cs-ca-color-00, #000);
    background: #eaeaea;
    float: left;
}

.contact-form textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
}

.contact-form input[type="submit"] {
    font-size: 14px;
    padding: 12px 40px;
    outline: none;
    border: 0;
    color: var(--cs-ca-color-08, #fff);
    background: var(--cs-ca-accent-01, #e30614);
}

.contact-form-response {}

.contact-form-response.style-success {
    color: #268726;
    background-color: #cff1cf;
}

.contact-form-response.style-error {
    color: #872626;
    background-color: #f1cfcf;
}

.contact-form-response p {
    padding: 15px 20px;
    color: inherit;
}

.contact-form-response.style-success p {
    border: 1px solid #a6d1ab;
}

.contact-form-response.style-error p {
    border: 1px solid #d1a6a6;
}

.contact-form input[type="text"]:hover,
.contact-form input[type="email"]:hover,
.contact-form textarea:hover {
    border-color: var(--cs-ca-color-05, #808080);
}

.contact-form input[type="submit"]:hover {
    background: var(--cs-ca-accent-01-cool, #d5a948);
}

/* ---------------------- */
/* Contact Box            */
/* ---------------------- */
.contact-box {}

.contact-box .label {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: var(--cs-ca-color-03, #4d4d4d);
}

.contact-box .label::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #999;
}

.contact-box ul {
    margin: 0;
    list-style: none;
}

.contact-box ul li {
    min-height: 20px;
    line-height: 23px;
    list-style: none;
}

.contact-box ul li p:last-child {
    margin-bottom: 0;
}

.contact-box ul li a {
    position: relative;
    display: inline-block;
}

.contact-box ul li a::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform-origin: 0 0;
    background-color: var(--cs-ca-color-01, #0c0c0c);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.contact-box ul li a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* ---------------------- */
/* Google Map             */
/* ---------------------- */
.google-map {
    padding-left: 50px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.google-map iframe {
    width: 100%;
    height: 577px;
    border: 0;
}

/* ---------------------- */
/* Gallery                */
/* ---------------------- */
.gallery {}

.gallery.style-grid {
    display: grid;
    width: 100%;
    grid-gap: 12px;
}

.gallery.style-grid.size-2-columns {
    grid-template-columns: 1fr 1fr;
}

.gallery.style-grid.size-3-columns {
    grid-template-columns: 1fr 1fr 1fr;
}

.gallery.style-grid.size-4-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery.style-grid.no-gap {
    grid-gap: 0;
}

.gallery>a {
    display: block;
    margin: 0;
}

.gallery>a img {
    display: block;
    width: 100%;
    height: auto;
}

/*
================================================================
================================================================
    Sliders
================================================================
================================================================
*/

/* ---------------------- */
/* Global                 */
/* ---------------------- */
.carousel-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-slider .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.carousel-slider .swiper-container.status-grapping {
    cursor: grabbing;
}

.carousel-slider .swiper-wrapper {
    will-change: transform;
}

/* ---------------------- */
/* Intro Slider           */
/* ---------------------- */
.carousel-slider.style-intro article {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    margin: 0;
    vertical-align: middle;
}

.carousel-slider.style-intro article .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.carousel-slider.style-intro article .media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.carousel-slider.style-intro article .media::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.3;
    pointer-events: none;
    background-color: var(--cs-ca-color-00, #000);
}

.carousel-slider.style-intro article .media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-slider.style-intro article .text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 3;
    -webkit-transform: translate(-50%, -56%);
    -moz-transform: translate(-50%, -56%);
    transform: translate(-50%, -56%);
}

.carousel-slider.style-intro article .text .subtitle {
    margin-bottom: 45px;
    opacity: 0;
    color: var(--cs-ca-color-08, #fff);
    transform: translateY(-25px);
}

.carousel-slider.style-intro article .text .subtitle span {
    position: relative;
}

.carousel-slider.style-intro article .text .subtitle span::before {
    position: absolute;
    content: "";
    top: 7px;
    left: -100px;
    width: 50px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-intro article .text .subtitle span::after {
    position: absolute;
    content: "";
    top: 7px;
    right: -100px;
    width: 50px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-intro article .text h2 {
    font-size: 74px;
    line-height: 92px;
    font-weight: 400;
    margin-bottom: 45px;
    opacity: 0;
    color: var(--cs-ca-color-08, #fff);
    transform: translateY(-25px);
}

.carousel-slider.style-intro article .text a {
    display: inline-block;
    padding: 12px 36px;
    opacity: 0;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--cs-ca-color-08, #fff);
    background-color: var(--cs-ca-accent-01, #e30614);
    transform: translateY(-25px);
}

.carousel-slider.style-intro article .text a:hover {
    background-color: var(--cs-ca-accent-01-cool, #d5a948);
}

.carousel-slider.style-intro article.swiper-slide-active .text .subtitle,
.carousel-slider.style-intro article.swiper-slide-active .text h2,
.carousel-slider.style-intro article.swiper-slide-active .text a {
    opacity: 1;
    transform: translateY(0);
}

.carousel-slider.style-intro .swiper-nav-prev {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px 20px 20px 90px;
    font-size: 14px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.carousel-slider.style-intro .swiper-nav-prev::before {
    position: absolute;
    content: "";
    left: 50px;
    top: 32px;
    width: 26px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-intro .swiper-nav-prev:hover {
    -webkit-transform: translate(18px, -50%);
    -moz-transform: translate(18px, -50%);
    transform: translate(18px, -50%);
}

.carousel-slider.style-intro .swiper-nav-next {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 20px 90px 20px 20px;
    font-size: 14px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.carousel-slider.style-intro .swiper-nav-next::before {
    position: absolute;
    content: "";
    right: 50px;
    top: 32px;
    width: 26px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-intro .swiper-nav-next:hover {
    -webkit-transform: translate(-18px, -50%);
    -moz-transform: translate(-18px, -50%);
    transform: translate(-18px, -50%);
}

/* ---------------------- */
/* Horizontal Focused     */
/* ---------------------- */
section.slider-horizontal-focused-wrapper {
    width: 100%;
    height: 100vh;
    padding: 210px 0 40px;
    background-color: var(--cs-ca-color-01, #0c0c0c);
}

.carousel-slider.style-horizontal-focused {}

.carousel-slider.style-horizontal-focused.fullscreen {
    height: 100%;
}

.carousel-slider.style-horizontal-focused.height-limited {
    height: 640px;
}

.carousel-slider.style-horizontal-focused.style-boxed.height-limited {
    height: 510px;
}

.carousel-slider.style-horizontal-focused .swiper-container {
    padding-bottom: 70px;
}

.carousel-slider.style-horizontal-focused.fullscreen .swiper-container {
    padding-bottom: 100px;
}

.carousel-slider.style-horizontal-focused article {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 100%;
    margin: 0;
    transform: scale(0.85);
}

.carousel-slider.style-horizontal-focused.style-boxed article {
    height: 440px;
    margin: 0 25px;
    transform: scale(1);
}

.carousel-slider.style-horizontal-focused article.swiper-slide-active {
    transform: scale(1);
}

.carousel-slider.style-horizontal-focused article .inner {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
}

.carousel-slider.style-horizontal-focused article .inner::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 4;
    background-color: var(--cs-ca-color-00, #000);
}

.carousel-slider.style-horizontal-focused.style-boxed article .inner::after {
    opacity: 0;
    pointer-events: none;
}

.carousel-slider.style-horizontal-focused article.swiper-slide-active .inner::after {
    opacity: 0;
    pointer-events: none;
}

.carousel-slider.style-horizontal-focused article a {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    margin: 0;
}

.carousel-slider.style-horizontal-focused article .media {
    position: relative;
    backface-visibility: hidden;
    will-change: contents;
}

.carousel-slider.style-horizontal-focused:not(.style-images) article .media::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 350px;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
}

.carousel-slider.style-horizontal-focused.style-boxed article .media::before {
    height: 180px;
    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.carousel-slider.style-horizontal-focused article.swiper-slide-active .media::before {
    opacity: 1;
}

.carousel-slider.style-horizontal-focused article .media,
.carousel-slider.style-horizontal-focused article .inner-media {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    overflow: hidden;
}

.carousel-slider.style-horizontal-focused article .inner-media {
    transform: scale(1);
}

.carousel-slider.style-horizontal-focused article.swiper-slide-active .inner:hover .inner-media {
    transform: scale(1.04);
}

.carousel-slider.style-horizontal-focused article .media img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.carousel-slider.style-horizontal-focused article .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 30px 30px;
    opacity: 0;
    z-index: 3;
    text-align: center;
    color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-horizontal-focused.style-boxed article .text {
    bottom: -107px;
}

.carousel-slider.style-horizontal-focused article.swiper-slide-active .text {
    opacity: 1;
}

.carousel-slider.style-horizontal-focused article .room-price {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.carousel-slider.style-horizontal-focused.style-boxed article .room-price {
    margin-bottom: 22px;
}

.carousel-slider.style-horizontal-focused article .room-price .old-price {
    position: absolute;
    left: -55px;
    font-size: 14px;
    text-decoration: line-through;
    color: var(--cs-ca-color-08, #fff);
    opacity: 0.5;
}

.carousel-slider.style-horizontal-focused article .room-price .current-price {
    position: relative;
    font-size: 16px;
    color: var(--cs-ca-accent-01-cool, #d5a948);
    font-weight: 700;
}

.carousel-slider.style-horizontal-focused article .room-price .current-price span {
    font-size: 13px;
    color: var(--cs-ca-color-08, #fff);
    opacity: 0.7;
    font-weight: 400;
}

.carousel-slider.style-horizontal-focused.style-boxed article .room-price .current-price span {
    opacity: 0.4;
}

.carousel-slider.style-horizontal-focused article .room-title {
    position: relative;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.carousel-slider.style-horizontal-focused.style-boxed article .room-title {
    font-size: 58px;
    line-height: 66px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.carousel-slider.style-horizontal-focused article .room-title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: var(--cs-ca-border-01, #c0c0c0);
    transform: translateX(-50%);
}

.carousel-slider.style-horizontal-focused.style-boxed article .room-title::after {
    display: none;
}

.carousel-slider.style-horizontal-focused article .room-details {}

.carousel-slider.style-horizontal-focused article .room-details span {
    display: inline-block;
    margin: 0 16px;
    opacity: 0.85;
}

.carousel-slider.style-horizontal-focused article .room-details i {
    vertical-align: middle;
    font-size: 21px;
    margin-right: 9px;
}

.carousel-slider.style-horizontal-focused.style-boxed article .explore {
    opacity: 0.4;
    color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-horizontal-focused.style-boxed article:hover .explore {
    opacity: 1;
    color: var(--cs-ca-accent-01, #e30614);
}

.carousel-slider.style-horizontal-focused .swiper-pagination {
    position: absolute;
    bottom: 0;
    width: auto;
    left: 50%;
    z-index: 99;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.carousel-slider.style-horizontal-focused .swiper-pagination span {
    position: relative;
    display: inline-block;
    width: auto;
    height: 3px;
    padding: 20px 20px;
    margin: 0;
    border-radius: 2px;
    opacity: 1;
    pointer-events: all;
    background: none;
}

.carousel-slider.style-horizontal-focused .swiper-pagination span::after {
    display: block;
    content: "";
    width: 23px;
    height: 4px;
    background-color: var(--cs-ca-color-09, #c3c3c3);
}

.carousel-slider.style-horizontal-focused.fullscreen .swiper-pagination span::after {
    width: 30px;
    height: 4px;
    opacity: 0.2;
}

.carousel-slider.style-horizontal-focused .swiper-pagination span:hover::after,
.carousel-slider.style-horizontal-focused .swiper-pagination span.swiper-pagination-bullet-active::after {
    opacity: 1;
    background-color: var(--cs-ca-accent-01-cool, #d5a948);
}

.carousel-slider.style-horizontal-focused .swiper-nav-prev {
    position: absolute;
    top: calc(50% - 35px);
    left: 0;
    font-size: 14px;
    padding: 15px 15px 15px 104px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, -50%);
}

.carousel-slider.style-horizontal-focused .swiper-nav-prev::before {
    position: absolute;
    content: "";
    right: 61px;
    top: 28px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-horizontal-focused .swiper-nav-prev:hover {
    transform: translate(18px, -50%);
}

.carousel-slider.style-horizontal-focused .swiper-nav-next {
    position: absolute;
    top: calc(50% - 35px);
    right: 0;
    font-size: 14px;
    padding: 15px 104px 15px 15px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, -50%);
}

.carousel-slider.style-horizontal-focused .swiper-nav-next::before {
    position: absolute;
    content: "";
    left: 61px;
    font-size: 14px;
    top: 28px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-horizontal-focused .swiper-nav-next:hover {
    transform: translate(-18px, -50%);
}

.carousel-slider.style-horizontal-focused.fullscreen .swiper-nav-prev,
.carousel-slider.style-horizontal-focused.fullscreen .swiper-nav-next {
    top: auto;
    bottom: 0;
    transform: translate(0px, 0px);
}

.carousel-slider.style-horizontal-focused.fullscreen .swiper-nav-prev:hover {
    transform: translate(18px, 0px);
}

.carousel-slider.style-horizontal-focused.fullscreen .swiper-nav-next:hover {
    transform: translate(-18px, 0px);
}

/* ---------------------- */
/* Clients Slider         */
/* ---------------------- */
.carousel-slider.clients-slider {
    height: 140px;
    margin: 30px 0;
}

.carousel-slider.clients-slider article {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 100%;
    margin: 0 100px;
    opacity: 0.7;
}

.carousel-slider.clients-slider article:hover {
    opacity: 1;
}

.carousel-slider.clients-slider article img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0;
}

/* ---------------------- */
/* Label Slider           */
/* ---------------------- */
.label-slider {
    position: relative;
    height: calc(100vh - 44px);
}

.label-slider .show-on-mobile {
    position: relative;
    display: none;
    height: 100%;
}

.label-slider .show-on-mobile::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 5;
    pointer-events: none;
    background-color: var(--cs-ca-color-00, #000);
}

.label-slider .show-on-mobile img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.label-slider>.images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.label-slider>.images::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 5;
    pointer-events: none;
    background-color: var(--cs-ca-color-00, #000);
}

.label-slider>.images img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    object-fit: cover;
    pointer-events: none;
}

.label-slider>.images img.status-active {
    opacity: 1;
    visibility: visible
}

.label-slider>.slides {
    position: absolute;
    width: 900px;
    top: 50%;
    left: 50%;
    padding: 0 20px;
    z-index: 6;
    text-align: center;
    transform: translate(-50%, -50%);
}

.label-slider>.slides .slide {
    margin-bottom: 25px;
}

.label-slider>.slides .slide:last-child {
    margin: 0;
}

.label-slider>.slides .slide .big-label {
    display: inline-block;
    font-family: "Caveat", cursive;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 10px;
    opacity: 0.55;
    color: var(--cs-ca-color-08, #fff);
}

.label-slider>.slides .slide.status-active .big-label {
    opacity: 1;
}

.label-slider>.slides .slide ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.label-slider>.slides .slide.status-active ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.label-slider>.slides .slide ul li {
    position: relative;
    display: inline-block;
    font-family: "Caveat", cursive;
    margin: 0;
    padding: 0 30px;
    font-size: 15px;
    line-height: 28px;
    color: var(--cs-ca-color-08, #fff);
}

.label-slider>.slides .slide ul li::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 23px;
    background-color: var(--cs-ca-color-09, #c3c3c3);
}

.label-slider>.slides .slide ul li:last-child::after {
    display: none;
}

.label-slider>.slides .slide ul li a {
    display: block;
    opacity: 0.6;
    font-size: 22px;
    line-height: 26px;
    color: var(--cs-ca-color-08, #fff);
}

.label-slider>.slides .slide ul li a:hover {
    opacity: 1;
}

/* ---------------------- */
/* List Slider            */
/* ---------------------- */
.list-slider {
    position: relative;
    height: 100vh;
}

.list-slider .show-on-mobile {
    position: relative;
    display: none;
    height: 100%;
}

.list-slider .show-on-mobile::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 5;
    pointer-events: none;
    background-color: var(--cs-ca-color-00, #000);
}

.list-slider .show-on-mobile img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.list-slider>.images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.list-slider>.images::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 5;
    pointer-events: none;
    background-color: var(--cs-ca-color-00, #000);
}

.list-slider>.images img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    object-fit: cover;
    pointer-events: none;
}

.list-slider>.images img.status-active {
    opacity: 1;
    visibility: visible;
}

.list-slider>.list {
    position: absolute;
    width: 65%;
    bottom: 70px;
    left: 0;
    padding: 0 50px;
    z-index: 6;
}

.list-slider>.list ul {
    height: 34px;
    margin-bottom: 25px;
    list-style: none;
}

.list-slider>.list ul:last-child {
    margin: 0;
}

.list-slider>.list ul li {
    display: inline-block;
    margin: 0;
    margin-right: 40px;
    list-style: none;
}

.list-slider>.list ul li:last-child {
    margin: 0;
}

.list-slider>.list ul li a {
    display: block;
    font-family: "Caveat", cursive;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0;
    opacity: 0.4;
    color: var(--cs-ca-color-08, #fff);
}

.list-slider>.list ul li.status-active a {
    opacity: 1;
}

.list-slider>.details {
    position: absolute;
    width: 35%;
    bottom: 70px;
    right: 0;
    z-index: 6;
    color: var(--cs-ca-color-08, #fff);
}

.list-slider>.details .panel {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 0 50px;
    opacity: 0;
    z-index: 6;
    text-align: right;
    visibility: hidden;
    pointer-events: none;
}

.list-slider>.details .panel.status-active {
    opacity: 1;
    visibility: visible;
}

.list-slider>.details .panel .room-price {
    margin-bottom: 20px;
}

.list-slider>.details .panel .room-price .old-price {
    font-size: 18px;
    margin-right: 10px;
    opacity: 0.4;
    font-weight: 700;
    text-decoration: line-through;
}

.list-slider>.details .panel .room-price .current-price {
    font-weight: 700;
    font-size: 22px;
    color: var(--cs-ca-accent-01, #e30614);
}

.list-slider>.details .panel .room-price .current-price span {
    font-size: 13px;
    font-weight: 400;
    opacity: 0.6;
    color: var(--cs-ca-color-08, #fff);
}

.list-slider>.details .panel .room-details {
    opacity: 1;
}

.list-slider>.details .panel .room-details span {
    margin-right: 26px;
}

.list-slider>.details .panel .room-details span:last-child {
    margin: 0;
}

.list-slider>.details .panel .room-details i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 23px;
    font-size: 20px;
}

/* ---------------------- */
/* Strips Slider          */
/* ---------------------- */
.slider-strips-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow: hidden;
}

.strips-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.strips-slider .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.strips-slider .swiper-wrapper {
    will-change: transform;
}

.strips-slider article {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    margin: 0 25px;
    backface-visibility: hidden;
    will-change: contents;
}

.strips-slider.cols-2 article {
    width: 1200px;
}

.strips-slider.cols-3 article {
    width: 800px;
}

.strips-slider article .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.strips-slider article .inner::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 4;
    background-color: var(--cs-ca-color-00, #000);
}

.strips-slider article.swiper-slide-active .inner::after {
    opacity: 0;
    pointer-events: none;
}

.strips-slider article a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.strips-slider article .media {
    backface-visibility: hidden;
}

.strips-slider article .media,
.strips-slider article .inner-media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.strips-slider article .inner-media {
    transform: scale(1);
}

.strips-slider article.swiper-slide-active .inner:hover .inner-media {
    transform: scale(1.05);
}

.strips-slider article .media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.strips-slider article .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 270px;
    padding: 40px 30px 0;
    opacity: 0;
    z-index: 3;
    text-align: center;
    pointer-events: none;
    color: var(--cs-ca-color-08, #fff);
}

.strips-slider article.swiper-slide-active .text {
    opacity: 1;
}

.strips-slider article .text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.9) 100%);
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.strips-slider article .room-price {
    display: inline-block;
    position: relative;
    margin-bottom: 22px;
}

.strips-slider article .room-price .old-price {
    position: absolute;
    left: -55px;
    font-size: 14px;
    text-decoration: line-through;
    color: var(--cs-ca-color-08, #fff);
    opacity: 0.5;
}

.strips-slider article .room-price .current-price {
    position: relative;
    font-size: 16px;
    color: var(--cs-ca-accent-01-cool, #d5a948);
    font-weight: 700;
}

.strips-slider article .room-price .current-price span {
    font-size: 13px;
    color: var(--cs-ca-color-08, #fff);
    opacity: 0.7;
    font-weight: 400;
}

.strips-slider article .room-title {
    position: relative;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 46px;
    line-height: 55px;
    font-weight: 300;
    margin-bottom: 22px;
    padding-bottom: 0;
}

.strips-slider article .room-details {}

.strips-slider article .room-details span {
    display: inline-block;
    margin: 0 5px;
    opacity: 0.85;
}

.strips-slider article .room-details i {
    vertical-align: middle;
    font-size: 21px;
    margin-right: 9px;
}

.strips-slider .swiper-nav-prev {
    position: absolute;
    bottom: 122px;
    left: 0;
    font-size: 14px;
    padding: 15px 15px 15px 104px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, 0px);
}

.strips-slider .swiper-nav-prev::before {
    position: absolute;
    content: "";
    right: 61px;
    top: 28px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.strips-slider .swiper-nav-prev:hover {
    transform: translate(18px, 0px);
}

.strips-slider .swiper-nav-next {
    position: absolute;
    bottom: 122px;
    right: 0;
    font-size: 14px;
    padding: 15px 104px 15px 15px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, 0px);
}

.strips-slider .swiper-nav-next::before {
    position: absolute;
    content: "";
    left: 61px;
    font-size: 14px;
    top: 28px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.strips-slider .swiper-nav-next:hover {
    transform: translate(-18px, 0px);
}

/* ---------------------- */
/* Vertical Blocks        */
/* ---------------------- */
section.slider-vertical-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow: hidden;
}

.vertical-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vertical-slider .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vertical-slider .swiper-wrapper {
    will-change: transform;
}

.vertical-slider article {
    position: relative;
    display: block;
    width: 100%;
    height: 560px;
    margin: 25px 0;
}

.vertical-slider article .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.vertical-slider article .inner::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.75;
    z-index: 4;
    background-color: var(--cs-ca-color-00, #000);
}

.vertical-slider article.swiper-slide-active .inner::after {
    opacity: 0;
    pointer-events: none;
}

.vertical-slider article a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.vertical-slider article .media {
    backface-visibility: hidden;
    will-change: contents;
}

.vertical-slider article .media,
.vertical-slider article .inner-media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vertical-slider article .inner-media {
    transform: scale(1);
}

.vertical-slider article.swiper-slide-active .inner:hover .inner-media {
    transform: scale(1.05);
}

.vertical-slider article .media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vertical-slider article .text {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 200px;
    padding: 32px 30px 0;
    opacity: 0;
    z-index: 3;
    text-align: center;
    pointer-events: none;
    color: var(--cs-ca-color-08, #fff);
}

.vertical-slider article.swiper-slide-active .text {
    opacity: 1;
}

.vertical-slider article .text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.9) 100%);
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.vertical-slider article .room-price {
    display: inline-block;
    position: relative;
    margin-bottom: 22px;
}

.vertical-slider article .room-price .old-price {
    position: absolute;
    left: -55px;
    font-size: 14px;
    text-decoration: line-through;
    color: var(--cs-ca-color-08, #fff);
    opacity: 0.5;
}

.vertical-slider article .room-price .current-price {
    position: relative;
    font-size: 16px;
    color: var(--cs-ca-accent-01-cool, #d5a948);
    font-weight: 700;
}

.vertical-slider article .room-price .current-price span {
    font-size: 13px;
    color: var(--cs-ca-color-08, #fff);
    opacity: 0.7;
    font-weight: 400;
}

.vertical-slider article .room-title {
    position: relative;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 60px;
    line-height: 68px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
}

.vertical-slider .swiper-pagination {
    position: absolute;
    bottom: 50px;
    width: auto;
    left: 50%;
    z-index: 99;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.vertical-slider .swiper-pagination span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 3px;
    margin: 0 20px;
    border-radius: 2px;
    opacity: 1;
    pointer-events: all;
    background-color: #2a2a2a;
}

.vertical-slider .swiper-pagination span:hover,
.vertical-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--cs-ca-color-08, #fff);
}

.vertical-slider .custom-pagination {
    position: absolute;
    bottom: 35px;
    left: 50%;
    font-size: 16px;
    z-index: 5;
    text-align: center;
    pointer-events: none;
    color: var(--cs-ca-color-08, #fff);
    transform: translateX(-50%);
}

.vertical-slider .custom-pagination .current-index {
    position: relative;
    margin: 0 30px;
}

.vertical-slider .custom-pagination .current-index::after {
    position: absolute;
    content: "";
    top: 10px;
    right: -45px;
    width: 26px;
    height: 1px;
    background-color: var(--cs-ca-color-05, #808080);
}

.vertical-slider .custom-pagination .total {
    margin: 0 30px;
    opacity: 0.4;
}

.vertical-slider .swiper-nav-prev {
    position: absolute;
    bottom: 35px;
    left: 0;
    font-size: 14px;
    padding: 15px 15px 15px 104px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, 0px);
}

.vertical-slider .swiper-nav-prev::before {
    position: absolute;
    content: "";
    right: 61px;
    top: 28px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.vertical-slider .swiper-nav-prev:hover {
    transform: translate(18px, 0px);
}

.vertical-slider .swiper-nav-next {
    position: absolute;
    bottom: 35px;
    right: 0;
    font-size: 14px;
    padding: 15px 104px 15px 15px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, 0px);
}

.vertical-slider .swiper-nav-next::before {
    position: absolute;
    content: "";
    left: 61px;
    font-size: 14px;
    top: 28px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.vertical-slider .swiper-nav-next:hover {
    transform: translate(-18px, 0px);
}

/* ---------------------- */
/* Big Slider             */
/* ---------------------- */
section.slider-big-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 160px 0 40px;
    background-color: var(--cs-ca-color-01, #0c0c0c);
}

.big-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.big-slider .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 0 150px;
    z-index: 5;
    overflow: hidden;
}

.big-slider .swiper-wrapper {
    will-change: transform;
}

.big-slider .big-slider-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px 0 150px;
    overflow: hidden;
    text-align: center;
}

.big-slider .big-slider-images .wrapper {
    position: relative;
    width: 64vw;
    height: 100%;
    margin: 0 auto;
}

.big-slider .big-slider-images .wrapper::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 2;
    background-color: var(--cs-ca-color-00, #000);
}

.big-slider .big-slider-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
}

.big-slider .big-slider-images img.active {
    opacity: 1;
}

.big-slider article {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 50px;
    opacity: 0.2;
    text-align: center;
}

.big-slider article.swiper-slide-active {
    opacity: 1;
}

.big-slider article .inner {
    position: relative;
    display: block;
    top: 46%;
    cursor: pointer;
    transform: translateY(-50%);
}

.big-slider article a {
    position: relative;
    display: block;
    margin: 0;
    z-index: 5;
    pointer-events: none;
}

.big-slider article.swiper-slide-active a {
    pointer-events: auto;
}

.big-slider article .text {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 32px 30px 0;
    z-index: 3;
    text-align: center;
    color: var(--cs-ca-color-08, #fff);
}

.big-slider article.swiper-slide-active .text {
    opacity: 1;
}

.big-slider article .room-price {
    display: inline-block;
    position: relative;
    margin-bottom: 22px;
    opacity: 0;
}

.big-slider article.swiper-slide-active .room-price {
    opacity: 1;
}

.big-slider article .room-price .old-price {
    position: absolute;
    left: -55px;
    font-size: 14px;
    text-decoration: line-through;
    color: var(--cs-ca-color-08, #fff);
    opacity: 0.5;
}

.big-slider article .room-price .current-price {
    position: relative;
    font-size: 16px;
    color: var(--cs-ca-accent-01-cool, #d5a948);
    font-weight: 700;
}

.big-slider article .room-price .current-price span {
    font-size: 13px;
    opacity: 0.5;
    font-weight: 400;
    color: var(--cs-ca-color-08, #fff);
}

.big-slider article .room-title {
    position: relative;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 60px;
    line-height: 68px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.big-slider article .explore {
    opacity: 0;
    color: var(--cs-ca-color-08, #fff);
}

.big-slider article.swiper-slide-active .explore {
    opacity: 0.5;
}

.big-slider article.swiper-slide-active a:hover .explore {
    opacity: 1;
    color: var(--cs-ca-accent-01, #e30614);
}

.big-slider .swiper-pagination {
    position: absolute;
    bottom: 0;
    width: auto;
    left: 50%;
    z-index: 99;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.big-slider .swiper-pagination span {
    position: relative;
    display: inline-block;
    width: auto;
    height: 3px;
    padding: 20px 20px;
    margin: 0;
    border-radius: 2px;
    opacity: 1;
    pointer-events: all;
    background: none;
}

.big-slider .swiper-pagination span::after {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    opacity: 0.2;
    background-color: var(--cs-ca-color-09, #c3c3c3);
}

.big-slider .swiper-pagination span:hover::after,
.big-slider .swiper-pagination span.swiper-pagination-bullet-active::after {
    opacity: 1;
    background-color: var(--cs-ca-accent-01-cool, #d5a948);
}

.big-slider .swiper-nav-prev {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    padding: 15px 15px 15px 104px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, 0px);
}

.big-slider .swiper-nav-prev::before {
    position: absolute;
    content: "";
    right: 61px;
    top: 28px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.big-slider .swiper-nav-prev:hover {
    transform: translate(18px, 0px);
}

.big-slider .swiper-nav-next {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    padding: 15px 104px 15px 15px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, 0px);
}

.big-slider .swiper-nav-next::before {
    position: absolute;
    content: "";
    left: 61px;
    font-size: 14px;
    top: 28px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.big-slider .swiper-nav-next:hover {
    transform: translate(-18px, 0px);
}

/* ---------------------- */
/* Block Slider           */
/* ---------------------- */
section.slider-block-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;
    background-color: var(--cs-ca-color-01, #0c0c0c);
}

.block-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.block-slider .block-container {
    position: absolute;
    width: 1500px;
    height: 150px;
    left: 50%;
    bottom: 70px;
    margin: 0;
    z-index: 5;
    overflow: hidden;
    background-color: var(--cs-ca-color-00, #000);
    transform: translateX(-50%);
}

.block-slider .swiper-container {
    position: relative;
    width: 600px;
    height: 100%;
    margin: 0 auto;
    z-index: 5;
    overflow: hidden;
}

.block-slider .swiper-wrapper {
    will-change: transform;
}

.block-slider .block-slider-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
}

.block-slider .block-slider-images .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.block-slider .block-slider-images .wrapper::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 3;
    pointer-events: none;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
}

.block-slider .block-slider-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
}

.block-slider .block-slider-images img.active {
    opacity: 1;
}

.block-slider article {
    position: relative;
    display: inline-block;
    width: 600px;
    height: 100%;
    padding: 0 20px;
    text-align: center;
}

.block-slider article .inner {
    position: relative;
    display: block;
    height: 100%;
    cursor: pointer;
}

.block-slider article a {
    position: relative;
    display: block;
    height: 100%;
    margin: 0;
    z-index: 5;
    pointer-events: none;
}

.block-slider article.swiper-slide-active a {
    pointer-events: auto;
}

.block-slider article .text {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 32px 30px;
    z-index: 3;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--cs-ca-color-08, #fff);
}

.block-slider article .room-title {
    position: relative;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 38px;
    line-height: 46px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--cs-ca-color-08, #fff);
}

.block-slider article a:hover .room-title {
    color: var(--cs-ca-accent-01, #e30614);
}

.block-slider article .room-price {
    display: block;
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
}

.block-slider article .room-price .old-price {
    position: absolute;
    left: -55px;
    font-size: 14px;
    opacity: 0.3;
    text-decoration: line-through;
    color: var(--cs-ca-color-08, #fff);
}

.block-slider article .room-price .current-price {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: var(--cs-ca-accent-01, #e30614);
}

.block-slider article .room-price .current-price span {
    font-size: 13px;
    opacity: 0.3;
    font-weight: 400;
    color: var(--cs-ca-color-08, #fff);
}

.block-slider .swiper-nav-prev {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 14px;
    padding: 62px 15px 62px 154px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, -50%);
}

.block-slider .swiper-nav-prev::before {
    position: absolute;
    content: "";
    right: 61px;
    top: 74px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.block-slider .swiper-nav-prev:hover {
    transform: translate(18px, -50%);
}

.block-slider .swiper-nav-next {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 14px;
    padding: 62px 154px 62px 15px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, -50%);
}

.block-slider .swiper-nav-next::before {
    position: absolute;
    content: "";
    left: 61px;
    font-size: 14px;
    top: 74px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.block-slider .swiper-nav-next:hover {
    transform: translate(-18px, -50%);
}

/* ---------------------- */
/* Fullscreen Slider      */
/* ---------------------- */
.carousel-slider.style-fullscreen article {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    margin: 0;
    vertical-align: middle;
}

.carousel-slider.style-fullscreen.style-left article {
    width: calc(100vw - 200px);
}

.carousel-slider.style-fullscreen article.swiper-slide-next {
    cursor: pointer;
}

.carousel-slider.style-fullscreen article .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.carousel-slider.style-fullscreen article .media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.carousel-slider.style-fullscreen article .media::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.5;
    pointer-events: none;
    background-color: var(--cs-ca-color-00, #000);
}

.carousel-slider.style-fullscreen article.swiper-slide-next .media::before {
    opacity: 0.8;
}

.carousel-slider.style-fullscreen article.swiper-slide-next:hover .media::before {
    opacity: 0.1;
}

.carousel-slider.style-fullscreen article .media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-slider.style-fullscreen article .text {
    position: absolute;
    top: 53%;
    left: 50%;
    z-index: 3;
    text-align: center;
    color: var(--cs-ca-color-08, #fff);
    -webkit-transform: translate(-50%, -56%);
    -moz-transform: translate(-50%, -56%);
    transform: translate(-50%, -56%);
}

.carousel-slider.style-fullscreen.style-left article .text {
    left: 50px;
    z-index: 3;
    text-align: left;
    -webkit-transform: translate(0, -56%);
    -moz-transform: translate(0, -56%);
    transform: translate(0, -56%);
}

.carousel-slider.style-fullscreen article.swiper-slide-next .text {
    opacity: 0;
}

.carousel-slider.style-fullscreen article .room-price {
    display: inline-block;
    position: relative;
    margin-bottom: 22px;
}

.carousel-slider.style-fullscreen article .room-price .old-price {
    position: absolute;
    top: 1px;
    left: -55px;
    font-size: 14px;
    opacity: 0.5;
    text-decoration: line-through;
    color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-fullscreen.style-left article .room-price .old-price {
    top: -30px;
    left: 0;
}

.carousel-slider.style-fullscreen article .room-price .current-price {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: var(--cs-ca-accent-01-cool, #d5a948);
}

.carousel-slider.style-fullscreen article .room-price .current-price span {
    font-size: 13px;
    opacity: 0.4;
    font-weight: 400;
    color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-fullscreen article .room-title {
    position: relative;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 54px;
    line-height: 66px;
    font-weight: 300;
    margin-bottom: 12px;
}

.carousel-slider.style-fullscreen article .room-details {
    position: relative;
    margin-bottom: 24px;
}

.carousel-slider.style-fullscreen article .room-details span {
    position: relative;
    display: inline-block;
    margin: 0 30px;
    opacity: 0.75;
}

.carousel-slider.style-fullscreen.style-left article .room-details span:first-child {
    margin-left: 0;
}

.carousel-slider.style-fullscreen article .room-details span::after {
    position: absolute;
    content: "";
    top: 12px;
    right: -45px;
    width: 30px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-fullscreen article .room-details span:last-child::after {
    display: none;
}

.carousel-slider.style-fullscreen article .description {
    display: block;
    opacity: 0.85;
    margin-bottom: 27px;
}

.carousel-slider.style-fullscreen article .description p {
    display: block;
    white-space: nowrap;
    color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-fullscreen article .description p:last-child {
    margin: 0;
}

.carousel-slider.style-fullscreen article .explore {}

.carousel-slider.style-fullscreen .custom-pagination {
    position: absolute;
    bottom: 35px;
    left: 50px;
    font-size: 16px;
    z-index: 5;
    text-align: center;
    pointer-events: none;
    color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-fullscreen .custom-pagination .current-index {
    position: relative;
    margin-right: 30px;
}

.carousel-slider.style-fullscreen .custom-pagination .current-index::after {
    position: absolute;
    content: "";
    top: 10px;
    right: -45px;
    width: 26px;
    height: 1px;
    background-color: var(--cs-ca-color-10, #c0c0c0);
}

.carousel-slider.style-fullscreen .custom-pagination .total {
    margin: 0 30px;
    opacity: 0.5;
}

.carousel-slider.style-fullscreen .swiper-pagination {
    position: absolute;
    bottom: 35px;
    width: auto;
    left: 50%;
    z-index: 99;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.carousel-slider.style-fullscreen .swiper-pagination span {
    position: relative;
    display: inline-block;
    width: auto;
    height: 3px;
    padding: 20px 20px;
    margin: 0;
    border-radius: 2px;
    opacity: 1;
    pointer-events: all;
    background: none;
}

.carousel-slider.style-fullscreen .swiper-pagination span::after {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    opacity: 0.2;
    background-color: var(--cs-ca-color-09, #c3c3c3);
}

.carousel-slider.style-fullscreen .swiper-pagination span:hover::after,
.carousel-slider.style-fullscreen .swiper-pagination span.swiper-pagination-bullet-active::after {
    opacity: 1;
    background-color: var(--cs-ca-accent-01-cool, #d5a948);
}

.carousel-slider.style-fullscreen .swiper-nav-prev {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px 20px 20px 90px;
    font-size: 14px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.carousel-slider.style-fullscreen .swiper-nav-prev::before {
    position: absolute;
    content: "";
    left: 50px;
    top: 32px;
    width: 26px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-fullscreen .swiper-nav-prev:hover {
    -webkit-transform: translate(18px, -50%);
    -moz-transform: translate(18px, -50%);
    transform: translate(18px, -50%);
}

.carousel-slider.style-fullscreen .swiper-nav-next {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 20px 90px 20px 20px;
    font-size: 14px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.carousel-slider.style-fullscreen.style-left .swiper-nav-next {
    right: 120px;
}

.carousel-slider.style-fullscreen .swiper-nav-next::before {
    position: absolute;
    content: "";
    right: 50px;
    top: 32px;
    width: 26px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.carousel-slider.style-fullscreen .swiper-nav-next:hover {
    -webkit-transform: translate(-18px, -50%);
    -moz-transform: translate(-18px, -50%);
    transform: translate(-18px, -50%);
}

/* ---------------------- */
/* Sliced Slider          */
/* ---------------------- */
section.slider-sliced-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;
    background-color: var(--cs-ca-color-01, #0c0c0c);
}

.sliced-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.sliced-slider .sliced-container {
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 5;
    overflow: hidden;
    background-color: var(--cs-ca-color-00, #000);
}

.sliced-slider.style-quarter .sliced-container {
    width: 30vw;
}

.sliced-slider .swiper-container {
    position: relative;
    width: calc(100% - 100px);
    height: 100%;
    margin: 0 auto;
    z-index: 5;
    overflow: hidden;
}

.sliced-slider .swiper-wrapper {
    will-change: transform;
}

.sliced-slider .sliced-slider-images {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 50%;
    padding: 0;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
}

.sliced-slider.style-quarter .sliced-slider-images {
    width: 70%;
    left: 30%;
}

.sliced-slider .sliced-slider-images .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.sliced-slider .sliced-slider-images .wrapper::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 3;
    pointer-events: none;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 50%, transparent 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 50%, transparent 100%);
}

.sliced-slider.style-quarter .sliced-slider-images .wrapper::after {
    height: 170px;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 40%, transparent 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 40%, transparent 100%);
}

.sliced-slider .sliced-slider-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
}

.sliced-slider .sliced-slider-images img.active {
    opacity: 1;
}

.sliced-slider article {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    vertical-align: middle;
}

.sliced-slider article.swiper-slide-next {
    cursor: pointer;
}

.sliced-slider article .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.sliced-slider article .text {
    position: absolute;
    top: 53%;
    left: 0;
    z-index: 3;
    text-align: left;
    color: var(--cs-ca-color-08, #fff);
    -webkit-transform: translate(0, -56%);
    -moz-transform: translate(0, -56%);
    transform: translate(0, -56%);
}

.sliced-slider article .room-price {
    display: inline-block;
    position: relative;
    margin-bottom: 22px;
}

.sliced-slider article .room-price .old-price {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 14px;
    opacity: 0.5;
    text-decoration: line-through;
    color: var(--cs-ca-color-08, #fff);
}

.sliced-slider article .room-price .current-price {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: var(--cs-ca-accent-01-cool, #d5a948);
}

.sliced-slider article .room-price .current-price span {
    font-size: 13px;
    opacity: 0.4;
    font-weight: 400;
    color: var(--cs-ca-color-08, #fff);
}

.sliced-slider article .room-title {
    position: relative;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 54px;
    line-height: 66px;
    font-weight: 300;
    margin-bottom: 12px;
}

.sliced-slider.style-quarter article .room-title {
    font-size: 42px;
    line-height: 44px;
}

.sliced-slider article .room-details {
    position: relative;
    margin-bottom: 24px;
}

.sliced-slider article .room-details span {
    position: relative;
    display: inline-block;
    margin: 0 30px;
    opacity: 0.75;
}

.sliced-slider article .room-details span:first-child {
    margin-left: 0;
}

.sliced-slider article .room-details span::after {
    position: absolute;
    content: "";
    top: 12px;
    right: -45px;
    width: 30px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.sliced-slider article .room-details span:last-child::after {
    display: none;
}

.sliced-slider article .description {
    display: block;
    opacity: 0.85;
    margin-bottom: 27px;
}

.sliced-slider article .description p {
    display: block;
    padding-right: 10px;
    color: var(--cs-ca-color-08, #fff);
}

.sliced-slider article .description p:last-child {
    margin: 0;
}

.sliced-slider article .explore {}

.sliced-slider .custom-pagination {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin: 0;
    font-size: 16px;
    z-index: 5;
    text-align: center;
    pointer-events: none;
    color: var(--cs-ca-color-08, #fff);
    transform: translateX(-50%);
}

.sliced-slider .custom-pagination .current-index {
    position: relative;
    margin: 0 30px;
}

.sliced-slider .custom-pagination .current-index::after {
    position: absolute;
    content: "";
    top: 10px;
    right: -45px;
    width: 26px;
    height: 1px;
    background-color: var(--cs-ca-color-10, #c0c0c0);
}

.sliced-slider .custom-pagination .total {
    margin: 0 30px;
    opacity: 0.5;
}

.sliced-slider .swiper-nav-prev {
    position: absolute;
    bottom: 35px;
    left: 0;
    font-size: 14px;
    padding: 15px 15px 15px 104px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, 0);
}

.sliced-slider .swiper-nav-prev::before {
    position: absolute;
    content: "";
    right: 61px;
    top: 27px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.sliced-slider .swiper-nav-prev:hover {
    transform: translate(18px, 0);
}

.sliced-slider .swiper-nav-next {
    position: absolute;
    bottom: 35px;
    right: 0;
    font-size: 14px;
    padding: 15px 104px 15px 15px;
    margin: 0;
    z-index: 5;
    cursor: pointer;
    will-change: transform;
    color: var(--cs-ca-color-08, #fff);
    transform: translate(0px, 0);
}

.sliced-slider .swiper-nav-next::before {
    position: absolute;
    content: "";
    left: 61px;
    font-size: 14px;
    top: 27px;
    width: 34px;
    height: 1px;
    background-color: var(--cs-ca-color-08, #fff);
}

.sliced-slider .swiper-nav-next:hover {
    transform: translate(-18px, 0);
}


/*
================================================================
================================================================
    Blog
================================================================
================================================================
*/

/* ---------------------- */
/* Archive                */
/* ---------------------- */
.blog-archive {
    position: relative;
    width: 860px;
    margin: 0 auto;
}

.blog-archive.has-sidebar {
    display: grid;
    grid-template-columns: 840px auto;
    grid-gap: 70px;
    width: 100%;
}

.blog-archive article {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #c3c3c3;
}

.blog-archive article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.blog-archive article>.media {
    position: relative;
    backface-visibility: hidden;
    will-change: contents;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-archive article .inner-media {
    position: relative;
    overflow: hidden;
    transform: scale(1);
}

.blog-archive article:hover .inner-media {
    transform: scale(1.04);
}

.blog-archive article .inner-media img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.blog-archive article>.meta {
    margin-bottom: 15px;
}

.blog-archive article>.meta>div {
    position: relative;
    display: inline-block;
    margin-right: 28px;
    padding-right: 28px;
}

.blog-archive article>.meta>div::after {
    position: absolute;
    content: "";
    right: -12px;
    top: 12px;
    width: 20px;
    height: 1px;
    background-color: var(--cs-ca-color-11, #b1b1b1);
}

.blog-archive article>.meta>div:last-child::after {
    display: none;
}

.blog-archive article>.meta>div a {
    position: relative;
    display: inline-block;
    color: var(--cs-ca-accent-01, #e30614);
}

.blog-archive article>.meta>div a::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform-origin: 0 0;
    background-color: var(--cs-ca-accent-01, #e30614);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.blog-archive article>.meta>div a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.blog-archive article>h2 {}

.blog-archive article:hover>h2 a {
    color: var(--cs-ca-accent-01, #e30614);
}

.blog-archive article>.content {}

.blog-archive article>.content p:last-child {}

.blog-archive article>.content .read-more {
    display: inline-block;
    padding: 8px 30px;
    margin-top: 10px;
    color: var(--cs-ca-color-08, #fff);
    background-color: var(--cs-ca-accent-01, #e30614);
}

.blog-archive article>.content .read-more:hover {
    background-color: var(--cs-ca-accent-01-cool, #d5a948);
}

/* ---------------------- */
/* Sidebar                */
/* ---------------------- */
.has-sidebar .sidebar {
    position: relative;
    width: 100%;
}

.sidebar .widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .widget>.title {
    display: block;
    font-family: "Caveat", cursive;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    color: var(--cs-ca-color-03, #4d4d4d);
}

.sidebar .widget>.widget-content {}

.sidebar .widget-about-us>.widget-content img {
    margin-bottom: 18px;
}

.sidebar .widget-about-us>.widget-content p:last-child {
    margin: 0;
}

.sidebar .widget-categories>.widget-content ul {}

.sidebar .widget-categories>.widget-content ul li {
    line-height: 29px;
}

.sidebar .widget-categories>.widget-content ul li::marker {
    color: var(--cs-ca-accent-01, #e30614);
}

.sidebar .widget-categories>.widget-content ul li a {
    position: relative;
    display: inline-block;
}

.sidebar .widget-categories>.widget-content ul li a:hover {
    color: var(--cs-ca-accent-01, #e30614);
}

.sidebar .widget-categories>.widget-content ul li a::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform-origin: 0 0;
    background-color: var(--cs-ca-accent-01, #e30614);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.sidebar .widget-categories>.widget-content ul li a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.sidebar .widget-recent-posts>.widget-content ul {
    list-style: none;
}

.sidebar .widget-recent-posts>.widget-content ul li {
    list-style: none;
    margin-bottom: 15px;
}

.sidebar .widget-recent-posts>.widget-content ul li a {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 20px;
    width: 100%;
    align-items: center;
}

.sidebar .widget-recent-posts>.widget-content ul li img {}

.sidebar .widget-recent-posts>.widget-content ul li .recentpost-data {}

.sidebar .widget-recent-posts>.widget-content ul li .recentpost-data span {
    display: inline-block;
    line-height: 21px;
    font-weight: 700;
    color: var(--cs-ca-color-04, #666666);
}

.sidebar .widget-recent-posts>.widget-content ul li:hover .recentpost-data span {
    color: var(--cs-ca-accent-01, #e30614);
}

/* ---------------------- */
/* Single                 */
/* ---------------------- */
.blog-single-post {}

.blog-single-post>.page-header {
    padding: 300px 0 30px;
    text-align: left;
}

.blog-single-post>.page-header .content {}

.blog-single-post>.page-header .content h1 {
    position: relative;
    color: var(--cs-ca-color-08, #fff);
}

.blog-single-post>.page-header .content h1::before,
.blog-single-post>.page-header .content h1::after {
    display: none;
}

.blog-single-post>.page-header .meta {
    margin-bottom: 15px;
}

.blog-single-post>.page-header .meta>div {
    position: relative;
    display: inline-block;
    margin-right: 28px;
    padding-right: 28px;
}

.blog-single-post>.page-header .meta>div::after {
    position: absolute;
    content: "";
    right: -12px;
    top: 12px;
    width: 20px;
    height: 1px;
    background-color: var(--cs-ca-color-11, #b1b1b1);
}

.blog-single-post>.page-header .meta>div:last-child::after {
    display: none;
}

.blog-single-post>.page-header .meta>div a {
    position: relative;
    display: inline-block;
    color: var(--cs-ca-accent-01-cool, #d5a948);
}

.blog-single-post>.page-header .meta>div a::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform-origin: 0 0;
    background-color: var(--cs-ca-accent-01-cool, #d5a948);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.blog-single-post>.page-header .meta>div a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.blog-single-post .blog-single-wrapper {}

.blog-single-post .blog-single-content .content {}

.blog-single-post .blog-single-content .content .post-end {
    display: flex;
    padding: 30px 0 0;
    justify-content: space-between;
}

.blog-single-post .blog-single-content .content .post-end .tags {}

.blog-single-post .blog-single-content .content .post-end .tags a {
    display: inline-block;
    margin-right: 12px;
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 3px;
    background-color: var(--cs-ca-color-10, #c0c0c0);
}

.blog-single-post .blog-single-content .content .post-end .tags a:hover {
    color: var(--cs-ca-color-08, #fff);
    background-color: var(--cs-ca-accent-01, #e30614);
}

.blog-single-post .blog-single-content .content .post-end .share-networks {}

.blog-single-post .blog-single-content .content .post-end .share-networks a {
    display: inline-block;
    margin-left: 8px;
}

.blog-single-post .blog-single-content .content .post-end .share-networks a:hover {
    color: var(--cs-ca-accent-01, #e30614);
}

.blog-single-post .comments {}

.blog-single-post .comment_form {}

.blog-single-post .comment_form form {
    position: relative;
}

.blog-single-post .comment_form form textarea {}

.blog-single-post .comment_form form input[type="text"],
.blog-single-post .comment_form form input[type="email"],
.blog-single-post .comment_form form textarea {
    display: inline-block;
    font-family: 'Roboto';
    font-size: 14px;
    width: 264px;
    padding: 14px 16px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #c3c3c3;
    color: var(--cs-ca-color-00, #000);
    background: #eaeaea;
}

.blog-single-post .comment_form form input[name="subject"] {
    margin-right: 0;
}

.blog-single-post .comment_form form textarea {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 22px;
}

.blog-single-post .comment_form form input[type="text"]:hover,
.blog-single-post .comment_form form input[type="email"]:hover,
.blog-single-post .comment_form form textarea:hover {
    border-color: var(--cs-ca-color-05, #808080);
}

.blog-single-post .comment_form form input[type="submit"] {
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 40px;
    border: 0;
    outline: none;
    color: var(--cs-ca-color-08, #fff);
    background: var(--cs-ca-accent-01, #e30614);
}

.blog-single-post .comment_form form input[type="submit"]:hover {
    background: var(--cs-ca-accent-01-cool, #d5a948);
}


/*
================================================================
================================================================
    Transitions
================================================================
================================================================
*/

header a,
header nav a>span::after,
header:not(.showNav) nav>ul>li:not(.mega-menu)>ul ul,
header .menu-icon span,
header:not(.showNav) nav>ul>li>ul,
footer a:not(.logo-link)::after,
footer a,
section .button,
.booking-tool .booking-step.feature-search .step-label,
.video-popup-wrapper .popup-button a,
.image-box .inner-media,
.image-box.style-title-over .label::after,
.image-box.style-title-over .discover,
.accordion .panel .label,
.accordion .panel .label i::before,
.accordion .panel .label i::after,
.facilities .facility-box .inner-media,
.pricing-tables .pricing-column .inner-media,
.restaurant-menu ul li .inner-media,
.team-member .content .social a,
.rooms-grid article .inner-media,
.rooms-grid.style-big article .content-box .room-title,
.contact-box ul li a::after,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="submit"],
.contact-form textarea,
.blog-archive article .inner-media,
.blog-archive article>.meta>div a::after,
.blog-archive article>h2 a,
.blog-archive article>.content .read-more,
.blog-single-post>.page-header .meta>div a::after,
.blog-single-post .blog-single-content .content .post-end a,
.blog-single-post .comment_form form input[type="text"],
.blog-single-post .comment_form form input[type="email"],
.blog-single-post .comment_form form input[type="submit"],
.blog-single-post .comment_form form textarea,
.sidebar .widget-recent-posts>.widget-content ul li .recentpost-data span,
.sidebar .widget>.widget-content ul li a,
.sidebar .widget>.widget-content ul li a::after,
.sidebar .widget>.widget-content ul li img,
.carousel-slider .swiper-pagination span::after,
.carousel-slider .swiper-nav-prev,
.carousel-slider .swiper-nav-next,
.carousel-slider.style-horizontal-focused article,
.carousel-slider.style-horizontal-focused article .inner::after,
.carousel-slider.style-horizontal-focused article .media .inner-media,
.carousel-slider.style-horizontal-focused article .media::before,
.carousel-slider.style-horizontal-focused article .text,
.carousel-slider.style-horizontal-focused.style-boxed article .explore,
.carousel-slider.style-fullscreen article .text,
.carousel-slider.style-fullscreen article .media::before,
.carousel-slider.clients-slider article,
.label-slider>.slides .slide .big-label,
.label-slider>.slides .slide ul,
.label-slider>.slides .slide ul li a,
.list-slider>.list ul li a,
.list-slider>.details .panel,
.strips-slider article .inner::after,
.strips-slider article .media .inner-media,
.strips-slider article .text,
.strips-slider .swiper-nav-prev,
.strips-slider .swiper-nav-next,
.vertical-slider article .inner::after,
.vertical-slider article .media .inner-media,
.vertical-slider article .text,
.vertical-slider .swiper-nav-prev,
.vertical-slider .swiper-nav-next,
.big-slider article,
.big-slider article .room-price,
.big-slider article .explore,
.big-slider .swiper-nav-prev,
.big-slider .swiper-nav-next,
.big-slider .swiper-pagination span::after,
.block-slider article .room-title,
.block-slider .swiper-nav-prev,
.block-slider .swiper-nav-next,
.sliced-slider .swiper-nav-prev,
.sliced-slider .swiper-nav-next {
    -webkit-transition: all 0.28s ease;
    -moz-transition: all 0.28s ease;
    -ms-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.carousel-slider.style-intro article .text .subtitle {
    -webkit-transition: all 0.70s ease 0.60s;
    -moz-transition: all 0.70s ease 0.60s;
    -ms-transition: all 0.70s ease 0.60s;
    -o-transition: all 0.70s ease 0.60s;
    transition: all 0.70s ease 0.60s;
}

.carousel-slider.style-intro article .text h2 {
    -webkit-transition: all 0.70s ease 0.85s;
    -moz-transition: all 0.70s ease 0.85s;
    -ms-transition: all 0.70s ease 0.85s;
    -o-transition: all 0.70s ease 0.85s;
    transition: all 0.70s ease 0.85s;
}

.carousel-slider.style-intro article .text a {
    -webkit-transition: background-color 0.28s ease, opacity 0.70s ease 1.10s, transform 0.70s ease 1.10s;
    -moz-transition: background-color 0.28s ease, opacity 0.70s ease 1.10s, transform 0.70s ease 1.10s;
    -ms-transition: background-color 0.28s ease, opacity 0.70s ease 1.10s, transform 0.70s ease 1.10s;
    -o-transition: background-color 0.28s ease, opacity 0.70s ease 1.10s, transform 0.70s ease 1.10s;
    transition: background-color 0.28s ease, opacity 0.70s ease 1.10s, transform 0.70s ease 1.10s;
}

.label-slider>.images img,
.list-slider>.images img,
.big-slider .big-slider-images img,
.block-slider .block-slider-images img,
.sliced-slider .sliced-slider-images img {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

body .preloader {
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

header:not(.showNav) nav>ul>li>ul {
    -webkit-transition: all 0.3s ease 0.05s;
    -moz-transition: all 0.3s ease 0.05s;
    -ms-transition: all 0.3s ease 0.05s;
    -o-transition: all 0.3s ease 0.05s;
    transition: all 0.3s ease 0.05s;
}


/*
================================================================
================================================================
    Media Quieries
================================================================
================================================================
*/


/* ----------------------- */
/* Medium Screens (Small Desktop) */
/* ----------------------- */
@media only screen and (max-width : 1680px) {

    /* ----------------------*/
    /* Sliders               */
    /* ----------------------*/

    /* Intro Slider */
    .carousel-slider.style-intro article .text .subtitle {
        margin-bottom: 35px;
    }

    .carousel-slider.style-intro article .text h2 {
        font-size: 54px;
        line-height: 72px;
        margin-bottom: 35px;
    }

    /* Horizontal Focused */
    section.slider-horizontal-focused-wrapper {
        padding: 180px 0 25px;
    }

    .carousel-slider.style-horizontal-focused.style-boxed article {
        height: 380px;
    }

    /* List Slider */
    .list-slider>.list {
        width: 100%;
    }

    .list-slider>.details {
        display: none;
    }

    /* Vertical Slider */
    .vertical-slider article {
        height: 420px;
    }

    /* Big Slider */
    .big-slider article .room-title {
        font-size: 54px;
        line-height: 56px;
        margin-bottom: 16px;
    }

    /* Block Slider */
    .block-slider .block-container {
        width: 1100px;
    }

    /* Fullscreen Slider */
    .carousel-slider.style-fullscreen.style-left article .text {
        max-width: 80%;
    }

    .carousel-slider.style-fullscreen article .room-title {
        font-size: 48px;
        line-height: 54px;
    }

    .carousel-slider.style-fullscreen article .description p {
        white-space: break-spaces;
    }

    /* Sliced Slider */
    .sliced-slider.style-quarter .sliced-slider-images {
        width: 65%;
        left: 35%;
    }

    .sliced-slider.style-quarter .sliced-container {
        width: 35vw;
    }

    .sliced-slider.style-quarter article .room-price .current-price {
        font-size: 16px;
    }

    .sliced-slider article .room-title {
        font-size: 48px;
        line-height: 54px;
    }

    .sliced-slider.style-quarter article .room-title {
        font-size: 34px;
        line-height: 36px;
    }

    .sliced-slider.style-quarter article .explore {
        padding: 6px 30px;
    }

    .sliced-slider.style-quarter .swiper-nav-prev,
    .sliced-slider.style-quarter .swiper-nav-next {
        display: none;
    }

    .sliced-slider.style-quarter .custom-pagination {
        left: 50px;
        transform: none;
    }

    .sliced-slider.style-quarter .custom-pagination .current-index {
        margin-left: 0;
    }

    /* ----------------------*/
    /* Rooms                 */
    /* ----------------------*/
    .rooms-grid.style-big article .content-box {
        right: 30px;
    }

    .rooms-grid.style-big article:nth-child(even) .content-box {
        left: 30px;
    }
}

/* ----------------------- */
/* Medium Devices (Tablet) */
/* ----------------------- */
@media only screen and (max-width : 1300px) {

    /* ----------------------   */
    /* Basics                   */
    /* ----------------------   */
    html,
    body {
        overflow-x: hidden !important;
    }

    html.smooth-scroll body {
        overflow: auto;
    }

    html.fullscreen,
    html.fullscreen body {
        width: 100%;
        height: 100vw;
        overflow: hidden;
    }

    h1 {
        font-size: 32px;
        line-height: 42px;
    }

    h2 {
        font-size: 26px;
        line-height: 38px;
    }

    h3 {
        font-size: 22px;
        line-height: 35px;
    }

    h4 {
        font-size: 18px;
        line-height: 31px;
    }

    h5 {
        font-size: 14px;
        line-height: 25px;
    }

    h6 {
        font-size: 13px;
        line-height: 20px;
    }

    main .section-wrapper-boxed {
        width: auto;
        margin: 0 50px;
    }

    .show-on-mobile {
        display: block !important;
    }

    /* ----------------------   */
    /* Header                   */
    /* ----------------------   */

    /* Global */
    header {}

    header>.top-bar {
        display: none;
    }

    header.style-1>.content-wrapper,
    header.style-2>.content-wrapper,
    header.style-3>.content-wrapper {
        grid-template-columns: auto 100px;
    }

    header.style-1>.content-wrapper>.content-center {
        text-align: right;
    }

    header.style-1>.content-wrapper>.content-right {
        display: none;
    }

    header.style-2>.content-wrapper>.content-left {
        display: none;
    }

    header.style-2>.content-wrapper>.content-center {
        text-align: left;
    }

    header.style-2>.content-wrapper>.content-right {
        text-align: right;
    }

    header .menu-icon {
        display: block;
    }

    header nav,
    header.position-absolute nav,
    header.position-fixed nav {
        position: fixed;
        display: block;
        opacity: 1;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow: auto;
        overflow-x: hidden;
        background-color: var(--cs-ca-color-00, #000);
        transform: translateX(-100%);
        transition: transform 1.4s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }

    header.showNav nav,
    header.position-absolute.showNav nav,
    header.position-fixed.showNav nav {
        transform: translateX(0%);
    }

    header nav>ul,
    header nav>ul>li:not(.mega-menu) ul,
    header nav>ul>li:not(.mega-menu) ul ul,
    header nav>ul>li.mega-menu>ul,
    header nav>ul>li.mega-menu.two-columns>ul,
    header nav>ul>li.mega-menu.three-columns>ul,
    header nav>ul>li.mega-menu.four-columns>ul {
        position: relative;
        display: block;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        padding: 0;
        margin: 0;
        z-index: auto;
        visibility: visible;
        text-align: center;
        box-shadow: none;
        background-color: transparent;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    header nav>ul>li ul {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    /* Navigation (Main Links) */
    header nav>ul {
        padding: 100px 0;
        transform: none;
        height: auto;
    }

    header nav>ul>li {
        padding: 5px 0;
        margin-top: 20px;
        max-height: inherit;
    }

    header nav>ul>li,
    header nav>ul>li.mega-menu {
        display: block;
        visibility: visible;
        position: relative;
        opacity: 0;
        padding: 0 0 0 50px;
        margin-left: 0;
        border: 0;
        height: auto;
        text-align: left;
        line-height: initial;
        transform: translateX(-30px);
        -webkit-transition: all 1.4s ease 0.4s;
        -moz-transition: all 1.4s ease 0.4s;
        -ms-transition: all 1.4s ease 0.4s;
        -o-transition: all 1.4s ease 0.4s;
        transition: all 1.4s ease 0.4s;
    }

    header.showNav nav>ul>li {
        opacity: 1;
        transform: translateX(0px);
    }

    header nav>ul>li.logo {
        display: none;
    }

    header nav>ul>li>a,
    header nav>ul>li:last-child>a,
    header.style-3 nav>ul>li:last-child>a {
        position: relative;
        font-size: 38px;
        padding: 0 30px 0 0;
        opacity: 1 !important;
        color: var(--cs-ca-color-08, #fff) !important;
    }

    header nav>ul>li.got-children>a::after {
        content: "+";
        display: block;
        position: absolute;
        top: 4px;
        right: 0;
        font-size: 33px;
        color: var(--cs-ca-color-08, #fff);
    }

    /* Navigation (Sub Links) */
    header nav>ul>li:not(.mega-menu) ul,
    header nav>ul>li:not(.mega-menu) ul ul,
    header nav>ul>li:not(.mega-menu).left ul ul,
    header nav>ul>li:not(.mega-menu).left ul ul ul,
    header.skin-light nav>ul>li:not(.mega-menu) ul,
    header nav>ul>li.mega-menu>ul,
    header nav>ul>li.mega-menu.two-columns>ul,
    header nav>ul>li.mega-menu.three-columns>ul,
    header nav>ul>li.mega-menu.four-columns>ul {
        display: none;
        padding: 10px 0;
        left: 0;
        top: 0;
        opacity: 1;
        transform: none;
        pointer-events: all;
        background-color: transparent;
    }

    header nav>ul>li>ul {
        padding-top: 25px !important;
    }

    header nav>ul>li:not(.mega-menu) li,
    header nav>ul>li:not(.mega-menu) li:first-child,
    header nav>ul>li:not(.mega-menu) li:last-child,
    header nav>ul>li.mega-menu>ul>li,
    header nav>ul>li.mega-menu.three-columns>ul>li,
    header nav>ul>li.mega-menu.four-columns>ul>li,
    header nav>ul>li.mega-menu.five-columns>ul>li,
    header nav>ul>li.mega-menu>ul>li li,
    header nav>ul>li.mega-menu>ul>li li:first-child {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        border: 0;
        line-height: 28px;
        float: none;
        text-align: left;
        background-color: transparent;
    }

    header nav>ul>li.mega-menu.three-columns>ul>li,
    header nav>ul>li.mega-menu.four-columns>ul>li,
    header nav>ul>li.mega-menu.five-columns>ul>li {
        width: auto;
        margin: 0;
    }

    header nav>ul>li ul a,
    header nav>ul>li:not(.mega-menu) li a,
    header nav>ul>li.mega-menu>ul>li a,
    header nav>ul>li.mega-menu>ul>li li.active a {
        position: relative;
        display: inline-block;
        font-size: 13px;
        line-height: 31px;
        padding: 0 20px;
        color: var(--cs-ca-color-08, #fff) !important;
        background-color: transparent;
    }

    header nav>ul>li ul a::before {
        content: "";
        display: block;
        position: absolute;
        top: 16px;
        left: 0;
        height: 1px;
        width: 7px;
        background-color: var(--cs-ca-color-08, #fff);
    }

    header nav>ul>li:not(.mega-menu) li.menu-item-has-children::before {
        display: none;
    }

    header nav>ul>li:not(.mega-menu) li.menu-item-has-children>ul {
        margin-left: 20px;
    }

    header nav>ul>li:not(.mega-menu) li.menu-item-has-children>a {
        padding: 0 20px;
    }

    header nav>ul>li:not(.mega-menu) li.menu-item-has-children>a::after {
        content: "+";
        display: block;
        position: absolute;
        top: 1px;
        right: 0;
        font-size: 15px;
        color: var(--cs-ca-color-08, #fff);
    }

    /* ----------------------   */
    /* Footer                   */
    /* ----------------------   */
    footer .inner-wrapper {
        width: auto;
        margin: 0 50px;
    }

    /* ----------------------*/
    /* Sliders               */
    /* ----------------------*/

    /* Intro Slider */
    .carousel-slider.style-intro article .text .subtitle {
        margin-bottom: 35px;
    }

    .carousel-slider.style-intro article .text h2 {
        font-size: 54px;
        line-height: 72px;
        margin-bottom: 35px;
    }

    .carousel-slider.style-intro article .text a {
        padding: 13px 36px;
        font-size: 15px;
    }

    /* Horizontal Focused */
    section.slider-horizontal-focused-wrapper {
        padding: 135px 0 20px;
    }

    section.slider-horizontal-focused-wrapper.style-boxed {
        padding: 150px 0 20px;
    }

    .carousel-slider.style-horizontal-focused.style-boxed article .text {
        bottom: -58px;
    }

    .carousel-slider.style-horizontal-focused.style-boxed article .room-title {
        font-size: 50px;
        line-height: 57px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .carousel-slider.style-horizontal-focused.style-boxed article .explore {
        display: none;
    }

    /* Label Slider */
    .label-slider {
        height: 100vh;
    }

    .label-slider .show-on-mobile {
        display: block;
    }

    .label-slider>.slides .slide ul,
    .label-slider>.images {
        display: none;
    }

    .label-slider>.slides {
        width: 100%;
        left: 0;
        transform: translate(0%, -50%);
    }

    .label-slider>.slides .slide .big-label {
        font-size: 42px;
        line-height: 48px;
        opacity: 1;
    }

    /* List Slider */
    .list-slider>.show-on-mobile {
        display: block;
    }

    .list-slider>.images {
        display: none;
    }

    .list-slider>.list ul {
        height: auto;
        margin-bottom: 10px;
    }

    .list-slider>.list ul li {
        margin-right: 30px;
    }

    .list-slider>.list ul li a {
        font-size: 26px;
        line-height: 34px;
        opacity: 1;
    }

    /* Strips Slider */
    .strips-slider.cols-2 article,
    .strips-slider.cols-3 article {
        width: 600px;
    }

    .strips-slider article .text {
        height: 240px;
    }

    .strips-slider article .room-title {
        font-size: 40px;
        line-height: 46px;
    }

    .strips-slider .swiper-nav-prev,
    .strips-slider .swiper-nav-next {
        bottom: 98px;
    }

    /* Vertical Slider */
    .vertical-slider article {
        height: 360px;
    }

    .vertical-slider article .text {
        height: 164px;
    }

    .vertical-slider article .room-price {
        margin-bottom: 18px;
    }

    .vertical-slider article .room-title {
        font-size: 46px;
        line-height: 54px;
        margin-bottom: 0;
    }

    /* Big Slider */
    .big-slider article .room-title {
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 18px;
    }

    /* Block Slider */
    .block-slider .block-container {
        width: 90%;
    }

    .block-slider .swiper-container {
        width: 100%;
    }

    .block-slider .swiper-nav-prev {
        padding: 62px 15px 62px 100px;
    }

    .block-slider .swiper-nav-next {
        padding: 62px 114px 62px 15px;
    }

    /* Fullscreen Slider */
    .carousel-slider.style-fullscreen.style-left article {
        width: calc(100vw - 100px);
    }

    .carousel-slider.style-fullscreen article .text {
        top: 51%;
        width: 70%;
    }

    .carousel-slider.style-fullscreen.style-left article .text {
        max-width: 80%;
        width: 80%;
    }

    .carousel-slider.style-fullscreen article .room-title {
        font-size: 45px;
        line-height: 54px;
    }

    .carousel-slider.style-fullscreen article .description p {
        white-space: break-spaces;
    }

    .carousel-slider.style-fullscreen.style-left .swiper-nav-next {
        right: 18px;
    }

    /* Sliced Slider */
    .sliced-slider.style-quarter .sliced-slider-images {
        width: 60%;
        left: 40%;
    }

    .sliced-slider.style-quarter .sliced-container {
        width: 40vw;
    }

    .sliced-slider article .room-title {
        font-size: 40px;
        line-height: 46px;
    }

    .sliced-slider article .description p {
        display: none;
    }

    /* ----------------------   */
    /* Elements                 */
    /* ----------------------   */

    /* Booking Tool */
    .booking-tool.style-standard>.inner {
        width: 100%;
        margin: 0 auto;
    }

    .booking-tool.style-1,
    .booking-tool.style-2 {
        top: -85px;
        width: 100%;
        padding: 0 50px;
    }

    .booking-tool .booking-step .step-label {
        height: 60px;
    }

    .booking-tool .booking-step .step-label p {
        display: none;
    }

    .booking-tool .booking-step .step-label span {
        flex: 1;
        padding-right: 0;
        text-align: center;
        line-height: 60px;
    }

    .booking-tool .booking-step.feature-search .step-label {
        line-height: 60px;
    }

    .booking-tool .booking-step .step-label input[type=date] {
        padding-right: 30px;
        padding-left: 30px;
        text-align: left;
    }

    .booking-tool .booking-step .step-label input[type=date]::-webkit-inner-spin-button,
    .booking-tool .booking-step .step-label input[type=date]::-webkit-calendar-picker-indicator {
        filter: invert(1);
    }

    /* Layered Images */
    .layered-images {
        padding: 0 50px;
    }

    /* Testimonials */
    .testimonials .testimonials-slider .swiper-nav-next,
    .testimonials .testimonials-slider .swiper-nav-prev {
        display: none;
    }

    /* Columns */
    .row.boxed {
        width: 100%;
        margin: 0;
    }

    .row.space .column.full {
        width: 100%;
    }

    .row.space .column.one-half,
    .row.space .column.one-fourth,
    .row.space .column.three-fourth,
    .row.space .column.one-fifth,
    .row.space .column.two-fifth,
    .row.space .column.three-fifth {
        width: calc(50% - 15px);
    }

    .row.space .column.one-half.no-margin-bottom,
    .row.space .column.one-third.no-margin-bottom,
    .row.space .column.two-third.no-margin-bottom {
        margin-bottom: 30px;
    }

    .row.space .column.one-third {
        width: calc(33.333% - 20px);
        margin: 0 30px 30px 0;
    }

    .row.space .column.one-third.last {
        margin-right: 0;
    }

    .row.space .column.two-third {
        width: calc(66.666% - 10px);
    }

    .row.space .column.one-half:nth-child(2n),
    .row.space .column.one-fourth:nth-child(2n),
    .row.space .column.one-fifth:nth-child(2n),
    .row.space .column.two-fifth:nth-child(2n),
    .row.space .column.three-fourth:nth-child(2n),
    .row.space .column.three-fifth:nth-child(2n) {
        margin-right: 0;
    }

    .row.space .column.full-on-mobile {
        width: 100%;
    }

    /* Rooms */
    .rooms-grid.style-standard {
        grid-gap: 40px;
    }

    .room-single>.room-header .wrapper {
        left: 0;
        width: 100%;
        padding: 0 50px;
        transform: none;
    }

    .room-single>.room-header .info .room-title {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .room-single>.room-header .room-price {
        right: 50px;
    }

    /* Page Header */
    section.page-header .title h1::before,
    section.page-header .title h1::after {
        top: 20px;
    }

    /* Restaurant Menu */
    .restaurant-menu ul li {
        grid-template-columns: 140px auto;
        grid-gap: 26px;
    }

    .restaurant-menu ul li .media {
        width: 140px;
        height: 140px;
    }

    .restaurant-menu ul li .content .category {
        margin-bottom: 0px;
    }

    .restaurant-menu ul li .content .meal {
        width: 84%;
        font-size: 20px;
        line-height: 32px;
    }

    .restaurant-menu ul li .content .price {
        width: 16%;
        font-size: 17px;
        line-height: 32px;
    }

    .restaurant-menu ul li .content .details {
        margin-top: 10px;
        padding-top: 13px;
    }

    /* Gallery */
    .gallery.style-grid.size-2-columns {
        grid-template-columns: 1fr 1fr;
    }

    .gallery.style-grid.size-3-columns {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .gallery.style-grid.size-4-columns {
        grid-template-columns: 1fr 1fr;
    }

    /* ----------------------*/
    /* Blog                  */
    /* ----------------------*/
    .blog-archive {
        width: 100%;
        padding: 0 50px;
    }

    .blog-archive.has-sidebar {
        grid-template-columns: 70% auto;
        grid-gap: 50px;
        padding: 0;
    }

    .blog-archive article>.meta {
        margin-bottom: 8px;
    }

    .blog-archive article>h2 {
        font-size: 30px;
    }

    .blog-single-post>.page-header .content h1 {
        margin-bottom: 12px;
    }

    .blog-single-post .comment_form form input[type="text"],
    .blog-single-post .comment_form form input[type="email"] {
        width: 199px;
    }
}


/* ---------------------- */
/* Small Devices (Mobile) */
/* ---------------------- */
@media only screen and (max-width : 1024px) {


    /* ----------------------   */
    /* Basics                   */
    /* ----------------------   */
    .hide-on-mobile {
        display: none !important;
    }

    h1 {
        font-size: 28px;
        line-height: 40px;
    }

    h2 {
        font-size: 24px;
        line-height: 36px;
    }

    main section {
        padding: 80px 0;
    }

    main .section-wrapper-boxed {
        margin: 0 20px;
    }

    /* ----------------------   */
    /* Header                   */
    /* ----------------------   */
    header {
        height: 70px;
        line-height: 70px;
    }

    header.style-1>.content-wrapper,
    header.style-2>.content-wrapper,
    header.style-3>.content-wrapper {
        grid-template-columns: auto 50px;
    }

    header.style-1>.content-wrapper>.content-left,
    header.style-1>.content-wrapper>.content-right,
    header.style-1>.content-wrapper>.content-center,
    header.style-2>.content-wrapper>.content-left,
    header.style-2>.content-wrapper>.content-right,
    header.style-2>.content-wrapper>.content-center,
    header.style-3>.content-wrapper>.content-left,
    header.style-3>.content-wrapper>.content-right,
    header.style-3>.content-wrapper>.content-center {
        height: 70px;
        line-height: 70px;
    }

    header.style-1>.content-wrapper,
    header.style-2>.content-wrapper,
    header.style-3>.content-wrapper {
        padding: 0 20px;
    }

    header .logo,
    header .menu-icon {
        height: 70px;
        line-height: 70px;
    }

    header .logo a {
        display: inline-block;
        max-height: 45px;
    }

    header .logo img {
        max-height: 45px;
    }

    header .menu-icon span:nth-child(1) {
        top: 25px;
    }

    header .menu-icon span:nth-child(2) {
        top: 32px;
    }

    header .menu-icon span:nth-child(3) {
        top: 39px;
    }

    header.showNav .menu-icon span:nth-child(1),
    header.showNav .menu-icon span:nth-child(2),
    header.showNav .menu-icon span:nth-child(3) {
        top: 32px;
    }

    header nav>ul {
        padding: 80px 0;
    }

    header nav>ul>li,
    header nav>ul>li.mega-menu {
        padding: 0 0 0 25px;
    }

    header nav>ul>li {
        line-height: 38px;
    }

    header nav>ul>li>a,
    header nav>ul>li:last-child>a,
    header.style-3 nav>ul>li:last-child>a {
        font-size: 28px;
    }

    header nav>ul>li.got-children>a::after {
        top: 0px;
        font-size: 28px;
    }

    /* ----------------------   */
    /* Footer                   */
    /* ----------------------   */
    footer .inner-wrapper {
        margin: 0 20px;
    }

    footer .main-content .intro-content {
        text-align: left;
    }

    footer .main-content .column.one-third {
        margin-bottom: 50px !important;
    }

    footer .main-content .column.one-third:last-child {
        margin-bottom: 0 !important;
    }

    footer .bottom-bar {
        grid-template-columns: 1fr;
    }

    footer .bottom-bar .wrapper-right {
        text-align: left;
    }

    footer .bottom-bar .wrapper-right .bottom-bar-links li:first-child {
        position: relative;
        margin-left: 0;
    }

    /* ----------------------*/
    /* Sliders               */
    /* ----------------------*/

    /* Intro Slider */
    .carousel-slider.style-intro article .text {
        left: 0;
        width: 100%;
        padding: 0 20px;
        -webkit-transform: translate(0, -56%);
        -moz-transform: translate(0, -56%);
        transform: translate(0, -56%);
    }

    .carousel-slider.style-intro article .text .subtitle span::before,
    .carousel-slider.style-intro article .text .subtitle span::after {
        display: none;
    }

    .carousel-slider.style-intro article .text h2 {
        font-size: 42px;
        line-height: 62px;
    }

    .carousel-slider.style-intro article .text a {
        padding: 12px 32px;
        font-size: 13px;
        line-height: 22px;
    }

    .carousel-slider.style-intro .swiper-nav-next,
    .carousel-slider.style-intro .swiper-nav-prev {
        display: none;
    }

    /* Horizontal Focused */
    .carousel-slider.style-horizontal-focused .swiper-nav-prev,
    .carousel-slider.style-horizontal-focused .swiper-nav-next {
        display: none;
    }

    section.slider-horizontal-focused-wrapper {
        padding: 100px 0 0px;
    }

    section.slider-horizontal-focused-wrapper.style-boxed {
        padding: 112px 0 20px;
    }

    .carousel-slider.style-horizontal-focused.style-boxed article .text {
        bottom: -52px;
    }

    .carousel-slider.style-horizontal-focused.style-boxed article .room-price {
        margin-bottom: 15px;
    }

    .carousel-slider.style-horizontal-focused.style-boxed article .room-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* Clients Slider */
    .carousel-slider.clients-slider article {
        margin: 0 50px;
    }

    /* Label Slider */
    .label-slider>.slides .slide .big-label {
        font-size: 38px;
        line-height: 44px;
    }

    /* List Slider */
    .list-slider>.list {
        padding: 0 20px;
    }

    .list-slider>.list ul {
        margin-bottom: 20px;
    }

    .list-slider>.list ul li a {
        font-size: 22px;
        line-height: 30px;
    }

    /* Strips Slider */
    .strips-slider.cols-2 article,
    .strips-slider.cols-3 article {
        width: 100vw;
    }

    .strips-slider article .text {
        height: 240px;
    }

    .strips-slider article .room-price {
        margin-bottom: 19px;
    }

    .strips-slider article .room-title {
        font-size: 34px;
        line-height: 39px;
        margin-bottom: 24px;
    }

    .strips-slider .swiper-nav-prev,
    .strips-slider .swiper-nav-next {
        display: none;
    }

    /* Vertical Slider */
    .vertical-slider article {
        height: 280px;
        margin: 10px 0;
    }

    .vertical-slider article .text {
        height: 128px;
    }

    .vertical-slider article .room-price {
        margin-bottom: 14px;
    }

    .vertical-slider article .room-title {
        font-size: 30px;
        line-height: 40px;
    }

    .vertical-slider .swiper-nav-next,
    .vertical-slider .swiper-nav-prev {
        display: none;
    }

    /* Big Slider */
    .big-slider .big-slider-images .wrapper {
        width: calc(100vw - 50px);
    }

    .big-slider article .room-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 18px;
    }

    .big-slider .swiper-nav-prev,
    .big-slider .swiper-nav-next {
        display: none;
    }

    /* Block Slider */
    .block-slider article {
        width: calc(100vw - 150px);
        padding: 0 10px;
    }

    .block-slider article .text {
        padding: 32px 0;
    }

    .block-slider article .room-title {
        font-size: 32px;
        line-height: 46px;
    }

    .block-slider .swiper-nav-prev,
    .block-slider .swiper-nav-next {
        display: none;
    }

    /* Fullscreen Slider */
    .carousel-slider.style-fullscreen.style-left article {
        width: calc(100vw - 55px);
    }

    .carousel-slider.style-fullscreen article .room-price {
        margin-bottom: 14px;
    }

    .carousel-slider.style-fullscreen article .text {
        top: 53%;
        width: 91%;
    }

    .carousel-slider.style-fullscreen.style-left article .text {
        left: 20px;
        max-width: 90%;
        width: 90%;
    }

    .carousel-slider.style-fullscreen article .room-title {
        font-size: 42px;
        line-height: 54px;
    }

    .carousel-slider.style-fullscreen article .description {
        display: none;
    }

    .carousel-slider.style-fullscreen .swiper-nav-prev,
    .carousel-slider.style-fullscreen .swiper-nav-next {
        display: none;
    }

    .carousel-slider.style-fullscreen .custom-pagination {
        left: 20px;
    }

    /* Sliced Slider */
    .sliced-slider .sliced-slider-images,
    .sliced-slider.style-quarter .sliced-slider-images {
        width: 100%;
        left: 0;
    }

    .sliced-slider .sliced-slider-images .wrapper::after,
    .sliced-slider.style-quarter .sliced-slider-images .wrapper::after {
        height: 100%;
        top: 0;
        opacity: 0.6;
        background-image: none;
        background-color: var(--cs-ca-color-00, #000);
    }

    .sliced-slider .sliced-container,
    .sliced-slider.style-quarter .sliced-container {
        width: 100vw;
        left: 0;
        background-color: transparent;
    }

    .sliced-slider .swiper-container {
        width: calc(100% - 40px);
    }

    .sliced-slider .swiper-nav-prev,
    .sliced-slider .swiper-nav-next {
        display: none;
    }

    .sliced-slider .custom-pagination,
    .sliced-slider.style-quarter .custom-pagination {
        left: 20px;
        transform: none;
    }

    .sliced-slider .custom-pagination .current-index {
        margin-left: 0;
    }


    /* ----------------------   */
    /* Elements                 */
    /* ----------------------   */

    /* Big Title */
    .big-title .subtitle.style-border-left-right::after,
    .big-title .subtitle.style-border-left-right::before {
        display: none;
    }

    /* Booking Tool */
    section.welcome-booking {
        background-color: var(--cs-ca-color-10, #c0c0c0);
    }

    .booking-tool:not(.style-standard),
    .booking-tool.style-2,
    .booking-tool.style-standard>.inner {
        position: relative;
        top: auto;
        width: 100%;
        padding: 50px 20px;
        grid-template-columns: 1fr;
    }

    .booking-tool.style-standard>.inner {
        padding: 0;
    }

    .booking-tool .booking-step {
        margin-bottom: 25px;
    }

    .booking-tool .booking-step .step-label {
        background-color: var(--cs-ca-color-08, #fff);
    }

    .booking-tool .booking-step .step-label span {
        color: var(--cs-ca-color-00, #eaeaea);
    }

    .booking-tool .booking-step .step-label input[type=date] {
        padding-right: 30px;
        padding-left: 30px;
        text-align: center;
        color: var(--cs-ca-color-01, #0c0c0c);
    }

    .booking-tool .booking-step .step-label input[type=date]::-webkit-inner-spin-button,
    .booking-tool .booking-step .step-label input[type=date]::-webkit-calendar-picker-indicator {
        filter: invert(0);
    }

    .booking-tool .booking-step.feature-search {
        margin: 0;
    }

    .booking-tool .booking-step.feature-search .step-label {
        line-height: 60px;
        color: var(--cs-ca-color-08, #fff);
        border-color: var(--cs-ca-accent-01, #e30614);
        background-color: var(--cs-ca-accent-01, #e30614);
    }

    .booking-tool.style-2 .booking-step.feature-search .step-label,
    .booking-tool.style-standard .booking-step.feature-search .step-label {
        color: var(--cs-ca-color-03, #4d4d4d);
        background-color: var(--cs-ca-color-08, #fff);
    }

    /* PopUp */
    .mfp-image-holder .mfp-content {
        max-width: 86%;
    }

    .mfp-container .arrow-left,
    .mfp-container .arrow-right {
        display: none;
    }

    /* Columns */
    .row.space .column.full,
    .row.space .column.one-half,
    .row.space .column.one-third,
    .row.space .column.one-fourth,
    .row.space .column.one-fifth,
    .row.space .column.two-third,
    .row.space .column.two-fourth,
    .row.space .column.two-fifth,
    .row.space .column.three-fourth,
    .row.space .column.three-fifth {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .row.no-space .column.full,
    .row.no-space .column.one-half,
    .row.no-space .column.one-third,
    .row.no-space .column.one-fourth,
    .row.no-space .column.one-fifth,
    .row.no-space .column.two-third,
    .row.no-space .column.two-fourth,
    .row.no-space .column.two-fifth,
    .row.no-space .column.three-fourth,
    .row.no-space .column.three-fifth {
        width: 100%;
    }

    .row.space .column.full,
    .row.space .column.one-half,
    .row.space .column.one-third,
    .row.space .column.one-fourth,
    .row.space .column.one-fifth,
    .row.space .column.two-third,
    .row.space .column.two-fourth,
    .row.space .column.two-fifth,
    .row.space .column.three-fourth,
    .row.space .column.three-fifth {
        width: 100%;
        margin: 0 0 20px 0;
    }

    /* Layered Images */
    main .welcome-section .section-wrapper-boxed {
        margin-bottom: 50px;
    }

    .layered-images {
        padding: 0 20px;
    }

    .layered-images>.one-third img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .layered-images>.one-third:nth-child(2),
    .layered-images>.one-third:nth-child(3) {
        padding-top: 0;
    }

    /* Facilities */
    .facilities.style-full .facility-box,
    .facilities.style-full .facility-box:nth-child(even),
    .facilities.style-full .facility-box:nth-child(odd) {
        padding: 50px 50px;
        text-align: center;
    }

    .facilities.style-full .facility-box .text-box {
        padding: 40px 40px;
        width: auto;
    }

    .facilities.style-sliced .facility-box {
        margin-bottom: 90px;
    }

    .facilities.style-sliced .facility-box:last-child {
        margin-bottom: 0;
    }

    .facilities.style-sliced .facility-box .image-wrapper {
        display: none;
    }

    .facilities.style-sliced .facility-box .text-wrapper {
        width: 100%;
        padding: 0;
    }

    /* Pricing */
    .pricing-tables .pricing-column {
        margin-bottom: 50px !important;
    }

    .pricing-tables .pricing-column.last {
        margin-bottom: 0 !important;
    }

    /* Testimonials */
    .testimonials .testimonials-slider article .text {
        padding: 0 20px;
    }

    .testimonials .testimonials-slider article .text p {
        font-size: 16px;
        line-height: 32px;
    }

    /* Rooms */
    .rooms-grid.style-hover {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 45px;
    }

    .rooms-grid.style-standard {
        grid-template-columns: 1fr;
        grid-gap: 45px;
    }

    .rooms-grid.style-big article .media {
        height: 250px;
    }

    .rooms-grid.style-big article .content-box,
    .rooms-grid.style-big article:nth-child(even) .content-box {
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        width: auto;
        min-height: 280px;
        padding: 32px 32px;
        transform: none;
    }

    .room-single>.room-header .wrapper {
        padding: 0 20px;
    }

    .room-single>.room-header .info .room-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .room-single>.room-header .room-price {
        right: 20px;
    }

    .room-single>.room-content,
    .room-single>.similar-rooms {
        padding: 60px 0;
    }

    .room-single>.similar-rooms .rooms-grid.style-standard {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    /* Page Header */
    section.page-header .title h1::before,
    section.page-header .title h1::after {
        display: none;
    }

    section.page-header.style-full .title {
        left: 0;
        width: 100%;
        padding: 0 20px;
        transform: none;
    }

    section.page-header.style-full .title h1 {
        font-size: 45px;
        line-height: 58px;
    }

    /* Restaurant Menu */
    .restaurant-menu ul li .content {
        padding-right: 0;
    }

    /* Team Member */
    .team-member {
        margin-bottom: 30px;
    }

    .team-member.no-margin-bottom {
        margin-bottom: 0;
    }

    /* Contact Form */
    .contact-form input[type="text"],
    .contact-form input[type="email"] {
        width: 100%;
    }

    /* Google Map */
    .google-map {
        margin-top: 50px;
        padding-left: 0;
    }

    .google-map iframe {
        height: 350px;
    }

    /* Gallery */
    .gallery.style-grid.size-2-columns,
    .gallery.style-grid.size-3-columns,
    .gallery.style-grid.size-4-columns {
        grid-template-columns: 1fr;
    }

    /* ----------------------*/
    /* Blog                  */
    /* ----------------------*/
    .blog-archive {
        padding: 0 20px;
    }

    .blog-archive.has-sidebar {
        grid-template-columns: 1fr;
        grid-gap: 70px;
    }

    .sidebar .widget-about-us>.widget-content img {
        display: block;
        width: 100%;
    }

    .blog-single-post>.page-header .content h1 {
        font-size: 36px;
        line-height: 45px;
    }

    .blog-single-post .comment_form form input[type="text"],
    .blog-single-post .comment_form form input[type="email"] {
        width: 100%;
        margin-right: 0;
    }
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

/* TARİHÇE */

@import url('https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One');

.timeline {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 700px;
    position: relative;
}

.timeline__content-title {
    font-weight: normal;
    font-size: 66px;
    margin: -10px 0 0 0;
    transition: 0.4s;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: 'Pathway Gothic One', sans-serif;
    color: #fff;
}

.timeline__content-desc {
    margin: 0;
    font-size: 15px;
    box-sizing: border-box;
    color: rgb(255 255 255);
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 25px;
}

.timeline:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: rgba(255, 255, 255, .07);
}

@media only screen and (max-width: 767px) {
    .timeline:before {
        left: 40px;
    }
}

.timeline-item {
    padding: 40px 0;
    opacity: 0.3;
    filter: blur(2px);
    transition: 0.5s;
    box-sizing: border-box;
    width: calc(50% - 40px);
    display: flex;
    position: relative;
    transform: translateY(-80px);
}

.timeline-item:before {
    content: attr(data-text);
    letter-spacing: 3px;
    width: 100%;
    position: absolute;
    color: rgb(255 255 255);
    font-size: 16px;
    font-family: 'Roboto';
    border-left: 2px solid rgb(255 255 255);
    top: 70%;
    margin-top: -5px;
    padding-left: 15px;
    opacity: 0;
    right: calc(-100% - 56px);
    font-weight: bold;
}

.timeline-item:nth-child(even) {
    align-self: flex-end;
}

.timeline-item:nth-child(even):before {
    right: auto;
    text-align: right;
    left: calc(-100% - 56px);
    padding-left: 0;
    border-left: none;
    border-right: 2px solid rgba(255, 255, 255, .5);
    padding-right: 15px;
}

.timeline-item--active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
}

.timeline-item--active:before {
    top: 50%;
    transition: 0.3s all 0.2s;
    opacity: 1;
}

.timeline-item--active .timeline__content-title {
    margin: -50px 0 20px 0;
}

@media only screen and (max-width: 767px) {
    .timeline-item {
        align-self: baseline !important;
        width: 100%;
        padding: 0 30px 150px 80px;
    }

    .timeline-item:before {
        left: 10px !important;
        padding: 0 !important;
        top: 50px;
        text-align: center !important;
        width: 60px;
        border: none !important;
    }

    .timeline-item:last-child {
        padding-bottom: 40px;
    }
}

.timeline__img {
    max-width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .4);
}

.timeline-container {
    width: 100%;
    position: relative;
    padding: 80px 0;
    transition: 0.3s ease 0s;
    background-attachment: fixed;
    background-size: cover;
}

.timeline-container:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(12 12 12 / 80%);
    content: "";
}

.timeline-header {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.timeline-header__title {
    color: #fff;
    font-size: 46px;
    font-family: "Caveat", cursive;
    font-weight: normal;
    margin: 0;
}

.timeline-header__subtitle {
    color: rgba(255, 255, 255, .5);
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 10px 0 0 0;
    font-weight: normal;
}

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

.demo-footer a {
    color: #999;
    display: inline-block;
    font-family: Cardo;
}


/* TARİHÇE */

.col-lg-6 {
    width: 50%;
    float: left;
    padding: 0 30px;
}

.col-lg-4 {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.col-lg-6:first-of-type {
    padding-left: 0;
}

.col-lg-6:last-of-type {
    padding-right: 0;
}

.d-flex {
    display: flex;
}

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

.mt-50 {
    margin-top: 60px !important;
}

.float-left {
    float: left;
}

.besin-wrap {
    background: #e8e8e8;
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.col-lg-4:nth-child(odd) .besin-wrap {
    background: #eeeeee;
}

.besin-icon img {
    height: 55px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.besin-baslik {
    font-weight: bold;
}

#neremap {
    height: 700px;
}

#contmap {
    height: 700px;
}

.p-0 {
    padding: 0 !important;
}

.map-wrap {
    position: relative;
}

.map-desc {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 30%;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 13px 10px 25px 0px #0000002b;
    transform: translate(0, -50%);
    display: none;
}

.m-img img {
    border-radius: 10px;
    margin-bottom: 15px;
}

.m-title {
    font-size: 18px;
    font-weight: bold;
    color: #e30614;
}

.m-adres a {
    display: block;
}

.m-button a {
    display: block;
    background: #e30614;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.slider-area {
    padding: 0 50px;
    margin-top: 50px;
}

.slider-area .s-slide video,
.slider-area .s-slide img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
}

.slick-dots {
    bottom: 30px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: #e30614;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffffff;
}

.menu-icons {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 80px;
    left: 80px;
    z-index: 99;
    cursor: pointer;
}

.menu-icons.active span:first-of-type {
    transform: rotate(45deg) translate(0px, 10px);
}

.menu-icons.active span:nth-child(2) {
    display: none;
}

.menu-icons.active span:nth-child(3) {
    transform: rotate(-45deg) translate(-5px, -5px);
}

.menu-icons span {
    width: 100%;
    height: 2px;
    background: #fff;
    float: left;
    margin: 3px 0;
    transition: all .3s ease;
}

.main-menu {
    position: fixed;
    top: 50px;
    left: 50px;
    right: 50px;
    z-index: 2;
    bottom: 50px;
    display: flex;
    transition: all 1s ease;
    transform: translate(-150%, 0);
}

.main-menu.active {
    transform: translate(0, 0);
}

.menu-left {
    width: 50%;
    float: left;
    padding: 70px;
    background: #e30614;
}

.menu-right {
    width: 50%;
    float: left;
}

.menu-left li a {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    display: block;
}

.menu-left ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-right {
    background: url('../images/menugorseli.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.tarif-title {
    margin: 0 0 30px 0;
    line-height: normal;
    color: #fff;
}

.home-banner {
    margin-top: 10px;
    float: left;
    width: 100%;
}

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

.input-group {
    float: left;
    margin: 15px;
    width: 30.8%;
}

.input-group input {
    /* height: 40px; */
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 15px;
}

.mt-30 {
    margin-top: 30px;
}

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

.img-header {
    position: relative !important;
    min-height: inherit !important;
    padding: 0 !important;
    text-align: center !important;
    background-position: center center !important;
    background-size: cover !important;
    margin: 50px !important;
}

.img-header::before {
    content: none !important;
}

.w-100 {
    width: 100%;
}

.contact-form .col-lg-6 {
    padding: 0 15px;
}

.col-lg-12 {
    float: left;
    padding: 0 15px;
    width: 100%;
}

.move-slider {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

.move-slider img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.move-slider img:first-of-type {
    z-index: 2;
    object-fit: contain;
}

.move-slider img:nth-child(2) {
    z-index: 1;
    object-fit: contain;
}

.move-slider img:nth-child(3) {
    z-index: 0;
}

.home-icon {
    height: 70px;
    margin-bottom: 20px;
}

.tarif-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.slick-list {
    overflow: visible;
}

.besin-wrap.active {
    background: #e30614 !important;
}

.besin-desc {
    background: #e8e8e8;
    padding: 30px;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: none;
}