

/* Start:/local/components/hotel/fullwidth.banner/templates/.default/style.css?17763945793397*/
.fullwidth-slider .slide{
    border: none !important;
}
.fullwidth-slider__container .regular-link,
.fullwidth-slider__container .regular-text{
    font-size: 1.5rem;
}
.fullwidth-slider .slide img{
    height: 85svh !important;
    object-fit: cover;
    width: 100%;
    /*height: 100svh;*/
    filter: brightness(.6);
}
.fullwidth-slider .slide__text{
    top: 50%;
    left: 6rem;
    transform: translateY(-50%);
}
.fullwidth-slider .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.fullwidth-slider__ui{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

.fullwidth-slider .fullwidth-slider__ui .slick-dots{
    display: flex;
    flex-direction: column;
    width: auto;
    top: 50%;
    bottom: unset;
    right: -25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fullwidth-slider .fullwidth-slider__ui .slick-dots li{
    margin-bottom: 2rem;
}
.fullwidth-slider .fullwidth-slider__ui .slick-dots li.slick-active button{
    opacity: 1;
}
.fullwidth-slider .fullwidth-slider__ui .slick-dots li button{
    font-size: 2rem;
    line-height: 1;
    color: var(--text-color-main);
    font-family: var(--font-regular), sans-serif;
    opacity: .5;
}

.fullwidth-slider .fullwidth-slider__ui .slick-dots li button:before{
    content: "";
    color: var(--text-color-main);
    font-size: 1.1rem;
}
.fullwidth-slider .fullwidth-slider__ui .slick-dots li.slick-active button:before{
    color: var(--text-color-main);
}

.fullwidth-slider .fullwidth-slider__ui .slick-prev{
    top: -25px;
    left: unset;
}
.fullwidth-slider .fullwidth-slider__ui .slick-next{
    top: unset;
    bottom: -30px;
    right: unset;
}
.fullwidth-slider .fullwidth-slider__ui .slick-prev:before{
    background-image: url("/local/templates/hotel/assets/img/slider-arrow-prev.png");
    transform: rotate(90deg);
}
.fullwidth-slider .fullwidth-slider__ui .slick-next:before{
    background-image: url("/local/templates/hotel/assets/img/slider-arrow-next.png");
    transform: rotate(90deg);
}
.fullwidth-slider .fullwidth-slider__ui .slick-prev:before,
.fullwidth-slider .fullwidth-slider__ui .slick-next:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fullwidth-video{
    height: 85svh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .fullwidth-slider__ui{
        height: auto !important;
        top: unset;
        transform: translateX(-50%);
        left: 50%;
        right: unset;
        bottom: 150px;
    }
    .fullwidth-slider .fullwidth-slider__ui .slick-dots{
        flex-direction: row;
        right: unset;
        left: 0;
        top: 0;
        transform: translateX(-50%);
    }
    .fullwidth-slider__container .regular-link,
    .fullwidth-slider__container .regular-text{
        font-size: 1.2rem;
    }
    .fullwidth-slider .slide__text{
        left: 1rem;
        right: 1rem;
    }
}

@media (max-width:767px){
    .fullwidth-slider .slide__text{
        top: 30%;
    }
}


/* End */


/* Start:/local/components/hotel/intro/templates/.default/style.css?1775791718532*/
@media (min-width: 767px) {
    .intro-container{
        -webkit-transition: all .6s ease-in;
        -moz-transition: all .6s ease-in;
        -ms-transition: all .6s ease-in;
        -o-transition: all .6s ease-in;
        transition: all .6s ease-in;
    }
    .intro-container.invert-animation{
        background-color: var(--bg-color-secondary) !important;
    }
    .intro-container.invert-animation p,
    .intro-container.invert-animation h1{
        color: var(--text-color-secondary) !important;
    }
}

/* End */


/* Start:/local/components/hotel/intro/templates/simple/style.css?1775791718550*/
@media (min-width: 767px) {
    .simple-intro-container{
        -webkit-transition: all .6s ease-in;
        -moz-transition: all .6s ease-in;
        -ms-transition: all .6s ease-in;
        -o-transition: all .6s ease-in;
        transition: all .6s ease-in;
    }
    .simple-intro-container.invert-animation{
        background-color: var(--bg-color-main) !important;
    }
    .simple-intro-container.invert-animation p,
    .simple-intro-container.invert-animation h1{
        color: var(--text-color-main) !important;
    }
}

/* End */


/* Start:/local/components/hotel/items.category.list/templates/.default/style.css?17761499324036*/
.category-list .regular-subheader.regular-link::after{
    bottom: 15px;
}
.category-list .category-list__text-container{
    padding-left: 6rem;
}
.category-list .category-list__text-container ul a{
    position: relative;
}
.category-list .category-list__text-container ul a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 2px solid var(--text-color-secondary);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-list .category-list__text-container ul a:hover::after{
    width: 100%;
}
.category-list .category-list__text-container ul{
    list-style:none;
    padding: 0 !important;
    margin-top: 5rem;
    font-size: 1rem;
    line-height: 1.8rem;
}
.category-list .category-list__text-container ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.category-list .category-list__text-container ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--text-color-secondary);
    font-size: 3.5rem;
    line-height: 1;
    transform: translateY(-19px);
}
.category-list .category-list__image-wrapper .category-list__card-image img{
    height: 100%;
    display: block;
    object-fit: cover;
    transition: opacity .6s cubic-bezier(.565, .43, .24, .92);
    opacity: 0;
    animation: imageFadeIn 0.7s ease-in forwards;
    animation-play-state: paused;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
.category-list .category-list__image-wrapper .category-list__card-image{
    height: 628px;
    outline: 2px solid var(--text-color-secondary);
    outline-offset: 8px;
}
.category-list .category-list__image-wrapper .category-list__card-image::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f3eed4;
    animation: imageWrapperFadeIn 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-play-state: paused;
}
.category-list__image-wrapper.is-visible .category-list__card-image img,
.category-list__image-wrapper.is-visible .category-list__card-image::after,
.category-list__card-image.is-visible::after {
    animation-play-state: running;
}
.category-list__image-wrapper .category-list__card-image .slick-dots li button:before{
    font-size: 35px;
    top: 10px;
}
.category-list__image-wrapper .category-list__card-image .slick-list,
.category-list__image-wrapper .category-list__card-image .slick-track{
    height: 100%;
}

.category-list .category-list__element{
    padding: 8rem 0;
}

.category-list__element::after{
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    border-top: 2px solid var(--text-color-secondary);
}
.category-list__element:last-of-type::after{
    width: 0;
}

@keyframes imageWrapperFadeIn {
    0%, 100%{
        width: 0%;
    }
    50%{
        width: 100%;
    }
}

@keyframes imageFadeIn {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .category-list .category-list__image-wrapper{
        width: 95%;
        margin-inline: auto;
    }
    .category-list .category-list__text-container{
        padding: 0 1rem;
    }
    .category-list .category-list__element{
        padding: 4rem 0;
    }
    .category-list .regular-subheader.regular-link::after{
        bottom: 5px;
    }
}
@media (max-width: 575px){
    .category-list .category-list__image-wrapper .category-list__card-image{
        height: 400px;
    }
    .category-list .category-list__text-container ul{
        margin-top: 2rem;
    }
    .category-list .category-list__element{
        padding: 2rem 0;
    }
}
/* End */


/* Start:/local/components/hotel/features/templates/.default/style.css?1776055921447*/
.features-container .feature{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.features-container .feature:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/* End */


/* Start:/local/components/hotel/service.list.slider/templates/.default/style.css?17763971103018*/
.focused-slider{
    margin-inline: auto;
    padding: 8rem 0;
}
.focused-slider .focused-slider__header{
    font-size: 2rem;
}
.focused-slider .focused-slider__item{
    height: auto;
    border: 2px solid var(--text-color-main);
    padding: 4rem 1rem 1rem 1rem;
    margin-inline: 1.5rem;
    display: block;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.focused-slider .slick-center{
    background-color: var(--bg-color-secondary);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    
}
.focused-slider .slick-center h3{
    color: var(--text-color-secondary);
}

.focused-slider .slick-list{
    padding: 2rem 0 !important;
}

.focused-slider .focused-slider__img{
    margin-top: 3rem;
    padding-inline: 1rem;
    height: 300px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.focused-slider .focused-slider__item .focused-slider__dot{
    color: var(--text-color-main);
}

.focused-slider .slick-center .focused-slider__dot{
    color: var(--text-color-secondary);
}

.focused-slider .slick-prev{
    left: -35px;
}
.focused-slider .slick-next{
    right: -35px;
}

.focused-slider .slick-prev:before{
    /*content: url("/local/templates/hotel/assets/img/slider-arrow-prev.png");*/
    left: -40px;
    content: "";
    width: 30px;
    display: block;
    height: 30px;
    background-image: url(/local/templates/hotel/assets/img/slider-arrow-prev.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.focused-slider .slick-next:before{
    /*content: url("/local/templates/hotel/assets/img/slider-arrow-next.png");*/
    right: -40px;
    content: "";
    width: 30px;
    display: block;
    height: 30px;
    background-image: url(/local/templates/hotel/assets/img/slider-arrow-next.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 1600px) {
    .focused-slider{
        max-width: 1440px;
    }
}

@media(min-width: 1440px) and (max-width: 1599px){
    .focused-slider{
        max-width: 1300px;
    }
}

@media (min-width: 992px) {
    .focused-slider{
        max-width: 90%;
    }
}
@media (max-width: 1199px){
    .focused-slider .focused-slider__header{
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) {
    .focused-slider .slick-list{
        padding: 2rem 50px !important;
    }
    .focused-slider{
        padding: 4rem 0;
    }
    .focused-slider .focused-slider__header{
        font-size: 1.6rem;
    }
}

@media (max-width: 575px) {
    .focused-slider .slick-list{
        padding: 0 !important;
    }
    .focused-slider .focused-slider__img{
        padding: 0;
        margin-top: 1rem;
    }
}
/* End */
/* /local/components/hotel/fullwidth.banner/templates/.default/style.css?17763945793397 */
/* /local/components/hotel/intro/templates/.default/style.css?1775791718532 */
/* /local/components/hotel/intro/templates/simple/style.css?1775791718550 */
/* /local/components/hotel/items.category.list/templates/.default/style.css?17761499324036 */
/* /local/components/hotel/features/templates/.default/style.css?1776055921447 */
/* /local/components/hotel/service.list.slider/templates/.default/style.css?17763971103018 */
