/*GALERY ROOM*/
.gallery {
    z-index: 1;
    position: relative;

}

#gallery {
    border-bottom: 6px solid #EDEDED;
}

#gallery:last-of-child {
    border-bottom: 0;
}

.swiper-gallery {
    width: 100%;

}

.swiper-gallery {
    height: 600px;
    text-align: center;
    font-size: 18px;
    position: relative;
    z-index: 4;
}

.swiper-gallery .caption {
    position: absolute;
    bottom: 25px;
    margin: 0;
    left: 0;
    text-align: left;
}

.inner-gallery .inner-slide {}

.featured-image {
    width: 100%;
    height: 540px;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
}

.flickity-page-dots {
    display: none;
}

.featured-image:hover .inner-box {
    opacity: 1;
}

.featured-image img {
    width: 100%;
    height: 100%;
}

.inner-box {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(129, 182, 178, 0.8);
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s ease;
}

.inner-box div {
    background: #fff;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding: 5px 10px;
    align-items: center;
}

.inner-box svg {
    width: 30px;
}

.inner-box span {
    padding-right: 5px;
}

#gallery {
    position: relative;
}

.inner-gallery {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    z-index: 3;
    bottom: 0;
    display: flex;
    align-items: center;
}

#gallery .inner-description {

    padding-left: 180px
}

.inner-description>span {
    display: block;
}

.inner-description h2 {
    font-family: 'Playfair Display', serif;
    color: #000;
    font-size: 40px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block;
}

.inner-description h2:after {
    content: "";
    background: red;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.info-gallery {
    margin-top: 60px;
    max-width: 230px;
}

.swiper-slide:hover .caption {
    color: #05728c;
    border-bottom: 2px dotted;
}

#gallery {
    padding: 40px 0;
}

.swiper-slide {
    width: 450px !important;
    margin-left: 20px;
    height: 600px;
}

.btn-swipe {
    height: 70px;
    width: 70px;
    background: #EEEFEE;
    border: 1px solid #EEEFDD;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 6;
}

.btn-swipe:hover {
    background: #E68D4A;
    border-color: #E68D4A;
}

.btn-swipe:hover path {
    fill: #fff !important;
}

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    width: 98%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: -35px;
}

.inner-gallery {
    transition: 0.2s ease;
}

.hidden_gallery {
    opacity: 0;

}


/*full Slider*/

.slider-full .carousel-cell {
    width: 100%;
    height: 70vh;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fff;
}

.slider-full {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -999999;
    opacity: 0;
    background: #fff;
    transition: 0.3s ease;


}

.slider-full.active {
    z-index: 999999;
    opacity: 1;
}

.slider-full .first-slide {
    justify-content: flex-start;
    width: 80%;
}

.slider-full span.count {
    display: inline-block;
}

.btn_right .btn {
    margin: 10px 0;
}

@media(min-width: 1600px) {
    .slider-full .first-slide {
        width: 70%;
    }

    .btn_right {
        left: -146px;
    }
}

@media(min-width: 600px) {
    .slider-full .last-slide {
        justify-content: flex-start;
        width: 87%;
        opacity: 0;
        transition: 0.2s ease opacity;
    }

    .last-slide.is-selected {
        opacity: 1;
    }

    .last-slide .inner-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .btn_right {
        position: relative;
        right: 30px;
        justify-content: center;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    .settings {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0px 20px;
        position: absolute;
        width: 95%;
        bottom: 25px;

    }

    .settings .padigation span {
        padding: 5px;
        border: 1px solid;
        width: 40px;
        display: inline-block;
        text-align: center;
        margin: 5px;
    }

    .padigation .current {
        border-color: #E68D49;
        background: #E68D49;
        color: #fff;
    }

    .left-first-slide .caption {
        opacity: 0;
    }

    .left-first-slide.is-selected img {
        max-width: 1300px;
        left: 0;
        transition: 0.3s ease left;
    }

    .left-first-slide.is-selected .caption {
        opacity: 1;
    }

    .two-col {
        width: 50%;
    }

    .two-col img {
        display: block;
        margin: auto;
    }

    .last-slide {}

    .left-first-slide img {
        position: relative;
        left: -20%;
        max-width: 1300px;
    }

    .inner-slide .btn {
        min-width: 200px;
    }

    .first-slide.left-first-slide.is-selected .inner-slide {
        left: 0;
    }

    .cell-panel {
        opacity: 0;
    }

    .is-selected {
        opacity: 1 !important;

    }

    .cell-panel:nth-child(2) {
        animation: move-left 0.4s ease forwards;
        overflow: hidden;
    }

    .cell-panel:nth-child(2) img {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .is-selected.cell-panel:nth-child(2) img {
        position: relative;
        top: 0;
        transform: inherit;
    }

    .is-selected .inner-slide .to {
        opacity: 0;
    }

    .is-selected .inner-slide .room {
        animation: move-top 0.3s ease forwards;
    }

    .is-selected .inner-slide h2 {
        animation: move-top 0.6s ease 0.5s forwards;
    }

    .is-selected .inner-slide .photos {
        animation: move-top 0.9s ease 0.9s forwards;
    }

    .is-selected .inner-slide .post-block {
        animation: move-top 1.2s ease 1.2s forwards;
    }

    .is-selected .inner-slide .btn_flex {
        animation: move-top 1.5s ease 1.5s forwards;
    }

    .is-selected .two-col .inner-slide .post-block {
        animation: move-top 0.4s ease forwards;
    }

    .is-selected .two-col img {
        transform: scale(0)
    }

    .is-selected .two-col img {
        animation: zoom 0.4s ease 0.3s forwards;
    }

    .is-selected .inner-slide .two-col .post-block {
        animation: move-top 1.2s ease 0.4s forwards;
    }

    .next-gallery {
        position: absolute;
        right: 190px;
        bottom: 40px;
    }

    .two-col .post-block {
        opacity: 0;
    }

    .cell-panel .two-col .post-block {
        width: 80%;
        margin: auto;
    }

    .last-slide .two-col .post-block {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}

.close:hover .cls-1 {
    fill: #E68D49;
}

.flickity-page-dots {
    display: none;
}

.flickity-button {
    display: none;
}

.slider-full h2 {
    font-family: 'Playfair Display', serif;
    color: #000;
    font-size: 71px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block;
}

.inner-slide span {
    display: block;
}

.slider-full h2:after {
    content: "";
    background: red;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.slider-full .description {
    margin-top: 50px;
    max-width: 630px;

}

.slider-full .description p:first-of-type {
    font-size: 20px;
}

.btn_flex a {
    float: left;
    margin-right: 20px;
}

.photos {
    text-transform: uppercase;
    margin-top: 20px
}

.room {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: -33px;
}

.full-image {
    flex-direction: column;
}

/*.full-image .inner-slide{
    display: block;
    max-width: 1050px;
    margin:auto;
    width: 80%;
}*/
.full-image.is-selected .inner-slide {
    display: block;
    max-width: 1050px;
    margin: auto;
    width: 90%;
}

.full-image .inner-slide img {
    width: 100%;
}

.carousel-cell .caption {
    align-self: flex-start;
    margin: 0;
    border-bottom: 2px solid transparent;
}

.two-columns .inner-slide {
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;

}

@media(max-width: 770px) {
    .slider-full h2 {
        font-size: 50px;
        margin-top: 20px;
    }

    .last-slide .inner-slide {
        flex-direction: column;
    }
}

@media(max-width: 770px) and (min-width: 600px) {
    .last-slide .inner-slide {
        position: relative;
    }

    .next-gallery {
        right: 20px;
        bottom: 120px;
    }

    .two-col {
        width: 70%;
    }

    .btn_right {
        top: 50%;
        right: 0;
        left: auto;
        position: absolute;
    }
}

/*.first-slide .inner-slide .photos,.first-slide .inner-slide .description,
.first-slide .inner-slide .btn_flex{
    opacity: 0;
    transition: 0.3s ease opacity;
}*/
/*.first-slide.is-selected .inner-slide .photos,.first-slide.is-selected .inner-slide .description,
.first-slide.is-selected .inner-slide .btn_flex{
    opacity: 1;
}*/
.cell-panel .post-block a,
.cell-panel .caption a {
    line-height: 30px;
    text-decoration: none;
    border-bottom: 1px dashed #04728b;
    color: #04728b;
}

.cell-panel .post-block a:hover,
.cell-panel .caption a:hover {
    border-bottom: 1px solid #04728b;
}

.cell-panel .post-block p {
    font-size: 20px;
}


.inner-slide .btn-grey {
    background: #fff;

}


/*.is-selected .post-block{
  animation: move-top 2s ease;
}*/

.next-gallery p {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.next-gallery h4 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    margin: 0;
}


.hidden-img {
    display: none;
}

@keyframes move-top {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }

}

@keyframes move-left {
    from {
        transform: translateX(20px);
        opacity: 0;
    }

    to {
        transform: translateX(0px);
        opacity: 1;
    }

}

@keyframes zoom {
    from {
        transform: scale(0.3);
    }

    to {
        transform: scale(1)
    }
}

@media(max-width: 768px) {
    .inner-gallery {
        width: 74%;
    }
}

@media(max-width: 1440px) {
    .full-image.is-selected .inner-slide {
        max-width: 870px;
    }

    .last-slide .inner-slide {
        max-width: 870px;
        width: 90%;
        margin: auto;
    }

}

@media(max-width: 1440px) and (min-width: 1025px) {
    .full-image.is-selected .inner-slide {
        max-width: 735px;
    }

    .two-columns .inner-slide {
        width: 66%;
    }

    .flickity-viewport {
        height: 630px !important;
    }

}

@media(max-width: 600px) {
    .two-columns .inner-slide {
        width: 100%;
    }

    .slider-full.active {
        overflow: auto;
    }

    .slider-full .cell-panel {
        width: 85%;
        margin: auto;
    }

    .slider-full .description p {
        font-size: 15px !important;
    }

    .slider-full h2 {
        margin-top: 22px;
        font-size: 32px;
    }

    .room {
        font-size: 17px;
        margin-bottom: -25px;
    }

    .slider-full .description {
        margin-top: 15px;
    }

    .carousel-cell .caption {
        font-size: 14px;
    }

    .two-columns .inner-slide {
        flex-direction: column;
    }

    .two-col {
        width: 100%;
    }

    .cell-panel .post-block p {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .hidden-img {
        display: block;
    }

    .mobile-h {
        display: none;
    }

    #gallery .inner-description {
        padding-left: 40px;
    }

    .flickity-slider {
        width: 90%;
    }

    .flickity-slider .swiper-slide {
        height: 507px;
    }

    .swiper-gallery {
        height: 510px;
    }

    .featured-image {
        height: 440px;
    }

    .last-slide .inner-slide {
        flex-direction: column;
    }

    .slider-full .carousel-cell {
        height: auto;
        padding: 40px 0;
        border-bottom: 3px solid #EDEDED;
    }

    .slider-full .last-slide {
        border-bottom: 0;
    }

    .button--next {
        float: right;
        margin-right: 20px;
    }

    .next-gallery {
        float: left;
        margin-left: 20px;
    }

    .next-gallery h4 {
        font-size: 16px;
    }
}

.button--next:hover svg,
.button--previous:hover svg,
.button--next.orange svg {
    fill: #E68D49;
}

.button--next:hover .cls-1,
.button--previous:hover .cls-1,
.button--next.orange .cls-1 {
    fill: #fff;
}

@media(max-width: 560px) {
    .featured-image {
        height: 380px
    }

    .swiper-gallery .caption {
        bottom: 80px;
    }

    .swiper-gallery {
        height: 415px;
        font-size: 14px;
    }

    .flickity-slider .swiper-slide {
        width: 270px !important;
    }
}