

/* Start:/local/components/president/ideas/templates/.default/style.css?17613061801366*/
/*[data-text] {*/
/*    opacity: 0;*/
/*}*/

[data-card-overlay] {
    position: relative;
}

[data-card-overlay] [data-content] {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

[data-card-overlay] [data-container] {

}

[data-card-overlay] [data-overlay] {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgb(72 76 97 / 90%)), to(rgb(72 76 97 / 20%)));*/
    /*background: linear-gradient(to bottom, rgb(72 76 97 / 90%) 5%, rgb(72 76 97 / 20%) 100%);*/

    background: linear-gradient(to bottom, rgb(72 76 97) 5%, rgb(72 76 97 / 40%) 100%);
    content: '';
    opacity: 0;
}

[data-card-overlay] [data-image] {
    z-index: 1;
}

.data-description {
    line-height: 22px !important;
    display: block;
    font-weight: 300;
    color: rgb(234 236 229);
}

@media only screen and (max-width: 600px) {
    [data-card-overlay] .divider {
        margin-left: 0 !important;
    }
}


.mb-2-6 {
 margin-bottom: 2.6em !important;
}

@media screen and (max-width: 600px) {
    .superqq {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 600px) {
    .ttt {
        margin-top: 1em;
    }
    .eee {
        margin-bottom: 1em !important;
    }
}
/* End */


/* Start:/local/components/president/hero/templates/.default/style.css?1673102036292*/
.hero .image {
 position: relative;
}

.hero .image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    background: rgb(85,67,54);
    background: radial-gradient(circle, rgba(85,67,54,0) 0%, rgba(48,48,48,1) 100%);
    opacity: 0.8;
}
/* End */


/* Start:/local/components/president/parallax/templates/.default/style.css?1673102041269*/
.c-parallax .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background-size: cover;
    background-repeat: no-repeat;
    /*border-radius: 8px;*/
    background-position: 50% 100%;
    /*height: 100%;*/
    /*width: 100%;*/
}
/* End */


/* Start:/local/components/president/hotel.list/templates/hotels/style.css?16734747413043*/
.swiper-carousel.swiper-centered {
    padding-bottom: 32px;
    max-width: 1200px;
}

.swiper-carousel.swiper-centered .swiper-slide {
    width: 379px !important;
    height: 516px;
    max-width: calc(100% - 48px);
    /*border-radius: 11px;*/
    /*padding: 1px;*/

    /*padding: 20px 10px;*/
}

.swiper-carousel.swiper-centered .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
}



.swiper-carousel.swiper-centered .swiper-slide .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;

    padding: 2em;

    /*padding: 88px 16px 24px;*/
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /*background: linear-gradient(to bottom,rgb(0 0 0 / 0%),rgb(0 0 0 / 75%));*/
    /*border-radius: 0 0 8px 8px;*/
}

.swiper-carousel.swiper-centered .swiper-slide .slide-content:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 0 0 / 0%)), color-stop(26%, rgb(0 0 0 / 0%)), to(rgb(0 0 0 / 65%)));
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0, rgb(0 0 0 / 0%) 26%, rgb(0 0 0 / 65%) 100%);

}

.swiper-carousel.swiper-centered .swiper-slide .slide-content  > *  {
    color: #fff;
    position: relative;
    z-index: 2;
}


#hotel_slider .gallery-bg {
    box-shadow: -10px 12px 20px #0000002e;
    transition: all 0.2s ease;
}

#hotel_slider.swiper-slide-active.gallery-bg {
    box-shadow: -10px 12px 20px rgba(0, 0, 0, 0.44);
}

#hotel_slider .popup-window-close-icon, #hotel_slider [data-header] {
    opacity: 0
}

@media only screen and (max-width: 1024px) {
    #hotel.popup-window {
        width: 90% !important;
        overflow: visible;
    }
}


.popup-window-close-icon {
    top: 20px !important;
    right: 20px !important;
}

@media only screen and (max-width: 600px) {
    .popup-window-close-icon {
        right: 0px !important;
        top: -30px !important;
    }
}

@media only screen and (min-width: 1024px) {
    #hotel .popup-window-close-icon:after,
    #hotel .popup-window-close-icon:before {
        background-color: rgb(95 95 95) !important;
    }
}

#hotel.popup-window {
    /*left: 50%;*/
    /*top: 50%;*/
    /*margin-left: -25%;*/
    /*margin-top: -25%;*/
}


.popup-window-close-icon:after, .popup-window-close-icon:before {
    background-color: rgba(255, 255, 255, 1) !important;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}
.popup-window-close-icon:hover {
    opacity: 1;
}

.row.full-height {
    width: 100%;
}

@media only screen and (min-width: 920px) {
    .container-special {
        --ar-gutter-x: 1.5rem;
        --ar-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--ar-gutter-x) * .5);
        padding-left: calc(var(--ar-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }
}



/* End */


/* Start:/local/components/president/flip/templates/.default/style.css?16731020351360*/
.c-card-flip {
    width: 100%;
    position: relative;
    z-index: 1;
    /*border:solid 2px #fff;*/
}

.c-card-flip:before {
    display: block;
    content: " ";
    width: 100%;
    padding: 100% 0 0 0 !important;
}

.c-card-flip .front, .c-card-flip .back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;

    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);*/
}

.c-card-flip .back {
    background: rgb(245 242 237);
    background: rgb(248, 246, 245);
    /*background: #fff;*/
    padding: 1.5em;
    font-size: 0.9em;
    /*text-align: center;*/
}

.c-card-flip .front {
    background-size: cover;
    background-position: center center;

    display: flex;
    flex-direction: column;
    justify-content: end;
}

.c-card-flip .front .text-white {
    text-shadow: 0 0 #fff;
}


.c-card-flip .front:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 0 0 / 0%)), color-stop(26%, rgb(0 0 0 / 0%)), to(rgb(0 0 0 / 65%)));
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0, rgb(0 0 0 / 0%) 26%, rgb(0 0 0 / 65%) 100%);
}
/* End */


/* Start:/local/components/president/fake3d/templates/.default/style.css?16731020331395*/
.frame {
    padding: 3rem 5vw 0 5vw;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-bottom: -5px;
}

.frame > .frame-container {
    width: 100%;
    /*height: 700px;*/
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.frame > .frame-container:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(245 242 237)), color-stop(21%, rgb(226 226 226 / 79%)), to(rgb(226 226 226 / 1%)));
    background: linear-gradient(to bottom, rgb(245 242 237) 0, rgb(226 226 226 / 79%) 21%, rgb(226 226 226 / 1%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f2ed', endColorstr='#e2e2e2', GradientType=0);
    z-index: 2;
}

.frame > .frame-container:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 0 0 / 0%)), to(rgb(41 43 49)));
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0, rgb(41 43 49) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#292b31', GradientType=0);
    z-index: 3;
}
/* End */
/* /local/components/president/ideas/templates/.default/style.css?17613061801366 */
/* /local/components/president/hero/templates/.default/style.css?1673102036292 */
/* /local/components/president/parallax/templates/.default/style.css?1673102041269 */
/* /local/components/president/hotel.list/templates/hotels/style.css?16734747413043 */
/* /local/components/president/flip/templates/.default/style.css?16731020351360 */
/* /local/components/president/fake3d/templates/.default/style.css?16731020331395 */
