﻿.btn, .btn-link, .data-form input[type=text], .data-form input[type=password],
.data-form select, .data-form textarea, .owl-carousel .owl-dots .owl-dot span,
.owl-carousel .owl-nav [class*=owl-], .widget-blog-sidebar .sidebar-search form input[type=text],
.widget-features-carousel .features-item .item-inner h5,
.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a,
.widget-gallery-grid .gallery-item a:after, .widget-gallery-grid .gallery-item a:before,
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before,
.widget-team-carousel .team-item .item-photo, a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.clearfix:after, .clearfix:before,
.site-footer .footer-bottom .footer-contact ul:after,
.site-footer .footer-bottom .footer-contact ul:before,
.site-footer .footer-bottom .footer-nav ul:after,
.site-footer .footer-bottom .footer-nav ul:before,
.site-header .header-bottom .header-nav > ul:after,
.site-header .header-bottom .header-nav > ul:before,
.site-header .header-top .header-contact ul:after,
.site-header .header-top .header-contact ul:before,
.site-header .header-top .wrapper:after, .site-header .header-top .wrapper:before,
.widget-about-grid .widget-inner:after, .widget-about-grid .widget-inner:before,
.widget-blog-sidebar .sidebar-tags ul:after, .widget-blog-sidebar .sidebar-tags ul:before,
.widget-blog-single .single-detail .detail-tags ul:after,
.widget-blog-single .single-detail .detail-tags ul:before,
.widget-booking-form .booking-detail .detail-info ul:after,
.widget-booking-form .booking-detail .detail-info ul:before,
.widget-booking-form .booking-detail .detail-room:after,
.widget-booking-form .booking-detail .detail-room:before,
.widget-breadcrumb ul:after, .widget-breadcrumb ul:before,
.widget-features-grid .widget-inner:after, .widget-features-grid .widget-inner:before,
.widget-filter-top ul:after, .widget-filter-top ul:before,
.widget-offers-grid .widget-inner:after, .widget-offers-grid .widget-inner:before,
.widget-pager ul:after, .widget-pager ul:before,
.widget-rooms-list .rooms-item .item-desc .desc-features ul:after,
.widget-rooms-list .rooms-item .item-desc .desc-features ul:before,
.widget-slider .slider-booking ul:after, .widget-slider .slider-booking ul:before,
.widget-social-icons ul:after, .widget-social-icons ul:before,
.widget-team-carousel .team-item .item-desc ul:after,
.widget-team-carousel .team-item .item-desc ul:before {
    content: "";
    display: table
}

.clearfix:after, .site-footer .footer-bottom .footer-contact ul:after,
.site-footer .footer-bottom .footer-nav ul:after,
.site-header .header-bottom .header-nav > ul:after,
.site-header .header-top .header-contact ul:after,
.site-header .header-top .wrapper:after,
.widget-about-grid .widget-inner:after,
.widget-blog-sidebar .sidebar-tags ul:after,
.widget-blog-single .single-detail .detail-tags ul:after,
.widget-booking-form .booking-detail .detail-info ul:after,
.widget-booking-form .booking-detail .detail-room:after,
.widget-breadcrumb ul:after,
.widget-features-grid .widget-inner:after,
.widget-filter-top ul:after,
.widget-offers-grid .widget-inner:after,
.widget-pager ul:after,
.widget-rooms-list .rooms-item .item-desc .desc-features ul:after,
.widget-slider .slider-booking ul:after,
.widget-social-icons ul:after,
.widget-team-carousel .team-item .item-desc ul:after {
    clear: both
}

/* Display utilities */
.inline {
    display: inline-block
}

.block {
    display: block
}

/* Alignment utilities */
.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.align-justify {
    text-align: justify
}

/* Button styles */
.btn, .btn-link {
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.btn {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #d77b5d;
    border-radius: 0;
    /* transition: transform 0.2s ease; */
}

    .btn:active, .btn:active:focus, .btn:focus, .btn:hover {
        color: #fff;
        background-color: #ef805c;
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        /* transform: translateX(-5px); */
    }

.btn-link, .btn-link:active, .btn-link:active:focus, .btn-link:focus, .btn-link:hover {
    color: #d77b5d;
    text-decoration: none
}

.btn-link {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px
}

/* Form styles */
.data-form ::-webkit-input-placeholder {
    text-transform: uppercase
}

.data-form :-moz-placeholder {
    text-transform: uppercase
}

.data-form ::-moz-placeholder {
    text-transform: uppercase
}

.data-form :-ms-input-placeholder {
    text-transform: uppercase
}

.data-form label {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase
}

.data-form input[type=text], .data-form input[type=password], .data-form select {
    width: 100%;
    outline: 0;
    padding: 0 15px;
    margin: 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    background-color: #fff
}

    .data-form input[type=text]:focus, .data-form input[type=password]:focus,
    .data-form select:focus, .data-form textarea:focus {
        border-color: #999
    }

.data-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

    .data-form select::-ms-expand {
        display: none
    }

.data-form textarea {
    width: 100%;
    height: 150px;
    outline: 0;
    padding: 15px;
    margin: 0;
    border: 1px solid #e1e1e1;
    resize: vertical;
    background-color: #fff
}

.data-form div[class*=col-] {
    margin-bottom: 20px
}

/* Common widget styles */
.widget-title {
    text-align: center;
    margin-bottom: 100px
}

    .widget-title h2, .widget-title h5, .widget-title p:last-child {
        margin-bottom: 0
    }

    .widget-title h2 {
        font-size: 48px
    }

    .widget-title p {
        display: inline-block;
        max-width: 50vw;
        font-size: 18px;
        line-height: 30px;
        margin-top: 30px
    }

/* Social icons */
.widget-social-icons ul li {
    float: left;
    margin-right: 10px
}

    .widget-social-icons ul li a {
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        color: #fff;
        background-color: #5c677b;
        border-radius: 50%
    }

    .widget-social-icons ul li:hover a {
        background-color: #d77b5d
    }

    .widget-social-icons ul li:last-child {
        margin-right: 0
    }

/* Breadcrumb and pager */
.widget-breadcrumb ul li, .widget-pager ul li {
    font-weight: 900;
    margin-right: 10px;
    font-family: Lato, sans-serif;
    letter-spacing: 2px;
    float: left
}

.widget-pager {
    margin-top: 100px;
    margin-bottom: -10px
}

    .widget-pager ul li {
        margin-bottom: 10px;
        font-size: 11px
    }

        .widget-pager ul li a {
            display: block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background-color: #fff
        }

        .widget-pager ul li:hover a {
            color: #d77b5d
        }

        .widget-pager ul li.active a, .widget-pager ul li.active:hover a {
            color: #fff;
            background-color: #d77b5d
        }

.widget-breadcrumb ul li {
    position: relative;
    line-height: 20px;
    font-size: 10px;
    color: #d77b5d;
    text-transform: uppercase;
    padding-left: 20px
}

    .widget-breadcrumb ul li:before {
        position: absolute;
        top: 2px;
        left: 0;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px;
        color: #818a9c;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .widget-breadcrumb ul li:first-child {
        padding-left: 25px
    }

        .widget-breadcrumb ul li:first-child:before {
            content: "\f015"
        }

    .widget-breadcrumb ul li:last-child {
        margin-right: 0
    }

        .widget-breadcrumb ul li:last-child a {
            color: #d77b5d
        }

    .widget-breadcrumb ul li a {
        display: block;
        height: 20px;
        color: #818a9c
    }

    .widget-breadcrumb ul li:hover a {
        color: #d77b5d
    }

/* Owl Carousel styles */
.owl-carousel .owl-dots {
    height: 20px
}

.owl-carousel.owl-type1 .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    margin-top: 0
}

    .owl-carousel.owl-type1 .owl-nav [class*=owl-] {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0 1px 0 0;
        padding: 0;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #24324a;
        background: #fff;
        border-radius: 0
    }

        .owl-carousel.owl-type1 .owl-nav [class*=owl-]:hover {
            color: #FFF;
            background: #d77b5d
        }

    .owl-carousel.owl-type1 .owl-nav .owl-next:before,
    .owl-carousel.owl-type1 .owl-nav .owl-prev:before {
        line-height: 50px
    }

    .owl-carousel.owl-type1 .owl-nav .owl-prev:before {
        content: "\f104"
    }

    .owl-carousel.owl-type1 .owl-nav .owl-next:before,
    .widget-breadcrumb ul li:before {
        content: "\f105"
    }

    .owl-carousel.owl-type1 .owl-nav .disabled {
        opacity: 1;
        cursor: pointer
    }

.owl-carousel.owl-type1 .owl-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 1;
    width: 100%;
    margin-top: 0;
    text-align: center
}

    .owl-carousel.owl-type1 .owl-dots .owl-dot span {
        background: #fff
    }

    .owl-carousel.owl-type1 .owl-dots .owl-dot.active span,
    .owl-carousel.owl-type1 .owl-dots .owl-dot:hover span {
        background: #d77b5d
    }

/* Individual widget styles */
.widget-google-map {
    position: relative;
    height: 600px
}

    .widget-google-map .map-title {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 1;
        text-align: center;
        padding: 30px 15px;
        background-color: #fff;
        box-shadow: 0 0 30px 0 rgba(33,30,25,.1);
        transform: translate(-50%,-50%)
    }

        .widget-google-map .map-title h5 {
            color: #24324a;
            margin: 0
        }

        .widget-google-map .map-title .fa {
            font-size: 24px;
            color: #d77b5d;
            margin-bottom: 10px
        }

.widget-newsletter {
    display: inline-block;
    width: 300px;
    position: relative
}

    .widget-newsletter input[type=text] {
        width: 100%;
        height: 44px;
        line-height: 44px;
        padding: 0 64px 0 20px;
        color: #fff;
        background-color: #5c677b
    }

    .widget-newsletter button {
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 11px;
        color: #fff;
        background-color: #d77b5d
    }

    .widget-newsletter ::-webkit-input-placeholder {
        color: #fff;
        text-transform: uppercase
    }

    .widget-newsletter :-moz-placeholder,
    .widget-newsletter ::-moz-placeholder,
    .widget-newsletter :-ms-input-placeholder {
        color: #fff;
        text-transform: uppercase
    }

.widget-page-title {
    position: relative;
    z-index: 1;
    background-color: #fff
}

    .widget-page-title:after {
        position: absolute;
        left: 0;
        bottom: -32px;
        width: 100%;
        height: 32px;
        content: "";
        display: inline-block;
        background: linear-gradient(-135deg,#fff 16px,transparent 0),linear-gradient(135deg,#fff 16px,transparent 0);
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 32px 32px
    }

    .widget-page-title h1, .widget-page-title h5, .widget-page-title p {
        width: 60%
    }

    .widget-page-title h1 {
        margin-bottom: 0
    }

    .widget-page-title p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 40px;
        margin-bottom: 0
    }

    .widget-page-title .widget-background {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover
    }

        .widget-page-title .widget-background:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            display: inline-block;
            background: linear-gradient(to left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%),linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%)
        }

    .widget-page-title .widget-breadcrumb {
        margin-top: 80px;
        margin-bottom: -40px
    }

    .widget-page-title .wrapper-inner {
        position: relative;
        z-index: 1
    }

.widget-video-full {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

    .widget-video-full .widget-inner {
        position: relative;
        left: 50%;
        display: inline-block;
        transform: translateX(-50%)
    }

        .widget-video-full .widget-inner .video-play {
            display: inline-block;
            width: 200px;
            height: 200px;
            line-height: 180px;
            text-align: center;
            font-size: 36px;
            color: #fff;
            border: 10px solid #fff;
            background-color: rgba(36,50,74,.5);
            border-radius: 50%;
            box-shadow: 0 0 30px 0 rgba(33,30,25,.1)
        }

            .widget-video-full .widget-inner .video-play:hover {
                transform: scale(1.1)
            }

    .widget-video-full .widget-title + .widget-inner {
        margin-bottom: 100px
    }

.widget-about-promo {
    position: relative;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%
}

    .widget-about-promo:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        background: linear-gradient(to right,rgba(245,245,245,1) 50%,rgba(255,255,255,0) 140%)
    }

    .widget-about-promo .widget-inner {
        position: relative;
        z-index: 1;
        font-size: 18px;
        text-align: justify
    }

        .widget-about-promo .widget-inner h2,
        .widget-about-promo .widget-inner h5 {
            text-align: left
        }

        .widget-about-promo .widget-inner h2 {
            font-size: 48px
        }

        .widget-about-promo .widget-inner p {
            line-height: 30px;
            margin-bottom: 40px
        }

            .widget-about-promo .widget-inner p:last-of-type {
                margin-bottom: 0
            }

        .widget-about-promo .widget-inner .btn {
            margin-top: 40px
        }

.widget-about-grid {
    background-color: #fff
}

    .widget-about-grid .widget-inner {
        display: flex;
        flex-flow: row wrap;
        margin: -40px
    }

        .widget-about-grid .widget-inner .widget-item {
            flex: 1 1;
            width: 50%;
            padding: 40px
        }

            .widget-about-grid .widget-inner .widget-item p {
                text-align: justify
            }

                .widget-about-grid .widget-inner .widget-item p:last-child {
                    margin-bottom: 0
                }

.widget-team-carousel {
    background-color: #f5f5f5
}

    .widget-team-carousel .team-item .item-photo {
        border: 20px solid transparent;
        overflow: hidden;
        border-radius: 50%
    }

        .widget-team-carousel .team-item .item-photo a {
            display: block;
            padding-top: 100%;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: cover
        }

    .widget-team-carousel .team-item .item-desc {
        margin-top: 30px;
        font-family: Lato,sans-serif;
        text-align: center
    }

        .widget-team-carousel .team-item .item-desc h3,
        .widget-team-carousel .team-item .item-desc h4 {
            letter-spacing: 1px;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-transform: uppercase;
            overflow: hidden
        }

        .widget-team-carousel .team-item .item-desc h3 {
            font-size: 12px;
            font-weight: 900;
            color: #d77b5d
        }

        .widget-team-carousel .team-item .item-desc h4 {
            font-size: 10px;
            margin-bottom: 0
        }

        .widget-team-carousel .team-item .item-desc ul {
            display: inline-block;
            margin-top: 30px;
            padding: 0 4px;
            border: 1px solid #e1e1e1;
            border-radius: 15px
        }

            .widget-team-carousel .team-item .item-desc ul li {
                float: left
            }

                .widget-team-carousel .team-item .item-desc ul li a {
                    display: block;
                    width: 36px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 11px;
                    border-right: 1px solid #e1e1e1;
                    color: #818a9c
                }

                    .widget-team-carousel .team-item .item-desc ul li a:hover {
                        color: #d77b5d
                    }

                .widget-team-carousel .team-item .item-desc ul li:last-child a {
                    border-right: 0
                }

    .widget-team-carousel .team-item:hover .item-photo {
        border-color: #fff
    }

.widget-slider {
    position: relative
}

    .widget-slider .widget-carousel .slider-item {
        position: relative;
        min-height: 100vh;
        padding-top: 270px;
        padding-bottom: 270px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover
    }

        .widget-slider .widget-carousel .slider-item:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            display: block;
            background-color: rgba(36,50,74,.7)
        }

        .widget-slider .widget-carousel .slider-item .item-inner {
            position: relative;
            z-index: 1;
            padding-left: 70px;
            padding-right: 70px;
            color: #fff
        }

            .widget-slider .widget-carousel .slider-item .item-inner h1 {
                font-size: 60px;
                margin-bottom: 20px
            }

            .widget-slider .widget-carousel .slider-item .item-inner h2 {
                position: relative;
                display: inline-block;
                font-size: 28px;
                font-style: italic;
                margin-bottom: 0;
                padding-left: 20px;
                padding-right: 20px
            }

                .widget-slider .widget-carousel .slider-item .item-inner h2:after,
                .widget-slider .widget-carousel .slider-item .item-inner h2:before {
                    position: absolute;
                    top: 60%;
                    width: 10px;
                    height: 1px;
                    content: "";
                    display: inline-block;
                    background-color: #fff
                }

                .widget-slider .widget-carousel .slider-item .item-inner h2:before {
                    left: 0
                }

                .widget-slider .widget-carousel .slider-item .item-inner h2:after {
                    right: 0
                }

    .widget-slider .widget-carousel .owl-dots {
        display: none;
        position: absolute;
        left: 0;
        bottom: 40px;
        width: 100%;
        margin-top: 0
    }

        .widget-slider .widget-carousel .owl-dots .owl-dot span {
            background-color: #fff
        }

        .widget-slider .widget-carousel .owl-dots .owl-dot.active span,
        .widget-slider .widget-carousel .owl-dots .owl-dot:hover span {
            background-color: #d77b5d
        }

    .widget-slider .widget-carousel .owl-nav {
        margin: 0
    }

        .widget-slider .widget-carousel .owl-nav [class*=owl-] {
            position: absolute;
            top: 50%;
            width: 50px;
            height: 50px;
            line-height: 50px;
            margin: -25px 0 0;
            padding: 0;
            border: 1px solid #fff;
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #fff;
            opacity: .5;
            background: 0 0;
            border-radius: 50%
        }

            .widget-slider .widget-carousel .owl-nav [class*=owl-]:hover {
                opacity: 1;
                background: 0 0
            }

        .widget-slider .widget-carousel .owl-nav .owl-prev {
            left: 60px
        }

        .widget-slider .widget-carousel .owl-nav .owl-next {
            right: 60px
        }

            .widget-slider .widget-carousel .owl-nav .owl-next:before,
            .widget-slider .widget-carousel .owl-nav .owl-prev:before {
                line-height: 50px
            }

        .widget-slider .widget-carousel .owl-nav .owl-prev:before {
            content: "\f104"
        }

        .widget-slider .widget-carousel .owl-nav .owl-next:before {
            content: "\f105"
        }

        .widget-slider .widget-carousel .owl-nav .disabled,
        .widget-slider .widget-carousel .owl-nav .disabled:hover {
            opacity: .5
        }

            .widget-slider .widget-carousel .owl-nav.disabled + .owl-dots {
                display: block
            }

    .widget-slider .slider-booking {
        position: absolute;
        bottom: 100px;
        left: 0;
        z-index: 2;
        width: 100%;
        color: #fff
    }

        .widget-slider .slider-booking h5 {
            font-size: 11px;
            color: #818a9c;
            text-align: center
        }

        .widget-slider .slider-booking ul {
            width: 830px;
            padding: 20px;
            margin: 0 auto;
            background-color: rgba(129,138,156,.3);
            box-shadow: 0 0 30px 0 rgba(34,30,24,.5)
        }

            .widget-slider .slider-booking ul li {
                position: relative;
                float: left;
                width: 20%;
                padding-right: 10px;
                text-align: left
            }

                .widget-slider .slider-booking ul li input[type=text],
                .widget-slider .slider-booking ul li select {
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    padding: 0 15px;
                    text-transform: uppercase;
                    background-color: #5c677b
                }

                .widget-slider .slider-booking ul li select {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    border-radius: 0
                }

                    .widget-slider .slider-booking ul li select::-ms-expand {
                        display: none
                    }

                .widget-slider .slider-booking ul li button {
                    display: block;
                    width: 100%
                }

                .widget-slider .slider-booking ul li .fa {
                    position: absolute;
                    top: 10px;
                    left: calc(100% - 40px);
                    z-index: 1;
                    width: 20px;
                    height: 20px;
                    line-height: 20px;
                    text-align: center
                }

                .widget-slider .slider-booking ul li ::-webkit-input-placeholder {
                    color: #fff
                }

                .widget-slider .slider-booking ul li :-moz-placeholder {
                    color: #fff
                }

                .widget-slider .slider-booking ul li ::-moz-placeholder {
                    color: #fff
                }

                .widget-slider .slider-booking ul li :-ms-input-placeholder {
                    color: #fff
                }

                .widget-slider .slider-booking ul li:last-child {
                    padding-right: 0
                }

    .widget-slider.has-rooms .slider-booking {
        bottom: 120px
    }

    .widget-slider.has-rooms .widget-carousel .owl-nav.disabled + .owl-dots {
        display: none
    }

.widget-testimonials-carousel .testimonials-item {
    text-align: center
}

    .widget-testimonials-carousel .testimonials-item .item-comment {
        position: relative;
        padding: 30px;
        margin-bottom: 40px;
        line-height: 22px;
        background-color: #fff;
        border-radius: 6px
    }

        .widget-testimonials-carousel .testimonials-item .item-comment:after {
            position: absolute;
            top: 100%;
            left: 50%;
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: -20px;
            border-style: solid;
            border-width: 20px 20px 0;
            border-color: #fff transparent transparent
        }

    .widget-testimonials-carousel .testimonials-item .item-customer h5,
    .widget-testimonials-carousel .testimonials-item .item-customer h6 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .widget-testimonials-carousel .testimonials-item .item-customer h6 {
        margin-bottom: 0
    }

    .widget-testimonials-carousel .testimonials-item .item-customer .customer-photo {
        display: inline-block;
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        overflow: hidden;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        border-radius: 50%
    }

.widget-features-carousel {
    background-color: #f5f5f5
}

    .widget-features-carousel .features-item {
        position: relative;
        padding-top: 100%;
        background-color: #fff
    }

        .widget-features-carousel .features-item .item-inner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-top: 80%;
            padding-left: 20px;
            padding-right: 20px;
            text-align: center;
            background-repeat: no-repeat;
            background-position: 50% 30%;
            background-size: auto 40%
        }

.widget-features-grid,
.widget-features-grid .features-item {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-features-carousel .features-item .item-inner h5 {
    color: #24324a;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget-features-carousel .features-item:hover .item-inner h5 {
    color: #d77b5d
}

.widget-features-grid {
    background-color: #fff
}

    .widget-features-grid .widget-inner {
        margin-bottom: -30px
    }

    .widget-features-grid .features-item {
        position: relative;
        padding-top: 100%;
        margin-bottom: 30px;
        border: 20px solid #fff;
        box-shadow: 0 0 30px 0 rgba(33,30,25,.1)
    }

.widget-gallery-grid .gallery-item a,
.widget-rooms-detail .room-thumbnails a {
    box-shadow: inset 5px 5px 5px 0 rgba(40,35,29,.1)
}

.widget-features-grid .features-item a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 60px 30px 30px;
    color: #fff;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(36,50,74,1) 70%)
}

    .widget-features-grid .features-item a:hover {
        padding-bottom: 60px
    }

.widget-features-grid .features-item p {
    margin: 0;
    line-height: 18px
}

.widget-gallery-carousel .gallery-item a,
.widget-gallery-grid .gallery-item a,
.widget-offers-grid,
.widget-offers-grid .offers-item .item-inner .item-photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.widget-offers-grid {
    position: relative;
    overflow: hidden;
    background-color: #24324a
}

    .widget-offers-grid .offers-item {
        width: 50%;
        float: left
    }

        .widget-offers-grid .offers-item .item-inner {
            position: relative;
            z-index: 1;
            width: 100%;
            padding-top: 50%;
            background-color: #fff
        }

            .widget-offers-grid .offers-item .item-inner .item-photo {
                position: absolute;
                top: 0;
                left: 0;
                width: 50%;
                height: 100%
            }

                .widget-offers-grid .offers-item .item-inner .item-photo:before {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    z-index: 1;
                    content: "";
                    display: inline-block;
                    border-style: solid;
                    border-width: 0 0 50px 50px;
                    border-color: transparent transparent #d77b5d
                }

                .widget-offers-grid .offers-item .item-inner .item-photo:after {
                    position: absolute;
                    right: 9px;
                    bottom: 9px;
                    z-index: 2;
                    content: "\f067";
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: 12px;
                    color: #fff;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

            .widget-offers-grid .offers-item .item-inner .item-desc {
                position: absolute;
                top: 0;
                right: 0;
                width: 50%;
                height: 100%;
                padding: 30px 30px 50px;
                overflow: hidden
            }

                .widget-offers-grid .offers-item .item-inner .item-desc p:last-of-type {
                    margin-bottom: 0
                }

                .widget-offers-grid .offers-item .item-inner .item-desc .btn-link {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    z-index: 2;
                    width: 100%;
                    display: block;
                    padding: 0 30px;
                    height: 50px;
                    line-height: 50px;
                    background-color: #fff
                }

                    .widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before {
                        position: absolute;
                        top: 50%;
                        left: 0;
                        width: 0;
                        height: 2px;
                        margin-top: -1px;
                        content: "";
                        display: inline-block;
                        background-color: #d77b5d
                    }

                    .widget-offers-grid .offers-item .item-inner .item-desc .btn-link:hover:before {
                        width: 15px
                    }

        .widget-offers-grid .offers-item:first-child {
            width: 100%;
            padding-left: 50%
        }

        .widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-photo,
        .widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-photo {
            left: inherit;
            right: 0
        }

        .widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-desc,
        .widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-desc {
            right: inherit;
            left: 0
        }

        .widget-offers-grid .offers-item:last-child:before {
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            content: "";
            display: block;
            background-color: #f5f5f5
        }

    .widget-offers-grid .widget-title h2,
    .widget-offers-grid .widget-title h5,
    .widget-offers-grid .widget-title p {
        color: #fff
    }

    .widget-offers-grid .wrapper-inner {
        padding-bottom: 0
    }

.widget-filter-top {
    margin-bottom: 50px
}

    .widget-filter-top ul li {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px
    }

        .widget-filter-top ul li a {
            display: block;
            padding: 0 30px;
            height: 44px;
            line-height: 44px;
            font-family: Lato,sans-serif;
            font-weight: 900;
            font-size: 10px;
            letter-spacing: 2px;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-transform: uppercase;
            overflow: hidden;
            background-color: #fff;
            border-radius: 22px
        }

        .widget-filter-top ul li:hover a {
            color: #d77b5d
        }

        .widget-filter-top ul li.active a,
        .widget-filter-top ul li.active:hover a {
            color: #fff;
            background-color: #d77b5d
        }

        .widget-filter-top ul li:last-child {
            margin-right: 0
        }

.widget-gallery-grid {
    margin-bottom: -30px
}

    .widget-gallery-grid .gallery-item {
        margin-bottom: 30px
    }

        .widget-gallery-grid .gallery-item a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            padding-top: 100%;
            border: 15px solid #fff;
            box-shadow: inset 5px 5px 5px 0 rgba(40,35,29,.1)
        }

            .widget-gallery-grid .gallery-item a:before {
                position: absolute;
                right: 0;
                bottom: 0;
                z-index: 1;
                content: "";
                display: inline-block;
                border-style: solid;
                border-width: 0 0 50px 50px;
                border-color: transparent transparent #fff
            }

            .widget-gallery-grid .gallery-item a:after {
                position: absolute;
                right: 7px;
                bottom: 7px;
                z-index: 2;
                content: "\f067";
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: 12px;
                color: #d77b5d;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .widget-gallery-grid .gallery-item:hover a:before {
            border-bottom-color: #d77b5d
        }

        .widget-gallery-grid .gallery-item:hover a:after {
            color: #fff
        }

.widget-gallery-carousel {
    background-color: #fff
}

    .widget-gallery-carousel .gallery-item {
        position: relative;
        padding-top: 100%
    }

        .widget-gallery-carousel .gallery-item a {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: block
        }

        .widget-gallery-carousel .gallery-item .item-text {
            display: none;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 80px 40px 40px;
            font-size: 24px;
            color: #fff;
            text-align: center;
            background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(36,50,74,1) 100%)
        }

    .widget-gallery-carousel .widget-carousel:after,
    .widget-gallery-carousel .widget-carousel:before {
        position: absolute;
        top: 80px;
        bottom: 80px;
        z-index: 1;
        width: 33.33333333333333%;
        content: "";
        display: inline-block;
        background-color: #f0f8ff
    }

    .widget-gallery-carousel .widget-carousel:before {
        left: 0;
        background: linear-gradient(to right,rgba(255,255,255,1) 5%,rgba(255,255,255,0) 100%)
    }

    .widget-gallery-carousel .widget-carousel:after {
        right: 0;
        background: linear-gradient(to right,rgba(255,255,255,0) 5%,rgba(255,255,255,1) 100%)
    }

    .widget-gallery-carousel .widget-carousel .owl-stage-outer {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: -80px;
        margin-bottom: -80px
    }

    .widget-gallery-carousel .widget-carousel .owl-item.center {
        z-index: 2
    }

        .widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a {
            top: -50px;
            bottom: -50px;
            left: -50px;
            right: -50px;
            border: 20px solid #fff;
            box-shadow: 0 0 30px 0 rgba(33,30,25,.2)
        }

        .widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item .item-text {
            display: block
        }

    .widget-gallery-carousel .widget-carousel .owl-nav {
        margin-top: 0
    }

        .widget-gallery-carousel .widget-carousel .owl-nav [class*=owl-] {
            position: absolute;
            top: 50%;
            z-index: 2;
            width: 50px;
            height: 50px;
            line-height: 50px;
            margin: -25px 0 0;
            padding: 0;
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #d77b5d;
            background-color: #fff;
            border-radius: 0
        }

            .widget-gallery-carousel .widget-carousel .owl-nav [class*=owl-]:hover {
                color: #d77b5d;
                background-color: #fff
            }

        .widget-gallery-carousel .widget-carousel .owl-nav .owl-prev {
            left: calc(33.33333333333333% - 98px)
        }

        .widget-gallery-carousel .widget-carousel .owl-nav .owl-next {
            right: calc(33.33333333333333% - 98px)
        }

            .widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before,
            .widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before {
                line-height: 50px
            }

        .widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before {
            content: "\f177"
        }

        .widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before {
            content: "\f178"
        }

        .widget-gallery-carousel .widget-carousel .owl-nav .disabled {
            opacity: 1;
            cursor: pointer
        }

.widget-history-timeline {
    background-color: #fff
}

    .widget-history-timeline ul li:after,
    .widget-history-timeline ul:after {
        left: 50%;
        content: "";
        display: inline-block;
        background-color: #e1e1e1
    }

    .widget-history-timeline ul {
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px
    }

        .widget-history-timeline ul:after {
            position: absolute;
            top: 0;
            width: 2px;
            height: 100%;
            margin-left: -1px
        }

        .widget-history-timeline ul li {
            position: relative;
            margin-bottom: 50px
        }

            .widget-history-timeline ul li p:last-of-type,
            .widget-history-timeline ul li:last-child {
                margin-bottom: 0
            }

            .widget-history-timeline ul li:after {
                position: absolute;
                top: 50%;
                width: 16px;
                height: 16px;
                margin-top: -8px;
                margin-left: -8px;
                border-radius: 50%
            }

            .widget-history-timeline ul li h5 {
                position: absolute;
                top: 50%;
                max-width: 60px;
                margin-top: -5px;
                margin-bottom: 0;
                font-size: 11px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden
            }

            .widget-history-timeline ul li:nth-child(odd) {
                padding-left: calc(50% + 100px)
            }

                .widget-history-timeline ul li:nth-child(odd) h5 {
                    left: calc(50% + 30px)
                }

            .widget-history-timeline ul li:nth-child(even) {
                padding-right: calc(50% + 100px);
                text-align: right
            }

                .widget-history-timeline ul li:nth-child(even) h5 {
                    right: calc(50% + 30px)
                }

.widget-rooms-carousel .rooms-item {
    padding: 30px
}

    .widget-rooms-carousel .rooms-item .item-inner {
        background-color: #fff;
        box-shadow: 0 0 30px 0 rgba(33,30,25,.1)
    }

    .widget-rooms-carousel .rooms-item .item-photo a {
        display: block;
        width: 100%;
        padding-top: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover
    }

    .widget-rooms-carousel .rooms-item .item-desc {
        position: relative;
        padding: 40px;
        text-align: center
    }

        .widget-rooms-carousel .rooms-item .item-desc h2 {
            font-size: 26px;
            margin-bottom: 10px
        }

            .widget-rooms-carousel .rooms-item .item-desc h2 a:hover {
                color: #d77b5d
            }

        .widget-rooms-carousel .rooms-item .item-desc h3 {
            font-family: Lato,sans-serif;
            font-weight: 900;
            color: #d77b5d;
            margin-bottom: 20px
        }

        .widget-rooms-carousel .rooms-item .item-desc p {
            min-height: 75px;
            color: #818a9c
        }

            .widget-rooms-carousel .rooms-item .item-desc p:last-child {
                margin-bottom: 0
            }

        .widget-rooms-carousel .rooms-item .item-desc .fa-star {
            position: absolute;
            left: 50%;
            bottom: 20px;
            transform: translateX(-50%)
        }

            .widget-rooms-carousel .rooms-item .item-desc .fa-star:before {
                content: "\f005\f005\f005";
                letter-spacing: 5px;
                color: #d77b5d
            }

.widget-rooms-carousel .widget-carousel {
    width: auto;
    min-width: 100%;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px
}

    .widget-rooms-carousel .widget-carousel .owl-dots {
        margin-top: 10px
    }

.widget-rooms-carousel.top-over .widget-title {
    display: none
}

.widget-rooms-carousel.top-over .widget-carousel {
    margin-top: -100px;
    z-index: 2
}

.widget-rooms-carousel.top-over .wrapper-full-inner,
.widget-rooms-carousel.top-over .wrapper-inner {
    padding-top: 0;
    padding-bottom: 0
}

.widget-rooms-list .rooms-item {
    position: relative;
    padding-left: 25%;
    padding-right: 20%;
    margin-bottom: 40px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(33,30,25,.1)
}

    .widget-rooms-list .rooms-item .item-photo {
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        height: 100%
    }

        .widget-rooms-list .rooms-item .item-photo a {
            display: block;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: cover
        }

    .widget-rooms-list .rooms-item .item-desc {
        padding: 40px
    }

        .widget-rooms-list .rooms-item .item-desc h2 {
            margin-bottom: 10px
        }

            .widget-rooms-list .rooms-item .item-desc h2 a:hover {
                color: #d77b5d
            }

        .widget-rooms-list .rooms-item .item-desc p {
            font-size: 18px;
            color: #818a9c;
            line-height: 30px;
            margin: 0
        }

        .widget-rooms-detail .room-features ul li,
        .widget-rooms-list .rooms-item .item-desc .desc-features ul li {
            line-height: 40px;
            text-overflow: ellipsis;
            overflow: hidden;
            font-family: Lato,sans-serif;
            white-space: nowrap;
            text-transform: uppercase;
            transition: transform 0.2s ease, color 0.2s ease;
        }

        .widget-rooms-list .rooms-item .item-desc .desc-features {
            position: relative;
            margin-top: 30px
        }

            .widget-rooms-list .rooms-item .item-desc .desc-features:before {
                position: absolute;
                top: 0;
                right: 0;
                z-index: 1;
                width: 2px;
                height: 100%;
                content: "";
                display: inline-block;
                background-color: #fff
            }

            .widget-rooms-list .rooms-item .item-desc .desc-features:after {
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 1;
                width: 100%;
                content: "";
                display: inline-block;
                background-color: #fff
            }

            .widget-rooms-list .rooms-item .item-desc .desc-features ul li {
                position: relative;
                float: left;
                width: 33.33333333333333%;
                height: 40px;
                padding-left: 40px;
                padding-right: 20px;
                border-right: 1px solid #e1e1e1;
                border-bottom: 1px solid #e1e1e1;
                font-weight: 700;
                font-size: 10px;
                letter-spacing: 1px;
                background-color: #fff;
                text-align: justify;
            }

                .widget-rooms-list .rooms-item .item-desc .desc-features ul li .fa {
                    position: absolute;
                    top: 10px;
                    left: 10px;
                    width: 20px;
                    height: 20px;
                    line-height: 20px;
                    text-align: center;
                    font-size: 7px;
                    color: #d77b5d;
                    border: 1px solid #d77b5d;
                    border-radius: 50%
                }

                    .widget-rooms-list .rooms-item .item-desc .desc-features ul li .fa:before {
                        display: inline-block;
                        width: 20px
                    }

    .widget-rooms-list .rooms-item .item-price {
        position: absolute;
        top: 0;
        right: 0;
        width: 28%;
        height: 100%;
        border-left: 1px solid #e1e1e1;
        padding: 0px;
    }

        .widget-rooms-list .rooms-item .item-price:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 100%;
            content: "";
            display: inline-block;
            background: linear-gradient(to right,rgba(33,30,25,.1) -100%,rgba(0,0,0,0) 100%)
        }

.widget-booking-form .booking-detail .detail-room .room-photo a,
.widget-rooms-detail .room-slider a,
.widget-rooms-detail .room-thumbnails a {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.widget-rooms-list .rooms-item .item-price .price-inner {
    position: relative;
    top: 50%;
    z-index: 1;
    padding: 0 20px;
    text-align: center;
    transform: translateY(-50%)
}

    .widget-rooms-list .rooms-item .item-price .price-inner h3,
    .widget-rooms-list .rooms-item .item-price .price-inner h4 {
        font-family: Lato,sans-serif;
        font-weight: 900
    }

    .widget-rooms-list .rooms-item .item-price .price-inner h3 {
        font-size: 1rem;
    }

    .widget-rooms-list .rooms-item .item-price .price-inner h4 {
        font-size: 0.8rem;
        color: #999;
        text-decoration: line-through;
        margin-bottom: 20px
    }

.offer-price {
    text-decoration: line-through
}

.widget-rooms-list .rooms-item .item-price .price-inner h5 {
    font-size: 10px;
    color: #24324a
}

.widget-rooms-list .rooms-item .item-price .price-inner .btn {
    border-radius: 20px
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star {
    position: relative;
    left: 5px;
    color: #d77b5d;
    margin-bottom: 10px
}

.widget-rooms-detail .room-desc p:last-child,
.widget-rooms-list .rooms-item:last-child {
    margin-bottom: 0
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star:before {
    content: "\f005\f005\f005";
    letter-spacing: 5px
}

.widget-services-list .services-item {
    position: relative;
    margin-bottom: 100px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(33,30,25,.1)
}

    .widget-services-list .services-item .item-photo {
        position: absolute;
        top: 0;
        left: 0;
        width: 42%;
        height: 100%
    }

        .widget-services-list .services-item .item-photo:after {
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 1;
            width: 20px;
            height: 100%;
            content: "";
            display: inline-block;
            background: linear-gradient(to right,rgba(33,30,25,.1) -100%,rgba(0,0,0,0) 100%)
        }

        .widget-services-list .services-item .item-photo .btn {
            position: absolute;
            bottom: -40px;
            left: 110%;
            z-index: 1
        }

        .widget-services-list .services-item .item-photo .photo-big,
        .widget-services-list .services-item .item-photo .photo-small {
            background-repeat: no-repeat;
            background-position: top center;
            background-size: cover
        }

        .widget-services-list .services-item .item-photo .photo-big {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            border: 30px solid #fff
        }

        .widget-services-list .services-item .item-photo .photo-small {
            position: absolute;
            bottom: -10%;
            right: -10%;
            z-index: 2;
            width: 50%;
            height: 50%;
            border: 20px solid #fff;
            box-shadow: 0 0 30px 0 rgba(33,30,25,.1)
        }

    .widget-services-list .services-item .item-desc {
        font-size: 18px;
        text-align: justify;
        padding: 60px 60px 60px 50%
    }

        .widget-services-list .services-item .item-desc h2,
        .widget-services-list .services-item .item-desc h5 {
            text-align: left
        }

        .widget-services-list .services-item .item-desc h2 {
            font-size: 48px;
            margin-bottom: 30px
        }

        .widget-blog-carousel .blog-item .item-desc p,
        .widget-services-list .services-item .item-desc p:last-of-type,
        .widget-services-list .services-item:last-child {
            margin-bottom: 0
        }

        .widget-services-list .services-item .item-desc p {
            line-height: 30px
        }

    .widget-services-list .services-item:nth-child(even) .item-photo {
        left: inherit;
        right: 0
    }

        .widget-services-list .services-item:nth-child(even) .item-photo:after {
            left: inherit;
            right: 100%;
            background: linear-gradient(to left,rgba(33,30,25,.1) -100%,rgba(0,0,0,0) 100%)
        }

        .widget-services-list .services-item:nth-child(even) .item-photo .btn {
            left: inherit;
            right: 110%
        }

        .widget-services-list .services-item:nth-child(even) .item-photo .photo-small {
            right: inherit;
            left: -10%
        }

    .widget-services-list .services-item:nth-child(even) .item-desc {
        padding-left: 60px;
        padding-right: 50%
    }

.wrapper, .wrapper-inner {
    max-width: 1300px;
    margin: 0 auto;
}

.desc-features ul {
    justify-content: start !important;
    gap: 0px !important;
}

.item-desc h2 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
    transition: transform 0.2s ease, color 0.2s ease;
}

    .item-desc h2:hover {
        transform: translateX(5px);
    }

.item-desc p {
    margin-bottom: 20px;
    color: #666;
    line-height: 1.6;
}

.desc-features ul li i {
    margin-right: 8px;
    color: #5cb85c;
}

.desc-features ul li:hover {
    transform: translateX(5px);
    color: #d77b5d;
}

.desc-features ul {
    gap: 0px !important;
    text-align: left;
    justify-content: start !important;
}
